From 619c439626c105f8e65a9090c7664ca67d17f1a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jul 2026 17:36:29 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...onConverters.CreateSoundEffectRequest.g.cs | 17 +- ...undEffectRequestSeedAudioOutputFormat.g.cs | 53 -- ...tRequestSeedAudioOutputFormatNullable.g.cs | 60 -- ...nConverters.CreateTextToSpeechRequest.g.cs | 17 +- ...tToSpeechRequestSeedAudioOutputFormat.g.cs | 53 -- ...hRequestSeedAudioOutputFormatNullable.g.cs | 60 -- ...equestSeedAudioVoiceDiscriminatorType.g.cs | 53 -- ...edAudioVoiceDiscriminatorTypeNullable.g.cs | 60 -- .../Runway.JsonSerializerContext.g.cs | 57 +- .../Runway.JsonSerializerContextTypes.g.cs | 860 ++++++++---------- ...odels.CreateOrganizationUsageResponse.g.cs | 24 +- ....CreateOrganizationUsageResponseModel.g.cs | 18 +- ...ionUsageResponseResultUsedCreditModel.g.cs | 18 +- ...UsageResponseResultsByApiKeyItem.Json.g.cs | 141 --- ...ationUsageResponseResultsByApiKeyItem.g.cs | 55 -- ...nseResultsByApiKeyItemUsedCredit.Json.g.cs | 141 --- ...ResponseResultsByApiKeyItemUsedCredit.g.cs | 55 -- ...unway.Models.CreateSoundEffectRequest.g.cs | 93 +- ...eSoundEffectRequestDiscriminatorModel.g.cs | 6 - ...reateSoundEffectRequestSeedAudio.Json.g.cs | 141 --- ...els.CreateSoundEffectRequestSeedAudio.g.cs | 136 --- ...undEffectRequestSeedAudioOutputFormat.g.cs | 57 -- ...nway.Models.CreateTextToSpeechRequest.g.cs | 93 +- ...TextToSpeechRequestDiscriminatorModel.g.cs | 6 - ...eateTextToSpeechRequestSeedAudio.Json.g.cs | 141 --- ...ls.CreateTextToSpeechRequestSeedAudio.g.cs | 136 --- ...tToSpeechRequestSeedAudioOutputFormat.g.cs | 57 -- ...questSeedAudioVoiceDiscriminator.Json.g.cs | 141 --- ...echRequestSeedAudioVoiceDiscriminator.g.cs | 45 - ...equestSeedAudioVoiceDiscriminatorType.g.cs | 45 - ...SeedAudioVoiceSeedReferenceVoice.Json.g.cs | 141 --- ...questSeedAudioVoiceSeedReferenceVoice.g.cs | 72 -- src/libs/Runway/openapi.json | 234 +---- 33 files changed, 444 insertions(+), 2842 deletions(-) delete mode 100644 src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullable.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullable.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullable.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.Json.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.Json.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.Json.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.Json.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.Json.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.Json.g.cs delete mode 100644 src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.g.cs diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequest.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequest.g.cs index b9106e0..720638f 100644 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequest.g.cs +++ b/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequest.g.cs @@ -21,13 +21,6 @@ public class CreateSoundEffectRequestJsonConverter : global::System.Text.Json.Se throw new global::System.InvalidOperationException($"Cannot get type info for {nameof(global::Runway.CreateSoundEffectRequestDiscriminator)}"); var discriminator = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, discriminatorTypeInfo); - global::Runway.CreateSoundEffectRequestSeedAudio? seedAudio = default; - if (discriminator?.Model == global::Runway.CreateSoundEffectRequestDiscriminatorModel.SeedAudio) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::Runway.CreateSoundEffectRequestSeedAudio), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {nameof(global::Runway.CreateSoundEffectRequestSeedAudio)}"); - seedAudio = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); - } global::Runway.CreateSoundEffectRequestElevenTextToSoundV2? elevenTextToSoundV2 = default; if (discriminator?.Model == global::Runway.CreateSoundEffectRequestDiscriminatorModel.ElevenTextToSoundV2) { @@ -38,8 +31,6 @@ public class CreateSoundEffectRequestJsonConverter : global::System.Text.Json.Se var __value = new global::Runway.CreateSoundEffectRequest( discriminator?.Model, - seedAudio, - elevenTextToSoundV2 ); @@ -55,13 +46,7 @@ public override void Write( options = options ?? throw new global::System.ArgumentNullException(nameof(options)); var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set."); - if (value.IsSeedAudio) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::Runway.CreateSoundEffectRequestSeedAudio), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::Runway.CreateSoundEffectRequestSeedAudio).Name}"); - global::System.Text.Json.JsonSerializer.Serialize(writer, value.SeedAudio!, typeInfo); - } - else if (value.IsElevenTextToSoundV2) + if (value.IsElevenTextToSoundV2) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::Runway.CreateSoundEffectRequestElevenTextToSoundV2), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::Runway.CreateSoundEffectRequestElevenTextToSoundV2).Name}"); diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs deleted file mode 100644 index 2d74f67..0000000 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs +++ /dev/null @@ -1,53 +0,0 @@ -#nullable enable - -namespace Runway.JsonConverters -{ - /// - public sealed class CreateSoundEffectRequestSeedAudioOutputFormatJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::Runway.CreateSoundEffectRequestSeedAudioOutputFormatExtensions.ToEnum(stringValue) ?? default; - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - writer.WriteStringValue(global::Runway.CreateSoundEffectRequestSeedAudioOutputFormatExtensions.ToValueString(value)); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullable.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullable.g.cs deleted file mode 100644 index eb04538..0000000 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullable.g.cs +++ /dev/null @@ -1,60 +0,0 @@ -#nullable enable - -namespace Runway.JsonConverters -{ - /// - public sealed class CreateSoundEffectRequestSeedAudioOutputFormatNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat? Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::Runway.CreateSoundEffectRequestSeedAudioOutputFormatExtensions.ToEnum(stringValue); - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat?); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat? value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - if (value == null) - { - writer.WriteNullValue(); - } - else - { - writer.WriteStringValue(global::Runway.CreateSoundEffectRequestSeedAudioOutputFormatExtensions.ToValueString(value.Value)); - } - } - } -} diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequest.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequest.g.cs index 5101761..46325a0 100644 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequest.g.cs +++ b/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequest.g.cs @@ -21,13 +21,6 @@ public class CreateTextToSpeechRequestJsonConverter : global::System.Text.Json.S throw new global::System.InvalidOperationException($"Cannot get type info for {nameof(global::Runway.CreateTextToSpeechRequestDiscriminator)}"); var discriminator = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, discriminatorTypeInfo); - global::Runway.CreateTextToSpeechRequestSeedAudio? seedAudio = default; - if (discriminator?.Model == global::Runway.CreateTextToSpeechRequestDiscriminatorModel.SeedAudio) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::Runway.CreateTextToSpeechRequestSeedAudio), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {nameof(global::Runway.CreateTextToSpeechRequestSeedAudio)}"); - seedAudio = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); - } global::Runway.CreateTextToSpeechRequestElevenMultilingualV2? elevenMultilingualV2 = default; if (discriminator?.Model == global::Runway.CreateTextToSpeechRequestDiscriminatorModel.ElevenMultilingualV2) { @@ -38,8 +31,6 @@ public class CreateTextToSpeechRequestJsonConverter : global::System.Text.Json.S var __value = new global::Runway.CreateTextToSpeechRequest( discriminator?.Model, - seedAudio, - elevenMultilingualV2 ); @@ -55,13 +46,7 @@ public override void Write( options = options ?? throw new global::System.ArgumentNullException(nameof(options)); var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set."); - if (value.IsSeedAudio) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::Runway.CreateTextToSpeechRequestSeedAudio), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::Runway.CreateTextToSpeechRequestSeedAudio).Name}"); - global::System.Text.Json.JsonSerializer.Serialize(writer, value.SeedAudio!, typeInfo); - } - else if (value.IsElevenMultilingualV2) + if (value.IsElevenMultilingualV2) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::Runway.CreateTextToSpeechRequestElevenMultilingualV2), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::Runway.CreateTextToSpeechRequestElevenMultilingualV2).Name}"); diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs deleted file mode 100644 index 5ec7e8c..0000000 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs +++ /dev/null @@ -1,53 +0,0 @@ -#nullable enable - -namespace Runway.JsonConverters -{ - /// - public sealed class CreateTextToSpeechRequestSeedAudioOutputFormatJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormatExtensions.ToEnum(stringValue) ?? default; - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - writer.WriteStringValue(global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormatExtensions.ToValueString(value)); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullable.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullable.g.cs deleted file mode 100644 index 307077e..0000000 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullable.g.cs +++ /dev/null @@ -1,60 +0,0 @@ -#nullable enable - -namespace Runway.JsonConverters -{ - /// - public sealed class CreateTextToSpeechRequestSeedAudioOutputFormatNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat? Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormatExtensions.ToEnum(stringValue); - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat?); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat? value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - if (value == null) - { - writer.WriteNullValue(); - } - else - { - writer.WriteStringValue(global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormatExtensions.ToValueString(value.Value)); - } - } - } -} diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs deleted file mode 100644 index 493ce27..0000000 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs +++ /dev/null @@ -1,53 +0,0 @@ -#nullable enable - -namespace Runway.JsonConverters -{ - /// - public sealed class CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeExtensions.ToEnum(stringValue) ?? default; - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - writer.WriteStringValue(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeExtensions.ToValueString(value)); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullable.g.cs b/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullable.g.cs deleted file mode 100644 index f2517de..0000000 --- a/src/libs/Runway/Generated/Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullable.g.cs +++ /dev/null @@ -1,60 +0,0 @@ -#nullable enable - -namespace Runway.JsonConverters -{ - /// - public sealed class CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType? Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeExtensions.ToEnum(stringValue); - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType?); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType? value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - if (value == null) - { - writer.WriteNullValue(); - } - else - { - writer.WriteStringValue(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeExtensions.ToValueString(value.Value)); - } - } - } -} diff --git a/src/libs/Runway/Generated/Runway.JsonSerializerContext.g.cs b/src/libs/Runway/Generated/Runway.JsonSerializerContext.g.cs index a154287..f4302b2 100644 --- a/src/libs/Runway/Generated/Runway.JsonSerializerContext.g.cs +++ b/src/libs/Runway/Generated/Runway.JsonSerializerContext.g.cs @@ -317,10 +317,6 @@ namespace Runway typeof(global::Runway.JsonConverters.CreateCharacterPerformanceRequestDiscriminatorModelNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatJsonConverter), - - typeof(global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateSoundEffectRequestDiscriminatorModelJsonConverter), typeof(global::Runway.JsonConverters.CreateSoundEffectRequestDiscriminatorModelNullableJsonConverter), @@ -341,14 +337,6 @@ namespace Runway typeof(global::Runway.JsonConverters.CreateSpeechToSpeechRequestDiscriminatorModelNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeJsonConverter), - - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullableJsonConverter), - - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatJsonConverter), - - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetIdJsonConverter), typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetIdNullableJsonConverter), @@ -1097,8 +1085,6 @@ namespace Runway [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateCharacterPerformanceRequestDiscriminator))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateCharacterPerformanceRequestDiscriminatorModel), TypeInfoPropertyName = "CreateCharacterPerformanceRequestDiscriminatorModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSoundEffectRequest), TypeInfoPropertyName = "CreateSoundEffectRequest2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSoundEffectRequestSeedAudio))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat), TypeInfoPropertyName = "CreateSoundEffectRequestSeedAudioOutputFormat2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSoundEffectRequestElevenTextToSoundV2))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSoundEffectRequestDiscriminator))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSoundEffectRequestDiscriminatorModel), TypeInfoPropertyName = "CreateSoundEffectRequestDiscriminatorModel2")] @@ -1116,11 +1102,6 @@ namespace Runway [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSpeechToSpeechRequestDiscriminator))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateSpeechToSpeechRequestDiscriminatorModel), TypeInfoPropertyName = "CreateSpeechToSpeechRequestDiscriminatorModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequest), TypeInfoPropertyName = "CreateTextToSpeechRequest2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestSeedAudio))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType), TypeInfoPropertyName = "CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat), TypeInfoPropertyName = "CreateTextToSpeechRequestSeedAudioOutputFormat2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestElevenMultilingualV2))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoice))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetId), TypeInfoPropertyName = "CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetId2")] @@ -1303,6 +1284,13 @@ namespace Runway [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.AvatarVariant14))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1PresetAvatar))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1CustomAvatar))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1Discriminator))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1DiscriminatorType), TypeInfoPropertyName = "GetAvatarConversationsResponseVariant3AvatarVariant1DiscriminatorType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItem))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemRole), TypeInfoPropertyName = "GetAvatarConversationsResponseVariant3TranscriptItemRole2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolCall))] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -1618,10 +1606,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Runway.JsonConverters.CreateCharacterPerformanceRequestDiscriminatorModelNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatJsonConverter), - - typeof(global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateSoundEffectRequestDiscriminatorModelJsonConverter), typeof(global::Runway.JsonConverters.CreateSoundEffectRequestDiscriminatorModelNullableJsonConverter), @@ -1642,14 +1626,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Runway.JsonConverters.CreateSpeechToSpeechRequestDiscriminatorModelNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeJsonConverter), - - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullableJsonConverter), - - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatJsonConverter), - - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullableJsonConverter), - typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetIdJsonConverter), typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetIdNullableJsonConverter), @@ -2104,13 +2080,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Runway.JsonConverters.UnixTimestampJsonConverter), })] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1Discriminator))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1DiscriminatorType), TypeInfoPropertyName = "GetAvatarConversationsResponseVariant3AvatarVariant1DiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemRole), TypeInfoPropertyName = "GetAvatarConversationsResponseVariant3TranscriptItemRole2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolCall))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolResult))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] @@ -2241,10 +2210,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateOrganizationUsageResponseResultUsedCreditModel), TypeInfoPropertyName = "CreateOrganizationUsageResponseResultUsedCreditModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateOrganizationUsageResponseModel), TypeInfoPropertyName = "CreateOrganizationUsageResponseModel2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateUploadsResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Runway.CreateUploadsResponse2))] @@ -2390,8 +2355,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -2590,8 +2553,6 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Runway.JsonConverters.CreateCharacterPerformanceRequestActTwoContentModerationPublicFigureThresholdNullableJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateCharacterPerformanceRequestDiscriminatorModelJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateCharacterPerformanceRequestDiscriminatorModelNullableJsonConverter()); - options.Converters.Add(new global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatJsonConverter()); - options.Converters.Add(new global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatNullableJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateSoundEffectRequestDiscriminatorModelJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateSoundEffectRequestDiscriminatorModelNullableJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaDiscriminatorTypeJsonConverter()); @@ -2602,10 +2563,6 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Runway.JsonConverters.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceDiscriminatorTypeNullableJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateSpeechToSpeechRequestDiscriminatorModelJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateSpeechToSpeechRequestDiscriminatorModelNullableJsonConverter()); - options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeJsonConverter()); - options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeNullableJsonConverter()); - options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatJsonConverter()); - options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatNullableJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetIdJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetIdNullableJsonConverter()); options.Converters.Add(new global::Runway.JsonConverters.CreateTextToSpeechRequestElevenMultilingualV2VoiceDiscriminatorTypeJsonConverter()); diff --git a/src/libs/Runway/Generated/Runway.JsonSerializerContextTypes.g.cs b/src/libs/Runway/Generated/Runway.JsonSerializerContextTypes.g.cs index 26ee34c..d9392b2 100644 --- a/src/libs/Runway/Generated/Runway.JsonSerializerContextTypes.g.cs +++ b/src/libs/Runway/Generated/Runway.JsonSerializerContextTypes.g.cs @@ -1200,1647 +1200,1603 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Runway.CreateSoundEffectRequestSeedAudio? Type293 { get; set; } + public global::Runway.CreateSoundEffectRequestElevenTextToSoundV2? Type293 { get; set; } /// /// /// - public global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat? Type294 { get; set; } + public global::Runway.CreateSoundEffectRequestDiscriminator? Type294 { get; set; } /// /// /// - public global::Runway.CreateSoundEffectRequestElevenTextToSoundV2? Type295 { get; set; } + public global::Runway.CreateSoundEffectRequestDiscriminatorModel? Type295 { get; set; } /// /// /// - public global::Runway.CreateSoundEffectRequestDiscriminator? Type296 { get; set; } + public global::Runway.CreateSpeechToSpeechRequest? Type296 { get; set; } /// /// /// - public global::Runway.CreateSoundEffectRequestDiscriminatorModel? Type297 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2? Type297 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequest? Type298 { get; set; } + public global::Runway.Media? Type298 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2? Type299 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaSpeechToSpeechAudio? Type299 { get; set; } /// /// /// - public global::Runway.Media? Type300 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaSpeechToSpeechVideo? Type300 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaSpeechToSpeechAudio? Type301 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaDiscriminator? Type301 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaSpeechToSpeechVideo? Type302 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaDiscriminatorType? Type302 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaDiscriminator? Type303 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceRunwayPresetVoice? Type303 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2MediaDiscriminatorType? Type304 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceRunwayPresetVoicePresetId? Type304 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceRunwayPresetVoice? Type305 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceDiscriminator? Type305 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceRunwayPresetVoicePresetId? Type306 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceDiscriminatorType? Type306 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceDiscriminator? Type307 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestDiscriminator? Type307 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestElevenMultilingualStsV2VoiceDiscriminatorType? Type308 { get; set; } + public global::Runway.CreateSpeechToSpeechRequestDiscriminatorModel? Type308 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestDiscriminator? Type309 { get; set; } + public global::Runway.CreateTextToSpeechRequest? Type309 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechRequestDiscriminatorModel? Type310 { get; set; } + public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2? Type310 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequest? Type311 { get; set; } + public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoice? Type311 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestSeedAudio? Type312 { get; set; } + public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetId? Type312 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice? Type313 { get; set; } + public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceDiscriminator? Type313 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator? Type314 { get; set; } + public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceDiscriminatorType? Type314 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType? Type315 { get; set; } + public global::Runway.CreateTextToSpeechRequestDiscriminator? Type315 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat? Type316 { get; set; } + public global::Runway.CreateTextToSpeechRequestDiscriminatorModel? Type316 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2? Type317 { get; set; } + public global::Runway.CreateVoiceDubbingRequest? Type317 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoice? Type318 { get; set; } + public global::Runway.CreateVoiceDubbingRequestElevenVoiceDubbing? Type318 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceRunwayPresetVoicePresetId? Type319 { get; set; } + public global::Runway.CreateVoiceDubbingRequestElevenVoiceDubbingTargetLang? Type319 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceDiscriminator? Type320 { get; set; } + public global::Runway.CreateVoiceDubbingRequestDiscriminator? Type320 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2VoiceDiscriminatorType? Type321 { get; set; } + public global::Runway.CreateVoiceDubbingRequestDiscriminatorModel? Type321 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestDiscriminator? Type322 { get; set; } + public global::Runway.CreateVoiceIsolationRequest? Type322 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechRequestDiscriminatorModel? Type323 { get; set; } + public global::Runway.CreateVoiceIsolationRequestElevenVoiceIsolation? Type323 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingRequest? Type324 { get; set; } + public global::Runway.CreateVoiceIsolationRequestDiscriminator? Type324 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingRequestElevenVoiceDubbing? Type325 { get; set; } + public global::Runway.CreateVoiceIsolationRequestDiscriminatorModel? Type325 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingRequestElevenVoiceDubbingTargetLang? Type326 { get; set; } + public global::Runway.CreateOrganizationUsageRequest? Type326 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingRequestDiscriminator? Type327 { get; set; } + public global::System.DateTime? Type327 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingRequestDiscriminatorModel? Type328 { get; set; } + public global::Runway.CreateUploadsRequest? Type328 { get; set; } /// /// /// - public global::Runway.CreateVoiceIsolationRequest? Type329 { get; set; } + public global::Runway.CreateUploadsRequestType? Type329 { get; set; } /// /// /// - public global::Runway.CreateVoiceIsolationRequestElevenVoiceIsolation? Type330 { get; set; } + public global::Runway.CreateRecipesMarketingStockImageRequest? Type330 { get; set; } /// /// /// - public global::Runway.CreateVoiceIsolationRequestDiscriminator? Type331 { get; set; } + public global::Runway.CreateRecipesMarketingStockImageRequestVersion? Type331 { get; set; } /// /// /// - public global::Runway.CreateVoiceIsolationRequestDiscriminatorModel? Type332 { get; set; } + public global::Runway.CreateRecipesMarketingStockImageRequestReferenceImage? Type332 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageRequest? Type333 { get; set; } + public global::Runway.CreateRecipesMarketingStockImageRequestQuality? Type333 { get; set; } /// /// /// - public global::System.DateTime? Type334 { get; set; } + public global::Runway.CreateRecipesProductAdRequest? Type334 { get; set; } /// /// /// - public global::Runway.CreateUploadsRequest? Type335 { get; set; } + public global::Runway.CreateRecipesProductAdRequestVersion? Type335 { get; set; } /// /// /// - public global::Runway.CreateUploadsRequestType? Type336 { get; set; } + public global::System.Collections.Generic.IList? Type336 { get; set; } /// /// /// - public global::Runway.CreateRecipesMarketingStockImageRequest? Type337 { get; set; } + public global::Runway.CreateRecipesProductAdRequestProductImage? Type337 { get; set; } /// /// /// - public global::Runway.CreateRecipesMarketingStockImageRequestVersion? Type338 { get; set; } + public global::System.Collections.Generic.IList? Type338 { get; set; } /// /// /// - public global::Runway.CreateRecipesMarketingStockImageRequestReferenceImage? Type339 { get; set; } + public global::Runway.CreateRecipesProductAdRequestStyleImage? Type339 { get; set; } /// /// /// - public global::Runway.CreateRecipesMarketingStockImageRequestQuality? Type340 { get; set; } + public global::Runway.CreateRecipesProductAdRequestRatio? Type340 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdRequest? Type341 { get; set; } + public global::Runway.CreateRecipesProductCampaignImageRequest? Type341 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdRequestVersion? Type342 { get; set; } + public global::Runway.CreateRecipesProductCampaignImageRequestVersion? Type342 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type343 { get; set; } + public global::Runway.CreateRecipesProductCampaignImageRequestImage? Type343 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdRequestProductImage? Type344 { get; set; } + public global::Runway.CreateRecipesProductSwapRequest? Type344 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type345 { get; set; } + public global::Runway.CreateRecipesProductSwapRequestVersion? Type345 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdRequestStyleImage? Type346 { get; set; } + public global::Runway.CreateRecipesProductSwapRequestReferenceVideo? Type346 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdRequestRatio? Type347 { get; set; } + public global::Runway.CreateRecipesProductSwapRequestOriginalProductImage? Type347 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductCampaignImageRequest? Type348 { get; set; } + public global::System.Collections.Generic.IList? Type348 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductCampaignImageRequestVersion? Type349 { get; set; } + public global::Runway.CreateRecipesProductSwapRequestNewProductImage? Type349 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductCampaignImageRequestImage? Type350 { get; set; } + public global::Runway.CreateRecipesProductSwapRequestNewProductImageView? Type350 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequest? Type351 { get; set; } + public global::Runway.CreateRecipesProductSwapRequestResolution? Type351 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequestVersion? Type352 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequest? Type352 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequestReferenceVideo? Type353 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant1? Type353 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequestOriginalProductImage? Type354 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant1Version? Type354 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type355 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant1FirstFrame? Type355 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequestNewProductImage? Type356 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant1Ratio? Type356 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequestNewProductImageView? Type357 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant2? Type357 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapRequestResolution? Type358 { get; set; } + public global::System.Collections.Generic.IList? Type358 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequest? Type359 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant2Shot? Type359 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant1? Type360 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant2Version? Type360 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant1Version? Type361 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant2FirstFrame? Type361 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant1FirstFrame? Type362 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestVariant2Ratio? Type362 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant1Ratio? Type363 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestDiscriminator? Type363 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant2? Type364 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoRequestDiscriminatorMode? Type364 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type365 { get; set; } + public global::Runway.CreateRecipesProductUgcRequest? Type365 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant2Shot? Type366 { get; set; } + public global::Runway.CreateRecipesProductUgcRequestVersion? Type366 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant2Version? Type367 { get; set; } + public global::Runway.CreateRecipesProductUgcRequestCharacterImage? Type367 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant2FirstFrame? Type368 { get; set; } + public global::Runway.CreateRecipesProductUgcRequestProductImage? Type368 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestVariant2Ratio? Type369 { get; set; } + public global::Runway.CreateRecipesProductUgcRequestRatio? Type369 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestDiscriminator? Type370 { get; set; } + public global::Runway.CreateVoicesRequest? Type370 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoRequestDiscriminatorMode? Type371 { get; set; } + public global::Runway.From? Type371 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcRequest? Type372 { get; set; } + public global::Runway.CreateVoicesRequestFromVoiceFromAudio? Type372 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcRequestVersion? Type373 { get; set; } + public global::Runway.CreateVoicesRequestFromVoiceFromText? Type373 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcRequestCharacterImage? Type374 { get; set; } + public global::Runway.CreateVoicesRequestFromVoiceFromTextModel? Type374 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcRequestProductImage? Type375 { get; set; } + public global::Runway.CreateVoicesRequestFromDiscriminator? Type375 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcRequestRatio? Type376 { get; set; } + public global::Runway.CreateVoicesRequestFromDiscriminatorType? Type376 { get; set; } /// /// /// - public global::Runway.CreateVoicesRequest? Type377 { get; set; } + public global::Runway.PatchVoicesRequest? Type377 { get; set; } /// /// /// - public global::Runway.From? Type378 { get; set; } + public global::Runway.CreateVoicesPreviewRequest? Type378 { get; set; } /// /// /// - public global::Runway.CreateVoicesRequestFromVoiceFromAudio? Type379 { get; set; } + public global::Runway.CreateVoicesPreviewRequestModel? Type379 { get; set; } /// /// /// - public global::Runway.CreateVoicesRequestFromVoiceFromText? Type380 { get; set; } + public global::Runway.CreateWorkflowsRequest? Type380 { get; set; } /// /// /// - public global::Runway.CreateVoicesRequestFromVoiceFromTextModel? Type381 { get; set; } + public global::System.Collections.Generic.Dictionary? Type381 { get; set; } /// /// /// - public global::Runway.CreateVoicesRequestFromDiscriminator? Type382 { get; set; } + public global::Runway.NodeOutputs? Type382 { get; set; } /// /// /// - public global::Runway.CreateVoicesRequestFromDiscriminatorType? Type383 { get; set; } + public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputPrimitive? Type383 { get; set; } /// /// /// - public global::Runway.PatchVoicesRequest? Type384 { get; set; } + public global::Runway.AnyOf? Type384 { get; set; } /// /// /// - public global::Runway.CreateVoicesPreviewRequest? Type385 { get; set; } + public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputImage? Type385 { get; set; } /// /// /// - public global::Runway.CreateVoicesPreviewRequestModel? Type386 { get; set; } + public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputVideo? Type386 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequest? Type387 { get; set; } + public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputAudio? Type387 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type388 { get; set; } + public global::Runway.CreateWorkflowsRequestNodeOutputsDiscriminator? Type388 { get; set; } /// /// /// - public global::Runway.NodeOutputs? Type389 { get; set; } + public global::Runway.CreateWorkflowsRequestNodeOutputsDiscriminatorType? Type389 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputPrimitive? Type390 { get; set; } + public global::Runway.GetDocumentsSort? Type390 { get; set; } /// /// /// - public global::Runway.AnyOf? Type391 { get; set; } + public global::Runway.GetDocumentsOrder? Type391 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputImage? Type392 { get; set; } + public global::Runway.GetAvatarsResponse? Type392 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputVideo? Type393 { get; set; } + public global::System.Collections.Generic.IList? Type393 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequestNodeOutputsWorkflowNodeOutputAudio? Type394 { get; set; } + public global::Runway.DataItem? Type394 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequestNodeOutputsDiscriminator? Type395 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarProcessing? Type395 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsRequestNodeOutputsDiscriminatorType? Type396 { get; set; } + public global::Runway.Voice4? Type396 { get; set; } /// /// /// - public global::Runway.GetDocumentsSort? Type397 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type397 { get; set; } /// /// /// - public global::Runway.GetDocumentsOrder? Type398 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type398 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponse? Type399 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceCustomVoiceResponse? Type399 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type400 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceDiscriminator? Type400 { get; set; } /// /// /// - public global::Runway.DataItem? Type401 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceDiscriminatorType? Type401 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarProcessing? Type402 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarReady? Type402 { get; set; } /// /// /// - public global::Runway.Voice4? Type403 { get; set; } + public global::Runway.Voice5? Type403 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type404 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type404 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type405 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type405 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceCustomVoiceResponse? Type406 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceCustomVoiceResponse? Type406 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceDiscriminator? Type407 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceDiscriminator? Type407 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarProcessingVoiceDiscriminatorType? Type408 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceDiscriminatorType? Type408 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarReady? Type409 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarFailed? Type409 { get; set; } /// /// /// - public global::Runway.Voice5? Type410 { get; set; } + public global::Runway.Voice6? Type410 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type411 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type411 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type412 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type412 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceCustomVoiceResponse? Type413 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceCustomVoiceResponse? Type413 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceDiscriminator? Type414 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceDiscriminator? Type414 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarReadyVoiceDiscriminatorType? Type415 { get; set; } + public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceDiscriminatorType? Type415 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarFailed? Type416 { get; set; } + public global::Runway.GetAvatarsResponseDataItemDiscriminator? Type416 { get; set; } /// /// /// - public global::Runway.Voice6? Type417 { get; set; } + public global::Runway.GetAvatarsResponseDataItemDiscriminatorStatus? Type417 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type418 { get; set; } + public global::Runway.CreateAvatarsResponse? Type418 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type419 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarProcessing? Type419 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceCustomVoiceResponse? Type420 { get; set; } + public global::Runway.Voice7? Type420 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceDiscriminator? Type421 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type421 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemAvatarFailedVoiceDiscriminatorType? Type422 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type422 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemDiscriminator? Type423 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceCustomVoiceResponse? Type423 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDataItemDiscriminatorStatus? Type424 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceDiscriminator? Type424 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponse? Type425 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceDiscriminatorType? Type425 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarProcessing? Type426 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarReady? Type426 { get; set; } /// /// /// - public global::Runway.Voice7? Type427 { get; set; } + public global::Runway.Voice8? Type427 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type428 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type428 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type429 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type429 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceCustomVoiceResponse? Type430 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarReadyVoiceCustomVoiceResponse? Type430 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceDiscriminator? Type431 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarReadyVoiceDiscriminator? Type431 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarProcessingVoiceDiscriminatorType? Type432 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarReadyVoiceDiscriminatorType? Type432 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarReady? Type433 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarFailed? Type433 { get; set; } /// /// /// - public global::Runway.Voice8? Type434 { get; set; } + public global::Runway.Voice9? Type434 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type435 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type435 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type436 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type436 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarReadyVoiceCustomVoiceResponse? Type437 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarFailedVoiceCustomVoiceResponse? Type437 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarReadyVoiceDiscriminator? Type438 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarFailedVoiceDiscriminator? Type438 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarReadyVoiceDiscriminatorType? Type439 { get; set; } + public global::Runway.CreateAvatarsResponseAvatarFailedVoiceDiscriminatorType? Type439 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarFailed? Type440 { get; set; } + public global::Runway.CreateAvatarsResponseDiscriminator? Type440 { get; set; } /// /// /// - public global::Runway.Voice9? Type441 { get; set; } + public global::Runway.CreateAvatarsResponseDiscriminatorStatus? Type441 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type442 { get; set; } + public global::Runway.GetAvatarConversationsResponse? Type442 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type443 { get; set; } + public global::System.Collections.Generic.IList? Type443 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarFailedVoiceCustomVoiceResponse? Type444 { get; set; } + public global::Runway.GetAvatarConversationsResponseDataItem? Type444 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarFailedVoiceDiscriminator? Type445 { get; set; } + public global::Runway.GetAvatarConversationsResponseDataItemStatus? Type445 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseAvatarFailedVoiceDiscriminatorType? Type446 { get; set; } + public global::Runway.AvatarVariant1? Type446 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseDiscriminator? Type447 { get; set; } + public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1PresetAvatarSummary? Type447 { get; set; } /// /// /// - public global::Runway.CreateAvatarsResponseDiscriminatorStatus? Type448 { get; set; } + public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1CustomAvatarSummary? Type448 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponse? Type449 { get; set; } + public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1Discriminator? Type449 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type450 { get; set; } + public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1DiscriminatorType? Type450 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDataItem? Type451 { get; set; } + public global::Runway.GetAvatarUsageResponse? Type451 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDataItemStatus? Type452 { get; set; } + public global::System.Collections.Generic.IList? Type452 { get; set; } /// /// /// - public global::Runway.AvatarVariant1? Type453 { get; set; } + public global::Runway.GetAvatarUsageResponseByDayItem? Type453 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1PresetAvatarSummary? Type454 { get; set; } + public global::Runway.GetAvatarConversationsResponse2? Type454 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1CustomAvatarSummary? Type455 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1? Type455 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1Discriminator? Type456 { get; set; } + public global::Runway.AvatarVariant12? Type456 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDataItemAvatarVariant1DiscriminatorType? Type457 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1PresetAvatar? Type457 { get; set; } /// /// /// - public global::Runway.GetAvatarUsageResponse? Type458 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1CustomAvatar? Type458 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type459 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1Discriminator? Type459 { get; set; } /// /// /// - public global::Runway.GetAvatarUsageResponseByDayItem? Type460 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1DiscriminatorType? Type460 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponse2? Type461 { get; set; } + public global::System.Collections.Generic.IList? Type461 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1? Type462 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItem? Type462 { get; set; } /// /// /// - public global::Runway.AvatarVariant12? Type463 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItemRole? Type463 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1PresetAvatar? Type464 { get; set; } + public global::System.Collections.Generic.IList? Type464 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1CustomAvatar? Type465 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItemToolCall? Type465 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1Discriminator? Type466 { get; set; } + public global::System.Collections.Generic.IList? Type466 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1AvatarVariant1DiscriminatorType? Type467 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItemToolResult? Type467 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type468 { get; set; } + public global::Runway.AnyOf? Type468 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItem? Type469 { get; set; } + public global::System.Collections.Generic.IList? Type469 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItemRole? Type470 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1Tool? Type470 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type471 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant1ToolType? Type471 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItemToolCall? Type472 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2? Type472 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type473 { get; set; } + public global::Runway.AvatarVariant13? Type473 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1TranscriptItemToolResult? Type474 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1PresetAvatar? Type474 { get; set; } /// /// /// - public global::Runway.AnyOf? Type475 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1CustomAvatar? Type475 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type476 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1Discriminator? Type476 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1Tool? Type477 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1DiscriminatorType? Type477 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant1ToolType? Type478 { get; set; } + public global::System.Collections.Generic.IList? Type478 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2? Type479 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItem? Type479 { get; set; } /// /// /// - public global::Runway.AvatarVariant13? Type480 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItemRole? Type480 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1PresetAvatar? Type481 { get; set; } + public global::System.Collections.Generic.IList? Type481 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1CustomAvatar? Type482 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItemToolCall? Type482 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1Discriminator? Type483 { get; set; } + public global::System.Collections.Generic.IList? Type483 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2AvatarVariant1DiscriminatorType? Type484 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItemToolResult? Type484 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type485 { get; set; } + public global::System.Collections.Generic.IList? Type485 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItem? Type486 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2Tool? Type486 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItemRole? Type487 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant2ToolType? Type487 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type488 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3? Type488 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItemToolCall? Type489 { get; set; } + public global::Runway.AvatarVariant14? Type489 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type490 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1PresetAvatar? Type490 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2TranscriptItemToolResult? Type491 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1CustomAvatar? Type491 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type492 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1Discriminator? Type492 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2Tool? Type493 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1DiscriminatorType? Type493 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant2ToolType? Type494 { get; set; } + public global::System.Collections.Generic.IList? Type494 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3? Type495 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItem? Type495 { get; set; } /// /// /// - public global::Runway.AvatarVariant14? Type496 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemRole? Type496 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1PresetAvatar? Type497 { get; set; } + public global::System.Collections.Generic.IList? Type497 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1CustomAvatar? Type498 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolCall? Type498 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1Discriminator? Type499 { get; set; } + public global::System.Collections.Generic.IList? Type499 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3AvatarVariant1DiscriminatorType? Type500 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolResult? Type500 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type501 { get; set; } + public global::System.Collections.Generic.IList? Type501 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItem? Type502 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3Tool? Type502 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemRole? Type503 { get; set; } + public global::Runway.GetAvatarConversationsResponseVariant3ToolType? Type503 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type504 { get; set; } + public global::Runway.GetAvatarConversationsResponseDiscriminator? Type504 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolCall? Type505 { get; set; } + public global::Runway.GetAvatarConversationsResponseDiscriminatorStatus? Type505 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type506 { get; set; } + public global::Runway.GetAvatarsResponse2? Type506 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3TranscriptItemToolResult? Type507 { get; set; } + public global::Runway.GetAvatarsResponseAvatarProcessing? Type507 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type508 { get; set; } + public global::Runway.Voice10? Type508 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3Tool? Type509 { get; set; } + public global::Runway.GetAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type509 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseVariant3ToolType? Type510 { get; set; } + public global::Runway.GetAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type510 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDiscriminator? Type511 { get; set; } + public global::Runway.GetAvatarsResponseAvatarProcessingVoiceCustomVoiceResponse? Type511 { get; set; } /// /// /// - public global::Runway.GetAvatarConversationsResponseDiscriminatorStatus? Type512 { get; set; } + public global::Runway.GetAvatarsResponseAvatarProcessingVoiceDiscriminator? Type512 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponse2? Type513 { get; set; } + public global::Runway.GetAvatarsResponseAvatarProcessingVoiceDiscriminatorType? Type513 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarProcessing? Type514 { get; set; } + public global::Runway.GetAvatarsResponseAvatarReady? Type514 { get; set; } /// /// /// - public global::Runway.Voice10? Type515 { get; set; } + public global::Runway.Voice11? Type515 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type516 { get; set; } + public global::Runway.GetAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type516 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type517 { get; set; } + public global::Runway.GetAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type517 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarProcessingVoiceCustomVoiceResponse? Type518 { get; set; } + public global::Runway.GetAvatarsResponseAvatarReadyVoiceCustomVoiceResponse? Type518 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarProcessingVoiceDiscriminator? Type519 { get; set; } + public global::Runway.GetAvatarsResponseAvatarReadyVoiceDiscriminator? Type519 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarProcessingVoiceDiscriminatorType? Type520 { get; set; } + public global::Runway.GetAvatarsResponseAvatarReadyVoiceDiscriminatorType? Type520 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarReady? Type521 { get; set; } + public global::Runway.GetAvatarsResponseAvatarFailed? Type521 { get; set; } /// /// /// - public global::Runway.Voice11? Type522 { get; set; } + public global::Runway.Voice12? Type522 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type523 { get; set; } + public global::Runway.GetAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type523 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type524 { get; set; } + public global::Runway.GetAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type524 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarReadyVoiceCustomVoiceResponse? Type525 { get; set; } + public global::Runway.GetAvatarsResponseAvatarFailedVoiceCustomVoiceResponse? Type525 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarReadyVoiceDiscriminator? Type526 { get; set; } + public global::Runway.GetAvatarsResponseAvatarFailedVoiceDiscriminator? Type526 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarReadyVoiceDiscriminatorType? Type527 { get; set; } + public global::Runway.GetAvatarsResponseAvatarFailedVoiceDiscriminatorType? Type527 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarFailed? Type528 { get; set; } + public global::Runway.GetAvatarsResponseDiscriminator? Type528 { get; set; } /// /// /// - public global::Runway.Voice12? Type529 { get; set; } + public global::Runway.GetAvatarsResponseDiscriminatorStatus? Type529 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type530 { get; set; } + public global::Runway.PatchAvatarsResponse? Type530 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type531 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarProcessing? Type531 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarFailedVoiceCustomVoiceResponse? Type532 { get; set; } + public global::Runway.Voice13? Type532 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarFailedVoiceDiscriminator? Type533 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type533 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseAvatarFailedVoiceDiscriminatorType? Type534 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type534 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDiscriminator? Type535 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceCustomVoiceResponse? Type535 { get; set; } /// /// /// - public global::Runway.GetAvatarsResponseDiscriminatorStatus? Type536 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceDiscriminator? Type536 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponse? Type537 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceDiscriminatorType? Type537 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarProcessing? Type538 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarReady? Type538 { get; set; } /// /// /// - public global::Runway.Voice13? Type539 { get; set; } + public global::Runway.Voice14? Type539 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponse? Type540 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type540 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceRunwayLivePresetVoiceResponsePresetId? Type541 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type541 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceCustomVoiceResponse? Type542 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarReadyVoiceCustomVoiceResponse? Type542 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceDiscriminator? Type543 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarReadyVoiceDiscriminator? Type543 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarProcessingVoiceDiscriminatorType? Type544 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarReadyVoiceDiscriminatorType? Type544 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarReady? Type545 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarFailed? Type545 { get; set; } /// /// /// - public global::Runway.Voice14? Type546 { get; set; } + public global::Runway.Voice15? Type546 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponse? Type547 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type547 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarReadyVoiceRunwayLivePresetVoiceResponsePresetId? Type548 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type548 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarReadyVoiceCustomVoiceResponse? Type549 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarFailedVoiceCustomVoiceResponse? Type549 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarReadyVoiceDiscriminator? Type550 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarFailedVoiceDiscriminator? Type550 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarReadyVoiceDiscriminatorType? Type551 { get; set; } + public global::Runway.PatchAvatarsResponseAvatarFailedVoiceDiscriminatorType? Type551 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarFailed? Type552 { get; set; } + public global::Runway.PatchAvatarsResponseDiscriminator? Type552 { get; set; } /// /// /// - public global::Runway.Voice15? Type553 { get; set; } + public global::Runway.PatchAvatarsResponseDiscriminatorStatus? Type553 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponse? Type554 { get; set; } + public global::Runway.PatchAvatarsResponse2? Type554 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarFailedVoiceRunwayLivePresetVoiceResponsePresetId? Type555 { get; set; } + public global::Runway.CreateAvatarVideosResponse? Type555 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarFailedVoiceCustomVoiceResponse? Type556 { get; set; } + public global::Runway.CreateDocumentsResponse? Type556 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarFailedVoiceDiscriminator? Type557 { get; set; } + public global::Runway.CreateDocumentsResponseType? Type557 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseAvatarFailedVoiceDiscriminatorType? Type558 { get; set; } + public global::System.Collections.Generic.IList? Type558 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseDiscriminator? Type559 { get; set; } + public global::Runway.CreateDocumentsResponseUsedByItem? Type559 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponseDiscriminatorStatus? Type560 { get; set; } + public global::Runway.GetDocumentsResponse? Type560 { get; set; } /// /// /// - public global::Runway.PatchAvatarsResponse2? Type561 { get; set; } + public global::System.Collections.Generic.IList? Type561 { get; set; } /// /// /// - public global::Runway.CreateAvatarVideosResponse? Type562 { get; set; } + public global::Runway.GetDocumentsResponseDataItem? Type562 { get; set; } /// /// /// - public global::Runway.CreateDocumentsResponse? Type563 { get; set; } + public global::Runway.GetDocumentsResponseDataItemType? Type563 { get; set; } /// /// /// - public global::Runway.CreateDocumentsResponseType? Type564 { get; set; } + public global::System.Collections.Generic.IList? Type564 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type565 { get; set; } + public global::Runway.GetDocumentsResponseDataItemUsedByItem? Type565 { get; set; } /// /// /// - public global::Runway.CreateDocumentsResponseUsedByItem? Type566 { get; set; } + public global::Runway.GetDocumentsResponse2? Type566 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponse? Type567 { get; set; } + public global::Runway.GetDocumentsResponseType? Type567 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type568 { get; set; } + public global::System.Collections.Generic.IList? Type568 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponseDataItem? Type569 { get; set; } + public global::Runway.GetDocumentsResponseUsedByItem? Type569 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponseDataItemType? Type570 { get; set; } + public global::Runway.CreateRealtimeSessionsResponse? Type570 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type571 { get; set; } + public global::Runway.GetRealtimeSessionsResponse? Type571 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponseDataItemUsedByItem? Type572 { get; set; } + public global::Runway.GetRealtimeSessionsResponseSessionNotReady? Type572 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponse2? Type573 { get; set; } + public global::Runway.GetRealtimeSessionsResponseSessionReady? Type573 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponseType? Type574 { get; set; } + public global::Runway.GetRealtimeSessionsResponseSessionRunning? Type574 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type575 { get; set; } + public global::Runway.GetRealtimeSessionsResponseSessionCompleted? Type575 { get; set; } /// /// /// - public global::Runway.GetDocumentsResponseUsedByItem? Type576 { get; set; } + public global::Runway.GetRealtimeSessionsResponseSessionFailed? Type576 { get; set; } /// /// /// - public global::Runway.CreateRealtimeSessionsResponse? Type577 { get; set; } + public global::Runway.GetRealtimeSessionsResponseSessionCancelled? Type577 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponse? Type578 { get; set; } + public global::Runway.GetRealtimeSessionsResponseDiscriminator? Type578 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseSessionNotReady? Type579 { get; set; } + public global::Runway.GetRealtimeSessionsResponseDiscriminatorStatus? Type579 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseSessionReady? Type580 { get; set; } + public global::Runway.GetTasksResponse? Type580 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseSessionRunning? Type581 { get; set; } + public global::Runway.GetTasksResponseVariant1? Type581 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseSessionCompleted? Type582 { get; set; } + public global::Runway.GetTasksResponseVariant2? Type582 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseSessionFailed? Type583 { get; set; } + public global::Runway.GetTasksResponseVariant3? Type583 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseSessionCancelled? Type584 { get; set; } + public global::Runway.GetTasksResponseVariant4? Type584 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseDiscriminator? Type585 { get; set; } + public global::Runway.GetTasksResponseVariant5? Type585 { get; set; } /// /// /// - public global::Runway.GetRealtimeSessionsResponseDiscriminatorStatus? Type586 { get; set; } + public global::Runway.GetTasksResponseVariant6? Type586 { get; set; } /// /// /// - public global::Runway.GetTasksResponse? Type587 { get; set; } + public global::Runway.GetTasksResponseDiscriminator? Type587 { get; set; } /// /// /// - public global::Runway.GetTasksResponseVariant1? Type588 { get; set; } + public global::Runway.GetTasksResponseDiscriminatorStatus? Type588 { get; set; } /// /// /// - public global::Runway.GetTasksResponseVariant2? Type589 { get; set; } + public global::Runway.GetTasksResponse2? Type589 { get; set; } /// /// /// - public global::Runway.GetTasksResponseVariant3? Type590 { get; set; } + public global::Runway.CreateImageToVideoResponse? Type590 { get; set; } /// /// /// - public global::Runway.GetTasksResponseVariant4? Type591 { get; set; } + public global::Runway.CreateImageToVideoResponse2? Type591 { get; set; } /// /// /// - public global::Runway.GetTasksResponseVariant5? Type592 { get; set; } + public global::Runway.CreateTextToVideoResponse? Type592 { get; set; } /// /// /// - public global::Runway.GetTasksResponseVariant6? Type593 { get; set; } + public global::Runway.CreateTextToVideoResponse2? Type593 { get; set; } /// /// /// - public global::Runway.GetTasksResponseDiscriminator? Type594 { get; set; } + public global::Runway.CreateVideoToVideoResponse? Type594 { get; set; } /// /// /// - public global::Runway.GetTasksResponseDiscriminatorStatus? Type595 { get; set; } + public global::Runway.CreateVideoToVideoResponse2? Type595 { get; set; } /// /// /// - public global::Runway.GetTasksResponse2? Type596 { get; set; } + public global::Runway.CreateTextToImageResponse? Type596 { get; set; } /// /// /// - public global::Runway.CreateImageToVideoResponse? Type597 { get; set; } + public global::Runway.CreateTextToImageResponse2? Type597 { get; set; } /// /// /// - public global::Runway.CreateImageToVideoResponse2? Type598 { get; set; } + public global::Runway.CreateImageUpscaleResponse? Type598 { get; set; } /// /// /// - public global::Runway.CreateTextToVideoResponse? Type599 { get; set; } + public global::Runway.CreateImageUpscaleResponse2? Type599 { get; set; } /// /// /// - public global::Runway.CreateTextToVideoResponse2? Type600 { get; set; } + public global::Runway.CreateVideoUpscaleResponse? Type600 { get; set; } /// /// /// - public global::Runway.CreateVideoToVideoResponse? Type601 { get; set; } + public global::Runway.CreateVideoUpscaleResponse2? Type601 { get; set; } /// /// /// - public global::Runway.CreateVideoToVideoResponse2? Type602 { get; set; } + public global::Runway.CreateCharacterPerformanceResponse? Type602 { get; set; } /// /// /// - public global::Runway.CreateTextToImageResponse? Type603 { get; set; } + public global::Runway.CreateCharacterPerformanceResponse2? Type603 { get; set; } /// /// /// - public global::Runway.CreateTextToImageResponse2? Type604 { get; set; } + public global::Runway.CreateSoundEffectResponse? Type604 { get; set; } /// /// /// - public global::Runway.CreateImageUpscaleResponse? Type605 { get; set; } + public global::Runway.CreateSoundEffectResponse2? Type605 { get; set; } /// /// /// - public global::Runway.CreateImageUpscaleResponse2? Type606 { get; set; } + public global::Runway.CreateSpeechToSpeechResponse? Type606 { get; set; } /// /// /// - public global::Runway.CreateVideoUpscaleResponse? Type607 { get; set; } + public global::Runway.CreateSpeechToSpeechResponse2? Type607 { get; set; } /// /// /// - public global::Runway.CreateVideoUpscaleResponse2? Type608 { get; set; } + public global::Runway.CreateTextToSpeechResponse? Type608 { get; set; } /// /// /// - public global::Runway.CreateCharacterPerformanceResponse? Type609 { get; set; } + public global::Runway.CreateTextToSpeechResponse2? Type609 { get; set; } /// /// /// - public global::Runway.CreateCharacterPerformanceResponse2? Type610 { get; set; } + public global::Runway.CreateVoiceDubbingResponse? Type610 { get; set; } /// /// /// - public global::Runway.CreateSoundEffectResponse? Type611 { get; set; } + public global::Runway.CreateVoiceDubbingResponse2? Type611 { get; set; } /// /// /// - public global::Runway.CreateSoundEffectResponse2? Type612 { get; set; } + public global::Runway.CreateVoiceIsolationResponse? Type612 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechResponse? Type613 { get; set; } + public global::Runway.CreateVoiceIsolationResponse2? Type613 { get; set; } /// /// /// - public global::Runway.CreateSpeechToSpeechResponse2? Type614 { get; set; } + public global::Runway.GetOrganizationResponse? Type614 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechResponse? Type615 { get; set; } + public global::Runway.GetOrganizationResponseTier? Type615 { get; set; } /// /// /// - public global::Runway.CreateTextToSpeechResponse2? Type616 { get; set; } + public global::System.Collections.Generic.Dictionary? Type616 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingResponse? Type617 { get; set; } + public global::Runway.GetOrganizationResponseTierModels2? Type617 { get; set; } /// /// /// - public global::Runway.CreateVoiceDubbingResponse2? Type618 { get; set; } + public global::Runway.GetOrganizationResponseUsage? Type618 { get; set; } /// /// /// - public global::Runway.CreateVoiceIsolationResponse? Type619 { get; set; } + public global::System.Collections.Generic.Dictionary? Type619 { get; set; } /// /// /// - public global::Runway.CreateVoiceIsolationResponse2? Type620 { get; set; } + public global::Runway.GetOrganizationResponseUsageModels2? Type620 { get; set; } /// /// /// - public global::Runway.GetOrganizationResponse? Type621 { get; set; } + public global::Runway.CreateOrganizationUsageResponse? Type621 { get; set; } /// /// /// - public global::Runway.GetOrganizationResponseTier? Type622 { get; set; } + public global::System.Collections.Generic.IList? Type622 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type623 { get; set; } + public global::Runway.CreateOrganizationUsageResponseResult? Type623 { get; set; } /// /// /// - public global::Runway.GetOrganizationResponseTierModels2? Type624 { get; set; } + public global::System.Collections.Generic.IList? Type624 { get; set; } /// /// /// - public global::Runway.GetOrganizationResponseUsage? Type625 { get; set; } + public global::Runway.CreateOrganizationUsageResponseResultUsedCredit? Type625 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type626 { get; set; } + public global::Runway.CreateOrganizationUsageResponseResultUsedCreditModel? Type626 { get; set; } /// /// /// - public global::Runway.GetOrganizationResponseUsageModels2? Type627 { get; set; } + public global::System.Collections.Generic.IList? Type627 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponse? Type628 { get; set; } + public global::Runway.CreateOrganizationUsageResponseModel? Type628 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type629 { get; set; } + public global::Runway.CreateUploadsResponse? Type629 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponseResult? Type630 { get; set; } + public global::System.Collections.Generic.Dictionary? Type630 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type631 { get; set; } + public global::Runway.CreateUploadsResponse2? Type631 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponseResultUsedCredit? Type632 { get; set; } + public global::Runway.CreateRecipesMarketingStockImageResponse? Type632 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponseResultUsedCreditModel? Type633 { get; set; } + public global::Runway.CreateRecipesMarketingStockImageResponse2? Type633 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type634 { get; set; } + public global::Runway.CreateRecipesProductAdResponse? Type634 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponseModel? Type635 { get; set; } + public global::Runway.CreateRecipesProductAdResponse2? Type635 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type636 { get; set; } + public global::Runway.CreateRecipesProductCampaignImageResponse? Type636 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem? Type637 { get; set; } + public global::Runway.CreateRecipesProductCampaignImageResponse2? Type637 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type638 { get; set; } + public global::Runway.CreateRecipesProductSwapResponse? Type638 { get; set; } /// /// /// - public global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit? Type639 { get; set; } + public global::Runway.CreateRecipesProductSwapResponse2? Type639 { get; set; } /// /// /// - public global::Runway.CreateUploadsResponse? Type640 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoResponse? Type640 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type641 { get; set; } + public global::Runway.CreateRecipesMultiShotVideoResponse2? Type641 { get; set; } /// /// /// - public global::Runway.CreateUploadsResponse2? Type642 { get; set; } + public global::Runway.CreateRecipesProductUgcResponse? Type642 { get; set; } /// /// /// - public global::Runway.CreateRecipesMarketingStockImageResponse? Type643 { get; set; } + public global::Runway.CreateRecipesProductUgcResponse2? Type643 { get; set; } /// /// /// - public global::Runway.CreateRecipesMarketingStockImageResponse2? Type644 { get; set; } + public global::Runway.GetVoicesResponse? Type644 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdResponse? Type645 { get; set; } + public global::System.Collections.Generic.IList? Type645 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductAdResponse2? Type646 { get; set; } + public global::Runway.DataItem2? Type646 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductCampaignImageResponse? Type647 { get; set; } + public global::Runway.GetVoicesResponseDataItemVoiceProcessing? Type647 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductCampaignImageResponse2? Type648 { get; set; } + public global::Runway.GetVoicesResponseDataItemVoiceReady? Type648 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapResponse? Type649 { get; set; } + public global::Runway.GetVoicesResponseDataItemVoiceFailed? Type649 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductSwapResponse2? Type650 { get; set; } + public global::Runway.GetVoicesResponseDataItemDiscriminator? Type650 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoResponse? Type651 { get; set; } + public global::Runway.GetVoicesResponseDataItemDiscriminatorStatus? Type651 { get; set; } /// /// /// - public global::Runway.CreateRecipesMultiShotVideoResponse2? Type652 { get; set; } + public global::Runway.CreateVoicesResponse? Type652 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcResponse? Type653 { get; set; } + public global::Runway.GetVoicesResponse2? Type653 { get; set; } /// /// /// - public global::Runway.CreateRecipesProductUgcResponse2? Type654 { get; set; } + public global::Runway.GetVoicesResponseVoiceProcessing? Type654 { get; set; } /// /// /// - public global::Runway.GetVoicesResponse? Type655 { get; set; } + public global::Runway.GetVoicesResponseVoiceReady? Type655 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type656 { get; set; } + public global::Runway.GetVoicesResponseVoiceFailed? Type656 { get; set; } /// /// /// - public global::Runway.DataItem2? Type657 { get; set; } + public global::Runway.GetVoicesResponseDiscriminator? Type657 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDataItemVoiceProcessing? Type658 { get; set; } + public global::Runway.GetVoicesResponseDiscriminatorStatus? Type658 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDataItemVoiceReady? Type659 { get; set; } + public global::Runway.PatchVoicesResponse? Type659 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDataItemVoiceFailed? Type660 { get; set; } + public global::Runway.PatchVoicesResponseVoiceProcessing? Type660 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDataItemDiscriminator? Type661 { get; set; } + public global::Runway.PatchVoicesResponseVoiceReady? Type661 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDataItemDiscriminatorStatus? Type662 { get; set; } + public global::Runway.PatchVoicesResponseVoiceFailed? Type662 { get; set; } /// /// /// - public global::Runway.CreateVoicesResponse? Type663 { get; set; } + public global::Runway.PatchVoicesResponseDiscriminator? Type663 { get; set; } /// /// /// - public global::Runway.GetVoicesResponse2? Type664 { get; set; } + public global::Runway.PatchVoicesResponseDiscriminatorStatus? Type664 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseVoiceProcessing? Type665 { get; set; } + public global::Runway.CreateVoicesPreviewResponse? Type665 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseVoiceReady? Type666 { get; set; } + public global::Runway.CreateWorkflowsResponse? Type666 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseVoiceFailed? Type667 { get; set; } + public global::Runway.CreateWorkflowsResponse2? Type667 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDiscriminator? Type668 { get; set; } + public global::Runway.GetWorkflowsResponse? Type668 { get; set; } /// /// /// - public global::Runway.GetVoicesResponseDiscriminatorStatus? Type669 { get; set; } + public global::Runway.GetWorkflowsResponseGraph? Type669 { get; set; } /// /// /// - public global::Runway.PatchVoicesResponse? Type670 { get; set; } + public global::Runway.GetWorkflowsResponse2? Type670 { get; set; } /// /// /// - public global::Runway.PatchVoicesResponseVoiceProcessing? Type671 { get; set; } + public global::Runway.GetWorkflowsResponse3? Type671 { get; set; } /// /// /// - public global::Runway.PatchVoicesResponseVoiceReady? Type672 { get; set; } + public global::System.Collections.Generic.IList? Type672 { get; set; } /// /// /// - public global::Runway.PatchVoicesResponseVoiceFailed? Type673 { get; set; } + public global::Runway.GetWorkflowsResponseDataItem? Type673 { get; set; } /// /// /// - public global::Runway.PatchVoicesResponseDiscriminator? Type674 { get; set; } + public global::System.Collections.Generic.IList? Type674 { get; set; } /// /// /// - public global::Runway.PatchVoicesResponseDiscriminatorStatus? Type675 { get; set; } + public global::Runway.GetWorkflowsResponseDataItemVersion? Type675 { get; set; } /// /// /// - public global::Runway.CreateVoicesPreviewResponse? Type676 { get; set; } + public global::Runway.GetWorkflowInvocationsResponse? Type676 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsResponse? Type677 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationPending? Type677 { get; set; } /// /// /// - public global::Runway.CreateWorkflowsResponse2? Type678 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationThrottled? Type678 { get; set; } /// /// /// - public global::Runway.GetWorkflowsResponse? Type679 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationCancelled? Type679 { get; set; } /// /// /// - public global::Runway.GetWorkflowsResponseGraph? Type680 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationRunning? Type680 { get; set; } /// /// /// - public global::Runway.GetWorkflowsResponse2? Type681 { get; set; } + public global::System.Collections.Generic.Dictionary>? Type681 { get; set; } /// /// /// - public global::Runway.GetWorkflowsResponse3? Type682 { get; set; } + public global::System.Collections.Generic.Dictionary? Type682 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type683 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationRunningNodeErrors2? Type683 { get; set; } /// /// /// - public global::Runway.GetWorkflowsResponseDataItem? Type684 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationFailed? Type684 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type685 { get; set; } + public global::System.Collections.Generic.Dictionary? Type685 { get; set; } /// /// /// - public global::Runway.GetWorkflowsResponseDataItemVersion? Type686 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationFailedNodeErrors2? Type686 { get; set; } /// /// /// - public global::Runway.GetWorkflowInvocationsResponse? Type687 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationSucceeded? Type687 { get; set; } /// /// /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationPending? Type688 { get; set; } + public global::System.Collections.Generic.Dictionary? Type688 { get; set; } /// /// /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationThrottled? Type689 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationSucceededNodeErrors2? Type689 { get; set; } /// /// /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationCancelled? Type690 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseDiscriminator? Type690 { get; set; } /// /// /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationRunning? Type691 { get; set; } + public global::Runway.GetWorkflowInvocationsResponseDiscriminatorStatus? Type691 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary>? Type692 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.Dictionary? Type693 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationRunningNodeErrors2? Type694 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationFailed? Type695 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.Dictionary? Type696 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationFailedNodeErrors2? Type697 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationSucceeded? Type698 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.Dictionary? Type699 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseWorkflowInvocationSucceededNodeErrors2? Type700 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseDiscriminator? Type701 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponseDiscriminatorStatus? Type702 { get; set; } - /// - /// - /// - public global::Runway.GetWorkflowInvocationsResponse2? Type703 { get; set; } + public global::Runway.GetWorkflowInvocationsResponse2? Type692 { get; set; } /// /// @@ -3169,26 +3125,18 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.List? ListType81 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.List? ListType82 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.List? ListType83 { get; set; } + public global::System.Collections.Generic.List? ListType81 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType84 { get; set; } + public global::System.Collections.Generic.List? ListType82 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType85 { get; set; } + public global::System.Collections.Generic.List? ListType83 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary>? ListType86 { get; set; } + public global::System.Collections.Generic.Dictionary>? ListType84 { get; set; } } } \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponse.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponse.g.cs index a851eca..77fff3e 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponse.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponse.g.cs @@ -22,18 +22,6 @@ public sealed partial class CreateOrganizationUsageResponse [global::System.Text.Json.Serialization.JsonRequired] public required global::System.Collections.Generic.IList Models { get; set; } - /// - /// Reserved for future use. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("apiKeys")] - public global::System.Collections.Generic.IList? ApiKeys { get; set; } - - /// - /// Reserved for future use. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("resultsByApiKey")] - public global::System.Collections.Generic.IList? ResultsByApiKey { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -47,25 +35,15 @@ public sealed partial class CreateOrganizationUsageResponse /// /// The list of models with usage during the queried time range. /// - /// - /// Reserved for future use. - /// - /// - /// Reserved for future use. - /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public CreateOrganizationUsageResponse( global::System.Collections.Generic.IList results, - global::System.Collections.Generic.IList models, - global::System.Collections.Generic.IList? apiKeys, - global::System.Collections.Generic.IList? resultsByApiKey) + global::System.Collections.Generic.IList models) { this.Results = results ?? throw new global::System.ArgumentNullException(nameof(results)); this.Models = models ?? throw new global::System.ArgumentNullException(nameof(models)); - this.ApiKeys = apiKeys; - this.ResultsByApiKey = resultsByApiKey; } /// diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseModel.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseModel.g.cs index 594a704..31823c0 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseModel.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseModel.g.cs @@ -15,6 +15,10 @@ public enum CreateOrganizationUsageResponseModel /// /// /// + AdLocalization, + /// + /// + /// Aleph2, /// /// @@ -163,10 +167,6 @@ public enum CreateOrganizationUsageResponseModel /// /// /// - SeedAudio, - /// - /// - /// Seedance2, /// /// @@ -175,10 +175,6 @@ public enum CreateOrganizationUsageResponseModel /// /// /// - Seedance2Mini, - /// - /// - /// Veo3, /// /// @@ -207,6 +203,7 @@ public static string ToValueString(this CreateOrganizationUsageResponseModel val return value switch { CreateOrganizationUsageResponseModel.ActTwo => "act_two", + CreateOrganizationUsageResponseModel.AdLocalization => "ad_localization", CreateOrganizationUsageResponseModel.Aleph2 => "aleph2", CreateOrganizationUsageResponseModel.ElevenMultilingualStsV2 => "eleven_multilingual_sts_v2", CreateOrganizationUsageResponseModel.ElevenMultilingualV2 => "eleven_multilingual_v2", @@ -244,10 +241,8 @@ public static string ToValueString(this CreateOrganizationUsageResponseModel val CreateOrganizationUsageResponseModel.ProductCampaignImage => "product_campaign_image", CreateOrganizationUsageResponseModel.ProductSwap => "product_swap", CreateOrganizationUsageResponseModel.ProductUgc => "product_ugc", - CreateOrganizationUsageResponseModel.SeedAudio => "seed_audio", CreateOrganizationUsageResponseModel.Seedance2 => "seedance2", CreateOrganizationUsageResponseModel.Seedance2Fast => "seedance2_fast", - CreateOrganizationUsageResponseModel.Seedance2Mini => "seedance2_mini", CreateOrganizationUsageResponseModel.Veo3 => "veo3", CreateOrganizationUsageResponseModel.Veo31 => "veo3.1", CreateOrganizationUsageResponseModel.Veo31Fast => "veo3.1_fast", @@ -263,6 +258,7 @@ public static string ToValueString(this CreateOrganizationUsageResponseModel val return value switch { "act_two" => CreateOrganizationUsageResponseModel.ActTwo, + "ad_localization" => CreateOrganizationUsageResponseModel.AdLocalization, "aleph2" => CreateOrganizationUsageResponseModel.Aleph2, "eleven_multilingual_sts_v2" => CreateOrganizationUsageResponseModel.ElevenMultilingualStsV2, "eleven_multilingual_v2" => CreateOrganizationUsageResponseModel.ElevenMultilingualV2, @@ -300,10 +296,8 @@ public static string ToValueString(this CreateOrganizationUsageResponseModel val "product_campaign_image" => CreateOrganizationUsageResponseModel.ProductCampaignImage, "product_swap" => CreateOrganizationUsageResponseModel.ProductSwap, "product_ugc" => CreateOrganizationUsageResponseModel.ProductUgc, - "seed_audio" => CreateOrganizationUsageResponseModel.SeedAudio, "seedance2" => CreateOrganizationUsageResponseModel.Seedance2, "seedance2_fast" => CreateOrganizationUsageResponseModel.Seedance2Fast, - "seedance2_mini" => CreateOrganizationUsageResponseModel.Seedance2Mini, "veo3" => CreateOrganizationUsageResponseModel.Veo3, "veo3.1" => CreateOrganizationUsageResponseModel.Veo31, "veo3.1_fast" => CreateOrganizationUsageResponseModel.Veo31Fast, diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultUsedCreditModel.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultUsedCreditModel.g.cs index 512b590..d5aea1f 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultUsedCreditModel.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultUsedCreditModel.g.cs @@ -15,6 +15,10 @@ public enum CreateOrganizationUsageResponseResultUsedCreditModel /// /// /// + AdLocalization, + /// + /// + /// Aleph2, /// /// @@ -163,10 +167,6 @@ public enum CreateOrganizationUsageResponseResultUsedCreditModel /// /// /// - SeedAudio, - /// - /// - /// Seedance2, /// /// @@ -175,10 +175,6 @@ public enum CreateOrganizationUsageResponseResultUsedCreditModel /// /// /// - Seedance2Mini, - /// - /// - /// Veo3, /// /// @@ -207,6 +203,7 @@ public static string ToValueString(this CreateOrganizationUsageResponseResultUse return value switch { CreateOrganizationUsageResponseResultUsedCreditModel.ActTwo => "act_two", + CreateOrganizationUsageResponseResultUsedCreditModel.AdLocalization => "ad_localization", CreateOrganizationUsageResponseResultUsedCreditModel.Aleph2 => "aleph2", CreateOrganizationUsageResponseResultUsedCreditModel.ElevenMultilingualStsV2 => "eleven_multilingual_sts_v2", CreateOrganizationUsageResponseResultUsedCreditModel.ElevenMultilingualV2 => "eleven_multilingual_v2", @@ -244,10 +241,8 @@ public static string ToValueString(this CreateOrganizationUsageResponseResultUse CreateOrganizationUsageResponseResultUsedCreditModel.ProductCampaignImage => "product_campaign_image", CreateOrganizationUsageResponseResultUsedCreditModel.ProductSwap => "product_swap", CreateOrganizationUsageResponseResultUsedCreditModel.ProductUgc => "product_ugc", - CreateOrganizationUsageResponseResultUsedCreditModel.SeedAudio => "seed_audio", CreateOrganizationUsageResponseResultUsedCreditModel.Seedance2 => "seedance2", CreateOrganizationUsageResponseResultUsedCreditModel.Seedance2Fast => "seedance2_fast", - CreateOrganizationUsageResponseResultUsedCreditModel.Seedance2Mini => "seedance2_mini", CreateOrganizationUsageResponseResultUsedCreditModel.Veo3 => "veo3", CreateOrganizationUsageResponseResultUsedCreditModel.Veo31 => "veo3.1", CreateOrganizationUsageResponseResultUsedCreditModel.Veo31Fast => "veo3.1_fast", @@ -263,6 +258,7 @@ public static string ToValueString(this CreateOrganizationUsageResponseResultUse return value switch { "act_two" => CreateOrganizationUsageResponseResultUsedCreditModel.ActTwo, + "ad_localization" => CreateOrganizationUsageResponseResultUsedCreditModel.AdLocalization, "aleph2" => CreateOrganizationUsageResponseResultUsedCreditModel.Aleph2, "eleven_multilingual_sts_v2" => CreateOrganizationUsageResponseResultUsedCreditModel.ElevenMultilingualStsV2, "eleven_multilingual_v2" => CreateOrganizationUsageResponseResultUsedCreditModel.ElevenMultilingualV2, @@ -300,10 +296,8 @@ public static string ToValueString(this CreateOrganizationUsageResponseResultUse "product_campaign_image" => CreateOrganizationUsageResponseResultUsedCreditModel.ProductCampaignImage, "product_swap" => CreateOrganizationUsageResponseResultUsedCreditModel.ProductSwap, "product_ugc" => CreateOrganizationUsageResponseResultUsedCreditModel.ProductUgc, - "seed_audio" => CreateOrganizationUsageResponseResultUsedCreditModel.SeedAudio, "seedance2" => CreateOrganizationUsageResponseResultUsedCreditModel.Seedance2, "seedance2_fast" => CreateOrganizationUsageResponseResultUsedCreditModel.Seedance2Fast, - "seedance2_mini" => CreateOrganizationUsageResponseResultUsedCreditModel.Seedance2Mini, "veo3" => CreateOrganizationUsageResponseResultUsedCreditModel.Veo3, "veo3.1" => CreateOrganizationUsageResponseResultUsedCreditModel.Veo31, "veo3.1_fast" => CreateOrganizationUsageResponseResultUsedCreditModel.Veo31Fast, diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.Json.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.Json.g.cs deleted file mode 100644 index 5548b05..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace Runway -{ - public sealed partial class CreateOrganizationUsageResponseResultsByApiKeyItem - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem), - jsonSerializerContext) as global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem? FromJson( - string json) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem), - jsonSerializerContext).ConfigureAwait(false)) as global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItem; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.g.cs deleted file mode 100644 index 384ee31..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItem.g.cs +++ /dev/null @@ -1,55 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// - /// - public sealed partial class CreateOrganizationUsageResponseResultsByApiKeyItem - { - /// - /// - /// - [global::System.Text.Json.Serialization.JsonPropertyName("date")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.DateTime Date { get; set; } - - /// - /// - /// - [global::System.Text.Json.Serialization.JsonPropertyName("usedCredits")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList UsedCredits { get; set; } - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - /// - /// Initializes a new instance of the class. - /// - /// - /// -#if NET7_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] -#endif - public CreateOrganizationUsageResponseResultsByApiKeyItem( - global::System.DateTime date, - global::System.Collections.Generic.IList usedCredits) - { - this.Date = date; - this.UsedCredits = usedCredits ?? throw new global::System.ArgumentNullException(nameof(usedCredits)); - } - - /// - /// Initializes a new instance of the class. - /// - public CreateOrganizationUsageResponseResultsByApiKeyItem() - { - } - - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.Json.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.Json.g.cs deleted file mode 100644 index dd6c74a..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace Runway -{ - public sealed partial class CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit), - jsonSerializerContext) as global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit? FromJson( - string json) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit), - jsonSerializerContext).ConfigureAwait(false)) as global::Runway.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.g.cs deleted file mode 100644 index 56bc503..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit.g.cs +++ /dev/null @@ -1,55 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// - /// - public sealed partial class CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit - { - /// - /// - /// - [global::System.Text.Json.Serialization.JsonPropertyName("apiKeyId")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Guid ApiKeyId { get; set; } - - /// - /// - /// - [global::System.Text.Json.Serialization.JsonPropertyName("amount")] - [global::System.Text.Json.Serialization.JsonRequired] - public required int Amount { get; set; } - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - /// - /// Initializes a new instance of the class. - /// - /// - /// -#if NET7_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] -#endif - public CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit( - global::System.Guid apiKeyId, - int amount) - { - this.ApiKeyId = apiKeyId; - this.Amount = amount; - } - - /// - /// Initializes a new instance of the class. - /// - public CreateOrganizationUsageResponseResultsByApiKeyItemUsedCredit() - { - } - - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequest.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequest.g.cs index 0a43320..4a67f75 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequest.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequest.g.cs @@ -14,43 +14,6 @@ namespace Runway /// public global::Runway.CreateSoundEffectRequestDiscriminatorModel? Model { get; } - /// - /// - /// -#if NET6_0_OR_GREATER - public global::Runway.CreateSoundEffectRequestSeedAudio? SeedAudio { get; init; } -#else - public global::Runway.CreateSoundEffectRequestSeedAudio? SeedAudio { get; } -#endif - - /// - /// - /// -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(SeedAudio))] -#endif - public bool IsSeedAudio => SeedAudio != null; - - /// - /// - /// - public bool TryPickSeedAudio( -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.NotNullWhen(true)] -#endif - out global::Runway.CreateSoundEffectRequestSeedAudio? value) - { - value = SeedAudio; - return IsSeedAudio; - } - - /// - /// - /// - public global::Runway.CreateSoundEffectRequestSeedAudio PickSeedAudio() => IsSeedAudio - ? SeedAudio! - : throw new global::System.InvalidOperationException($"Expected union variant 'SeedAudio' but the value was {ToString()}."); - /// /// /// @@ -87,29 +50,6 @@ public bool TryPickElevenTextToSoundV2( public global::Runway.CreateSoundEffectRequestElevenTextToSoundV2 PickElevenTextToSoundV2() => IsElevenTextToSoundV2 ? ElevenTextToSoundV2! : throw new global::System.InvalidOperationException($"Expected union variant 'ElevenTextToSoundV2' but the value was {ToString()}."); - /// - /// - /// - public static implicit operator CreateSoundEffectRequest(global::Runway.CreateSoundEffectRequestSeedAudio value) => new CreateSoundEffectRequest((global::Runway.CreateSoundEffectRequestSeedAudio?)value); - - /// - /// - /// - public static implicit operator global::Runway.CreateSoundEffectRequestSeedAudio?(CreateSoundEffectRequest @this) => @this.SeedAudio; - - /// - /// - /// - public CreateSoundEffectRequest(global::Runway.CreateSoundEffectRequestSeedAudio? value) - { - SeedAudio = value; - } - - /// - /// - /// - public static CreateSoundEffectRequest FromSeedAudio(global::Runway.CreateSoundEffectRequestSeedAudio? value) => new CreateSoundEffectRequest(value); - /// /// /// @@ -138,13 +78,11 @@ public CreateSoundEffectRequest(global::Runway.CreateSoundEffectRequestElevenTex /// public CreateSoundEffectRequest( global::Runway.CreateSoundEffectRequestDiscriminatorModel? model, - global::Runway.CreateSoundEffectRequestSeedAudio? seedAudio, global::Runway.CreateSoundEffectRequestElevenTextToSoundV2? elevenTextToSoundV2 ) { Model = model; - SeedAudio = seedAudio; ElevenTextToSoundV2 = elevenTextToSoundV2; } @@ -152,15 +90,13 @@ public CreateSoundEffectRequest( /// /// public object? Object => - ElevenTextToSoundV2 as object ?? - SeedAudio as object + ElevenTextToSoundV2 as object ; /// /// /// public override string? ToString() => - SeedAudio?.ToString() ?? ElevenTextToSoundV2?.ToString() ; @@ -169,14 +105,13 @@ SeedAudio as object /// public bool Validate() { - return IsSeedAudio && !IsElevenTextToSoundV2 || !IsSeedAudio && IsElevenTextToSoundV2; + return IsElevenTextToSoundV2; } /// /// /// public TResult? Match( - global::System.Func? seedAudio = null, global::System.Func? elevenTextToSoundV2 = null, bool validate = true) { @@ -185,11 +120,7 @@ public bool Validate() Validate(); } - if (IsSeedAudio && seedAudio != null) - { - return seedAudio(SeedAudio!); - } - else if (IsElevenTextToSoundV2 && elevenTextToSoundV2 != null) + if (IsElevenTextToSoundV2 && elevenTextToSoundV2 != null) { return elevenTextToSoundV2(ElevenTextToSoundV2!); } @@ -201,8 +132,6 @@ public bool Validate() /// /// public void Match( - global::System.Action? seedAudio = null, - global::System.Action? elevenTextToSoundV2 = null, bool validate = true) { @@ -211,11 +140,7 @@ public void Match( Validate(); } - if (IsSeedAudio) - { - seedAudio?.Invoke(SeedAudio!); - } - else if (IsElevenTextToSoundV2) + if (IsElevenTextToSoundV2) { elevenTextToSoundV2?.Invoke(ElevenTextToSoundV2!); } @@ -225,7 +150,6 @@ public void Match( /// /// public void Switch( - global::System.Action? seedAudio = null, global::System.Action? elevenTextToSoundV2 = null, bool validate = true) { @@ -234,11 +158,7 @@ public void Switch( Validate(); } - if (IsSeedAudio) - { - seedAudio?.Invoke(SeedAudio!); - } - else if (IsElevenTextToSoundV2) + if (IsElevenTextToSoundV2) { elevenTextToSoundV2?.Invoke(ElevenTextToSoundV2!); } @@ -251,8 +171,6 @@ public override int GetHashCode() { var fields = new object?[] { - SeedAudio, - typeof(global::Runway.CreateSoundEffectRequestSeedAudio), ElevenTextToSoundV2, typeof(global::Runway.CreateSoundEffectRequestElevenTextToSoundV2), }; @@ -271,7 +189,6 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null public bool Equals(CreateSoundEffectRequest other) { return - global::System.Collections.Generic.EqualityComparer.Default.Equals(SeedAudio, other.SeedAudio) && global::System.Collections.Generic.EqualityComparer.Default.Equals(ElevenTextToSoundV2, other.ElevenTextToSoundV2) ; } diff --git a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestDiscriminatorModel.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestDiscriminatorModel.g.cs index 8ac57d8..9c1d138 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestDiscriminatorModel.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestDiscriminatorModel.g.cs @@ -12,10 +12,6 @@ public enum CreateSoundEffectRequestDiscriminatorModel /// /// ElevenTextToSoundV2, - /// - /// - /// - SeedAudio, } /// @@ -31,7 +27,6 @@ public static string ToValueString(this CreateSoundEffectRequestDiscriminatorMod return value switch { CreateSoundEffectRequestDiscriminatorModel.ElevenTextToSoundV2 => "eleven_text_to_sound_v2", - CreateSoundEffectRequestDiscriminatorModel.SeedAudio => "seed_audio", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -43,7 +38,6 @@ public static string ToValueString(this CreateSoundEffectRequestDiscriminatorMod return value switch { "eleven_text_to_sound_v2" => CreateSoundEffectRequestDiscriminatorModel.ElevenTextToSoundV2, - "seed_audio" => CreateSoundEffectRequestDiscriminatorModel.SeedAudio, _ => null, }; } diff --git a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.Json.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.Json.g.cs deleted file mode 100644 index 7ed2204..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace Runway -{ - public sealed partial class CreateSoundEffectRequestSeedAudio - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::Runway.CreateSoundEffectRequestSeedAudio? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::Runway.CreateSoundEffectRequestSeedAudio), - jsonSerializerContext) as global::Runway.CreateSoundEffectRequestSeedAudio; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::Runway.CreateSoundEffectRequestSeedAudio? FromJson( - string json) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::Runway.CreateSoundEffectRequestSeedAudio? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::Runway.CreateSoundEffectRequestSeedAudio), - jsonSerializerContext).ConfigureAwait(false)) as global::Runway.CreateSoundEffectRequestSeedAudio; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.g.cs deleted file mode 100644 index 9854405..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudio.g.cs +++ /dev/null @@ -1,136 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// - /// - public sealed partial class CreateSoundEffectRequestSeedAudio - { - /// - /// A non-empty text prompt. For text-to-speech, the words to speak. For text-to-audio, a scene description that can include voice direction, dialogue, music, and sound effects. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("promptText")] - [global::System.Text.Json.Serialization.JsonRequired] - public required string PromptText { get; set; } - - /// - /// Up to three reference audio clips. When provided, reference them in promptText as @Audio1, @Audio2, and @Audio3 in order. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("referenceAudios")] - public global::System.Collections.Generic.IList? ReferenceAudios { get; set; } - - /// - /// Relative speech speed. Negative is slower, positive is faster; 0 is normal. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("speechRate")] - public int? SpeechRate { get; set; } - - /// - /// Relative output loudness. Negative is quieter, positive is louder; 0 is normal. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("loudnessRate")] - public int? LoudnessRate { get; set; } - - /// - /// Pitch shift in semitones. Negative lowers, positive raises; 0 is unchanged. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("pitchRate")] - public int? PitchRate { get; set; } - - /// - /// Output sample rate in Hz. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("sampleRate")] - public double? SampleRate { get; set; } - - /// - /// Output audio container/format. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("outputFormat")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Runway.JsonConverters.CreateSoundEffectRequestSeedAudioOutputFormatJsonConverter))] - public global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat? OutputFormat { get; set; } - - /// - /// - /// - /// "seed_audio" - [global::System.Text.Json.Serialization.JsonPropertyName("model")] - public string Model { get; set; } = "seed_audio"; - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - /// - /// Initializes a new instance of the class. - /// - /// - /// A non-empty text prompt. For text-to-speech, the words to speak. For text-to-audio, a scene description that can include voice direction, dialogue, music, and sound effects. - /// - /// - /// Up to three reference audio clips. When provided, reference them in promptText as @Audio1, @Audio2, and @Audio3 in order. - /// - /// - /// Relative speech speed. Negative is slower, positive is faster; 0 is normal. - /// - /// - /// Relative output loudness. Negative is quieter, positive is louder; 0 is normal. - /// - /// - /// Pitch shift in semitones. Negative lowers, positive raises; 0 is unchanged. - /// - /// - /// Output sample rate in Hz. - /// - /// - /// Output audio container/format. - /// - /// -#if NET7_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] -#endif - public CreateSoundEffectRequestSeedAudio( - string promptText, - global::System.Collections.Generic.IList? referenceAudios, - int? speechRate, - int? loudnessRate, - int? pitchRate, - double? sampleRate, - global::Runway.CreateSoundEffectRequestSeedAudioOutputFormat? outputFormat, - string model = "seed_audio") - { - this.PromptText = promptText ?? throw new global::System.ArgumentNullException(nameof(promptText)); - this.ReferenceAudios = referenceAudios; - this.SpeechRate = speechRate; - this.LoudnessRate = loudnessRate; - this.PitchRate = pitchRate; - this.SampleRate = sampleRate; - this.OutputFormat = outputFormat; - this.Model = model; - } - - /// - /// Initializes a new instance of the class. - /// - public CreateSoundEffectRequestSeedAudio() - { - } - - /// - /// Creates a new from its single non-const required field, - /// hardcoding any const discriminator fields. - /// - public static CreateSoundEffectRequestSeedAudio FromPromptText(string promptText) - { - return new CreateSoundEffectRequestSeedAudio - { - PromptText = promptText, - }; - } - - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs deleted file mode 100644 index 7d39d19..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateSoundEffectRequestSeedAudioOutputFormat.g.cs +++ /dev/null @@ -1,57 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// Output audio container/format. - /// - public enum CreateSoundEffectRequestSeedAudioOutputFormat - { - /// - /// - /// - Mp3, - /// - /// - /// - OggOpus, - /// - /// - /// - Wav, - } - - /// - /// Enum extensions to do fast conversions without the reflection. - /// - public static class CreateSoundEffectRequestSeedAudioOutputFormatExtensions - { - /// - /// Converts an enum to a string. - /// - public static string ToValueString(this CreateSoundEffectRequestSeedAudioOutputFormat value) - { - return value switch - { - CreateSoundEffectRequestSeedAudioOutputFormat.Mp3 => "mp3", - CreateSoundEffectRequestSeedAudioOutputFormat.OggOpus => "ogg_opus", - CreateSoundEffectRequestSeedAudioOutputFormat.Wav => "wav", - _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), - }; - } - /// - /// Converts an string to a enum. - /// - public static CreateSoundEffectRequestSeedAudioOutputFormat? ToEnum(string value) - { - return value switch - { - "mp3" => CreateSoundEffectRequestSeedAudioOutputFormat.Mp3, - "ogg_opus" => CreateSoundEffectRequestSeedAudioOutputFormat.OggOpus, - "wav" => CreateSoundEffectRequestSeedAudioOutputFormat.Wav, - _ => null, - }; - } - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequest.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequest.g.cs index f1d80e2..6dd1b79 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequest.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequest.g.cs @@ -14,43 +14,6 @@ namespace Runway /// public global::Runway.CreateTextToSpeechRequestDiscriminatorModel? Model { get; } - /// - /// - /// -#if NET6_0_OR_GREATER - public global::Runway.CreateTextToSpeechRequestSeedAudio? SeedAudio { get; init; } -#else - public global::Runway.CreateTextToSpeechRequestSeedAudio? SeedAudio { get; } -#endif - - /// - /// - /// -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(SeedAudio))] -#endif - public bool IsSeedAudio => SeedAudio != null; - - /// - /// - /// - public bool TryPickSeedAudio( -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.NotNullWhen(true)] -#endif - out global::Runway.CreateTextToSpeechRequestSeedAudio? value) - { - value = SeedAudio; - return IsSeedAudio; - } - - /// - /// - /// - public global::Runway.CreateTextToSpeechRequestSeedAudio PickSeedAudio() => IsSeedAudio - ? SeedAudio! - : throw new global::System.InvalidOperationException($"Expected union variant 'SeedAudio' but the value was {ToString()}."); - /// /// /// @@ -87,29 +50,6 @@ public bool TryPickElevenMultilingualV2( public global::Runway.CreateTextToSpeechRequestElevenMultilingualV2 PickElevenMultilingualV2() => IsElevenMultilingualV2 ? ElevenMultilingualV2! : throw new global::System.InvalidOperationException($"Expected union variant 'ElevenMultilingualV2' but the value was {ToString()}."); - /// - /// - /// - public static implicit operator CreateTextToSpeechRequest(global::Runway.CreateTextToSpeechRequestSeedAudio value) => new CreateTextToSpeechRequest((global::Runway.CreateTextToSpeechRequestSeedAudio?)value); - - /// - /// - /// - public static implicit operator global::Runway.CreateTextToSpeechRequestSeedAudio?(CreateTextToSpeechRequest @this) => @this.SeedAudio; - - /// - /// - /// - public CreateTextToSpeechRequest(global::Runway.CreateTextToSpeechRequestSeedAudio? value) - { - SeedAudio = value; - } - - /// - /// - /// - public static CreateTextToSpeechRequest FromSeedAudio(global::Runway.CreateTextToSpeechRequestSeedAudio? value) => new CreateTextToSpeechRequest(value); - /// /// /// @@ -138,13 +78,11 @@ public CreateTextToSpeechRequest(global::Runway.CreateTextToSpeechRequestElevenM /// public CreateTextToSpeechRequest( global::Runway.CreateTextToSpeechRequestDiscriminatorModel? model, - global::Runway.CreateTextToSpeechRequestSeedAudio? seedAudio, global::Runway.CreateTextToSpeechRequestElevenMultilingualV2? elevenMultilingualV2 ) { Model = model; - SeedAudio = seedAudio; ElevenMultilingualV2 = elevenMultilingualV2; } @@ -152,15 +90,13 @@ public CreateTextToSpeechRequest( /// /// public object? Object => - ElevenMultilingualV2 as object ?? - SeedAudio as object + ElevenMultilingualV2 as object ; /// /// /// public override string? ToString() => - SeedAudio?.ToString() ?? ElevenMultilingualV2?.ToString() ; @@ -169,14 +105,13 @@ SeedAudio as object /// public bool Validate() { - return IsSeedAudio && !IsElevenMultilingualV2 || !IsSeedAudio && IsElevenMultilingualV2; + return IsElevenMultilingualV2; } /// /// /// public TResult? Match( - global::System.Func? seedAudio = null, global::System.Func? elevenMultilingualV2 = null, bool validate = true) { @@ -185,11 +120,7 @@ public bool Validate() Validate(); } - if (IsSeedAudio && seedAudio != null) - { - return seedAudio(SeedAudio!); - } - else if (IsElevenMultilingualV2 && elevenMultilingualV2 != null) + if (IsElevenMultilingualV2 && elevenMultilingualV2 != null) { return elevenMultilingualV2(ElevenMultilingualV2!); } @@ -201,8 +132,6 @@ public bool Validate() /// /// public void Match( - global::System.Action? seedAudio = null, - global::System.Action? elevenMultilingualV2 = null, bool validate = true) { @@ -211,11 +140,7 @@ public void Match( Validate(); } - if (IsSeedAudio) - { - seedAudio?.Invoke(SeedAudio!); - } - else if (IsElevenMultilingualV2) + if (IsElevenMultilingualV2) { elevenMultilingualV2?.Invoke(ElevenMultilingualV2!); } @@ -225,7 +150,6 @@ public void Match( /// /// public void Switch( - global::System.Action? seedAudio = null, global::System.Action? elevenMultilingualV2 = null, bool validate = true) { @@ -234,11 +158,7 @@ public void Switch( Validate(); } - if (IsSeedAudio) - { - seedAudio?.Invoke(SeedAudio!); - } - else if (IsElevenMultilingualV2) + if (IsElevenMultilingualV2) { elevenMultilingualV2?.Invoke(ElevenMultilingualV2!); } @@ -251,8 +171,6 @@ public override int GetHashCode() { var fields = new object?[] { - SeedAudio, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudio), ElevenMultilingualV2, typeof(global::Runway.CreateTextToSpeechRequestElevenMultilingualV2), }; @@ -271,7 +189,6 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null public bool Equals(CreateTextToSpeechRequest other) { return - global::System.Collections.Generic.EqualityComparer.Default.Equals(SeedAudio, other.SeedAudio) && global::System.Collections.Generic.EqualityComparer.Default.Equals(ElevenMultilingualV2, other.ElevenMultilingualV2) ; } diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestDiscriminatorModel.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestDiscriminatorModel.g.cs index a0d9f43..7b405a1 100644 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestDiscriminatorModel.g.cs +++ b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestDiscriminatorModel.g.cs @@ -12,10 +12,6 @@ public enum CreateTextToSpeechRequestDiscriminatorModel /// /// ElevenMultilingualV2, - /// - /// - /// - SeedAudio, } /// @@ -31,7 +27,6 @@ public static string ToValueString(this CreateTextToSpeechRequestDiscriminatorMo return value switch { CreateTextToSpeechRequestDiscriminatorModel.ElevenMultilingualV2 => "eleven_multilingual_v2", - CreateTextToSpeechRequestDiscriminatorModel.SeedAudio => "seed_audio", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -43,7 +38,6 @@ public static string ToValueString(this CreateTextToSpeechRequestDiscriminatorMo return value switch { "eleven_multilingual_v2" => CreateTextToSpeechRequestDiscriminatorModel.ElevenMultilingualV2, - "seed_audio" => CreateTextToSpeechRequestDiscriminatorModel.SeedAudio, _ => null, }; } diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.Json.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.Json.g.cs deleted file mode 100644 index fe5e0a8..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace Runway -{ - public sealed partial class CreateTextToSpeechRequestSeedAudio - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::Runway.CreateTextToSpeechRequestSeedAudio? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudio), - jsonSerializerContext) as global::Runway.CreateTextToSpeechRequestSeedAudio; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::Runway.CreateTextToSpeechRequestSeedAudio? FromJson( - string json) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::Runway.CreateTextToSpeechRequestSeedAudio? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudio), - jsonSerializerContext).ConfigureAwait(false)) as global::Runway.CreateTextToSpeechRequestSeedAudio; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.g.cs deleted file mode 100644 index c5a0d99..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudio.g.cs +++ /dev/null @@ -1,136 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// - /// - public sealed partial class CreateTextToSpeechRequestSeedAudio - { - /// - /// A non-empty text prompt. For text-to-speech, the words to speak. For text-to-audio, a scene description that can include voice direction, dialogue, music, and sound effects. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("promptText")] - [global::System.Text.Json.Serialization.JsonRequired] - public required string PromptText { get; set; } - - /// - /// The voice to use for text-to-speech generation. If omitted, a default voice is used. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("voice")] - public global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice? Voice { get; set; } - - /// - /// Relative speech speed. Negative is slower, positive is faster; 0 is normal. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("speechRate")] - public int? SpeechRate { get; set; } - - /// - /// Relative output loudness. Negative is quieter, positive is louder; 0 is normal. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("loudnessRate")] - public int? LoudnessRate { get; set; } - - /// - /// Pitch shift in semitones. Negative lowers, positive raises; 0 is unchanged. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("pitchRate")] - public int? PitchRate { get; set; } - - /// - /// Output sample rate in Hz. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("sampleRate")] - public double? SampleRate { get; set; } - - /// - /// Output audio container/format. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("outputFormat")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioOutputFormatJsonConverter))] - public global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat? OutputFormat { get; set; } - - /// - /// - /// - /// "seed_audio" - [global::System.Text.Json.Serialization.JsonPropertyName("model")] - public string Model { get; set; } = "seed_audio"; - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - /// - /// Initializes a new instance of the class. - /// - /// - /// A non-empty text prompt. For text-to-speech, the words to speak. For text-to-audio, a scene description that can include voice direction, dialogue, music, and sound effects. - /// - /// - /// The voice to use for text-to-speech generation. If omitted, a default voice is used. - /// - /// - /// Relative speech speed. Negative is slower, positive is faster; 0 is normal. - /// - /// - /// Relative output loudness. Negative is quieter, positive is louder; 0 is normal. - /// - /// - /// Pitch shift in semitones. Negative lowers, positive raises; 0 is unchanged. - /// - /// - /// Output sample rate in Hz. - /// - /// - /// Output audio container/format. - /// - /// -#if NET7_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] -#endif - public CreateTextToSpeechRequestSeedAudio( - string promptText, - global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice? voice, - int? speechRate, - int? loudnessRate, - int? pitchRate, - double? sampleRate, - global::Runway.CreateTextToSpeechRequestSeedAudioOutputFormat? outputFormat, - string model = "seed_audio") - { - this.PromptText = promptText ?? throw new global::System.ArgumentNullException(nameof(promptText)); - this.Voice = voice; - this.SpeechRate = speechRate; - this.LoudnessRate = loudnessRate; - this.PitchRate = pitchRate; - this.SampleRate = sampleRate; - this.OutputFormat = outputFormat; - this.Model = model; - } - - /// - /// Initializes a new instance of the class. - /// - public CreateTextToSpeechRequestSeedAudio() - { - } - - /// - /// Creates a new from its single non-const required field, - /// hardcoding any const discriminator fields. - /// - public static CreateTextToSpeechRequestSeedAudio FromPromptText(string promptText) - { - return new CreateTextToSpeechRequestSeedAudio - { - PromptText = promptText, - }; - } - - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs deleted file mode 100644 index 50ba8e5..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioOutputFormat.g.cs +++ /dev/null @@ -1,57 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// Output audio container/format. - /// - public enum CreateTextToSpeechRequestSeedAudioOutputFormat - { - /// - /// - /// - Mp3, - /// - /// - /// - OggOpus, - /// - /// - /// - Wav, - } - - /// - /// Enum extensions to do fast conversions without the reflection. - /// - public static class CreateTextToSpeechRequestSeedAudioOutputFormatExtensions - { - /// - /// Converts an enum to a string. - /// - public static string ToValueString(this CreateTextToSpeechRequestSeedAudioOutputFormat value) - { - return value switch - { - CreateTextToSpeechRequestSeedAudioOutputFormat.Mp3 => "mp3", - CreateTextToSpeechRequestSeedAudioOutputFormat.OggOpus => "ogg_opus", - CreateTextToSpeechRequestSeedAudioOutputFormat.Wav => "wav", - _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), - }; - } - /// - /// Converts an string to a enum. - /// - public static CreateTextToSpeechRequestSeedAudioOutputFormat? ToEnum(string value) - { - return value switch - { - "mp3" => CreateTextToSpeechRequestSeedAudioOutputFormat.Mp3, - "ogg_opus" => CreateTextToSpeechRequestSeedAudioOutputFormat.OggOpus, - "wav" => CreateTextToSpeechRequestSeedAudioOutputFormat.Wav, - _ => null, - }; - } - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.Json.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.Json.g.cs deleted file mode 100644 index a69b66a..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace Runway -{ - public sealed partial class CreateTextToSpeechRequestSeedAudioVoiceDiscriminator - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator), - jsonSerializerContext) as global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator? FromJson( - string json) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator), - jsonSerializerContext).ConfigureAwait(false)) as global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.g.cs deleted file mode 100644 index 8ea087f..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminator.g.cs +++ /dev/null @@ -1,45 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// - /// - public sealed partial class CreateTextToSpeechRequestSeedAudioVoiceDiscriminator - { - /// - /// - /// - [global::System.Text.Json.Serialization.JsonPropertyName("type")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Runway.JsonConverters.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeJsonConverter))] - public global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType? Type { get; set; } - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - /// - /// Initializes a new instance of the class. - /// - /// -#if NET7_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] -#endif - public CreateTextToSpeechRequestSeedAudioVoiceDiscriminator( - global::Runway.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType? type) - { - this.Type = type; - } - - /// - /// Initializes a new instance of the class. - /// - public CreateTextToSpeechRequestSeedAudioVoiceDiscriminator() - { - } - - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs deleted file mode 100644 index be380e8..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.g.cs +++ /dev/null @@ -1,45 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// - /// - public enum CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType - { - /// - /// - /// - ReferenceAudio, - } - - /// - /// Enum extensions to do fast conversions without the reflection. - /// - public static class CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorTypeExtensions - { - /// - /// Converts an enum to a string. - /// - public static string ToValueString(this CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType value) - { - return value switch - { - CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.ReferenceAudio => "reference-audio", - _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), - }; - } - /// - /// Converts an string to a enum. - /// - public static CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType? ToEnum(string value) - { - return value switch - { - "reference-audio" => CreateTextToSpeechRequestSeedAudioVoiceDiscriminatorType.ReferenceAudio, - _ => null, - }; - } - } -} \ No newline at end of file diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.Json.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.Json.g.cs deleted file mode 100644 index 356e42a..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace Runway -{ - public sealed partial class CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice), - jsonSerializerContext) as global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice? FromJson( - string json) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice), - jsonSerializerContext).ConfigureAwait(false)) as global::Runway.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::Runway.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.g.cs b/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.g.cs deleted file mode 100644 index 94d0a9c..0000000 --- a/src/libs/Runway/Generated/Runway.Models.CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice.g.cs +++ /dev/null @@ -1,72 +0,0 @@ - -#nullable enable - -namespace Runway -{ - /// - /// Clone from a single reference audio clip, then speak promptText in that voice. - /// - public sealed partial class CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice - { - /// - /// - /// - /// "reference-audio" - [global::System.Text.Json.Serialization.JsonPropertyName("type")] - public string Type { get; set; } = "reference-audio"; - - /// - /// A HTTPS URL, Runway or data URI containing an encoded audio. See [our docs](/assets/inputs#audio) on audio inputs for more information.
- /// Example: https://example.com/audio.mp3 - ///
- /// https://example.com/audio.mp3 - [global::System.Text.Json.Serialization.JsonPropertyName("audioUri")] - [global::System.Text.Json.Serialization.JsonRequired] - public required string AudioUri { get; set; } - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - /// - /// Initializes a new instance of the class. - /// - /// - /// A HTTPS URL, Runway or data URI containing an encoded audio. See [our docs](/assets/inputs#audio) on audio inputs for more information.
- /// Example: https://example.com/audio.mp3 - /// - /// -#if NET7_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] -#endif - public CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice( - string audioUri, - string type = "reference-audio") - { - this.Type = type; - this.AudioUri = audioUri; - } - - /// - /// Initializes a new instance of the class. - /// - public CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice() - { - } - - /// - /// Creates a new from its single non-const required field, - /// hardcoding any const discriminator fields. - /// - public static CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice FromAudioUri(string audioUri) - { - return new CreateTextToSpeechRequestSeedAudioVoiceSeedReferenceVoice - { - AudioUri = audioUri, - }; - } - - } -} \ No newline at end of file diff --git a/src/libs/Runway/openapi.json b/src/libs/Runway/openapi.json index ed2df74..2c7b09f 100644 --- a/src/libs/Runway/openapi.json +++ b/src/libs/Runway/openapi.json @@ -10441,84 +10441,6 @@ "schema": { "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ - { - "title": "seed_audio", - "type": "object", - "properties": { - "promptText": { - "description": "A non-empty text prompt. For text-to-speech, the words to speak. For text-to-audio, a scene description that can include voice direction, dialogue, music, and sound effects.", - "type": "string", - "minLength": 1, - "maxLength": 2048 - }, - "referenceAudios": { - "description": "Up to three reference audio clips. When provided, reference them in promptText as @Audio1, @Audio2, and @Audio3 in order.", - "maxItems": 3, - "type": "array", - "items": { - "description": "A HTTPS URL, Runway or data URI containing an encoded audio. See [our docs](/assets/inputs#audio) on audio inputs for more information.", - "example": "https://example.com/audio.mp3", - "anyOf": [ - { - "description": "A HTTPS URL.", - "example": "https://example.com/file", - "type": "string", - "minLength": 13, - "maxLength": 2048, - "pattern": "^https:\\/\\/.*" - }, - { - "description": "A Runway upload URI. See https://docs.dev.runwayml.com/assets/uploads for more information.", - "example": "runway://", - "type": "string", - "minLength": 13, - "maxLength": 5000, - "pattern": "^runway:\\/\\/.*" - }, - { - "description": "A data URI containing encoded media.", - "example": "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==", - "type": "string", - "minLength": 13, - "maxLength": 16777216, - "pattern": "^data:audio\\/.*" - } - ] - } - }, - "speechRate": { - "description": "Relative speech speed. Negative is slower, positive is faster; 0 is normal.", - "type": "integer", - "minimum": -50, - "maximum": 100 - }, - "loudnessRate": { - "description": "Relative output loudness. Negative is quieter, positive is louder; 0 is normal.", - "type": "integer", - "minimum": -50, - "maximum": 100 - }, - "pitchRate": { - "description": "Pitch shift in semitones. Negative lowers, positive raises; 0 is unchanged.", - "type": "integer", - "minimum": -12, - "maximum": 12 - }, - "sampleRate": { - "description": "Output sample rate in Hz.", - "type": "number", - "enum": [8000, 16000, 24000, 32000, 44100, 48000] - }, - "outputFormat": { - "description": "Output audio container/format.", - "type": "string", - "enum": ["wav", "mp3", "ogg_opus"] - }, - "model": { "type": "string", "const": "seed_audio" } - }, - "required": ["promptText", "model"], - "additionalProperties": false - }, { "title": "eleven_text_to_sound_v2", "type": "object", @@ -10852,97 +10774,6 @@ "schema": { "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ - { - "title": "seed_audio", - "type": "object", - "properties": { - "promptText": { - "description": "A non-empty text prompt. For text-to-speech, the words to speak. For text-to-audio, a scene description that can include voice direction, dialogue, music, and sound effects.", - "type": "string", - "minLength": 1, - "maxLength": 2048 - }, - "voice": { - "description": "The voice to use for text-to-speech generation. If omitted, a default voice is used.", - "oneOf": [ - { - "title": "SeedReferenceVoice", - "description": "Clone from a single reference audio clip, then speak promptText in that voice.", - "type": "object", - "properties": { - "type": { - "type": "string", - "const": "reference-audio" - }, - "audioUri": { - "description": "A HTTPS URL, Runway or data URI containing an encoded audio. See [our docs](/assets/inputs#audio) on audio inputs for more information.", - "example": "https://example.com/audio.mp3", - "anyOf": [ - { - "description": "A HTTPS URL.", - "example": "https://example.com/file", - "type": "string", - "minLength": 13, - "maxLength": 2048, - "pattern": "^https:\\/\\/.*" - }, - { - "description": "A Runway upload URI. See https://docs.dev.runwayml.com/assets/uploads for more information.", - "example": "runway://", - "type": "string", - "minLength": 13, - "maxLength": 5000, - "pattern": "^runway:\\/\\/.*" - }, - { - "description": "A data URI containing encoded media.", - "example": "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==", - "type": "string", - "minLength": 13, - "maxLength": 16777216, - "pattern": "^data:audio\\/.*" - } - ] - } - }, - "required": ["type", "audioUri"] - } - ], - "discriminator": { "propertyName": "type" } - }, - "speechRate": { - "description": "Relative speech speed. Negative is slower, positive is faster; 0 is normal.", - "type": "integer", - "minimum": -50, - "maximum": 100 - }, - "loudnessRate": { - "description": "Relative output loudness. Negative is quieter, positive is louder; 0 is normal.", - "type": "integer", - "minimum": -50, - "maximum": 100 - }, - "pitchRate": { - "description": "Pitch shift in semitones. Negative lowers, positive raises; 0 is unchanged.", - "type": "integer", - "minimum": -12, - "maximum": 12 - }, - "sampleRate": { - "description": "Output sample rate in Hz.", - "type": "number", - "enum": [8000, 16000, 24000, 32000, 44100, 48000] - }, - "outputFormat": { - "description": "Output audio container/format.", - "type": "string", - "enum": ["wav", "mp3", "ogg_opus"] - }, - "model": { "type": "string", "const": "seed_audio" } - }, - "required": ["promptText", "model"], - "additionalProperties": false - }, { "title": "eleven_multilingual_v2", "type": "object", @@ -11400,7 +11231,6 @@ "gemini_image3_pro", "gemini_image3.1_flash", "eleven_multilingual_v2", - "seed_audio", "eleven_v3", "eleven_text_to_sound_v2", "eleven_voice_isolation", @@ -11413,7 +11243,6 @@ "voice_processing", "seedance2", "seedance2_fast", - "seedance2_mini", "magnific_precision_upscaler_v2", "magnific_video_upscaler_creative", "kling2.5_turbo_pro", @@ -11430,7 +11259,8 @@ "multi_shot_video", "product_ugc", "marketing_stock_image", - "product_campaign_image" + "product_campaign_image", + "ad_localization" ] }, "additionalProperties": { @@ -11494,7 +11324,6 @@ "gemini_image3_pro", "gemini_image3.1_flash", "eleven_multilingual_v2", - "seed_audio", "eleven_v3", "eleven_text_to_sound_v2", "eleven_voice_isolation", @@ -11507,7 +11336,6 @@ "voice_processing", "seedance2", "seedance2_fast", - "seedance2_mini", "magnific_precision_upscaler_v2", "magnific_video_upscaler_creative", "kling2.5_turbo_pro", @@ -11524,7 +11352,8 @@ "multi_shot_video", "product_ugc", "marketing_stock_image", - "product_campaign_image" + "product_campaign_image", + "ad_localization" ] }, "additionalProperties": { @@ -11645,7 +11474,6 @@ "gemini_image3_pro", "gemini_image3.1_flash", "eleven_multilingual_v2", - "seed_audio", "eleven_v3", "eleven_text_to_sound_v2", "eleven_voice_isolation", @@ -11658,7 +11486,6 @@ "voice_processing", "seedance2", "seedance2_fast", - "seedance2_mini", "magnific_precision_upscaler_v2", "magnific_video_upscaler_creative", "kling2.5_turbo_pro", @@ -11675,7 +11502,8 @@ "multi_shot_video", "product_ugc", "marketing_stock_image", - "product_campaign_image" + "product_campaign_image", + "ad_localization" ] }, "amount": { @@ -11717,7 +11545,6 @@ "gemini_image3_pro", "gemini_image3.1_flash", "eleven_multilingual_v2", - "seed_audio", "eleven_v3", "eleven_text_to_sound_v2", "eleven_voice_isolation", @@ -11730,7 +11557,6 @@ "voice_processing", "seedance2", "seedance2_fast", - "seedance2_mini", "magnific_precision_upscaler_v2", "magnific_video_upscaler_creative", "kling2.5_turbo_pro", @@ -11747,54 +11573,10 @@ "multi_shot_video", "product_ugc", "marketing_stock_image", - "product_campaign_image" + "product_campaign_image", + "ad_localization" ] } - }, - "apiKeys": { - "description": "Reserved for future use.", - "type": "array", - "items": { - "type": "string", - "format": "uuid", - "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$" - } - }, - "resultsByApiKey": { - "description": "Reserved for future use.", - "type": "array", - "items": { - "type": "object", - "properties": { - "date": { - "type": "string", - "format": "date", - "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$" - }, - "usedCredits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "apiKeyId": { - "type": "string", - "format": "uuid", - "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$" - }, - "amount": { - "type": "integer", - "minimum": -9007199254740991, - "maximum": 9007199254740991 - } - }, - "required": ["apiKeyId", "amount"], - "additionalProperties": false - } - } - }, - "required": ["date", "usedCredits"], - "additionalProperties": false - } } }, "required": ["results", "models"],