@scalar/workspace-store 0.18.1 → 0.19.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 +14 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +2 -2
- package/dist/events/definitions/auth.d.ts +59 -14
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/events/definitions/operation.d.ts +200 -0
- package/dist/events/definitions/operation.d.ts.map +1 -1
- package/dist/events/definitions/ui.d.ts +5 -0
- package/dist/events/definitions/ui.d.ts.map +1 -1
- package/dist/helpers/generate-unique-value.d.ts +40 -0
- package/dist/helpers/generate-unique-value.d.ts.map +1 -0
- package/dist/helpers/generate-unique-value.js +42 -0
- package/dist/helpers/generate-unique-value.js.map +7 -0
- package/dist/helpers/overrides-proxy.d.ts.map +1 -1
- package/dist/helpers/overrides-proxy.js +1 -1
- package/dist/helpers/overrides-proxy.js.map +2 -2
- package/dist/helpers/unpack-proxy.d.ts +1 -1
- package/dist/helpers/unpack-proxy.d.ts.map +1 -1
- package/dist/helpers/unpack-proxy.js.map +2 -2
- package/dist/mutators/auth.d.ts +210 -0
- package/dist/mutators/auth.d.ts.map +1 -0
- package/dist/mutators/auth.js +223 -0
- package/dist/mutators/auth.js.map +7 -0
- package/dist/mutators/index.d.ts +3 -1
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +38 -0
- package/dist/mutators/index.js.map +2 -2
- package/dist/mutators/operation.d.ts +313 -0
- package/dist/mutators/operation.d.ts.map +1 -0
- package/dist/mutators/operation.js +340 -0
- package/dist/mutators/operation.js.map +7 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts +13 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts.map +1 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js +9 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js.map +7 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.d.ts +21 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.d.ts.map +1 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.js +8 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.js.map +7 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts +17 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts.map +1 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.js +14 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +32 -8
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/reference-config/index.d.ts +16 -4
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +16 -4
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +546 -138
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +4 -1
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +10 -6
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +9 -7
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/request-body.d.ts +6 -3
- package/dist/schemas/v3.1/strict/request-body.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/request-body.js +15 -8
- package/dist/schemas/v3.1/strict/request-body.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +16 -4
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +16 -4
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +112 -28
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { extensions } from '../../../schemas/extensions.js';
|
|
2
2
|
import { type XScalarEnvironments } from '../../../schemas/extensions/document/x-scalar-environments.js';
|
|
3
|
+
import { type XScalarSelectedSecurity } from '../../../schemas/extensions/security/x-scalar-selected-security.js';
|
|
3
4
|
import { type XTagGroups } from '../../../schemas/extensions/tag/x-tag-groups.js';
|
|
4
5
|
import { type TraversedDocument } from '../../../schemas/navigation.js';
|
|
5
6
|
import { type XScalarClientConfigCookies } from './client-config-extensions/x-scalar-client-config-cookies.js';
|
|
@@ -16,7 +17,6 @@ export type OpenAPIExtensions = Partial<{
|
|
|
16
17
|
'x-scalar-client-config-icon': string;
|
|
17
18
|
'x-scalar-client-config-cookies': XScalarClientConfigCookies;
|
|
18
19
|
'x-original-oas-version': string;
|
|
19
|
-
'x-scalar-selected-security': SecurityRequirementObject[];
|
|
20
20
|
/** Original document source url / when loading a document from an external source */
|
|
21
21
|
'x-scalar-original-source-url': string;
|
|
22
22
|
'x-scalar-watch-mode': boolean;
|
|
@@ -24,7 +24,7 @@ export type OpenAPIExtensions = Partial<{
|
|
|
24
24
|
}> & {
|
|
25
25
|
/** Original input document hash */
|
|
26
26
|
'x-scalar-original-document-hash': string;
|
|
27
|
-
} & XTagGroups & XScalarEnvironments;
|
|
27
|
+
} & XTagGroups & XScalarEnvironments & XScalarSelectedSecurity;
|
|
28
28
|
export type OpenApiDocument = {
|
|
29
29
|
/** REQUIRED. This string MUST be the version number of the OpenAPI Specification that the OpenAPI Document uses. The openapi field SHOULD be used by tooling to interpret the OpenAPI Document. This is not related to the API info.version string. */
|
|
30
30
|
openapi: string;
|
|
@@ -311,7 +311,10 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
311
311
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
312
312
|
}>]>]>>>;
|
|
313
313
|
}>, import("@scalar/typebox").TObject<{
|
|
314
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
314
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
315
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
316
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
317
|
+
}>>;
|
|
315
318
|
}>, import("@scalar/typebox").TObject<{
|
|
316
319
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
317
320
|
name: import("@scalar/typebox").TString;
|
|
@@ -340,6 +343,9 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
340
343
|
}>>>;
|
|
341
344
|
}>, import("@scalar/typebox").TObject<{
|
|
342
345
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
346
|
+
}>, import("@scalar/typebox").TObject<{
|
|
347
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
348
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
343
349
|
}>]>;
|
|
344
350
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
345
351
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1119,11 +1125,13 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1119
1125
|
}>, import("@scalar/typebox").TObject<{
|
|
1120
1126
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1121
1127
|
}>]>;
|
|
1122
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1128
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1123
1129
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1124
1130
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1125
1131
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1126
|
-
}
|
|
1132
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1133
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1134
|
+
}>]>;
|
|
1127
1135
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1128
1136
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1129
1137
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1291,7 +1299,6 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1291
1299
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1292
1300
|
}>>>;
|
|
1293
1301
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1294
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1295
1302
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1296
1303
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1297
1304
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1312,6 +1319,11 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1312
1319
|
}>, import("@scalar/typebox").TString]>;
|
|
1313
1320
|
}>>;
|
|
1314
1321
|
}>>>;
|
|
1322
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1323
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1324
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1325
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1326
|
+
}>>;
|
|
1315
1327
|
}>, import("@scalar/typebox").TObject<{
|
|
1316
1328
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1317
1329
|
}>]>]>;
|
|
@@ -1698,7 +1710,10 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
1698
1710
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
1699
1711
|
}>]>]>>>;
|
|
1700
1712
|
}>, import("@scalar/typebox").TObject<{
|
|
1701
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1713
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1714
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1715
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1716
|
+
}>>;
|
|
1702
1717
|
}>, import("@scalar/typebox").TObject<{
|
|
1703
1718
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1704
1719
|
name: import("@scalar/typebox").TString;
|
|
@@ -1727,6 +1742,9 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
1727
1742
|
}>>>;
|
|
1728
1743
|
}>, import("@scalar/typebox").TObject<{
|
|
1729
1744
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
1745
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1746
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1747
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1730
1748
|
}>]>;
|
|
1731
1749
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1732
1750
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2506,11 +2524,13 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2506
2524
|
}>, import("@scalar/typebox").TObject<{
|
|
2507
2525
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2508
2526
|
}>]>;
|
|
2509
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2527
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2510
2528
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2511
2529
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
2512
2530
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2513
|
-
}
|
|
2531
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2532
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2533
|
+
}>]>;
|
|
2514
2534
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2515
2535
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2516
2536
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2678,7 +2698,6 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2678
2698
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2679
2699
|
}>>>;
|
|
2680
2700
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2681
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2682
2701
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2683
2702
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2684
2703
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -2699,6 +2718,11 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2699
2718
|
}>, import("@scalar/typebox").TString]>;
|
|
2700
2719
|
}>>;
|
|
2701
2720
|
}>>>;
|
|
2721
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2722
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
2723
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
2724
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
2725
|
+
}>>;
|
|
2702
2726
|
}>, import("@scalar/typebox").TObject<{
|
|
2703
2727
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2704
2728
|
}>]>]>;
|
|
@@ -3085,7 +3109,10 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3085
3109
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
3086
3110
|
}>]>]>>>;
|
|
3087
3111
|
}>, import("@scalar/typebox").TObject<{
|
|
3088
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
3112
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
3113
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
3114
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
3115
|
+
}>>;
|
|
3089
3116
|
}>, import("@scalar/typebox").TObject<{
|
|
3090
3117
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
3091
3118
|
name: import("@scalar/typebox").TString;
|
|
@@ -3114,6 +3141,9 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3114
3141
|
}>>>;
|
|
3115
3142
|
}>, import("@scalar/typebox").TObject<{
|
|
3116
3143
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
3144
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3145
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3146
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3117
3147
|
}>]>;
|
|
3118
3148
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3119
3149
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -3893,11 +3923,13 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3893
3923
|
}>, import("@scalar/typebox").TObject<{
|
|
3894
3924
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3895
3925
|
}>]>;
|
|
3896
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
3926
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3897
3927
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3898
3928
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
3899
3929
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3900
|
-
}
|
|
3930
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3931
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3932
|
+
}>]>;
|
|
3901
3933
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3902
3934
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3903
3935
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4065,7 +4097,6 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4065
4097
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4066
4098
|
}>>>;
|
|
4067
4099
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4068
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
4069
4100
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4070
4101
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4071
4102
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -4086,6 +4117,11 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4086
4117
|
}>, import("@scalar/typebox").TString]>;
|
|
4087
4118
|
}>>;
|
|
4088
4119
|
}>>>;
|
|
4120
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4121
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4122
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
4123
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4124
|
+
}>>;
|
|
4089
4125
|
}>, import("@scalar/typebox").TObject<{
|
|
4090
4126
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4091
4127
|
}>]>]>;
|
|
@@ -4472,7 +4508,10 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
4472
4508
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
4473
4509
|
}>]>]>>>;
|
|
4474
4510
|
}>, import("@scalar/typebox").TObject<{
|
|
4475
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
4511
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4512
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
4513
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4514
|
+
}>>;
|
|
4476
4515
|
}>, import("@scalar/typebox").TObject<{
|
|
4477
4516
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4478
4517
|
name: import("@scalar/typebox").TString;
|
|
@@ -4501,6 +4540,9 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
4501
4540
|
}>>>;
|
|
4502
4541
|
}>, import("@scalar/typebox").TObject<{
|
|
4503
4542
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
4543
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4544
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4545
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4504
4546
|
}>]>;
|
|
4505
4547
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4506
4548
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -5280,11 +5322,13 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5280
5322
|
}>, import("@scalar/typebox").TObject<{
|
|
5281
5323
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5282
5324
|
}>]>;
|
|
5283
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
5325
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5284
5326
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5285
5327
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
5286
5328
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5287
|
-
}
|
|
5329
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5330
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5331
|
+
}>]>;
|
|
5288
5332
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5289
5333
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5290
5334
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5452,7 +5496,6 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5452
5496
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5453
5497
|
}>>>;
|
|
5454
5498
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5455
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
5456
5499
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5457
5500
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5458
5501
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -5473,6 +5516,11 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5473
5516
|
}>, import("@scalar/typebox").TString]>;
|
|
5474
5517
|
}>>;
|
|
5475
5518
|
}>>>;
|
|
5519
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5520
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5521
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
5522
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5523
|
+
}>>;
|
|
5476
5524
|
}>, import("@scalar/typebox").TObject<{
|
|
5477
5525
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5478
5526
|
}>]>]>;
|
|
@@ -5859,7 +5907,10 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5859
5907
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
5860
5908
|
}>]>]>>>;
|
|
5861
5909
|
}>, import("@scalar/typebox").TObject<{
|
|
5862
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
5910
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5911
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
5912
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5913
|
+
}>>;
|
|
5863
5914
|
}>, import("@scalar/typebox").TObject<{
|
|
5864
5915
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5865
5916
|
name: import("@scalar/typebox").TString;
|
|
@@ -5888,6 +5939,9 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5888
5939
|
}>>>;
|
|
5889
5940
|
}>, import("@scalar/typebox").TObject<{
|
|
5890
5941
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
5942
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5943
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5944
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5891
5945
|
}>]>;
|
|
5892
5946
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5893
5947
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -6667,11 +6721,13 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6667
6721
|
}>, import("@scalar/typebox").TObject<{
|
|
6668
6722
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6669
6723
|
}>]>;
|
|
6670
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
6724
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6671
6725
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6672
6726
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
6673
6727
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6674
|
-
}
|
|
6728
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6729
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6730
|
+
}>]>;
|
|
6675
6731
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6676
6732
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6677
6733
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6839,7 +6895,6 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6839
6895
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6840
6896
|
}>>>;
|
|
6841
6897
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6842
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
6843
6898
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6844
6899
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6845
6900
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -6860,6 +6915,11 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6860
6915
|
}>, import("@scalar/typebox").TString]>;
|
|
6861
6916
|
}>>;
|
|
6862
6917
|
}>>>;
|
|
6918
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6919
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
6920
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
6921
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
6922
|
+
}>>;
|
|
6863
6923
|
}>, import("@scalar/typebox").TObject<{
|
|
6864
6924
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6865
6925
|
}>]>]>;
|
|
@@ -7246,7 +7306,10 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7246
7306
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
7247
7307
|
}>]>]>>>;
|
|
7248
7308
|
}>, import("@scalar/typebox").TObject<{
|
|
7249
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
7309
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
7310
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
7311
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
7312
|
+
}>>;
|
|
7250
7313
|
}>, import("@scalar/typebox").TObject<{
|
|
7251
7314
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7252
7315
|
name: import("@scalar/typebox").TString;
|
|
@@ -7275,6 +7338,9 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7275
7338
|
}>>>;
|
|
7276
7339
|
}>, import("@scalar/typebox").TObject<{
|
|
7277
7340
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
7341
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7342
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7343
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7278
7344
|
}>]>;
|
|
7279
7345
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7280
7346
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -8054,11 +8120,13 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8054
8120
|
}>, import("@scalar/typebox").TObject<{
|
|
8055
8121
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8056
8122
|
}>]>;
|
|
8057
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
8123
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8058
8124
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8059
8125
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
8060
8126
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8061
|
-
}
|
|
8127
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8128
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8129
|
+
}>]>;
|
|
8062
8130
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8063
8131
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8064
8132
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -8226,7 +8294,6 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8226
8294
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8227
8295
|
}>>>;
|
|
8228
8296
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8229
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
8230
8297
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8231
8298
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8232
8299
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -8247,6 +8314,11 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8247
8314
|
}>, import("@scalar/typebox").TString]>;
|
|
8248
8315
|
}>>;
|
|
8249
8316
|
}>>>;
|
|
8317
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8318
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8319
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
8320
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8321
|
+
}>>;
|
|
8250
8322
|
}>, import("@scalar/typebox").TObject<{
|
|
8251
8323
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8252
8324
|
}>]>]>;
|
|
@@ -8633,7 +8705,10 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8633
8705
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
8634
8706
|
}>]>]>>>;
|
|
8635
8707
|
}>, import("@scalar/typebox").TObject<{
|
|
8636
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
8708
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8709
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
8710
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8711
|
+
}>>;
|
|
8637
8712
|
}>, import("@scalar/typebox").TObject<{
|
|
8638
8713
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8639
8714
|
name: import("@scalar/typebox").TString;
|
|
@@ -8662,6 +8737,9 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8662
8737
|
}>>>;
|
|
8663
8738
|
}>, import("@scalar/typebox").TObject<{
|
|
8664
8739
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
8740
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8741
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8742
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8665
8743
|
}>]>;
|
|
8666
8744
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8667
8745
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -9441,11 +9519,13 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9441
9519
|
}>, import("@scalar/typebox").TObject<{
|
|
9442
9520
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9443
9521
|
}>]>;
|
|
9444
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
9522
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9445
9523
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9446
9524
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
9447
9525
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9448
|
-
}
|
|
9526
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9527
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9528
|
+
}>]>;
|
|
9449
9529
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9450
9530
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9451
9531
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -9613,7 +9693,6 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9613
9693
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9614
9694
|
}>>>;
|
|
9615
9695
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9616
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
9617
9696
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9618
9697
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9619
9698
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -9634,6 +9713,11 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9634
9713
|
}>, import("@scalar/typebox").TString]>;
|
|
9635
9714
|
}>>;
|
|
9636
9715
|
}>>>;
|
|
9716
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9717
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
9718
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
9719
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
9720
|
+
}>>;
|
|
9637
9721
|
}>, import("@scalar/typebox").TObject<{
|
|
9638
9722
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9639
9723
|
}>]>]>;
|
|
@@ -10020,7 +10104,10 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10020
10104
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
10021
10105
|
}>]>]>>>;
|
|
10022
10106
|
}>, import("@scalar/typebox").TObject<{
|
|
10023
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
10107
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
10108
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
10109
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
10110
|
+
}>>;
|
|
10024
10111
|
}>, import("@scalar/typebox").TObject<{
|
|
10025
10112
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
10026
10113
|
name: import("@scalar/typebox").TString;
|
|
@@ -10049,6 +10136,9 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10049
10136
|
}>>>;
|
|
10050
10137
|
}>, import("@scalar/typebox").TObject<{
|
|
10051
10138
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
10139
|
+
}>, import("@scalar/typebox").TObject<{
|
|
10140
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10141
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10052
10142
|
}>]>;
|
|
10053
10143
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10054
10144
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -10828,11 +10918,13 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10828
10918
|
}>, import("@scalar/typebox").TObject<{
|
|
10829
10919
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10830
10920
|
}>]>;
|
|
10831
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
10921
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10832
10922
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10833
10923
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
10834
10924
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10835
|
-
}
|
|
10925
|
+
}>, import("@scalar/typebox").TObject<{
|
|
10926
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
10927
|
+
}>]>;
|
|
10836
10928
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10837
10929
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10838
10930
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -11000,7 +11092,6 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11000
11092
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11001
11093
|
}>>>;
|
|
11002
11094
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11003
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
11004
11095
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11005
11096
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11006
11097
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -11021,6 +11112,11 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11021
11112
|
}>, import("@scalar/typebox").TString]>;
|
|
11022
11113
|
}>>;
|
|
11023
11114
|
}>>>;
|
|
11115
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11116
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
11117
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
11118
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
11119
|
+
}>>;
|
|
11024
11120
|
}>, import("@scalar/typebox").TObject<{
|
|
11025
11121
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
11026
11122
|
}>]>]>;
|
|
@@ -11407,7 +11503,10 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11407
11503
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
11408
11504
|
}>]>]>>>;
|
|
11409
11505
|
}>, import("@scalar/typebox").TObject<{
|
|
11410
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
11506
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
11507
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
11508
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
11509
|
+
}>>;
|
|
11411
11510
|
}>, import("@scalar/typebox").TObject<{
|
|
11412
11511
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
11413
11512
|
name: import("@scalar/typebox").TString;
|
|
@@ -11436,6 +11535,9 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11436
11535
|
}>>>;
|
|
11437
11536
|
}>, import("@scalar/typebox").TObject<{
|
|
11438
11537
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
11538
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11539
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11540
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11439
11541
|
}>]>;
|
|
11440
11542
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11441
11543
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -12215,11 +12317,13 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12215
12317
|
}>, import("@scalar/typebox").TObject<{
|
|
12216
12318
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12217
12319
|
}>]>;
|
|
12218
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
12320
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12219
12321
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12220
12322
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
12221
12323
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12222
|
-
}
|
|
12324
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12325
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
12326
|
+
}>]>;
|
|
12223
12327
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12224
12328
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12225
12329
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -12387,7 +12491,6 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12387
12491
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12388
12492
|
}>>>;
|
|
12389
12493
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12390
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
12391
12494
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12392
12495
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12393
12496
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -12408,6 +12511,11 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12408
12511
|
}>, import("@scalar/typebox").TString]>;
|
|
12409
12512
|
}>>;
|
|
12410
12513
|
}>>>;
|
|
12514
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12515
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
12516
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
12517
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
12518
|
+
}>>;
|
|
12411
12519
|
}>, import("@scalar/typebox").TObject<{
|
|
12412
12520
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
12413
12521
|
}>]>]>;
|
|
@@ -12794,7 +12902,10 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12794
12902
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
12795
12903
|
}>]>]>>>;
|
|
12796
12904
|
}>, import("@scalar/typebox").TObject<{
|
|
12797
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
12905
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
12906
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
12907
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
12908
|
+
}>>;
|
|
12798
12909
|
}>, import("@scalar/typebox").TObject<{
|
|
12799
12910
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
12800
12911
|
name: import("@scalar/typebox").TString;
|
|
@@ -12823,6 +12934,9 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12823
12934
|
}>>>;
|
|
12824
12935
|
}>, import("@scalar/typebox").TObject<{
|
|
12825
12936
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
12937
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12938
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12939
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12826
12940
|
}>]>;
|
|
12827
12941
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12828
12942
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -13602,11 +13716,13 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13602
13716
|
}>, import("@scalar/typebox").TObject<{
|
|
13603
13717
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13604
13718
|
}>]>;
|
|
13605
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
13719
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13606
13720
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13607
13721
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
13608
13722
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13609
|
-
}
|
|
13723
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13724
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
13725
|
+
}>]>;
|
|
13610
13726
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13611
13727
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13612
13728
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -13774,7 +13890,6 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13774
13890
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13775
13891
|
}>>>;
|
|
13776
13892
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13777
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
13778
13893
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13779
13894
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13780
13895
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -13795,6 +13910,11 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13795
13910
|
}>, import("@scalar/typebox").TString]>;
|
|
13796
13911
|
}>>;
|
|
13797
13912
|
}>>>;
|
|
13913
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13914
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
13915
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
13916
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
13917
|
+
}>>;
|
|
13798
13918
|
}>, import("@scalar/typebox").TObject<{
|
|
13799
13919
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
13800
13920
|
}>]>]>;
|
|
@@ -14181,7 +14301,10 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14181
14301
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
14182
14302
|
}>]>]>>>;
|
|
14183
14303
|
}>, import("@scalar/typebox").TObject<{
|
|
14184
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
14304
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
14305
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
14306
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
14307
|
+
}>>;
|
|
14185
14308
|
}>, import("@scalar/typebox").TObject<{
|
|
14186
14309
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
14187
14310
|
name: import("@scalar/typebox").TString;
|
|
@@ -14210,6 +14333,9 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14210
14333
|
}>>>;
|
|
14211
14334
|
}>, import("@scalar/typebox").TObject<{
|
|
14212
14335
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
14336
|
+
}>, import("@scalar/typebox").TObject<{
|
|
14337
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14338
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14213
14339
|
}>]>;
|
|
14214
14340
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14215
14341
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -14989,11 +15115,13 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14989
15115
|
}>, import("@scalar/typebox").TObject<{
|
|
14990
15116
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14991
15117
|
}>]>;
|
|
14992
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
15118
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14993
15119
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14994
15120
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
14995
15121
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14996
|
-
}
|
|
15122
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15123
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
15124
|
+
}>]>;
|
|
14997
15125
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14998
15126
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14999
15127
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -15161,7 +15289,6 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15161
15289
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15162
15290
|
}>>>;
|
|
15163
15291
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15164
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
15165
15292
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15166
15293
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15167
15294
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -15182,6 +15309,11 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15182
15309
|
}>, import("@scalar/typebox").TString]>;
|
|
15183
15310
|
}>>;
|
|
15184
15311
|
}>>>;
|
|
15312
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15313
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
15314
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
15315
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
15316
|
+
}>>;
|
|
15185
15317
|
}>, import("@scalar/typebox").TObject<{
|
|
15186
15318
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
15187
15319
|
}>]>]>;
|
|
@@ -15568,7 +15700,10 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15568
15700
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
15569
15701
|
}>]>]>>>;
|
|
15570
15702
|
}>, import("@scalar/typebox").TObject<{
|
|
15571
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
15703
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
15704
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
15705
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
15706
|
+
}>>;
|
|
15572
15707
|
}>, import("@scalar/typebox").TObject<{
|
|
15573
15708
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
15574
15709
|
name: import("@scalar/typebox").TString;
|
|
@@ -15597,6 +15732,9 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15597
15732
|
}>>>;
|
|
15598
15733
|
}>, import("@scalar/typebox").TObject<{
|
|
15599
15734
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
15735
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15736
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15737
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15600
15738
|
}>]>;
|
|
15601
15739
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15602
15740
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -16376,11 +16514,13 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16376
16514
|
}>, import("@scalar/typebox").TObject<{
|
|
16377
16515
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16378
16516
|
}>]>;
|
|
16379
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
16517
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16380
16518
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16381
16519
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
16382
16520
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16383
|
-
}
|
|
16521
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16522
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
16523
|
+
}>]>;
|
|
16384
16524
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16385
16525
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16386
16526
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -16548,7 +16688,6 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16548
16688
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16549
16689
|
}>>>;
|
|
16550
16690
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16551
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
16552
16691
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16553
16692
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16554
16693
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -16569,6 +16708,11 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16569
16708
|
}>, import("@scalar/typebox").TString]>;
|
|
16570
16709
|
}>>;
|
|
16571
16710
|
}>>>;
|
|
16711
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16712
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
16713
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
16714
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
16715
|
+
}>>;
|
|
16572
16716
|
}>, import("@scalar/typebox").TObject<{
|
|
16573
16717
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
16574
16718
|
}>]>]>;
|
|
@@ -16955,7 +17099,10 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16955
17099
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
16956
17100
|
}>]>]>>>;
|
|
16957
17101
|
}>, import("@scalar/typebox").TObject<{
|
|
16958
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
17102
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
17103
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
17104
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
17105
|
+
}>>;
|
|
16959
17106
|
}>, import("@scalar/typebox").TObject<{
|
|
16960
17107
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
16961
17108
|
name: import("@scalar/typebox").TString;
|
|
@@ -16984,6 +17131,9 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16984
17131
|
}>>>;
|
|
16985
17132
|
}>, import("@scalar/typebox").TObject<{
|
|
16986
17133
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
17134
|
+
}>, import("@scalar/typebox").TObject<{
|
|
17135
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17136
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16987
17137
|
}>]>;
|
|
16988
17138
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16989
17139
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -17763,11 +17913,13 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17763
17913
|
}>, import("@scalar/typebox").TObject<{
|
|
17764
17914
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17765
17915
|
}>]>;
|
|
17766
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
17916
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17767
17917
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17768
17918
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
17769
17919
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17770
|
-
}
|
|
17920
|
+
}>, import("@scalar/typebox").TObject<{
|
|
17921
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
17922
|
+
}>]>;
|
|
17771
17923
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17772
17924
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17773
17925
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -17935,7 +18087,6 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17935
18087
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17936
18088
|
}>>>;
|
|
17937
18089
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17938
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
17939
18090
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17940
18091
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17941
18092
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -17956,6 +18107,11 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17956
18107
|
}>, import("@scalar/typebox").TString]>;
|
|
17957
18108
|
}>>;
|
|
17958
18109
|
}>>>;
|
|
18110
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18111
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
18112
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
18113
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
18114
|
+
}>>;
|
|
17959
18115
|
}>, import("@scalar/typebox").TObject<{
|
|
17960
18116
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
17961
18117
|
}>]>]>;
|
|
@@ -18342,7 +18498,10 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18342
18498
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
18343
18499
|
}>]>]>>>;
|
|
18344
18500
|
}>, import("@scalar/typebox").TObject<{
|
|
18345
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
18501
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
18502
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
18503
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
18504
|
+
}>>;
|
|
18346
18505
|
}>, import("@scalar/typebox").TObject<{
|
|
18347
18506
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
18348
18507
|
name: import("@scalar/typebox").TString;
|
|
@@ -18371,6 +18530,9 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18371
18530
|
}>>>;
|
|
18372
18531
|
}>, import("@scalar/typebox").TObject<{
|
|
18373
18532
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
18533
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18534
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18535
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18374
18536
|
}>]>;
|
|
18375
18537
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18376
18538
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -19150,11 +19312,13 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19150
19312
|
}>, import("@scalar/typebox").TObject<{
|
|
19151
19313
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19152
19314
|
}>]>;
|
|
19153
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
19315
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19154
19316
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19155
19317
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
19156
19318
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19157
|
-
}
|
|
19319
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19320
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
19321
|
+
}>]>;
|
|
19158
19322
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19159
19323
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19160
19324
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -19322,7 +19486,6 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19322
19486
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19323
19487
|
}>>>;
|
|
19324
19488
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19325
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
19326
19489
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19327
19490
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19328
19491
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -19343,6 +19506,11 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19343
19506
|
}>, import("@scalar/typebox").TString]>;
|
|
19344
19507
|
}>>;
|
|
19345
19508
|
}>>>;
|
|
19509
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19510
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
19511
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
19512
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
19513
|
+
}>>;
|
|
19346
19514
|
}>, import("@scalar/typebox").TObject<{
|
|
19347
19515
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
19348
19516
|
}>]>]>;
|
|
@@ -19729,7 +19897,10 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19729
19897
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
19730
19898
|
}>]>]>>>;
|
|
19731
19899
|
}>, import("@scalar/typebox").TObject<{
|
|
19732
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
19900
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
19901
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
19902
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
19903
|
+
}>>;
|
|
19733
19904
|
}>, import("@scalar/typebox").TObject<{
|
|
19734
19905
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
19735
19906
|
name: import("@scalar/typebox").TString;
|
|
@@ -19758,6 +19929,9 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19758
19929
|
}>>>;
|
|
19759
19930
|
}>, import("@scalar/typebox").TObject<{
|
|
19760
19931
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
19932
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19933
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19934
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19761
19935
|
}>]>;
|
|
19762
19936
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19763
19937
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -20537,11 +20711,13 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20537
20711
|
}>, import("@scalar/typebox").TObject<{
|
|
20538
20712
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20539
20713
|
}>]>;
|
|
20540
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
20714
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20541
20715
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20542
20716
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
20543
20717
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20544
|
-
}
|
|
20718
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20719
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
20720
|
+
}>]>;
|
|
20545
20721
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20546
20722
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20547
20723
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -20709,7 +20885,6 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20709
20885
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20710
20886
|
}>>>;
|
|
20711
20887
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20712
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
20713
20888
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20714
20889
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20715
20890
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -20730,6 +20905,11 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20730
20905
|
}>, import("@scalar/typebox").TString]>;
|
|
20731
20906
|
}>>;
|
|
20732
20907
|
}>>>;
|
|
20908
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20909
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
20910
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
20911
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
20912
|
+
}>>;
|
|
20733
20913
|
}>, import("@scalar/typebox").TObject<{
|
|
20734
20914
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
20735
20915
|
}>]>]>;
|
|
@@ -21116,7 +21296,10 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21116
21296
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
21117
21297
|
}>]>]>>>;
|
|
21118
21298
|
}>, import("@scalar/typebox").TObject<{
|
|
21119
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
21299
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
21300
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
21301
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
21302
|
+
}>>;
|
|
21120
21303
|
}>, import("@scalar/typebox").TObject<{
|
|
21121
21304
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
21122
21305
|
name: import("@scalar/typebox").TString;
|
|
@@ -21145,6 +21328,9 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21145
21328
|
}>>>;
|
|
21146
21329
|
}>, import("@scalar/typebox").TObject<{
|
|
21147
21330
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
21331
|
+
}>, import("@scalar/typebox").TObject<{
|
|
21332
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21333
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21148
21334
|
}>]>;
|
|
21149
21335
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21150
21336
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -21924,11 +22110,13 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21924
22110
|
}>, import("@scalar/typebox").TObject<{
|
|
21925
22111
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21926
22112
|
}>]>;
|
|
21927
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
22113
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21928
22114
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21929
22115
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
21930
22116
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21931
|
-
}
|
|
22117
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22118
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
22119
|
+
}>]>;
|
|
21932
22120
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21933
22121
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21934
22122
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -22096,7 +22284,6 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22096
22284
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22097
22285
|
}>>>;
|
|
22098
22286
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22099
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
22100
22287
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22101
22288
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22102
22289
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -22117,6 +22304,11 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22117
22304
|
}>, import("@scalar/typebox").TString]>;
|
|
22118
22305
|
}>>;
|
|
22119
22306
|
}>>>;
|
|
22307
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22308
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
22309
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
22310
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
22311
|
+
}>>;
|
|
22120
22312
|
}>, import("@scalar/typebox").TObject<{
|
|
22121
22313
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
22122
22314
|
}>]>]>;
|
|
@@ -22503,7 +22695,10 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22503
22695
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
22504
22696
|
}>]>]>>>;
|
|
22505
22697
|
}>, import("@scalar/typebox").TObject<{
|
|
22506
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
22698
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
22699
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
22700
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
22701
|
+
}>>;
|
|
22507
22702
|
}>, import("@scalar/typebox").TObject<{
|
|
22508
22703
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
22509
22704
|
name: import("@scalar/typebox").TString;
|
|
@@ -22532,6 +22727,9 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22532
22727
|
}>>>;
|
|
22533
22728
|
}>, import("@scalar/typebox").TObject<{
|
|
22534
22729
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
22730
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22731
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22732
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22535
22733
|
}>]>;
|
|
22536
22734
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22537
22735
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -23311,11 +23509,13 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23311
23509
|
}>, import("@scalar/typebox").TObject<{
|
|
23312
23510
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23313
23511
|
}>]>;
|
|
23314
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
23512
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23315
23513
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23316
23514
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
23317
23515
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23318
|
-
}
|
|
23516
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23517
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
23518
|
+
}>]>;
|
|
23319
23519
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23320
23520
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23321
23521
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -23483,7 +23683,6 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23483
23683
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23484
23684
|
}>>>;
|
|
23485
23685
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23486
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
23487
23686
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23488
23687
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23489
23688
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -23504,6 +23703,11 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23504
23703
|
}>, import("@scalar/typebox").TString]>;
|
|
23505
23704
|
}>>;
|
|
23506
23705
|
}>>>;
|
|
23706
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23707
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
23708
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
23709
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
23710
|
+
}>>;
|
|
23507
23711
|
}>, import("@scalar/typebox").TObject<{
|
|
23508
23712
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
23509
23713
|
}>]>]>;
|
|
@@ -23890,7 +24094,10 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23890
24094
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
23891
24095
|
}>]>]>>>;
|
|
23892
24096
|
}>, import("@scalar/typebox").TObject<{
|
|
23893
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
24097
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
24098
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
24099
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
24100
|
+
}>>;
|
|
23894
24101
|
}>, import("@scalar/typebox").TObject<{
|
|
23895
24102
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
23896
24103
|
name: import("@scalar/typebox").TString;
|
|
@@ -23919,6 +24126,9 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23919
24126
|
}>>>;
|
|
23920
24127
|
}>, import("@scalar/typebox").TObject<{
|
|
23921
24128
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
24129
|
+
}>, import("@scalar/typebox").TObject<{
|
|
24130
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24131
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23922
24132
|
}>]>;
|
|
23923
24133
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23924
24134
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -24698,11 +24908,13 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24698
24908
|
}>, import("@scalar/typebox").TObject<{
|
|
24699
24909
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24700
24910
|
}>]>;
|
|
24701
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
24911
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24702
24912
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24703
24913
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
24704
24914
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24705
|
-
}
|
|
24915
|
+
}>, import("@scalar/typebox").TObject<{
|
|
24916
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
24917
|
+
}>]>;
|
|
24706
24918
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24707
24919
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24708
24920
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -24870,7 +25082,6 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24870
25082
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24871
25083
|
}>>>;
|
|
24872
25084
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24873
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
24874
25085
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24875
25086
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24876
25087
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -24891,6 +25102,11 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24891
25102
|
}>, import("@scalar/typebox").TString]>;
|
|
24892
25103
|
}>>;
|
|
24893
25104
|
}>>>;
|
|
25105
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25106
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
25107
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
25108
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
25109
|
+
}>>;
|
|
24894
25110
|
}>, import("@scalar/typebox").TObject<{
|
|
24895
25111
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
24896
25112
|
}>]>]>;
|
|
@@ -25277,7 +25493,10 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25277
25493
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
25278
25494
|
}>]>]>>>;
|
|
25279
25495
|
}>, import("@scalar/typebox").TObject<{
|
|
25280
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
25496
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
25497
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
25498
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
25499
|
+
}>>;
|
|
25281
25500
|
}>, import("@scalar/typebox").TObject<{
|
|
25282
25501
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
25283
25502
|
name: import("@scalar/typebox").TString;
|
|
@@ -25306,6 +25525,9 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25306
25525
|
}>>>;
|
|
25307
25526
|
}>, import("@scalar/typebox").TObject<{
|
|
25308
25527
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
25528
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25529
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25530
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25309
25531
|
}>]>;
|
|
25310
25532
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25311
25533
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -26085,11 +26307,13 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26085
26307
|
}>, import("@scalar/typebox").TObject<{
|
|
26086
26308
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26087
26309
|
}>]>;
|
|
26088
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
26310
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26089
26311
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26090
26312
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
26091
26313
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26092
|
-
}
|
|
26314
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26315
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
26316
|
+
}>]>;
|
|
26093
26317
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26094
26318
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26095
26319
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -26257,7 +26481,6 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26257
26481
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26258
26482
|
}>>>;
|
|
26259
26483
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26260
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
26261
26484
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26262
26485
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26263
26486
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -26278,6 +26501,11 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26278
26501
|
}>, import("@scalar/typebox").TString]>;
|
|
26279
26502
|
}>>;
|
|
26280
26503
|
}>>>;
|
|
26504
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26505
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
26506
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
26507
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
26508
|
+
}>>;
|
|
26281
26509
|
}>, import("@scalar/typebox").TObject<{
|
|
26282
26510
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
26283
26511
|
}>]>]>;
|
|
@@ -26664,7 +26892,10 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26664
26892
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
26665
26893
|
}>]>]>>>;
|
|
26666
26894
|
}>, import("@scalar/typebox").TObject<{
|
|
26667
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
26895
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
26896
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
26897
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
26898
|
+
}>>;
|
|
26668
26899
|
}>, import("@scalar/typebox").TObject<{
|
|
26669
26900
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
26670
26901
|
name: import("@scalar/typebox").TString;
|
|
@@ -26693,6 +26924,9 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26693
26924
|
}>>>;
|
|
26694
26925
|
}>, import("@scalar/typebox").TObject<{
|
|
26695
26926
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
26927
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26928
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26929
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26696
26930
|
}>]>;
|
|
26697
26931
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26698
26932
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -27472,11 +27706,13 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27472
27706
|
}>, import("@scalar/typebox").TObject<{
|
|
27473
27707
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27474
27708
|
}>]>;
|
|
27475
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
27709
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27476
27710
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27477
27711
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
27478
27712
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27479
|
-
}
|
|
27713
|
+
}>, import("@scalar/typebox").TObject<{
|
|
27714
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
27715
|
+
}>]>;
|
|
27480
27716
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27481
27717
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27482
27718
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -27644,7 +27880,6 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27644
27880
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27645
27881
|
}>>>;
|
|
27646
27882
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27647
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
27648
27883
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27649
27884
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27650
27885
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -27665,6 +27900,11 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27665
27900
|
}>, import("@scalar/typebox").TString]>;
|
|
27666
27901
|
}>>;
|
|
27667
27902
|
}>>>;
|
|
27903
|
+
}>, import("@scalar/typebox").TObject<{
|
|
27904
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
27905
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
27906
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
27907
|
+
}>>;
|
|
27668
27908
|
}>, import("@scalar/typebox").TObject<{
|
|
27669
27909
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
27670
27910
|
}>]>]>;
|
|
@@ -28051,7 +28291,10 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28051
28291
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
28052
28292
|
}>]>]>>>;
|
|
28053
28293
|
}>, import("@scalar/typebox").TObject<{
|
|
28054
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
28294
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
28295
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
28296
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
28297
|
+
}>>;
|
|
28055
28298
|
}>, import("@scalar/typebox").TObject<{
|
|
28056
28299
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
28057
28300
|
name: import("@scalar/typebox").TString;
|
|
@@ -28080,6 +28323,9 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28080
28323
|
}>>>;
|
|
28081
28324
|
}>, import("@scalar/typebox").TObject<{
|
|
28082
28325
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
28326
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28327
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28328
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28083
28329
|
}>]>;
|
|
28084
28330
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28085
28331
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -28859,11 +29105,13 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28859
29105
|
}>, import("@scalar/typebox").TObject<{
|
|
28860
29106
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28861
29107
|
}>]>;
|
|
28862
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
29108
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28863
29109
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28864
29110
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
28865
29111
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28866
|
-
}
|
|
29112
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29113
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
29114
|
+
}>]>;
|
|
28867
29115
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28868
29116
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28869
29117
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -29031,7 +29279,6 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
29031
29279
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29032
29280
|
}>>>;
|
|
29033
29281
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29034
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
29035
29282
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29036
29283
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29037
29284
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -29052,6 +29299,11 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
29052
29299
|
}>, import("@scalar/typebox").TString]>;
|
|
29053
29300
|
}>>;
|
|
29054
29301
|
}>>>;
|
|
29302
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29303
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
29304
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
29305
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
29306
|
+
}>>;
|
|
29055
29307
|
}>, import("@scalar/typebox").TObject<{
|
|
29056
29308
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
29057
29309
|
}>]>]>;
|
|
@@ -29438,7 +29690,10 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29438
29690
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
29439
29691
|
}>]>]>>>;
|
|
29440
29692
|
}>, import("@scalar/typebox").TObject<{
|
|
29441
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
29693
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
29694
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
29695
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
29696
|
+
}>>;
|
|
29442
29697
|
}>, import("@scalar/typebox").TObject<{
|
|
29443
29698
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
29444
29699
|
name: import("@scalar/typebox").TString;
|
|
@@ -29467,6 +29722,9 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29467
29722
|
}>>>;
|
|
29468
29723
|
}>, import("@scalar/typebox").TObject<{
|
|
29469
29724
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
29725
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29726
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29727
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29470
29728
|
}>]>;
|
|
29471
29729
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29472
29730
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -30246,11 +30504,13 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30246
30504
|
}>, import("@scalar/typebox").TObject<{
|
|
30247
30505
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30248
30506
|
}>]>;
|
|
30249
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
30507
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30250
30508
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30251
30509
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
30252
30510
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30253
|
-
}
|
|
30511
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30512
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
30513
|
+
}>]>;
|
|
30254
30514
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30255
30515
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30256
30516
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -30418,7 +30678,6 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30418
30678
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30419
30679
|
}>>>;
|
|
30420
30680
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30421
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
30422
30681
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30423
30682
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30424
30683
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -30439,6 +30698,11 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30439
30698
|
}>, import("@scalar/typebox").TString]>;
|
|
30440
30699
|
}>>;
|
|
30441
30700
|
}>>>;
|
|
30701
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30702
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
30703
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
30704
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
30705
|
+
}>>;
|
|
30442
30706
|
}>, import("@scalar/typebox").TObject<{
|
|
30443
30707
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
30444
30708
|
}>]>]>;
|
|
@@ -30825,7 +31089,10 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30825
31089
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
30826
31090
|
}>]>]>>>;
|
|
30827
31091
|
}>, import("@scalar/typebox").TObject<{
|
|
30828
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
31092
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
31093
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
31094
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
31095
|
+
}>>;
|
|
30829
31096
|
}>, import("@scalar/typebox").TObject<{
|
|
30830
31097
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
30831
31098
|
name: import("@scalar/typebox").TString;
|
|
@@ -30854,6 +31121,9 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30854
31121
|
}>>>;
|
|
30855
31122
|
}>, import("@scalar/typebox").TObject<{
|
|
30856
31123
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
31124
|
+
}>, import("@scalar/typebox").TObject<{
|
|
31125
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31126
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30857
31127
|
}>]>;
|
|
30858
31128
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30859
31129
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -31633,11 +31903,13 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31633
31903
|
}>, import("@scalar/typebox").TObject<{
|
|
31634
31904
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31635
31905
|
}>]>;
|
|
31636
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
31906
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31637
31907
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31638
31908
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
31639
31909
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31640
|
-
}
|
|
31910
|
+
}>, import("@scalar/typebox").TObject<{
|
|
31911
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
31912
|
+
}>]>;
|
|
31641
31913
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31642
31914
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31643
31915
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -31805,7 +32077,6 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31805
32077
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31806
32078
|
}>>>;
|
|
31807
32079
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31808
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
31809
32080
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31810
32081
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31811
32082
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -31826,6 +32097,11 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31826
32097
|
}>, import("@scalar/typebox").TString]>;
|
|
31827
32098
|
}>>;
|
|
31828
32099
|
}>>>;
|
|
32100
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32101
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
32102
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
32103
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
32104
|
+
}>>;
|
|
31829
32105
|
}>, import("@scalar/typebox").TObject<{
|
|
31830
32106
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
31831
32107
|
}>]>]>;
|
|
@@ -32212,7 +32488,10 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32212
32488
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
32213
32489
|
}>]>]>>>;
|
|
32214
32490
|
}>, import("@scalar/typebox").TObject<{
|
|
32215
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
32491
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
32492
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
32493
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
32494
|
+
}>>;
|
|
32216
32495
|
}>, import("@scalar/typebox").TObject<{
|
|
32217
32496
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
32218
32497
|
name: import("@scalar/typebox").TString;
|
|
@@ -32241,6 +32520,9 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32241
32520
|
}>>>;
|
|
32242
32521
|
}>, import("@scalar/typebox").TObject<{
|
|
32243
32522
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
32523
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32524
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
32525
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
32244
32526
|
}>]>;
|
|
32245
32527
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32246
32528
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -33020,11 +33302,13 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33020
33302
|
}>, import("@scalar/typebox").TObject<{
|
|
33021
33303
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33022
33304
|
}>]>;
|
|
33023
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
33305
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33024
33306
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33025
33307
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
33026
33308
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33027
|
-
}
|
|
33309
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33310
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
33311
|
+
}>]>;
|
|
33028
33312
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33029
33313
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33030
33314
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -33192,7 +33476,6 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33192
33476
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33193
33477
|
}>>>;
|
|
33194
33478
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33195
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
33196
33479
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33197
33480
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33198
33481
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -33213,6 +33496,11 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33213
33496
|
}>, import("@scalar/typebox").TString]>;
|
|
33214
33497
|
}>>;
|
|
33215
33498
|
}>>>;
|
|
33499
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33500
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
33501
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
33502
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
33503
|
+
}>>;
|
|
33216
33504
|
}>, import("@scalar/typebox").TObject<{
|
|
33217
33505
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
33218
33506
|
}>]>]>;
|
|
@@ -33599,7 +33887,10 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33599
33887
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
33600
33888
|
}>]>]>>>;
|
|
33601
33889
|
}>, import("@scalar/typebox").TObject<{
|
|
33602
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
33890
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
33891
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
33892
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
33893
|
+
}>>;
|
|
33603
33894
|
}>, import("@scalar/typebox").TObject<{
|
|
33604
33895
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
33605
33896
|
name: import("@scalar/typebox").TString;
|
|
@@ -33628,6 +33919,9 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33628
33919
|
}>>>;
|
|
33629
33920
|
}>, import("@scalar/typebox").TObject<{
|
|
33630
33921
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
33922
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33923
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33924
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33631
33925
|
}>]>;
|
|
33632
33926
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33633
33927
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -34407,11 +34701,13 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34407
34701
|
}>, import("@scalar/typebox").TObject<{
|
|
34408
34702
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34409
34703
|
}>]>;
|
|
34410
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
34704
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34411
34705
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34412
34706
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
34413
34707
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34414
|
-
}
|
|
34708
|
+
}>, import("@scalar/typebox").TObject<{
|
|
34709
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
34710
|
+
}>]>;
|
|
34415
34711
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34416
34712
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34417
34713
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -34579,7 +34875,6 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34579
34875
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34580
34876
|
}>>>;
|
|
34581
34877
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34582
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
34583
34878
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34584
34879
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34585
34880
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -34600,6 +34895,11 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34600
34895
|
}>, import("@scalar/typebox").TString]>;
|
|
34601
34896
|
}>>;
|
|
34602
34897
|
}>>>;
|
|
34898
|
+
}>, import("@scalar/typebox").TObject<{
|
|
34899
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
34900
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
34901
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
34902
|
+
}>>;
|
|
34603
34903
|
}>, import("@scalar/typebox").TObject<{
|
|
34604
34904
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
34605
34905
|
}>]>]>;
|
|
@@ -34986,7 +35286,10 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34986
35286
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
34987
35287
|
}>]>]>>>;
|
|
34988
35288
|
}>, import("@scalar/typebox").TObject<{
|
|
34989
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
35289
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
35290
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
35291
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
35292
|
+
}>>;
|
|
34990
35293
|
}>, import("@scalar/typebox").TObject<{
|
|
34991
35294
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
34992
35295
|
name: import("@scalar/typebox").TString;
|
|
@@ -35015,6 +35318,9 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35015
35318
|
}>>>;
|
|
35016
35319
|
}>, import("@scalar/typebox").TObject<{
|
|
35017
35320
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
35321
|
+
}>, import("@scalar/typebox").TObject<{
|
|
35322
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35323
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35018
35324
|
}>]>;
|
|
35019
35325
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35020
35326
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -35794,11 +36100,13 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35794
36100
|
}>, import("@scalar/typebox").TObject<{
|
|
35795
36101
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35796
36102
|
}>]>;
|
|
35797
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
36103
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35798
36104
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35799
36105
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
35800
36106
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35801
|
-
}
|
|
36107
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36108
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
36109
|
+
}>]>;
|
|
35802
36110
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35803
36111
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35804
36112
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -35966,7 +36274,6 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35966
36274
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35967
36275
|
}>>>;
|
|
35968
36276
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35969
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
35970
36277
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35971
36278
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35972
36279
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -35987,6 +36294,11 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35987
36294
|
}>, import("@scalar/typebox").TString]>;
|
|
35988
36295
|
}>>;
|
|
35989
36296
|
}>>>;
|
|
36297
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36298
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
36299
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
36300
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
36301
|
+
}>>;
|
|
35990
36302
|
}>, import("@scalar/typebox").TObject<{
|
|
35991
36303
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
35992
36304
|
}>]>]>;
|
|
@@ -36373,7 +36685,10 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36373
36685
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
36374
36686
|
}>]>]>>>;
|
|
36375
36687
|
}>, import("@scalar/typebox").TObject<{
|
|
36376
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
36688
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
36689
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
36690
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
36691
|
+
}>>;
|
|
36377
36692
|
}>, import("@scalar/typebox").TObject<{
|
|
36378
36693
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
36379
36694
|
name: import("@scalar/typebox").TString;
|
|
@@ -36402,6 +36717,9 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36402
36717
|
}>>>;
|
|
36403
36718
|
}>, import("@scalar/typebox").TObject<{
|
|
36404
36719
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
36720
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36721
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
36722
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
36405
36723
|
}>]>;
|
|
36406
36724
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36407
36725
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -37181,11 +37499,13 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37181
37499
|
}>, import("@scalar/typebox").TObject<{
|
|
37182
37500
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37183
37501
|
}>]>;
|
|
37184
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
37502
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37185
37503
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37186
37504
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
37187
37505
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37188
|
-
}
|
|
37506
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37507
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
37508
|
+
}>]>;
|
|
37189
37509
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37190
37510
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37191
37511
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -37353,7 +37673,6 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37353
37673
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37354
37674
|
}>>>;
|
|
37355
37675
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37356
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
37357
37676
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37358
37677
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37359
37678
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -37374,6 +37693,11 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37374
37693
|
}>, import("@scalar/typebox").TString]>;
|
|
37375
37694
|
}>>;
|
|
37376
37695
|
}>>>;
|
|
37696
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37697
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
37698
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
37699
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
37700
|
+
}>>;
|
|
37377
37701
|
}>, import("@scalar/typebox").TObject<{
|
|
37378
37702
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
37379
37703
|
}>]>]>;
|
|
@@ -37760,7 +38084,10 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37760
38084
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
37761
38085
|
}>]>]>>>;
|
|
37762
38086
|
}>, import("@scalar/typebox").TObject<{
|
|
37763
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
38087
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
38088
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
38089
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
38090
|
+
}>>;
|
|
37764
38091
|
}>, import("@scalar/typebox").TObject<{
|
|
37765
38092
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
37766
38093
|
name: import("@scalar/typebox").TString;
|
|
@@ -37789,6 +38116,9 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37789
38116
|
}>>>;
|
|
37790
38117
|
}>, import("@scalar/typebox").TObject<{
|
|
37791
38118
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
38119
|
+
}>, import("@scalar/typebox").TObject<{
|
|
38120
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38121
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37792
38122
|
}>]>;
|
|
37793
38123
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37794
38124
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -38568,11 +38898,13 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38568
38898
|
}>, import("@scalar/typebox").TObject<{
|
|
38569
38899
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38570
38900
|
}>]>;
|
|
38571
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
38901
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38572
38902
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38573
38903
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
38574
38904
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38575
|
-
}
|
|
38905
|
+
}>, import("@scalar/typebox").TObject<{
|
|
38906
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
38907
|
+
}>]>;
|
|
38576
38908
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38577
38909
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38578
38910
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -38740,7 +39072,6 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38740
39072
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38741
39073
|
}>>>;
|
|
38742
39074
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38743
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
38744
39075
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38745
39076
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38746
39077
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -38761,6 +39092,11 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38761
39092
|
}>, import("@scalar/typebox").TString]>;
|
|
38762
39093
|
}>>;
|
|
38763
39094
|
}>>>;
|
|
39095
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39096
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
39097
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
39098
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
39099
|
+
}>>;
|
|
38764
39100
|
}>, import("@scalar/typebox").TObject<{
|
|
38765
39101
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
38766
39102
|
}>]>]>;
|
|
@@ -39147,7 +39483,10 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
39147
39483
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
39148
39484
|
}>]>]>>>;
|
|
39149
39485
|
}>, import("@scalar/typebox").TObject<{
|
|
39150
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
39486
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
39487
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
39488
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
39489
|
+
}>>;
|
|
39151
39490
|
}>, import("@scalar/typebox").TObject<{
|
|
39152
39491
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
39153
39492
|
name: import("@scalar/typebox").TString;
|
|
@@ -39176,6 +39515,9 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
39176
39515
|
}>>>;
|
|
39177
39516
|
}>, import("@scalar/typebox").TObject<{
|
|
39178
39517
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
39518
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39519
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39520
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39179
39521
|
}>]>;
|
|
39180
39522
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39181
39523
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -39955,11 +40297,13 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
39955
40297
|
}>, import("@scalar/typebox").TObject<{
|
|
39956
40298
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39957
40299
|
}>]>;
|
|
39958
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
40300
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39959
40301
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39960
40302
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
39961
40303
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39962
|
-
}
|
|
40304
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40305
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
40306
|
+
}>]>;
|
|
39963
40307
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39964
40308
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39965
40309
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -40127,7 +40471,6 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
40127
40471
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40128
40472
|
}>>>;
|
|
40129
40473
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40130
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
40131
40474
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40132
40475
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40133
40476
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -40148,6 +40491,11 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
40148
40491
|
}>, import("@scalar/typebox").TString]>;
|
|
40149
40492
|
}>>;
|
|
40150
40493
|
}>>>;
|
|
40494
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40495
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
40496
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
40497
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
40498
|
+
}>>;
|
|
40151
40499
|
}>, import("@scalar/typebox").TObject<{
|
|
40152
40500
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
40153
40501
|
}>]>]>;
|
|
@@ -40534,7 +40882,10 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40534
40882
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
40535
40883
|
}>]>]>>>;
|
|
40536
40884
|
}>, import("@scalar/typebox").TObject<{
|
|
40537
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
40885
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
40886
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
40887
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
40888
|
+
}>>;
|
|
40538
40889
|
}>, import("@scalar/typebox").TObject<{
|
|
40539
40890
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
40540
40891
|
name: import("@scalar/typebox").TString;
|
|
@@ -40563,6 +40914,9 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40563
40914
|
}>>>;
|
|
40564
40915
|
}>, import("@scalar/typebox").TObject<{
|
|
40565
40916
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
40917
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40918
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40919
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40566
40920
|
}>]>;
|
|
40567
40921
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40568
40922
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -41342,11 +41696,13 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41342
41696
|
}>, import("@scalar/typebox").TObject<{
|
|
41343
41697
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41344
41698
|
}>]>;
|
|
41345
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
41699
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41346
41700
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41347
41701
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
41348
41702
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41349
|
-
}
|
|
41703
|
+
}>, import("@scalar/typebox").TObject<{
|
|
41704
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
41705
|
+
}>]>;
|
|
41350
41706
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41351
41707
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41352
41708
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -41514,7 +41870,6 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41514
41870
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41515
41871
|
}>>>;
|
|
41516
41872
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41517
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
41518
41873
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41519
41874
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41520
41875
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -41535,6 +41890,11 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41535
41890
|
}>, import("@scalar/typebox").TString]>;
|
|
41536
41891
|
}>>;
|
|
41537
41892
|
}>>>;
|
|
41893
|
+
}>, import("@scalar/typebox").TObject<{
|
|
41894
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
41895
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
41896
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
41897
|
+
}>>;
|
|
41538
41898
|
}>, import("@scalar/typebox").TObject<{
|
|
41539
41899
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
41540
41900
|
}>]>]>;
|
|
@@ -41921,7 +42281,10 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41921
42281
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
41922
42282
|
}>]>]>>>;
|
|
41923
42283
|
}>, import("@scalar/typebox").TObject<{
|
|
41924
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
42284
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
42285
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
42286
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
42287
|
+
}>>;
|
|
41925
42288
|
}>, import("@scalar/typebox").TObject<{
|
|
41926
42289
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
41927
42290
|
name: import("@scalar/typebox").TString;
|
|
@@ -41950,6 +42313,9 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41950
42313
|
}>>>;
|
|
41951
42314
|
}>, import("@scalar/typebox").TObject<{
|
|
41952
42315
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
42316
|
+
}>, import("@scalar/typebox").TObject<{
|
|
42317
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42318
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41953
42319
|
}>]>;
|
|
41954
42320
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41955
42321
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -42729,11 +43095,13 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
42729
43095
|
}>, import("@scalar/typebox").TObject<{
|
|
42730
43096
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42731
43097
|
}>]>;
|
|
42732
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
43098
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42733
43099
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42734
43100
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
42735
43101
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42736
|
-
}
|
|
43102
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43103
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
43104
|
+
}>]>;
|
|
42737
43105
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42738
43106
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42739
43107
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -42901,7 +43269,6 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
42901
43269
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42902
43270
|
}>>>;
|
|
42903
43271
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42904
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
42905
43272
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42906
43273
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42907
43274
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -42922,6 +43289,11 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
42922
43289
|
}>, import("@scalar/typebox").TString]>;
|
|
42923
43290
|
}>>;
|
|
42924
43291
|
}>>>;
|
|
43292
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43293
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
43294
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
43295
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
43296
|
+
}>>;
|
|
42925
43297
|
}>, import("@scalar/typebox").TObject<{
|
|
42926
43298
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
42927
43299
|
}>]>]>;
|
|
@@ -43308,7 +43680,10 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
43308
43680
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
43309
43681
|
}>]>]>>>;
|
|
43310
43682
|
}>, import("@scalar/typebox").TObject<{
|
|
43311
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
43683
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
43684
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
43685
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
43686
|
+
}>>;
|
|
43312
43687
|
}>, import("@scalar/typebox").TObject<{
|
|
43313
43688
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
43314
43689
|
name: import("@scalar/typebox").TString;
|
|
@@ -43337,6 +43712,9 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
43337
43712
|
}>>>;
|
|
43338
43713
|
}>, import("@scalar/typebox").TObject<{
|
|
43339
43714
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
43715
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43716
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43717
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43340
43718
|
}>]>;
|
|
43341
43719
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43342
43720
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -44116,11 +44494,13 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44116
44494
|
}>, import("@scalar/typebox").TObject<{
|
|
44117
44495
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44118
44496
|
}>]>;
|
|
44119
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
44497
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44120
44498
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44121
44499
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
44122
44500
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44123
|
-
}
|
|
44501
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44502
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
44503
|
+
}>]>;
|
|
44124
44504
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44125
44505
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44126
44506
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -44288,7 +44668,6 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44288
44668
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44289
44669
|
}>>>;
|
|
44290
44670
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44291
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
44292
44671
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44293
44672
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44294
44673
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -44309,6 +44688,11 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44309
44688
|
}>, import("@scalar/typebox").TString]>;
|
|
44310
44689
|
}>>;
|
|
44311
44690
|
}>>>;
|
|
44691
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44692
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
44693
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
44694
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
44695
|
+
}>>;
|
|
44312
44696
|
}>, import("@scalar/typebox").TObject<{
|
|
44313
44697
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
44314
44698
|
}>]>]>;
|
|
@@ -44695,7 +45079,10 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44695
45079
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
44696
45080
|
}>]>]>>>;
|
|
44697
45081
|
}>, import("@scalar/typebox").TObject<{
|
|
44698
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
45082
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
45083
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
45084
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
45085
|
+
}>>;
|
|
44699
45086
|
}>, import("@scalar/typebox").TObject<{
|
|
44700
45087
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
44701
45088
|
name: import("@scalar/typebox").TString;
|
|
@@ -44724,6 +45111,9 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44724
45111
|
}>>>;
|
|
44725
45112
|
}>, import("@scalar/typebox").TObject<{
|
|
44726
45113
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
45114
|
+
}>, import("@scalar/typebox").TObject<{
|
|
45115
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45116
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44727
45117
|
}>]>;
|
|
44728
45118
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44729
45119
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -45503,11 +45893,13 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45503
45893
|
}>, import("@scalar/typebox").TObject<{
|
|
45504
45894
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45505
45895
|
}>]>;
|
|
45506
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
45896
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45507
45897
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45508
45898
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
45509
45899
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45510
|
-
}
|
|
45900
|
+
}>, import("@scalar/typebox").TObject<{
|
|
45901
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
45902
|
+
}>]>;
|
|
45511
45903
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45512
45904
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45513
45905
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -45675,7 +46067,6 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45675
46067
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45676
46068
|
}>>>;
|
|
45677
46069
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45678
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
45679
46070
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45680
46071
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45681
46072
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -45696,6 +46087,11 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45696
46087
|
}>, import("@scalar/typebox").TString]>;
|
|
45697
46088
|
}>>;
|
|
45698
46089
|
}>>>;
|
|
46090
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46091
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
46092
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
46093
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
46094
|
+
}>>;
|
|
45699
46095
|
}>, import("@scalar/typebox").TObject<{
|
|
45700
46096
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
45701
46097
|
}>]>]>;
|
|
@@ -46082,7 +46478,10 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
46082
46478
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
46083
46479
|
}>]>]>>>;
|
|
46084
46480
|
}>, import("@scalar/typebox").TObject<{
|
|
46085
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
46481
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
46482
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
46483
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
46484
|
+
}>>;
|
|
46086
46485
|
}>, import("@scalar/typebox").TObject<{
|
|
46087
46486
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
46088
46487
|
name: import("@scalar/typebox").TString;
|
|
@@ -46111,6 +46510,9 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
46111
46510
|
}>>>;
|
|
46112
46511
|
}>, import("@scalar/typebox").TObject<{
|
|
46113
46512
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
46513
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46514
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46515
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46114
46516
|
}>]>;
|
|
46115
46517
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
46116
46518
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -46890,11 +47292,13 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
46890
47292
|
}>, import("@scalar/typebox").TObject<{
|
|
46891
47293
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
46892
47294
|
}>]>;
|
|
46893
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
47295
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
46894
47296
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46895
47297
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
46896
47298
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
46897
|
-
}
|
|
47299
|
+
}>, import("@scalar/typebox").TObject<{
|
|
47300
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
47301
|
+
}>]>;
|
|
46898
47302
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
46899
47303
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46900
47304
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -47062,7 +47466,6 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
47062
47466
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
47063
47467
|
}>>>;
|
|
47064
47468
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
47065
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
47066
47469
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
47067
47470
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
47068
47471
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -47083,6 +47486,11 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
47083
47486
|
}>, import("@scalar/typebox").TString]>;
|
|
47084
47487
|
}>>;
|
|
47085
47488
|
}>>>;
|
|
47489
|
+
}>, import("@scalar/typebox").TObject<{
|
|
47490
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
47491
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
47492
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
47493
|
+
}>>;
|
|
47086
47494
|
}>, import("@scalar/typebox").TObject<{
|
|
47087
47495
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
47088
47496
|
}>]>]>;
|