@wix/auto_sdk_ai-gateway_generators 1.0.103 → 1.0.104
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 +36 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +36 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +36 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +36 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +36 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +36 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +36 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +36 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1499,7 +1499,18 @@ interface InvokeAnthropicClaudeModelRequest {
|
|
|
1499
1499
|
* @maxSize 100
|
|
1500
1500
|
*/
|
|
1501
1501
|
mcpServers?: McpServer[];
|
|
1502
|
-
/**
|
|
1502
|
+
/**
|
|
1503
|
+
* Desired output format.
|
|
1504
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
1505
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
1506
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
1507
|
+
* @deprecated Desired output format.
|
|
1508
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
1509
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
1510
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
1511
|
+
* @replacedBy output_config.format
|
|
1512
|
+
* @targetRemovalDate 2026-09-23
|
|
1513
|
+
*/
|
|
1503
1514
|
outputFormat?: Record<string, any> | null;
|
|
1504
1515
|
/** Controls effort level for adaptive thinking mode. */
|
|
1505
1516
|
outputConfig?: OutputConfig;
|
|
@@ -1957,7 +1968,18 @@ interface V1InvokeAnthropicClaudeModelRequest {
|
|
|
1957
1968
|
* @maxSize 100
|
|
1958
1969
|
*/
|
|
1959
1970
|
mcpServers?: GoogleproxyV1McpServer[];
|
|
1960
|
-
/**
|
|
1971
|
+
/**
|
|
1972
|
+
* Desired output format.
|
|
1973
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
1974
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
1975
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
1976
|
+
* @deprecated Desired output format.
|
|
1977
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
1978
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
1979
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
1980
|
+
* @replacedBy output_config.format
|
|
1981
|
+
* @targetRemovalDate 2026-09-23
|
|
1982
|
+
*/
|
|
1961
1983
|
outputFormat?: Record<string, any> | null;
|
|
1962
1984
|
/** Controls effort level for adaptive thinking mode. */
|
|
1963
1985
|
outputConfig?: GoogleproxyV1OutputConfig;
|
|
@@ -2414,7 +2436,18 @@ interface InvokeAnthropicModelRequest {
|
|
|
2414
2436
|
container?: string | null;
|
|
2415
2437
|
/** An object describing metadata about the request. */
|
|
2416
2438
|
metadata?: RequestMetadata;
|
|
2417
|
-
/**
|
|
2439
|
+
/**
|
|
2440
|
+
* Desired output format.
|
|
2441
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
2442
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
2443
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
2444
|
+
* @deprecated Desired output format.
|
|
2445
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
2446
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
2447
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
2448
|
+
* @replacedBy output_config.format
|
|
2449
|
+
* @targetRemovalDate 2026-09-23
|
|
2450
|
+
*/
|
|
2418
2451
|
outputFormat?: Record<string, any> | null;
|
|
2419
2452
|
}
|
|
2420
2453
|
declare enum AnthropicModel {
|