diff --git a/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs b/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs
index e2b958599..b754e9b28 100644
--- a/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs
@@ -629,6 +629,10 @@ partial void ProcessCreateConnectorResponseContent(
/// Create a connector
/// Create a connector from type-specific configuration and optionally link it to a project during creation.
///
+ ///
+ ///
+ ///
+ ///
///
/// Known types: api-key, github, linear, oauth, salesforce, slack, snowflake.
///
@@ -641,7 +645,7 @@ partial void ProcessCreateConnectorResponseContent(
/// Link to the specified project when specified. See environments.
///
///
- /// Use these environments when linking to the project specified by the projectId.
+ /// Use these built-in environment names or stable custom environment IDs when linking to projectId.
///
///
/// Whether the triggers are enabled for this connector.
@@ -649,22 +653,15 @@ partial void ProcessCreateConnectorResponseContent(
///
/// The list of the defaults trigger events for this connector.
///
- ///
- /// Branding icon SHA-1 hash already uploaded to the Vercel avatar service.
- ///
- ///
- /// Branding background color (6-digit hex, e.g. "#000000").
- ///
- ///
- /// Branding accent color (6-digit hex, e.g. "#000000").
- ///
- ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
public async global::System.Threading.Tasks.Task CreateConnectorAsync(
- string type,
global::Vercel.AnyOf data,
+ string type,
+ string? icon = default,
+ string? backgroundColor = default,
+ string? accentColor = default,
string? service = default,
string? uid = default,
string? name = default,
@@ -672,14 +669,15 @@ partial void ProcessCreateConnectorResponseContent(
global::System.Collections.Generic.IList? environments = default,
bool? triggers = default,
global::System.Collections.Generic.IList? events = default,
- string? icon = default,
- string? backgroundColor = default,
- string? accentColor = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var __request = new global::Vercel.CreateConnectorRequest
{
+ Data = data,
+ Icon = icon,
+ BackgroundColor = backgroundColor,
+ AccentColor = accentColor,
Type = type,
Service = service,
Uid = uid,
@@ -688,10 +686,6 @@ partial void ProcessCreateConnectorResponseContent(
Environments = environments,
Triggers = triggers,
Events = events,
- Icon = icon,
- BackgroundColor = backgroundColor,
- AccentColor = accentColor,
- Data = data,
};
return await CreateConnectorAsync(
diff --git a/src/libs/Vercel/Generated/Vercel.IConnectClient.CreateConnector.g.cs b/src/libs/Vercel/Generated/Vercel.IConnectClient.CreateConnector.g.cs
index c997b26b9..c2561b3ff 100644
--- a/src/libs/Vercel/Generated/Vercel.IConnectClient.CreateConnector.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IConnectClient.CreateConnector.g.cs
@@ -34,6 +34,10 @@ public partial interface IConnectClient
/// Create a connector
/// Create a connector from type-specific configuration and optionally link it to a project during creation.
///
+ ///
+ ///
+ ///
+ ///
///
/// Known types: api-key, github, linear, oauth, salesforce, slack, snowflake.
///
@@ -46,7 +50,7 @@ public partial interface IConnectClient
/// Link to the specified project when specified. See environments.
///
///
- /// Use these environments when linking to the project specified by the projectId.
+ /// Use these built-in environment names or stable custom environment IDs when linking to projectId.
///
///
/// Whether the triggers are enabled for this connector.
@@ -54,22 +58,15 @@ public partial interface IConnectClient
///
/// The list of the defaults trigger events for this connector.
///
- ///
- /// Branding icon SHA-1 hash already uploaded to the Vercel avatar service.
- ///
- ///
- /// Branding background color (6-digit hex, e.g. "#000000").
- ///
- ///
- /// Branding accent color (6-digit hex, e.g. "#000000").
- ///
- ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task CreateConnectorAsync(
- string type,
global::Vercel.AnyOf data,
+ string type,
+ string? icon = default,
+ string? backgroundColor = default,
+ string? accentColor = default,
string? service = default,
string? uid = default,
string? name = default,
@@ -77,9 +74,6 @@ public partial interface IConnectClient
global::System.Collections.Generic.IList? environments = default,
bool? triggers = default,
global::System.Collections.Generic.IList? events = default,
- string? icon = default,
- string? backgroundColor = default,
- string? accentColor = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk000.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk000.g.cs
index 671d288fe..6bcce3429 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk000.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk000.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk001.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk001.g.cs
index 915ccdac8..36fb65f92 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk001.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk001.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk002.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk002.g.cs
index 9b85e320e..4a88b94d9 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk002.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk002.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk003.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk003.g.cs
index 4f221bd15..1c20e1c54 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk003.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk003.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk004.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk004.g.cs
index 92e7e942e..45651bdb7 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk004.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk004.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7930,12 +7933,14 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseCreatedByVariant1Type), TypeInfoPropertyName = "CreateConnectorResponseCreatedByVariant1Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseCreatedByVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseCreatedByVariant2Type), TypeInfoPropertyName = "CreateConnectorResponseCreatedByVariant2Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfStringCreateConnectorResponseCreatedByVariant2Environment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseCreatedByVariant2Environment), TypeInfoPropertyName = "CreateConnectorResponseCreatedByVariant2Environment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfCreateConnectorResponseUpdatedByVariant1CreateConnectorResponseUpdatedByVariant22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseUpdatedByVariant1))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseUpdatedByVariant1Type), TypeInfoPropertyName = "CreateConnectorResponseUpdatedByVariant1Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseUpdatedByVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseUpdatedByVariant2Type), TypeInfoPropertyName = "CreateConnectorResponseUpdatedByVariant2Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfStringCreateConnectorResponseUpdatedByVariant2Environment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseUpdatedByVariant2Environment), TypeInfoPropertyName = "CreateConnectorResponseUpdatedByVariant2Environment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseType), TypeInfoPropertyName = "CreateConnectorResponseType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseAppTokens))]
@@ -7949,7 +7954,10 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseIncludesProjectsItem))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseIncludesProjectsItemProject))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseIncludesProjectsItemProjectCustomEnvironment))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfStringCreateConnectorResponseIncludesProjectsItemEnvironment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateConnectorResponseIncludesProjectsItemEnvironment), TypeInfoPropertyName = "CreateConnectorResponseIncludesProjectsItemEnvironment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConnectorTokenResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConnectorTokenResponseConnector))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfig))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctions2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsArchitecture), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsArchitecture2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfDoubleGetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsMaxDuration2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsMaxDuration), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsMaxDuration2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant2_c80f1b88e01a422c")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant2_1090c9bcc1796467")]
internal sealed partial class SourceGenerationContextChunk004 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk005.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk005.g.cs
index 416f4c062..8b342cccd 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk005.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk005.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsArchitecture), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsArchitecture2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfDoubleGetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsMaxDuration2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsMaxDuration), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsMaxDuration2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant2_c80f1b88e01a422c")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant2_1090c9bcc1796467")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant1))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant1Type), TypeInfoPropertyName = "GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant1Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDeploymentResponseVariant1ServiceVariant1BuilderConfigFunctionsExperimentalTriggerVariant2))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderHaVariant2Value))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>), TypeInfoPropertyName = "CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2_0444e55af41c4273")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2_620e2668311fd7aa")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Type), TypeInfoPropertyName = "CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Type2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfStringCreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Value2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Value))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2))]
internal sealed partial class SourceGenerationContextChunk005 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk006.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk006.g.cs
index 1010b0af0..252819173 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk006.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk006.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Type), TypeInfoPropertyName = "CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfStringCreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Value2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant1Value))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2Type), TypeInfoPropertyName = "CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfStringCreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2Value2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateDeploymentResponseServiceVariant2HeaderMissingItemVariant2Value))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseConfigResourceConfigElasticConcurrency), TypeInfoPropertyName = "CancelDeploymentResponseConfigResourceConfigElasticConcurrency2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseConfigResourceConfigBuildMachine))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseConfigResourceConfigBuildMachinePurchaseType), TypeInfoPropertyName = "CancelDeploymentResponseConfigResourceConfigBuildMachinePurchaseType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseChecks))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseChecksDeploymentAlias))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseChecksDeploymentAliasState), TypeInfoPropertyName = "CancelDeploymentResponseChecksDeploymentAliasState2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseSeatBlock))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseSeatBlockBlockCode), TypeInfoPropertyName = "CancelDeploymentResponseSeatBlockBlockCode2")]
internal sealed partial class SourceGenerationContextChunk006 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk007.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk007.g.cs
index ce06ff07a..6b743281e 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk007.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk007.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseChecks))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseChecksDeploymentAlias))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseChecksDeploymentAliasState), TypeInfoPropertyName = "CancelDeploymentResponseChecksDeploymentAliasState2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseSeatBlock))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseSeatBlockBlockCode), TypeInfoPropertyName = "CancelDeploymentResponseSeatBlockBlockCode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseSeatBlockGitProvider), TypeInfoPropertyName = "CancelDeploymentResponseSeatBlockGitProvider2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseAttribution))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CancelDeploymentResponseAttributionCommitMeta))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemDeliveryVariant5Type), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemDeliveryVariant5Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemDeliveryVariant5Target), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemDeliveryVariant5Target2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSamplingItem))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSamplingItemType), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemSamplingItemType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSamplingItemEnv), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemSamplingItemEnv2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfGetDrainsResponseDrainsVariant1ItemSourceVariant1GetDrainsResponseDrainsVariant1ItemSourceVariant22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSourceVariant1))]
internal sealed partial class SourceGenerationContextChunk007 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk008.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk008.g.cs
index 28cd97c21..77f88fd39 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk008.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk008.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSamplingItem))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSamplingItemType), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemSamplingItemType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSamplingItemEnv), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemSamplingItemEnv2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfGetDrainsResponseDrainsVariant1ItemSourceVariant1GetDrainsResponseDrainsVariant1ItemSourceVariant22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSourceVariant1))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSourceVariant1Kind), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemSourceVariant1Kind2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSourceVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSourceVariant2Kind), TypeInfoPropertyName = "GetDrainsResponseDrainsVariant1ItemSourceVariant2Kind2")]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionLhsVariant1))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionLhsVariant1Type), TypeInfoPropertyName = "CreateFlagResponseEnvironmentsRuleConditionLhsVariant1Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionLhsVariant2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionLhsVariant2Type), TypeInfoPropertyName = "CreateFlagResponseEnvironmentsRuleConditionLhsVariant2Type2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionCmp), TypeInfoPropertyName = "CreateFlagResponseEnvironmentsRuleConditionCmp2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseKind), TypeInfoPropertyName = "CreateFlagResponseKind2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseState), TypeInfoPropertyName = "CreateFlagResponseState2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseTypeName), TypeInfoPropertyName = "CreateFlagResponseTypeName2")]
internal sealed partial class SourceGenerationContextChunk008 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk009.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk009.g.cs
index 17c902705..f128d711d 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk009.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk009.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionLhsVariant2Type), TypeInfoPropertyName = "CreateFlagResponseEnvironmentsRuleConditionLhsVariant2Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseEnvironmentsRuleConditionCmp), TypeInfoPropertyName = "CreateFlagResponseEnvironmentsRuleConditionCmp2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseKind), TypeInfoPropertyName = "CreateFlagResponseKind2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseState), TypeInfoPropertyName = "CreateFlagResponseState2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateFlagResponseTypeName), TypeInfoPropertyName = "CreateFlagResponseTypeName2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "OneOfUpdateFlagResponse2Flag2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateFlagResponse2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateFlagResponseExperiment))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiControl), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiControl2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOption))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum2_96f893142729374e")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum2), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionHiddenEnum2_39b01476d71107dd")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionHiddenEnum))]
internal sealed partial class SourceGenerationContextChunk009 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk010.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk010.g.cs
index 86604062c..c3c1992aa 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk010.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk010.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum2_96f893142729374e")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum2), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionDisabledEnum22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionHiddenEnum2_39b01476d71107dd")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionHiddenEnum))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionHiddenEnum2), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiOptionHiddenEnum22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiReadOnlyEnum2_b82292d7f90110d2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetConfigurationProductsResponseProductMetadataSchemaPropertiesVariant5UiReadOnlyEnum))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceSourceVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceSourceVariant2Provider), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceSourceVariant2Provider2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2_ec18b0317babbc2a")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2_921f1e384267ca66")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Type), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Type2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Target), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Target2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2))]
internal sealed partial class SourceGenerationContextChunk010 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk011.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk011.g.cs
index a749d090d..194445155 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk011.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk011.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.OneOf), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2_921f1e384267ca66")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Type), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Target), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant1Target2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2Type), TypeInfoPropertyName = "GetMicrofrontendsInGroupResponseProjectDeploymentPolicyGitSourceEnvironmentVariant2Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetMicrofrontendsInGroupResponseProjectDeploymentPolicyDeploymentSource))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsAliasError))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsBranchMatcher))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsBranchMatcherType), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsBranchMatcherType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsBuild))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsChecksConclusion), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsChecksConclusion2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsChecksState), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsChecksState2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsCreator))]
internal sealed partial class SourceGenerationContextChunk011 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk012.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk012.g.cs
index 4f0330f73..6cb83c289 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk012.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk012.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsBuild))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsChecksConclusion), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsChecksConclusion2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsChecksState), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsChecksState2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsCreator))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsOidcTokenClaims))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsPlan), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsPlan2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant1ItemTargetsReadyState), TypeInfoPropertyName = "GetProjectsResponseVariant1ItemTargetsReadyState2")]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectService))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectServiceServiceType), TypeInfoPropertyName = "GetProjectsResponseVariant3ProjectServiceServiceType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectServiceFramework), TypeInfoPropertyName = "GetProjectsResponseVariant3ProjectServiceFramework2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectIpBucket))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobs))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobsLint))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobsTypecheck))]
internal sealed partial class SourceGenerationContextChunk012 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk013.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk013.g.cs
index 6b2becad8..e9001b79c 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk013.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk013.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectIpBucket))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobs))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobsLint))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobsTypecheck))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectJobsMfeConfigPresent))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.GetProjectsResponseVariant3ProjectLatestDeployment))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseGitProviderOptions))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseGitProviderOptionsCreateDeployments), TypeInfoPropertyName = "CreateProjectResponseGitProviderOptionsCreateDeployments2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseGitProviderOptionsConsolidatedGitCommitStatus))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseWebAnalytics))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurity))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesets2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesetsAction), TypeInfoPropertyName = "CreateProjectResponseSecurityRulesetsAction2")]
internal sealed partial class SourceGenerationContextChunk013 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk014.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk014.g.cs
index d74f620f6..4929303dd 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk014.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk014.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseWebAnalytics))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurity))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesets2))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesetsAction), TypeInfoPropertyName = "CreateProjectResponseSecurityRulesetsAction2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesetsRateLimit))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesetsRateLimitAlgo), TypeInfoPropertyName = "CreateProjectResponseSecurityRulesetsRateLimitAlgo2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.CreateProjectResponseSecurityRulesetsRedirect))]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseCreatorVariant3Type), TypeInfoPropertyName = "UpdateProjectResponseCreatorVariant3Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseCreatorVariant3Integration))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseCreatorVariant4))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseCreatorVariant4Type), TypeInfoPropertyName = "UpdateProjectResponseCreatorVariant4Type2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAlia))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaConfiguredBy), TypeInfoPropertyName = "UpdateProjectResponseAliaConfiguredBy2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaDeployment))]
internal sealed partial class SourceGenerationContextChunk014 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk015.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk015.g.cs
index 1d64c0383..8918b4c0e 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk015.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk015.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>),
typeof(global::Vercel.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseCreatorVariant4Type), TypeInfoPropertyName = "UpdateProjectResponseCreatorVariant4Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAlia))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaConfiguredBy), TypeInfoPropertyName = "UpdateProjectResponseAliaConfiguredBy2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaDeployment))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaDeploymentAliasError))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaDeploymentBranchMatcher))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UpdateProjectResponseAliaDeploymentBranchMatcherType), TypeInfoPropertyName = "UpdateProjectResponseAliaDeploymentBranchMatcherType2")]
@@ -8186,11 +8194,6 @@ namespace Vercel
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseTargetsPlan), TypeInfoPropertyName = "UploadProjectAvatarResponseTargetsPlan2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseTargetsReadyState), TypeInfoPropertyName = "UploadProjectAvatarResponseTargetsReadyState2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseTargetsReadySubstate), TypeInfoPropertyName = "UploadProjectAvatarResponseTargetsReadySubstate2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseTargetsType), TypeInfoPropertyName = "UploadProjectAvatarResponseTargetsType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponsePermissions))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseLastAliasRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseLastAliasRequestJobStatus), TypeInfoPropertyName = "UploadProjectAvatarResponseLastAliasRequestJobStatus2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vercel.UploadProjectAvatarResponseLastAliasRequestType), TypeInfoPropertyName = "UploadProjectAvatarResponseLastAliasRequestType2")]
internal sealed partial class SourceGenerationContextChunk015 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
diff --git a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk016.g.cs b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk016.g.cs
index 1c42cb287..208c9a79c 100644
--- a/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk016.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.JsonSerializerContext.Chunk016.g.cs
@@ -6883,7 +6883,10 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
+ typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter),
@@ -7691,6 +7694,11 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter