diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1Schemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1Schemas.g.cs
index 21aac702..8e126b17 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1Schemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1Schemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class CreateDrainResponseVariant1Schemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class CreateDrainResponseVariant1Schemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public CreateDrainResponseVariant1Schemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public CreateDrainResponseVariant1Schemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 4f3a1a1f..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class CreateDrainResponseVariant1SchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.CreateDrainResponseVariant1SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.CreateDrainResponseVariant1SchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.CreateDrainResponseVariant1SchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.CreateDrainResponseVariant1SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.CreateDrainResponseVariant1SchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.CreateDrainResponseVariant1SchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1SchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1SchemasAiGatewayTrace.g.cs
deleted file mode 100644
index 036651aa..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant1SchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class CreateDrainResponseVariant1SchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2Schemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2Schemas.g.cs
index e7746824..2db5e26d 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2Schemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2Schemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class CreateDrainResponseVariant2Schemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class CreateDrainResponseVariant2Schemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public CreateDrainResponseVariant2Schemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public CreateDrainResponseVariant2Schemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 78132a0d..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class CreateDrainResponseVariant2SchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.CreateDrainResponseVariant2SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.CreateDrainResponseVariant2SchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.CreateDrainResponseVariant2SchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.CreateDrainResponseVariant2SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.CreateDrainResponseVariant2SchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.CreateDrainResponseVariant2SchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2SchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2SchemasAiGatewayTrace.g.cs
deleted file mode 100644
index acf9405f..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.CreateDrainResponseVariant2SchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class CreateDrainResponseVariant2SchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemas.g.cs
index 4fb383f1..4b36b6bf 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class GetAllLogDrainsResponseDrainsVariant1ItemSchemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class GetAllLogDrainsResponseDrainsVariant1ItemSchemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public GetAllLogDrainsResponseDrainsVariant1ItemSchemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public GetAllLogDrainsResponseDrainsVariant1ItemSchemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 16715af2..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.g.cs
deleted file mode 100644
index ae8c2565..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class GetAllLogDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemas.g.cs
index 3e29969d..c642a10e 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class GetAllLogDrainsResponseDrainsVariant2ItemSchemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class GetAllLogDrainsResponseDrainsVariant2ItemSchemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public GetAllLogDrainsResponseDrainsVariant2ItemSchemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public GetAllLogDrainsResponseDrainsVariant2ItemSchemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 00e2eb2e..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.g.cs
deleted file mode 100644
index e5347320..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class GetAllLogDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1Schemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1Schemas.g.cs
index 5f981d32..534f0964 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1Schemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1Schemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class GetDrainResponseVariant1Schemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class GetDrainResponseVariant1Schemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public GetDrainResponseVariant1Schemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public GetDrainResponseVariant1Schemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index f31bf9e9..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class GetDrainResponseVariant1SchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.GetDrainResponseVariant1SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.GetDrainResponseVariant1SchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.GetDrainResponseVariant1SchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.GetDrainResponseVariant1SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.GetDrainResponseVariant1SchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.GetDrainResponseVariant1SchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1SchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1SchemasAiGatewayTrace.g.cs
deleted file mode 100644
index 7d06b954..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant1SchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class GetDrainResponseVariant1SchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2Schemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2Schemas.g.cs
index cec31923..9076b06b 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2Schemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2Schemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class GetDrainResponseVariant2Schemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class GetDrainResponseVariant2Schemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public GetDrainResponseVariant2Schemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public GetDrainResponseVariant2Schemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 2769122c..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class GetDrainResponseVariant2SchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.GetDrainResponseVariant2SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.GetDrainResponseVariant2SchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.GetDrainResponseVariant2SchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.GetDrainResponseVariant2SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.GetDrainResponseVariant2SchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.GetDrainResponseVariant2SchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2SchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2SchemasAiGatewayTrace.g.cs
deleted file mode 100644
index 5f05ca2b..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainResponseVariant2SchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class GetDrainResponseVariant2SchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemas.g.cs
index 0064570e..dc187bca 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class GetDrainsResponseDrainsVariant1ItemSchemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class GetDrainsResponseDrainsVariant1ItemSchemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public GetDrainsResponseDrainsVariant1ItemSchemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public GetDrainsResponseDrainsVariant1ItemSchemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 6fcb06c7..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.g.cs
deleted file mode 100644
index e57270a8..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class GetDrainsResponseDrainsVariant1ItemSchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemas.g.cs
index 22cfcb22..56b96d1d 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class GetDrainsResponseDrainsVariant2ItemSchemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class GetDrainsResponseDrainsVariant2ItemSchemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public GetDrainsResponseDrainsVariant2ItemSchemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public GetDrainsResponseDrainsVariant2ItemSchemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 36b08c91..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.g.cs
deleted file mode 100644
index c23e8361..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class GetDrainsResponseDrainsVariant2ItemSchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.Team.g.cs b/src/libs/Vercel/Generated/Vercel.Models.Team.g.cs
index 29941f3f..5e18ce39 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.Team.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.Team.g.cs
@@ -276,6 +276,14 @@ public sealed partial class Team
[global::System.Text.Json.Serialization.JsonRequired]
public required double CreatedAt { get; set; }
+ ///
+ /// The organizationId for child teams created under an organization.
+ /// Example: org_nllPyCtREAqxxdyFKbbMDlxd
+ ///
+ /// org_nllPyCtREAqxxdyFKbbMDlxd
+ [global::System.Text.Json.Serialization.JsonPropertyName("parentId")]
+ public string? ParentId { get; set; }
+
///
/// Additional properties that are not explicitly defined in the schema
///
@@ -406,6 +414,10 @@ public sealed partial class Team
///
/// The membership of the authenticated User in relation to the Team.
///
+ ///
+ /// The organizationId for child teams created under an organization.
+ /// Example: org_nllPyCtREAqxxdyFKbbMDlxd
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -448,7 +460,8 @@ public Team(
double? integrationTokensInvalidatedAt,
string? name,
string? avatar,
- global::Vercel.TeamMembership? membership)
+ global::Vercel.TeamMembership? membership,
+ string? parentId)
{
this.Connect = connect;
this.CreatorId = creatorId ?? throw new global::System.ArgumentNullException(nameof(creatorId));
@@ -489,6 +502,7 @@ public Team(
this.Avatar = avatar;
this.Membership = membership;
this.CreatedAt = createdAt;
+ this.ParentId = parentId;
}
///
diff --git a/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs b/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs
index 29e6b072..4143e48b 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs
@@ -77,6 +77,14 @@ public sealed partial class TeamLimited
[global::System.Text.Json.Serialization.JsonRequired]
public required double CreatedAt { get; set; }
+ ///
+ /// The organizationId for child teams created under an organization.
+ /// Example: org_nllPyCtREAqxxdyFKbbMDlxd
+ ///
+ /// org_nllPyCtREAqxxdyFKbbMDlxd
+ [global::System.Text.Json.Serialization.JsonPropertyName("parentId")]
+ public string? ParentId { get; set; }
+
///
/// Additional properties that are not explicitly defined in the schema
///
@@ -116,6 +124,10 @@ public sealed partial class TeamLimited
///
/// The membership of the authenticated User in relation to the Team.
///
+ ///
+ /// The organizationId for child teams created under an organization.
+ /// Example: org_nllPyCtREAqxxdyFKbbMDlxd
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -128,7 +140,8 @@ public TeamLimited(
global::Vercel.TeamLimitedSaml? saml,
string? name,
string? avatar,
- global::Vercel.TeamLimitedMembership? membership)
+ global::Vercel.TeamLimitedMembership? membership,
+ string? parentId)
{
this.Limited = limited;
this.LimitedBy = limitedBy ?? throw new global::System.ArgumentNullException(nameof(limitedBy));
@@ -139,6 +152,7 @@ public TeamLimited(
this.Avatar = avatar;
this.Membership = membership;
this.CreatedAt = createdAt;
+ this.ParentId = parentId;
}
///
diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1Schemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1Schemas.g.cs
index 7e15222b..820bec82 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1Schemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1Schemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class UpdateDrainResponseVariant1Schemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class UpdateDrainResponseVariant1Schemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public UpdateDrainResponseVariant1Schemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public UpdateDrainResponseVariant1Schemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index 29aa28e9..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1SchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class UpdateDrainResponseVariant1SchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.UpdateDrainResponseVariant1SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.UpdateDrainResponseVariant1SchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.UpdateDrainResponseVariant1SchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.UpdateDrainResponseVariant1SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.UpdateDrainResponseVariant1SchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.UpdateDrainResponseVariant1SchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1SchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1SchemasAiGatewayTrace.g.cs
deleted file mode 100644
index 06820732..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant1SchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class UpdateDrainResponseVariant1SchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2Schemas.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2Schemas.g.cs
index c5395d0e..ef54e410 100644
--- a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2Schemas.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2Schemas.g.cs
@@ -38,12 +38,6 @@ public sealed partial class UpdateDrainResponseVariant2Schemas
[global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway")]
public object? AiGateway { get; set; }
- ///
- ///
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("ai_gateway_trace")]
- public object? AiGatewayTrace { get; set; }
-
///
///
///
@@ -64,7 +58,6 @@ public sealed partial class UpdateDrainResponseVariant2Schemas
///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -75,7 +68,6 @@ public UpdateDrainResponseVariant2Schemas(
object? analytics,
object? speedInsights,
object? aiGateway,
- object? aiGatewayTrace,
object? auditLog)
{
this.Log = log;
@@ -83,7 +75,6 @@ public UpdateDrainResponseVariant2Schemas(
this.Analytics = analytics;
this.SpeedInsights = speedInsights;
this.AiGateway = aiGateway;
- this.AiGatewayTrace = aiGatewayTrace;
this.AuditLog = auditLog;
}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs
deleted file mode 100644
index a2347547..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2SchemasAiGatewayTrace.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace Vercel
-{
- public sealed partial class UpdateDrainResponseVariant2SchemasAiGatewayTrace
- {
- ///
- /// 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 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)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Vercel.UpdateDrainResponseVariant2SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Vercel.UpdateDrainResponseVariant2SchemasAiGatewayTrace),
- jsonSerializerContext) as global::Vercel.UpdateDrainResponseVariant2SchemasAiGatewayTrace;
- }
-
- ///
- /// 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::Vercel.UpdateDrainResponseVariant2SchemasAiGatewayTrace? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- 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::Vercel.UpdateDrainResponseVariant2SchemasAiGatewayTrace),
- jsonSerializerContext).ConfigureAwait(false)) as global::Vercel.UpdateDrainResponseVariant2SchemasAiGatewayTrace;
- }
-
- ///
- /// 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)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2SchemasAiGatewayTrace.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2SchemasAiGatewayTrace.g.cs
deleted file mode 100644
index e4bba12b..00000000
--- a/src/libs/Vercel/Generated/Vercel.Models.UpdateDrainResponseVariant2SchemasAiGatewayTrace.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- ///
- ///
- public sealed partial class UpdateDrainResponseVariant2SchemasAiGatewayTrace
- {
-
- ///
- /// 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();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml
index f3250487..fd608c65 100644
--- a/src/libs/Vercel/openapi.yaml
+++ b/src/libs/Vercel/openapi.yaml
@@ -31169,9 +31169,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -31636,9 +31633,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -32402,9 +32396,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -32866,9 +32857,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -33805,9 +33793,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -34272,9 +34257,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -34941,9 +34923,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -35405,9 +35384,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -35999,9 +35975,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -36463,9 +36436,6 @@
"ai_gateway": {
"type": "object"
},
- "ai_gateway_trace": {
- "type": "object"
- },
"audit_log": {
"type": "object"
}
@@ -143591,6 +143561,11 @@
"type": "number",
"description": "UNIX timestamp (in milliseconds) when the Team was created.",
"example": 1630748523395
+ },
+ "parentId": {
+ "type": "string",
+ "description": "The organizationId for child teams created under an organization.",
+ "example": "org_nllPyCtREAqxxdyFKbbMDlxd"
}
},
"required": [
@@ -143926,6 +143901,11 @@
"type": "number",
"description": "UNIX timestamp (in milliseconds) when the Team was created.",
"example": 1630748523395
+ },
+ "parentId": {
+ "type": "string",
+ "description": "The organizationId for child teams created under an organization.",
+ "example": "org_nllPyCtREAqxxdyFKbbMDlxd"
}
},
"required": [