@wix/auto_sdk_ai-gateway_generators 1.0.120 → 1.0.121

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.
@@ -1554,8 +1554,6 @@ declare enum Type {
1554
1554
  type TypeWithLiterals = Type | 'UNKNOWN' | 'EPHEMERAL';
1555
1555
  declare enum Model {
1556
1556
  UNKNOWN = "UNKNOWN",
1557
- /** anthropic.claude-3-haiku-20240307-v1:0 */
1558
- CLAUDE_3_HAIKU_1_0 = "CLAUDE_3_HAIKU_1_0",
1559
1557
  CLAUDE_4_SONNET_1_0 = "CLAUDE_4_SONNET_1_0",
1560
1558
  /** us.anthropic.claude-sonnet-4-5-20250929-v1:0 */
1561
1559
  CLAUDE_4_5_SONNET_1_0 = "CLAUDE_4_5_SONNET_1_0",
@@ -1567,7 +1565,7 @@ declare enum Model {
1567
1565
  CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0"
1568
1566
  }
1569
1567
  /** @enumType */
1570
- type ModelWithLiterals = Model | 'UNKNOWN' | 'CLAUDE_3_HAIKU_1_0' | 'CLAUDE_4_SONNET_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';
1568
+ type ModelWithLiterals = Model | 'UNKNOWN' | 'CLAUDE_4_SONNET_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';
1571
1569
  interface AnthropicClaudeMessage {
1572
1570
  /** The role of the message author. */
1573
1571
  role?: RoleWithLiterals;
package/build/es/meta.mjs CHANGED
@@ -3454,7 +3454,6 @@ var Type = /* @__PURE__ */ ((Type2) => {
3454
3454
  })(Type || {});
3455
3455
  var Model = /* @__PURE__ */ ((Model2) => {
3456
3456
  Model2["UNKNOWN"] = "UNKNOWN";
3457
- Model2["CLAUDE_3_HAIKU_1_0"] = "CLAUDE_3_HAIKU_1_0";
3458
3457
  Model2["CLAUDE_4_SONNET_1_0"] = "CLAUDE_4_SONNET_1_0";
3459
3458
  Model2["CLAUDE_4_5_SONNET_1_0"] = "CLAUDE_4_5_SONNET_1_0";
3460
3459
  Model2["CLAUDE_4_5_HAIKU_1_0"] = "CLAUDE_4_5_HAIKU_1_0";