@wix/auto_sdk_ai-gateway_prompts 1.0.23 → 1.0.24
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.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -15
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -15
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -15
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -15
- 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 +0 -15
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +0 -15
- 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 +0 -15
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +0 -15
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -5443,11 +5443,6 @@ interface McpServer {
|
|
|
5443
5443
|
* @maxLength 10000
|
|
5444
5444
|
*/
|
|
5445
5445
|
url?: string | null;
|
|
5446
|
-
/**
|
|
5447
|
-
* Authorization token
|
|
5448
|
-
* @maxLength 10000
|
|
5449
|
-
*/
|
|
5450
|
-
authorizationToken?: string | null;
|
|
5451
5446
|
/** Tool configuration */
|
|
5452
5447
|
toolConfiguration?: ToolConfiguration;
|
|
5453
5448
|
}
|
|
@@ -5666,11 +5661,6 @@ interface GoogleproxyV1McpServer {
|
|
|
5666
5661
|
* @maxLength 10000
|
|
5667
5662
|
*/
|
|
5668
5663
|
url?: string | null;
|
|
5669
|
-
/**
|
|
5670
|
-
* Authorization token
|
|
5671
|
-
* @maxLength 10000
|
|
5672
|
-
*/
|
|
5673
|
-
authorizationToken?: string | null;
|
|
5674
5664
|
/** Tool configuration */
|
|
5675
5665
|
toolConfiguration?: V1McpServerToolConfiguration;
|
|
5676
5666
|
}
|
|
@@ -6065,11 +6055,6 @@ interface V1McpServer {
|
|
|
6065
6055
|
* @maxLength 10000
|
|
6066
6056
|
*/
|
|
6067
6057
|
url?: string | null;
|
|
6068
|
-
/**
|
|
6069
|
-
* Authorization token
|
|
6070
|
-
* @maxLength 10000
|
|
6071
|
-
*/
|
|
6072
|
-
authorizationToken?: string | null;
|
|
6073
6058
|
/** Tool configuration */
|
|
6074
6059
|
toolConfiguration?: McpServerToolConfiguration;
|
|
6075
6060
|
}
|