@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
|
@@ -5444,11 +5444,6 @@ interface McpServer {
|
|
|
5444
5444
|
* @maxLength 10000
|
|
5445
5445
|
*/
|
|
5446
5446
|
url?: string | null;
|
|
5447
|
-
/**
|
|
5448
|
-
* Authorization token
|
|
5449
|
-
* @maxLength 10000
|
|
5450
|
-
*/
|
|
5451
|
-
authorizationToken?: string | null;
|
|
5452
5447
|
/** Tool configuration */
|
|
5453
5448
|
toolConfiguration?: ToolConfiguration;
|
|
5454
5449
|
}
|
|
@@ -5667,11 +5662,6 @@ interface GoogleproxyV1McpServer {
|
|
|
5667
5662
|
* @maxLength 10000
|
|
5668
5663
|
*/
|
|
5669
5664
|
url?: string | null;
|
|
5670
|
-
/**
|
|
5671
|
-
* Authorization token
|
|
5672
|
-
* @maxLength 10000
|
|
5673
|
-
*/
|
|
5674
|
-
authorizationToken?: string | null;
|
|
5675
5665
|
/** Tool configuration */
|
|
5676
5666
|
toolConfiguration?: V1McpServerToolConfiguration;
|
|
5677
5667
|
}
|
|
@@ -6066,11 +6056,6 @@ interface V1McpServer {
|
|
|
6066
6056
|
* @maxLength 10000
|
|
6067
6057
|
*/
|
|
6068
6058
|
url?: string | null;
|
|
6069
|
-
/**
|
|
6070
|
-
* Authorization token
|
|
6071
|
-
* @maxLength 10000
|
|
6072
|
-
*/
|
|
6073
|
-
authorizationToken?: string | null;
|
|
6074
6059
|
/** Tool configuration */
|
|
6075
6060
|
toolConfiguration?: McpServerToolConfiguration;
|
|
6076
6061
|
}
|