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