@scalar/workspace-store 0.16.2 → 0.17.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 +16 -0
- 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 +38 -10
- 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 +19 -5
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +18 -4
- package/dist/schemas/reference-config/settings.d.ts.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 +612 -136
- 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/workspace-specification/config.d.ts +19 -5
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +20 -6
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +128 -30
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1053,7 +1053,7 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1053
1053
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1054
1054
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
1055
1055
|
}>]>]>>;
|
|
1056
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1056
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1057
1057
|
name: import("@scalar/typebox").TString;
|
|
1058
1058
|
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">]>;
|
|
1059
1059
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1061,6 +1061,8 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1061
1061
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1062
1062
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1063
1063
|
}>, import("@scalar/typebox").TObject<{
|
|
1064
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1065
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1064
1066
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1065
1067
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1066
1068
|
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<{
|
|
@@ -1084,7 +1086,7 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1084
1086
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1085
1087
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
1086
1088
|
}>]>]>>>;
|
|
1087
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1089
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1088
1090
|
name: import("@scalar/typebox").TString;
|
|
1089
1091
|
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">]>;
|
|
1090
1092
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1092,14 +1094,18 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1092
1094
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1093
1095
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1094
1096
|
}>, import("@scalar/typebox").TObject<{
|
|
1097
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1098
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1095
1099
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
1096
1100
|
}>]>]>;
|
|
1097
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
1101
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1098
1102
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1099
1103
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1100
1104
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
1101
1105
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1102
|
-
}
|
|
1106
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1107
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1108
|
+
}>]>;
|
|
1103
1109
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1104
1110
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1105
1111
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -1304,6 +1310,7 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1304
1310
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1305
1311
|
path: import("@scalar/typebox").TString;
|
|
1306
1312
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1313
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1307
1314
|
}>]>;
|
|
1308
1315
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1309
1316
|
id: import("@scalar/typebox").TString;
|
|
@@ -1350,6 +1357,7 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1350
1357
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1351
1358
|
path: import("@scalar/typebox").TString;
|
|
1352
1359
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1360
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1353
1361
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1354
1362
|
id: import("@scalar/typebox").TString;
|
|
1355
1363
|
title: import("@scalar/typebox").TString;
|
|
@@ -1377,6 +1385,12 @@ export declare const OpenAPIDocumentSchema: import("@scalar/typebox").TImport<{
|
|
|
1377
1385
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1378
1386
|
name: import("@scalar/typebox").TString;
|
|
1379
1387
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1388
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1389
|
+
id: import("@scalar/typebox").TString;
|
|
1390
|
+
title: import("@scalar/typebox").TString;
|
|
1391
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1392
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
1393
|
+
name: import("@scalar/typebox").TString;
|
|
1380
1394
|
}>]>]>;
|
|
1381
1395
|
}, "OpenApiDocument">;
|
|
1382
1396
|
export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -2390,7 +2404,7 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2390
2404
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2391
2405
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
2392
2406
|
}>]>]>>;
|
|
2393
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2407
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2394
2408
|
name: import("@scalar/typebox").TString;
|
|
2395
2409
|
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">]>;
|
|
2396
2410
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2398,6 +2412,8 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2398
2412
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2399
2413
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2400
2414
|
}>, import("@scalar/typebox").TObject<{
|
|
2415
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2416
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2401
2417
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2402
2418
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2403
2419
|
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<{
|
|
@@ -2421,7 +2437,7 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2421
2437
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2422
2438
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
2423
2439
|
}>]>]>>>;
|
|
2424
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2440
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2425
2441
|
name: import("@scalar/typebox").TString;
|
|
2426
2442
|
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">]>;
|
|
2427
2443
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2429,14 +2445,18 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2429
2445
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2430
2446
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2431
2447
|
}>, import("@scalar/typebox").TObject<{
|
|
2448
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2449
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2432
2450
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
2433
2451
|
}>]>]>;
|
|
2434
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
2452
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2435
2453
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2436
2454
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2437
2455
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
2438
2456
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2439
|
-
}
|
|
2457
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2458
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2459
|
+
}>]>;
|
|
2440
2460
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2441
2461
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2442
2462
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -2641,6 +2661,7 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2641
2661
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2642
2662
|
path: import("@scalar/typebox").TString;
|
|
2643
2663
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2664
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2644
2665
|
}>]>;
|
|
2645
2666
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2646
2667
|
id: import("@scalar/typebox").TString;
|
|
@@ -2687,6 +2708,7 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2687
2708
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2688
2709
|
path: import("@scalar/typebox").TString;
|
|
2689
2710
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2711
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2690
2712
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2691
2713
|
id: import("@scalar/typebox").TString;
|
|
2692
2714
|
title: import("@scalar/typebox").TString;
|
|
@@ -2714,6 +2736,12 @@ export declare const ComponentsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
2714
2736
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2715
2737
|
name: import("@scalar/typebox").TString;
|
|
2716
2738
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2739
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2740
|
+
id: import("@scalar/typebox").TString;
|
|
2741
|
+
title: import("@scalar/typebox").TString;
|
|
2742
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2743
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
2744
|
+
name: import("@scalar/typebox").TString;
|
|
2717
2745
|
}>]>]>;
|
|
2718
2746
|
}, "ComponentsObject">;
|
|
2719
2747
|
export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -3727,7 +3755,7 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3727
3755
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3728
3756
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
3729
3757
|
}>]>]>>;
|
|
3730
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3758
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3731
3759
|
name: import("@scalar/typebox").TString;
|
|
3732
3760
|
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">]>;
|
|
3733
3761
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3735,6 +3763,8 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3735
3763
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3736
3764
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3737
3765
|
}>, import("@scalar/typebox").TObject<{
|
|
3766
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3767
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3738
3768
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3739
3769
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3740
3770
|
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<{
|
|
@@ -3758,7 +3788,7 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3758
3788
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3759
3789
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
3760
3790
|
}>]>]>>>;
|
|
3761
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3791
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3762
3792
|
name: import("@scalar/typebox").TString;
|
|
3763
3793
|
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">]>;
|
|
3764
3794
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3766,14 +3796,18 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3766
3796
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3767
3797
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3768
3798
|
}>, import("@scalar/typebox").TObject<{
|
|
3799
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3800
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3769
3801
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
3770
3802
|
}>]>]>;
|
|
3771
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
3803
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3772
3804
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3773
3805
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3774
3806
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
3775
3807
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3776
|
-
}
|
|
3808
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3809
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3810
|
+
}>]>;
|
|
3777
3811
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
3778
3812
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3779
3813
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -3978,6 +4012,7 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
3978
4012
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
3979
4013
|
path: import("@scalar/typebox").TString;
|
|
3980
4014
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4015
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
3981
4016
|
}>]>;
|
|
3982
4017
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3983
4018
|
id: import("@scalar/typebox").TString;
|
|
@@ -4024,6 +4059,7 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4024
4059
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
4025
4060
|
path: import("@scalar/typebox").TString;
|
|
4026
4061
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4062
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4027
4063
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4028
4064
|
id: import("@scalar/typebox").TString;
|
|
4029
4065
|
title: import("@scalar/typebox").TString;
|
|
@@ -4051,6 +4087,12 @@ export declare const SecurityRequirementObjectSchema: import("@scalar/typebox").
|
|
|
4051
4087
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
4052
4088
|
name: import("@scalar/typebox").TString;
|
|
4053
4089
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4090
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4091
|
+
id: import("@scalar/typebox").TString;
|
|
4092
|
+
title: import("@scalar/typebox").TString;
|
|
4093
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4094
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
4095
|
+
name: import("@scalar/typebox").TString;
|
|
4054
4096
|
}>]>]>;
|
|
4055
4097
|
}, "SecurityRequirementObject">;
|
|
4056
4098
|
export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -5064,7 +5106,7 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5064
5106
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5065
5107
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
5066
5108
|
}>]>]>>;
|
|
5067
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5109
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5068
5110
|
name: import("@scalar/typebox").TString;
|
|
5069
5111
|
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">]>;
|
|
5070
5112
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5072,6 +5114,8 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5072
5114
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5073
5115
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5074
5116
|
}>, import("@scalar/typebox").TObject<{
|
|
5117
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5118
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5075
5119
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5076
5120
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5077
5121
|
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<{
|
|
@@ -5095,7 +5139,7 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5095
5139
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5096
5140
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
5097
5141
|
}>]>]>>>;
|
|
5098
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5142
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5099
5143
|
name: import("@scalar/typebox").TString;
|
|
5100
5144
|
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">]>;
|
|
5101
5145
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5103,14 +5147,18 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5103
5147
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5104
5148
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5105
5149
|
}>, import("@scalar/typebox").TObject<{
|
|
5150
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5151
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5106
5152
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
5107
5153
|
}>]>]>;
|
|
5108
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
5154
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5109
5155
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5110
5156
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5111
5157
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
5112
5158
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5113
|
-
}
|
|
5159
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5160
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5161
|
+
}>]>;
|
|
5114
5162
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
5115
5163
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5116
5164
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -5315,6 +5363,7 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5315
5363
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
5316
5364
|
path: import("@scalar/typebox").TString;
|
|
5317
5365
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5366
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5318
5367
|
}>]>;
|
|
5319
5368
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5320
5369
|
id: import("@scalar/typebox").TString;
|
|
@@ -5361,6 +5410,7 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5361
5410
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
5362
5411
|
path: import("@scalar/typebox").TString;
|
|
5363
5412
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5413
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5364
5414
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5365
5415
|
id: import("@scalar/typebox").TString;
|
|
5366
5416
|
title: import("@scalar/typebox").TString;
|
|
@@ -5388,6 +5438,12 @@ export declare const TagObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
5388
5438
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
5389
5439
|
name: import("@scalar/typebox").TString;
|
|
5390
5440
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5441
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5442
|
+
id: import("@scalar/typebox").TString;
|
|
5443
|
+
title: import("@scalar/typebox").TString;
|
|
5444
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5445
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
5446
|
+
name: import("@scalar/typebox").TString;
|
|
5391
5447
|
}>]>]>;
|
|
5392
5448
|
}, "TagObject">;
|
|
5393
5449
|
export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -6401,7 +6457,7 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6401
6457
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6402
6458
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
6403
6459
|
}>]>]>>;
|
|
6404
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6460
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6405
6461
|
name: import("@scalar/typebox").TString;
|
|
6406
6462
|
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">]>;
|
|
6407
6463
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6409,6 +6465,8 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6409
6465
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6410
6466
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6411
6467
|
}>, import("@scalar/typebox").TObject<{
|
|
6468
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6469
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6412
6470
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6413
6471
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6414
6472
|
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<{
|
|
@@ -6432,7 +6490,7 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6432
6490
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6433
6491
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
6434
6492
|
}>]>]>>>;
|
|
6435
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6493
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6436
6494
|
name: import("@scalar/typebox").TString;
|
|
6437
6495
|
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">]>;
|
|
6438
6496
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6440,14 +6498,18 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6440
6498
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6441
6499
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6442
6500
|
}>, import("@scalar/typebox").TObject<{
|
|
6501
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6502
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6443
6503
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
6444
6504
|
}>]>]>;
|
|
6445
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
6505
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6446
6506
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6447
6507
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6448
6508
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
6449
6509
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6450
|
-
}
|
|
6510
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6511
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6512
|
+
}>]>;
|
|
6451
6513
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
6452
6514
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6453
6515
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -6652,6 +6714,7 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6652
6714
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
6653
6715
|
path: import("@scalar/typebox").TString;
|
|
6654
6716
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6717
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6655
6718
|
}>]>;
|
|
6656
6719
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6657
6720
|
id: import("@scalar/typebox").TString;
|
|
@@ -6698,6 +6761,7 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6698
6761
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
6699
6762
|
path: import("@scalar/typebox").TString;
|
|
6700
6763
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6764
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6701
6765
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6702
6766
|
id: import("@scalar/typebox").TString;
|
|
6703
6767
|
title: import("@scalar/typebox").TString;
|
|
@@ -6725,6 +6789,12 @@ export declare const CallbackObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
6725
6789
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
6726
6790
|
name: import("@scalar/typebox").TString;
|
|
6727
6791
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6792
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6793
|
+
id: import("@scalar/typebox").TString;
|
|
6794
|
+
title: import("@scalar/typebox").TString;
|
|
6795
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6796
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
6797
|
+
name: import("@scalar/typebox").TString;
|
|
6728
6798
|
}>]>]>;
|
|
6729
6799
|
}, "CallbackObject">;
|
|
6730
6800
|
export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -7738,7 +7808,7 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7738
7808
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7739
7809
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
7740
7810
|
}>]>]>>;
|
|
7741
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7811
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7742
7812
|
name: import("@scalar/typebox").TString;
|
|
7743
7813
|
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">]>;
|
|
7744
7814
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7746,6 +7816,8 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7746
7816
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7747
7817
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7748
7818
|
}>, import("@scalar/typebox").TObject<{
|
|
7819
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7820
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7749
7821
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7750
7822
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7751
7823
|
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<{
|
|
@@ -7769,7 +7841,7 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7769
7841
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7770
7842
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
7771
7843
|
}>]>]>>>;
|
|
7772
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7844
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7773
7845
|
name: import("@scalar/typebox").TString;
|
|
7774
7846
|
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">]>;
|
|
7775
7847
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7777,14 +7849,18 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7777
7849
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7778
7850
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7779
7851
|
}>, import("@scalar/typebox").TObject<{
|
|
7852
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7853
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7780
7854
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
7781
7855
|
}>]>]>;
|
|
7782
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
7856
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7783
7857
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7784
7858
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7785
7859
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
7786
7860
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7787
|
-
}
|
|
7861
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7862
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7863
|
+
}>]>;
|
|
7788
7864
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
7789
7865
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7790
7866
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -7989,6 +8065,7 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
7989
8065
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
7990
8066
|
path: import("@scalar/typebox").TString;
|
|
7991
8067
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8068
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
7992
8069
|
}>]>;
|
|
7993
8070
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7994
8071
|
id: import("@scalar/typebox").TString;
|
|
@@ -8035,6 +8112,7 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8035
8112
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
8036
8113
|
path: import("@scalar/typebox").TString;
|
|
8037
8114
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8115
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8038
8116
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8039
8117
|
id: import("@scalar/typebox").TString;
|
|
8040
8118
|
title: import("@scalar/typebox").TString;
|
|
@@ -8062,6 +8140,12 @@ export declare const PathItemObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
8062
8140
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
8063
8141
|
name: import("@scalar/typebox").TString;
|
|
8064
8142
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8143
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8144
|
+
id: import("@scalar/typebox").TString;
|
|
8145
|
+
title: import("@scalar/typebox").TString;
|
|
8146
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8147
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
8148
|
+
name: import("@scalar/typebox").TString;
|
|
8065
8149
|
}>]>]>;
|
|
8066
8150
|
}, "PathItemObject">;
|
|
8067
8151
|
export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -9075,7 +9159,7 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9075
9159
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9076
9160
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
9077
9161
|
}>]>]>>;
|
|
9078
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9162
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9079
9163
|
name: import("@scalar/typebox").TString;
|
|
9080
9164
|
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">]>;
|
|
9081
9165
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9083,6 +9167,8 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9083
9167
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9084
9168
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9085
9169
|
}>, import("@scalar/typebox").TObject<{
|
|
9170
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9171
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9086
9172
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9087
9173
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9088
9174
|
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<{
|
|
@@ -9106,7 +9192,7 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9106
9192
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9107
9193
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
9108
9194
|
}>]>]>>>;
|
|
9109
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9195
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9110
9196
|
name: import("@scalar/typebox").TString;
|
|
9111
9197
|
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">]>;
|
|
9112
9198
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9114,14 +9200,18 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9114
9200
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9115
9201
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9116
9202
|
}>, import("@scalar/typebox").TObject<{
|
|
9203
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9204
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
9117
9205
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
9118
9206
|
}>]>]>;
|
|
9119
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
9207
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9120
9208
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9121
9209
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9122
9210
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
9123
9211
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9124
|
-
}
|
|
9212
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9213
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9214
|
+
}>]>;
|
|
9125
9215
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
9126
9216
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9127
9217
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -9326,6 +9416,7 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9326
9416
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
9327
9417
|
path: import("@scalar/typebox").TString;
|
|
9328
9418
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9419
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9329
9420
|
}>]>;
|
|
9330
9421
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9331
9422
|
id: import("@scalar/typebox").TString;
|
|
@@ -9372,6 +9463,7 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9372
9463
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
9373
9464
|
path: import("@scalar/typebox").TString;
|
|
9374
9465
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9466
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9375
9467
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9376
9468
|
id: import("@scalar/typebox").TString;
|
|
9377
9469
|
title: import("@scalar/typebox").TString;
|
|
@@ -9399,6 +9491,12 @@ export declare const PathsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
9399
9491
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
9400
9492
|
name: import("@scalar/typebox").TString;
|
|
9401
9493
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9494
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9495
|
+
id: import("@scalar/typebox").TString;
|
|
9496
|
+
title: import("@scalar/typebox").TString;
|
|
9497
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9498
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
9499
|
+
name: import("@scalar/typebox").TString;
|
|
9402
9500
|
}>]>]>;
|
|
9403
9501
|
}, "PathsObject">;
|
|
9404
9502
|
export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -10412,7 +10510,7 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10412
10510
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10413
10511
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
10414
10512
|
}>]>]>>;
|
|
10415
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10513
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10416
10514
|
name: import("@scalar/typebox").TString;
|
|
10417
10515
|
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">]>;
|
|
10418
10516
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -10420,6 +10518,8 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10420
10518
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10421
10519
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10422
10520
|
}>, import("@scalar/typebox").TObject<{
|
|
10521
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10522
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
10423
10523
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10424
10524
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10425
10525
|
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<{
|
|
@@ -10443,7 +10543,7 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10443
10543
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10444
10544
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
10445
10545
|
}>]>]>>>;
|
|
10446
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10546
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10447
10547
|
name: import("@scalar/typebox").TString;
|
|
10448
10548
|
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">]>;
|
|
10449
10549
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -10451,14 +10551,18 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10451
10551
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10452
10552
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10453
10553
|
}>, import("@scalar/typebox").TObject<{
|
|
10554
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10555
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
10454
10556
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
10455
10557
|
}>]>]>;
|
|
10456
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
10558
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10457
10559
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10458
10560
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10459
10561
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
10460
10562
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10461
|
-
}
|
|
10563
|
+
}>, import("@scalar/typebox").TObject<{
|
|
10564
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10565
|
+
}>]>;
|
|
10462
10566
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
10463
10567
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
10464
10568
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -10663,6 +10767,7 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10663
10767
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
10664
10768
|
path: import("@scalar/typebox").TString;
|
|
10665
10769
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10770
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
10666
10771
|
}>]>;
|
|
10667
10772
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10668
10773
|
id: import("@scalar/typebox").TString;
|
|
@@ -10709,6 +10814,7 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10709
10814
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
10710
10815
|
path: import("@scalar/typebox").TString;
|
|
10711
10816
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10817
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
10712
10818
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10713
10819
|
id: import("@scalar/typebox").TString;
|
|
10714
10820
|
title: import("@scalar/typebox").TString;
|
|
@@ -10736,6 +10842,12 @@ export declare const OperationObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
10736
10842
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
10737
10843
|
name: import("@scalar/typebox").TString;
|
|
10738
10844
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10845
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10846
|
+
id: import("@scalar/typebox").TString;
|
|
10847
|
+
title: import("@scalar/typebox").TString;
|
|
10848
|
+
}>, import("@scalar/typebox").TObject<{
|
|
10849
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
10850
|
+
name: import("@scalar/typebox").TString;
|
|
10739
10851
|
}>]>]>;
|
|
10740
10852
|
}, "OperationObject">;
|
|
10741
10853
|
export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -11749,7 +11861,7 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11749
11861
|
}>]>, import("@scalar/typebox").TObject<{
|
|
11750
11862
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
11751
11863
|
}>]>]>>;
|
|
11752
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11864
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11753
11865
|
name: import("@scalar/typebox").TString;
|
|
11754
11866
|
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">]>;
|
|
11755
11867
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -11757,6 +11869,8 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11757
11869
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11758
11870
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11759
11871
|
}>, import("@scalar/typebox").TObject<{
|
|
11872
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11873
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
11760
11874
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11761
11875
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11762
11876
|
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<{
|
|
@@ -11780,7 +11894,7 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11780
11894
|
}>]>, import("@scalar/typebox").TObject<{
|
|
11781
11895
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
11782
11896
|
}>]>]>>>;
|
|
11783
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11897
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11784
11898
|
name: import("@scalar/typebox").TString;
|
|
11785
11899
|
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">]>;
|
|
11786
11900
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -11788,14 +11902,18 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
11788
11902
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11789
11903
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11790
11904
|
}>, import("@scalar/typebox").TObject<{
|
|
11905
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11906
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
11791
11907
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
11792
11908
|
}>]>]>;
|
|
11793
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
11909
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
11794
11910
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11795
11911
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11796
11912
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
11797
11913
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11798
|
-
}
|
|
11914
|
+
}>, import("@scalar/typebox").TObject<{
|
|
11915
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
11916
|
+
}>]>;
|
|
11799
11917
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
11800
11918
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
11801
11919
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -12000,6 +12118,7 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12000
12118
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
12001
12119
|
path: import("@scalar/typebox").TString;
|
|
12002
12120
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12121
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
12003
12122
|
}>]>;
|
|
12004
12123
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12005
12124
|
id: import("@scalar/typebox").TString;
|
|
@@ -12046,6 +12165,7 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12046
12165
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
12047
12166
|
path: import("@scalar/typebox").TString;
|
|
12048
12167
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12168
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
12049
12169
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12050
12170
|
id: import("@scalar/typebox").TString;
|
|
12051
12171
|
title: import("@scalar/typebox").TString;
|
|
@@ -12073,6 +12193,12 @@ export declare const SchemaObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
12073
12193
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
12074
12194
|
name: import("@scalar/typebox").TString;
|
|
12075
12195
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
12196
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
12197
|
+
id: import("@scalar/typebox").TString;
|
|
12198
|
+
title: import("@scalar/typebox").TString;
|
|
12199
|
+
}>, import("@scalar/typebox").TObject<{
|
|
12200
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
12201
|
+
name: import("@scalar/typebox").TString;
|
|
12076
12202
|
}>]>]>;
|
|
12077
12203
|
}, "SchemaObject">;
|
|
12078
12204
|
export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -13086,7 +13212,7 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13086
13212
|
}>]>, import("@scalar/typebox").TObject<{
|
|
13087
13213
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
13088
13214
|
}>]>]>>;
|
|
13089
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13215
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13090
13216
|
name: import("@scalar/typebox").TString;
|
|
13091
13217
|
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">]>;
|
|
13092
13218
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -13094,6 +13220,8 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13094
13220
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13095
13221
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13096
13222
|
}>, import("@scalar/typebox").TObject<{
|
|
13223
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13224
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
13097
13225
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13098
13226
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13099
13227
|
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<{
|
|
@@ -13117,7 +13245,7 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13117
13245
|
}>]>, import("@scalar/typebox").TObject<{
|
|
13118
13246
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
13119
13247
|
}>]>]>>>;
|
|
13120
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13248
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13121
13249
|
name: import("@scalar/typebox").TString;
|
|
13122
13250
|
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">]>;
|
|
13123
13251
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -13125,14 +13253,18 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13125
13253
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13126
13254
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13127
13255
|
}>, import("@scalar/typebox").TObject<{
|
|
13256
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13257
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
13128
13258
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
13129
13259
|
}>]>]>;
|
|
13130
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
13260
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13131
13261
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13132
13262
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13133
13263
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
13134
13264
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13135
|
-
}
|
|
13265
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13266
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13267
|
+
}>]>;
|
|
13136
13268
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
13137
13269
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
13138
13270
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -13337,6 +13469,7 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13337
13469
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
13338
13470
|
path: import("@scalar/typebox").TString;
|
|
13339
13471
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13472
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
13340
13473
|
}>]>;
|
|
13341
13474
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13342
13475
|
id: import("@scalar/typebox").TString;
|
|
@@ -13383,6 +13516,7 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13383
13516
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
13384
13517
|
path: import("@scalar/typebox").TString;
|
|
13385
13518
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13519
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
13386
13520
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13387
13521
|
id: import("@scalar/typebox").TString;
|
|
13388
13522
|
title: import("@scalar/typebox").TString;
|
|
@@ -13410,6 +13544,12 @@ export declare const EncodingObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
13410
13544
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
13411
13545
|
name: import("@scalar/typebox").TString;
|
|
13412
13546
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
13547
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
13548
|
+
id: import("@scalar/typebox").TString;
|
|
13549
|
+
title: import("@scalar/typebox").TString;
|
|
13550
|
+
}>, import("@scalar/typebox").TObject<{
|
|
13551
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
13552
|
+
name: import("@scalar/typebox").TString;
|
|
13413
13553
|
}>]>]>;
|
|
13414
13554
|
}, "EncodingObject">;
|
|
13415
13555
|
export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -14423,7 +14563,7 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14423
14563
|
}>]>, import("@scalar/typebox").TObject<{
|
|
14424
14564
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
14425
14565
|
}>]>]>>;
|
|
14426
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14566
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14427
14567
|
name: import("@scalar/typebox").TString;
|
|
14428
14568
|
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">]>;
|
|
14429
14569
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -14431,6 +14571,8 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14431
14571
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14432
14572
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14433
14573
|
}>, import("@scalar/typebox").TObject<{
|
|
14574
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14575
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
14434
14576
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14435
14577
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14436
14578
|
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<{
|
|
@@ -14454,7 +14596,7 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14454
14596
|
}>]>, import("@scalar/typebox").TObject<{
|
|
14455
14597
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
14456
14598
|
}>]>]>>>;
|
|
14457
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14599
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14458
14600
|
name: import("@scalar/typebox").TString;
|
|
14459
14601
|
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">]>;
|
|
14460
14602
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -14462,14 +14604,18 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14462
14604
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14463
14605
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14464
14606
|
}>, import("@scalar/typebox").TObject<{
|
|
14607
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14608
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
14465
14609
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
14466
14610
|
}>]>]>;
|
|
14467
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
14611
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14468
14612
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14469
14613
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14470
14614
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
14471
14615
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14472
|
-
}
|
|
14616
|
+
}>, import("@scalar/typebox").TObject<{
|
|
14617
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14618
|
+
}>]>;
|
|
14473
14619
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
14474
14620
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
14475
14621
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -14674,6 +14820,7 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14674
14820
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
14675
14821
|
path: import("@scalar/typebox").TString;
|
|
14676
14822
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14823
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
14677
14824
|
}>]>;
|
|
14678
14825
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14679
14826
|
id: import("@scalar/typebox").TString;
|
|
@@ -14720,6 +14867,7 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14720
14867
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
14721
14868
|
path: import("@scalar/typebox").TString;
|
|
14722
14869
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14870
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
14723
14871
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14724
14872
|
id: import("@scalar/typebox").TString;
|
|
14725
14873
|
title: import("@scalar/typebox").TString;
|
|
@@ -14747,6 +14895,12 @@ export declare const MediaTypeObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
14747
14895
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
14748
14896
|
name: import("@scalar/typebox").TString;
|
|
14749
14897
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
14898
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
14899
|
+
id: import("@scalar/typebox").TString;
|
|
14900
|
+
title: import("@scalar/typebox").TString;
|
|
14901
|
+
}>, import("@scalar/typebox").TObject<{
|
|
14902
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
14903
|
+
name: import("@scalar/typebox").TString;
|
|
14750
14904
|
}>]>]>;
|
|
14751
14905
|
}, "MediaTypeObject">;
|
|
14752
14906
|
export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -15760,7 +15914,7 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15760
15914
|
}>]>, import("@scalar/typebox").TObject<{
|
|
15761
15915
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
15762
15916
|
}>]>]>>;
|
|
15763
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15917
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15764
15918
|
name: import("@scalar/typebox").TString;
|
|
15765
15919
|
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">]>;
|
|
15766
15920
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -15768,6 +15922,8 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15768
15922
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15769
15923
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15770
15924
|
}>, import("@scalar/typebox").TObject<{
|
|
15925
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15926
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
15771
15927
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15772
15928
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15773
15929
|
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<{
|
|
@@ -15791,7 +15947,7 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15791
15947
|
}>]>, import("@scalar/typebox").TObject<{
|
|
15792
15948
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
15793
15949
|
}>]>]>>>;
|
|
15794
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15950
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15795
15951
|
name: import("@scalar/typebox").TString;
|
|
15796
15952
|
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">]>;
|
|
15797
15953
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -15799,14 +15955,18 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
15799
15955
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15800
15956
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15801
15957
|
}>, import("@scalar/typebox").TObject<{
|
|
15958
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15959
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
15802
15960
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
15803
15961
|
}>]>]>;
|
|
15804
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
15962
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
15805
15963
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15806
15964
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15807
15965
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
15808
15966
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15809
|
-
}
|
|
15967
|
+
}>, import("@scalar/typebox").TObject<{
|
|
15968
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
15969
|
+
}>]>;
|
|
15810
15970
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
15811
15971
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
15812
15972
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -16011,6 +16171,7 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16011
16171
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
16012
16172
|
path: import("@scalar/typebox").TString;
|
|
16013
16173
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16174
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
16014
16175
|
}>]>;
|
|
16015
16176
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16016
16177
|
id: import("@scalar/typebox").TString;
|
|
@@ -16057,6 +16218,7 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16057
16218
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
16058
16219
|
path: import("@scalar/typebox").TString;
|
|
16059
16220
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16221
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
16060
16222
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16061
16223
|
id: import("@scalar/typebox").TString;
|
|
16062
16224
|
title: import("@scalar/typebox").TString;
|
|
@@ -16084,6 +16246,12 @@ export declare const HeaderObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
16084
16246
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
16085
16247
|
name: import("@scalar/typebox").TString;
|
|
16086
16248
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
16249
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
16250
|
+
id: import("@scalar/typebox").TString;
|
|
16251
|
+
title: import("@scalar/typebox").TString;
|
|
16252
|
+
}>, import("@scalar/typebox").TObject<{
|
|
16253
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
16254
|
+
name: import("@scalar/typebox").TString;
|
|
16087
16255
|
}>]>]>;
|
|
16088
16256
|
}, "HeaderObject">;
|
|
16089
16257
|
export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -17097,7 +17265,7 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17097
17265
|
}>]>, import("@scalar/typebox").TObject<{
|
|
17098
17266
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
17099
17267
|
}>]>]>>;
|
|
17100
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17268
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17101
17269
|
name: import("@scalar/typebox").TString;
|
|
17102
17270
|
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">]>;
|
|
17103
17271
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -17105,6 +17273,8 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17105
17273
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17106
17274
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17107
17275
|
}>, import("@scalar/typebox").TObject<{
|
|
17276
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17277
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
17108
17278
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17109
17279
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17110
17280
|
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<{
|
|
@@ -17128,7 +17298,7 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17128
17298
|
}>]>, import("@scalar/typebox").TObject<{
|
|
17129
17299
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
17130
17300
|
}>]>]>>>;
|
|
17131
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17301
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17132
17302
|
name: import("@scalar/typebox").TString;
|
|
17133
17303
|
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">]>;
|
|
17134
17304
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -17136,14 +17306,18 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17136
17306
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17137
17307
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17138
17308
|
}>, import("@scalar/typebox").TObject<{
|
|
17309
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17310
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
17139
17311
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
17140
17312
|
}>]>]>;
|
|
17141
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
17313
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17142
17314
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17143
17315
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17144
17316
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
17145
17317
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17146
|
-
}
|
|
17318
|
+
}>, import("@scalar/typebox").TObject<{
|
|
17319
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17320
|
+
}>]>;
|
|
17147
17321
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
17148
17322
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
17149
17323
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -17348,6 +17522,7 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17348
17522
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
17349
17523
|
path: import("@scalar/typebox").TString;
|
|
17350
17524
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17525
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
17351
17526
|
}>]>;
|
|
17352
17527
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17353
17528
|
id: import("@scalar/typebox").TString;
|
|
@@ -17394,6 +17569,7 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17394
17569
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
17395
17570
|
path: import("@scalar/typebox").TString;
|
|
17396
17571
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17572
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
17397
17573
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17398
17574
|
id: import("@scalar/typebox").TString;
|
|
17399
17575
|
title: import("@scalar/typebox").TString;
|
|
@@ -17421,6 +17597,12 @@ export declare const ServerObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
17421
17597
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
17422
17598
|
name: import("@scalar/typebox").TString;
|
|
17423
17599
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
17600
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
17601
|
+
id: import("@scalar/typebox").TString;
|
|
17602
|
+
title: import("@scalar/typebox").TString;
|
|
17603
|
+
}>, import("@scalar/typebox").TObject<{
|
|
17604
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
17605
|
+
name: import("@scalar/typebox").TString;
|
|
17424
17606
|
}>]>]>;
|
|
17425
17607
|
}, "ServerObject">;
|
|
17426
17608
|
export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -18434,7 +18616,7 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18434
18616
|
}>]>, import("@scalar/typebox").TObject<{
|
|
18435
18617
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
18436
18618
|
}>]>]>>;
|
|
18437
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18619
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18438
18620
|
name: import("@scalar/typebox").TString;
|
|
18439
18621
|
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">]>;
|
|
18440
18622
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -18442,6 +18624,8 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18442
18624
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18443
18625
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18444
18626
|
}>, import("@scalar/typebox").TObject<{
|
|
18627
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18628
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
18445
18629
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18446
18630
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18447
18631
|
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<{
|
|
@@ -18465,7 +18649,7 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18465
18649
|
}>]>, import("@scalar/typebox").TObject<{
|
|
18466
18650
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
18467
18651
|
}>]>]>>>;
|
|
18468
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18652
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18469
18653
|
name: import("@scalar/typebox").TString;
|
|
18470
18654
|
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">]>;
|
|
18471
18655
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -18473,14 +18657,18 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18473
18657
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18474
18658
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18475
18659
|
}>, import("@scalar/typebox").TObject<{
|
|
18660
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18661
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
18476
18662
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
18477
18663
|
}>]>]>;
|
|
18478
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
18664
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18479
18665
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18480
18666
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18481
18667
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
18482
18668
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18483
|
-
}
|
|
18669
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18670
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18671
|
+
}>]>;
|
|
18484
18672
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
18485
18673
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
18486
18674
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -18685,6 +18873,7 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18685
18873
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
18686
18874
|
path: import("@scalar/typebox").TString;
|
|
18687
18875
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18876
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
18688
18877
|
}>]>;
|
|
18689
18878
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18690
18879
|
id: import("@scalar/typebox").TString;
|
|
@@ -18731,6 +18920,7 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18731
18920
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
18732
18921
|
path: import("@scalar/typebox").TString;
|
|
18733
18922
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18923
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
18734
18924
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18735
18925
|
id: import("@scalar/typebox").TString;
|
|
18736
18926
|
title: import("@scalar/typebox").TString;
|
|
@@ -18758,6 +18948,12 @@ export declare const ExternalDocumentationObjectSchema: import("@scalar/typebox"
|
|
|
18758
18948
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
18759
18949
|
name: import("@scalar/typebox").TString;
|
|
18760
18950
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
18951
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
18952
|
+
id: import("@scalar/typebox").TString;
|
|
18953
|
+
title: import("@scalar/typebox").TString;
|
|
18954
|
+
}>, import("@scalar/typebox").TObject<{
|
|
18955
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
18956
|
+
name: import("@scalar/typebox").TString;
|
|
18761
18957
|
}>]>]>;
|
|
18762
18958
|
}, "ExternalDocumentationObject">;
|
|
18763
18959
|
export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -19771,7 +19967,7 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19771
19967
|
}>]>, import("@scalar/typebox").TObject<{
|
|
19772
19968
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
19773
19969
|
}>]>]>>;
|
|
19774
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19970
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19775
19971
|
name: import("@scalar/typebox").TString;
|
|
19776
19972
|
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">]>;
|
|
19777
19973
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -19779,6 +19975,8 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19779
19975
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19780
19976
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19781
19977
|
}>, import("@scalar/typebox").TObject<{
|
|
19978
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19979
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
19782
19980
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19783
19981
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19784
19982
|
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<{
|
|
@@ -19802,7 +20000,7 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19802
20000
|
}>]>, import("@scalar/typebox").TObject<{
|
|
19803
20001
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
19804
20002
|
}>]>]>>>;
|
|
19805
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20003
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19806
20004
|
name: import("@scalar/typebox").TString;
|
|
19807
20005
|
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">]>;
|
|
19808
20006
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -19810,14 +20008,18 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
19810
20008
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19811
20009
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
19812
20010
|
}>, import("@scalar/typebox").TObject<{
|
|
20011
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20012
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
19813
20013
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
19814
20014
|
}>]>]>;
|
|
19815
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
20015
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
19816
20016
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19817
20017
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19818
20018
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
19819
20019
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19820
|
-
}
|
|
20020
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20021
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20022
|
+
}>]>;
|
|
19821
20023
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
19822
20024
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
19823
20025
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -20022,6 +20224,7 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20022
20224
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
20023
20225
|
path: import("@scalar/typebox").TString;
|
|
20024
20226
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20227
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
20025
20228
|
}>]>;
|
|
20026
20229
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20027
20230
|
id: import("@scalar/typebox").TString;
|
|
@@ -20068,6 +20271,7 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20068
20271
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
20069
20272
|
path: import("@scalar/typebox").TString;
|
|
20070
20273
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20274
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
20071
20275
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20072
20276
|
id: import("@scalar/typebox").TString;
|
|
20073
20277
|
title: import("@scalar/typebox").TString;
|
|
@@ -20095,6 +20299,12 @@ export declare const InfoObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
20095
20299
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
20096
20300
|
name: import("@scalar/typebox").TString;
|
|
20097
20301
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
20302
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
20303
|
+
id: import("@scalar/typebox").TString;
|
|
20304
|
+
title: import("@scalar/typebox").TString;
|
|
20305
|
+
}>, import("@scalar/typebox").TObject<{
|
|
20306
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
20307
|
+
name: import("@scalar/typebox").TString;
|
|
20098
20308
|
}>]>]>;
|
|
20099
20309
|
}, "InfoObject">;
|
|
20100
20310
|
export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -21108,7 +21318,7 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21108
21318
|
}>]>, import("@scalar/typebox").TObject<{
|
|
21109
21319
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
21110
21320
|
}>]>]>>;
|
|
21111
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21321
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21112
21322
|
name: import("@scalar/typebox").TString;
|
|
21113
21323
|
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">]>;
|
|
21114
21324
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -21116,6 +21326,8 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21116
21326
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21117
21327
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21118
21328
|
}>, import("@scalar/typebox").TObject<{
|
|
21329
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21330
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
21119
21331
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21120
21332
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21121
21333
|
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<{
|
|
@@ -21139,7 +21351,7 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21139
21351
|
}>]>, import("@scalar/typebox").TObject<{
|
|
21140
21352
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
21141
21353
|
}>]>]>>>;
|
|
21142
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21354
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21143
21355
|
name: import("@scalar/typebox").TString;
|
|
21144
21356
|
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">]>;
|
|
21145
21357
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -21147,14 +21359,18 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21147
21359
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21148
21360
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21149
21361
|
}>, import("@scalar/typebox").TObject<{
|
|
21362
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21363
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
21150
21364
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
21151
21365
|
}>]>]>;
|
|
21152
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
21366
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21153
21367
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21154
21368
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21155
21369
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
21156
21370
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21157
|
-
}
|
|
21371
|
+
}>, import("@scalar/typebox").TObject<{
|
|
21372
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21373
|
+
}>]>;
|
|
21158
21374
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
21159
21375
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
21160
21376
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -21359,6 +21575,7 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21359
21575
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
21360
21576
|
path: import("@scalar/typebox").TString;
|
|
21361
21577
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21578
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
21362
21579
|
}>]>;
|
|
21363
21580
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21364
21581
|
id: import("@scalar/typebox").TString;
|
|
@@ -21405,6 +21622,7 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21405
21622
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
21406
21623
|
path: import("@scalar/typebox").TString;
|
|
21407
21624
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21625
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
21408
21626
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21409
21627
|
id: import("@scalar/typebox").TString;
|
|
21410
21628
|
title: import("@scalar/typebox").TString;
|
|
@@ -21432,6 +21650,12 @@ export declare const ContactObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
21432
21650
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
21433
21651
|
name: import("@scalar/typebox").TString;
|
|
21434
21652
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
21653
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21654
|
+
id: import("@scalar/typebox").TString;
|
|
21655
|
+
title: import("@scalar/typebox").TString;
|
|
21656
|
+
}>, import("@scalar/typebox").TObject<{
|
|
21657
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
21658
|
+
name: import("@scalar/typebox").TString;
|
|
21435
21659
|
}>]>]>;
|
|
21436
21660
|
}, "ContactObject">;
|
|
21437
21661
|
export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -22445,7 +22669,7 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22445
22669
|
}>]>, import("@scalar/typebox").TObject<{
|
|
22446
22670
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
22447
22671
|
}>]>]>>;
|
|
22448
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22672
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22449
22673
|
name: import("@scalar/typebox").TString;
|
|
22450
22674
|
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">]>;
|
|
22451
22675
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -22453,6 +22677,8 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22453
22677
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22454
22678
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22455
22679
|
}>, import("@scalar/typebox").TObject<{
|
|
22680
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22681
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
22456
22682
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22457
22683
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22458
22684
|
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<{
|
|
@@ -22476,7 +22702,7 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22476
22702
|
}>]>, import("@scalar/typebox").TObject<{
|
|
22477
22703
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
22478
22704
|
}>]>]>>>;
|
|
22479
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22705
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22480
22706
|
name: import("@scalar/typebox").TString;
|
|
22481
22707
|
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">]>;
|
|
22482
22708
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -22484,14 +22710,18 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22484
22710
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22485
22711
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22486
22712
|
}>, import("@scalar/typebox").TObject<{
|
|
22713
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22714
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
22487
22715
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
22488
22716
|
}>]>]>;
|
|
22489
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
22717
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22490
22718
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22491
22719
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22492
22720
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
22493
22721
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22494
|
-
}
|
|
22722
|
+
}>, import("@scalar/typebox").TObject<{
|
|
22723
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22724
|
+
}>]>;
|
|
22495
22725
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
22496
22726
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
22497
22727
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -22696,6 +22926,7 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22696
22926
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
22697
22927
|
path: import("@scalar/typebox").TString;
|
|
22698
22928
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22929
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
22699
22930
|
}>]>;
|
|
22700
22931
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22701
22932
|
id: import("@scalar/typebox").TString;
|
|
@@ -22742,6 +22973,7 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22742
22973
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
22743
22974
|
path: import("@scalar/typebox").TString;
|
|
22744
22975
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
22976
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
22745
22977
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22746
22978
|
id: import("@scalar/typebox").TString;
|
|
22747
22979
|
title: import("@scalar/typebox").TString;
|
|
@@ -22769,6 +23001,12 @@ export declare const LicenseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
22769
23001
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
22770
23002
|
name: import("@scalar/typebox").TString;
|
|
22771
23003
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23004
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23005
|
+
id: import("@scalar/typebox").TString;
|
|
23006
|
+
title: import("@scalar/typebox").TString;
|
|
23007
|
+
}>, import("@scalar/typebox").TObject<{
|
|
23008
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
23009
|
+
name: import("@scalar/typebox").TString;
|
|
22772
23010
|
}>]>]>;
|
|
22773
23011
|
}, "LicenseObject">;
|
|
22774
23012
|
export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -23782,7 +24020,7 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23782
24020
|
}>]>, import("@scalar/typebox").TObject<{
|
|
23783
24021
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
23784
24022
|
}>]>]>>;
|
|
23785
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24023
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23786
24024
|
name: import("@scalar/typebox").TString;
|
|
23787
24025
|
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">]>;
|
|
23788
24026
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -23790,6 +24028,8 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23790
24028
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23791
24029
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23792
24030
|
}>, import("@scalar/typebox").TObject<{
|
|
24031
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24032
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
23793
24033
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23794
24034
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23795
24035
|
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<{
|
|
@@ -23813,7 +24053,7 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23813
24053
|
}>]>, import("@scalar/typebox").TObject<{
|
|
23814
24054
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
23815
24055
|
}>]>]>>>;
|
|
23816
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24056
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23817
24057
|
name: import("@scalar/typebox").TString;
|
|
23818
24058
|
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">]>;
|
|
23819
24059
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -23821,14 +24061,18 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
23821
24061
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23822
24062
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
23823
24063
|
}>, import("@scalar/typebox").TObject<{
|
|
24064
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24065
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
23824
24066
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
23825
24067
|
}>]>]>;
|
|
23826
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
24068
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
23827
24069
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23828
24070
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23829
24071
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
23830
24072
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23831
|
-
}
|
|
24073
|
+
}>, import("@scalar/typebox").TObject<{
|
|
24074
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24075
|
+
}>]>;
|
|
23832
24076
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
23833
24077
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
23834
24078
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -24033,6 +24277,7 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24033
24277
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
24034
24278
|
path: import("@scalar/typebox").TString;
|
|
24035
24279
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24280
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
24036
24281
|
}>]>;
|
|
24037
24282
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24038
24283
|
id: import("@scalar/typebox").TString;
|
|
@@ -24079,6 +24324,7 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24079
24324
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
24080
24325
|
path: import("@scalar/typebox").TString;
|
|
24081
24326
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24327
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
24082
24328
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24083
24329
|
id: import("@scalar/typebox").TString;
|
|
24084
24330
|
title: import("@scalar/typebox").TString;
|
|
@@ -24106,6 +24352,12 @@ export declare const ResponseObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
24106
24352
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
24107
24353
|
name: import("@scalar/typebox").TString;
|
|
24108
24354
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
24355
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
24356
|
+
id: import("@scalar/typebox").TString;
|
|
24357
|
+
title: import("@scalar/typebox").TString;
|
|
24358
|
+
}>, import("@scalar/typebox").TObject<{
|
|
24359
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
24360
|
+
name: import("@scalar/typebox").TString;
|
|
24109
24361
|
}>]>]>;
|
|
24110
24362
|
}, "ResponseObject">;
|
|
24111
24363
|
export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -25119,7 +25371,7 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25119
25371
|
}>]>, import("@scalar/typebox").TObject<{
|
|
25120
25372
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
25121
25373
|
}>]>]>>;
|
|
25122
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25374
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25123
25375
|
name: import("@scalar/typebox").TString;
|
|
25124
25376
|
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">]>;
|
|
25125
25377
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -25127,6 +25379,8 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25127
25379
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25128
25380
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25129
25381
|
}>, import("@scalar/typebox").TObject<{
|
|
25382
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25383
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
25130
25384
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25131
25385
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25132
25386
|
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<{
|
|
@@ -25150,7 +25404,7 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25150
25404
|
}>]>, import("@scalar/typebox").TObject<{
|
|
25151
25405
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
25152
25406
|
}>]>]>>>;
|
|
25153
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25407
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25154
25408
|
name: import("@scalar/typebox").TString;
|
|
25155
25409
|
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">]>;
|
|
25156
25410
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -25158,14 +25412,18 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25158
25412
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25159
25413
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25160
25414
|
}>, import("@scalar/typebox").TObject<{
|
|
25415
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25416
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
25161
25417
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
25162
25418
|
}>]>]>;
|
|
25163
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
25419
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25164
25420
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25165
25421
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25166
25422
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
25167
25423
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25168
|
-
}
|
|
25424
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25425
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25426
|
+
}>]>;
|
|
25169
25427
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
25170
25428
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
25171
25429
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -25370,6 +25628,7 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25370
25628
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
25371
25629
|
path: import("@scalar/typebox").TString;
|
|
25372
25630
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25631
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
25373
25632
|
}>]>;
|
|
25374
25633
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25375
25634
|
id: import("@scalar/typebox").TString;
|
|
@@ -25416,6 +25675,7 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25416
25675
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
25417
25676
|
path: import("@scalar/typebox").TString;
|
|
25418
25677
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25678
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
25419
25679
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25420
25680
|
id: import("@scalar/typebox").TString;
|
|
25421
25681
|
title: import("@scalar/typebox").TString;
|
|
@@ -25443,6 +25703,12 @@ export declare const ResponsesObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
25443
25703
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
25444
25704
|
name: import("@scalar/typebox").TString;
|
|
25445
25705
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
25706
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
25707
|
+
id: import("@scalar/typebox").TString;
|
|
25708
|
+
title: import("@scalar/typebox").TString;
|
|
25709
|
+
}>, import("@scalar/typebox").TObject<{
|
|
25710
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
25711
|
+
name: import("@scalar/typebox").TString;
|
|
25446
25712
|
}>]>]>;
|
|
25447
25713
|
}, "ResponsesObject">;
|
|
25448
25714
|
export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -26456,7 +26722,7 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26456
26722
|
}>]>, import("@scalar/typebox").TObject<{
|
|
26457
26723
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
26458
26724
|
}>]>]>>;
|
|
26459
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26725
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26460
26726
|
name: import("@scalar/typebox").TString;
|
|
26461
26727
|
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">]>;
|
|
26462
26728
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -26464,6 +26730,8 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26464
26730
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26465
26731
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26466
26732
|
}>, import("@scalar/typebox").TObject<{
|
|
26733
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26734
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
26467
26735
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26468
26736
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26469
26737
|
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<{
|
|
@@ -26487,7 +26755,7 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26487
26755
|
}>]>, import("@scalar/typebox").TObject<{
|
|
26488
26756
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
26489
26757
|
}>]>]>>>;
|
|
26490
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26758
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26491
26759
|
name: import("@scalar/typebox").TString;
|
|
26492
26760
|
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">]>;
|
|
26493
26761
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -26495,14 +26763,18 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26495
26763
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26496
26764
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26497
26765
|
}>, import("@scalar/typebox").TObject<{
|
|
26766
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26767
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
26498
26768
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
26499
26769
|
}>]>]>;
|
|
26500
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
26770
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26501
26771
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26502
26772
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26503
26773
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
26504
26774
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26505
|
-
}
|
|
26775
|
+
}>, import("@scalar/typebox").TObject<{
|
|
26776
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26777
|
+
}>]>;
|
|
26506
26778
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
26507
26779
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26508
26780
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -26707,6 +26979,7 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26707
26979
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
26708
26980
|
path: import("@scalar/typebox").TString;
|
|
26709
26981
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
26982
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
26710
26983
|
}>]>;
|
|
26711
26984
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26712
26985
|
id: import("@scalar/typebox").TString;
|
|
@@ -26753,6 +27026,7 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26753
27026
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
26754
27027
|
path: import("@scalar/typebox").TString;
|
|
26755
27028
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27029
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
26756
27030
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
26757
27031
|
id: import("@scalar/typebox").TString;
|
|
26758
27032
|
title: import("@scalar/typebox").TString;
|
|
@@ -26780,6 +27054,12 @@ export declare const ParameterObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
26780
27054
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
26781
27055
|
name: import("@scalar/typebox").TString;
|
|
26782
27056
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27057
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27058
|
+
id: import("@scalar/typebox").TString;
|
|
27059
|
+
title: import("@scalar/typebox").TString;
|
|
27060
|
+
}>, import("@scalar/typebox").TObject<{
|
|
27061
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
27062
|
+
name: import("@scalar/typebox").TString;
|
|
26783
27063
|
}>]>]>;
|
|
26784
27064
|
}, "ParameterObject">;
|
|
26785
27065
|
export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -27793,7 +28073,7 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27793
28073
|
}>]>, import("@scalar/typebox").TObject<{
|
|
27794
28074
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
27795
28075
|
}>]>]>>;
|
|
27796
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28076
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27797
28077
|
name: import("@scalar/typebox").TString;
|
|
27798
28078
|
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">]>;
|
|
27799
28079
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -27801,6 +28081,8 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27801
28081
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27802
28082
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27803
28083
|
}>, import("@scalar/typebox").TObject<{
|
|
28084
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28085
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
27804
28086
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27805
28087
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27806
28088
|
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<{
|
|
@@ -27824,7 +28106,7 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27824
28106
|
}>]>, import("@scalar/typebox").TObject<{
|
|
27825
28107
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
27826
28108
|
}>]>]>>>;
|
|
27827
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28109
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27828
28110
|
name: import("@scalar/typebox").TString;
|
|
27829
28111
|
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">]>;
|
|
27830
28112
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -27832,14 +28114,18 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
27832
28114
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27833
28115
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
27834
28116
|
}>, import("@scalar/typebox").TObject<{
|
|
28117
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28118
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
27835
28119
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
27836
28120
|
}>]>]>;
|
|
27837
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
28121
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
27838
28122
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27839
28123
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27840
28124
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
27841
28125
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27842
|
-
}
|
|
28126
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28127
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28128
|
+
}>]>;
|
|
27843
28129
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
27844
28130
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27845
28131
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -28044,6 +28330,7 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28044
28330
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
28045
28331
|
path: import("@scalar/typebox").TString;
|
|
28046
28332
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28333
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
28047
28334
|
}>]>;
|
|
28048
28335
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28049
28336
|
id: import("@scalar/typebox").TString;
|
|
@@ -28090,6 +28377,7 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28090
28377
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
28091
28378
|
path: import("@scalar/typebox").TString;
|
|
28092
28379
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28380
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
28093
28381
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28094
28382
|
id: import("@scalar/typebox").TString;
|
|
28095
28383
|
title: import("@scalar/typebox").TString;
|
|
@@ -28117,6 +28405,12 @@ export declare const ExampleObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
28117
28405
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
28118
28406
|
name: import("@scalar/typebox").TString;
|
|
28119
28407
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
28408
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
28409
|
+
id: import("@scalar/typebox").TString;
|
|
28410
|
+
title: import("@scalar/typebox").TString;
|
|
28411
|
+
}>, import("@scalar/typebox").TObject<{
|
|
28412
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
28413
|
+
name: import("@scalar/typebox").TString;
|
|
28120
28414
|
}>]>]>;
|
|
28121
28415
|
}, "ExampleObject">;
|
|
28122
28416
|
export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -29130,7 +29424,7 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29130
29424
|
}>]>, import("@scalar/typebox").TObject<{
|
|
29131
29425
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
29132
29426
|
}>]>]>>;
|
|
29133
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29427
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29134
29428
|
name: import("@scalar/typebox").TString;
|
|
29135
29429
|
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">]>;
|
|
29136
29430
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -29138,6 +29432,8 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29138
29432
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29139
29433
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29140
29434
|
}>, import("@scalar/typebox").TObject<{
|
|
29435
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29436
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
29141
29437
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29142
29438
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29143
29439
|
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<{
|
|
@@ -29161,7 +29457,7 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29161
29457
|
}>]>, import("@scalar/typebox").TObject<{
|
|
29162
29458
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
29163
29459
|
}>]>]>>>;
|
|
29164
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29460
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29165
29461
|
name: import("@scalar/typebox").TString;
|
|
29166
29462
|
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">]>;
|
|
29167
29463
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -29169,14 +29465,18 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29169
29465
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29170
29466
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29171
29467
|
}>, import("@scalar/typebox").TObject<{
|
|
29468
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29469
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
29172
29470
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
29173
29471
|
}>]>]>;
|
|
29174
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
29472
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29175
29473
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29176
29474
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29177
29475
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
29178
29476
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29179
|
-
}
|
|
29477
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29478
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29479
|
+
}>]>;
|
|
29180
29480
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
29181
29481
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
29182
29482
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -29381,6 +29681,7 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29381
29681
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
29382
29682
|
path: import("@scalar/typebox").TString;
|
|
29383
29683
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29684
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
29384
29685
|
}>]>;
|
|
29385
29686
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29386
29687
|
id: import("@scalar/typebox").TString;
|
|
@@ -29427,6 +29728,7 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29427
29728
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
29428
29729
|
path: import("@scalar/typebox").TString;
|
|
29429
29730
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29731
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
29430
29732
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29431
29733
|
id: import("@scalar/typebox").TString;
|
|
29432
29734
|
title: import("@scalar/typebox").TString;
|
|
@@ -29454,6 +29756,12 @@ export declare const RequestBodyObjectSchema: import("@scalar/typebox").TImport<
|
|
|
29454
29756
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
29455
29757
|
name: import("@scalar/typebox").TString;
|
|
29456
29758
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29759
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
29760
|
+
id: import("@scalar/typebox").TString;
|
|
29761
|
+
title: import("@scalar/typebox").TString;
|
|
29762
|
+
}>, import("@scalar/typebox").TObject<{
|
|
29763
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
29764
|
+
name: import("@scalar/typebox").TString;
|
|
29457
29765
|
}>]>]>;
|
|
29458
29766
|
}, "RequestBodyObject">;
|
|
29459
29767
|
export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -30467,7 +30775,7 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30467
30775
|
}>]>, import("@scalar/typebox").TObject<{
|
|
30468
30776
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
30469
30777
|
}>]>]>>;
|
|
30470
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30778
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30471
30779
|
name: import("@scalar/typebox").TString;
|
|
30472
30780
|
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">]>;
|
|
30473
30781
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -30475,6 +30783,8 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30475
30783
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30476
30784
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30477
30785
|
}>, import("@scalar/typebox").TObject<{
|
|
30786
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30787
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
30478
30788
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30479
30789
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30480
30790
|
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<{
|
|
@@ -30498,7 +30808,7 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30498
30808
|
}>]>, import("@scalar/typebox").TObject<{
|
|
30499
30809
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
30500
30810
|
}>]>]>>>;
|
|
30501
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30811
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30502
30812
|
name: import("@scalar/typebox").TString;
|
|
30503
30813
|
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">]>;
|
|
30504
30814
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -30506,14 +30816,18 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30506
30816
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30507
30817
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30508
30818
|
}>, import("@scalar/typebox").TObject<{
|
|
30819
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30820
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
30509
30821
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
30510
30822
|
}>]>]>;
|
|
30511
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
30823
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30512
30824
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30513
30825
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30514
30826
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
30515
30827
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30516
|
-
}
|
|
30828
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30829
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
30830
|
+
}>]>;
|
|
30517
30831
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
30518
30832
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
30519
30833
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -30718,6 +31032,7 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30718
31032
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
30719
31033
|
path: import("@scalar/typebox").TString;
|
|
30720
31034
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31035
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
30721
31036
|
}>]>;
|
|
30722
31037
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30723
31038
|
id: import("@scalar/typebox").TString;
|
|
@@ -30764,6 +31079,7 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30764
31079
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
30765
31080
|
path: import("@scalar/typebox").TString;
|
|
30766
31081
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31082
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
30767
31083
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
30768
31084
|
id: import("@scalar/typebox").TString;
|
|
30769
31085
|
title: import("@scalar/typebox").TString;
|
|
@@ -30791,6 +31107,12 @@ export declare const SecuritySchemeObjectSchema: import("@scalar/typebox").TImpo
|
|
|
30791
31107
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
30792
31108
|
name: import("@scalar/typebox").TString;
|
|
30793
31109
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31110
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31111
|
+
id: import("@scalar/typebox").TString;
|
|
31112
|
+
title: import("@scalar/typebox").TString;
|
|
31113
|
+
}>, import("@scalar/typebox").TObject<{
|
|
31114
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
31115
|
+
name: import("@scalar/typebox").TString;
|
|
30794
31116
|
}>]>]>;
|
|
30795
31117
|
}, "SecuritySchemeObject">;
|
|
30796
31118
|
export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -31804,7 +32126,7 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
31804
32126
|
}>]>, import("@scalar/typebox").TObject<{
|
|
31805
32127
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
31806
32128
|
}>]>]>>;
|
|
31807
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32129
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31808
32130
|
name: import("@scalar/typebox").TString;
|
|
31809
32131
|
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">]>;
|
|
31810
32132
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -31812,6 +32134,8 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
31812
32134
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31813
32135
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31814
32136
|
}>, import("@scalar/typebox").TObject<{
|
|
32137
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
32138
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
31815
32139
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31816
32140
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31817
32141
|
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<{
|
|
@@ -31835,7 +32159,7 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
31835
32159
|
}>]>, import("@scalar/typebox").TObject<{
|
|
31836
32160
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
31837
32161
|
}>]>]>>>;
|
|
31838
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32162
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31839
32163
|
name: import("@scalar/typebox").TString;
|
|
31840
32164
|
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">]>;
|
|
31841
32165
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -31843,14 +32167,18 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
31843
32167
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31844
32168
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
31845
32169
|
}>, import("@scalar/typebox").TObject<{
|
|
32170
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
32171
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
31846
32172
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
31847
32173
|
}>]>]>;
|
|
31848
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
32174
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
31849
32175
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31850
32176
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31851
32177
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
31852
32178
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31853
|
-
}
|
|
32179
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32180
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
32181
|
+
}>]>;
|
|
31854
32182
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
31855
32183
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
31856
32184
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -32055,6 +32383,7 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32055
32383
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
32056
32384
|
path: import("@scalar/typebox").TString;
|
|
32057
32385
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
32386
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
32058
32387
|
}>]>;
|
|
32059
32388
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32060
32389
|
id: import("@scalar/typebox").TString;
|
|
@@ -32101,6 +32430,7 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32101
32430
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
32102
32431
|
path: import("@scalar/typebox").TString;
|
|
32103
32432
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
32433
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
32104
32434
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32105
32435
|
id: import("@scalar/typebox").TString;
|
|
32106
32436
|
title: import("@scalar/typebox").TString;
|
|
@@ -32128,6 +32458,12 @@ export declare const LinkObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
32128
32458
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
32129
32459
|
name: import("@scalar/typebox").TString;
|
|
32130
32460
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
32461
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32462
|
+
id: import("@scalar/typebox").TString;
|
|
32463
|
+
title: import("@scalar/typebox").TString;
|
|
32464
|
+
}>, import("@scalar/typebox").TObject<{
|
|
32465
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
32466
|
+
name: import("@scalar/typebox").TString;
|
|
32131
32467
|
}>]>]>;
|
|
32132
32468
|
}, "LinkObject">;
|
|
32133
32469
|
export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -33141,7 +33477,7 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33141
33477
|
}>]>, import("@scalar/typebox").TObject<{
|
|
33142
33478
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
33143
33479
|
}>]>]>>;
|
|
33144
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33480
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33145
33481
|
name: import("@scalar/typebox").TString;
|
|
33146
33482
|
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">]>;
|
|
33147
33483
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -33149,6 +33485,8 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33149
33485
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33150
33486
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33151
33487
|
}>, import("@scalar/typebox").TObject<{
|
|
33488
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33489
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
33152
33490
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33153
33491
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33154
33492
|
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<{
|
|
@@ -33172,7 +33510,7 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33172
33510
|
}>]>, import("@scalar/typebox").TObject<{
|
|
33173
33511
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
33174
33512
|
}>]>]>>>;
|
|
33175
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33513
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33176
33514
|
name: import("@scalar/typebox").TString;
|
|
33177
33515
|
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">]>;
|
|
33178
33516
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -33180,14 +33518,18 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33180
33518
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33181
33519
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33182
33520
|
}>, import("@scalar/typebox").TObject<{
|
|
33521
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33522
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
33183
33523
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
33184
33524
|
}>]>]>;
|
|
33185
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
33525
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33186
33526
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33187
33527
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33188
33528
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
33189
33529
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33190
|
-
}
|
|
33530
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33531
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33532
|
+
}>]>;
|
|
33191
33533
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
33192
33534
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
33193
33535
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -33392,6 +33734,7 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33392
33734
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
33393
33735
|
path: import("@scalar/typebox").TString;
|
|
33394
33736
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33737
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
33395
33738
|
}>]>;
|
|
33396
33739
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33397
33740
|
id: import("@scalar/typebox").TString;
|
|
@@ -33438,6 +33781,7 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33438
33781
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
33439
33782
|
path: import("@scalar/typebox").TString;
|
|
33440
33783
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33784
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
33441
33785
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33442
33786
|
id: import("@scalar/typebox").TString;
|
|
33443
33787
|
title: import("@scalar/typebox").TString;
|
|
@@ -33465,6 +33809,12 @@ export declare const XMLObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
33465
33809
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
33466
33810
|
name: import("@scalar/typebox").TString;
|
|
33467
33811
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
33812
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33813
|
+
id: import("@scalar/typebox").TString;
|
|
33814
|
+
title: import("@scalar/typebox").TString;
|
|
33815
|
+
}>, import("@scalar/typebox").TObject<{
|
|
33816
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
33817
|
+
name: import("@scalar/typebox").TString;
|
|
33468
33818
|
}>]>]>;
|
|
33469
33819
|
}, "XMLObject">;
|
|
33470
33820
|
export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -34478,7 +34828,7 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34478
34828
|
}>]>, import("@scalar/typebox").TObject<{
|
|
34479
34829
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
34480
34830
|
}>]>]>>;
|
|
34481
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34831
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34482
34832
|
name: import("@scalar/typebox").TString;
|
|
34483
34833
|
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">]>;
|
|
34484
34834
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -34486,6 +34836,8 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34486
34836
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34487
34837
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34488
34838
|
}>, import("@scalar/typebox").TObject<{
|
|
34839
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34840
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
34489
34841
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34490
34842
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34491
34843
|
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<{
|
|
@@ -34509,7 +34861,7 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34509
34861
|
}>]>, import("@scalar/typebox").TObject<{
|
|
34510
34862
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
34511
34863
|
}>]>]>>>;
|
|
34512
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34864
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34513
34865
|
name: import("@scalar/typebox").TString;
|
|
34514
34866
|
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">]>;
|
|
34515
34867
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -34517,14 +34869,18 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34517
34869
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34518
34870
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34519
34871
|
}>, import("@scalar/typebox").TObject<{
|
|
34872
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34873
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
34520
34874
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
34521
34875
|
}>]>]>;
|
|
34522
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
34876
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34523
34877
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34524
34878
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34525
34879
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
34526
34880
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34527
|
-
}
|
|
34881
|
+
}>, import("@scalar/typebox").TObject<{
|
|
34882
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
34883
|
+
}>]>;
|
|
34528
34884
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
34529
34885
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
34530
34886
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -34729,6 +35085,7 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34729
35085
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
34730
35086
|
path: import("@scalar/typebox").TString;
|
|
34731
35087
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35088
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
34732
35089
|
}>]>;
|
|
34733
35090
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34734
35091
|
id: import("@scalar/typebox").TString;
|
|
@@ -34775,6 +35132,7 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34775
35132
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
34776
35133
|
path: import("@scalar/typebox").TString;
|
|
34777
35134
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35135
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
34778
35136
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
34779
35137
|
id: import("@scalar/typebox").TString;
|
|
34780
35138
|
title: import("@scalar/typebox").TString;
|
|
@@ -34802,6 +35160,12 @@ export declare const DiscriminatorObjectSchema: import("@scalar/typebox").TImpor
|
|
|
34802
35160
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
34803
35161
|
name: import("@scalar/typebox").TString;
|
|
34804
35162
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35163
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35164
|
+
id: import("@scalar/typebox").TString;
|
|
35165
|
+
title: import("@scalar/typebox").TString;
|
|
35166
|
+
}>, import("@scalar/typebox").TObject<{
|
|
35167
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
35168
|
+
name: import("@scalar/typebox").TString;
|
|
34805
35169
|
}>]>]>;
|
|
34806
35170
|
}, "DiscriminatorObject">;
|
|
34807
35171
|
export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -35815,7 +36179,7 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
35815
36179
|
}>]>, import("@scalar/typebox").TObject<{
|
|
35816
36180
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
35817
36181
|
}>]>]>>;
|
|
35818
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36182
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35819
36183
|
name: import("@scalar/typebox").TString;
|
|
35820
36184
|
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">]>;
|
|
35821
36185
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -35823,6 +36187,8 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
35823
36187
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35824
36188
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35825
36189
|
}>, import("@scalar/typebox").TObject<{
|
|
36190
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
36191
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
35826
36192
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35827
36193
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35828
36194
|
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<{
|
|
@@ -35846,7 +36212,7 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
35846
36212
|
}>]>, import("@scalar/typebox").TObject<{
|
|
35847
36213
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
35848
36214
|
}>]>]>>>;
|
|
35849
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36215
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35850
36216
|
name: import("@scalar/typebox").TString;
|
|
35851
36217
|
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">]>;
|
|
35852
36218
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -35854,14 +36220,18 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
35854
36220
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35855
36221
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
35856
36222
|
}>, import("@scalar/typebox").TObject<{
|
|
36223
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
36224
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
35857
36225
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
35858
36226
|
}>]>]>;
|
|
35859
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
36227
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
35860
36228
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35861
36229
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35862
36230
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
35863
36231
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35864
|
-
}
|
|
36232
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36233
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
36234
|
+
}>]>;
|
|
35865
36235
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
35866
36236
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
35867
36237
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -36066,6 +36436,7 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36066
36436
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
36067
36437
|
path: import("@scalar/typebox").TString;
|
|
36068
36438
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
36439
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
36069
36440
|
}>]>;
|
|
36070
36441
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36071
36442
|
id: import("@scalar/typebox").TString;
|
|
@@ -36112,6 +36483,7 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36112
36483
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
36113
36484
|
path: import("@scalar/typebox").TString;
|
|
36114
36485
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
36486
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
36115
36487
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36116
36488
|
id: import("@scalar/typebox").TString;
|
|
36117
36489
|
title: import("@scalar/typebox").TString;
|
|
@@ -36139,6 +36511,12 @@ export declare const OAuthFlowsObjectSchema: import("@scalar/typebox").TImport<{
|
|
|
36139
36511
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
36140
36512
|
name: import("@scalar/typebox").TString;
|
|
36141
36513
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
36514
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
36515
|
+
id: import("@scalar/typebox").TString;
|
|
36516
|
+
title: import("@scalar/typebox").TString;
|
|
36517
|
+
}>, import("@scalar/typebox").TObject<{
|
|
36518
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
36519
|
+
name: import("@scalar/typebox").TString;
|
|
36142
36520
|
}>]>]>;
|
|
36143
36521
|
}, "OAuthFlowsObject">;
|
|
36144
36522
|
export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImport<{
|
|
@@ -37152,7 +37530,7 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37152
37530
|
}>]>, import("@scalar/typebox").TObject<{
|
|
37153
37531
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
37154
37532
|
}>]>]>>;
|
|
37155
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37533
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37156
37534
|
name: import("@scalar/typebox").TString;
|
|
37157
37535
|
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">]>;
|
|
37158
37536
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -37160,6 +37538,8 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37160
37538
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37161
37539
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37162
37540
|
}>, import("@scalar/typebox").TObject<{
|
|
37541
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37542
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
37163
37543
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37164
37544
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37165
37545
|
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<{
|
|
@@ -37183,7 +37563,7 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37183
37563
|
}>]>, import("@scalar/typebox").TObject<{
|
|
37184
37564
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
37185
37565
|
}>]>]>>>;
|
|
37186
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37566
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37187
37567
|
name: import("@scalar/typebox").TString;
|
|
37188
37568
|
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">]>;
|
|
37189
37569
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -37191,14 +37571,18 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37191
37571
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37192
37572
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37193
37573
|
}>, import("@scalar/typebox").TObject<{
|
|
37574
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37575
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
37194
37576
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
37195
37577
|
}>]>]>;
|
|
37196
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
37578
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37197
37579
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37198
37580
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37199
37581
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
37200
37582
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37201
|
-
}
|
|
37583
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37584
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37585
|
+
}>]>;
|
|
37202
37586
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
37203
37587
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
37204
37588
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -37403,6 +37787,7 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37403
37787
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
37404
37788
|
path: import("@scalar/typebox").TString;
|
|
37405
37789
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37790
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
37406
37791
|
}>]>;
|
|
37407
37792
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37408
37793
|
id: import("@scalar/typebox").TString;
|
|
@@ -37449,6 +37834,7 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37449
37834
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
37450
37835
|
path: import("@scalar/typebox").TString;
|
|
37451
37836
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37837
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
37452
37838
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37453
37839
|
id: import("@scalar/typebox").TString;
|
|
37454
37840
|
title: import("@scalar/typebox").TString;
|
|
@@ -37476,6 +37862,12 @@ export declare const ServerVariableObjectSchema: import("@scalar/typebox").TImpo
|
|
|
37476
37862
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
37477
37863
|
name: import("@scalar/typebox").TString;
|
|
37478
37864
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
37865
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
37866
|
+
id: import("@scalar/typebox").TString;
|
|
37867
|
+
title: import("@scalar/typebox").TString;
|
|
37868
|
+
}>, import("@scalar/typebox").TObject<{
|
|
37869
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
37870
|
+
name: import("@scalar/typebox").TString;
|
|
37479
37871
|
}>]>]>;
|
|
37480
37872
|
}, "ServerVariableObject">;
|
|
37481
37873
|
export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImport<{
|
|
@@ -38489,7 +38881,7 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38489
38881
|
}>]>, import("@scalar/typebox").TObject<{
|
|
38490
38882
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
38491
38883
|
}>]>]>>;
|
|
38492
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38884
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38493
38885
|
name: import("@scalar/typebox").TString;
|
|
38494
38886
|
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">]>;
|
|
38495
38887
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -38497,6 +38889,8 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38497
38889
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38498
38890
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38499
38891
|
}>, import("@scalar/typebox").TObject<{
|
|
38892
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38893
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
38500
38894
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38501
38895
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38502
38896
|
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<{
|
|
@@ -38520,7 +38914,7 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38520
38914
|
}>]>, import("@scalar/typebox").TObject<{
|
|
38521
38915
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
38522
38916
|
}>]>]>>>;
|
|
38523
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38917
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38524
38918
|
name: import("@scalar/typebox").TString;
|
|
38525
38919
|
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">]>;
|
|
38526
38920
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -38528,14 +38922,18 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38528
38922
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38529
38923
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38530
38924
|
}>, import("@scalar/typebox").TObject<{
|
|
38925
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38926
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
38531
38927
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
38532
38928
|
}>]>]>;
|
|
38533
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
38929
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38534
38930
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38535
38931
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38536
38932
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
38537
38933
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38538
|
-
}
|
|
38934
|
+
}>, import("@scalar/typebox").TObject<{
|
|
38935
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
38936
|
+
}>]>;
|
|
38539
38937
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
38540
38938
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
38541
38939
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -38740,6 +39138,7 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38740
39138
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
38741
39139
|
path: import("@scalar/typebox").TString;
|
|
38742
39140
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39141
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
38743
39142
|
}>]>;
|
|
38744
39143
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38745
39144
|
id: import("@scalar/typebox").TString;
|
|
@@ -38786,6 +39185,7 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38786
39185
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
38787
39186
|
path: import("@scalar/typebox").TString;
|
|
38788
39187
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39188
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
38789
39189
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
38790
39190
|
id: import("@scalar/typebox").TString;
|
|
38791
39191
|
title: import("@scalar/typebox").TString;
|
|
@@ -38813,6 +39213,12 @@ export declare const TraversedDescriptionSchema: import("@scalar/typebox").TImpo
|
|
|
38813
39213
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
38814
39214
|
name: import("@scalar/typebox").TString;
|
|
38815
39215
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39216
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39217
|
+
id: import("@scalar/typebox").TString;
|
|
39218
|
+
title: import("@scalar/typebox").TString;
|
|
39219
|
+
}>, import("@scalar/typebox").TObject<{
|
|
39220
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
39221
|
+
name: import("@scalar/typebox").TString;
|
|
38816
39222
|
}>]>]>;
|
|
38817
39223
|
}, "TraversedDescriptionObject">;
|
|
38818
39224
|
export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
@@ -39826,7 +40232,7 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
39826
40232
|
}>]>, import("@scalar/typebox").TObject<{
|
|
39827
40233
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
39828
40234
|
}>]>]>>;
|
|
39829
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40235
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39830
40236
|
name: import("@scalar/typebox").TString;
|
|
39831
40237
|
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">]>;
|
|
39832
40238
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -39834,6 +40240,8 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
39834
40240
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39835
40241
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39836
40242
|
}>, import("@scalar/typebox").TObject<{
|
|
40243
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40244
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
39837
40245
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39838
40246
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39839
40247
|
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<{
|
|
@@ -39857,7 +40265,7 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
39857
40265
|
}>]>, import("@scalar/typebox").TObject<{
|
|
39858
40266
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
39859
40267
|
}>]>]>>>;
|
|
39860
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40268
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39861
40269
|
name: import("@scalar/typebox").TString;
|
|
39862
40270
|
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">]>;
|
|
39863
40271
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -39865,14 +40273,18 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
39865
40273
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39866
40274
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
39867
40275
|
}>, import("@scalar/typebox").TObject<{
|
|
40276
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40277
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
39868
40278
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
39869
40279
|
}>]>]>;
|
|
39870
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
40280
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
39871
40281
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39872
40282
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39873
40283
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
39874
40284
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39875
|
-
}
|
|
40285
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40286
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40287
|
+
}>]>;
|
|
39876
40288
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
39877
40289
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
39878
40290
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -40077,6 +40489,7 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40077
40489
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
40078
40490
|
path: import("@scalar/typebox").TString;
|
|
40079
40491
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40492
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
40080
40493
|
}>]>;
|
|
40081
40494
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40082
40495
|
id: import("@scalar/typebox").TString;
|
|
@@ -40123,6 +40536,7 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40123
40536
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
40124
40537
|
path: import("@scalar/typebox").TString;
|
|
40125
40538
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40539
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
40126
40540
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40127
40541
|
id: import("@scalar/typebox").TString;
|
|
40128
40542
|
title: import("@scalar/typebox").TString;
|
|
@@ -40150,6 +40564,12 @@ export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
|
40150
40564
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
40151
40565
|
name: import("@scalar/typebox").TString;
|
|
40152
40566
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
40567
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
40568
|
+
id: import("@scalar/typebox").TString;
|
|
40569
|
+
title: import("@scalar/typebox").TString;
|
|
40570
|
+
}>, import("@scalar/typebox").TObject<{
|
|
40571
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
40572
|
+
name: import("@scalar/typebox").TString;
|
|
40153
40573
|
}>]>]>;
|
|
40154
40574
|
}, "TraversedEntryObject">;
|
|
40155
40575
|
export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
@@ -41163,7 +41583,7 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41163
41583
|
}>]>, import("@scalar/typebox").TObject<{
|
|
41164
41584
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
41165
41585
|
}>]>]>>;
|
|
41166
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41586
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41167
41587
|
name: import("@scalar/typebox").TString;
|
|
41168
41588
|
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">]>;
|
|
41169
41589
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -41171,6 +41591,8 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41171
41591
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41172
41592
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41173
41593
|
}>, import("@scalar/typebox").TObject<{
|
|
41594
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41595
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
41174
41596
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41175
41597
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41176
41598
|
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<{
|
|
@@ -41194,7 +41616,7 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41194
41616
|
}>]>, import("@scalar/typebox").TObject<{
|
|
41195
41617
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
41196
41618
|
}>]>]>>>;
|
|
41197
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41619
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41198
41620
|
name: import("@scalar/typebox").TString;
|
|
41199
41621
|
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">]>;
|
|
41200
41622
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -41202,14 +41624,18 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41202
41624
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41203
41625
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41204
41626
|
}>, import("@scalar/typebox").TObject<{
|
|
41627
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41628
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
41205
41629
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
41206
41630
|
}>]>]>;
|
|
41207
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
41631
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41208
41632
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41209
41633
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41210
41634
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
41211
41635
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41212
|
-
}
|
|
41636
|
+
}>, import("@scalar/typebox").TObject<{
|
|
41637
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41638
|
+
}>]>;
|
|
41213
41639
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
41214
41640
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
41215
41641
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -41414,6 +41840,7 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41414
41840
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
41415
41841
|
path: import("@scalar/typebox").TString;
|
|
41416
41842
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41843
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
41417
41844
|
}>]>;
|
|
41418
41845
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41419
41846
|
id: import("@scalar/typebox").TString;
|
|
@@ -41460,6 +41887,7 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41460
41887
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
41461
41888
|
path: import("@scalar/typebox").TString;
|
|
41462
41889
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41890
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
41463
41891
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41464
41892
|
id: import("@scalar/typebox").TString;
|
|
41465
41893
|
title: import("@scalar/typebox").TString;
|
|
@@ -41487,6 +41915,12 @@ export declare const TraversedTagSchema: import("@scalar/typebox").TImport<{
|
|
|
41487
41915
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
41488
41916
|
name: import("@scalar/typebox").TString;
|
|
41489
41917
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
41918
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
41919
|
+
id: import("@scalar/typebox").TString;
|
|
41920
|
+
title: import("@scalar/typebox").TString;
|
|
41921
|
+
}>, import("@scalar/typebox").TObject<{
|
|
41922
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
41923
|
+
name: import("@scalar/typebox").TString;
|
|
41490
41924
|
}>]>]>;
|
|
41491
41925
|
}, "TraversedTagObject">;
|
|
41492
41926
|
export declare const TraversedOperationSchema: import("@scalar/typebox").TImport<{
|
|
@@ -42500,7 +42934,7 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42500
42934
|
}>]>, import("@scalar/typebox").TObject<{
|
|
42501
42935
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
42502
42936
|
}>]>]>>;
|
|
42503
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42937
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42504
42938
|
name: import("@scalar/typebox").TString;
|
|
42505
42939
|
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">]>;
|
|
42506
42940
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -42508,6 +42942,8 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42508
42942
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42509
42943
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42510
42944
|
}>, import("@scalar/typebox").TObject<{
|
|
42945
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42946
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
42511
42947
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42512
42948
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42513
42949
|
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<{
|
|
@@ -42531,7 +42967,7 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42531
42967
|
}>]>, import("@scalar/typebox").TObject<{
|
|
42532
42968
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
42533
42969
|
}>]>]>>>;
|
|
42534
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42970
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42535
42971
|
name: import("@scalar/typebox").TString;
|
|
42536
42972
|
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">]>;
|
|
42537
42973
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -42539,14 +42975,18 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42539
42975
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42540
42976
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42541
42977
|
}>, import("@scalar/typebox").TObject<{
|
|
42978
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42979
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
42542
42980
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
42543
42981
|
}>]>]>;
|
|
42544
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
42982
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42545
42983
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42546
42984
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42547
42985
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
42548
42986
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42549
|
-
}
|
|
42987
|
+
}>, import("@scalar/typebox").TObject<{
|
|
42988
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
42989
|
+
}>]>;
|
|
42550
42990
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
42551
42991
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
42552
42992
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -42751,6 +43191,7 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42751
43191
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
42752
43192
|
path: import("@scalar/typebox").TString;
|
|
42753
43193
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43194
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
42754
43195
|
}>]>;
|
|
42755
43196
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42756
43197
|
id: import("@scalar/typebox").TString;
|
|
@@ -42797,6 +43238,7 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42797
43238
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
42798
43239
|
path: import("@scalar/typebox").TString;
|
|
42799
43240
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43241
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
42800
43242
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42801
43243
|
id: import("@scalar/typebox").TString;
|
|
42802
43244
|
title: import("@scalar/typebox").TString;
|
|
@@ -42824,6 +43266,12 @@ export declare const TraversedOperationSchema: import("@scalar/typebox").TImport
|
|
|
42824
43266
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
42825
43267
|
name: import("@scalar/typebox").TString;
|
|
42826
43268
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43269
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43270
|
+
id: import("@scalar/typebox").TString;
|
|
43271
|
+
title: import("@scalar/typebox").TString;
|
|
43272
|
+
}>, import("@scalar/typebox").TObject<{
|
|
43273
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
43274
|
+
name: import("@scalar/typebox").TString;
|
|
42827
43275
|
}>]>]>;
|
|
42828
43276
|
}, "TraversedOperationObject">;
|
|
42829
43277
|
export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
@@ -43837,7 +44285,7 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
43837
44285
|
}>]>, import("@scalar/typebox").TObject<{
|
|
43838
44286
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
43839
44287
|
}>]>]>>;
|
|
43840
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44288
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43841
44289
|
name: import("@scalar/typebox").TString;
|
|
43842
44290
|
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">]>;
|
|
43843
44291
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -43845,6 +44293,8 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
43845
44293
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43846
44294
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43847
44295
|
}>, import("@scalar/typebox").TObject<{
|
|
44296
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44297
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
43848
44298
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43849
44299
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43850
44300
|
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<{
|
|
@@ -43868,7 +44318,7 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
43868
44318
|
}>]>, import("@scalar/typebox").TObject<{
|
|
43869
44319
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
43870
44320
|
}>]>]>>>;
|
|
43871
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44321
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43872
44322
|
name: import("@scalar/typebox").TString;
|
|
43873
44323
|
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">]>;
|
|
43874
44324
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -43876,14 +44326,18 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
43876
44326
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43877
44327
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
43878
44328
|
}>, import("@scalar/typebox").TObject<{
|
|
44329
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44330
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
43879
44331
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
43880
44332
|
}>]>]>;
|
|
43881
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
44333
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43882
44334
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43883
44335
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43884
44336
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
43885
44337
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43886
|
-
}
|
|
44338
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44339
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44340
|
+
}>]>;
|
|
43887
44341
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
43888
44342
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
43889
44343
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -44088,6 +44542,7 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44088
44542
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
44089
44543
|
path: import("@scalar/typebox").TString;
|
|
44090
44544
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44545
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
44091
44546
|
}>]>;
|
|
44092
44547
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44093
44548
|
id: import("@scalar/typebox").TString;
|
|
@@ -44134,6 +44589,7 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44134
44589
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
44135
44590
|
path: import("@scalar/typebox").TString;
|
|
44136
44591
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44592
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
44137
44593
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44138
44594
|
id: import("@scalar/typebox").TString;
|
|
44139
44595
|
title: import("@scalar/typebox").TString;
|
|
@@ -44161,6 +44617,12 @@ export declare const TraversedSchemaSchema: import("@scalar/typebox").TImport<{
|
|
|
44161
44617
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
44162
44618
|
name: import("@scalar/typebox").TString;
|
|
44163
44619
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
44620
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
44621
|
+
id: import("@scalar/typebox").TString;
|
|
44622
|
+
title: import("@scalar/typebox").TString;
|
|
44623
|
+
}>, import("@scalar/typebox").TObject<{
|
|
44624
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
44625
|
+
name: import("@scalar/typebox").TString;
|
|
44164
44626
|
}>]>]>;
|
|
44165
44627
|
}, "TraversedSchemaObject">;
|
|
44166
44628
|
export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
@@ -45174,7 +45636,7 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45174
45636
|
}>]>, import("@scalar/typebox").TObject<{
|
|
45175
45637
|
'$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
|
|
45176
45638
|
}>]>]>>;
|
|
45177
|
-
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45639
|
+
ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45178
45640
|
name: import("@scalar/typebox").TString;
|
|
45179
45641
|
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">]>;
|
|
45180
45642
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -45182,6 +45644,8 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45182
45644
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45183
45645
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45184
45646
|
}>, import("@scalar/typebox").TObject<{
|
|
45647
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45648
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
45185
45649
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45186
45650
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45187
45651
|
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<{
|
|
@@ -45205,7 +45669,7 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45205
45669
|
}>]>, import("@scalar/typebox").TObject<{
|
|
45206
45670
|
'$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
|
|
45207
45671
|
}>]>]>>>;
|
|
45208
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45672
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45209
45673
|
name: import("@scalar/typebox").TString;
|
|
45210
45674
|
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">]>;
|
|
45211
45675
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -45213,14 +45677,18 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45213
45677
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45214
45678
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45215
45679
|
}>, import("@scalar/typebox").TObject<{
|
|
45680
|
+
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45681
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
45216
45682
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
45217
45683
|
}>]>]>;
|
|
45218
|
-
ExampleObject: import("@scalar/typebox").TObject<{
|
|
45684
|
+
ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45219
45685
|
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45220
45686
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45221
45687
|
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
|
|
45222
45688
|
externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45223
|
-
}
|
|
45689
|
+
}>, import("@scalar/typebox").TObject<{
|
|
45690
|
+
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45691
|
+
}>]>;
|
|
45224
45692
|
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
45225
45693
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
45226
45694
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
@@ -45425,6 +45893,7 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45425
45893
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
45426
45894
|
path: import("@scalar/typebox").TString;
|
|
45427
45895
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45896
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
45428
45897
|
}>]>;
|
|
45429
45898
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45430
45899
|
id: import("@scalar/typebox").TString;
|
|
@@ -45471,6 +45940,7 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45471
45940
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
45472
45941
|
path: import("@scalar/typebox").TString;
|
|
45473
45942
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45943
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
45474
45944
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45475
45945
|
id: import("@scalar/typebox").TString;
|
|
45476
45946
|
title: import("@scalar/typebox").TString;
|
|
@@ -45498,6 +45968,12 @@ export declare const TraversedWebhookSchema: import("@scalar/typebox").TImport<{
|
|
|
45498
45968
|
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
45499
45969
|
name: import("@scalar/typebox").TString;
|
|
45500
45970
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
45971
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
45972
|
+
id: import("@scalar/typebox").TString;
|
|
45973
|
+
title: import("@scalar/typebox").TString;
|
|
45974
|
+
}>, import("@scalar/typebox").TObject<{
|
|
45975
|
+
type: import("@scalar/typebox").TLiteral<"example">;
|
|
45976
|
+
name: import("@scalar/typebox").TString;
|
|
45501
45977
|
}>]>]>;
|
|
45502
45978
|
}, "TraversedWebhookObject">;
|
|
45503
45979
|
export type { ExternalDocumentationObject };
|