@scalar/workspace-store 0.16.2 → 0.17.1
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 +33 -0
- package/dist/client.d.ts +14 -14
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +43 -20
- package/dist/client.js.map +2 -2
- package/dist/mutators/request.d.ts +1 -1
- package/dist/mutators/request.d.ts.map +1 -1
- package/dist/mutators/request.js.map +1 -1
- package/dist/navigation/helpers/traverse-examples.d.ts +8 -0
- package/dist/navigation/helpers/traverse-examples.d.ts.map +1 -0
- package/dist/navigation/helpers/traverse-examples.js +46 -0
- package/dist/navigation/helpers/traverse-examples.js.map +7 -0
- package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-paths.js +9 -1
- package/dist/navigation/helpers/traverse-paths.js.map +2 -2
- package/dist/schemas/extensions/example/x-disabled.d.ts +18 -0
- package/dist/schemas/extensions/example/x-disabled.d.ts.map +1 -0
- package/dist/schemas/extensions/example/x-disabled.js +8 -0
- package/dist/schemas/extensions/example/x-disabled.js.map +7 -0
- package/dist/schemas/extensions/parameter/x-global.d.ts +13 -0
- package/dist/schemas/extensions/parameter/x-global.d.ts.map +1 -0
- package/dist/schemas/extensions/parameter/x-global.js +8 -0
- package/dist/schemas/extensions/parameter/x-global.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +40 -12
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +21 -1
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +12 -2
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +21 -7
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/index.js.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +20 -6
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.js.map +1 -1
- package/dist/schemas/v3.1/strict/example.d.ts +13 -2
- package/dist/schemas/v3.1/strict/example.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/example.js +15 -10
- package/dist/schemas/v3.1/strict/example.js.map +2 -2
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +646 -170
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/parameter.d.ts +21 -6
- package/dist/schemas/v3.1/strict/parameter.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/parameter.js +21 -17
- package/dist/schemas/v3.1/strict/parameter.js.map +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +1 -1
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +20 -6
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +22 -8
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.js.map +1 -1
- package/dist/schemas/workspace.d.ts +135 -37
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -311,7 +311,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
311
311
|
'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">]>>;
|
|
312
312
|
}>]>;
|
|
313
313
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
314
|
-
|
|
314
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
315
315
|
}>, import("@scalar/typebox").TObject<{
|
|
316
316
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
317
317
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1027,7 +1027,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1027
1027
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1028
1028
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
1029
1029
|
}>]>]>>;
|
|
1030
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1030
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1031
1031
|
name: import("@scalar/typebox").TString;
|
|
1032
1032
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
1033
1033
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1035,6 +1035,8 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1035
1035
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1036
1036
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1037
1037
|
}>, import("@scalar/typebox").TObject<{
|
|
1038
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1039
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1038
1040
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1039
1041
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1040
1042
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -1058,7 +1060,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1058
1060
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1059
1061
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
1060
1062
|
}>]>]>>>;
|
|
1061
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1063
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1062
1064
|
name: import("@scalar/typebox").TString;
|
|
1063
1065
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
1064
1066
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1066,14 +1068,18 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1066
1068
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1067
1069
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1068
1070
|
}>, import("@scalar/typebox").TObject<{
|
|
1071
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1072
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1069
1073
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
1070
1074
|
}>]>]>;
|
|
1071
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
1075
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1072
1076
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1073
1077
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1074
1078
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
1075
1079
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1076
|
-
}
|
|
1080
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1081
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1082
|
+
}>]>;
|
|
1077
1083
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1078
1084
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1079
1085
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -1278,6 +1284,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1278
1284
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1279
1285
|
path: import("@scalar/typebox").TString;
|
|
1280
1286
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1287
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1281
1288
|
}>]>;
|
|
1282
1289
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1283
1290
|
id: import("@scalar/typebox").TString;
|
|
@@ -1324,6 +1331,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1324
1331
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1325
1332
|
path: import("@scalar/typebox").TString;
|
|
1326
1333
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1334
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1327
1335
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1328
1336
|
id: import("@scalar/typebox").TString;
|
|
1329
1337
|
title: import("@scalar/typebox").TString;
|
|
@@ -1351,12 +1359,18 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1351
1359
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1352
1360
|
name: import("@scalar/typebox").TString;
|
|
1353
1361
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1362
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1363
|
+
id: import("@scalar/typebox").TString;
|
|
1364
|
+
title: import("@scalar/typebox").TString;
|
|
1365
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1366
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
1367
|
+
name: import("@scalar/typebox").TString;
|
|
1354
1368
|
}>]>]>;
|
|
1355
1369
|
}, "OpenApiDocument">]>;
|
|
1356
1370
|
export type WorkspaceDocument = WorkspaceDocumentMeta & OpenApiDocument;
|
|
1357
1371
|
export declare const WorkspaceMetaSchema: import("@scalar/typebox").TObject<{
|
|
1358
1372
|
"x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1359
|
-
"x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
|
|
1373
|
+
"x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "fsharp/httpclient" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
|
|
1360
1374
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1361
1375
|
"x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1362
1376
|
}>;
|
|
@@ -1676,7 +1690,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
1676
1690
|
'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">]>>;
|
|
1677
1691
|
}>]>;
|
|
1678
1692
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1679
|
-
|
|
1693
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
1680
1694
|
}>, import("@scalar/typebox").TObject<{
|
|
1681
1695
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1682
1696
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2392,7 +2406,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2392
2406
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2393
2407
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
2394
2408
|
}>]>]>>;
|
|
2395
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2409
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2396
2410
|
name: import("@scalar/typebox").TString;
|
|
2397
2411
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
2398
2412
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2400,6 +2414,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2400
2414
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2401
2415
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2402
2416
|
}>, import("@scalar/typebox").TObject<{
|
|
2417
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2418
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2403
2419
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2404
2420
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2405
2421
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -2423,7 +2439,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2423
2439
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2424
2440
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
2425
2441
|
}>]>]>>>;
|
|
2426
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2442
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2427
2443
|
name: import("@scalar/typebox").TString;
|
|
2428
2444
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
2429
2445
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2431,14 +2447,18 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2431
2447
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2432
2448
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2433
2449
|
}>, import("@scalar/typebox").TObject<{
|
|
2450
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2451
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2434
2452
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
2435
2453
|
}>]>]>;
|
|
2436
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
2454
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2437
2455
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2438
2456
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2439
2457
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
2440
2458
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2441
|
-
}
|
|
2459
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2460
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2461
|
+
}>]>;
|
|
2442
2462
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2443
2463
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2444
2464
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -2643,6 +2663,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2643
2663
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2644
2664
|
path: import("@scalar/typebox").TString;
|
|
2645
2665
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2666
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2646
2667
|
}>]>;
|
|
2647
2668
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2648
2669
|
id: import("@scalar/typebox").TString;
|
|
@@ -2689,6 +2710,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2689
2710
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2690
2711
|
path: import("@scalar/typebox").TString;
|
|
2691
2712
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2713
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2692
2714
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2693
2715
|
id: import("@scalar/typebox").TString;
|
|
2694
2716
|
title: import("@scalar/typebox").TString;
|
|
@@ -2716,6 +2738,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2716
2738
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2717
2739
|
name: import("@scalar/typebox").TString;
|
|
2718
2740
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2741
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2742
|
+
id: import("@scalar/typebox").TString;
|
|
2743
|
+
title: import("@scalar/typebox").TString;
|
|
2744
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2745
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
2746
|
+
name: import("@scalar/typebox").TString;
|
|
2719
2747
|
}>]>]>;
|
|
2720
2748
|
}, "ServerObject">>>;
|
|
2721
2749
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
@@ -3013,7 +3041,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3013
3041
|
'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">]>>;
|
|
3014
3042
|
}>]>;
|
|
3015
3043
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3016
|
-
|
|
3044
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
3017
3045
|
}>, import("@scalar/typebox").TObject<{
|
|
3018
3046
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3019
3047
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3729,7 +3757,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3729
3757
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3730
3758
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
3731
3759
|
}>]>]>>;
|
|
3732
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3760
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3733
3761
|
name: import("@scalar/typebox").TString;
|
|
3734
3762
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
3735
3763
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3737,6 +3765,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3737
3765
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3738
3766
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3739
3767
|
}>, import("@scalar/typebox").TObject<{
|
|
3768
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3769
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3740
3770
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3741
3771
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3742
3772
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -3760,7 +3790,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3760
3790
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3761
3791
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
3762
3792
|
}>]>]>>>;
|
|
3763
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3793
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3764
3794
|
name: import("@scalar/typebox").TString;
|
|
3765
3795
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
3766
3796
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3768,14 +3798,18 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3768
3798
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3769
3799
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3770
3800
|
}>, import("@scalar/typebox").TObject<{
|
|
3801
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3802
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3771
3803
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
3772
3804
|
}>]>]>;
|
|
3773
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
3805
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3774
3806
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3775
3807
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3776
3808
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
3777
3809
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3778
|
-
}
|
|
3810
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3811
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3812
|
+
}>]>;
|
|
3779
3813
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
3780
3814
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3781
3815
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -3980,6 +4014,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3980
4014
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
3981
4015
|
path: import("@scalar/typebox").TString;
|
|
3982
4016
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4017
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
3983
4018
|
}>]>;
|
|
3984
4019
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3985
4020
|
id: import("@scalar/typebox").TString;
|
|
@@ -4026,6 +4061,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4026
4061
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
4027
4062
|
path: import("@scalar/typebox").TString;
|
|
4028
4063
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4064
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4029
4065
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4030
4066
|
id: import("@scalar/typebox").TString;
|
|
4031
4067
|
title: import("@scalar/typebox").TString;
|
|
@@ -4053,6 +4089,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4053
4089
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
4054
4090
|
name: import("@scalar/typebox").TString;
|
|
4055
4091
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4092
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4093
|
+
id: import("@scalar/typebox").TString;
|
|
4094
|
+
title: import("@scalar/typebox").TString;
|
|
4095
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4096
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
4097
|
+
name: import("@scalar/typebox").TString;
|
|
4056
4098
|
}>]>]>;
|
|
4057
4099
|
}, "SecuritySchemeObject">>>;
|
|
4058
4100
|
}>;
|
|
@@ -4064,7 +4106,7 @@ export type WorkspaceExtensions = {
|
|
|
4064
4106
|
};
|
|
4065
4107
|
export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4066
4108
|
"x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4067
|
-
"x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
|
|
4109
|
+
"x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "fsharp/httpclient" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
|
|
4068
4110
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4069
4111
|
"x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4070
4112
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4366,7 +4408,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4366
4408
|
'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">]>>;
|
|
4367
4409
|
}>]>;
|
|
4368
4410
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4369
|
-
|
|
4411
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
4370
4412
|
}>, import("@scalar/typebox").TObject<{
|
|
4371
4413
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4372
4414
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5082,7 +5124,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5082
5124
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5083
5125
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
5084
5126
|
}>]>]>>;
|
|
5085
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5127
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5086
5128
|
name: import("@scalar/typebox").TString;
|
|
5087
5129
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
5088
5130
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5090,6 +5132,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5090
5132
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5091
5133
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5092
5134
|
}>, import("@scalar/typebox").TObject<{
|
|
5135
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5136
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5093
5137
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5094
5138
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5095
5139
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -5113,7 +5157,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5113
5157
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5114
5158
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
5115
5159
|
}>]>]>>>;
|
|
5116
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5160
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5117
5161
|
name: import("@scalar/typebox").TString;
|
|
5118
5162
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
5119
5163
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5121,14 +5165,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5121
5165
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5122
5166
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5123
5167
|
}>, import("@scalar/typebox").TObject<{
|
|
5168
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5169
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5124
5170
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
5125
5171
|
}>]>]>;
|
|
5126
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
5172
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5127
5173
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5128
5174
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5129
5175
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
5130
5176
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5131
|
-
}
|
|
5177
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5178
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5179
|
+
}>]>;
|
|
5132
5180
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
5133
5181
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5134
5182
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -5333,6 +5381,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5333
5381
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
5334
5382
|
path: import("@scalar/typebox").TString;
|
|
5335
5383
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5384
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5336
5385
|
}>]>;
|
|
5337
5386
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5338
5387
|
id: import("@scalar/typebox").TString;
|
|
@@ -5379,6 +5428,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5379
5428
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
5380
5429
|
path: import("@scalar/typebox").TString;
|
|
5381
5430
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5431
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5382
5432
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5383
5433
|
id: import("@scalar/typebox").TString;
|
|
5384
5434
|
title: import("@scalar/typebox").TString;
|
|
@@ -5406,6 +5456,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5406
5456
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
5407
5457
|
name: import("@scalar/typebox").TString;
|
|
5408
5458
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5459
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5460
|
+
id: import("@scalar/typebox").TString;
|
|
5461
|
+
title: import("@scalar/typebox").TString;
|
|
5462
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5463
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
5464
|
+
name: import("@scalar/typebox").TString;
|
|
5409
5465
|
}>]>]>;
|
|
5410
5466
|
}, "OpenApiDocument">]>>;
|
|
5411
5467
|
/** Active document is possibly undefined if we attempt to lookup with an invalid key */
|
|
@@ -5707,7 +5763,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5707
5763
|
'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">]>>;
|
|
5708
5764
|
}>]>;
|
|
5709
5765
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5710
|
-
|
|
5766
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
5711
5767
|
}>, import("@scalar/typebox").TObject<{
|
|
5712
5768
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5713
5769
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6423,7 +6479,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6423
6479
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6424
6480
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
6425
6481
|
}>]>]>>;
|
|
6426
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6482
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6427
6483
|
name: import("@scalar/typebox").TString;
|
|
6428
6484
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
6429
6485
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6431,6 +6487,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6431
6487
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6432
6488
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6433
6489
|
}>, import("@scalar/typebox").TObject<{
|
|
6490
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6491
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6434
6492
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6435
6493
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6436
6494
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -6454,7 +6512,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6454
6512
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6455
6513
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
6456
6514
|
}>]>]>>>;
|
|
6457
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6515
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6458
6516
|
name: import("@scalar/typebox").TString;
|
|
6459
6517
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
6460
6518
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6462,14 +6520,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6462
6520
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6463
6521
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6464
6522
|
}>, import("@scalar/typebox").TObject<{
|
|
6523
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6524
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6465
6525
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
6466
6526
|
}>]>]>;
|
|
6467
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
6527
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6468
6528
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6469
6529
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6470
6530
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
6471
6531
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6472
|
-
}
|
|
6532
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6533
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6534
|
+
}>]>;
|
|
6473
6535
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
6474
6536
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6475
6537
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -6674,6 +6736,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6674
6736
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
6675
6737
|
path: import("@scalar/typebox").TString;
|
|
6676
6738
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6739
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6677
6740
|
}>]>;
|
|
6678
6741
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6679
6742
|
id: import("@scalar/typebox").TString;
|
|
@@ -6720,6 +6783,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6720
6783
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
6721
6784
|
path: import("@scalar/typebox").TString;
|
|
6722
6785
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6786
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6723
6787
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6724
6788
|
id: import("@scalar/typebox").TString;
|
|
6725
6789
|
title: import("@scalar/typebox").TString;
|
|
@@ -6747,6 +6811,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6747
6811
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
6748
6812
|
name: import("@scalar/typebox").TString;
|
|
6749
6813
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6814
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6815
|
+
id: import("@scalar/typebox").TString;
|
|
6816
|
+
title: import("@scalar/typebox").TString;
|
|
6817
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6818
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
6819
|
+
name: import("@scalar/typebox").TString;
|
|
6750
6820
|
}>]>]>;
|
|
6751
6821
|
}, "OpenApiDocument">]>]>;
|
|
6752
6822
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -7059,7 +7129,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7059
7129
|
'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">]>>;
|
|
7060
7130
|
}>]>;
|
|
7061
7131
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7062
|
-
|
|
7132
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
7063
7133
|
}>, import("@scalar/typebox").TObject<{
|
|
7064
7134
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7065
7135
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7775,7 +7845,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7775
7845
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7776
7846
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
7777
7847
|
}>]>]>>;
|
|
7778
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7848
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7779
7849
|
name: import("@scalar/typebox").TString;
|
|
7780
7850
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
7781
7851
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7783,6 +7853,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7783
7853
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7784
7854
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7785
7855
|
}>, import("@scalar/typebox").TObject<{
|
|
7856
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7857
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7786
7858
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7787
7859
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7788
7860
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -7806,7 +7878,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7806
7878
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7807
7879
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
7808
7880
|
}>]>]>>>;
|
|
7809
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7881
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7810
7882
|
name: import("@scalar/typebox").TString;
|
|
7811
7883
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
7812
7884
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7814,14 +7886,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7814
7886
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7815
7887
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7816
7888
|
}>, import("@scalar/typebox").TObject<{
|
|
7889
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7890
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7817
7891
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
7818
7892
|
}>]>]>;
|
|
7819
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
7893
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7820
7894
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7821
7895
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7822
7896
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
7823
7897
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7824
|
-
}
|
|
7898
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7899
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7900
|
+
}>]>;
|
|
7825
7901
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
7826
7902
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7827
7903
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -8026,6 +8102,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8026
8102
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
8027
8103
|
path: import("@scalar/typebox").TString;
|
|
8028
8104
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8105
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8029
8106
|
}>]>;
|
|
8030
8107
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8031
8108
|
id: import("@scalar/typebox").TString;
|
|
@@ -8072,6 +8149,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8072
8149
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
8073
8150
|
path: import("@scalar/typebox").TString;
|
|
8074
8151
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8152
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8075
8153
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8076
8154
|
id: import("@scalar/typebox").TString;
|
|
8077
8155
|
title: import("@scalar/typebox").TString;
|
|
@@ -8099,6 +8177,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8099
8177
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
8100
8178
|
name: import("@scalar/typebox").TString;
|
|
8101
8179
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8180
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8181
|
+
id: import("@scalar/typebox").TString;
|
|
8182
|
+
title: import("@scalar/typebox").TString;
|
|
8183
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8184
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
8185
|
+
name: import("@scalar/typebox").TString;
|
|
8102
8186
|
}>]>]>;
|
|
8103
8187
|
}, "ServerObject">>>;
|
|
8104
8188
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
@@ -8396,7 +8480,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8396
8480
|
'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">]>>;
|
|
8397
8481
|
}>]>;
|
|
8398
8482
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8399
|
-
|
|
8483
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
8400
8484
|
}>, import("@scalar/typebox").TObject<{
|
|
8401
8485
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8402
8486
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9112,7 +9196,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9112
9196
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9113
9197
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
9114
9198
|
}>]>]>>;
|
|
9115
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9199
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9116
9200
|
name: import("@scalar/typebox").TString;
|
|
9117
9201
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
9118
9202
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9120,6 +9204,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9120
9204
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9121
9205
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9122
9206
|
}>, import("@scalar/typebox").TObject<{
|
|
9207
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9208
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9123
9209
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9124
9210
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9125
9211
|
schema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -9143,7 +9229,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9143
9229
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9144
9230
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
9145
9231
|
}>]>]>>>;
|
|
9146
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9232
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9147
9233
|
name: import("@scalar/typebox").TString;
|
|
9148
9234
|
in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
|
|
9149
9235
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9151,14 +9237,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9151
9237
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9152
9238
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9153
9239
|
}>, import("@scalar/typebox").TObject<{
|
|
9240
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9241
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9154
9242
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
9155
9243
|
}>]>]>;
|
|
9156
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
9244
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9157
9245
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9158
9246
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9159
9247
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
9160
9248
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9161
|
-
}
|
|
9249
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9250
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9251
|
+
}>]>;
|
|
9162
9252
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
9163
9253
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9164
9254
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -9363,6 +9453,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9363
9453
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
9364
9454
|
path: import("@scalar/typebox").TString;
|
|
9365
9455
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9456
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9366
9457
|
}>]>;
|
|
9367
9458
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9368
9459
|
id: import("@scalar/typebox").TString;
|
|
@@ -9409,6 +9500,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9409
9500
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
9410
9501
|
path: import("@scalar/typebox").TString;
|
|
9411
9502
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9503
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9412
9504
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9413
9505
|
id: import("@scalar/typebox").TString;
|
|
9414
9506
|
title: import("@scalar/typebox").TString;
|
|
@@ -9436,6 +9528,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9436
9528
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
9437
9529
|
name: import("@scalar/typebox").TString;
|
|
9438
9530
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9531
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9532
|
+
id: import("@scalar/typebox").TString;
|
|
9533
|
+
title: import("@scalar/typebox").TString;
|
|
9534
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9535
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
9536
|
+
name: import("@scalar/typebox").TString;
|
|
9439
9537
|
}>]>]>;
|
|
9440
9538
|
}, "SecuritySchemeObject">>>;
|
|
9441
9539
|
}>]>;
|