@scalar/workspace-store 0.56.0 → 0.57.0
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 +29 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +9 -0
- package/dist/entities/auth/schema.d.ts +220 -20
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/mutators/operation/helpers/fetch-request-to-har.d.ts.map +1 -1
- package/dist/mutators/operation/helpers/fetch-request-to-har.js +7 -2
- package/dist/navigation/get-navigation-options.d.ts.map +1 -1
- package/dist/navigation/get-navigation-options.js +4 -1
- package/dist/request-example/builder/body/get-request-body-example.d.ts.map +1 -1
- package/dist/request-example/builder/body/get-request-body-example.js +4 -2
- package/dist/schemas/reference-config/index.d.ts +28 -4
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +28 -4
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts +19 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.js +6 -1
- package/dist/schemas/v3.1/strict/oauthflows.d.ts +16 -0
- package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +980 -140
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/security-scheme.d.ts +14 -5
- package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/security-scheme.js +5 -2
- package/dist/schemas/v3.2/openapi/index.d.ts +144 -0
- package/dist/schemas/v3.2/openapi/index.d.ts.map +1 -0
- package/dist/schemas/v3.2/openapi/index.js +713 -0
- package/dist/schemas/v3.2/openapi/reference.d.ts +4 -0
- package/dist/schemas/v3.2/openapi/reference.d.ts.map +1 -0
- package/dist/schemas/v3.2/openapi/reference.js +29 -0
- package/dist/schemas/v3.2/strict/callback.d.ts +15 -0
- package/dist/schemas/v3.2/strict/callback.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/callback.js +6 -0
- package/dist/schemas/v3.2/strict/components.d.ts +173 -0
- package/dist/schemas/v3.2/strict/components.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/components.js +29 -0
- package/dist/schemas/v3.2/strict/contact.d.ts +19 -0
- package/dist/schemas/v3.2/strict/contact.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/contact.js +10 -0
- package/dist/schemas/v3.2/strict/discriminator.d.ts +27 -0
- package/dist/schemas/v3.2/strict/discriminator.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/discriminator.js +14 -0
- package/dist/schemas/v3.2/strict/encoding.d.ts +62 -0
- package/dist/schemas/v3.2/strict/encoding.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/encoding.js +33 -0
- package/dist/schemas/v3.2/strict/example.d.ts +50 -0
- package/dist/schemas/v3.2/strict/example.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/example.js +22 -0
- package/dist/schemas/v3.2/strict/external-documentation.d.ts +15 -0
- package/dist/schemas/v3.2/strict/external-documentation.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/external-documentation.js +8 -0
- package/dist/schemas/v3.2/strict/header.d.ts +97 -0
- package/dist/schemas/v3.2/strict/header.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/header.js +39 -0
- package/dist/schemas/v3.2/strict/info.d.ts +54 -0
- package/dist/schemas/v3.2/strict/info.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/info.js +24 -0
- package/dist/schemas/v3.2/strict/license.d.ts +19 -0
- package/dist/schemas/v3.2/strict/license.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/license.js +10 -0
- package/dist/schemas/v3.2/strict/link.d.ts +44 -0
- package/dist/schemas/v3.2/strict/link.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/link.js +23 -0
- package/dist/schemas/v3.2/strict/media-type.d.ts +78 -0
- package/dist/schemas/v3.2/strict/media-type.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/media-type.js +26 -0
- package/dist/schemas/v3.2/strict/oauth-flow.d.ts +159 -0
- package/dist/schemas/v3.2/strict/oauth-flow.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/oauth-flow.js +44 -0
- package/dist/schemas/v3.2/strict/oauthflows.d.ts +116 -0
- package/dist/schemas/v3.2/strict/oauthflows.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/oauthflows.js +17 -0
- package/dist/schemas/v3.2/strict/openapi-document.d.ts +64576 -0
- package/dist/schemas/v3.2/strict/openapi-document.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/openapi-document.js +154 -0
- package/dist/schemas/v3.2/strict/operation.d.ts +165 -0
- package/dist/schemas/v3.2/strict/operation.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/operation.js +40 -0
- package/dist/schemas/v3.2/strict/parameter.d.ts +142 -0
- package/dist/schemas/v3.2/strict/parameter.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/parameter.js +58 -0
- package/dist/schemas/v3.2/strict/path-item.d.ts +189 -0
- package/dist/schemas/v3.2/strict/path-item.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/path-item.js +41 -0
- package/dist/schemas/v3.2/strict/paths.d.ts +20 -0
- package/dist/schemas/v3.2/strict/paths.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/paths.js +9 -0
- package/dist/schemas/v3.2/strict/ref-definitions.d.ts +76 -0
- package/dist/schemas/v3.2/strict/ref-definitions.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/ref-definitions.js +80 -0
- package/dist/schemas/v3.2/strict/reference.d.ts +63 -0
- package/dist/schemas/v3.2/strict/reference.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/reference.js +23 -0
- package/dist/schemas/v3.2/strict/request-body.d.ts +23 -0
- package/dist/schemas/v3.2/strict/request-body.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/request-body.js +13 -0
- package/dist/schemas/v3.2/strict/response.d.ts +50 -0
- package/dist/schemas/v3.2/strict/response.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/response.js +15 -0
- package/dist/schemas/v3.2/strict/responses.d.ts +32 -0
- package/dist/schemas/v3.2/strict/responses.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/responses.js +13 -0
- package/dist/schemas/v3.2/strict/schema.d.ts +1330 -0
- package/dist/schemas/v3.2/strict/schema.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/schema.js +205 -0
- package/dist/schemas/v3.2/strict/security-requirement.d.ts +23 -0
- package/dist/schemas/v3.2/strict/security-requirement.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/security-requirement.js +13 -0
- package/dist/schemas/v3.2/strict/security-scheme.d.ts +95 -0
- package/dist/schemas/v3.2/strict/security-scheme.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/security-scheme.js +46 -0
- package/dist/schemas/v3.2/strict/server-variable.d.ts +19 -0
- package/dist/schemas/v3.2/strict/server-variable.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/server-variable.js +10 -0
- package/dist/schemas/v3.2/strict/server.d.ts +24 -0
- package/dist/schemas/v3.2/strict/server.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/server.js +13 -0
- package/dist/schemas/v3.2/strict/tag.d.ts +44 -0
- package/dist/schemas/v3.2/strict/tag.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/tag.js +22 -0
- package/dist/schemas/v3.2/strict/type-guards.d.ts +24 -0
- package/dist/schemas/v3.2/strict/type-guards.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/type-guards.js +25 -0
- package/dist/schemas/v3.2/strict/xml.d.ts +39 -0
- package/dist/schemas/v3.2/strict/xml.d.ts.map +1 -0
- package/dist/schemas/v3.2/strict/xml.js +26 -0
- package/package.json +12 -12
|
@@ -132,6 +132,10 @@ export declare const OpenIDConnectSchema: import("@scalar/typebox").TObject<{
|
|
|
132
132
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
133
133
|
}>, import("@scalar/typebox").TObject<{
|
|
134
134
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
135
|
+
}>, import("@scalar/typebox").TObject<{
|
|
136
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
137
|
+
}>, import("@scalar/typebox").TObject<{
|
|
138
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
135
139
|
}>]>, import("@scalar/typebox").TObject<{
|
|
136
140
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
137
141
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -156,6 +160,10 @@ export declare const OpenIDConnectSchema: import("@scalar/typebox").TObject<{
|
|
|
156
160
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
157
161
|
}>, import("@scalar/typebox").TObject<{
|
|
158
162
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
163
|
+
}>, import("@scalar/typebox").TObject<{
|
|
164
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
165
|
+
}>, import("@scalar/typebox").TObject<{
|
|
166
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
159
167
|
}>]>, import("@scalar/typebox").TObject<{
|
|
160
168
|
tokenUrl: import("@scalar/typebox").TString;
|
|
161
169
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -187,6 +195,10 @@ export declare const OpenIDConnectSchema: import("@scalar/typebox").TObject<{
|
|
|
187
195
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
188
196
|
}>, import("@scalar/typebox").TObject<{
|
|
189
197
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
198
|
+
}>, import("@scalar/typebox").TObject<{
|
|
199
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
200
|
+
}>, import("@scalar/typebox").TObject<{
|
|
201
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
190
202
|
}>]>, import("@scalar/typebox").TObject<{
|
|
191
203
|
tokenUrl: import("@scalar/typebox").TString;
|
|
192
204
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -215,6 +227,10 @@ export declare const OpenIDConnectSchema: import("@scalar/typebox").TObject<{
|
|
|
215
227
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
216
228
|
}>, import("@scalar/typebox").TObject<{
|
|
217
229
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
230
|
+
}>, import("@scalar/typebox").TObject<{
|
|
231
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
232
|
+
}>, import("@scalar/typebox").TObject<{
|
|
233
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
218
234
|
}>]>, import("@scalar/typebox").TObject<{
|
|
219
235
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
220
236
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -347,6 +363,10 @@ export declare const SecretsAuthUnionSchema: import("@scalar/typebox").TUnion<[i
|
|
|
347
363
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
348
364
|
}>, import("@scalar/typebox").TObject<{
|
|
349
365
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
366
|
+
}>, import("@scalar/typebox").TObject<{
|
|
367
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
368
|
+
}>, import("@scalar/typebox").TObject<{
|
|
369
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
350
370
|
}>]>, import("@scalar/typebox").TObject<{
|
|
351
371
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
352
372
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -371,6 +391,10 @@ export declare const SecretsAuthUnionSchema: import("@scalar/typebox").TUnion<[i
|
|
|
371
391
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
372
392
|
}>, import("@scalar/typebox").TObject<{
|
|
373
393
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
394
|
+
}>, import("@scalar/typebox").TObject<{
|
|
395
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
396
|
+
}>, import("@scalar/typebox").TObject<{
|
|
397
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
374
398
|
}>]>, import("@scalar/typebox").TObject<{
|
|
375
399
|
tokenUrl: import("@scalar/typebox").TString;
|
|
376
400
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -402,6 +426,10 @@ export declare const SecretsAuthUnionSchema: import("@scalar/typebox").TUnion<[i
|
|
|
402
426
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
403
427
|
}>, import("@scalar/typebox").TObject<{
|
|
404
428
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
429
|
+
}>, import("@scalar/typebox").TObject<{
|
|
430
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
431
|
+
}>, import("@scalar/typebox").TObject<{
|
|
432
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
405
433
|
}>]>, import("@scalar/typebox").TObject<{
|
|
406
434
|
tokenUrl: import("@scalar/typebox").TString;
|
|
407
435
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -430,6 +458,10 @@ export declare const SecretsAuthUnionSchema: import("@scalar/typebox").TUnion<[i
|
|
|
430
458
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
431
459
|
}>, import("@scalar/typebox").TObject<{
|
|
432
460
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
461
|
+
}>, import("@scalar/typebox").TObject<{
|
|
462
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
463
|
+
}>, import("@scalar/typebox").TObject<{
|
|
464
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
433
465
|
}>]>, import("@scalar/typebox").TObject<{
|
|
434
466
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
435
467
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -547,6 +579,10 @@ export declare const SecretsAuthSchema: import("@scalar/typebox").TRecord<import
|
|
|
547
579
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
548
580
|
}>, import("@scalar/typebox").TObject<{
|
|
549
581
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
582
|
+
}>, import("@scalar/typebox").TObject<{
|
|
583
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
584
|
+
}>, import("@scalar/typebox").TObject<{
|
|
585
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
550
586
|
}>]>, import("@scalar/typebox").TObject<{
|
|
551
587
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
552
588
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -571,6 +607,10 @@ export declare const SecretsAuthSchema: import("@scalar/typebox").TRecord<import
|
|
|
571
607
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
572
608
|
}>, import("@scalar/typebox").TObject<{
|
|
573
609
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
610
|
+
}>, import("@scalar/typebox").TObject<{
|
|
611
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
612
|
+
}>, import("@scalar/typebox").TObject<{
|
|
613
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
574
614
|
}>]>, import("@scalar/typebox").TObject<{
|
|
575
615
|
tokenUrl: import("@scalar/typebox").TString;
|
|
576
616
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -602,6 +642,10 @@ export declare const SecretsAuthSchema: import("@scalar/typebox").TRecord<import
|
|
|
602
642
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
603
643
|
}>, import("@scalar/typebox").TObject<{
|
|
604
644
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
645
|
+
}>, import("@scalar/typebox").TObject<{
|
|
646
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
647
|
+
}>, import("@scalar/typebox").TObject<{
|
|
648
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
605
649
|
}>]>, import("@scalar/typebox").TObject<{
|
|
606
650
|
tokenUrl: import("@scalar/typebox").TString;
|
|
607
651
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -630,6 +674,10 @@ export declare const SecretsAuthSchema: import("@scalar/typebox").TRecord<import
|
|
|
630
674
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
631
675
|
}>, import("@scalar/typebox").TObject<{
|
|
632
676
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
677
|
+
}>, import("@scalar/typebox").TObject<{
|
|
678
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
679
|
+
}>, import("@scalar/typebox").TObject<{
|
|
680
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
633
681
|
}>]>, import("@scalar/typebox").TObject<{
|
|
634
682
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
635
683
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -2063,28 +2111,36 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
2063
2111
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2064
2112
|
'$ref-value': import("@scalar/typebox").TRef<"SecuritySchemeObject">;
|
|
2065
2113
|
}>]>]>>;
|
|
2066
|
-
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2114
|
+
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2067
2115
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2068
2116
|
}>, import("@scalar/typebox").TObject<{
|
|
2117
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2118
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2069
2119
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
2070
2120
|
name: import("@scalar/typebox").TString;
|
|
2071
2121
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
2072
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2122
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2073
2123
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2074
2124
|
}>, import("@scalar/typebox").TObject<{
|
|
2125
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2126
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2075
2127
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
2076
2128
|
scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
|
|
2077
2129
|
bearerFormat: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2078
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2130
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2079
2131
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2080
2132
|
}>, import("@scalar/typebox").TObject<{
|
|
2133
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2134
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2081
2135
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
2082
2136
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
2083
2137
|
}>, import("@scalar/typebox").TObject<{
|
|
2084
2138
|
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2085
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2139
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2086
2140
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2087
2141
|
}>, import("@scalar/typebox").TObject<{
|
|
2142
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2143
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2088
2144
|
type: import("@scalar/typebox").TLiteral<"openIdConnect">;
|
|
2089
2145
|
openIdConnectUrl: import("@scalar/typebox").TString;
|
|
2090
2146
|
}>]>]>;
|
|
@@ -2121,6 +2177,10 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
2121
2177
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2122
2178
|
}>, import("@scalar/typebox").TObject<{
|
|
2123
2179
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2180
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2181
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2182
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2183
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2124
2184
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2125
2185
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2126
2186
|
}>]>>;
|
|
@@ -2137,6 +2197,10 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
2137
2197
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2138
2198
|
}>, import("@scalar/typebox").TObject<{
|
|
2139
2199
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2200
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2201
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2202
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2203
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2140
2204
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2141
2205
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2142
2206
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2155,6 +2219,10 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
2155
2219
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2156
2220
|
}>, import("@scalar/typebox").TObject<{
|
|
2157
2221
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2222
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2223
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2224
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2225
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2158
2226
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2159
2227
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2160
2228
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2173,6 +2241,10 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
2173
2241
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2174
2242
|
}>, import("@scalar/typebox").TObject<{
|
|
2175
2243
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2244
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2245
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2246
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2247
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2176
2248
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2177
2249
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2178
2250
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -2513,6 +2585,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2513
2585
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2514
2586
|
}>, import("@scalar/typebox").TObject<{
|
|
2515
2587
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2588
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2589
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2590
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2591
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2516
2592
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2517
2593
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2518
2594
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -2537,6 +2613,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2537
2613
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2538
2614
|
}>, import("@scalar/typebox").TObject<{
|
|
2539
2615
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2616
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2617
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2618
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2619
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2540
2620
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2541
2621
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2542
2622
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2568,6 +2648,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2568
2648
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2569
2649
|
}>, import("@scalar/typebox").TObject<{
|
|
2570
2650
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2651
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2652
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2653
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2654
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2571
2655
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2572
2656
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2573
2657
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2596,6 +2680,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2596
2680
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2597
2681
|
}>, import("@scalar/typebox").TObject<{
|
|
2598
2682
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2683
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2684
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
2685
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2686
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2599
2687
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2600
2688
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2601
2689
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -4029,28 +4117,36 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4029
4117
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4030
4118
|
'$ref-value': import("@scalar/typebox").TRef<"SecuritySchemeObject">;
|
|
4031
4119
|
}>]>]>>;
|
|
4032
|
-
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4120
|
+
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4033
4121
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4034
4122
|
}>, import("@scalar/typebox").TObject<{
|
|
4123
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4124
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
4035
4125
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
4036
4126
|
name: import("@scalar/typebox").TString;
|
|
4037
4127
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
4038
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4128
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4039
4129
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4040
4130
|
}>, import("@scalar/typebox").TObject<{
|
|
4131
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4132
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
4041
4133
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
4042
4134
|
scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
|
|
4043
4135
|
bearerFormat: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4044
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4136
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4045
4137
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4046
4138
|
}>, import("@scalar/typebox").TObject<{
|
|
4139
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4140
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
4047
4141
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
4048
4142
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
4049
4143
|
}>, import("@scalar/typebox").TObject<{
|
|
4050
4144
|
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4051
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4145
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4052
4146
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4053
4147
|
}>, import("@scalar/typebox").TObject<{
|
|
4148
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4149
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
4054
4150
|
type: import("@scalar/typebox").TLiteral<"openIdConnect">;
|
|
4055
4151
|
openIdConnectUrl: import("@scalar/typebox").TString;
|
|
4056
4152
|
}>]>]>;
|
|
@@ -4087,6 +4183,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4087
4183
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4088
4184
|
}>, import("@scalar/typebox").TObject<{
|
|
4089
4185
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4186
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4187
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
4188
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4189
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4090
4190
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4091
4191
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
4092
4192
|
}>]>>;
|
|
@@ -4103,6 +4203,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4103
4203
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4104
4204
|
}>, import("@scalar/typebox").TObject<{
|
|
4105
4205
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4206
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4207
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
4208
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4209
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4106
4210
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4107
4211
|
tokenUrl: import("@scalar/typebox").TString;
|
|
4108
4212
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4121,6 +4225,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4121
4225
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4122
4226
|
}>, import("@scalar/typebox").TObject<{
|
|
4123
4227
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4228
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4229
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
4230
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4231
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4124
4232
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4125
4233
|
tokenUrl: import("@scalar/typebox").TString;
|
|
4126
4234
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4139,6 +4247,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4139
4247
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4140
4248
|
}>, import("@scalar/typebox").TObject<{
|
|
4141
4249
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4250
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4251
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
4252
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4253
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4142
4254
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4143
4255
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
4144
4256
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -5793,28 +5905,36 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5793
5905
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5794
5906
|
'$ref-value': import("@scalar/typebox").TRef<"SecuritySchemeObject">;
|
|
5795
5907
|
}>]>]>>;
|
|
5796
|
-
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5908
|
+
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5797
5909
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5798
5910
|
}>, import("@scalar/typebox").TObject<{
|
|
5911
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5912
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5799
5913
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
5800
5914
|
name: import("@scalar/typebox").TString;
|
|
5801
5915
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
5802
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5916
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5803
5917
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5804
5918
|
}>, import("@scalar/typebox").TObject<{
|
|
5919
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5920
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5805
5921
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
5806
5922
|
scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
|
|
5807
5923
|
bearerFormat: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5808
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5924
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5809
5925
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5810
5926
|
}>, import("@scalar/typebox").TObject<{
|
|
5927
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5928
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5811
5929
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
5812
5930
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
5813
5931
|
}>, import("@scalar/typebox").TObject<{
|
|
5814
5932
|
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
5815
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5933
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5816
5934
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5817
5935
|
}>, import("@scalar/typebox").TObject<{
|
|
5936
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5937
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5818
5938
|
type: import("@scalar/typebox").TLiteral<"openIdConnect">;
|
|
5819
5939
|
openIdConnectUrl: import("@scalar/typebox").TString;
|
|
5820
5940
|
}>]>]>;
|
|
@@ -5851,6 +5971,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5851
5971
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5852
5972
|
}>, import("@scalar/typebox").TObject<{
|
|
5853
5973
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5974
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5975
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
5976
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5977
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5854
5978
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5855
5979
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
5856
5980
|
}>]>>;
|
|
@@ -5867,6 +5991,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5867
5991
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5868
5992
|
}>, import("@scalar/typebox").TObject<{
|
|
5869
5993
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5994
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5995
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
5996
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5997
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5870
5998
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5871
5999
|
tokenUrl: import("@scalar/typebox").TString;
|
|
5872
6000
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5885,6 +6013,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5885
6013
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5886
6014
|
}>, import("@scalar/typebox").TObject<{
|
|
5887
6015
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6016
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6017
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
6018
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6019
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5888
6020
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5889
6021
|
tokenUrl: import("@scalar/typebox").TString;
|
|
5890
6022
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5903,6 +6035,10 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5903
6035
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5904
6036
|
}>, import("@scalar/typebox").TObject<{
|
|
5905
6037
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6038
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6039
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
6040
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6041
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5906
6042
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5907
6043
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
5908
6044
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -6245,6 +6381,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6245
6381
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6246
6382
|
}>, import("@scalar/typebox").TObject<{
|
|
6247
6383
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6384
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6385
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
6386
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6387
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6248
6388
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6249
6389
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
6250
6390
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -6269,6 +6409,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6269
6409
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6270
6410
|
}>, import("@scalar/typebox").TObject<{
|
|
6271
6411
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6412
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6413
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
6414
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6415
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6272
6416
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6273
6417
|
tokenUrl: import("@scalar/typebox").TString;
|
|
6274
6418
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6300,6 +6444,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6300
6444
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6301
6445
|
}>, import("@scalar/typebox").TObject<{
|
|
6302
6446
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6447
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6448
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
6449
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6450
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6303
6451
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6304
6452
|
tokenUrl: import("@scalar/typebox").TString;
|
|
6305
6453
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6328,6 +6476,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6328
6476
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6329
6477
|
}>, import("@scalar/typebox").TObject<{
|
|
6330
6478
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6479
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6480
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
6481
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6482
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6331
6483
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6332
6484
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
6333
6485
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -7761,28 +7913,36 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7761
7913
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7762
7914
|
'$ref-value': import("@scalar/typebox").TRef<"SecuritySchemeObject">;
|
|
7763
7915
|
}>]>]>>;
|
|
7764
|
-
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7916
|
+
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7765
7917
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7766
7918
|
}>, import("@scalar/typebox").TObject<{
|
|
7919
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7920
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7767
7921
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
7768
7922
|
name: import("@scalar/typebox").TString;
|
|
7769
7923
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
7770
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7924
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7771
7925
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7772
7926
|
}>, import("@scalar/typebox").TObject<{
|
|
7927
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7928
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7773
7929
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
7774
7930
|
scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
|
|
7775
7931
|
bearerFormat: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7776
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7932
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7777
7933
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7778
7934
|
}>, import("@scalar/typebox").TObject<{
|
|
7935
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7936
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7779
7937
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
7780
7938
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
7781
7939
|
}>, import("@scalar/typebox").TObject<{
|
|
7782
7940
|
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
7783
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7941
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7784
7942
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7785
7943
|
}>, import("@scalar/typebox").TObject<{
|
|
7944
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7945
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7786
7946
|
type: import("@scalar/typebox").TLiteral<"openIdConnect">;
|
|
7787
7947
|
openIdConnectUrl: import("@scalar/typebox").TString;
|
|
7788
7948
|
}>]>]>;
|
|
@@ -7819,6 +7979,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7819
7979
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7820
7980
|
}>, import("@scalar/typebox").TObject<{
|
|
7821
7981
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7982
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7983
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
7984
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7985
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7822
7986
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7823
7987
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
7824
7988
|
}>]>>;
|
|
@@ -7835,6 +7999,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7835
7999
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7836
8000
|
}>, import("@scalar/typebox").TObject<{
|
|
7837
8001
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8002
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8003
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
8004
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8005
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7838
8006
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7839
8007
|
tokenUrl: import("@scalar/typebox").TString;
|
|
7840
8008
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -7853,6 +8021,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7853
8021
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7854
8022
|
}>, import("@scalar/typebox").TObject<{
|
|
7855
8023
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8024
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8025
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
8026
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8027
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7856
8028
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7857
8029
|
tokenUrl: import("@scalar/typebox").TString;
|
|
7858
8030
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -7871,6 +8043,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7871
8043
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7872
8044
|
}>, import("@scalar/typebox").TObject<{
|
|
7873
8045
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8046
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8047
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
8048
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8049
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7874
8050
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7875
8051
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
7876
8052
|
tokenUrl: import("@scalar/typebox").TString;
|
|
@@ -9525,28 +9701,36 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9525
9701
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9526
9702
|
'$ref-value': import("@scalar/typebox").TRef<"SecuritySchemeObject">;
|
|
9527
9703
|
}>]>]>>;
|
|
9528
|
-
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9704
|
+
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9529
9705
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9530
9706
|
}>, import("@scalar/typebox").TObject<{
|
|
9707
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9708
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9531
9709
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
9532
9710
|
name: import("@scalar/typebox").TString;
|
|
9533
9711
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
9534
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9712
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9535
9713
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9536
9714
|
}>, import("@scalar/typebox").TObject<{
|
|
9715
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9716
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9537
9717
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
9538
9718
|
scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
|
|
9539
9719
|
bearerFormat: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9540
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9720
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9541
9721
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9542
9722
|
}>, import("@scalar/typebox").TObject<{
|
|
9723
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9724
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9543
9725
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
9544
9726
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
9545
9727
|
}>, import("@scalar/typebox").TObject<{
|
|
9546
9728
|
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
9547
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9729
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9548
9730
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9549
9731
|
}>, import("@scalar/typebox").TObject<{
|
|
9732
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9733
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9550
9734
|
type: import("@scalar/typebox").TLiteral<"openIdConnect">;
|
|
9551
9735
|
openIdConnectUrl: import("@scalar/typebox").TString;
|
|
9552
9736
|
}>]>]>;
|
|
@@ -9583,6 +9767,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9583
9767
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9584
9768
|
}>, import("@scalar/typebox").TObject<{
|
|
9585
9769
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9770
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9771
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
9772
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9773
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9586
9774
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9587
9775
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
9588
9776
|
}>]>>;
|
|
@@ -9599,6 +9787,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9599
9787
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9600
9788
|
}>, import("@scalar/typebox").TObject<{
|
|
9601
9789
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9790
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9791
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
9792
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9793
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9602
9794
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9603
9795
|
tokenUrl: import("@scalar/typebox").TString;
|
|
9604
9796
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -9617,6 +9809,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9617
9809
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9618
9810
|
}>, import("@scalar/typebox").TObject<{
|
|
9619
9811
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9812
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9813
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
9814
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9815
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9620
9816
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9621
9817
|
tokenUrl: import("@scalar/typebox").TString;
|
|
9622
9818
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -9635,6 +9831,10 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9635
9831
|
'x-scalar-secret-auth-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9636
9832
|
}>, import("@scalar/typebox").TObject<{
|
|
9637
9833
|
'x-scalar-secret-token-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9834
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9835
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
9836
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9837
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9638
9838
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9639
9839
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
9640
9840
|
tokenUrl: import("@scalar/typebox").TString;
|