@wix/auto_sdk_ai-gateway_generators 1.0.91 → 1.0.92

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.
@@ -2355,10 +2355,11 @@ declare enum AnthropicModel {
2355
2355
  CLAUDE_4_5_OPUS_1_0 = "CLAUDE_4_5_OPUS_1_0",
2356
2356
  CLAUDE_4_6_OPUS_1_0 = "CLAUDE_4_6_OPUS_1_0",
2357
2357
  CLAUDE_4_6_SONNET_1_0 = "CLAUDE_4_6_SONNET_1_0",
2358
- CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0"
2358
+ CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0",
2359
+ CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0"
2359
2360
  }
2360
2361
  /** @enumType */
2361
- 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';
2362
+ 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' | 'CLAUDE_4_8_OPUS_1_0';
2362
2363
  interface AnthropicMessage {
2363
2364
  /** The role of the message author. */
2364
2365
  role?: MessageRoleRoleWithLiterals;
@@ -3402,6 +3402,7 @@ var AnthropicModel = /* @__PURE__ */ ((AnthropicModel2) => {
3402
3402
  AnthropicModel2["CLAUDE_4_6_OPUS_1_0"] = "CLAUDE_4_6_OPUS_1_0";
3403
3403
  AnthropicModel2["CLAUDE_4_6_SONNET_1_0"] = "CLAUDE_4_6_SONNET_1_0";
3404
3404
  AnthropicModel2["CLAUDE_4_7_OPUS_1_0"] = "CLAUDE_4_7_OPUS_1_0";
3405
+ AnthropicModel2["CLAUDE_4_8_OPUS_1_0"] = "CLAUDE_4_8_OPUS_1_0";
3405
3406
  return AnthropicModel2;
3406
3407
  })(AnthropicModel || {});
3407
3408
  var MessageRoleRole = /* @__PURE__ */ ((MessageRoleRole2) => {