Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/libs/Shotstack/Generated/Shotstack.Models.VideoAsset.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

#pragma warning disable CS0618 // Type or member is obsolete

#nullable enable

namespace Shotstack
Expand Down Expand Up @@ -50,15 +48,6 @@ public sealed partial class VideoAsset
[global::System.Text.Json.Serialization.JsonPropertyName("inputSrc")]
public string? InputSrc { get; set; }

/// <summary>
/// **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.<br/>
/// Example: https://s3-ap-northeast-1.amazonaws.com/my-bucket/seed-image.jpg
/// </summary>
/// <example>https://s3-ap-northeast-1.amazonaws.com/my-bucket/seed-image.jpg</example>
[global::System.Text.Json.Serialization.JsonPropertyName("seed")]
[global::System.Obsolete("This property marked as deprecated.")]
public string? Seed { get; set; }

/// <summary>
/// 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.<br/>
/// Example: luma-ray-3
Expand Down
7 changes: 0 additions & 7 deletions src/libs/Shotstack/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down