From fefe0e6f4ff3236c1e6b31dfab10fa3712de70e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 19:46:43 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Shotstack.Models.VideoAsset.g.cs | 11 ----------- src/libs/Shotstack/openapi.json | 7 ------- 2 files changed, 18 deletions(-) diff --git a/src/libs/Shotstack/Generated/Shotstack.Models.VideoAsset.g.cs b/src/libs/Shotstack/Generated/Shotstack.Models.VideoAsset.g.cs index cca0b30..d33e1ab 100644 --- a/src/libs/Shotstack/Generated/Shotstack.Models.VideoAsset.g.cs +++ b/src/libs/Shotstack/Generated/Shotstack.Models.VideoAsset.g.cs @@ -1,6 +1,4 @@ -#pragma warning disable CS0618 // Type or member is obsolete - #nullable enable namespace Shotstack @@ -50,15 +48,6 @@ public sealed partial class VideoAsset [global::System.Text.Json.Serialization.JsonPropertyName("inputSrc")] public string? InputSrc { get; set; } - /// - /// **Deprecated — use `inputSrc`.** Legacy alias for the image-to-video input image URL, accepted and normalised to `inputSrc` on ingest. The name is misleading — industry-wide `seed` means an integer RNG sampling seed — and will be removed in a future major version.
- /// Example: https://s3-ap-northeast-1.amazonaws.com/my-bucket/seed-image.jpg - ///
- /// https://s3-ap-northeast-1.amazonaws.com/my-bucket/seed-image.jpg - [global::System.Text.Json.Serialization.JsonPropertyName("seed")] - [global::System.Obsolete("This property marked as deprecated.")] - public string? Seed { get; set; } - /// /// The generation model to use when `prompt` is set (e.g. `luma-ray-3`, `runpod-itv-mini`). Defaults to the platform's preferred generator if omitted.
/// Example: luma-ray-3 diff --git a/src/libs/Shotstack/openapi.json b/src/libs/Shotstack/openapi.json index 2a0c222..ce8061e 100644 --- a/src/libs/Shotstack/openapi.json +++ b/src/libs/Shotstack/openapi.json @@ -1181,13 +1181,6 @@ "minLength": 1, "example": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/input-image.jpg" }, - "seed": { - "deprecated": true, - "description": "**Deprecated \u2014 use `inputSrc`.** Legacy alias for the image-to-video input image URL, accepted and normalised to `inputSrc` on ingest. The name is misleading \u2014 industry-wide `seed` means an integer RNG sampling seed \u2014 and will be removed in a future major version.", - "type": "string", - "minLength": 1, - "example": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/seed-image.jpg" - }, "model": { "description": "The generation model to use when `prompt` is set (e.g. `luma-ray-3`, `runpod-itv-mini`). Defaults to the platform's preferred generator if omitted.", "type": "string",