@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.
@@ -5441,11 +5441,6 @@ interface McpServer {
5441
5441
  * @maxLength 10000
5442
5442
  */
5443
5443
  url?: string | null;
5444
- /**
5445
- * Authorization token
5446
- * @maxLength 10000
5447
- */
5448
- authorizationToken?: string | null;
5449
5444
  /** Tool configuration */
5450
5445
  toolConfiguration?: ToolConfiguration;
5451
5446
  }
@@ -5664,11 +5659,6 @@ interface GoogleproxyV1McpServer {
5664
5659
  * @maxLength 10000
5665
5660
  */
5666
5661
  url?: string | null;
5667
- /**
5668
- * Authorization token
5669
- * @maxLength 10000
5670
- */
5671
- authorizationToken?: string | null;
5672
5662
  /** Tool configuration */
5673
5663
  toolConfiguration?: V1McpServerToolConfiguration;
5674
5664
  }
@@ -6063,11 +6053,6 @@ interface V1McpServer {
6063
6053
  * @maxLength 10000
6064
6054
  */
6065
6055
  url?: string | null;
6066
- /**
6067
- * Authorization token
6068
- * @maxLength 10000
6069
- */
6070
- authorizationToken?: string | null;
6071
6056
  /** Tool configuration */
6072
6057
  toolConfiguration?: McpServerToolConfiguration;
6073
6058
  }