@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.
@@ -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
  }