@wix/auto_sdk_ai-gateway_generators 1.0.109 → 1.0.111

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.
@@ -2449,10 +2449,11 @@ declare enum AnthropicModel {
2449
2449
  CLAUDE_4_6_OPUS_1_0 = "CLAUDE_4_6_OPUS_1_0",
2450
2450
  CLAUDE_4_6_SONNET_1_0 = "CLAUDE_4_6_SONNET_1_0",
2451
2451
  CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0",
2452
- CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0"
2452
+ CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0",
2453
+ CLAUDE_5_SONNET_1_0 = "CLAUDE_5_SONNET_1_0"
2453
2454
  }
2454
2455
  /** @enumType */
2455
- 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';
2456
+ 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' | 'CLAUDE_5_SONNET_1_0';
2456
2457
  interface AnthropicMessage {
2457
2458
  /** The role of the message author. */
2458
2459
  role?: MessageRoleRoleWithLiterals;
@@ -13572,6 +13573,7 @@ interface TraceParams {
13572
13573
  gapFix?: number;
13573
13574
  removeBg?: boolean;
13574
13575
  detectGradients?: boolean;
13576
+ removeColor?: boolean;
13575
13577
  }
13576
13578
  interface Wix_ai_gatewayV1EditImageResponse extends Wix_ai_gatewayV1EditImageResponseResponseOneOf {
13577
13579
  /** Photoroom remove background response */
@@ -3708,6 +3708,7 @@ var AnthropicModel = /* @__PURE__ */ ((AnthropicModel2) => {
3708
3708
  AnthropicModel2["CLAUDE_4_6_SONNET_1_0"] = "CLAUDE_4_6_SONNET_1_0";
3709
3709
  AnthropicModel2["CLAUDE_4_7_OPUS_1_0"] = "CLAUDE_4_7_OPUS_1_0";
3710
3710
  AnthropicModel2["CLAUDE_4_8_OPUS_1_0"] = "CLAUDE_4_8_OPUS_1_0";
3711
+ AnthropicModel2["CLAUDE_5_SONNET_1_0"] = "CLAUDE_5_SONNET_1_0";
3711
3712
  return AnthropicModel2;
3712
3713
  })(AnthropicModel || {});
3713
3714
  var MessageRoleRole = /* @__PURE__ */ ((MessageRoleRole2) => {