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