@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.
@@ -2452,10 +2452,11 @@ declare enum AnthropicModel {
2452
2452
  CLAUDE_4_6_OPUS_1_0 = "CLAUDE_4_6_OPUS_1_0",
2453
2453
  CLAUDE_4_6_SONNET_1_0 = "CLAUDE_4_6_SONNET_1_0",
2454
2454
  CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0",
2455
- CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0"
2455
+ CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0",
2456
+ CLAUDE_5_SONNET_1_0 = "CLAUDE_5_SONNET_1_0"
2456
2457
  }
2457
2458
  /** @enumType */
2458
- 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';
2459
+ 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';
2459
2460
  interface AnthropicMessage {
2460
2461
  /** The role of the message author. */
2461
2462
  role?: MessageRoleRoleWithLiterals;
@@ -13575,6 +13576,7 @@ interface TraceParams {
13575
13576
  gapFix?: number;
13576
13577
  removeBg?: boolean;
13577
13578
  detectGradients?: boolean;
13579
+ removeColor?: boolean;
13578
13580
  }
13579
13581
  interface Wix_ai_gatewayV1EditImageResponse extends Wix_ai_gatewayV1EditImageResponseResponseOneOf {
13580
13582
  /** Photoroom remove background response */
package/build/es/meta.mjs CHANGED
@@ -3551,6 +3551,7 @@ var AnthropicModel = /* @__PURE__ */ ((AnthropicModel2) => {
3551
3551
  AnthropicModel2["CLAUDE_4_6_SONNET_1_0"] = "CLAUDE_4_6_SONNET_1_0";
3552
3552
  AnthropicModel2["CLAUDE_4_7_OPUS_1_0"] = "CLAUDE_4_7_OPUS_1_0";
3553
3553
  AnthropicModel2["CLAUDE_4_8_OPUS_1_0"] = "CLAUDE_4_8_OPUS_1_0";
3554
+ AnthropicModel2["CLAUDE_5_SONNET_1_0"] = "CLAUDE_5_SONNET_1_0";
3554
3555
  return AnthropicModel2;
3555
3556
  })(AnthropicModel || {});
3556
3557
  var MessageRoleRole = /* @__PURE__ */ ((MessageRoleRole2) => {