@scalar/workspace-store 0.18.1 → 0.20.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 +28 -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 +77 -14
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/events/definitions/document.d.ts +5 -1
- package/dist/events/definitions/document.d.ts.map +1 -1
- package/dist/events/definitions/index.d.ts +1 -2
- package/dist/events/definitions/index.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/server.d.ts +20 -28
- package/dist/events/definitions/server.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/events/index.d.ts +2 -2
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js.map +2 -2
- 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 +147 -0
- package/dist/mutators/auth.d.ts.map +1 -0
- package/dist/mutators/auth.js +156 -0
- package/dist/mutators/auth.js.map +7 -0
- package/dist/mutators/document.d.ts +6 -0
- package/dist/mutators/document.d.ts.map +1 -0
- package/dist/mutators/document.js +10 -0
- package/dist/mutators/document.js.map +7 -0
- package/dist/mutators/index.d.ts +12 -7
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +74 -1
- package/dist/mutators/index.js.map +3 -3
- 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/mutators/server.d.ts +43 -8
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +112 -20
- package/dist/mutators/server.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +1 -0
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +2 -1
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/plugins/client/persistence.d.ts +2 -1
- package/dist/plugins/client/persistence.d.ts.map +1 -1
- package/dist/plugins/client/persistence.js +11 -9
- package/dist/plugins/client/persistence.js.map +2 -2
- package/dist/schemas/extensions/document/x-scalar-document-security.d.ts +13 -0
- package/dist/schemas/extensions/document/x-scalar-document-security.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-document-security.js +8 -0
- package/dist/schemas/extensions/document/x-scalar-document-security.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/extensions/server/x-scalar-selected-server.d.ts +8 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts.map +1 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.js +8 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +44 -8
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +5 -0
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +1 -0
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +22 -4
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +22 -4
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +752 -138
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +12 -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 +22 -4
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +22 -4
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +154 -28
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/helpers/debounce.d.ts +0 -28
- package/dist/helpers/debounce.d.ts.map +0 -1
- package/dist/helpers/debounce.js +0 -31
- package/dist/helpers/debounce.js.map +0 -7
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { extensions } from '../../../schemas/extensions.js';
|
|
2
|
+
import { type XScalarDocumentSecurity } from '../../../schemas/extensions/document/x-scalar-document-security.js';
|
|
2
3
|
import { type XScalarEnvironments } from '../../../schemas/extensions/document/x-scalar-environments.js';
|
|
4
|
+
import { type XScalarSelectedSecurity } from '../../../schemas/extensions/security/x-scalar-selected-security.js';
|
|
5
|
+
import { type XScalarSelectedServer } from '../../../schemas/extensions/server/x-scalar-selected-server.js';
|
|
3
6
|
import { type XTagGroups } from '../../../schemas/extensions/tag/x-tag-groups.js';
|
|
4
7
|
import { type TraversedDocument } from '../../../schemas/navigation.js';
|
|
5
8
|
import { type XScalarClientConfigCookies } from './client-config-extensions/x-scalar-client-config-cookies.js';
|
|
@@ -16,7 +19,6 @@ export type OpenAPIExtensions = Partial<{
|
|
|
16
19
|
'x-scalar-client-config-icon': string;
|
|
17
20
|
'x-scalar-client-config-cookies': XScalarClientConfigCookies;
|
|
18
21
|
'x-original-oas-version': string;
|
|
19
|
-
'x-scalar-selected-security': SecurityRequirementObject[];
|
|
20
22
|
/** Original document source url / when loading a document from an external source */
|
|
21
23
|
'x-scalar-original-source-url': string;
|
|
22
24
|
'x-scalar-watch-mode': boolean;
|
|
@@ -24,7 +26,7 @@ export type OpenAPIExtensions = Partial<{
|
|
|
24
26
|
}> & {
|
|
25
27
|
/** Original input document hash */
|
|
26
28
|
'x-scalar-original-document-hash': string;
|
|
27
|
-
} & XTagGroups & XScalarEnvironments;
|
|
29
|
+
} & XTagGroups & XScalarEnvironments & XScalarSelectedSecurity & XScalarSelectedServer & XScalarDocumentSecurity;
|
|
28
30
|
export type OpenApiDocument = {
|
|
29
31
|
/** 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
32
|
openapi: string;
|
|
@@ -311,7 +313,10 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
311
313
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
312
314
|
}>]>]>>>;
|
|
313
315
|
}>, import("@scalar/typebox").TObject<{
|
|
314
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
316
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
317
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
318
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
319
|
+
}>>;
|
|
315
320
|
}>, import("@scalar/typebox").TObject<{
|
|
316
321
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
317
322
|
name: import("@scalar/typebox").TString;
|
|
@@ -340,6 +345,9 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
340
345
|
}>>>;
|
|
341
346
|
}>, import("@scalar/typebox").TObject<{
|
|
342
347
|
'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">]>>;
|
|
348
|
+
}>, import("@scalar/typebox").TObject<{
|
|
349
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
350
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
343
351
|
}>]>;
|
|
344
352
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
345
353
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1119,11 +1127,13 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1119
1127
|
}>, import("@scalar/typebox").TObject<{
|
|
1120
1128
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1121
1129
|
}>]>;
|
|
1122
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1130
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1123
1131
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1124
1132
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1125
1133
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1126
|
-
}
|
|
1134
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1135
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1136
|
+
}>]>;
|
|
1127
1137
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1128
1138
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1129
1139
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1291,7 +1301,6 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1291
1301
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1292
1302
|
}>>>;
|
|
1293
1303
|
'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
1304
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1296
1305
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1297
1306
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1312,6 +1321,15 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1312
1321
|
}>, import("@scalar/typebox").TString]>;
|
|
1313
1322
|
}>>;
|
|
1314
1323
|
}>>>;
|
|
1324
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1325
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1326
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1327
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1328
|
+
}>>;
|
|
1329
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1330
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1331
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1332
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1315
1333
|
}>, import("@scalar/typebox").TObject<{
|
|
1316
1334
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1317
1335
|
}>]>]>;
|
|
@@ -1417,6 +1435,7 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1417
1435
|
title: import("@scalar/typebox").TString;
|
|
1418
1436
|
}>, import("@scalar/typebox").TObject<{
|
|
1419
1437
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1438
|
+
name: import("@scalar/typebox").TString;
|
|
1420
1439
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1421
1440
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1422
1441
|
id: import("@scalar/typebox").TString;
|
|
@@ -1431,6 +1450,7 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1431
1450
|
title: import("@scalar/typebox").TString;
|
|
1432
1451
|
}>, import("@scalar/typebox").TObject<{
|
|
1433
1452
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1453
|
+
name: import("@scalar/typebox").TString;
|
|
1434
1454
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1435
1455
|
}>]>;
|
|
1436
1456
|
}, "OpenApiDocument">;
|
|
@@ -1698,7 +1718,10 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
1698
1718
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
1699
1719
|
}>]>]>>>;
|
|
1700
1720
|
}>, import("@scalar/typebox").TObject<{
|
|
1701
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1721
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1722
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1723
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1724
|
+
}>>;
|
|
1702
1725
|
}>, import("@scalar/typebox").TObject<{
|
|
1703
1726
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1704
1727
|
name: import("@scalar/typebox").TString;
|
|
@@ -1727,6 +1750,9 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
1727
1750
|
}>>>;
|
|
1728
1751
|
}>, import("@scalar/typebox").TObject<{
|
|
1729
1752
|
'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">]>>;
|
|
1753
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1754
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1755
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1730
1756
|
}>]>;
|
|
1731
1757
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1732
1758
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2506,11 +2532,13 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2506
2532
|
}>, import("@scalar/typebox").TObject<{
|
|
2507
2533
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2508
2534
|
}>]>;
|
|
2509
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2535
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2510
2536
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2511
2537
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
2512
2538
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2513
|
-
}
|
|
2539
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2540
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2541
|
+
}>]>;
|
|
2514
2542
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2515
2543
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2516
2544
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2678,7 +2706,6 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2678
2706
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2679
2707
|
}>>>;
|
|
2680
2708
|
'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
2709
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2683
2710
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2684
2711
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -2699,6 +2726,15 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2699
2726
|
}>, import("@scalar/typebox").TString]>;
|
|
2700
2727
|
}>>;
|
|
2701
2728
|
}>>>;
|
|
2729
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2730
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
2731
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
2732
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
2733
|
+
}>>;
|
|
2734
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2735
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2736
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2737
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2702
2738
|
}>, import("@scalar/typebox").TObject<{
|
|
2703
2739
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2704
2740
|
}>]>]>;
|
|
@@ -2804,6 +2840,7 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2804
2840
|
title: import("@scalar/typebox").TString;
|
|
2805
2841
|
}>, import("@scalar/typebox").TObject<{
|
|
2806
2842
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2843
|
+
name: import("@scalar/typebox").TString;
|
|
2807
2844
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2808
2845
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2809
2846
|
id: import("@scalar/typebox").TString;
|
|
@@ -2818,6 +2855,7 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2818
2855
|
title: import("@scalar/typebox").TString;
|
|
2819
2856
|
}>, import("@scalar/typebox").TObject<{
|
|
2820
2857
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2858
|
+
name: import("@scalar/typebox").TString;
|
|
2821
2859
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2822
2860
|
}>]>;
|
|
2823
2861
|
}, "ComponentsObject">;
|
|
@@ -3085,7 +3123,10 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3085
3123
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
3086
3124
|
}>]>]>>>;
|
|
3087
3125
|
}>, import("@scalar/typebox").TObject<{
|
|
3088
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
3126
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
3127
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
3128
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
3129
|
+
}>>;
|
|
3089
3130
|
}>, import("@scalar/typebox").TObject<{
|
|
3090
3131
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
3091
3132
|
name: import("@scalar/typebox").TString;
|
|
@@ -3114,6 +3155,9 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3114
3155
|
}>>>;
|
|
3115
3156
|
}>, import("@scalar/typebox").TObject<{
|
|
3116
3157
|
'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">]>>;
|
|
3158
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3159
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3160
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3117
3161
|
}>]>;
|
|
3118
3162
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3119
3163
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -3893,11 +3937,13 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3893
3937
|
}>, import("@scalar/typebox").TObject<{
|
|
3894
3938
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3895
3939
|
}>]>;
|
|
3896
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
3940
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3897
3941
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3898
3942
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
3899
3943
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3900
|
-
}
|
|
3944
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3945
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3946
|
+
}>]>;
|
|
3901
3947
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3902
3948
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3903
3949
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4065,7 +4111,6 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4065
4111
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4066
4112
|
}>>>;
|
|
4067
4113
|
'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
4114
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4070
4115
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4071
4116
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -4086,6 +4131,15 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4086
4131
|
}>, import("@scalar/typebox").TString]>;
|
|
4087
4132
|
}>>;
|
|
4088
4133
|
}>>>;
|
|
4134
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4135
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4136
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
4137
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4138
|
+
}>>;
|
|
4139
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4140
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4141
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4142
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4089
4143
|
}>, import("@scalar/typebox").TObject<{
|
|
4090
4144
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4091
4145
|
}>]>]>;
|
|
@@ -4191,6 +4245,7 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4191
4245
|
title: import("@scalar/typebox").TString;
|
|
4192
4246
|
}>, import("@scalar/typebox").TObject<{
|
|
4193
4247
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4248
|
+
name: import("@scalar/typebox").TString;
|
|
4194
4249
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4195
4250
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4196
4251
|
id: import("@scalar/typebox").TString;
|
|
@@ -4205,6 +4260,7 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4205
4260
|
title: import("@scalar/typebox").TString;
|
|
4206
4261
|
}>, import("@scalar/typebox").TObject<{
|
|
4207
4262
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4263
|
+
name: import("@scalar/typebox").TString;
|
|
4208
4264
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4209
4265
|
}>]>;
|
|
4210
4266
|
}, "SecurityRequirementObject">;
|
|
@@ -4472,7 +4528,10 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
4472
4528
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
4473
4529
|
}>]>]>>>;
|
|
4474
4530
|
}>, import("@scalar/typebox").TObject<{
|
|
4475
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
4531
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4532
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
4533
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4534
|
+
}>>;
|
|
4476
4535
|
}>, import("@scalar/typebox").TObject<{
|
|
4477
4536
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4478
4537
|
name: import("@scalar/typebox").TString;
|
|
@@ -4501,6 +4560,9 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
4501
4560
|
}>>>;
|
|
4502
4561
|
}>, import("@scalar/typebox").TObject<{
|
|
4503
4562
|
'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">]>>;
|
|
4563
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4564
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4565
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4504
4566
|
}>]>;
|
|
4505
4567
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4506
4568
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -5280,11 +5342,13 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5280
5342
|
}>, import("@scalar/typebox").TObject<{
|
|
5281
5343
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5282
5344
|
}>]>;
|
|
5283
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
5345
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5284
5346
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5285
5347
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
5286
5348
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5287
|
-
}
|
|
5349
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5350
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5351
|
+
}>]>;
|
|
5288
5352
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5289
5353
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5290
5354
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5452,7 +5516,6 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5452
5516
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5453
5517
|
}>>>;
|
|
5454
5518
|
'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
5519
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5457
5520
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5458
5521
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -5473,6 +5536,15 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5473
5536
|
}>, import("@scalar/typebox").TString]>;
|
|
5474
5537
|
}>>;
|
|
5475
5538
|
}>>>;
|
|
5539
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5540
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5541
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
5542
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5543
|
+
}>>;
|
|
5544
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5545
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5546
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5547
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5476
5548
|
}>, import("@scalar/typebox").TObject<{
|
|
5477
5549
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5478
5550
|
}>]>]>;
|
|
@@ -5578,6 +5650,7 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5578
5650
|
title: import("@scalar/typebox").TString;
|
|
5579
5651
|
}>, import("@scalar/typebox").TObject<{
|
|
5580
5652
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5653
|
+
name: import("@scalar/typebox").TString;
|
|
5581
5654
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5582
5655
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5583
5656
|
id: import("@scalar/typebox").TString;
|
|
@@ -5592,6 +5665,7 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5592
5665
|
title: import("@scalar/typebox").TString;
|
|
5593
5666
|
}>, import("@scalar/typebox").TObject<{
|
|
5594
5667
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5668
|
+
name: import("@scalar/typebox").TString;
|
|
5595
5669
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5596
5670
|
}>]>;
|
|
5597
5671
|
}, "TagObject">;
|
|
@@ -5859,7 +5933,10 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5859
5933
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
5860
5934
|
}>]>]>>>;
|
|
5861
5935
|
}>, import("@scalar/typebox").TObject<{
|
|
5862
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
5936
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5937
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
5938
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5939
|
+
}>>;
|
|
5863
5940
|
}>, import("@scalar/typebox").TObject<{
|
|
5864
5941
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5865
5942
|
name: import("@scalar/typebox").TString;
|
|
@@ -5888,6 +5965,9 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5888
5965
|
}>>>;
|
|
5889
5966
|
}>, import("@scalar/typebox").TObject<{
|
|
5890
5967
|
'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">]>>;
|
|
5968
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5969
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5970
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5891
5971
|
}>]>;
|
|
5892
5972
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5893
5973
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -6667,11 +6747,13 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6667
6747
|
}>, import("@scalar/typebox").TObject<{
|
|
6668
6748
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6669
6749
|
}>]>;
|
|
6670
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
6750
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6671
6751
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6672
6752
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
6673
6753
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6674
|
-
}
|
|
6754
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6755
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6756
|
+
}>]>;
|
|
6675
6757
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6676
6758
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6677
6759
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6839,7 +6921,6 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6839
6921
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6840
6922
|
}>>>;
|
|
6841
6923
|
'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
6924
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6844
6925
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6845
6926
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -6860,6 +6941,15 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6860
6941
|
}>, import("@scalar/typebox").TString]>;
|
|
6861
6942
|
}>>;
|
|
6862
6943
|
}>>>;
|
|
6944
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6945
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
6946
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
6947
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
6948
|
+
}>>;
|
|
6949
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6950
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6951
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6952
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6863
6953
|
}>, import("@scalar/typebox").TObject<{
|
|
6864
6954
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6865
6955
|
}>]>]>;
|
|
@@ -6965,6 +7055,7 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6965
7055
|
title: import("@scalar/typebox").TString;
|
|
6966
7056
|
}>, import("@scalar/typebox").TObject<{
|
|
6967
7057
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7058
|
+
name: import("@scalar/typebox").TString;
|
|
6968
7059
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6969
7060
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6970
7061
|
id: import("@scalar/typebox").TString;
|
|
@@ -6979,6 +7070,7 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6979
7070
|
title: import("@scalar/typebox").TString;
|
|
6980
7071
|
}>, import("@scalar/typebox").TObject<{
|
|
6981
7072
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7073
|
+
name: import("@scalar/typebox").TString;
|
|
6982
7074
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6983
7075
|
}>]>;
|
|
6984
7076
|
}, "CallbackObject">;
|
|
@@ -7246,7 +7338,10 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7246
7338
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
7247
7339
|
}>]>]>>>;
|
|
7248
7340
|
}>, import("@scalar/typebox").TObject<{
|
|
7249
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
7341
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
7342
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
7343
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
7344
|
+
}>>;
|
|
7250
7345
|
}>, import("@scalar/typebox").TObject<{
|
|
7251
7346
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7252
7347
|
name: import("@scalar/typebox").TString;
|
|
@@ -7275,6 +7370,9 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7275
7370
|
}>>>;
|
|
7276
7371
|
}>, import("@scalar/typebox").TObject<{
|
|
7277
7372
|
'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">]>>;
|
|
7373
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7374
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7375
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7278
7376
|
}>]>;
|
|
7279
7377
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7280
7378
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -8054,11 +8152,13 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8054
8152
|
}>, import("@scalar/typebox").TObject<{
|
|
8055
8153
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8056
8154
|
}>]>;
|
|
8057
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
8155
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8058
8156
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8059
8157
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
8060
8158
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8061
|
-
}
|
|
8159
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8160
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8161
|
+
}>]>;
|
|
8062
8162
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8063
8163
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8064
8164
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -8226,7 +8326,6 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8226
8326
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8227
8327
|
}>>>;
|
|
8228
8328
|
'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
8329
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8231
8330
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8232
8331
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -8247,6 +8346,15 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8247
8346
|
}>, import("@scalar/typebox").TString]>;
|
|
8248
8347
|
}>>;
|
|
8249
8348
|
}>>>;
|
|
8349
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8350
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8351
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
8352
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8353
|
+
}>>;
|
|
8354
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8355
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8356
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8357
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8250
8358
|
}>, import("@scalar/typebox").TObject<{
|
|
8251
8359
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8252
8360
|
}>]>]>;
|
|
@@ -8352,6 +8460,7 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8352
8460
|
title: import("@scalar/typebox").TString;
|
|
8353
8461
|
}>, import("@scalar/typebox").TObject<{
|
|
8354
8462
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8463
|
+
name: import("@scalar/typebox").TString;
|
|
8355
8464
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8356
8465
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8357
8466
|
id: import("@scalar/typebox").TString;
|
|
@@ -8366,6 +8475,7 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8366
8475
|
title: import("@scalar/typebox").TString;
|
|
8367
8476
|
}>, import("@scalar/typebox").TObject<{
|
|
8368
8477
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8478
|
+
name: import("@scalar/typebox").TString;
|
|
8369
8479
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8370
8480
|
}>]>;
|
|
8371
8481
|
}, "PathItemObject">;
|
|
@@ -8633,7 +8743,10 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8633
8743
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
8634
8744
|
}>]>]>>>;
|
|
8635
8745
|
}>, import("@scalar/typebox").TObject<{
|
|
8636
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
8746
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8747
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
8748
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8749
|
+
}>>;
|
|
8637
8750
|
}>, import("@scalar/typebox").TObject<{
|
|
8638
8751
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8639
8752
|
name: import("@scalar/typebox").TString;
|
|
@@ -8662,6 +8775,9 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8662
8775
|
}>>>;
|
|
8663
8776
|
}>, import("@scalar/typebox").TObject<{
|
|
8664
8777
|
'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">]>>;
|
|
8778
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8779
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8780
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8665
8781
|
}>]>;
|
|
8666
8782
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8667
8783
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -9441,11 +9557,13 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9441
9557
|
}>, import("@scalar/typebox").TObject<{
|
|
9442
9558
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9443
9559
|
}>]>;
|
|
9444
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
9560
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9445
9561
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9446
9562
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
9447
9563
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9448
|
-
}
|
|
9564
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9565
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9566
|
+
}>]>;
|
|
9449
9567
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9450
9568
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9451
9569
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -9613,7 +9731,6 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9613
9731
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9614
9732
|
}>>>;
|
|
9615
9733
|
'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
9734
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9618
9735
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9619
9736
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -9634,6 +9751,15 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9634
9751
|
}>, import("@scalar/typebox").TString]>;
|
|
9635
9752
|
}>>;
|
|
9636
9753
|
}>>>;
|
|
9754
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9755
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
9756
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
9757
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
9758
|
+
}>>;
|
|
9759
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9760
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9761
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9762
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9637
9763
|
}>, import("@scalar/typebox").TObject<{
|
|
9638
9764
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9639
9765
|
}>]>]>;
|
|
@@ -9739,6 +9865,7 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9739
9865
|
title: import("@scalar/typebox").TString;
|
|
9740
9866
|
}>, import("@scalar/typebox").TObject<{
|
|
9741
9867
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9868
|
+
name: import("@scalar/typebox").TString;
|
|
9742
9869
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9743
9870
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9744
9871
|
id: import("@scalar/typebox").TString;
|
|
@@ -9753,6 +9880,7 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9753
9880
|
title: import("@scalar/typebox").TString;
|
|
9754
9881
|
}>, import("@scalar/typebox").TObject<{
|
|
9755
9882
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9883
|
+
name: import("@scalar/typebox").TString;
|
|
9756
9884
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9757
9885
|
}>]>;
|
|
9758
9886
|
}, "PathsObject">;
|
|
@@ -10020,7 +10148,10 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10020
10148
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
10021
10149
|
}>]>]>>>;
|
|
10022
10150
|
}>, import("@scalar/typebox").TObject<{
|
|
10023
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
10151
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
10152
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
10153
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
10154
|
+
}>>;
|
|
10024
10155
|
}>, import("@scalar/typebox").TObject<{
|
|
10025
10156
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
10026
10157
|
name: import("@scalar/typebox").TString;
|
|
@@ -10049,6 +10180,9 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10049
10180
|
}>>>;
|
|
10050
10181
|
}>, import("@scalar/typebox").TObject<{
|
|
10051
10182
|
'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">]>>;
|
|
10183
|
+
}>, import("@scalar/typebox").TObject<{
|
|
10184
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10185
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10052
10186
|
}>]>;
|
|
10053
10187
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10054
10188
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -10828,11 +10962,13 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10828
10962
|
}>, import("@scalar/typebox").TObject<{
|
|
10829
10963
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10830
10964
|
}>]>;
|
|
10831
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
10965
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10832
10966
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10833
10967
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
10834
10968
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10835
|
-
}
|
|
10969
|
+
}>, import("@scalar/typebox").TObject<{
|
|
10970
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
10971
|
+
}>]>;
|
|
10836
10972
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10837
10973
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10838
10974
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -11000,7 +11136,6 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11000
11136
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11001
11137
|
}>>>;
|
|
11002
11138
|
'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
11139
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11005
11140
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11006
11141
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -11021,6 +11156,15 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11021
11156
|
}>, import("@scalar/typebox").TString]>;
|
|
11022
11157
|
}>>;
|
|
11023
11158
|
}>>>;
|
|
11159
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11160
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
11161
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
11162
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
11163
|
+
}>>;
|
|
11164
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11165
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11166
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11167
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11024
11168
|
}>, import("@scalar/typebox").TObject<{
|
|
11025
11169
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
11026
11170
|
}>]>]>;
|
|
@@ -11126,6 +11270,7 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11126
11270
|
title: import("@scalar/typebox").TString;
|
|
11127
11271
|
}>, import("@scalar/typebox").TObject<{
|
|
11128
11272
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
11273
|
+
name: import("@scalar/typebox").TString;
|
|
11129
11274
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
11130
11275
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11131
11276
|
id: import("@scalar/typebox").TString;
|
|
@@ -11140,6 +11285,7 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11140
11285
|
title: import("@scalar/typebox").TString;
|
|
11141
11286
|
}>, import("@scalar/typebox").TObject<{
|
|
11142
11287
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
11288
|
+
name: import("@scalar/typebox").TString;
|
|
11143
11289
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
11144
11290
|
}>]>;
|
|
11145
11291
|
}, "OperationObject">;
|
|
@@ -11407,7 +11553,10 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11407
11553
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
11408
11554
|
}>]>]>>>;
|
|
11409
11555
|
}>, import("@scalar/typebox").TObject<{
|
|
11410
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
11556
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
11557
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
11558
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
11559
|
+
}>>;
|
|
11411
11560
|
}>, import("@scalar/typebox").TObject<{
|
|
11412
11561
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
11413
11562
|
name: import("@scalar/typebox").TString;
|
|
@@ -11436,6 +11585,9 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11436
11585
|
}>>>;
|
|
11437
11586
|
}>, import("@scalar/typebox").TObject<{
|
|
11438
11587
|
'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">]>>;
|
|
11588
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11589
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11590
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11439
11591
|
}>]>;
|
|
11440
11592
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11441
11593
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -12215,11 +12367,13 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12215
12367
|
}>, import("@scalar/typebox").TObject<{
|
|
12216
12368
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12217
12369
|
}>]>;
|
|
12218
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
12370
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12219
12371
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12220
12372
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
12221
12373
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12222
|
-
}
|
|
12374
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12375
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
12376
|
+
}>]>;
|
|
12223
12377
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12224
12378
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12225
12379
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -12387,7 +12541,6 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12387
12541
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12388
12542
|
}>>>;
|
|
12389
12543
|
'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
12544
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12392
12545
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12393
12546
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -12408,6 +12561,15 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12408
12561
|
}>, import("@scalar/typebox").TString]>;
|
|
12409
12562
|
}>>;
|
|
12410
12563
|
}>>>;
|
|
12564
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12565
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
12566
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
12567
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
12568
|
+
}>>;
|
|
12569
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12570
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12571
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12572
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12411
12573
|
}>, import("@scalar/typebox").TObject<{
|
|
12412
12574
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
12413
12575
|
}>]>]>;
|
|
@@ -12513,6 +12675,7 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12513
12675
|
title: import("@scalar/typebox").TString;
|
|
12514
12676
|
}>, import("@scalar/typebox").TObject<{
|
|
12515
12677
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
12678
|
+
name: import("@scalar/typebox").TString;
|
|
12516
12679
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
12517
12680
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12518
12681
|
id: import("@scalar/typebox").TString;
|
|
@@ -12527,6 +12690,7 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12527
12690
|
title: import("@scalar/typebox").TString;
|
|
12528
12691
|
}>, import("@scalar/typebox").TObject<{
|
|
12529
12692
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
12693
|
+
name: import("@scalar/typebox").TString;
|
|
12530
12694
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
12531
12695
|
}>]>;
|
|
12532
12696
|
}, "SchemaObject">;
|
|
@@ -12794,7 +12958,10 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12794
12958
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
12795
12959
|
}>]>]>>>;
|
|
12796
12960
|
}>, import("@scalar/typebox").TObject<{
|
|
12797
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
12961
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
12962
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
12963
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
12964
|
+
}>>;
|
|
12798
12965
|
}>, import("@scalar/typebox").TObject<{
|
|
12799
12966
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
12800
12967
|
name: import("@scalar/typebox").TString;
|
|
@@ -12823,6 +12990,9 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12823
12990
|
}>>>;
|
|
12824
12991
|
}>, import("@scalar/typebox").TObject<{
|
|
12825
12992
|
'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">]>>;
|
|
12993
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12994
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12995
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
12826
12996
|
}>]>;
|
|
12827
12997
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12828
12998
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -13602,11 +13772,13 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13602
13772
|
}>, import("@scalar/typebox").TObject<{
|
|
13603
13773
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13604
13774
|
}>]>;
|
|
13605
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
13775
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13606
13776
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13607
13777
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
13608
13778
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13609
|
-
}
|
|
13779
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13780
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
13781
|
+
}>]>;
|
|
13610
13782
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13611
13783
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13612
13784
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -13774,7 +13946,6 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13774
13946
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13775
13947
|
}>>>;
|
|
13776
13948
|
'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
13949
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13779
13950
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13780
13951
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -13795,6 +13966,15 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13795
13966
|
}>, import("@scalar/typebox").TString]>;
|
|
13796
13967
|
}>>;
|
|
13797
13968
|
}>>>;
|
|
13969
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13970
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
13971
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
13972
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
13973
|
+
}>>;
|
|
13974
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13975
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13976
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13977
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13798
13978
|
}>, import("@scalar/typebox").TObject<{
|
|
13799
13979
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
13800
13980
|
}>]>]>;
|
|
@@ -13900,6 +14080,7 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13900
14080
|
title: import("@scalar/typebox").TString;
|
|
13901
14081
|
}>, import("@scalar/typebox").TObject<{
|
|
13902
14082
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
14083
|
+
name: import("@scalar/typebox").TString;
|
|
13903
14084
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
13904
14085
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13905
14086
|
id: import("@scalar/typebox").TString;
|
|
@@ -13914,6 +14095,7 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13914
14095
|
title: import("@scalar/typebox").TString;
|
|
13915
14096
|
}>, import("@scalar/typebox").TObject<{
|
|
13916
14097
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
14098
|
+
name: import("@scalar/typebox").TString;
|
|
13917
14099
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
13918
14100
|
}>]>;
|
|
13919
14101
|
}, "EncodingObject">;
|
|
@@ -14181,7 +14363,10 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14181
14363
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
14182
14364
|
}>]>]>>>;
|
|
14183
14365
|
}>, import("@scalar/typebox").TObject<{
|
|
14184
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
14366
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
14367
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
14368
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
14369
|
+
}>>;
|
|
14185
14370
|
}>, import("@scalar/typebox").TObject<{
|
|
14186
14371
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
14187
14372
|
name: import("@scalar/typebox").TString;
|
|
@@ -14210,6 +14395,9 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14210
14395
|
}>>>;
|
|
14211
14396
|
}>, import("@scalar/typebox").TObject<{
|
|
14212
14397
|
'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">]>>;
|
|
14398
|
+
}>, import("@scalar/typebox").TObject<{
|
|
14399
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14400
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14213
14401
|
}>]>;
|
|
14214
14402
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14215
14403
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -14989,11 +15177,13 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14989
15177
|
}>, import("@scalar/typebox").TObject<{
|
|
14990
15178
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14991
15179
|
}>]>;
|
|
14992
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
15180
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14993
15181
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14994
15182
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
14995
15183
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14996
|
-
}
|
|
15184
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15185
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
15186
|
+
}>]>;
|
|
14997
15187
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14998
15188
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14999
15189
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -15161,7 +15351,6 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15161
15351
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15162
15352
|
}>>>;
|
|
15163
15353
|
'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
15354
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15166
15355
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15167
15356
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -15182,6 +15371,15 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15182
15371
|
}>, import("@scalar/typebox").TString]>;
|
|
15183
15372
|
}>>;
|
|
15184
15373
|
}>>>;
|
|
15374
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15375
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
15376
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
15377
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
15378
|
+
}>>;
|
|
15379
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15380
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15381
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15382
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15185
15383
|
}>, import("@scalar/typebox").TObject<{
|
|
15186
15384
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
15187
15385
|
}>]>]>;
|
|
@@ -15287,6 +15485,7 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15287
15485
|
title: import("@scalar/typebox").TString;
|
|
15288
15486
|
}>, import("@scalar/typebox").TObject<{
|
|
15289
15487
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
15488
|
+
name: import("@scalar/typebox").TString;
|
|
15290
15489
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
15291
15490
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15292
15491
|
id: import("@scalar/typebox").TString;
|
|
@@ -15301,6 +15500,7 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15301
15500
|
title: import("@scalar/typebox").TString;
|
|
15302
15501
|
}>, import("@scalar/typebox").TObject<{
|
|
15303
15502
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
15503
|
+
name: import("@scalar/typebox").TString;
|
|
15304
15504
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
15305
15505
|
}>]>;
|
|
15306
15506
|
}, "MediaTypeObject">;
|
|
@@ -15568,7 +15768,10 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15568
15768
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
15569
15769
|
}>]>]>>>;
|
|
15570
15770
|
}>, import("@scalar/typebox").TObject<{
|
|
15571
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
15771
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
15772
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
15773
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
15774
|
+
}>>;
|
|
15572
15775
|
}>, import("@scalar/typebox").TObject<{
|
|
15573
15776
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
15574
15777
|
name: import("@scalar/typebox").TString;
|
|
@@ -15597,6 +15800,9 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15597
15800
|
}>>>;
|
|
15598
15801
|
}>, import("@scalar/typebox").TObject<{
|
|
15599
15802
|
'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">]>>;
|
|
15803
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15804
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15805
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15600
15806
|
}>]>;
|
|
15601
15807
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15602
15808
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -16376,11 +16582,13 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16376
16582
|
}>, import("@scalar/typebox").TObject<{
|
|
16377
16583
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16378
16584
|
}>]>;
|
|
16379
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
16585
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16380
16586
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16381
16587
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
16382
16588
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16383
|
-
}
|
|
16589
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16590
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
16591
|
+
}>]>;
|
|
16384
16592
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16385
16593
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16386
16594
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -16548,7 +16756,6 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16548
16756
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16549
16757
|
}>>>;
|
|
16550
16758
|
'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
16759
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16553
16760
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16554
16761
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -16569,6 +16776,15 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16569
16776
|
}>, import("@scalar/typebox").TString]>;
|
|
16570
16777
|
}>>;
|
|
16571
16778
|
}>>>;
|
|
16779
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16780
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
16781
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
16782
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
16783
|
+
}>>;
|
|
16784
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16785
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16786
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16787
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16572
16788
|
}>, import("@scalar/typebox").TObject<{
|
|
16573
16789
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
16574
16790
|
}>]>]>;
|
|
@@ -16674,6 +16890,7 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16674
16890
|
title: import("@scalar/typebox").TString;
|
|
16675
16891
|
}>, import("@scalar/typebox").TObject<{
|
|
16676
16892
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
16893
|
+
name: import("@scalar/typebox").TString;
|
|
16677
16894
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
16678
16895
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16679
16896
|
id: import("@scalar/typebox").TString;
|
|
@@ -16688,6 +16905,7 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16688
16905
|
title: import("@scalar/typebox").TString;
|
|
16689
16906
|
}>, import("@scalar/typebox").TObject<{
|
|
16690
16907
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
16908
|
+
name: import("@scalar/typebox").TString;
|
|
16691
16909
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
16692
16910
|
}>]>;
|
|
16693
16911
|
}, "HeaderObject">;
|
|
@@ -16955,7 +17173,10 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16955
17173
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
16956
17174
|
}>]>]>>>;
|
|
16957
17175
|
}>, import("@scalar/typebox").TObject<{
|
|
16958
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
17176
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
17177
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
17178
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
17179
|
+
}>>;
|
|
16959
17180
|
}>, import("@scalar/typebox").TObject<{
|
|
16960
17181
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
16961
17182
|
name: import("@scalar/typebox").TString;
|
|
@@ -16984,6 +17205,9 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16984
17205
|
}>>>;
|
|
16985
17206
|
}>, import("@scalar/typebox").TObject<{
|
|
16986
17207
|
'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">]>>;
|
|
17208
|
+
}>, import("@scalar/typebox").TObject<{
|
|
17209
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17210
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
16987
17211
|
}>]>;
|
|
16988
17212
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16989
17213
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -17763,11 +17987,13 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17763
17987
|
}>, import("@scalar/typebox").TObject<{
|
|
17764
17988
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17765
17989
|
}>]>;
|
|
17766
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
17990
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17767
17991
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17768
17992
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
17769
17993
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17770
|
-
}
|
|
17994
|
+
}>, import("@scalar/typebox").TObject<{
|
|
17995
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
17996
|
+
}>]>;
|
|
17771
17997
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17772
17998
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17773
17999
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -17935,7 +18161,6 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17935
18161
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17936
18162
|
}>>>;
|
|
17937
18163
|
'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
18164
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17940
18165
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17941
18166
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -17956,6 +18181,15 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17956
18181
|
}>, import("@scalar/typebox").TString]>;
|
|
17957
18182
|
}>>;
|
|
17958
18183
|
}>>>;
|
|
18184
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18185
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
18186
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
18187
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
18188
|
+
}>>;
|
|
18189
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18190
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18191
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18192
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17959
18193
|
}>, import("@scalar/typebox").TObject<{
|
|
17960
18194
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
17961
18195
|
}>]>]>;
|
|
@@ -18061,6 +18295,7 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
18061
18295
|
title: import("@scalar/typebox").TString;
|
|
18062
18296
|
}>, import("@scalar/typebox").TObject<{
|
|
18063
18297
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
18298
|
+
name: import("@scalar/typebox").TString;
|
|
18064
18299
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
18065
18300
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18066
18301
|
id: import("@scalar/typebox").TString;
|
|
@@ -18075,6 +18310,7 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
18075
18310
|
title: import("@scalar/typebox").TString;
|
|
18076
18311
|
}>, import("@scalar/typebox").TObject<{
|
|
18077
18312
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
18313
|
+
name: import("@scalar/typebox").TString;
|
|
18078
18314
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
18079
18315
|
}>]>;
|
|
18080
18316
|
}, "ServerObject">;
|
|
@@ -18342,7 +18578,10 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18342
18578
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
18343
18579
|
}>]>]>>>;
|
|
18344
18580
|
}>, import("@scalar/typebox").TObject<{
|
|
18345
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
18581
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
18582
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
18583
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
18584
|
+
}>>;
|
|
18346
18585
|
}>, import("@scalar/typebox").TObject<{
|
|
18347
18586
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
18348
18587
|
name: import("@scalar/typebox").TString;
|
|
@@ -18371,6 +18610,9 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18371
18610
|
}>>>;
|
|
18372
18611
|
}>, import("@scalar/typebox").TObject<{
|
|
18373
18612
|
'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">]>>;
|
|
18613
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18614
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18615
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18374
18616
|
}>]>;
|
|
18375
18617
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18376
18618
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -19150,11 +19392,13 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19150
19392
|
}>, import("@scalar/typebox").TObject<{
|
|
19151
19393
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19152
19394
|
}>]>;
|
|
19153
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
19395
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19154
19396
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19155
19397
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
19156
19398
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19157
|
-
}
|
|
19399
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19400
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
19401
|
+
}>]>;
|
|
19158
19402
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19159
19403
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19160
19404
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -19322,7 +19566,6 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19322
19566
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19323
19567
|
}>>>;
|
|
19324
19568
|
'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
19569
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19327
19570
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19328
19571
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -19343,6 +19586,15 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19343
19586
|
}>, import("@scalar/typebox").TString]>;
|
|
19344
19587
|
}>>;
|
|
19345
19588
|
}>>>;
|
|
19589
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19590
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
19591
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
19592
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
19593
|
+
}>>;
|
|
19594
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19595
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19596
|
+
}>, import("@scalar/typebox").TObject<{
|
|
19597
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19346
19598
|
}>, import("@scalar/typebox").TObject<{
|
|
19347
19599
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
19348
19600
|
}>]>]>;
|
|
@@ -19448,6 +19700,7 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19448
19700
|
title: import("@scalar/typebox").TString;
|
|
19449
19701
|
}>, import("@scalar/typebox").TObject<{
|
|
19450
19702
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
19703
|
+
name: import("@scalar/typebox").TString;
|
|
19451
19704
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
19452
19705
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19453
19706
|
id: import("@scalar/typebox").TString;
|
|
@@ -19462,6 +19715,7 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
19462
19715
|
title: import("@scalar/typebox").TString;
|
|
19463
19716
|
}>, import("@scalar/typebox").TObject<{
|
|
19464
19717
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
19718
|
+
name: import("@scalar/typebox").TString;
|
|
19465
19719
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
19466
19720
|
}>]>;
|
|
19467
19721
|
}, "ExternalDocumentationObject">;
|
|
@@ -19729,7 +19983,10 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19729
19983
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
19730
19984
|
}>]>]>>>;
|
|
19731
19985
|
}>, import("@scalar/typebox").TObject<{
|
|
19732
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
19986
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
19987
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
19988
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
19989
|
+
}>>;
|
|
19733
19990
|
}>, import("@scalar/typebox").TObject<{
|
|
19734
19991
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
19735
19992
|
name: import("@scalar/typebox").TString;
|
|
@@ -19758,6 +20015,9 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19758
20015
|
}>>>;
|
|
19759
20016
|
}>, import("@scalar/typebox").TObject<{
|
|
19760
20017
|
'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">]>>;
|
|
20018
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20019
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20020
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19761
20021
|
}>]>;
|
|
19762
20022
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19763
20023
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -20537,11 +20797,13 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20537
20797
|
}>, import("@scalar/typebox").TObject<{
|
|
20538
20798
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20539
20799
|
}>]>;
|
|
20540
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
20800
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20541
20801
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20542
20802
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
20543
20803
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20544
|
-
}
|
|
20804
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20805
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
20806
|
+
}>]>;
|
|
20545
20807
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20546
20808
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20547
20809
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -20709,7 +20971,6 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20709
20971
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20710
20972
|
}>>>;
|
|
20711
20973
|
'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
20974
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
20714
20975
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20715
20976
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -20730,6 +20991,15 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20730
20991
|
}>, import("@scalar/typebox").TString]>;
|
|
20731
20992
|
}>>;
|
|
20732
20993
|
}>>>;
|
|
20994
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20995
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
20996
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
20997
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
20998
|
+
}>>;
|
|
20999
|
+
}>, import("@scalar/typebox").TObject<{
|
|
21000
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21001
|
+
}>, import("@scalar/typebox").TObject<{
|
|
21002
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20733
21003
|
}>, import("@scalar/typebox").TObject<{
|
|
20734
21004
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
20735
21005
|
}>]>]>;
|
|
@@ -20835,6 +21105,7 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20835
21105
|
title: import("@scalar/typebox").TString;
|
|
20836
21106
|
}>, import("@scalar/typebox").TObject<{
|
|
20837
21107
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
21108
|
+
name: import("@scalar/typebox").TString;
|
|
20838
21109
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
20839
21110
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20840
21111
|
id: import("@scalar/typebox").TString;
|
|
@@ -20849,6 +21120,7 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20849
21120
|
title: import("@scalar/typebox").TString;
|
|
20850
21121
|
}>, import("@scalar/typebox").TObject<{
|
|
20851
21122
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
21123
|
+
name: import("@scalar/typebox").TString;
|
|
20852
21124
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
20853
21125
|
}>]>;
|
|
20854
21126
|
}, "InfoObject">;
|
|
@@ -21116,7 +21388,10 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21116
21388
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
21117
21389
|
}>]>]>>>;
|
|
21118
21390
|
}>, import("@scalar/typebox").TObject<{
|
|
21119
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
21391
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
21392
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
21393
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
21394
|
+
}>>;
|
|
21120
21395
|
}>, import("@scalar/typebox").TObject<{
|
|
21121
21396
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
21122
21397
|
name: import("@scalar/typebox").TString;
|
|
@@ -21145,6 +21420,9 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21145
21420
|
}>>>;
|
|
21146
21421
|
}>, import("@scalar/typebox").TObject<{
|
|
21147
21422
|
'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">]>>;
|
|
21423
|
+
}>, import("@scalar/typebox").TObject<{
|
|
21424
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21425
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21148
21426
|
}>]>;
|
|
21149
21427
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21150
21428
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -21924,11 +22202,13 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21924
22202
|
}>, import("@scalar/typebox").TObject<{
|
|
21925
22203
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21926
22204
|
}>]>;
|
|
21927
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
22205
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21928
22206
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21929
22207
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
21930
22208
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21931
|
-
}
|
|
22209
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22210
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
22211
|
+
}>]>;
|
|
21932
22212
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21933
22213
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21934
22214
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -22096,7 +22376,6 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22096
22376
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22097
22377
|
}>>>;
|
|
22098
22378
|
'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
22379
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22101
22380
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22102
22381
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -22117,6 +22396,15 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22117
22396
|
}>, import("@scalar/typebox").TString]>;
|
|
22118
22397
|
}>>;
|
|
22119
22398
|
}>>>;
|
|
22399
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22400
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
22401
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
22402
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
22403
|
+
}>>;
|
|
22404
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22405
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22406
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22407
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22120
22408
|
}>, import("@scalar/typebox").TObject<{
|
|
22121
22409
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
22122
22410
|
}>]>]>;
|
|
@@ -22222,6 +22510,7 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22222
22510
|
title: import("@scalar/typebox").TString;
|
|
22223
22511
|
}>, import("@scalar/typebox").TObject<{
|
|
22224
22512
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
22513
|
+
name: import("@scalar/typebox").TString;
|
|
22225
22514
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
22226
22515
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22227
22516
|
id: import("@scalar/typebox").TString;
|
|
@@ -22236,6 +22525,7 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22236
22525
|
title: import("@scalar/typebox").TString;
|
|
22237
22526
|
}>, import("@scalar/typebox").TObject<{
|
|
22238
22527
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
22528
|
+
name: import("@scalar/typebox").TString;
|
|
22239
22529
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
22240
22530
|
}>]>;
|
|
22241
22531
|
}, "ContactObject">;
|
|
@@ -22503,7 +22793,10 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22503
22793
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
22504
22794
|
}>]>]>>>;
|
|
22505
22795
|
}>, import("@scalar/typebox").TObject<{
|
|
22506
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
22796
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
22797
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
22798
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
22799
|
+
}>>;
|
|
22507
22800
|
}>, import("@scalar/typebox").TObject<{
|
|
22508
22801
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
22509
22802
|
name: import("@scalar/typebox").TString;
|
|
@@ -22532,6 +22825,9 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22532
22825
|
}>>>;
|
|
22533
22826
|
}>, import("@scalar/typebox").TObject<{
|
|
22534
22827
|
'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">]>>;
|
|
22828
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22829
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22830
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22535
22831
|
}>]>;
|
|
22536
22832
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22537
22833
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -23311,11 +23607,13 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23311
23607
|
}>, import("@scalar/typebox").TObject<{
|
|
23312
23608
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23313
23609
|
}>]>;
|
|
23314
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
23610
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23315
23611
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23316
23612
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
23317
23613
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23318
|
-
}
|
|
23614
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23615
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
23616
|
+
}>]>;
|
|
23319
23617
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23320
23618
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23321
23619
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -23483,7 +23781,6 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23483
23781
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23484
23782
|
}>>>;
|
|
23485
23783
|
'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
23784
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23488
23785
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23489
23786
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -23504,6 +23801,15 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23504
23801
|
}>, import("@scalar/typebox").TString]>;
|
|
23505
23802
|
}>>;
|
|
23506
23803
|
}>>>;
|
|
23804
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23805
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
23806
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
23807
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
23808
|
+
}>>;
|
|
23809
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23810
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23811
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23812
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23507
23813
|
}>, import("@scalar/typebox").TObject<{
|
|
23508
23814
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
23509
23815
|
}>]>]>;
|
|
@@ -23609,6 +23915,7 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23609
23915
|
title: import("@scalar/typebox").TString;
|
|
23610
23916
|
}>, import("@scalar/typebox").TObject<{
|
|
23611
23917
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
23918
|
+
name: import("@scalar/typebox").TString;
|
|
23612
23919
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
23613
23920
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23614
23921
|
id: import("@scalar/typebox").TString;
|
|
@@ -23623,6 +23930,7 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23623
23930
|
title: import("@scalar/typebox").TString;
|
|
23624
23931
|
}>, import("@scalar/typebox").TObject<{
|
|
23625
23932
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
23933
|
+
name: import("@scalar/typebox").TString;
|
|
23626
23934
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
23627
23935
|
}>]>;
|
|
23628
23936
|
}, "LicenseObject">;
|
|
@@ -23890,7 +24198,10 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23890
24198
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
23891
24199
|
}>]>]>>>;
|
|
23892
24200
|
}>, import("@scalar/typebox").TObject<{
|
|
23893
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
24201
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
24202
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
24203
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
24204
|
+
}>>;
|
|
23894
24205
|
}>, import("@scalar/typebox").TObject<{
|
|
23895
24206
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
23896
24207
|
name: import("@scalar/typebox").TString;
|
|
@@ -23919,6 +24230,9 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23919
24230
|
}>>>;
|
|
23920
24231
|
}>, import("@scalar/typebox").TObject<{
|
|
23921
24232
|
'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">]>>;
|
|
24233
|
+
}>, import("@scalar/typebox").TObject<{
|
|
24234
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24235
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23922
24236
|
}>]>;
|
|
23923
24237
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23924
24238
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -24698,11 +25012,13 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24698
25012
|
}>, import("@scalar/typebox").TObject<{
|
|
24699
25013
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24700
25014
|
}>]>;
|
|
24701
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
25015
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24702
25016
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24703
25017
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
24704
25018
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24705
|
-
}
|
|
25019
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25020
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
25021
|
+
}>]>;
|
|
24706
25022
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24707
25023
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24708
25024
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -24870,7 +25186,6 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24870
25186
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24871
25187
|
}>>>;
|
|
24872
25188
|
'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
25189
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
24875
25190
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24876
25191
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -24891,6 +25206,15 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24891
25206
|
}>, import("@scalar/typebox").TString]>;
|
|
24892
25207
|
}>>;
|
|
24893
25208
|
}>>>;
|
|
25209
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25210
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
25211
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
25212
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
25213
|
+
}>>;
|
|
25214
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25215
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25216
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25217
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24894
25218
|
}>, import("@scalar/typebox").TObject<{
|
|
24895
25219
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
24896
25220
|
}>]>]>;
|
|
@@ -24996,6 +25320,7 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24996
25320
|
title: import("@scalar/typebox").TString;
|
|
24997
25321
|
}>, import("@scalar/typebox").TObject<{
|
|
24998
25322
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
25323
|
+
name: import("@scalar/typebox").TString;
|
|
24999
25324
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
25000
25325
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25001
25326
|
id: import("@scalar/typebox").TString;
|
|
@@ -25010,6 +25335,7 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25010
25335
|
title: import("@scalar/typebox").TString;
|
|
25011
25336
|
}>, import("@scalar/typebox").TObject<{
|
|
25012
25337
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
25338
|
+
name: import("@scalar/typebox").TString;
|
|
25013
25339
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
25014
25340
|
}>]>;
|
|
25015
25341
|
}, "ResponseObject">;
|
|
@@ -25277,7 +25603,10 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25277
25603
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
25278
25604
|
}>]>]>>>;
|
|
25279
25605
|
}>, import("@scalar/typebox").TObject<{
|
|
25280
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
25606
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
25607
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
25608
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
25609
|
+
}>>;
|
|
25281
25610
|
}>, import("@scalar/typebox").TObject<{
|
|
25282
25611
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
25283
25612
|
name: import("@scalar/typebox").TString;
|
|
@@ -25306,6 +25635,9 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25306
25635
|
}>>>;
|
|
25307
25636
|
}>, import("@scalar/typebox").TObject<{
|
|
25308
25637
|
'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">]>>;
|
|
25638
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25639
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25640
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25309
25641
|
}>]>;
|
|
25310
25642
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25311
25643
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -26085,11 +26417,13 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26085
26417
|
}>, import("@scalar/typebox").TObject<{
|
|
26086
26418
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26087
26419
|
}>]>;
|
|
26088
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
26420
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26089
26421
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26090
26422
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
26091
26423
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26092
|
-
}
|
|
26424
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26425
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
26426
|
+
}>]>;
|
|
26093
26427
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26094
26428
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26095
26429
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -26257,7 +26591,6 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26257
26591
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26258
26592
|
}>>>;
|
|
26259
26593
|
'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
26594
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26262
26595
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26263
26596
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -26278,6 +26611,15 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26278
26611
|
}>, import("@scalar/typebox").TString]>;
|
|
26279
26612
|
}>>;
|
|
26280
26613
|
}>>>;
|
|
26614
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26615
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
26616
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
26617
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
26618
|
+
}>>;
|
|
26619
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26620
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26621
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26622
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26281
26623
|
}>, import("@scalar/typebox").TObject<{
|
|
26282
26624
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
26283
26625
|
}>]>]>;
|
|
@@ -26383,6 +26725,7 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26383
26725
|
title: import("@scalar/typebox").TString;
|
|
26384
26726
|
}>, import("@scalar/typebox").TObject<{
|
|
26385
26727
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
26728
|
+
name: import("@scalar/typebox").TString;
|
|
26386
26729
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
26387
26730
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26388
26731
|
id: import("@scalar/typebox").TString;
|
|
@@ -26397,6 +26740,7 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26397
26740
|
title: import("@scalar/typebox").TString;
|
|
26398
26741
|
}>, import("@scalar/typebox").TObject<{
|
|
26399
26742
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
26743
|
+
name: import("@scalar/typebox").TString;
|
|
26400
26744
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
26401
26745
|
}>]>;
|
|
26402
26746
|
}, "ResponsesObject">;
|
|
@@ -26664,7 +27008,10 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26664
27008
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
26665
27009
|
}>]>]>>>;
|
|
26666
27010
|
}>, import("@scalar/typebox").TObject<{
|
|
26667
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
27011
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
27012
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
27013
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
27014
|
+
}>>;
|
|
26668
27015
|
}>, import("@scalar/typebox").TObject<{
|
|
26669
27016
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
26670
27017
|
name: import("@scalar/typebox").TString;
|
|
@@ -26693,6 +27040,9 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26693
27040
|
}>>>;
|
|
26694
27041
|
}>, import("@scalar/typebox").TObject<{
|
|
26695
27042
|
'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">]>>;
|
|
27043
|
+
}>, import("@scalar/typebox").TObject<{
|
|
27044
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27045
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26696
27046
|
}>]>;
|
|
26697
27047
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26698
27048
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -27472,11 +27822,13 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27472
27822
|
}>, import("@scalar/typebox").TObject<{
|
|
27473
27823
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27474
27824
|
}>]>;
|
|
27475
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
27825
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27476
27826
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27477
27827
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
27478
27828
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27479
|
-
}
|
|
27829
|
+
}>, import("@scalar/typebox").TObject<{
|
|
27830
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
27831
|
+
}>]>;
|
|
27480
27832
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27481
27833
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27482
27834
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -27644,7 +27996,6 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27644
27996
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27645
27997
|
}>>>;
|
|
27646
27998
|
'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
27999
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27649
28000
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27650
28001
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -27665,6 +28016,15 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27665
28016
|
}>, import("@scalar/typebox").TString]>;
|
|
27666
28017
|
}>>;
|
|
27667
28018
|
}>>>;
|
|
28019
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28020
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
28021
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
28022
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
28023
|
+
}>>;
|
|
28024
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28025
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28026
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28027
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27668
28028
|
}>, import("@scalar/typebox").TObject<{
|
|
27669
28029
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
27670
28030
|
}>]>]>;
|
|
@@ -27770,6 +28130,7 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27770
28130
|
title: import("@scalar/typebox").TString;
|
|
27771
28131
|
}>, import("@scalar/typebox").TObject<{
|
|
27772
28132
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
28133
|
+
name: import("@scalar/typebox").TString;
|
|
27773
28134
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
27774
28135
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27775
28136
|
id: import("@scalar/typebox").TString;
|
|
@@ -27784,6 +28145,7 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27784
28145
|
title: import("@scalar/typebox").TString;
|
|
27785
28146
|
}>, import("@scalar/typebox").TObject<{
|
|
27786
28147
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
28148
|
+
name: import("@scalar/typebox").TString;
|
|
27787
28149
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
27788
28150
|
}>]>;
|
|
27789
28151
|
}, "ParameterObject">;
|
|
@@ -28051,7 +28413,10 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28051
28413
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
28052
28414
|
}>]>]>>>;
|
|
28053
28415
|
}>, import("@scalar/typebox").TObject<{
|
|
28054
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
28416
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
28417
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
28418
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
28419
|
+
}>>;
|
|
28055
28420
|
}>, import("@scalar/typebox").TObject<{
|
|
28056
28421
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
28057
28422
|
name: import("@scalar/typebox").TString;
|
|
@@ -28080,6 +28445,9 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28080
28445
|
}>>>;
|
|
28081
28446
|
}>, import("@scalar/typebox").TObject<{
|
|
28082
28447
|
'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">]>>;
|
|
28448
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28449
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28450
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28083
28451
|
}>]>;
|
|
28084
28452
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28085
28453
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -28859,11 +29227,13 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28859
29227
|
}>, import("@scalar/typebox").TObject<{
|
|
28860
29228
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28861
29229
|
}>]>;
|
|
28862
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
29230
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28863
29231
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28864
29232
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
28865
29233
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28866
|
-
}
|
|
29234
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29235
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
29236
|
+
}>]>;
|
|
28867
29237
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28868
29238
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
28869
29239
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -29031,7 +29401,6 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
29031
29401
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29032
29402
|
}>>>;
|
|
29033
29403
|
'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
29404
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29036
29405
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29037
29406
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -29052,6 +29421,15 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
29052
29421
|
}>, import("@scalar/typebox").TString]>;
|
|
29053
29422
|
}>>;
|
|
29054
29423
|
}>>>;
|
|
29424
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29425
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
29426
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
29427
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
29428
|
+
}>>;
|
|
29429
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29430
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29431
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29432
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29055
29433
|
}>, import("@scalar/typebox").TObject<{
|
|
29056
29434
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
29057
29435
|
}>]>]>;
|
|
@@ -29157,6 +29535,7 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
29157
29535
|
title: import("@scalar/typebox").TString;
|
|
29158
29536
|
}>, import("@scalar/typebox").TObject<{
|
|
29159
29537
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
29538
|
+
name: import("@scalar/typebox").TString;
|
|
29160
29539
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
29161
29540
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29162
29541
|
id: import("@scalar/typebox").TString;
|
|
@@ -29171,6 +29550,7 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
29171
29550
|
title: import("@scalar/typebox").TString;
|
|
29172
29551
|
}>, import("@scalar/typebox").TObject<{
|
|
29173
29552
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
29553
|
+
name: import("@scalar/typebox").TString;
|
|
29174
29554
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
29175
29555
|
}>]>;
|
|
29176
29556
|
}, "ExampleObject">;
|
|
@@ -29438,7 +29818,10 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29438
29818
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
29439
29819
|
}>]>]>>>;
|
|
29440
29820
|
}>, import("@scalar/typebox").TObject<{
|
|
29441
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
29821
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
29822
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
29823
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
29824
|
+
}>>;
|
|
29442
29825
|
}>, import("@scalar/typebox").TObject<{
|
|
29443
29826
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
29444
29827
|
name: import("@scalar/typebox").TString;
|
|
@@ -29467,6 +29850,9 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29467
29850
|
}>>>;
|
|
29468
29851
|
}>, import("@scalar/typebox").TObject<{
|
|
29469
29852
|
'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">]>>;
|
|
29853
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29854
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29855
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29470
29856
|
}>]>;
|
|
29471
29857
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29472
29858
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -30246,11 +30632,13 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30246
30632
|
}>, import("@scalar/typebox").TObject<{
|
|
30247
30633
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30248
30634
|
}>]>;
|
|
30249
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
30635
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30250
30636
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30251
30637
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
30252
30638
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30253
|
-
}
|
|
30639
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30640
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
30641
|
+
}>]>;
|
|
30254
30642
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30255
30643
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30256
30644
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -30418,7 +30806,6 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30418
30806
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30419
30807
|
}>>>;
|
|
30420
30808
|
'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
30809
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30423
30810
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30424
30811
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -30439,6 +30826,15 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30439
30826
|
}>, import("@scalar/typebox").TString]>;
|
|
30440
30827
|
}>>;
|
|
30441
30828
|
}>>>;
|
|
30829
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30830
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
30831
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
30832
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
30833
|
+
}>>;
|
|
30834
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30835
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30836
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30837
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30442
30838
|
}>, import("@scalar/typebox").TObject<{
|
|
30443
30839
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
30444
30840
|
}>]>]>;
|
|
@@ -30544,6 +30940,7 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30544
30940
|
title: import("@scalar/typebox").TString;
|
|
30545
30941
|
}>, import("@scalar/typebox").TObject<{
|
|
30546
30942
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
30943
|
+
name: import("@scalar/typebox").TString;
|
|
30547
30944
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
30548
30945
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30549
30946
|
id: import("@scalar/typebox").TString;
|
|
@@ -30558,6 +30955,7 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
30558
30955
|
title: import("@scalar/typebox").TString;
|
|
30559
30956
|
}>, import("@scalar/typebox").TObject<{
|
|
30560
30957
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
30958
|
+
name: import("@scalar/typebox").TString;
|
|
30561
30959
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
30562
30960
|
}>]>;
|
|
30563
30961
|
}, "RequestBodyObject">;
|
|
@@ -30825,7 +31223,10 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30825
31223
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
30826
31224
|
}>]>]>>>;
|
|
30827
31225
|
}>, import("@scalar/typebox").TObject<{
|
|
30828
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
31226
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
31227
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
31228
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
31229
|
+
}>>;
|
|
30829
31230
|
}>, import("@scalar/typebox").TObject<{
|
|
30830
31231
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
30831
31232
|
name: import("@scalar/typebox").TString;
|
|
@@ -30854,6 +31255,9 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30854
31255
|
}>>>;
|
|
30855
31256
|
}>, import("@scalar/typebox").TObject<{
|
|
30856
31257
|
'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">]>>;
|
|
31258
|
+
}>, import("@scalar/typebox").TObject<{
|
|
31259
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31260
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30857
31261
|
}>]>;
|
|
30858
31262
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30859
31263
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -31633,11 +32037,13 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31633
32037
|
}>, import("@scalar/typebox").TObject<{
|
|
31634
32038
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31635
32039
|
}>]>;
|
|
31636
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
32040
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31637
32041
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31638
32042
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
31639
32043
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31640
|
-
}
|
|
32044
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32045
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
32046
|
+
}>]>;
|
|
31641
32047
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31642
32048
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31643
32049
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -31805,7 +32211,6 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31805
32211
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31806
32212
|
}>>>;
|
|
31807
32213
|
'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
32214
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31810
32215
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31811
32216
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -31826,6 +32231,15 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31826
32231
|
}>, import("@scalar/typebox").TString]>;
|
|
31827
32232
|
}>>;
|
|
31828
32233
|
}>>>;
|
|
32234
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32235
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
32236
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
32237
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
32238
|
+
}>>;
|
|
32239
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32240
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
32241
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32242
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31829
32243
|
}>, import("@scalar/typebox").TObject<{
|
|
31830
32244
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
31831
32245
|
}>]>]>;
|
|
@@ -31931,6 +32345,7 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31931
32345
|
title: import("@scalar/typebox").TString;
|
|
31932
32346
|
}>, import("@scalar/typebox").TObject<{
|
|
31933
32347
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
32348
|
+
name: import("@scalar/typebox").TString;
|
|
31934
32349
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
31935
32350
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31936
32351
|
id: import("@scalar/typebox").TString;
|
|
@@ -31945,6 +32360,7 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
31945
32360
|
title: import("@scalar/typebox").TString;
|
|
31946
32361
|
}>, import("@scalar/typebox").TObject<{
|
|
31947
32362
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
32363
|
+
name: import("@scalar/typebox").TString;
|
|
31948
32364
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
31949
32365
|
}>]>;
|
|
31950
32366
|
}, "SecuritySchemeObject">;
|
|
@@ -32212,7 +32628,10 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32212
32628
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
32213
32629
|
}>]>]>>>;
|
|
32214
32630
|
}>, import("@scalar/typebox").TObject<{
|
|
32215
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
32631
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
32632
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
32633
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
32634
|
+
}>>;
|
|
32216
32635
|
}>, import("@scalar/typebox").TObject<{
|
|
32217
32636
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
32218
32637
|
name: import("@scalar/typebox").TString;
|
|
@@ -32241,6 +32660,9 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32241
32660
|
}>>>;
|
|
32242
32661
|
}>, import("@scalar/typebox").TObject<{
|
|
32243
32662
|
'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">]>>;
|
|
32663
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32664
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
32665
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
32244
32666
|
}>]>;
|
|
32245
32667
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32246
32668
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -33020,11 +33442,13 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33020
33442
|
}>, import("@scalar/typebox").TObject<{
|
|
33021
33443
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33022
33444
|
}>]>;
|
|
33023
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
33445
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33024
33446
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33025
33447
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
33026
33448
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33027
|
-
}
|
|
33449
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33450
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
33451
|
+
}>]>;
|
|
33028
33452
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33029
33453
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33030
33454
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -33192,7 +33616,6 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33192
33616
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33193
33617
|
}>>>;
|
|
33194
33618
|
'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
33619
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33197
33620
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33198
33621
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -33213,6 +33636,15 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33213
33636
|
}>, import("@scalar/typebox").TString]>;
|
|
33214
33637
|
}>>;
|
|
33215
33638
|
}>>>;
|
|
33639
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33640
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
33641
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
33642
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
33643
|
+
}>>;
|
|
33644
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33645
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33646
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33647
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33216
33648
|
}>, import("@scalar/typebox").TObject<{
|
|
33217
33649
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
33218
33650
|
}>]>]>;
|
|
@@ -33318,6 +33750,7 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33318
33750
|
title: import("@scalar/typebox").TString;
|
|
33319
33751
|
}>, import("@scalar/typebox").TObject<{
|
|
33320
33752
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
33753
|
+
name: import("@scalar/typebox").TString;
|
|
33321
33754
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
33322
33755
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33323
33756
|
id: import("@scalar/typebox").TString;
|
|
@@ -33332,6 +33765,7 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33332
33765
|
title: import("@scalar/typebox").TString;
|
|
33333
33766
|
}>, import("@scalar/typebox").TObject<{
|
|
33334
33767
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
33768
|
+
name: import("@scalar/typebox").TString;
|
|
33335
33769
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
33336
33770
|
}>]>;
|
|
33337
33771
|
}, "LinkObject">;
|
|
@@ -33599,7 +34033,10 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33599
34033
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
33600
34034
|
}>]>]>>>;
|
|
33601
34035
|
}>, import("@scalar/typebox").TObject<{
|
|
33602
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
34036
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
34037
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
34038
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
34039
|
+
}>>;
|
|
33603
34040
|
}>, import("@scalar/typebox").TObject<{
|
|
33604
34041
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
33605
34042
|
name: import("@scalar/typebox").TString;
|
|
@@ -33628,6 +34065,9 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33628
34065
|
}>>>;
|
|
33629
34066
|
}>, import("@scalar/typebox").TObject<{
|
|
33630
34067
|
'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">]>>;
|
|
34068
|
+
}>, import("@scalar/typebox").TObject<{
|
|
34069
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34070
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33631
34071
|
}>]>;
|
|
33632
34072
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33633
34073
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -34407,11 +34847,13 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34407
34847
|
}>, import("@scalar/typebox").TObject<{
|
|
34408
34848
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34409
34849
|
}>]>;
|
|
34410
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
34850
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34411
34851
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34412
34852
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
34413
34853
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34414
|
-
}
|
|
34854
|
+
}>, import("@scalar/typebox").TObject<{
|
|
34855
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
34856
|
+
}>]>;
|
|
34415
34857
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34416
34858
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34417
34859
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -34579,7 +35021,6 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34579
35021
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34580
35022
|
}>>>;
|
|
34581
35023
|
'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
35024
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34584
35025
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34585
35026
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -34600,6 +35041,15 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34600
35041
|
}>, import("@scalar/typebox").TString]>;
|
|
34601
35042
|
}>>;
|
|
34602
35043
|
}>>>;
|
|
35044
|
+
}>, import("@scalar/typebox").TObject<{
|
|
35045
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
35046
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
35047
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
35048
|
+
}>>;
|
|
35049
|
+
}>, import("@scalar/typebox").TObject<{
|
|
35050
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35051
|
+
}>, import("@scalar/typebox").TObject<{
|
|
35052
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34603
35053
|
}>, import("@scalar/typebox").TObject<{
|
|
34604
35054
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
34605
35055
|
}>]>]>;
|
|
@@ -34705,6 +35155,7 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34705
35155
|
title: import("@scalar/typebox").TString;
|
|
34706
35156
|
}>, import("@scalar/typebox").TObject<{
|
|
34707
35157
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
35158
|
+
name: import("@scalar/typebox").TString;
|
|
34708
35159
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
34709
35160
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34710
35161
|
id: import("@scalar/typebox").TString;
|
|
@@ -34719,6 +35170,7 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
34719
35170
|
title: import("@scalar/typebox").TString;
|
|
34720
35171
|
}>, import("@scalar/typebox").TObject<{
|
|
34721
35172
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
35173
|
+
name: import("@scalar/typebox").TString;
|
|
34722
35174
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
34723
35175
|
}>]>;
|
|
34724
35176
|
}, "XMLObject">;
|
|
@@ -34986,7 +35438,10 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34986
35438
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
34987
35439
|
}>]>]>>>;
|
|
34988
35440
|
}>, import("@scalar/typebox").TObject<{
|
|
34989
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
35441
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
35442
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
35443
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
35444
|
+
}>>;
|
|
34990
35445
|
}>, import("@scalar/typebox").TObject<{
|
|
34991
35446
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
34992
35447
|
name: import("@scalar/typebox").TString;
|
|
@@ -35015,6 +35470,9 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35015
35470
|
}>>>;
|
|
35016
35471
|
}>, import("@scalar/typebox").TObject<{
|
|
35017
35472
|
'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">]>>;
|
|
35473
|
+
}>, import("@scalar/typebox").TObject<{
|
|
35474
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35475
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35018
35476
|
}>]>;
|
|
35019
35477
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35020
35478
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -35794,11 +36252,13 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35794
36252
|
}>, import("@scalar/typebox").TObject<{
|
|
35795
36253
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35796
36254
|
}>]>;
|
|
35797
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
36255
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35798
36256
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35799
36257
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
35800
36258
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35801
|
-
}
|
|
36259
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36260
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
36261
|
+
}>]>;
|
|
35802
36262
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35803
36263
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35804
36264
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -35966,7 +36426,6 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35966
36426
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35967
36427
|
}>>>;
|
|
35968
36428
|
'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
36429
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35971
36430
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35972
36431
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -35987,6 +36446,15 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
35987
36446
|
}>, import("@scalar/typebox").TString]>;
|
|
35988
36447
|
}>>;
|
|
35989
36448
|
}>>>;
|
|
36449
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36450
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
36451
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
36452
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
36453
|
+
}>>;
|
|
36454
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36455
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
36456
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36457
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35990
36458
|
}>, import("@scalar/typebox").TObject<{
|
|
35991
36459
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
35992
36460
|
}>]>]>;
|
|
@@ -36092,6 +36560,7 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
36092
36560
|
title: import("@scalar/typebox").TString;
|
|
36093
36561
|
}>, import("@scalar/typebox").TObject<{
|
|
36094
36562
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
36563
|
+
name: import("@scalar/typebox").TString;
|
|
36095
36564
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
36096
36565
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36097
36566
|
id: import("@scalar/typebox").TString;
|
|
@@ -36106,6 +36575,7 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
36106
36575
|
title: import("@scalar/typebox").TString;
|
|
36107
36576
|
}>, import("@scalar/typebox").TObject<{
|
|
36108
36577
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
36578
|
+
name: import("@scalar/typebox").TString;
|
|
36109
36579
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
36110
36580
|
}>]>;
|
|
36111
36581
|
}, "DiscriminatorObject">;
|
|
@@ -36373,7 +36843,10 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36373
36843
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
36374
36844
|
}>]>]>>>;
|
|
36375
36845
|
}>, import("@scalar/typebox").TObject<{
|
|
36376
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
36846
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
36847
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
36848
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
36849
|
+
}>>;
|
|
36377
36850
|
}>, import("@scalar/typebox").TObject<{
|
|
36378
36851
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
36379
36852
|
name: import("@scalar/typebox").TString;
|
|
@@ -36402,6 +36875,9 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36402
36875
|
}>>>;
|
|
36403
36876
|
}>, import("@scalar/typebox").TObject<{
|
|
36404
36877
|
'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">]>>;
|
|
36878
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36879
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
36880
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
36405
36881
|
}>]>;
|
|
36406
36882
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36407
36883
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -37181,11 +37657,13 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37181
37657
|
}>, import("@scalar/typebox").TObject<{
|
|
37182
37658
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37183
37659
|
}>]>;
|
|
37184
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
37660
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37185
37661
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37186
37662
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
37187
37663
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37188
|
-
}
|
|
37664
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37665
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
37666
|
+
}>]>;
|
|
37189
37667
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37190
37668
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37191
37669
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -37353,7 +37831,6 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37353
37831
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37354
37832
|
}>>>;
|
|
37355
37833
|
'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
37834
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37358
37835
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37359
37836
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -37374,6 +37851,15 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37374
37851
|
}>, import("@scalar/typebox").TString]>;
|
|
37375
37852
|
}>>;
|
|
37376
37853
|
}>>>;
|
|
37854
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37855
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
37856
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
37857
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
37858
|
+
}>>;
|
|
37859
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37860
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37861
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37862
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37377
37863
|
}>, import("@scalar/typebox").TObject<{
|
|
37378
37864
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
37379
37865
|
}>]>]>;
|
|
@@ -37479,6 +37965,7 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37479
37965
|
title: import("@scalar/typebox").TString;
|
|
37480
37966
|
}>, import("@scalar/typebox").TObject<{
|
|
37481
37967
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
37968
|
+
name: import("@scalar/typebox").TString;
|
|
37482
37969
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
37483
37970
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37484
37971
|
id: import("@scalar/typebox").TString;
|
|
@@ -37493,6 +37980,7 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
37493
37980
|
title: import("@scalar/typebox").TString;
|
|
37494
37981
|
}>, import("@scalar/typebox").TObject<{
|
|
37495
37982
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
37983
|
+
name: import("@scalar/typebox").TString;
|
|
37496
37984
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
37497
37985
|
}>]>;
|
|
37498
37986
|
}, "OAuthFlowsObject">;
|
|
@@ -37760,7 +38248,10 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37760
38248
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
37761
38249
|
}>]>]>>>;
|
|
37762
38250
|
}>, import("@scalar/typebox").TObject<{
|
|
37763
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
38251
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
38252
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
38253
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
38254
|
+
}>>;
|
|
37764
38255
|
}>, import("@scalar/typebox").TObject<{
|
|
37765
38256
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
37766
38257
|
name: import("@scalar/typebox").TString;
|
|
@@ -37789,6 +38280,9 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37789
38280
|
}>>>;
|
|
37790
38281
|
}>, import("@scalar/typebox").TObject<{
|
|
37791
38282
|
'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">]>>;
|
|
38283
|
+
}>, import("@scalar/typebox").TObject<{
|
|
38284
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38285
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37792
38286
|
}>]>;
|
|
37793
38287
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37794
38288
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -38568,11 +39062,13 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38568
39062
|
}>, import("@scalar/typebox").TObject<{
|
|
38569
39063
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38570
39064
|
}>]>;
|
|
38571
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
39065
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38572
39066
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38573
39067
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
38574
39068
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38575
|
-
}
|
|
39069
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39070
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
39071
|
+
}>]>;
|
|
38576
39072
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38577
39073
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38578
39074
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -38740,7 +39236,6 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38740
39236
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38741
39237
|
}>>>;
|
|
38742
39238
|
'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
39239
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38745
39240
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38746
39241
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -38761,6 +39256,15 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38761
39256
|
}>, import("@scalar/typebox").TString]>;
|
|
38762
39257
|
}>>;
|
|
38763
39258
|
}>>>;
|
|
39259
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39260
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
39261
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
39262
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
39263
|
+
}>>;
|
|
39264
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39265
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39266
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39267
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38764
39268
|
}>, import("@scalar/typebox").TObject<{
|
|
38765
39269
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
38766
39270
|
}>]>]>;
|
|
@@ -38866,6 +39370,7 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38866
39370
|
title: import("@scalar/typebox").TString;
|
|
38867
39371
|
}>, import("@scalar/typebox").TObject<{
|
|
38868
39372
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
39373
|
+
name: import("@scalar/typebox").TString;
|
|
38869
39374
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
38870
39375
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38871
39376
|
id: import("@scalar/typebox").TString;
|
|
@@ -38880,6 +39385,7 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
38880
39385
|
title: import("@scalar/typebox").TString;
|
|
38881
39386
|
}>, import("@scalar/typebox").TObject<{
|
|
38882
39387
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
39388
|
+
name: import("@scalar/typebox").TString;
|
|
38883
39389
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
38884
39390
|
}>]>;
|
|
38885
39391
|
}, "ServerVariableObject">;
|
|
@@ -39147,7 +39653,10 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
39147
39653
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
39148
39654
|
}>]>]>>>;
|
|
39149
39655
|
}>, import("@scalar/typebox").TObject<{
|
|
39150
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
39656
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
39657
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
39658
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
39659
|
+
}>>;
|
|
39151
39660
|
}>, import("@scalar/typebox").TObject<{
|
|
39152
39661
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
39153
39662
|
name: import("@scalar/typebox").TString;
|
|
@@ -39176,6 +39685,9 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
39176
39685
|
}>>>;
|
|
39177
39686
|
}>, import("@scalar/typebox").TObject<{
|
|
39178
39687
|
'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">]>>;
|
|
39688
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39689
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39690
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39179
39691
|
}>]>;
|
|
39180
39692
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39181
39693
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -39955,11 +40467,13 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
39955
40467
|
}>, import("@scalar/typebox").TObject<{
|
|
39956
40468
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39957
40469
|
}>]>;
|
|
39958
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
40470
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39959
40471
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39960
40472
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
39961
40473
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39962
|
-
}
|
|
40474
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40475
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
40476
|
+
}>]>;
|
|
39963
40477
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39964
40478
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39965
40479
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -40127,7 +40641,6 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
40127
40641
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40128
40642
|
}>>>;
|
|
40129
40643
|
'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
40644
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40132
40645
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40133
40646
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -40148,6 +40661,15 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
40148
40661
|
}>, import("@scalar/typebox").TString]>;
|
|
40149
40662
|
}>>;
|
|
40150
40663
|
}>>>;
|
|
40664
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40665
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
40666
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
40667
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
40668
|
+
}>>;
|
|
40669
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40670
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40671
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40672
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40151
40673
|
}>, import("@scalar/typebox").TObject<{
|
|
40152
40674
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
40153
40675
|
}>]>]>;
|
|
@@ -40253,6 +40775,7 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
40253
40775
|
title: import("@scalar/typebox").TString;
|
|
40254
40776
|
}>, import("@scalar/typebox").TObject<{
|
|
40255
40777
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
40778
|
+
name: import("@scalar/typebox").TString;
|
|
40256
40779
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
40257
40780
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40258
40781
|
id: import("@scalar/typebox").TString;
|
|
@@ -40267,6 +40790,7 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
40267
40790
|
title: import("@scalar/typebox").TString;
|
|
40268
40791
|
}>, import("@scalar/typebox").TObject<{
|
|
40269
40792
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
40793
|
+
name: import("@scalar/typebox").TString;
|
|
40270
40794
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
40271
40795
|
}>]>;
|
|
40272
40796
|
}, "TraversedDescriptionObject">;
|
|
@@ -40534,7 +41058,10 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40534
41058
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
40535
41059
|
}>]>]>>>;
|
|
40536
41060
|
}>, import("@scalar/typebox").TObject<{
|
|
40537
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
41061
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
41062
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
41063
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
41064
|
+
}>>;
|
|
40538
41065
|
}>, import("@scalar/typebox").TObject<{
|
|
40539
41066
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
40540
41067
|
name: import("@scalar/typebox").TString;
|
|
@@ -40563,6 +41090,9 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40563
41090
|
}>>>;
|
|
40564
41091
|
}>, import("@scalar/typebox").TObject<{
|
|
40565
41092
|
'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">]>>;
|
|
41093
|
+
}>, import("@scalar/typebox").TObject<{
|
|
41094
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41095
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
40566
41096
|
}>]>;
|
|
40567
41097
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40568
41098
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -41342,11 +41872,13 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41342
41872
|
}>, import("@scalar/typebox").TObject<{
|
|
41343
41873
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41344
41874
|
}>]>;
|
|
41345
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
41875
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41346
41876
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41347
41877
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
41348
41878
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41349
|
-
}
|
|
41879
|
+
}>, import("@scalar/typebox").TObject<{
|
|
41880
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
41881
|
+
}>]>;
|
|
41350
41882
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41351
41883
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41352
41884
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -41514,7 +42046,6 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41514
42046
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41515
42047
|
}>>>;
|
|
41516
42048
|
'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
42049
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41519
42050
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41520
42051
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -41535,6 +42066,15 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41535
42066
|
}>, import("@scalar/typebox").TString]>;
|
|
41536
42067
|
}>>;
|
|
41537
42068
|
}>>>;
|
|
42069
|
+
}>, import("@scalar/typebox").TObject<{
|
|
42070
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
42071
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
42072
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
42073
|
+
}>>;
|
|
42074
|
+
}>, import("@scalar/typebox").TObject<{
|
|
42075
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42076
|
+
}>, import("@scalar/typebox").TObject<{
|
|
42077
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41538
42078
|
}>, import("@scalar/typebox").TObject<{
|
|
41539
42079
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
41540
42080
|
}>]>]>;
|
|
@@ -41640,6 +42180,7 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41640
42180
|
title: import("@scalar/typebox").TString;
|
|
41641
42181
|
}>, import("@scalar/typebox").TObject<{
|
|
41642
42182
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
42183
|
+
name: import("@scalar/typebox").TString;
|
|
41643
42184
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
41644
42185
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41645
42186
|
id: import("@scalar/typebox").TString;
|
|
@@ -41654,6 +42195,7 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
41654
42195
|
title: import("@scalar/typebox").TString;
|
|
41655
42196
|
}>, import("@scalar/typebox").TObject<{
|
|
41656
42197
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
42198
|
+
name: import("@scalar/typebox").TString;
|
|
41657
42199
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
41658
42200
|
}>]>;
|
|
41659
42201
|
}, "TraversedEntryObject">;
|
|
@@ -41921,7 +42463,10 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41921
42463
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
41922
42464
|
}>]>]>>>;
|
|
41923
42465
|
}>, import("@scalar/typebox").TObject<{
|
|
41924
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
42466
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
42467
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
42468
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
42469
|
+
}>>;
|
|
41925
42470
|
}>, import("@scalar/typebox").TObject<{
|
|
41926
42471
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
41927
42472
|
name: import("@scalar/typebox").TString;
|
|
@@ -41950,6 +42495,9 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41950
42495
|
}>>>;
|
|
41951
42496
|
}>, import("@scalar/typebox").TObject<{
|
|
41952
42497
|
'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">]>>;
|
|
42498
|
+
}>, import("@scalar/typebox").TObject<{
|
|
42499
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42500
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41953
42501
|
}>]>;
|
|
41954
42502
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41955
42503
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -42729,11 +43277,13 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
42729
43277
|
}>, import("@scalar/typebox").TObject<{
|
|
42730
43278
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42731
43279
|
}>]>;
|
|
42732
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
43280
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42733
43281
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42734
43282
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
42735
43283
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42736
|
-
}
|
|
43284
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43285
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
43286
|
+
}>]>;
|
|
42737
43287
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42738
43288
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42739
43289
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -42901,7 +43451,6 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
42901
43451
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42902
43452
|
}>>>;
|
|
42903
43453
|
'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
43454
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42906
43455
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42907
43456
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -42922,6 +43471,15 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
42922
43471
|
}>, import("@scalar/typebox").TString]>;
|
|
42923
43472
|
}>>;
|
|
42924
43473
|
}>>>;
|
|
43474
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43475
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
43476
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
43477
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
43478
|
+
}>>;
|
|
43479
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43480
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43481
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43482
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42925
43483
|
}>, import("@scalar/typebox").TObject<{
|
|
42926
43484
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
42927
43485
|
}>]>]>;
|
|
@@ -43027,6 +43585,7 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
43027
43585
|
title: import("@scalar/typebox").TString;
|
|
43028
43586
|
}>, import("@scalar/typebox").TObject<{
|
|
43029
43587
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
43588
|
+
name: import("@scalar/typebox").TString;
|
|
43030
43589
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
43031
43590
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43032
43591
|
id: import("@scalar/typebox").TString;
|
|
@@ -43041,6 +43600,7 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
43041
43600
|
title: import("@scalar/typebox").TString;
|
|
43042
43601
|
}>, import("@scalar/typebox").TObject<{
|
|
43043
43602
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
43603
|
+
name: import("@scalar/typebox").TString;
|
|
43044
43604
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
43045
43605
|
}>]>;
|
|
43046
43606
|
}, "TraversedTagObject">;
|
|
@@ -43308,7 +43868,10 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
43308
43868
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
43309
43869
|
}>]>]>>>;
|
|
43310
43870
|
}>, import("@scalar/typebox").TObject<{
|
|
43311
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
43871
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
43872
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
43873
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
43874
|
+
}>>;
|
|
43312
43875
|
}>, import("@scalar/typebox").TObject<{
|
|
43313
43876
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
43314
43877
|
name: import("@scalar/typebox").TString;
|
|
@@ -43337,6 +43900,9 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
43337
43900
|
}>>>;
|
|
43338
43901
|
}>, import("@scalar/typebox").TObject<{
|
|
43339
43902
|
'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">]>>;
|
|
43903
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43904
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43905
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43340
43906
|
}>]>;
|
|
43341
43907
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43342
43908
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -44116,11 +44682,13 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44116
44682
|
}>, import("@scalar/typebox").TObject<{
|
|
44117
44683
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44118
44684
|
}>]>;
|
|
44119
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
44685
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44120
44686
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44121
44687
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
44122
44688
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44123
|
-
}
|
|
44689
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44690
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
44691
|
+
}>]>;
|
|
44124
44692
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44125
44693
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44126
44694
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -44288,7 +44856,6 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44288
44856
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44289
44857
|
}>>>;
|
|
44290
44858
|
'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
44859
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44293
44860
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44294
44861
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -44309,6 +44876,15 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44309
44876
|
}>, import("@scalar/typebox").TString]>;
|
|
44310
44877
|
}>>;
|
|
44311
44878
|
}>>>;
|
|
44879
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44880
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
44881
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
44882
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
44883
|
+
}>>;
|
|
44884
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44885
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44886
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44887
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44312
44888
|
}>, import("@scalar/typebox").TObject<{
|
|
44313
44889
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
44314
44890
|
}>]>]>;
|
|
@@ -44414,6 +44990,7 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44414
44990
|
title: import("@scalar/typebox").TString;
|
|
44415
44991
|
}>, import("@scalar/typebox").TObject<{
|
|
44416
44992
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
44993
|
+
name: import("@scalar/typebox").TString;
|
|
44417
44994
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
44418
44995
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44419
44996
|
id: import("@scalar/typebox").TString;
|
|
@@ -44428,6 +45005,7 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
44428
45005
|
title: import("@scalar/typebox").TString;
|
|
44429
45006
|
}>, import("@scalar/typebox").TObject<{
|
|
44430
45007
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
45008
|
+
name: import("@scalar/typebox").TString;
|
|
44431
45009
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
44432
45010
|
}>]>;
|
|
44433
45011
|
}, "TraversedOperationObject">;
|
|
@@ -44695,7 +45273,10 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44695
45273
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
44696
45274
|
}>]>]>>>;
|
|
44697
45275
|
}>, import("@scalar/typebox").TObject<{
|
|
44698
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
45276
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
45277
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
45278
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
45279
|
+
}>>;
|
|
44699
45280
|
}>, import("@scalar/typebox").TObject<{
|
|
44700
45281
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
44701
45282
|
name: import("@scalar/typebox").TString;
|
|
@@ -44724,6 +45305,9 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44724
45305
|
}>>>;
|
|
44725
45306
|
}>, import("@scalar/typebox").TObject<{
|
|
44726
45307
|
'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">]>>;
|
|
45308
|
+
}>, import("@scalar/typebox").TObject<{
|
|
45309
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45310
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
44727
45311
|
}>]>;
|
|
44728
45312
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44729
45313
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -45503,11 +46087,13 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45503
46087
|
}>, import("@scalar/typebox").TObject<{
|
|
45504
46088
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45505
46089
|
}>]>;
|
|
45506
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
46090
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45507
46091
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45508
46092
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
45509
46093
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45510
|
-
}
|
|
46094
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46095
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
46096
|
+
}>]>;
|
|
45511
46097
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45512
46098
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45513
46099
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -45675,7 +46261,6 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45675
46261
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45676
46262
|
}>>>;
|
|
45677
46263
|
'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
46264
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45680
46265
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45681
46266
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -45696,6 +46281,15 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45696
46281
|
}>, import("@scalar/typebox").TString]>;
|
|
45697
46282
|
}>>;
|
|
45698
46283
|
}>>>;
|
|
46284
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46285
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
46286
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
46287
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
46288
|
+
}>>;
|
|
46289
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46290
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46291
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46292
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45699
46293
|
}>, import("@scalar/typebox").TObject<{
|
|
45700
46294
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
45701
46295
|
}>]>]>;
|
|
@@ -45801,6 +46395,7 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45801
46395
|
title: import("@scalar/typebox").TString;
|
|
45802
46396
|
}>, import("@scalar/typebox").TObject<{
|
|
45803
46397
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
46398
|
+
name: import("@scalar/typebox").TString;
|
|
45804
46399
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
45805
46400
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45806
46401
|
id: import("@scalar/typebox").TString;
|
|
@@ -45815,6 +46410,7 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
45815
46410
|
title: import("@scalar/typebox").TString;
|
|
45816
46411
|
}>, import("@scalar/typebox").TObject<{
|
|
45817
46412
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
46413
|
+
name: import("@scalar/typebox").TString;
|
|
45818
46414
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
45819
46415
|
}>]>;
|
|
45820
46416
|
}, "TraversedSchemaObject">;
|
|
@@ -46082,7 +46678,10 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
46082
46678
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
46083
46679
|
}>]>]>>>;
|
|
46084
46680
|
}>, import("@scalar/typebox").TObject<{
|
|
46085
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
46681
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
46682
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
46683
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
46684
|
+
}>>;
|
|
46086
46685
|
}>, import("@scalar/typebox").TObject<{
|
|
46087
46686
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
46088
46687
|
name: import("@scalar/typebox").TString;
|
|
@@ -46111,6 +46710,9 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
46111
46710
|
}>>>;
|
|
46112
46711
|
}>, import("@scalar/typebox").TObject<{
|
|
46113
46712
|
'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">]>>;
|
|
46713
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46714
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46715
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46114
46716
|
}>]>;
|
|
46115
46717
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
46116
46718
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -46890,11 +47492,13 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
46890
47492
|
}>, import("@scalar/typebox").TObject<{
|
|
46891
47493
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
46892
47494
|
}>]>;
|
|
46893
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
47495
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
46894
47496
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46895
47497
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
46896
47498
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
46897
|
-
}
|
|
47499
|
+
}>, import("@scalar/typebox").TObject<{
|
|
47500
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
47501
|
+
}>]>;
|
|
46898
47502
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
46899
47503
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
46900
47504
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -47062,7 +47666,6 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
47062
47666
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
47063
47667
|
}>>>;
|
|
47064
47668
|
'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
47669
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
47067
47670
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
47068
47671
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -47083,6 +47686,15 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
47083
47686
|
}>, import("@scalar/typebox").TString]>;
|
|
47084
47687
|
}>>;
|
|
47085
47688
|
}>>>;
|
|
47689
|
+
}>, import("@scalar/typebox").TObject<{
|
|
47690
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
47691
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
47692
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
47693
|
+
}>>;
|
|
47694
|
+
}>, import("@scalar/typebox").TObject<{
|
|
47695
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
47696
|
+
}>, import("@scalar/typebox").TObject<{
|
|
47697
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
47086
47698
|
}>, import("@scalar/typebox").TObject<{
|
|
47087
47699
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
47088
47700
|
}>]>]>;
|
|
@@ -47188,6 +47800,7 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
47188
47800
|
title: import("@scalar/typebox").TString;
|
|
47189
47801
|
}>, import("@scalar/typebox").TObject<{
|
|
47190
47802
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
47803
|
+
name: import("@scalar/typebox").TString;
|
|
47191
47804
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
47192
47805
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
47193
47806
|
id: import("@scalar/typebox").TString;
|
|
@@ -47202,6 +47815,7 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
47202
47815
|
title: import("@scalar/typebox").TString;
|
|
47203
47816
|
}>, import("@scalar/typebox").TObject<{
|
|
47204
47817
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
47818
|
+
name: import("@scalar/typebox").TString;
|
|
47205
47819
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
47206
47820
|
}>]>;
|
|
47207
47821
|
}, "TraversedWebhookObject">;
|