@scalar/api-reference 1.32.5 → 1.32.7

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.
Files changed (94) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/browser/standalone.js +9924 -9851
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReference.vue.js +8 -8
  6. package/dist/components/Badge/Badge.vue.js +1 -1
  7. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  8. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +1 -1
  9. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +28 -26
  10. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  11. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  12. package/dist/components/Content/Schema/Schema.vue2.js +97 -156
  13. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts +7 -0
  14. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -0
  15. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.js +7 -0
  16. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue2.js +25 -0
  17. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +1 -1
  19. package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +73 -90
  20. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +21 -0
  21. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -0
  22. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +92 -0
  23. package/dist/components/Content/Schema/SchemaObjectProperties.vue2.js +4 -0
  24. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +1 -2
  25. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  27. package/dist/components/Content/Schema/SchemaProperty.vue2.js +54 -55
  28. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +2 -2
  29. package/dist/components/Content/Schema/SchemaPropertyExamples.vue2.js +1 -1
  30. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +0 -2
  31. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  32. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  33. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +81 -97
  34. package/dist/components/Content/Schema/helpers/{formatExample.d.ts → format-example.d.ts} +1 -1
  35. package/dist/components/Content/Schema/helpers/format-example.d.ts.map +1 -0
  36. package/dist/components/Content/Schema/helpers/is-type-object.d.ts +3 -0
  37. package/dist/components/Content/Schema/helpers/is-type-object.d.ts.map +1 -0
  38. package/dist/components/Content/Schema/helpers/is-type-object.js +17 -0
  39. package/dist/components/Content/Schema/helpers/{optimizeValueForDisplay.d.ts → optimize-value-for-display.d.ts} +1 -1
  40. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -0
  41. package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
  42. package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
  43. package/dist/components/Content/Tag/OperationsListItem.vue2.js +1 -1
  44. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  45. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  46. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  47. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +4 -2
  48. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  49. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  50. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +8 -8
  51. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +4 -2
  52. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  53. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  54. package/dist/features/Operation/layouts/ModernLayout.vue2.js +30 -30
  55. package/dist/features/api-client-modal/useApiClient.d.ts +84 -4
  56. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  57. package/dist/features/download-link/DownloadLink.vue.d.ts.map +1 -1
  58. package/dist/features/download-link/DownloadLink.vue.js +1 -1
  59. package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -1
  60. package/dist/features/example-request/ExampleRequest.vue.js +1 -1
  61. package/dist/features/example-request/ExampleRequest.vue2.js +126 -124
  62. package/dist/features/example-responses/ExampleResponse.vue.js +2 -2
  63. package/dist/features/example-responses/ExampleResponses.vue.js +2 -2
  64. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -1
  65. package/dist/features/sidebar/components/SidebarElement.vue.js +2 -2
  66. package/dist/features/sidebar/components/SidebarElement.vue2.js +16 -15
  67. package/dist/helpers/convert-security-scheme.d.ts +9 -0
  68. package/dist/helpers/convert-security-scheme.d.ts.map +1 -0
  69. package/dist/index.js +1 -1
  70. package/dist/libs/openapi.d.ts +0 -13
  71. package/dist/libs/openapi.d.ts.map +1 -1
  72. package/dist/libs/openapi.js +49 -63
  73. package/dist/stores/useHttpClientStore.js +20 -20
  74. package/dist/style.css +1 -1
  75. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  76. package/dist/v2/ApiReferenceWorkspace.vue.js +84 -75
  77. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts +19 -0
  78. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts.map +1 -0
  79. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +21 -72
  80. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
  81. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts +4 -2
  82. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -1
  83. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.js +5 -0
  84. package/dist/v2/blocks/scalar-request-example-block/index.d.ts +1 -0
  85. package/dist/v2/blocks/scalar-request-example-block/index.d.ts.map +1 -1
  86. package/dist/v2/events/definitions.d.ts +13 -4
  87. package/dist/v2/events/definitions.d.ts.map +1 -1
  88. package/dist/v2/hooks/useStore.d.ts +9 -0
  89. package/dist/v2/hooks/useStore.d.ts.map +1 -0
  90. package/package.json +13 -12
  91. package/dist/components/Content/Schema/helpers/formatExample.d.ts.map +0 -1
  92. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +0 -1
  93. /package/dist/components/Content/Schema/helpers/{formatExample.js → format-example.js} +0 -0
  94. /package/dist/components/Content/Schema/helpers/{optimizeValueForDisplay.js → optimize-value-for-display.js} +0 -0
@@ -254,6 +254,7 @@ declare const client: import("vue").Ref<{
254
254
  tokenUrl: string;
255
255
  clientSecret: string;
256
256
  "x-scalar-security-query"?: Record<string, string> | undefined;
257
+ "x-tokenName"?: string | undefined;
257
258
  } | undefined;
