@scalar/api-reference 1.32.7 → 1.32.9
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/CHANGELOG.md +38 -0
- package/dist/browser/standalone.js +15835 -15738
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue2.js +2 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +1 -1
- package/dist/components/Content/Content.vue2.js +24 -24
- package/dist/components/Content/Models/Models.vue2.js +5 -4
- package/dist/components/Content/Models/ModelsAccordion.vue2.js +2 -1
- package/dist/components/Content/Schema/Schema.vue2.js +2 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +14 -7
- package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsList.vue.js +1 -1
- package/dist/components/Content/Tag/OperationsList.vue2.js +18 -22
- package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +33 -34
- package/dist/components/Content/Tag/Tag.vue.js +2 -1
- package/dist/components/Content/Tag/TagSection.vue.d.ts.map +1 -1
- package/dist/components/GettingStarted.vue2.js +8 -6
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +1 -1
- package/dist/components/Section/SectionAccordion.vue2.js +28 -29
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
- package/dist/components/Section/SectionContainerAccordion.vue2.js +17 -18
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +8 -7
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +15 -15
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +8 -8
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +87 -75
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +20 -18
- package/dist/features/Search/SearchButton.vue.js +2 -1
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +16 -16
- package/dist/features/api-client-modal/useApiClient.d.ts +84 -4
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/download-link/DownloadLink.vue2.js +4 -2
- package/dist/features/example-request/ExamplePicker.vue2.js +10 -9
- package/dist/features/example-request/ExampleRequest.vue.d.ts +10 -4
- package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/example-request/ExampleRequest.vue.js +1 -1
- package/dist/features/example-request/ExampleRequest.vue2.js +108 -121
- package/dist/{components/Card/CardTab.vue.d.ts → features/example-responses/ExampleResponseTab.vue.d.ts} +1 -1
- package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponseTab.vue.js +7 -0
- package/dist/{components/Card/CardTab.vue2.js → features/example-responses/ExampleResponseTab.vue2.js} +6 -6
- package/dist/{components/Card/CardTabHeader.vue.d.ts → features/example-responses/ExampleResponseTabList.vue.d.ts} +3 -3
- package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponseTabList.vue.js +7 -0
- package/dist/{components/Card/CardTabHeader.vue2.js → features/example-responses/ExampleResponseTabList.vue2.js} +9 -9
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue2.js +81 -89
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue2.js +12 -12
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -33
- package/dist/style.css +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/package.json +24 -24
- package/dist/components/Card/Card.vue.d.ts +0 -18
- package/dist/components/Card/Card.vue.d.ts.map +0 -1
- package/dist/components/Card/Card.vue.js +0 -13
- package/dist/components/Card/CardContent.vue.d.ts +0 -19
- package/dist/components/Card/CardContent.vue.d.ts.map +0 -1
- package/dist/components/Card/CardContent.vue.js +0 -7
- package/dist/components/Card/CardContent.vue2.js +0 -27
- package/dist/components/Card/CardFooter.vue.d.ts +0 -19
- package/dist/components/Card/CardFooter.vue.d.ts.map +0 -1
- package/dist/components/Card/CardFooter.vue.js +0 -7
- package/dist/components/Card/CardFooter.vue2.js +0 -24
- package/dist/components/Card/CardHeader.vue.d.ts +0 -20
- package/dist/components/Card/CardHeader.vue.d.ts.map +0 -1
- package/dist/components/Card/CardHeader.vue.js +0 -7
- package/dist/components/Card/CardHeader.vue2.js +0 -31
- package/dist/components/Card/CardTab.vue.d.ts.map +0 -1
- package/dist/components/Card/CardTab.vue.js +0 -7
- package/dist/components/Card/CardTabHeader.vue.d.ts.map +0 -1
- package/dist/components/Card/CardTabHeader.vue.js +0 -7
- package/dist/components/Card/index.d.ts +0 -7
- package/dist/components/Card/index.d.ts.map +0 -1
- package/dist/components/Card/types.d.ts +0 -8
- package/dist/components/Card/types.d.ts.map +0 -1
|
@@ -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-scalar-security-body"?: Record<string, string> | undefined;
|
|
257
258
|
"x-tokenName"?: string | undefined;
|
|
258
259
|
} | undefined;
|
|
259
260
|
implicit?: {
|
|
@@ -266,6 +267,7 @@ declare const client: import("vue").Ref<{
|
|
|
266
267
|
authorizationUrl: string;
|
|
267
268
|
"x-scalar-redirect-uri": string;
|
|
268
269
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
270
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
269
271
|
"x-tokenName"?: string | undefined;
|
|
270
272
|
} | undefined;
|
|
271
273
|
clientCredentials?: {
|
|
@@ -278,6 +280,7 @@ declare const client: import("vue").Ref<{
|
|
|
278
280
|
tokenUrl: string;
|
|
279
281
|
clientSecret: string;
|
|
280
282
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
283
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
281
284
|
"x-tokenName"?: string | undefined;
|
|
282
285
|
} | undefined;
|
|
283
286
|
authorizationCode?: {
|
|
@@ -293,6 +296,7 @@ declare const client: import("vue").Ref<{
|
|
|
293
296
|
clientSecret: string;
|
|
294
297
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
295
298
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
299
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
296
300
|
"x-tokenName"?: string | undefined;
|
|
297
301
|
} | undefined;
|
|
298
302
|
};
|
|
@@ -2806,6 +2810,7 @@ declare const client: import("vue").Ref<{
|
|
|
2806
2810
|
tokenUrl: string;
|
|
2807
2811
|
clientSecret: string;
|
|
2808
2812
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2813
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2809
2814
|
"x-tokenName"?: string | undefined;
|
|
2810
2815
|
} | undefined;
|
|
2811
2816
|
implicit?: {
|
|
@@ -2818,6 +2823,7 @@ declare const client: import("vue").Ref<{
|
|
|
2818
2823
|
authorizationUrl: string;
|
|
2819
2824
|
"x-scalar-redirect-uri": string;
|
|
2820
2825
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2826
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2821
2827
|
"x-tokenName"?: string | undefined;
|
|
2822
2828
|
} | undefined;
|
|
2823
2829
|
clientCredentials?: {
|
|
@@ -2830,6 +2836,7 @@ declare const client: import("vue").Ref<{
|
|
|
2830
2836
|
tokenUrl: string;
|
|
2831
2837
|
clientSecret: string;
|
|
2832
2838
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2839
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2833
2840
|
"x-tokenName"?: string | undefined;
|
|
2834
2841
|
} | undefined;
|
|
2835
2842
|
authorizationCode?: {
|
|
@@ -2845,6 +2852,7 @@ declare const client: import("vue").Ref<{
|
|
|
2845
2852
|
clientSecret: string;
|
|
2846
2853
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
2847
2854
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2855
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2848
2856
|
"x-tokenName"?: string | undefined;
|
|
2849
2857
|
} | undefined;
|
|
2850
2858
|
};
|
|
@@ -2892,6 +2900,7 @@ declare const client: import("vue").Ref<{
|
|
|
2892
2900
|
tokenUrl: string;
|
|
2893
2901
|
clientSecret: string;
|
|
2894
2902
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2903
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2895
2904
|
"x-tokenName"?: string | undefined;
|
|
2896
2905
|
} | undefined;
|
|
2897
2906
|
implicit?: {
|
|
@@ -2904,6 +2913,7 @@ declare const client: import("vue").Ref<{
|
|
|
2904
2913
|
authorizationUrl: string;
|
|
2905
2914
|
"x-scalar-redirect-uri": string;
|
|
2906
2915
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2916
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2907
2917
|
"x-tokenName"?: string | undefined;
|
|
2908
2918
|
} | undefined;
|
|
2909
2919
|
clientCredentials?: {
|
|
@@ -2916,6 +2926,7 @@ declare const client: import("vue").Ref<{
|
|
|
2916
2926
|
tokenUrl: string;
|
|
2917
2927
|
clientSecret: string;
|
|
2918
2928
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2929
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2919
2930
|
"x-tokenName"?: string | undefined;
|
|
2920
2931
|
} | undefined;
|
|
2921
2932
|
authorizationCode?: {
|
|
@@ -2931,6 +2942,7 @@ declare const client: import("vue").Ref<{
|
|
|
2931
2942
|
clientSecret: string;
|
|
2932
2943
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
2933
2944
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2945
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2934
2946
|
"x-tokenName"?: string | undefined;
|
|
2935
2947
|
} | undefined;
|
|
2936
2948
|
};
|
|
@@ -2979,6 +2991,7 @@ declare const client: import("vue").Ref<{
|
|
|
2979
2991
|
tokenUrl: string;
|
|
2980
2992
|
clientSecret: string;
|
|
2981
2993
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2994
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2982
2995
|
"x-tokenName"?: string | undefined;
|
|
2983
2996
|
} | undefined;
|
|
2984
2997
|
implicit?: {
|
|
@@ -2991,6 +3004,7 @@ declare const client: import("vue").Ref<{
|
|
|
2991
3004
|
authorizationUrl: string;
|
|
2992
3005
|
"x-scalar-redirect-uri": string;
|
|
2993
3006
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3007
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2994
3008
|
"x-tokenName"?: string | undefined;
|
|
2995
3009
|
} | undefined;
|
|
2996
3010
|
clientCredentials?: {
|
|
@@ -3003,6 +3017,7 @@ declare const client: import("vue").Ref<{
|
|
|
3003
3017
|
tokenUrl: string;
|
|
3004
3018
|
clientSecret: string;
|
|
3005
3019
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3020
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3006
3021
|
"x-tokenName"?: string | undefined;
|
|
3007
3022
|
} | undefined;
|
|
3008
3023
|
authorizationCode?: {
|
|
@@ -3018,13 +3033,14 @@ declare const client: import("vue").Ref<{
|
|
|
3018
3033
|
clientSecret: string;
|
|
3019
3034
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3020
3035
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3036
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3021
3037
|
"x-tokenName"?: string | undefined;
|
|
3022
3038
|
} | undefined;
|
|
3023
3039
|
};
|
|
3024
3040
|
description?: string | undefined;
|
|
3025
3041
|
"x-default-scopes"?: string | string[] | undefined;
|
|
3026
3042
|
}) => void;
|
|
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" ? {
|
|
3043
|
+
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-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${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-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${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-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${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-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${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" ? {
|
|
3028
3044
|
type: "apiKey";
|
|
3029
3045
|
value: string;
|
|
3030
3046
|
name: string;
|
|
@@ -3113,6 +3129,7 @@ declare const client: import("vue").Ref<{
|
|
|
3113
3129
|
tokenUrl: string;
|
|
3114
3130
|
clientSecret: string;
|
|
3115
3131
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3132
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3116
3133
|
"x-tokenName"?: string | undefined;
|
|
3117
3134
|
} | undefined;
|
|
3118
3135
|
implicit?: {
|
|
@@ -3125,6 +3142,7 @@ declare const client: import("vue").Ref<{
|
|
|
3125
3142
|
authorizationUrl: string;
|
|
3126
3143
|
"x-scalar-redirect-uri": string;
|
|
3127
3144
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3145
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3128
3146
|
"x-tokenName"?: string | undefined;
|
|
3129
3147
|
} | undefined;
|
|
3130
3148
|
clientCredentials?: {
|
|
@@ -3137,6 +3155,7 @@ declare const client: import("vue").Ref<{
|
|
|
3137
3155
|
tokenUrl: string;
|
|
3138
3156
|
clientSecret: string;
|
|
3139
3157
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3158
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3140
3159
|
"x-tokenName"?: string | undefined;
|
|
3141
3160
|
} | undefined;
|
|
3142
3161
|
authorizationCode?: {
|
|
@@ -3152,6 +3171,7 @@ declare const client: import("vue").Ref<{
|
|
|
3152
3171
|
clientSecret: string;
|
|
3153
3172
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3154
3173
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3174
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3155
3175
|
"x-tokenName"?: string | undefined;
|
|
3156
3176
|
} | undefined;
|
|
3157
3177
|
};
|
|
@@ -3174,6 +3194,7 @@ declare const client: import("vue").Ref<{
|
|
|
3174
3194
|
tokenUrl: string;
|
|
3175
3195
|
clientSecret: string;
|
|
3176
3196
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3197
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3177
3198
|
"x-tokenName"?: string | undefined;
|
|
3178
3199
|
} | undefined;
|
|
3179
3200
|
implicit?: {
|
|
@@ -3186,6 +3207,7 @@ declare const client: import("vue").Ref<{
|
|
|
3186
3207
|
authorizationUrl: string;
|
|
3187
3208
|
"x-scalar-redirect-uri": string;
|
|
3188
3209
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3210
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3189
3211
|
"x-tokenName"?: string | undefined;
|
|
3190
3212
|
} | undefined;
|
|
3191
3213
|
clientCredentials?: {
|
|
@@ -3198,6 +3220,7 @@ declare const client: import("vue").Ref<{
|
|
|
3198
3220
|
tokenUrl: string;
|
|
3199
3221
|
clientSecret: string;
|
|
3200
3222
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3223
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3201
3224
|
"x-tokenName"?: string | undefined;
|
|
3202
3225
|
} | undefined;
|
|
3203
3226
|
authorizationCode?: {
|
|
@@ -3213,6 +3236,7 @@ declare const client: import("vue").Ref<{
|
|
|
3213
3236
|
clientSecret: string;
|
|
3214
3237
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3215
3238
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3239
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3216
3240
|
"x-tokenName"?: string | undefined;
|
|
3217
3241
|
} | undefined;
|
|
3218
3242
|
};
|
|
@@ -3235,6 +3259,7 @@ declare const client: import("vue").Ref<{
|
|
|
3235
3259
|
tokenUrl: string;
|
|
3236
3260
|
clientSecret: string;
|
|
3237
3261
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3262
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3238
3263
|
"x-tokenName"?: string | undefined;
|
|
3239
3264
|
} | undefined;
|
|
3240
3265
|
implicit?: {
|
|
@@ -3247,6 +3272,7 @@ declare const client: import("vue").Ref<{
|
|
|
3247
3272
|
authorizationUrl: string;
|
|
3248
3273
|
"x-scalar-redirect-uri": string;
|
|
3249
3274
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3275
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3250
3276
|
"x-tokenName"?: string | undefined;
|
|
3251
3277
|
} | undefined;
|
|
3252
3278
|
clientCredentials?: {
|
|
@@ -3259,6 +3285,7 @@ declare const client: import("vue").Ref<{
|
|
|
3259
3285
|
tokenUrl: string;
|
|
3260
3286
|
clientSecret: string;
|
|
3261
3287
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3288
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3262
3289
|
"x-tokenName"?: string | undefined;
|
|
3263
3290
|
} | undefined;
|
|
3264
3291
|
authorizationCode?: {
|
|
@@ -3274,13 +3301,14 @@ declare const client: import("vue").Ref<{
|
|
|
3274
3301
|
clientSecret: string;
|
|
3275
3302
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3276
3303
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3304
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3277
3305
|
"x-tokenName"?: string | undefined;
|
|
3278
3306
|
} | undefined;
|
|
3279
3307
|
};
|
|
3280
3308
|
description?: string | undefined;
|
|
3281
3309
|
"x-default-scopes"?: string | string[] | undefined;
|
|
3282
3310
|
}[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
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" ? {
|
|
3311
|
+
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-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${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-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${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-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${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-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${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" ? {
|
|
3284
3312
|
type: "apiKey";
|
|
3285
3313
|
value: string;
|
|
3286
3314
|
name: string;
|
|
@@ -3369,6 +3397,7 @@ declare const client: import("vue").Ref<{
|
|
|
3369
3397
|
tokenUrl: string;
|
|
3370
3398
|
clientSecret: string;
|
|
3371
3399
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3400
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3372
3401
|
"x-tokenName"?: string | undefined;
|
|
3373
3402
|
} | undefined;
|
|
3374
3403
|
implicit?: {
|
|
@@ -3381,6 +3410,7 @@ declare const client: import("vue").Ref<{
|
|
|
3381
3410
|
authorizationUrl: string;
|
|
3382
3411
|
"x-scalar-redirect-uri": string;
|
|
3383
3412
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3413
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3384
3414
|
"x-tokenName"?: string | undefined;
|
|
3385
3415
|
} | undefined;
|
|
3386
3416
|
clientCredentials?: {
|
|
@@ -3393,6 +3423,7 @@ declare const client: import("vue").Ref<{
|
|
|
3393
3423
|
tokenUrl: string;
|
|
3394
3424
|
clientSecret: string;
|
|
3395
3425
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3426
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3396
3427
|
"x-tokenName"?: string | undefined;
|
|
3397
3428
|
} | undefined;
|
|
3398
3429
|
authorizationCode?: {
|
|
@@ -3408,6 +3439,7 @@ declare const client: import("vue").Ref<{
|
|
|
3408
3439
|
clientSecret: string;
|
|
3409
3440
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3410
3441
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3442
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3411
3443
|
"x-tokenName"?: string | undefined;
|
|
3412
3444
|
} | undefined;
|
|
3413
3445
|
};
|
|
@@ -3430,6 +3462,7 @@ declare const client: import("vue").Ref<{
|
|
|
3430
3462
|
tokenUrl: string;
|
|
3431
3463
|
clientSecret: string;
|
|
3432
3464
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3465
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3433
3466
|
"x-tokenName"?: string | undefined;
|
|
3434
3467
|
} | undefined;
|
|
3435
3468
|
implicit?: {
|
|
@@ -3442,6 +3475,7 @@ declare const client: import("vue").Ref<{
|
|
|
3442
3475
|
authorizationUrl: string;
|
|
3443
3476
|
"x-scalar-redirect-uri": string;
|
|
3444
3477
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3478
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3445
3479
|
"x-tokenName"?: string | undefined;
|
|
3446
3480
|
} | undefined;
|
|
3447
3481
|
clientCredentials?: {
|
|
@@ -3454,6 +3488,7 @@ declare const client: import("vue").Ref<{
|
|
|
3454
3488
|
tokenUrl: string;
|
|
3455
3489
|
clientSecret: string;
|
|
3456
3490
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3491
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3457
3492
|
"x-tokenName"?: string | undefined;
|
|
3458
3493
|
} | undefined;
|
|
3459
3494
|
authorizationCode?: {
|
|
@@ -3469,6 +3504,7 @@ declare const client: import("vue").Ref<{
|
|
|
3469
3504
|
clientSecret: string;
|
|
3470
3505
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3471
3506
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3507
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3472
3508
|
"x-tokenName"?: string | undefined;
|
|
3473
3509
|
} | undefined;
|
|
3474
3510
|
};
|
|
@@ -3491,6 +3527,7 @@ declare const client: import("vue").Ref<{
|
|
|
3491
3527
|
tokenUrl: string;
|
|
3492
3528
|
clientSecret: string;
|
|
3493
3529
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3530
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3494
3531
|
"x-tokenName"?: string | undefined;
|
|
3495
3532
|
} | undefined;
|
|
3496
3533
|
implicit?: {
|
|
@@ -3503,6 +3540,7 @@ declare const client: import("vue").Ref<{
|
|
|
3503
3540
|
authorizationUrl: string;
|
|
3504
3541
|
"x-scalar-redirect-uri": string;
|
|
3505
3542
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3543
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3506
3544
|
"x-tokenName"?: string | undefined;
|
|
3507
3545
|
} | undefined;
|
|
3508
3546
|
clientCredentials?: {
|
|
@@ -3515,6 +3553,7 @@ declare const client: import("vue").Ref<{
|
|
|
3515
3553
|
tokenUrl: string;
|
|
3516
3554
|
clientSecret: string;
|
|
3517
3555
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3556
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3518
3557
|
"x-tokenName"?: string | undefined;
|
|
3519
3558
|
} | undefined;
|
|
3520
3559
|
authorizationCode?: {
|
|
@@ -3530,6 +3569,7 @@ declare const client: import("vue").Ref<{
|
|
|
3530
3569
|
clientSecret: string;
|
|
3531
3570
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
3532
3571
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3572
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3533
3573
|
"x-tokenName"?: string | undefined;
|
|
3534
3574
|
} | undefined;
|
|
3535
3575
|
};
|
|
@@ -4142,6 +4182,7 @@ declare const client: import("vue").Ref<{
|
|
|
4142
4182
|
tokenUrl: string;
|
|
4143
4183
|
clientSecret: string;
|
|
4144
4184
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4185
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4145
4186
|
"x-tokenName"?: string | undefined;
|
|
4146
4187
|
} | undefined;
|
|
4147
4188
|
implicit?: {
|
|
@@ -4154,6 +4195,7 @@ declare const client: import("vue").Ref<{
|
|
|
4154
4195
|
authorizationUrl: string;
|
|
4155
4196
|
"x-scalar-redirect-uri": string;
|
|
4156
4197
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4198
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4157
4199
|
"x-tokenName"?: string | undefined;
|
|
4158
4200
|
} | undefined;
|
|
4159
4201
|
clientCredentials?: {
|
|
@@ -4166,6 +4208,7 @@ declare const client: import("vue").Ref<{
|
|
|
4166
4208
|
tokenUrl: string;
|
|
4167
4209
|
clientSecret: string;
|
|
4168
4210
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4211
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4169
4212
|
"x-tokenName"?: string | undefined;
|
|
4170
4213
|
} | undefined;
|
|
4171
4214
|
authorizationCode?: {
|
|
@@ -4181,6 +4224,7 @@ declare const client: import("vue").Ref<{
|
|
|
4181
4224
|
clientSecret: string;
|
|
4182
4225
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
4183
4226
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4227
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4184
4228
|
"x-tokenName"?: string | undefined;
|
|
4185
4229
|
} | undefined;
|
|
4186
4230
|
};
|
|
@@ -6694,6 +6738,7 @@ declare const client: import("vue").Ref<{
|
|
|
6694
6738
|
tokenUrl: string;
|
|
6695
6739
|
clientSecret: string;
|
|
6696
6740
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6741
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6697
6742
|
"x-tokenName"?: string | undefined;
|
|
6698
6743
|
} | undefined;
|
|
6699
6744
|
implicit?: {
|
|
@@ -6706,6 +6751,7 @@ declare const client: import("vue").Ref<{
|
|
|
6706
6751
|
authorizationUrl: string;
|
|
6707
6752
|
"x-scalar-redirect-uri": string;
|
|
6708
6753
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6754
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6709
6755
|
"x-tokenName"?: string | undefined;
|
|
6710
6756
|
} | undefined;
|
|
6711
6757
|
clientCredentials?: {
|
|
@@ -6718,6 +6764,7 @@ declare const client: import("vue").Ref<{
|
|
|
6718
6764
|
tokenUrl: string;
|
|
6719
6765
|
clientSecret: string;
|
|
6720
6766
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6767
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6721
6768
|
"x-tokenName"?: string | undefined;
|
|
6722
6769
|
} | undefined;
|
|
6723
6770
|
authorizationCode?: {
|
|
@@ -6733,6 +6780,7 @@ declare const client: import("vue").Ref<{
|
|
|
6733
6780
|
clientSecret: string;
|
|
6734
6781
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
6735
6782
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6783
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6736
6784
|
"x-tokenName"?: string | undefined;
|
|
6737
6785
|
} | undefined;
|
|
6738
6786
|
};
|
|
@@ -6780,6 +6828,7 @@ declare const client: import("vue").Ref<{
|
|
|
6780
6828
|
tokenUrl: string;
|
|
6781
6829
|
clientSecret: string;
|
|
6782
6830
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6831
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6783
6832
|
"x-tokenName"?: string | undefined;
|
|
6784
6833
|
} | undefined;
|
|
6785
6834
|
implicit?: {
|
|
@@ -6792,6 +6841,7 @@ declare const client: import("vue").Ref<{
|
|
|
6792
6841
|
authorizationUrl: string;
|
|
6793
6842
|
"x-scalar-redirect-uri": string;
|
|
6794
6843
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6844
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6795
6845
|
"x-tokenName"?: string | undefined;
|
|
6796
6846
|
} | undefined;
|
|
6797
6847
|
clientCredentials?: {
|
|
@@ -6804,6 +6854,7 @@ declare const client: import("vue").Ref<{
|
|
|
6804
6854
|
tokenUrl: string;
|
|
6805
6855
|
clientSecret: string;
|
|
6806
6856
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6857
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6807
6858
|
"x-tokenName"?: string | undefined;
|
|
6808
6859
|
} | undefined;
|
|
6809
6860
|
authorizationCode?: {
|
|
@@ -6819,6 +6870,7 @@ declare const client: import("vue").Ref<{
|
|
|
6819
6870
|
clientSecret: string;
|
|
6820
6871
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
6821
6872
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6873
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6822
6874
|
"x-tokenName"?: string | undefined;
|
|
6823
6875
|
} | undefined;
|
|
6824
6876
|
};
|
|
@@ -6867,6 +6919,7 @@ declare const client: import("vue").Ref<{
|
|
|
6867
6919
|
tokenUrl: string;
|
|
6868
6920
|
clientSecret: string;
|
|
6869
6921
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6922
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6870
6923
|
"x-tokenName"?: string | undefined;
|
|
6871
6924
|
} | undefined;
|
|
6872
6925
|
implicit?: {
|
|
@@ -6879,6 +6932,7 @@ declare const client: import("vue").Ref<{
|
|
|
6879
6932
|
authorizationUrl: string;
|
|
6880
6933
|
"x-scalar-redirect-uri": string;
|
|
6881
6934
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6935
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6882
6936
|
"x-tokenName"?: string | undefined;
|
|
6883
6937
|
} | undefined;
|
|
6884
6938
|
clientCredentials?: {
|
|
@@ -6891,6 +6945,7 @@ declare const client: import("vue").Ref<{
|
|
|
6891
6945
|
tokenUrl: string;
|
|
6892
6946
|
clientSecret: string;
|
|
6893
6947
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6948
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6894
6949
|
"x-tokenName"?: string | undefined;
|
|
6895
6950
|
} | undefined;
|
|
6896
6951
|
authorizationCode?: {
|
|
@@ -6906,13 +6961,14 @@ declare const client: import("vue").Ref<{
|
|
|
6906
6961
|
clientSecret: string;
|
|
6907
6962
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
6908
6963
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6964
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6909
6965
|
"x-tokenName"?: string | undefined;
|
|
6910
6966
|
} | undefined;
|
|
6911
6967
|
};
|
|
6912
6968
|
description?: string | undefined;
|
|
6913
6969
|
"x-default-scopes"?: string | string[] | undefined;
|
|
6914
6970
|
}) => void;
|
|
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" ? {
|
|
6971
|
+
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-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${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-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${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-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${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-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${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" ? {
|
|
6916
6972
|
type: "apiKey";
|
|
6917
6973
|
value: string;
|
|
6918
6974
|
name: string;
|
|
@@ -7001,6 +7057,7 @@ declare const client: import("vue").Ref<{
|
|
|
7001
7057
|
tokenUrl: string;
|
|
7002
7058
|
clientSecret: string;
|
|
7003
7059
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7060
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7004
7061
|
"x-tokenName"?: string | undefined;
|
|
7005
7062
|
} | undefined;
|
|
7006
7063
|
implicit?: {
|
|
@@ -7013,6 +7070,7 @@ declare const client: import("vue").Ref<{
|
|
|
7013
7070
|
authorizationUrl: string;
|
|
7014
7071
|
"x-scalar-redirect-uri": string;
|
|
7015
7072
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7073
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7016
7074
|
"x-tokenName"?: string | undefined;
|
|
7017
7075
|
} | undefined;
|
|
7018
7076
|
clientCredentials?: {
|
|
@@ -7025,6 +7083,7 @@ declare const client: import("vue").Ref<{
|
|
|
7025
7083
|
tokenUrl: string;
|
|
7026
7084
|
clientSecret: string;
|
|
7027
7085
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7086
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7028
7087
|
"x-tokenName"?: string | undefined;
|
|
7029
7088
|
} | undefined;
|
|
7030
7089
|
authorizationCode?: {
|
|
@@ -7040,6 +7099,7 @@ declare const client: import("vue").Ref<{
|
|
|
7040
7099
|
clientSecret: string;
|
|
7041
7100
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
7042
7101
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7102
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7043
7103
|
"x-tokenName"?: string | undefined;
|
|
7044
7104
|
} | undefined;
|
|
7045
7105
|
};
|
|
@@ -7062,6 +7122,7 @@ declare const client: import("vue").Ref<{
|
|
|
7062
7122
|
tokenUrl: string;
|
|
7063
7123
|
clientSecret: string;
|
|
7064
7124
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7125
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7065
7126
|
"x-tokenName"?: string | undefined;
|
|
7066
7127
|
} | undefined;
|
|
7067
7128
|
implicit?: {
|
|
@@ -7074,6 +7135,7 @@ declare const client: import("vue").Ref<{
|
|
|
7074
7135
|
authorizationUrl: string;
|
|
7075
7136
|
"x-scalar-redirect-uri": string;
|
|
7076
7137
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7138
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7077
7139
|
"x-tokenName"?: string | undefined;
|
|
7078
7140
|
} | undefined;
|
|
7079
7141
|
clientCredentials?: {
|
|
@@ -7086,6 +7148,7 @@ declare const client: import("vue").Ref<{
|
|
|
7086
7148
|
tokenUrl: string;
|
|
7087
7149
|
clientSecret: string;
|
|
7088
7150
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7151
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7089
7152
|
"x-tokenName"?: string | undefined;
|
|
7090
7153
|
} | undefined;
|
|
7091
7154
|
authorizationCode?: {
|
|
@@ -7101,6 +7164,7 @@ declare const client: import("vue").Ref<{
|
|
|
7101
7164
|
clientSecret: string;
|
|
7102
7165
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
7103
7166
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7167
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7104
7168
|
"x-tokenName"?: string | undefined;
|
|
7105
7169
|
} | undefined;
|
|
7106
7170
|
};
|
|
@@ -7123,6 +7187,7 @@ declare const client: import("vue").Ref<{
|
|
|
7123
7187
|
tokenUrl: string;
|
|
7124
7188
|
clientSecret: string;
|
|
7125
7189
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7190
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7126
7191
|
"x-tokenName"?: string | undefined;
|
|
7127
7192
|
} | undefined;
|
|
7128
7193
|
implicit?: {
|
|
@@ -7135,6 +7200,7 @@ declare const client: import("vue").Ref<{
|
|
|
7135
7200
|
authorizationUrl: string;
|
|
7136
7201
|
"x-scalar-redirect-uri": string;
|
|
7137
7202
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7203
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7138
7204
|
"x-tokenName"?: string | undefined;
|
|
7139
7205
|
} | undefined;
|
|
7140
7206
|
clientCredentials?: {
|
|
@@ -7147,6 +7213,7 @@ declare const client: import("vue").Ref<{
|
|
|
7147
7213
|
tokenUrl: string;
|
|
7148
7214
|
clientSecret: string;
|
|
7149
7215
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7216
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7150
7217
|
"x-tokenName"?: string | undefined;
|
|
7151
7218
|
} | undefined;
|
|
7152
7219
|
authorizationCode?: {
|
|
@@ -7162,13 +7229,14 @@ declare const client: import("vue").Ref<{
|
|
|
7162
7229
|
clientSecret: string;
|
|
7163
7230
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
7164
7231
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7232
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7165
7233
|
"x-tokenName"?: string | undefined;
|
|
7166
7234
|
} | undefined;
|
|
7167
7235
|
};
|
|
7168
7236
|
description?: string | undefined;
|
|
7169
7237
|
"x-default-scopes"?: string | string[] | undefined;
|
|
7170
7238
|
}[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
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" ? {
|
|
7239
|
+
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-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${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-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${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-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${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-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${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" ? {
|
|
7172
7240
|
type: "apiKey";
|
|
7173
7241
|
value: string;
|
|
7174
7242
|
name: string;
|
|
@@ -7257,6 +7325,7 @@ declare const client: import("vue").Ref<{
|
|
|
7257
7325
|
tokenUrl: string;
|
|
7258
7326
|
clientSecret: string;
|
|
7259
7327
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7328
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7260
7329
|
"x-tokenName"?: string | undefined;
|
|
7261
7330
|
} | undefined;
|
|
7262
7331
|
implicit?: {
|
|
@@ -7269,6 +7338,7 @@ declare const client: import("vue").Ref<{
|
|
|
7269
7338
|
authorizationUrl: string;
|
|
7270
7339
|
"x-scalar-redirect-uri": string;
|
|
7271
7340
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7341
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7272
7342
|
"x-tokenName"?: string | undefined;
|
|
7273
7343
|
} | undefined;
|
|
7274
7344
|
clientCredentials?: {
|
|
@@ -7281,6 +7351,7 @@ declare const client: import("vue").Ref<{
|
|
|
7281
7351
|
tokenUrl: string;
|
|
7282
7352
|
clientSecret: string;
|
|
7283
7353
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7354
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7284
7355
|
"x-tokenName"?: string | undefined;
|
|
7285
7356
|
} | undefined;
|
|
7286
7357
|
authorizationCode?: {
|
|
@@ -7296,6 +7367,7 @@ declare const client: import("vue").Ref<{
|
|
|
7296
7367
|
clientSecret: string;
|
|
7297
7368
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
7298
7369
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7370
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7299
7371
|
"x-tokenName"?: string | undefined;
|
|
7300
7372
|
} | undefined;
|
|
7301
7373
|
};
|
|
@@ -7318,6 +7390,7 @@ declare const client: import("vue").Ref<{
|
|
|
7318
7390
|
tokenUrl: string;
|
|
7319
7391
|
clientSecret: string;
|
|
7320
7392
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7393
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7321
7394
|
"x-tokenName"?: string | undefined;
|
|
7322
7395
|
} | undefined;
|
|
7323
7396
|
implicit?: {
|
|
@@ -7330,6 +7403,7 @@ declare const client: import("vue").Ref<{
|
|
|
7330
7403
|
authorizationUrl: string;
|
|
7331
7404
|
"x-scalar-redirect-uri": string;
|
|
7332
7405
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7406
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7333
7407
|
"x-tokenName"?: string | undefined;
|
|
7334
7408
|
} | undefined;
|
|
7335
7409
|
clientCredentials?: {
|
|
@@ -7342,6 +7416,7 @@ declare const client: import("vue").Ref<{
|
|
|
7342
7416
|
tokenUrl: string;
|
|
7343
7417
|
clientSecret: string;
|
|
7344
7418
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7419
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7345
7420
|
"x-tokenName"?: string | undefined;
|
|
7346
7421
|
} | undefined;
|
|
7347
7422
|
authorizationCode?: {
|
|
@@ -7357,6 +7432,7 @@ declare const client: import("vue").Ref<{
|
|
|
7357
7432
|
clientSecret: string;
|
|
7358
7433
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
7359
7434
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7435
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7360
7436
|
"x-tokenName"?: string | undefined;
|
|
7361
7437
|
} | undefined;
|
|
7362
7438
|
};
|
|
@@ -7379,6 +7455,7 @@ declare const client: import("vue").Ref<{
|
|
|
7379
7455
|
tokenUrl: string;
|
|
7380
7456
|
clientSecret: string;
|
|
7381
7457
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7458
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7382
7459
|
"x-tokenName"?: string | undefined;
|
|
7383
7460
|
} | undefined;
|
|
7384
7461
|
implicit?: {
|
|
@@ -7391,6 +7468,7 @@ declare const client: import("vue").Ref<{
|
|
|
7391
7468
|
authorizationUrl: string;
|
|
7392
7469
|
"x-scalar-redirect-uri": string;
|
|
7393
7470
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7471
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7394
7472
|
"x-tokenName"?: string | undefined;
|
|
7395
7473
|
} | undefined;
|
|
7396
7474
|
clientCredentials?: {
|
|
@@ -7403,6 +7481,7 @@ declare const client: import("vue").Ref<{
|
|
|
7403
7481
|
tokenUrl: string;
|
|
7404
7482
|
clientSecret: string;
|
|
7405
7483
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7484
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7406
7485
|
"x-tokenName"?: string | undefined;
|
|
7407
7486
|
} | undefined;
|
|
7408
7487
|
authorizationCode?: {
|
|
@@ -7418,6 +7497,7 @@ declare const client: import("vue").Ref<{
|
|
|
7418
7497
|
clientSecret: string;
|
|
7419
7498
|
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
7420
7499
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7500
|
+
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7421
7501
|
"x-tokenName"?: string | undefined;
|
|
7422
7502
|
} | undefined;
|
|
7423
7503
|
};
|