@wix/auto_sdk_ai-gateway_generators 1.0.81 → 1.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2297,10 +2297,11 @@ declare enum AnthropicModel {
2297
2297
  CLAUDE_4_5_HAIKU_1_0 = "CLAUDE_4_5_HAIKU_1_0",
2298
2298
  CLAUDE_4_5_OPUS_1_0 = "CLAUDE_4_5_OPUS_1_0",
2299
2299
  CLAUDE_4_6_OPUS_1_0 = "CLAUDE_4_6_OPUS_1_0",
2300
- CLAUDE_4_6_SONNET_1_0 = "CLAUDE_4_6_SONNET_1_0"
2300
+ CLAUDE_4_6_SONNET_1_0 = "CLAUDE_4_6_SONNET_1_0",
2301
+ CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0"
2301
2302
  }
2302
2303
  /** @enumType */
2303
- type AnthropicModelWithLiterals = AnthropicModel | 'UNKNOWN_ANTHROPIC_MODEL' | 'CLAUDE_3_HAIKU_1_0' | 'CLAUDE_3_5_SONNET_1_0' | 'CLAUDE_3_5_SONNET_2_0' | 'CLAUDE_3_7_SONNET_1_0' | 'CLAUDE_4_SONNET_1_0' | 'CLAUDE_4_OPUS_1_0' | 'CLAUDE_4_1_OPUS_1_0' | 'CLAUDE_4_5_SONNET_1_0' | 'CLAUDE_4_5_HAIKU_1_0' | 'CLAUDE_4_5_OPUS_1_0' | 'CLAUDE_4_6_OPUS_1_0' | 'CLAUDE_4_6_SONNET_1_0';
2304
+ type AnthropicModelWithLiterals = AnthropicModel | 'UNKNOWN_ANTHROPIC_MODEL' | 'CLAUDE_3_HAIKU_1_0' | 'CLAUDE_3_5_SONNET_1_0' | 'CLAUDE_3_5_SONNET_2_0' | 'CLAUDE_3_7_SONNET_1_0' | 'CLAUDE_4_SONNET_1_0' | 'CLAUDE_4_OPUS_1_0' | 'CLAUDE_4_1_OPUS_1_0' | 'CLAUDE_4_5_SONNET_1_0' | 'CLAUDE_4_5_HAIKU_1_0' | 'CLAUDE_4_5_OPUS_1_0' | 'CLAUDE_4_6_OPUS_1_0' | 'CLAUDE_4_6_SONNET_1_0' | 'CLAUDE_4_7_OPUS_1_0';
2304
2305
  interface AnthropicMessage {
2305
2306
  /** The role of the message author. */
2306
2307
  role?: MessageRoleRoleWithLiterals;
@@ -8558,6 +8559,8 @@ interface UsageMetadata {
8558
8559
  * @maxSize 10
8559
8560
  */
8560
8561
  cacheTokensDetails?: ModalityTokenCount[];
8562
+ /** Output only. The traffic type used for this request (e.g. "ON_DEMAND", "ON_DEMAND_PRIORITY"). */
8563
+ trafficType?: string | null;
8561
8564
  }
8562
8565
  interface ModalityTokenCount {
8563
8566
  /** The modality associated with this token count. */
@@ -3550,6 +3550,7 @@ var AnthropicModel = /* @__PURE__ */ ((AnthropicModel2) => {
3550
3550
  AnthropicModel2["CLAUDE_4_5_OPUS_1_0"] = "CLAUDE_4_5_OPUS_1_0";
3551
3551
  AnthropicModel2["CLAUDE_4_6_OPUS_1_0"] = "CLAUDE_4_6_OPUS_1_0";
3552
3552
  AnthropicModel2["CLAUDE_4_6_SONNET_1_0"] = "CLAUDE_4_6_SONNET_1_0";
3553
+ AnthropicModel2["CLAUDE_4_7_OPUS_1_0"] = "CLAUDE_4_7_OPUS_1_0";
3553
3554
  return AnthropicModel2;
3554
3555
  })(AnthropicModel || {});
3555
3556
  var MessageRoleRole = /* @__PURE__ */ ((MessageRoleRole2) => {