258
259
  implicit?: {
259
260
  type: "implicit";
@@ -265,6 +266,7 @@ declare const client: import("vue").Ref<{
265
266
  authorizationUrl: string;
266
267
  "x-scalar-redirect-uri": string;
267
268
  "x-scalar-security-query"?: Record<string, string> | undefined;
269
+ "x-tokenName"?: string | undefined;
268
270
  } | undefined;
269
271
  clientCredentials?: {
270
272
  type: "clientCredentials";
@@ -276,6 +278,7 @@ declare const client: import("vue").Ref<{
276
278
  tokenUrl: string;
277
279
  clientSecret: string;
278
280
  "x-scalar-security-query"?: Record<string, string> | undefined;
281
+ "x-tokenName"?: string | undefined;
279
282
  } | undefined;
280
283
  authorizationCode?: {
281
284
  type: "authorizationCode";
@@ -290,6 +293,7 @@ declare const client: import("vue").Ref<{
290
293
  clientSecret: string;
291
294
  "x-usePkce": "SHA-256" | "plain" | "no";
292
295
  "x-scalar-security-query"?: Record<string, string> | undefined;
296
+ "x-tokenName"?: string | undefined;
293
297
  } | undefined;
294
298
  };
295
299
  description?: string | undefined;
@@ -2802,6 +2806,7 @@ declare const client: import("vue").Ref<{
2802
2806
  tokenUrl: string;
2803
2807
  clientSecret: string;
2804
2808
  "x-scalar-security-query"?: Record<string, string> | undefined;
2809
+ "x-tokenName"?: string | undefined;
2805
2810
  } | undefined;
2806
2811
  implicit?: {
2807
2812
  type: "implicit";
@@ -2813,6 +2818,7 @@ declare const client: import("vue").Ref<{
2813
2818
  authorizationUrl: string;
2814
2819
  "x-scalar-redirect-uri": string;
2815
2820
  "x-scalar-security-query"?: Record<string, string> | undefined;
2821
+ "x-tokenName"?: string | undefined;
2816
2822
  } | undefined;
2817
2823
  clientCredentials?: {
2818
2824
  type: "clientCredentials";
@@ -2824,6 +2830,7 @@ declare const client: import("vue").Ref<{
2824
2830
  tokenUrl: string;
2825
2831
  clientSecret: string;
2826
2832
  "x-scalar-security-query"?: Record<string, string> | undefined;
2833
+ "x-tokenName"?: string | undefined;
2827
2834
  } | undefined;
2828
2835
  authorizationCode?: {
2829
2836
  type: "authorizationCode";
@@ -2838,6 +2845,7 @@ declare const client: import("vue").Ref<{
2838
2845
  clientSecret: string;
2839
2846
  "x-usePkce": "SHA-256" | "plain" | "no";
2840
2847
  "x-scalar-security-query"?: Record<string, string> | undefined;
2848
+ "x-tokenName"?: string | undefined;
2841
2849
  } | undefined;
2842
2850
  };
2843
2851
  description?: string | undefined;
@@ -2884,6 +2892,7 @@ declare const client: import("vue").Ref<{
2884
2892
  tokenUrl: string;
2885
2893
  clientSecret: string;
2886
2894
  "x-scalar-security-query"?: Record<string, string> | undefined;
2895
+ "x-tokenName"?: string | undefined;
2887
2896
  } | undefined;
2888
2897
  implicit?: {
2889
2898
  type: "implicit";
@@ -2895,6 +2904,7 @@ declare const client: import("vue").Ref<{
2895
2904
  authorizationUrl: string;
2896
2905
  "x-scalar-redirect-uri": string;
2897
2906
  "x-scalar-security-query"?: Record<string, string> | undefined;
2907
+ "x-tokenName"?: string | undefined;
2898
2908
  } | undefined;
2899
2909
  clientCredentials?: {
2900
2910
  type: "clientCredentials";
@@ -2906,6 +2916,7 @@ declare const client: import("vue").Ref<{
2906
2916
  tokenUrl: string;
2907
2917
  clientSecret: string;
2908
2918
  "x-scalar-security-query"?: Record<string, string> | undefined;
2919
+ "x-tokenName"?: string | undefined;
2909
2920
  } | undefined;
2910
2921
  authorizationCode?: {
2911
2922
  type: "authorizationCode";
@@ -2920,6 +2931,7 @@ declare const client: import("vue").Ref<{
2920
2931
  clientSecret: string;
2921
2932
  "x-usePkce": "SHA-256" | "plain" | "no";
2922
2933
  "x-scalar-security-query"?: Record<string, string> | undefined;
2934
+ "x-tokenName"?: string | undefined;
2923
2935
  } | undefined;
2924
2936
  };
2925
2937
  description?: string | undefined;
@@ -2967,6 +2979,7 @@ declare const client: import("vue").Ref<{
2967
2979
  tokenUrl: string;
2968
2980
  clientSecret: string;
2969
2981
  "x-scalar-security-query"?: Record<string, string> | undefined;
2982
+ "x-tokenName"?: string | undefined;
2970
2983
  } | undefined;
2971
2984
  implicit?: {
2972
2985
  type: "implicit";
@@ -2978,6 +2991,7 @@ declare const client: import("vue").Ref<{
2978
2991
  authorizationUrl: string;
2979
2992
  "x-scalar-redirect-uri": string;
2980
2993
  "x-scalar-security-query"?: Record<string, string> | undefined;
2994
+ "x-tokenName"?: string | undefined;
2981
2995
  } | undefined;
2982
2996
  clientCredentials?: {
2983
2997
  type: "clientCredentials";
@@ -2989,6 +3003,7 @@ declare const client: import("vue").Ref<{
2989
3003
  tokenUrl: string;
2990
3004
  clientSecret: string;
2991
3005
  "x-scalar-security-query"?: Record<string, string> | undefined;
3006
+ "x-tokenName"?: string | undefined;
2992
3007
  } | undefined;
2993
3008
  authorizationCode?: {
2994
3009
  type: "authorizationCode";
@@ -3003,12 +3018,13 @@ declare const client: import("vue").Ref<{
3003
3018
  clientSecret: string;
3004
3019
  "x-usePkce": "SHA-256" | "plain" | "no";
3005
3020
  "x-scalar-security-query"?: Record<string, string> | undefined;
3021
+ "x-tokenName"?: string | undefined;
3006
3022
  } | undefined;
3007
3023
  };
3008
3024
  description?: string | undefined;
3009
3025
  "x-default-scopes"?: string | string[] | undefined;
3010
3026
  }) => void;
3011
- edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3027
+ edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3012
3028
  type: "apiKey";
3013
3029
  value: string;
3014
3030
  name: string;
@@ -3097,6 +3113,7 @@ declare const client: import("vue").Ref<{
3097
3113
  tokenUrl: string;
3098
3114
  clientSecret: string;
3099
3115
  "x-scalar-security-query"?: Record<string, string> | undefined;
3116
+ "x-tokenName"?: string | undefined;
3100
3117
  } | undefined;
3101
3118
  implicit?: {
3102
3119
  type: "implicit";
@@ -3108,6 +3125,7 @@ declare const client: import("vue").Ref<{
3108
3125
  authorizationUrl: string;
3109
3126
  "x-scalar-redirect-uri": string;
3110
3127
  "x-scalar-security-query"?: Record<string, string> | undefined;
3128
+ "x-tokenName"?: string | undefined;
3111
3129
  } | undefined;
3112
3130
  clientCredentials?: {
3113
3131
  type: "clientCredentials";
@@ -3119,6 +3137,7 @@ declare const client: import("vue").Ref<{
3119
3137
  tokenUrl: string;
3120
3138
  clientSecret: string;
3121
3139
  "x-scalar-security-query"?: Record<string, string> | undefined;
3140
+ "x-tokenName"?: string | undefined;
3122
3141
  } | undefined;
3123
3142
  authorizationCode?: {
3124
3143
  type: "authorizationCode";
@@ -3133,6 +3152,7 @@ declare const client: import("vue").Ref<{
3133
3152
  clientSecret: string;
3134
3153
  "x-usePkce": "SHA-256" | "plain" | "no";
3135
3154
  "x-scalar-security-query"?: Record<string, string> | undefined;
3155
+ "x-tokenName"?: string | undefined;
3136
3156
  } | undefined;
3137
3157
  };
3138
3158
  description?: string | undefined;
@@ -3154,6 +3174,7 @@ declare const client: import("vue").Ref<{
3154
3174
  tokenUrl: string;
3155
3175
  clientSecret: string;
3156
3176
  "x-scalar-security-query"?: Record<string, string> | undefined;
3177
+ "x-tokenName"?: string | undefined;
3157
3178
  } | undefined;
3158
3179
  implicit?: {
3159
3180
  type: "implicit";
@@ -3165,6 +3186,7 @@ declare const client: import("vue").Ref<{
3165
3186
  authorizationUrl: string;
3166
3187
  "x-scalar-redirect-uri": string;
3167
3188
  "x-scalar-security-query"?: Record<string, string> | undefined;
3189
+ "x-tokenName"?: string | undefined;
3168
3190
  } | undefined;
3169
3191
  clientCredentials?: {
3170
3192
  type: "clientCredentials";
@@ -3176,6 +3198,7 @@ declare const client: import("vue").Ref<{
3176
3198
  tokenUrl: string;
3177
3199
  clientSecret: string;
3178
3200
  "x-scalar-security-query"?: Record<string, string> | undefined;
3201
+ "x-tokenName"?: string | undefined;
3179
3202
  } | undefined;
3180
3203
  authorizationCode?: {
3181
3204
  type: "authorizationCode";
@@ -3190,6 +3213,7 @@ declare const client: import("vue").Ref<{
3190
3213
  clientSecret: string;
3191
3214
  "x-usePkce": "SHA-256" | "plain" | "no";
3192
3215
  "x-scalar-security-query"?: Record<string, string> | undefined;
3216
+ "x-tokenName"?: string | undefined;
3193
3217
  } | undefined;
3194
3218
  };
3195
3219
  description?: string | undefined;
@@ -3211,6 +3235,7 @@ declare const client: import("vue").Ref<{
3211
3235
  tokenUrl: string;
3212
3236
  clientSecret: string;
3213
3237
  "x-scalar-security-query"?: Record<string, string> | undefined;
3238
+ "x-tokenName"?: string | undefined;
3214
3239
  } | undefined;
3215
3240
  implicit?: {
3216
3241
  type: "implicit";
@@ -3222,6 +3247,7 @@ declare const client: import("vue").Ref<{
3222
3247
  authorizationUrl: string;
3223
3248
  "x-scalar-redirect-uri": string;
3224
3249
  "x-scalar-security-query"?: Record<string, string> | undefined;
3250
+ "x-tokenName"?: string | undefined;
3225
3251
  } | undefined;
3226
3252
  clientCredentials?: {
3227
3253
  type: "clientCredentials";
@@ -3233,6 +3259,7 @@ declare const client: import("vue").Ref<{
3233
3259
  tokenUrl: string;
3234
3260
  clientSecret: string;
3235
3261
  "x-scalar-security-query"?: Record<string, string> | undefined;
3262
+ "x-tokenName"?: string | undefined;
3236
3263
  } | undefined;
3237
3264
  authorizationCode?: {
3238
3265
  type: "authorizationCode";
@@ -3247,12 +3274,13 @@ declare const client: import("vue").Ref<{
3247
3274
  clientSecret: string;
3248
3275
  "x-usePkce": "SHA-256" | "plain" | "no";
3249
3276
  "x-scalar-security-query"?: Record<string, string> | undefined;
3277
+ "x-tokenName"?: string | undefined;
3250
3278
  } | undefined;
3251
3279
  };
3252
3280
  description?: string | undefined;
3253
3281
  "x-default-scopes"?: string | string[] | undefined;
3254
3282
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
3255
- untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3283
+ untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3256
3284
  type: "apiKey";
3257
3285
  value: string;
3258
3286
  name: string;
@@ -3341,6 +3369,7 @@ declare const client: import("vue").Ref<{
3341
3369
  tokenUrl: string;
3342
3370
  clientSecret: string;
3343
3371
  "x-scalar-security-query"?: Record<string, string> | undefined;
3372
+ "x-tokenName"?: string | undefined;
3344
3373
  } | undefined;
3345
3374
  implicit?: {
3346
3375
  type: "implicit";
@@ -3352,6 +3381,7 @@ declare const client: import("vue").Ref<{
3352
3381
  authorizationUrl: string;
3353
3382
  "x-scalar-redirect-uri": string;
3354
3383
  "x-scalar-security-query"?: Record<string, string> | undefined;
3384
+ "x-tokenName"?: string | undefined;
3355
3385
  } | undefined;
3356
3386
  clientCredentials?: {
3357
3387
  type: "clientCredentials";
@@ -3363,6 +3393,7 @@ declare const client: import("vue").Ref<{
3363
3393
  tokenUrl: string;
3364
3394
  clientSecret: string;
3365
3395
  "x-scalar-security-query"?: Record<string, string> | undefined;
3396
+ "x-tokenName"?: string | undefined;
3366
3397
  } | undefined;
3367
3398
  authorizationCode?: {
3368
3399
  type: "authorizationCode";
@@ -3377,6 +3408,7 @@ declare const client: import("vue").Ref<{
3377
3408
  clientSecret: string;
3378
3409
  "x-usePkce": "SHA-256" | "plain" | "no";
3379
3410
  "x-scalar-security-query"?: Record<string, string> | undefined;
3411
+ "x-tokenName"?: string | undefined;
3380
3412
  } | undefined;
3381
3413
  };
3382
3414
  description?: string | undefined;
@@ -3398,6 +3430,7 @@ declare const client: import("vue").Ref<{
3398
3430
  tokenUrl: string;
3399
3431
  clientSecret: string;
3400
3432
  "x-scalar-security-query"?: Record<string, string> | undefined;
3433
+ "x-tokenName"?: string | undefined;
3401
3434
  } | undefined;
3402
3435
  implicit?: {
3403
3436
  type: "implicit";
@@ -3409,6 +3442,7 @@ declare const client: import("vue").Ref<{
3409
3442
  authorizationUrl: string;
3410
3443
  "x-scalar-redirect-uri": string;
3411
3444
  "x-scalar-security-query"?: Record<string, string> | undefined;
3445
+ "x-tokenName"?: string | undefined;
3412
3446
  } | undefined;
3413
3447
  clientCredentials?: {
3414
3448
  type: "clientCredentials";
@@ -3420,6 +3454,7 @@ declare const client: import("vue").Ref<{
3420
3454
  tokenUrl: string;
3421
3455
  clientSecret: string;
3422
3456
  "x-scalar-security-query"?: Record<string, string> | undefined;
3457
+ "x-tokenName"?: string | undefined;
3423
3458
  } | undefined;
3424
3459
  authorizationCode?: {
3425
3460
  type: "authorizationCode";
@@ -3434,6 +3469,7 @@ declare const client: import("vue").Ref<{
3434
3469
  clientSecret: string;
3435
3470
  "x-usePkce": "SHA-256" | "plain" | "no";
3436
3471
  "x-scalar-security-query"?: Record<string, string> | undefined;
3472
+ "x-tokenName"?: string | undefined;
3437
3473
  } | undefined;
3438
3474
  };
3439
3475
  description?: string | undefined;
@@ -3455,6 +3491,7 @@ declare const client: import("vue").Ref<{
3455
3491
  tokenUrl: string;
3456
3492
  clientSecret: string;
3457
3493
  "x-scalar-security-query"?: Record<string, string> | undefined;
3494
+ "x-tokenName"?: string | undefined;
3458
3495
  } | undefined;
3459
3496
  implicit?: {
3460
3497
  type: "implicit";
@@ -3466,6 +3503,7 @@ declare const client: import("vue").Ref<{
3466
3503
  authorizationUrl: string;
3467
3504
  "x-scalar-redirect-uri": string;
3468
3505
  "x-scalar-security-query"?: Record<string, string> | undefined;
3506
+ "x-tokenName"?: string | undefined;
3469
3507
  } | undefined;
3470
3508
  clientCredentials?: {
3471
3509
  type: "clientCredentials";
@@ -3477,6 +3515,7 @@ declare const client: import("vue").Ref<{
3477
3515
  tokenUrl: string;
3478
3516
  clientSecret: string;
3479
3517
  "x-scalar-security-query"?: Record<string, string> | undefined;
3518
+ "x-tokenName"?: string | undefined;
3480
3519
  } | undefined;
3481
3520
  authorizationCode?: {
3482
3521
  type: "authorizationCode";
@@ -3491,6 +3530,7 @@ declare const client: import("vue").Ref<{
3491
3530
  clientSecret: string;
3492
3531
  "x-usePkce": "SHA-256" | "plain" | "no";
3493
3532
  "x-scalar-security-query"?: Record<string, string> | undefined;
3533
+ "x-tokenName"?: string | undefined;
3494
3534
  } | undefined;
3495
3535
  };
3496
3536
  description?: string | undefined;
@@ -4102,6 +4142,7 @@ declare const client: import("vue").Ref<{
4102
4142
  tokenUrl: string;
4103
4143
  clientSecret: string;
4104
4144
  "x-scalar-security-query"?: Record<string, string> | undefined;
4145
+ "x-tokenName"?: string | undefined;
4105
4146
  } | undefined;
4106
4147
  implicit?: {
4107
4148
  type: "implicit";
@@ -4113,6 +4154,7 @@ declare const client: import("vue").Ref<{
4113
4154
  authorizationUrl: string;
4114
4155
  "x-scalar-redirect-uri": string;
4115
4156
  "x-scalar-security-query"?: Record<string, string> | undefined;
4157
+ "x-tokenName"?: string | undefined;
4116
4158
  } | undefined;
4117
4159
  clientCredentials?: {
4118
4160
  type: "clientCredentials";
@@ -4124,6 +4166,7 @@ declare const client: import("vue").Ref<{
4124
4166
  tokenUrl: string;
4125
4167
  clientSecret: string;
4126
4168
  "x-scalar-security-query"?: Record<string, string> | undefined;
4169
+ "x-tokenName"?: string | undefined;
4127
4170
  } | undefined;
4128
4171
  authorizationCode?: {
4129
4172
  type: "authorizationCode";
@@ -4138,6 +4181,7 @@ declare const client: import("vue").Ref<{
4138
4181
  clientSecret: string;
4139
4182
  "x-usePkce": "SHA-256" | "plain" | "no";
4140
4183
  "x-scalar-security-query"?: Record<string, string> | undefined;
4184
+ "x-tokenName"?: string | undefined;
4141
4185
  } | undefined;
4142
4186
  };
4143
4187
  description?: string | undefined;
@@ -6650,6 +6694,7 @@ declare const client: import("vue").Ref<{
6650
6694
  tokenUrl: string;
6651
6695
  clientSecret: string;
6652
6696
  "x-scalar-security-query"?: Record<string, string> | undefined;
6697
+ "x-tokenName"?: string | undefined;
6653
6698
  } | undefined;
6654
6699
  implicit?: {
6655
6700
  type: "implicit";
@@ -6661,6 +6706,7 @@ declare const client: import("vue").Ref<{
6661
6706
  authorizationUrl: string;
6662
6707
  "x-scalar-redirect-uri": string;
6663
6708
  "x-scalar-security-query"?: Record<string, string> | undefined;
6709
+ "x-tokenName"?: string | undefined;
6664
6710
  } | undefined;
6665
6711
  clientCredentials?: {
6666
6712
  type: "clientCredentials";
@@ -6672,6 +6718,7 @@ declare const client: import("vue").Ref<{
6672
6718
  tokenUrl: string;
6673
6719
  clientSecret: string;
6674
6720
  "x-scalar-security-query"?: Record<string, string> | undefined;
6721
+ "x-tokenName"?: string | undefined;
6675
6722
  } | undefined;
6676
6723
  authorizationCode?: {
6677
6724
  type: "authorizationCode";
@@ -6686,6 +6733,7 @@ declare const client: import("vue").Ref<{
6686
6733
  clientSecret: string;
6687
6734
  "x-usePkce": "SHA-256" | "plain" | "no";
6688
6735
  "x-scalar-security-query"?: Record<string, string> | undefined;
6736
+ "x-tokenName"?: string | undefined;
6689
6737
  } | undefined;
6690
6738
  };
6691
6739
  description?: string | undefined;
@@ -6732,6 +6780,7 @@ declare const client: import("vue").Ref<{
6732
6780
  tokenUrl: string;
6733
6781
  clientSecret: string;
6734
6782
  "x-scalar-security-query"?: Record<string, string> | undefined;
6783
+ "x-tokenName"?: string | undefined;
6735
6784
  } | undefined;
6736
6785
  implicit?: {
6737
6786
  type: "implicit";
@@ -6743,6 +6792,7 @@ declare const client: import("vue").Ref<{
6743
6792
  authorizationUrl: string;
6744
6793
  "x-scalar-redirect-uri": string;
6745
6794
  "x-scalar-security-query"?: Record<string, string> | undefined;
6795
+ "x-tokenName"?: string | undefined;
6746
6796
  } | undefined;
6747
6797
  clientCredentials?: {
6748
6798
  type: "clientCredentials";
@@ -6754,6 +6804,7 @@ declare const client: import("vue").Ref<{
6754
6804
  tokenUrl: string;
6755
6805
  clientSecret: string;
6756
6806
  "x-scalar-security-query"?: Record<string, string> | undefined;
6807
+ "x-tokenName"?: string | undefined;
6757
6808
  } | undefined;
6758
6809
  authorizationCode?: {
6759
6810
  type: "authorizationCode";
@@ -6768,6 +6819,7 @@ declare const client: import("vue").Ref<{
6768
6819
  clientSecret: string;
6769
6820
  "x-usePkce": "SHA-256" | "plain" | "no";
6770
6821
  "x-scalar-security-query"?: Record<string, string> | undefined;
6822
+ "x-tokenName"?: string | undefined;
6771
6823
  } | undefined;
6772
6824
  };
6773
6825
  description?: string | undefined;
@@ -6815,6 +6867,7 @@ declare const client: import("vue").Ref<{
6815
6867
  tokenUrl: string;
6816
6868
  clientSecret: string;
6817
6869
  "x-scalar-security-query"?: Record<string, string> | undefined;
6870
+ "x-tokenName"?: string | undefined;
6818
6871
  } | undefined;
6819
6872
  implicit?: {
6820
6873
  type: "implicit";
@@ -6826,6 +6879,7 @@ declare const client: import("vue").Ref<{
6826
6879
  authorizationUrl: string;
6827
6880
  "x-scalar-redirect-uri": string;
6828
6881
  "x-scalar-security-query"?: Record<string, string> | undefined;
6882
+ "x-tokenName"?: string | undefined;
6829
6883
  } | undefined;
6830
6884
  clientCredentials?: {
6831
6885
  type: "clientCredentials";
@@ -6837,6 +6891,7 @@ declare const client: import("vue").Ref<{
6837
6891
  tokenUrl: string;
6838
6892
  clientSecret: string;
6839
6893
  "x-scalar-security-query"?: Record<string, string> | undefined;
6894
+ "x-tokenName"?: string | undefined;
6840
6895
  } | undefined;
6841
6896
  authorizationCode?: {
6842
6897
  type: "authorizationCode";
@@ -6851,12 +6906,13 @@ declare const client: import("vue").Ref<{
6851
6906
  clientSecret: string;
6852
6907
  "x-usePkce": "SHA-256" | "plain" | "no";
6853
6908
  "x-scalar-security-query"?: Record<string, string> | undefined;
6909
+ "x-tokenName"?: string | undefined;
6854
6910
  } | undefined;
6855
6911
  };
6856
6912
  description?: string | undefined;
6857
6913
  "x-default-scopes"?: string | string[] | undefined;
6858
6914
  }) => void;
6859
- edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
6915
+ edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
6860
6916
  type: "apiKey";
6861
6917
  value: string;
6862
6918
  name: string;
@@ -6945,6 +7001,7 @@ declare const client: import("vue").Ref<{
6945
7001
  tokenUrl: string;
6946
7002
  clientSecret: string;
6947
7003
  "x-scalar-security-query"?: Record<string, string> | undefined;
7004
+ "x-tokenName"?: string | undefined;
6948
7005
  } | undefined;
6949
7006
  implicit?: {
6950
7007
  type: "implicit";
@@ -6956,6 +7013,7 @@ declare const client: import("vue").Ref<{
6956
7013
  authorizationUrl: string;
6957
7014
  "x-scalar-redirect-uri": string;
6958
7015
  "x-scalar-security-query"?: Record<string, string> | undefined;
7016
+ "x-tokenName"?: string | undefined;
6959
7017
  } | undefined;
6960
7018
  clientCredentials?: {
6961
7019
  type: "clientCredentials";
@@ -6967,6 +7025,7 @@ declare const client: import("vue").Ref<{
6967
7025
  tokenUrl: string;
6968
7026
  clientSecret: string;
6969
7027
  "x-scalar-security-query"?: Record<string, string> | undefined;
7028
+ "x-tokenName"?: string | undefined;
6970
7029
  } | undefined;
6971
7030
  authorizationCode?: {
6972
7031
  type: "authorizationCode";
@@ -6981,6 +7040,7 @@ declare const client: import("vue").Ref<{
6981
7040
  clientSecret: string;
6982
7041
  "x-usePkce": "SHA-256" | "plain" | "no";
6983
7042
  "x-scalar-security-query"?: Record<string, string> | undefined;
7043
+ "x-tokenName"?: string | undefined;
6984
7044
  } | undefined;
6985
7045
  };
6986
7046
  description?: string | undefined;
@@ -7002,6 +7062,7 @@ declare const client: import("vue").Ref<{
7002
7062
  tokenUrl: string;
7003
7063
  clientSecret: string;
7004
7064
  "x-scalar-security-query"?: Record<string, string> | undefined;
7065
+ "x-tokenName"?: string | undefined;
7005
7066
  } | undefined;
7006
7067
  implicit?: {
7007
7068
  type: "implicit";
@@ -7013,6 +7074,7 @@ declare const client: import("vue").Ref<{
7013
7074
  authorizationUrl: string;
7014
7075
  "x-scalar-redirect-uri": string;
7015
7076
  "x-scalar-security-query"?: Record<string, string> | undefined;
7077
+ "x-tokenName"?: string | undefined;
7016
7078
  } | undefined;
7017
7079
  clientCredentials?: {
7018
7080
  type: "clientCredentials";
@@ -7024,6 +7086,7 @@ declare const client: import("vue").Ref<{
7024
7086
  tokenUrl: string;
7025
7087
  clientSecret: string;
7026
7088
  "x-scalar-security-query"?: Record<string, string> | undefined;
7089
+ "x-tokenName"?: string | undefined;
7027
7090
  } | undefined;
7028
7091
  authorizationCode?: {
7029
7092
  type: "authorizationCode";
@@ -7038,6 +7101,7 @@ declare const client: import("vue").Ref<{
7038
7101
  clientSecret: string;
7039
7102
  "x-usePkce": "SHA-256" | "plain" | "no";
7040
7103
  "x-scalar-security-query"?: Record<string, string> | undefined;
7104
+ "x-tokenName"?: string | undefined;
7041
7105
  } | undefined;
7042
7106
  };
7043
7107
  description?: string | undefined;
@@ -7059,6 +7123,7 @@ declare const client: import("vue").Ref<{
7059
7123
  tokenUrl: string;
7060
7124
  clientSecret: string;
7061
7125
  "x-scalar-security-query"?: Record<string, string> | undefined;
7126
+ "x-tokenName"?: string | undefined;
7062
7127
  } | undefined;
7063
7128
  implicit?: {
7064
7129
  type: "implicit";
@@ -7070,6 +7135,7 @@ declare const client: import("vue").Ref<{
7070
7135
  authorizationUrl: string;
7071
7136
  "x-scalar-redirect-uri": string;
7072
7137
  "x-scalar-security-query"?: Record<string, string> | undefined;
7138
+ "x-tokenName"?: string | undefined;
7073
7139
  } | undefined;
7074
7140
  clientCredentials?: {
7075
7141
  type: "clientCredentials";
@@ -7081,6 +7147,7 @@ declare const client: import("vue").Ref<{
7081
7147
  tokenUrl: string;
7082
7148
  clientSecret: string;
7083
7149
  "x-scalar-security-query"?: Record<string, string> | undefined;
7150
+ "x-tokenName"?: string | undefined;
7084
7151
  } | undefined;
7085
7152
  authorizationCode?: {
7086
7153
  type: "authorizationCode";
@@ -7095,12 +7162,13 @@ declare const client: import("vue").Ref<{
7095
7162
  clientSecret: string;
7096
7163
  "x-usePkce": "SHA-256" | "plain" | "no";
7097
7164
  "x-scalar-security-query"?: Record<string, string> | undefined;
7165
+ "x-tokenName"?: string | undefined;
7098
7166
  } | undefined;
7099
7167
  };
7100
7168
  description?: string | undefined;
7101
7169
  "x-default-scopes"?: string | string[] | undefined;
7102
7170
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
7103
- untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
7171
+ untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
7104
7172
  type: "apiKey";
7105
7173
  value: string;
7106
7174
  name: string;
@@ -7189,6 +7257,7 @@ declare const client: import("vue").Ref<{
7189
7257
  tokenUrl: string;
7190
7258
  clientSecret: string;
7191
7259
  "x-scalar-security-query"?: Record<string, string> | undefined;
7260
+ "x-tokenName"?: string | undefined;
7192
7261
  } | undefined;
7193
7262
  implicit?: {
7194
7263
  type: "implicit";
@@ -7200,6 +7269,7 @@ declare const client: import("vue").Ref<{
7200
7269
  authorizationUrl: string;
7201
7270
  "x-scalar-redirect-uri": string;
7202
7271
  "x-scalar-security-query"?: Record<string, string> | undefined;
7272
+ "x-tokenName"?: string | undefined;
7203
7273
  } | undefined;
7204
7274
  clientCredentials?: {
7205
7275
  type: "clientCredentials";
@@ -7211,6 +7281,7 @@ declare const client: import("vue").Ref<{
7211
7281
  tokenUrl: string;
7212
7282
  clientSecret: string;
7213
7283
  "x-scalar-security-query"?: Record<string, string> | undefined;
7284
+ "x-tokenName"?: string | undefined;
7214
7285
  } | undefined;
7215
7286
  authorizationCode?: {
7216
7287
  type: "authorizationCode";
@@ -7225,6 +7296,7 @@ declare const client: import("vue").Ref<{
7225
7296
  clientSecret: string;
7226
7297
  "x-usePkce": "SHA-256" | "plain" | "no";
7227
7298
  "x-scalar-security-query"?: Record<string, string> | undefined;
7299
+ "x-tokenName"?: string | undefined;
7228
7300
  } | undefined;
7229
7301
  };
7230
7302
  description?: string | undefined;
@@ -7246,6 +7318,7 @@ declare const client: import("vue").Ref<{
7246
7318
  tokenUrl: string;
7247
7319
  clientSecret: string;
7248
7320
  "x-scalar-security-query"?: Record<string, string> | undefined;
7321
+ "x-tokenName"?: string | undefined;
7249
7322
  } | undefined;
7250
7323
  implicit?: {
7251
7324
  type: "implicit";
@@ -7257,6 +7330,7 @@ declare const client: import("vue").Ref<{
7257
7330
  authorizationUrl: string;
7258
7331
  "x-scalar-redirect-uri": string;
7259
7332
  "x-scalar-security-query"?: Record<string, string> | undefined;
7333
+ "x-tokenName"?: string | undefined;
7260
7334
  } | undefined;
7261
7335
  clientCredentials?: {
7262
7336
  type: "clientCredentials";
@@ -7268,6 +7342,7 @@ declare const client: import("vue").Ref<{
7268
7342
  tokenUrl: string;
7269
7343
  clientSecret: string;
7270
7344
  "x-scalar-security-query"?: Record<string, string> | undefined;
7345
+ "x-tokenName"?: string | undefined;
7271
7346
  } | undefined;
7272
7347
  authorizationCode?: {
7273
7348
  type: "authorizationCode";
@@ -7282,6 +7357,7 @@ declare const client: import("vue").Ref<{
7282
7357
  clientSecret: string;
7283
7358
  "x-usePkce": "SHA-256" | "plain" | "no";
7284
7359
  "x-scalar-security-query"?: Record<string, string> | undefined;
7360
+ "x-tokenName"?: string | undefined;
7285
7361
  } | undefined;
7286
7362
  };
7287
7363
  description?: string | undefined;
@@ -7303,6 +7379,7 @@ declare const client: import("vue").Ref<{
7303
7379
  tokenUrl: string;
7304
7380
  clientSecret: string;
7305
7381
  "x-scalar-security-query"?: Record<string, string> | undefined;
7382
+ "x-tokenName"?: string | undefined;
7306
7383
  } | undefined;
7307
7384
  implicit?: {
7308
7385
  type: "implicit";
@@ -7314,6 +7391,7 @@ declare const client: import("vue").Ref<{
7314
7391
  authorizationUrl: string;
7315
7392
  "x-scalar-redirect-uri": string;
7316
7393
  "x-scalar-security-query"?: Record<string, string> | undefined;
7394
+ "x-tokenName"?: string | undefined;
7317
7395
  } | undefined;
7318
7396
  clientCredentials?: {
7319
7397
  type: "clientCredentials";
@@ -7325,6 +7403,7 @@ declare const client: import("vue").Ref<{
7325
7403
  tokenUrl: string;
7326
7404
  clientSecret: string;
7327
7405
  "x-scalar-security-query"?: Record<string, string> | undefined;
7406
+ "x-tokenName"?: string | undefined;
7328
7407
  } | undefined;
7329
7408
  authorizationCode?: {
7330
7409
  type: "authorizationCode";
@@ -7339,6 +7418,7 @@ declare const client: import("vue").Ref<{
7339
7418
  clientSecret: string;
7340
7419
  "x-usePkce": "SHA-256" | "plain" | "no";
7341
7420
  "x-scalar-security-query"?: Record<string, string> | undefined;
7421
+ "x-tokenName"?: string | undefined;
7342
7422
  } | undefined;
7343
7423
  };
7344
7424
  description?: string | undefined;