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