@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/cjs/index.d.ts
CHANGED
|
@@ -1495,7 +1495,18 @@ interface InvokeAnthropicClaudeModelRequest {
|
|
|
1495
1495
|
* @maxSize 100
|
|
1496
1496
|
*/
|
|
1497
1497
|
mcpServers?: McpServer[];
|
|
1498
|
-
/**
|
|
1498
|
+
/**
|
|
1499
|
+
* Desired output format.
|
|
1500
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
1501
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
1502
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
1503
|
+
* @deprecated 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
|
+
* @replacedBy output_config.format
|
|
1508
|
+
* @targetRemovalDate 2026-09-23
|
|
1509
|
+
*/
|
|
1499
1510
|
outputFormat?: Record<string, any> | null;
|
|
1500
1511
|
/** Controls effort level for adaptive thinking mode. */
|
|
1501
1512
|
outputConfig?: OutputConfig;
|
|
@@ -1953,7 +1964,18 @@ interface V1InvokeAnthropicClaudeModelRequest {
|
|
|
1953
1964
|
* @maxSize 100
|
|
1954
1965
|
*/
|
|
1955
1966
|
mcpServers?: GoogleproxyV1McpServer[];
|
|
1956
|
-
/**
|
|
1967
|
+
/**
|
|
1968
|
+
* Desired output format.
|
|
1969
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
1970
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
1971
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
1972
|
+
* @deprecated 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
|
+
* @replacedBy output_config.format
|
|
1977
|
+
* @targetRemovalDate 2026-09-23
|
|
1978
|
+
*/
|
|
1957
1979
|
outputFormat?: Record<string, any> | null;
|
|
1958
1980
|
/** Controls effort level for adaptive thinking mode. */
|
|
1959
1981
|
outputConfig?: GoogleproxyV1OutputConfig;
|
|
@@ -2410,7 +2432,18 @@ interface InvokeAnthropicModelRequest {
|
|
|
2410
2432
|
container?: string | null;
|
|
2411
2433
|
/** An object describing metadata about the request. */
|
|
2412
2434
|
metadata?: RequestMetadata;
|
|
2413
|
-
/**
|
|
2435
|
+
/**
|
|
2436
|
+
* Desired output format.
|
|
2437
|
+
* DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
|
|
2438
|
+
* The proxy automatically maps this field into output_config.format, so existing clients keep working.
|
|
2439
|
+
* Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
|
|
2440
|
+
* @deprecated 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
|
+
* @replacedBy output_config.format
|
|
2445
|
+
* @targetRemovalDate 2026-09-23
|
|
2446
|
+
*/
|
|
2414
2447
|
outputFormat?: Record<string, any> | null;
|
|
2415
2448
|
}
|
|
2416
2449
|
declare enum AnthropicModel {
|