diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs index a8c9df4f..5dc90c04 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs @@ -692,6 +692,12 @@ public sealed partial class AggregateEventsResponseDataVariant1Item [global::System.Text.Json.Serialization.JsonPropertyName("aiModelType")] public string? AiModelType { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")] + public string? ServedSpeed { get; set; } + /// /// /// @@ -1100,6 +1106,24 @@ public sealed partial class AggregateEventsResponseDataVariant1Item [global::System.Text.Json.Serialization.JsonPropertyName("sessionId")] public string? SessionId { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")] + public string? ContentCaptureStatus { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")] + public string? ContentCaptureInputs { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")] + public string? ContentCaptureOutputs { get; set; } + /// /// /// @@ -1345,6 +1369,7 @@ public sealed partial class AggregateEventsResponseDataVariant1Item /// /// /// + /// /// /// /// @@ -1413,6 +1438,9 @@ public sealed partial class AggregateEventsResponseDataVariant1Item /// /// /// + /// + /// + /// /// /// /// @@ -1551,6 +1579,7 @@ public AggregateEventsResponseDataVariant1Item( string? aiGatewayModelId, string? aiProvider, string? aiModelType, + string? servedSpeed, string? virtualModelSlug, string? virtualModelKind, string? costCurrency, @@ -1619,6 +1648,9 @@ public AggregateEventsResponseDataVariant1Item( string? providerAttemptTotalInRequest, string? generationId, string? sessionId, + string? contentCaptureStatus, + string? contentCaptureInputs, + string? contentCaptureOutputs, string? providerAttemptError, string? providerAttemptSafetyIdentifier, string? providerAttemptDevSafetyIdentifier, @@ -1753,6 +1785,7 @@ public AggregateEventsResponseDataVariant1Item( this.AiGatewayModelId = aiGatewayModelId; this.AiProvider = aiProvider; this.AiModelType = aiModelType; + this.ServedSpeed = servedSpeed; this.VirtualModelSlug = virtualModelSlug; this.VirtualModelKind = virtualModelKind; this.CostCurrency = costCurrency; @@ -1821,6 +1854,9 @@ public AggregateEventsResponseDataVariant1Item( this.ProviderAttemptTotalInRequest = providerAttemptTotalInRequest; this.GenerationId = generationId; this.SessionId = sessionId; + this.ContentCaptureStatus = contentCaptureStatus; + this.ContentCaptureInputs = contentCaptureInputs; + this.ContentCaptureOutputs = contentCaptureOutputs; this.ProviderAttemptError = providerAttemptError; this.ProviderAttemptSafetyIdentifier = providerAttemptSafetyIdentifier; this.ProviderAttemptDevSafetyIdentifier = providerAttemptDevSafetyIdentifier; diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs index 1d820083..c23f8973 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs @@ -806,6 +806,13 @@ public sealed partial class AggregateEventsResponseDataVariant2Item [global::System.Text.Json.Serialization.JsonRequired] public required string AiModelType { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ServedSpeed { get; set; } + /// /// /// @@ -1282,6 +1289,27 @@ public sealed partial class AggregateEventsResponseDataVariant2Item [global::System.Text.Json.Serialization.JsonRequired] public required string SessionId { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureStatus { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureInputs { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureOutputs { get; set; } + /// /// /// @@ -1538,6 +1566,7 @@ public sealed partial class AggregateEventsResponseDataVariant2Item /// /// /// + /// /// /// /// @@ -1606,6 +1635,9 @@ public sealed partial class AggregateEventsResponseDataVariant2Item /// /// /// + /// + /// + /// /// /// /// @@ -1743,6 +1775,7 @@ public AggregateEventsResponseDataVariant2Item( string aiGatewayModelId, string aiProvider, string aiModelType, + string servedSpeed, string virtualModelSlug, string virtualModelKind, string costCurrency, @@ -1811,6 +1844,9 @@ public AggregateEventsResponseDataVariant2Item( string providerAttemptTotalInRequest, string generationId, string sessionId, + string contentCaptureStatus, + string contentCaptureInputs, + string contentCaptureOutputs, string providerAttemptError, string providerAttemptSafetyIdentifier, string providerAttemptDevSafetyIdentifier, @@ -1945,6 +1981,7 @@ public AggregateEventsResponseDataVariant2Item( this.AiGatewayModelId = aiGatewayModelId ?? throw new global::System.ArgumentNullException(nameof(aiGatewayModelId)); this.AiProvider = aiProvider ?? throw new global::System.ArgumentNullException(nameof(aiProvider)); this.AiModelType = aiModelType ?? throw new global::System.ArgumentNullException(nameof(aiModelType)); + this.ServedSpeed = servedSpeed ?? throw new global::System.ArgumentNullException(nameof(servedSpeed)); this.VirtualModelSlug = virtualModelSlug ?? throw new global::System.ArgumentNullException(nameof(virtualModelSlug)); this.VirtualModelKind = virtualModelKind ?? throw new global::System.ArgumentNullException(nameof(virtualModelKind)); this.CostCurrency = costCurrency ?? throw new global::System.ArgumentNullException(nameof(costCurrency)); @@ -2013,6 +2050,9 @@ public AggregateEventsResponseDataVariant2Item( this.ProviderAttemptTotalInRequest = providerAttemptTotalInRequest ?? throw new global::System.ArgumentNullException(nameof(providerAttemptTotalInRequest)); this.GenerationId = generationId ?? throw new global::System.ArgumentNullException(nameof(generationId)); this.SessionId = sessionId ?? throw new global::System.ArgumentNullException(nameof(sessionId)); + this.ContentCaptureStatus = contentCaptureStatus ?? throw new global::System.ArgumentNullException(nameof(contentCaptureStatus)); + this.ContentCaptureInputs = contentCaptureInputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureInputs)); + this.ContentCaptureOutputs = contentCaptureOutputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureOutputs)); this.ProviderAttemptError = providerAttemptError ?? throw new global::System.ArgumentNullException(nameof(providerAttemptError)); this.ProviderAttemptSafetyIdentifier = providerAttemptSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptSafetyIdentifier)); this.ProviderAttemptDevSafetyIdentifier = providerAttemptDevSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptDevSafetyIdentifier)); diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs index 514d049c..1843328a 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs @@ -692,6 +692,12 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item [global::System.Text.Json.Serialization.JsonPropertyName("aiModelType")] public string? AiModelType { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")] + public string? ServedSpeed { get; set; } + /// /// /// @@ -1100,6 +1106,24 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item [global::System.Text.Json.Serialization.JsonPropertyName("sessionId")] public string? SessionId { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")] + public string? ContentCaptureStatus { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")] + public string? ContentCaptureInputs { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")] + public string? ContentCaptureOutputs { get; set; } + /// /// /// @@ -1345,6 +1369,7 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item /// /// /// + /// /// /// /// @@ -1413,6 +1438,9 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item /// /// /// + /// + /// + /// /// /// /// @@ -1551,6 +1579,7 @@ public AggregatePageviewsResponseDataVariant1Item( string? aiGatewayModelId, string? aiProvider, string? aiModelType, + string? servedSpeed, string? virtualModelSlug, string? virtualModelKind, string? costCurrency, @@ -1619,6 +1648,9 @@ public AggregatePageviewsResponseDataVariant1Item( string? providerAttemptTotalInRequest, string? generationId, string? sessionId, + string? contentCaptureStatus, + string? contentCaptureInputs, + string? contentCaptureOutputs, string? providerAttemptError, string? providerAttemptSafetyIdentifier, string? providerAttemptDevSafetyIdentifier, @@ -1753,6 +1785,7 @@ public AggregatePageviewsResponseDataVariant1Item( this.AiGatewayModelId = aiGatewayModelId; this.AiProvider = aiProvider; this.AiModelType = aiModelType; + this.ServedSpeed = servedSpeed; this.VirtualModelSlug = virtualModelSlug; this.VirtualModelKind = virtualModelKind; this.CostCurrency = costCurrency; @@ -1821,6 +1854,9 @@ public AggregatePageviewsResponseDataVariant1Item( this.ProviderAttemptTotalInRequest = providerAttemptTotalInRequest; this.GenerationId = generationId; this.SessionId = sessionId; + this.ContentCaptureStatus = contentCaptureStatus; + this.ContentCaptureInputs = contentCaptureInputs; + this.ContentCaptureOutputs = contentCaptureOutputs; this.ProviderAttemptError = providerAttemptError; this.ProviderAttemptSafetyIdentifier = providerAttemptSafetyIdentifier; this.ProviderAttemptDevSafetyIdentifier = providerAttemptDevSafetyIdentifier; diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs index 20fa5537..fe11571a 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs @@ -806,6 +806,13 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item [global::System.Text.Json.Serialization.JsonRequired] public required string AiModelType { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ServedSpeed { get; set; } + /// /// /// @@ -1282,6 +1289,27 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item [global::System.Text.Json.Serialization.JsonRequired] public required string SessionId { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureStatus { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureInputs { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureOutputs { get; set; } + /// /// /// @@ -1538,6 +1566,7 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item /// /// /// + /// /// /// /// @@ -1606,6 +1635,9 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item /// /// /// + /// + /// + /// /// /// /// @@ -1743,6 +1775,7 @@ public AggregatePageviewsResponseDataVariant2Item( string aiGatewayModelId, string aiProvider, string aiModelType, + string servedSpeed, string virtualModelSlug, string virtualModelKind, string costCurrency, @@ -1811,6 +1844,9 @@ public AggregatePageviewsResponseDataVariant2Item( string providerAttemptTotalInRequest, string generationId, string sessionId, + string contentCaptureStatus, + string contentCaptureInputs, + string contentCaptureOutputs, string providerAttemptError, string providerAttemptSafetyIdentifier, string providerAttemptDevSafetyIdentifier, @@ -1945,6 +1981,7 @@ public AggregatePageviewsResponseDataVariant2Item( this.AiGatewayModelId = aiGatewayModelId ?? throw new global::System.ArgumentNullException(nameof(aiGatewayModelId)); this.AiProvider = aiProvider ?? throw new global::System.ArgumentNullException(nameof(aiProvider)); this.AiModelType = aiModelType ?? throw new global::System.ArgumentNullException(nameof(aiModelType)); + this.ServedSpeed = servedSpeed ?? throw new global::System.ArgumentNullException(nameof(servedSpeed)); this.VirtualModelSlug = virtualModelSlug ?? throw new global::System.ArgumentNullException(nameof(virtualModelSlug)); this.VirtualModelKind = virtualModelKind ?? throw new global::System.ArgumentNullException(nameof(virtualModelKind)); this.CostCurrency = costCurrency ?? throw new global::System.ArgumentNullException(nameof(costCurrency)); @@ -2013,6 +2050,9 @@ public AggregatePageviewsResponseDataVariant2Item( this.ProviderAttemptTotalInRequest = providerAttemptTotalInRequest ?? throw new global::System.ArgumentNullException(nameof(providerAttemptTotalInRequest)); this.GenerationId = generationId ?? throw new global::System.ArgumentNullException(nameof(generationId)); this.SessionId = sessionId ?? throw new global::System.ArgumentNullException(nameof(sessionId)); + this.ContentCaptureStatus = contentCaptureStatus ?? throw new global::System.ArgumentNullException(nameof(contentCaptureStatus)); + this.ContentCaptureInputs = contentCaptureInputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureInputs)); + this.ContentCaptureOutputs = contentCaptureOutputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureOutputs)); this.ProviderAttemptError = providerAttemptError ?? throw new global::System.ArgumentNullException(nameof(providerAttemptError)); this.ProviderAttemptSafetyIdentifier = providerAttemptSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptSafetyIdentifier)); this.ProviderAttemptDevSafetyIdentifier = providerAttemptDevSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptDevSafetyIdentifier)); diff --git a/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs index 06381f18..f64f5f12 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs @@ -806,6 +806,13 @@ public sealed partial class CountEventsResponseData [global::System.Text.Json.Serialization.JsonRequired] public required string AiModelType { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ServedSpeed { get; set; } + /// /// /// @@ -1282,6 +1289,27 @@ public sealed partial class CountEventsResponseData [global::System.Text.Json.Serialization.JsonRequired] public required string SessionId { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureStatus { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureInputs { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureOutputs { get; set; } + /// /// /// @@ -1538,6 +1566,7 @@ public sealed partial class CountEventsResponseData /// /// /// + /// /// /// /// @@ -1606,6 +1635,9 @@ public sealed partial class CountEventsResponseData /// /// /// + /// + /// + /// /// /// /// @@ -1743,6 +1775,7 @@ public CountEventsResponseData( string aiGatewayModelId, string aiProvider, string aiModelType, + string servedSpeed, string virtualModelSlug, string virtualModelKind, string costCurrency, @@ -1811,6 +1844,9 @@ public CountEventsResponseData( string providerAttemptTotalInRequest, string generationId, string sessionId, + string contentCaptureStatus, + string contentCaptureInputs, + string contentCaptureOutputs, string providerAttemptError, string providerAttemptSafetyIdentifier, string providerAttemptDevSafetyIdentifier, @@ -1945,6 +1981,7 @@ public CountEventsResponseData( this.AiGatewayModelId = aiGatewayModelId ?? throw new global::System.ArgumentNullException(nameof(aiGatewayModelId)); this.AiProvider = aiProvider ?? throw new global::System.ArgumentNullException(nameof(aiProvider)); this.AiModelType = aiModelType ?? throw new global::System.ArgumentNullException(nameof(aiModelType)); + this.ServedSpeed = servedSpeed ?? throw new global::System.ArgumentNullException(nameof(servedSpeed)); this.VirtualModelSlug = virtualModelSlug ?? throw new global::System.ArgumentNullException(nameof(virtualModelSlug)); this.VirtualModelKind = virtualModelKind ?? throw new global::System.ArgumentNullException(nameof(virtualModelKind)); this.CostCurrency = costCurrency ?? throw new global::System.ArgumentNullException(nameof(costCurrency)); @@ -2013,6 +2050,9 @@ public CountEventsResponseData( this.ProviderAttemptTotalInRequest = providerAttemptTotalInRequest ?? throw new global::System.ArgumentNullException(nameof(providerAttemptTotalInRequest)); this.GenerationId = generationId ?? throw new global::System.ArgumentNullException(nameof(generationId)); this.SessionId = sessionId ?? throw new global::System.ArgumentNullException(nameof(sessionId)); + this.ContentCaptureStatus = contentCaptureStatus ?? throw new global::System.ArgumentNullException(nameof(contentCaptureStatus)); + this.ContentCaptureInputs = contentCaptureInputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureInputs)); + this.ContentCaptureOutputs = contentCaptureOutputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureOutputs)); this.ProviderAttemptError = providerAttemptError ?? throw new global::System.ArgumentNullException(nameof(providerAttemptError)); this.ProviderAttemptSafetyIdentifier = providerAttemptSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptSafetyIdentifier)); this.ProviderAttemptDevSafetyIdentifier = providerAttemptDevSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptDevSafetyIdentifier)); diff --git a/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs index 22b23e7e..516c5c51 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs @@ -806,6 +806,13 @@ public sealed partial class CountPageviewsResponseData [global::System.Text.Json.Serialization.JsonRequired] public required string AiModelType { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ServedSpeed { get; set; } + /// /// /// @@ -1282,6 +1289,27 @@ public sealed partial class CountPageviewsResponseData [global::System.Text.Json.Serialization.JsonRequired] public required string SessionId { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureStatus { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureInputs { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string ContentCaptureOutputs { get; set; } + /// /// /// @@ -1538,6 +1566,7 @@ public sealed partial class CountPageviewsResponseData /// /// /// + /// /// /// /// @@ -1606,6 +1635,9 @@ public sealed partial class CountPageviewsResponseData /// /// /// + /// + /// + /// /// /// /// @@ -1743,6 +1775,7 @@ public CountPageviewsResponseData( string aiGatewayModelId, string aiProvider, string aiModelType, + string servedSpeed, string virtualModelSlug, string virtualModelKind, string costCurrency, @@ -1811,6 +1844,9 @@ public CountPageviewsResponseData( string providerAttemptTotalInRequest, string generationId, string sessionId, + string contentCaptureStatus, + string contentCaptureInputs, + string contentCaptureOutputs, string providerAttemptError, string providerAttemptSafetyIdentifier, string providerAttemptDevSafetyIdentifier, @@ -1945,6 +1981,7 @@ public CountPageviewsResponseData( this.AiGatewayModelId = aiGatewayModelId ?? throw new global::System.ArgumentNullException(nameof(aiGatewayModelId)); this.AiProvider = aiProvider ?? throw new global::System.ArgumentNullException(nameof(aiProvider)); this.AiModelType = aiModelType ?? throw new global::System.ArgumentNullException(nameof(aiModelType)); + this.ServedSpeed = servedSpeed ?? throw new global::System.ArgumentNullException(nameof(servedSpeed)); this.VirtualModelSlug = virtualModelSlug ?? throw new global::System.ArgumentNullException(nameof(virtualModelSlug)); this.VirtualModelKind = virtualModelKind ?? throw new global::System.ArgumentNullException(nameof(virtualModelKind)); this.CostCurrency = costCurrency ?? throw new global::System.ArgumentNullException(nameof(costCurrency)); @@ -2013,6 +2050,9 @@ public CountPageviewsResponseData( this.ProviderAttemptTotalInRequest = providerAttemptTotalInRequest ?? throw new global::System.ArgumentNullException(nameof(providerAttemptTotalInRequest)); this.GenerationId = generationId ?? throw new global::System.ArgumentNullException(nameof(generationId)); this.SessionId = sessionId ?? throw new global::System.ArgumentNullException(nameof(sessionId)); + this.ContentCaptureStatus = contentCaptureStatus ?? throw new global::System.ArgumentNullException(nameof(contentCaptureStatus)); + this.ContentCaptureInputs = contentCaptureInputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureInputs)); + this.ContentCaptureOutputs = contentCaptureOutputs ?? throw new global::System.ArgumentNullException(nameof(contentCaptureOutputs)); this.ProviderAttemptError = providerAttemptError ?? throw new global::System.ArgumentNullException(nameof(providerAttemptError)); this.ProviderAttemptSafetyIdentifier = providerAttemptSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptSafetyIdentifier)); this.ProviderAttemptDevSafetyIdentifier = providerAttemptDevSafetyIdentifier ?? throw new global::System.ArgumentNullException(nameof(providerAttemptDevSafetyIdentifier)); diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index a1ab7c1d..2a7a33eb 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -177703,6 +177703,9 @@ "aiModelType": { "type": "string" }, + "servedSpeed": { + "type": "string" + }, "virtualModelSlug": { "type": "string" }, @@ -177907,6 +177910,15 @@ "sessionId": { "type": "string" }, + "contentCaptureStatus": { + "type": "string" + }, + "contentCaptureInputs": { + "type": "string" + }, + "contentCaptureOutputs": { + "type": "string" + }, "providerAttemptError": { "type": "string" }, @@ -178321,6 +178333,9 @@ "aiModelType": { "type": "string" }, + "servedSpeed": { + "type": "string" + }, "virtualModelSlug": { "type": "string" }, @@ -178525,6 +178540,15 @@ "sessionId": { "type": "string" }, + "contentCaptureStatus": { + "type": "string" + }, + "contentCaptureInputs": { + "type": "string" + }, + "contentCaptureOutputs": { + "type": "string" + }, "providerAttemptError": { "type": "string" }, @@ -178621,6 +178645,9 @@ "clientUserAgent", "commitSha", "consumerGroup", + "contentCaptureInputs", + "contentCaptureOutputs", + "contentCaptureStatus", "contentType", "costCurrency", "country", @@ -178743,6 +178770,7 @@ "sandboxSessionId", "sdkKeyEnvironment", "sdkKeyId", + "servedSpeed", "serverActionName", "service", "sessionId", @@ -179389,6 +179417,9 @@ "aiModelType": { "type": "string" }, + "servedSpeed": { + "type": "string" + }, "virtualModelSlug": { "type": "string" }, @@ -179593,6 +179624,15 @@ "sessionId": { "type": "string" }, + "contentCaptureStatus": { + "type": "string" + }, + "contentCaptureInputs": { + "type": "string" + }, + "contentCaptureOutputs": { + "type": "string" + }, "providerAttemptError": { "type": "string" }, @@ -180007,6 +180047,9 @@ "aiModelType": { "type": "string" }, + "servedSpeed": { + "type": "string" + }, "virtualModelSlug": { "type": "string" }, @@ -180211,6 +180254,15 @@ "sessionId": { "type": "string" }, + "contentCaptureStatus": { + "type": "string" + }, + "contentCaptureInputs": { + "type": "string" + }, + "contentCaptureOutputs": { + "type": "string" + }, "providerAttemptError": { "type": "string" }, @@ -180307,6 +180359,9 @@ "clientUserAgent", "commitSha", "consumerGroup", + "contentCaptureInputs", + "contentCaptureOutputs", + "contentCaptureStatus", "contentType", "costCurrency", "country", @@ -180429,6 +180484,7 @@ "sandboxSessionId", "sdkKeyEnvironment", "sdkKeyId", + "servedSpeed", "serverActionName", "service", "sessionId", @@ -181039,6 +181095,9 @@ "aiModelType": { "type": "string" }, + "servedSpeed": { + "type": "string" + }, "virtualModelSlug": { "type": "string" }, @@ -181243,6 +181302,15 @@ "sessionId": { "type": "string" }, + "contentCaptureStatus": { + "type": "string" + }, + "contentCaptureInputs": { + "type": "string" + }, + "contentCaptureOutputs": { + "type": "string" + }, "providerAttemptError": { "type": "string" }, @@ -181339,6 +181407,9 @@ "clientUserAgent", "commitSha", "consumerGroup", + "contentCaptureInputs", + "contentCaptureOutputs", + "contentCaptureStatus", "contentType", "costCurrency", "country", @@ -181461,6 +181532,7 @@ "sandboxSessionId", "sdkKeyEnvironment", "sdkKeyId", + "servedSpeed", "serverActionName", "service", "sessionId", @@ -182002,6 +182074,9 @@ "aiModelType": { "type": "string" }, + "servedSpeed": { + "type": "string" + }, "virtualModelSlug": { "type": "string" }, @@ -182206,6 +182281,15 @@ "sessionId": { "type": "string" }, + "contentCaptureStatus": { + "type": "string" + }, + "contentCaptureInputs": { + "type": "string" + }, + "contentCaptureOutputs": { + "type": "string" + }, "providerAttemptError": { "type": "string" }, @@ -182302,6 +182386,9 @@ "clientUserAgent", "commitSha", "consumerGroup", + "contentCaptureInputs", + "contentCaptureOutputs", + "contentCaptureStatus", "contentType", "costCurrency", "country", @@ -182424,6 +182511,7 @@ "sandboxSessionId", "sdkKeyEnvironment", "sdkKeyId", + "servedSpeed", "serverActionName", "service", "sessionId",