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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,12 @@ public sealed partial class AggregateEventsResponseDataVariant1Item
[global::System.Text.Json.Serialization.JsonPropertyName("aiModelType")]
public string? AiModelType { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")]
public string? ServedSpeed { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1100,6 +1106,24 @@ public sealed partial class AggregateEventsResponseDataVariant1Item
[global::System.Text.Json.Serialization.JsonPropertyName("sessionId")]
public string? SessionId { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")]
public string? ContentCaptureStatus { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")]
public string? ContentCaptureInputs { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")]
public string? ContentCaptureOutputs { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1345,6 +1369,7 @@ public sealed partial class AggregateEventsResponseDataVariant1Item
/// <param name="aiGatewayModelId"></param>
/// <param name="aiProvider"></param>
/// <param name="aiModelType"></param>
/// <param name="servedSpeed"></param>
/// <param name="virtualModelSlug"></param>
/// <param name="virtualModelKind"></param>
/// <param name="costCurrency"></param>
Expand Down Expand Up @@ -1413,6 +1438,9 @@ public sealed partial class AggregateEventsResponseDataVariant1Item
/// <param name="providerAttemptTotalInRequest"></param>
/// <param name="generationId"></param>
/// <param name="sessionId"></param>
/// <param name="contentCaptureStatus"></param>
/// <param name="contentCaptureInputs"></param>
/// <param name="contentCaptureOutputs"></param>
/// <param name="providerAttemptError"></param>
/// <param name="providerAttemptSafetyIdentifier"></param>
/// <param name="providerAttemptDevSafetyIdentifier"></param>
Expand Down Expand Up @@ -1551,6 +1579,7 @@ public AggregateEventsResponseDataVariant1Item(
string? aiGatewayModelId,
string? aiProvider,
string? aiModelType,
string? servedSpeed,
string? virtualModelSlug,
string? virtualModelKind,
string? costCurrency,
Expand Down Expand Up @@ -1619,6 +1648,9 @@ public AggregateEventsResponseDataVariant1Item(
string? providerAttemptTotalInRequest,
string? generationId,
string? sessionId,
string? contentCaptureStatus,
string? contentCaptureInputs,
string? contentCaptureOutputs,
string? providerAttemptError,
string? providerAttemptSafetyIdentifier,
string? providerAttemptDevSafetyIdentifier,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,13 @@ public sealed partial class AggregateEventsResponseDataVariant2Item
[global::System.Text.Json.Serialization.JsonRequired]
public required string AiModelType { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ServedSpeed { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1282,6 +1289,27 @@ public sealed partial class AggregateEventsResponseDataVariant2Item
[global::System.Text.Json.Serialization.JsonRequired]
public required string SessionId { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ContentCaptureStatus { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ContentCaptureInputs { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ContentCaptureOutputs { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1538,6 +1566,7 @@ public sealed partial class AggregateEventsResponseDataVariant2Item
/// <param name="aiGatewayModelId"></param>
/// <param name="aiProvider"></param>
/// <param name="aiModelType"></param>
/// <param name="servedSpeed"></param>
/// <param name="virtualModelSlug"></param>
/// <param name="virtualModelKind"></param>
/// <param name="costCurrency"></param>
Expand Down Expand Up @@ -1606,6 +1635,9 @@ public sealed partial class AggregateEventsResponseDataVariant2Item
/// <param name="providerAttemptTotalInRequest"></param>
/// <param name="generationId"></param>
/// <param name="sessionId"></param>
/// <param name="contentCaptureStatus"></param>
/// <param name="contentCaptureInputs"></param>
/// <param name="contentCaptureOutputs"></param>
/// <param name="providerAttemptError"></param>
/// <param name="providerAttemptSafetyIdentifier"></param>
/// <param name="providerAttemptDevSafetyIdentifier"></param>
Expand Down Expand Up @@ -1743,6 +1775,7 @@ public AggregateEventsResponseDataVariant2Item(
string aiGatewayModelId,
string aiProvider,
string aiModelType,
string servedSpeed,
string virtualModelSlug,
string virtualModelKind,
string costCurrency,
Expand Down Expand Up @@ -1811,6 +1844,9 @@ public AggregateEventsResponseDataVariant2Item(
string providerAttemptTotalInRequest,
string generationId,
string sessionId,
string contentCaptureStatus,
string contentCaptureInputs,
string contentCaptureOutputs,
string providerAttemptError,
string providerAttemptSafetyIdentifier,
string providerAttemptDevSafetyIdentifier,
Expand Down Expand Up @@ -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));
Expand Down Expand Up @@ -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));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,12 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item
[global::System.Text.Json.Serialization.JsonPropertyName("aiModelType")]
public string? AiModelType { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")]
public string? ServedSpeed { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1100,6 +1106,24 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item
[global::System.Text.Json.Serialization.JsonPropertyName("sessionId")]
public string? SessionId { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")]
public string? ContentCaptureStatus { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")]
public string? ContentCaptureInputs { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")]
public string? ContentCaptureOutputs { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1345,6 +1369,7 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item
/// <param name="aiGatewayModelId"></param>
/// <param name="aiProvider"></param>
/// <param name="aiModelType"></param>
/// <param name="servedSpeed"></param>
/// <param name="virtualModelSlug"></param>
/// <param name="virtualModelKind"></param>
/// <param name="costCurrency"></param>
Expand Down Expand Up @@ -1413,6 +1438,9 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item
/// <param name="providerAttemptTotalInRequest"></param>
/// <param name="generationId"></param>
/// <param name="sessionId"></param>
/// <param name="contentCaptureStatus"></param>
/// <param name="contentCaptureInputs"></param>
/// <param name="contentCaptureOutputs"></param>
/// <param name="providerAttemptError"></param>
/// <param name="providerAttemptSafetyIdentifier"></param>
/// <param name="providerAttemptDevSafetyIdentifier"></param>
Expand Down Expand Up @@ -1551,6 +1579,7 @@ public AggregatePageviewsResponseDataVariant1Item(
string? aiGatewayModelId,
string? aiProvider,
string? aiModelType,
string? servedSpeed,
string? virtualModelSlug,
string? virtualModelKind,
string? costCurrency,
Expand Down Expand Up @@ -1619,6 +1648,9 @@ public AggregatePageviewsResponseDataVariant1Item(
string? providerAttemptTotalInRequest,
string? generationId,
string? sessionId,
string? contentCaptureStatus,
string? contentCaptureInputs,
string? contentCaptureOutputs,
string? providerAttemptError,
string? providerAttemptSafetyIdentifier,
string? providerAttemptDevSafetyIdentifier,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,13 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item
[global::System.Text.Json.Serialization.JsonRequired]
public required string AiModelType { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("servedSpeed")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ServedSpeed { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1282,6 +1289,27 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item
[global::System.Text.Json.Serialization.JsonRequired]
public required string SessionId { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureStatus")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ContentCaptureStatus { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureInputs")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ContentCaptureInputs { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("contentCaptureOutputs")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string ContentCaptureOutputs { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1538,6 +1566,7 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item
/// <param name="aiGatewayModelId"></param>
/// <param name="aiProvider"></param>
/// <param name="aiModelType"></param>
/// <param name="servedSpeed"></param>
/// <param name="virtualModelSlug"></param>
/// <param name="virtualModelKind"></param>
/// <param name="costCurrency"></param>
Expand Down Expand Up @@ -1606,6 +1635,9 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item
/// <param name="providerAttemptTotalInRequest"></param>
/// <param name="generationId"></param>
/// <param name="sessionId"></param>
/// <param name="contentCaptureStatus"></param>
/// <param name="contentCaptureInputs"></param>
/// <param name="contentCaptureOutputs"></param>
/// <param name="providerAttemptError"></param>
/// <param name="providerAttemptSafetyIdentifier"></param>
/// <param name="providerAttemptDevSafetyIdentifier"></param>
Expand Down Expand Up @@ -1743,6 +1775,7 @@ public AggregatePageviewsResponseDataVariant2Item(
string aiGatewayModelId,
string aiProvider,
string aiModelType,
string servedSpeed,
string virtualModelSlug,
string virtualModelKind,
string costCurrency,
Expand Down Expand Up @@ -1811,6 +1844,9 @@ public AggregatePageviewsResponseDataVariant2Item(
string providerAttemptTotalInRequest,
string generationId,
string sessionId,
string contentCaptureStatus,
string contentCaptureInputs,
string contentCaptureOutputs,
string providerAttemptError,
string providerAttemptSafetyIdentifier,
string providerAttemptDevSafetyIdentifier,
Expand Down Expand Up @@ -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));
Expand Down Expand Up @@ -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));
Expand Down
Loading