@wix/auto_sdk_ai-gateway_generators 1.0.110 → 1.0.112
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.
- package/build/cjs/index.d.ts +4 -2
- package/build/cjs/index.js +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -2
- package/build/cjs/meta.js +2 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +4 -2
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -2
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +2 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -2
- package/build/internal/cjs/index.typings.js +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +4 -2
- package/build/internal/cjs/meta.js +2 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -2
- package/build/internal/es/index.typings.mjs +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +4 -2
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2453,10 +2453,12 @@ declare enum AnthropicModel {
|
|
|
2453
2453
|
CLAUDE_4_6_OPUS_1_0 = "CLAUDE_4_6_OPUS_1_0",
|
|
2454
2454
|
CLAUDE_4_6_SONNET_1_0 = "CLAUDE_4_6_SONNET_1_0",
|
|
2455
2455
|
CLAUDE_4_7_OPUS_1_0 = "CLAUDE_4_7_OPUS_1_0",
|
|
2456
|
-
CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0"
|
|
2456
|
+
CLAUDE_4_8_OPUS_1_0 = "CLAUDE_4_8_OPUS_1_0",
|
|
2457
|
+
CLAUDE_5_SONNET_1_0 = "CLAUDE_5_SONNET_1_0",
|
|
2458
|
+
CLAUDE_5_FABLE_1_0 = "CLAUDE_5_FABLE_1_0"
|
|
2457
2459
|
}
|
|
2458
2460
|
/** @enumType */
|
|
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';
|
|
2461
|
+
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' | 'CLAUDE_5_FABLE_1_0';
|
|
2460
2462
|
interface AnthropicMessage {
|
|
2461
2463
|
/** The role of the message author. */
|
|
2462
2464
|
role?: MessageRoleRoleWithLiterals;
|
|
@@ -3704,6 +3704,8 @@ var AnthropicModel = /* @__PURE__ */ ((AnthropicModel2) => {
|
|
|
3704
3704
|
AnthropicModel2["CLAUDE_4_6_SONNET_1_0"] = "CLAUDE_4_6_SONNET_1_0";
|
|
3705
3705
|
AnthropicModel2["CLAUDE_4_7_OPUS_1_0"] = "CLAUDE_4_7_OPUS_1_0";
|
|
3706
3706
|
AnthropicModel2["CLAUDE_4_8_OPUS_1_0"] = "CLAUDE_4_8_OPUS_1_0";
|
|
3707
|
+
AnthropicModel2["CLAUDE_5_SONNET_1_0"] = "CLAUDE_5_SONNET_1_0";
|
|
3708
|
+
AnthropicModel2["CLAUDE_5_FABLE_1_0"] = "CLAUDE_5_FABLE_1_0";
|
|
3707
3709
|
return AnthropicModel2;
|
|
3708
3710
|
})(AnthropicModel || {});
|
|
3709
3711
|
var MessageRoleRole = /* @__PURE__ */ ((MessageRoleRole2) => {
|