@scalar/workspace-store 0.18.1 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +2 -2
- package/dist/events/definitions/auth.d.ts +77 -14
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/events/definitions/document.d.ts +5 -1
- package/dist/events/definitions/document.d.ts.map +1 -1
- package/dist/events/definitions/index.d.ts +1 -2
- package/dist/events/definitions/index.d.ts.map +1 -1
- package/dist/events/definitions/operation.d.ts +200 -0
- package/dist/events/definitions/operation.d.ts.map +1 -1
- package/dist/events/definitions/server.d.ts +20 -28
- package/dist/events/definitions/server.d.ts.map +1 -1
- package/dist/events/definitions/ui.d.ts +5 -0
- package/dist/events/definitions/ui.d.ts.map +1 -1
- package/dist/events/index.d.ts +2 -2
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js.map +2 -2
- package/dist/helpers/generate-unique-value.d.ts +40 -0
- package/dist/helpers/generate-unique-value.d.ts.map +1 -0
- package/dist/helpers/generate-unique-value.js +42 -0
- package/dist/helpers/generate-unique-value.js.map +7 -0
- package/dist/helpers/overrides-proxy.d.ts.map +1 -1
- package/dist/helpers/overrides-proxy.js +1 -1
- package/dist/helpers/overrides-proxy.js.map +2 -2
- package/dist/helpers/unpack-proxy.d.ts +1 -1
- package/dist/helpers/unpack-proxy.d.ts.map +1 -1
- package/dist/helpers/unpack-proxy.js.map +2 -2
- package/dist/mutators/auth.d.ts +147 -0
- package/dist/mutators/auth.d.ts.map +1 -0
- package/dist/mutators/auth.js +156 -0
- package/dist/mutators/auth.js.map +7 -0
- package/dist/mutators/document.d.ts +6 -0
- package/dist/mutators/document.d.ts.map +1 -0
- package/dist/mutators/document.js +10 -0
- package/dist/mutators/document.js.map +7 -0
- package/dist/mutators/index.d.ts +12 -7
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +74 -1
- package/dist/mutators/index.js.map +3 -3
- package/dist/mutators/operation.d.ts +313 -0
- package/dist/mutators/operation.d.ts.map +1 -0
- package/dist/mutators/operation.js +340 -0
- package/dist/mutators/operation.js.map +7 -0
- package/dist/mutators/server.d.ts +43 -8
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +112 -20
- package/dist/mutators/server.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +1 -0
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +2 -1
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/plugins/client/persistence.d.ts +2 -1
- package/dist/plugins/client/persistence.d.ts.map +1 -1
- package/dist/plugins/client/persistence.js +11 -9
- package/dist/plugins/client/persistence.js.map +2 -2
- package/dist/schemas/extensions/document/x-scalar-document-security.d.ts +13 -0
- package/dist/schemas/extensions/document/x-scalar-document-security.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-document-security.js +8 -0
- package/dist/schemas/extensions/document/x-scalar-document-security.js.map +7 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts +13 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts.map +1 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js +9 -0
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js.map +7 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.d.ts +21 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.d.ts.map +1 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.js +8 -0
- package/dist/schemas/extensions/operation/x-scalar-selected-content-type.js.map +7 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts +17 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts.map +1 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.js +14 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.js.map +7 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts +8 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts.map +1 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.js +8 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +44 -8
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +5 -0
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +1 -0
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +22 -4
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +22 -4
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +752 -138
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +12 -1
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +10 -6
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +9 -7
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/request-body.d.ts +6 -3
- package/dist/schemas/v3.1/strict/request-body.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/request-body.js +15 -8
- package/dist/schemas/v3.1/strict/request-body.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +22 -4
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +22 -4
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +154 -28
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/helpers/debounce.d.ts +0 -28
- package/dist/helpers/debounce.d.ts.map +0 -1
- package/dist/helpers/debounce.js +0 -31
- package/dist/helpers/debounce.js.map +0 -7
|
@@ -282,7 +282,10 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
282
282
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
283
283
|
}>]>]>>>;
|
|
284
284
|
}>, import("@scalar/typebox").TObject<{
|
|
285
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
285
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
286
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
287
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
288
|
+
}>>;
|
|
286
289
|
}>, import("@scalar/typebox").TObject<{
|
|
287
290
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
288
291
|
name: import("@scalar/typebox").TString;
|
|
@@ -311,6 +314,9 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
311
314
|
}>>>;
|
|
312
315
|
}>, import("@scalar/typebox").TObject<{
|
|
313
316
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
317
|
+
}>, import("@scalar/typebox").TObject<{
|
|
318
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
319
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
314
320
|
}>]>;
|
|
315
321
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
316
322
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1090,11 +1096,13 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1090
1096
|
}>, import("@scalar/typebox").TObject<{
|
|
1091
1097
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1092
1098
|
}>]>;
|
|
1093
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1099
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1094
1100
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1095
1101
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1096
1102
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1097
|
-
}
|
|
1103
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1104
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1105
|
+
}>]>;
|
|
1098
1106
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1099
1107
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1100
1108
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1262,7 +1270,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1262
1270
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1263
1271
|
}>>>;
|
|
1264
1272
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1265
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1266
1273
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1267
1274
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1268
1275
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1283,6 +1290,15 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1283
1290
|
}>, import("@scalar/typebox").TString]>;
|
|
1284
1291
|
}>>;
|
|
1285
1292
|
}>>>;
|
|
1293
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1294
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1295
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1296
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1297
|
+
}>>;
|
|
1298
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1299
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1300
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1301
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1286
1302
|
}>, import("@scalar/typebox").TObject<{
|
|
1287
1303
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1288
1304
|
}>]>]>;
|
|
@@ -1388,6 +1404,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1388
1404
|
title: import("@scalar/typebox").TString;
|
|
1389
1405
|
}>, import("@scalar/typebox").TObject<{
|
|
1390
1406
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1407
|
+
name: import("@scalar/typebox").TString;
|
|
1391
1408
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1392
1409
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1393
1410
|
id: import("@scalar/typebox").TString;
|
|
@@ -1402,6 +1419,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1402
1419
|
title: import("@scalar/typebox").TString;
|
|
1403
1420
|
}>, import("@scalar/typebox").TObject<{
|
|
1404
1421
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1422
|
+
name: import("@scalar/typebox").TString;
|
|
1405
1423
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1406
1424
|
}>]>;
|
|
1407
1425
|
}, "OpenApiDocument">]>;
|
|
@@ -1705,7 +1723,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1705
1723
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
1706
1724
|
}>]>]>>>;
|
|
1707
1725
|
}>, import("@scalar/typebox").TObject<{
|
|
1708
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1726
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1727
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1728
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1729
|
+
}>>;
|
|
1709
1730
|
}>, import("@scalar/typebox").TObject<{
|
|
1710
1731
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1711
1732
|
name: import("@scalar/typebox").TString;
|
|
@@ -1734,6 +1755,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1734
1755
|
}>>>;
|
|
1735
1756
|
}>, import("@scalar/typebox").TObject<{
|
|
1736
1757
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
1758
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1759
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1760
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1737
1761
|
}>]>;
|
|
1738
1762
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1739
1763
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2513,11 +2537,13 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2513
2537
|
}>, import("@scalar/typebox").TObject<{
|
|
2514
2538
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2515
2539
|
}>]>;
|
|
2516
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2540
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2517
2541
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2518
2542
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
2519
2543
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2520
|
-
}
|
|
2544
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2545
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2546
|
+
}>]>;
|
|
2521
2547
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2522
2548
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2523
2549
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2685,7 +2711,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2685
2711
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2686
2712
|
}>>>;
|
|
2687
2713
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2688
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2689
2714
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2690
2715
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2691
2716
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -2706,6 +2731,15 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2706
2731
|
}>, import("@scalar/typebox").TString]>;
|
|
2707
2732
|
}>>;
|
|
2708
2733
|
}>>>;
|
|
2734
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2735
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
2736
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
2737
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
2738
|
+
}>>;
|
|
2739
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2740
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2741
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2742
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2709
2743
|
}>, import("@scalar/typebox").TObject<{
|
|
2710
2744
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2711
2745
|
}>]>]>;
|
|
@@ -2811,6 +2845,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2811
2845
|
title: import("@scalar/typebox").TString;
|
|
2812
2846
|
}>, import("@scalar/typebox").TObject<{
|
|
2813
2847
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2848
|
+
name: import("@scalar/typebox").TString;
|
|
2814
2849
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2815
2850
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2816
2851
|
id: import("@scalar/typebox").TString;
|
|
@@ -2825,6 +2860,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2825
2860
|
title: import("@scalar/typebox").TString;
|
|
2826
2861
|
}>, import("@scalar/typebox").TObject<{
|
|
2827
2862
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2863
|
+
name: import("@scalar/typebox").TString;
|
|
2828
2864
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2829
2865
|
}>]>;
|
|
2830
2866
|
}, "ServerObject">>>;
|
|
@@ -3092,7 +3128,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3092
3128
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
3093
3129
|
}>]>]>>>;
|
|
3094
3130
|
}>, import("@scalar/typebox").TObject<{
|
|
3095
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
3131
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
3132
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
3133
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
3134
|
+
}>>;
|
|
3096
3135
|
}>, import("@scalar/typebox").TObject<{
|
|
3097
3136
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
3098
3137
|
name: import("@scalar/typebox").TString;
|
|
@@ -3121,6 +3160,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3121
3160
|
}>>>;
|
|
3122
3161
|
}>, import("@scalar/typebox").TObject<{
|
|
3123
3162
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
3163
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3164
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3165
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3124
3166
|
}>]>;
|
|
3125
3167
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3126
3168
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -3900,11 +3942,13 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3900
3942
|
}>, import("@scalar/typebox").TObject<{
|
|
3901
3943
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3902
3944
|
}>]>;
|
|
3903
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
3945
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3904
3946
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3905
3947
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
3906
3948
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3907
|
-
}
|
|
3949
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3950
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3951
|
+
}>]>;
|
|
3908
3952
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3909
3953
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3910
3954
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4072,7 +4116,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4072
4116
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4073
4117
|
}>>>;
|
|
4074
4118
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4075
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
4076
4119
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4077
4120
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4078
4121
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -4093,6 +4136,15 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4093
4136
|
}>, import("@scalar/typebox").TString]>;
|
|
4094
4137
|
}>>;
|
|
4095
4138
|
}>>>;
|
|
4139
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4140
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4141
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
4142
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4143
|
+
}>>;
|
|
4144
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4145
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4146
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4147
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4096
4148
|
}>, import("@scalar/typebox").TObject<{
|
|
4097
4149
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4098
4150
|
}>]>]>;
|
|
@@ -4198,6 +4250,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4198
4250
|
title: import("@scalar/typebox").TString;
|
|
4199
4251
|
}>, import("@scalar/typebox").TObject<{
|
|
4200
4252
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4253
|
+
name: import("@scalar/typebox").TString;
|
|
4201
4254
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4202
4255
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4203
4256
|
id: import("@scalar/typebox").TString;
|
|
@@ -4212,6 +4265,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4212
4265
|
title: import("@scalar/typebox").TString;
|
|
4213
4266
|
}>, import("@scalar/typebox").TObject<{
|
|
4214
4267
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4268
|
+
name: import("@scalar/typebox").TString;
|
|
4215
4269
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4216
4270
|
}>]>;
|
|
4217
4271
|
}, "SecuritySchemeObject">>>;
|
|
@@ -4495,7 +4549,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4495
4549
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
4496
4550
|
}>]>]>>>;
|
|
4497
4551
|
}>, import("@scalar/typebox").TObject<{
|
|
4498
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
4552
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4553
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
4554
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4555
|
+
}>>;
|
|
4499
4556
|
}>, import("@scalar/typebox").TObject<{
|
|
4500
4557
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4501
4558
|
name: import("@scalar/typebox").TString;
|
|
@@ -4524,6 +4581,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4524
4581
|
}>>>;
|
|
4525
4582
|
}>, import("@scalar/typebox").TObject<{
|
|
4526
4583
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
4584
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4585
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4586
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4527
4587
|
}>]>;
|
|
4528
4588
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4529
4589
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -5303,11 +5363,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5303
5363
|
}>, import("@scalar/typebox").TObject<{
|
|
5304
5364
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5305
5365
|
}>]>;
|
|
5306
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
5366
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5307
5367
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5308
5368
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
5309
5369
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5310
|
-
}
|
|
5370
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5371
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5372
|
+
}>]>;
|
|
5311
5373
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5312
5374
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5313
5375
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5475,7 +5537,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5475
5537
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5476
5538
|
}>>>;
|
|
5477
5539
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5478
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
5479
5540
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5480
5541
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5481
5542
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -5496,6 +5557,15 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5496
5557
|
}>, import("@scalar/typebox").TString]>;
|
|
5497
5558
|
}>>;
|
|
5498
5559
|
}>>>;
|
|
5560
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5561
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5562
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
5563
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5564
|
+
}>>;
|
|
5565
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5566
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5567
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5568
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5499
5569
|
}>, import("@scalar/typebox").TObject<{
|
|
5500
5570
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5501
5571
|
}>]>]>;
|
|
@@ -5601,6 +5671,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5601
5671
|
title: import("@scalar/typebox").TString;
|
|
5602
5672
|
}>, import("@scalar/typebox").TObject<{
|
|
5603
5673
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5674
|
+
name: import("@scalar/typebox").TString;
|
|
5604
5675
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5605
5676
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5606
5677
|
id: import("@scalar/typebox").TString;
|
|
@@ -5615,6 +5686,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5615
5686
|
title: import("@scalar/typebox").TString;
|
|
5616
5687
|
}>, import("@scalar/typebox").TObject<{
|
|
5617
5688
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5689
|
+
name: import("@scalar/typebox").TString;
|
|
5618
5690
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5619
5691
|
}>]>;
|
|
5620
5692
|
}, "OpenApiDocument">]>>;
|
|
@@ -5886,7 +5958,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5886
5958
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
5887
5959
|
}>]>]>>>;
|
|
5888
5960
|
}>, import("@scalar/typebox").TObject<{
|
|
5889
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
5961
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5962
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
5963
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5964
|
+
}>>;
|
|
5890
5965
|
}>, import("@scalar/typebox").TObject<{
|
|
5891
5966
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5892
5967
|
name: import("@scalar/typebox").TString;
|
|
@@ -5915,6 +5990,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5915
5990
|
}>>>;
|
|
5916
5991
|
}>, import("@scalar/typebox").TObject<{
|
|
5917
5992
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
5993
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5994
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5995
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5918
5996
|
}>]>;
|
|
5919
5997
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5920
5998
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -6694,11 +6772,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6694
6772
|
}>, import("@scalar/typebox").TObject<{
|
|
6695
6773
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6696
6774
|
}>]>;
|
|
6697
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
6775
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6698
6776
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6699
6777
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
6700
6778
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6701
|
-
}
|
|
6779
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6780
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6781
|
+
}>]>;
|
|
6702
6782
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6703
6783
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6704
6784
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6866,7 +6946,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6866
6946
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6867
6947
|
}>>>;
|
|
6868
6948
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6869
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
6870
6949
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6871
6950
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6872
6951
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -6887,6 +6966,15 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6887
6966
|
}>, import("@scalar/typebox").TString]>;
|
|
6888
6967
|
}>>;
|
|
6889
6968
|
}>>>;
|
|
6969
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6970
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
6971
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
6972
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
6973
|
+
}>>;
|
|
6974
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6975
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6976
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6977
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6890
6978
|
}>, import("@scalar/typebox").TObject<{
|
|
6891
6979
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6892
6980
|
}>]>]>;
|
|
@@ -6992,6 +7080,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6992
7080
|
title: import("@scalar/typebox").TString;
|
|
6993
7081
|
}>, import("@scalar/typebox").TObject<{
|
|
6994
7082
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7083
|
+
name: import("@scalar/typebox").TString;
|
|
6995
7084
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6996
7085
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6997
7086
|
id: import("@scalar/typebox").TString;
|
|
@@ -7006,6 +7095,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7006
7095
|
title: import("@scalar/typebox").TString;
|
|
7007
7096
|
}>, import("@scalar/typebox").TObject<{
|
|
7008
7097
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7098
|
+
name: import("@scalar/typebox").TString;
|
|
7009
7099
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
7010
7100
|
}>]>;
|
|
7011
7101
|
}, "OpenApiDocument">]>]>;
|
|
@@ -7294,7 +7384,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7294
7384
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
7295
7385
|
}>]>]>>>;
|
|
7296
7386
|
}>, import("@scalar/typebox").TObject<{
|
|
7297
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
7387
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
7388
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
7389
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
7390
|
+
}>>;
|
|
7298
7391
|
}>, import("@scalar/typebox").TObject<{
|
|
7299
7392
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7300
7393
|
name: import("@scalar/typebox").TString;
|
|
@@ -7323,6 +7416,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7323
7416
|
}>>>;
|
|
7324
7417
|
}>, import("@scalar/typebox").TObject<{
|
|
7325
7418
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
7419
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7420
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7421
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7326
7422
|
}>]>;
|
|
7327
7423
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7328
7424
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -8102,11 +8198,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8102
8198
|
}>, import("@scalar/typebox").TObject<{
|
|
8103
8199
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8104
8200
|
}>]>;
|
|
8105
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
8201
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8106
8202
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8107
8203
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
8108
8204
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8109
|
-
}
|
|
8205
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8206
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8207
|
+
}>]>;
|
|
8110
8208
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8111
8209
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8112
8210
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -8274,7 +8372,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8274
8372
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8275
8373
|
}>>>;
|
|
8276
8374
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8277
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
8278
8375
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8279
8376
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8280
8377
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -8295,6 +8392,15 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8295
8392
|
}>, import("@scalar/typebox").TString]>;
|
|
8296
8393
|
}>>;
|
|
8297
8394
|
}>>>;
|
|
8395
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8396
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8397
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
8398
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8399
|
+
}>>;
|
|
8400
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8401
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8402
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8403
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8298
8404
|
}>, import("@scalar/typebox").TObject<{
|
|
8299
8405
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8300
8406
|
}>]>]>;
|
|
@@ -8400,6 +8506,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8400
8506
|
title: import("@scalar/typebox").TString;
|
|
8401
8507
|
}>, import("@scalar/typebox").TObject<{
|
|
8402
8508
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8509
|
+
name: import("@scalar/typebox").TString;
|
|
8403
8510
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8404
8511
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8405
8512
|
id: import("@scalar/typebox").TString;
|
|
@@ -8414,6 +8521,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8414
8521
|
title: import("@scalar/typebox").TString;
|
|
8415
8522
|
}>, import("@scalar/typebox").TObject<{
|
|
8416
8523
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8524
|
+
name: import("@scalar/typebox").TString;
|
|
8417
8525
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8418
8526
|
}>]>;
|
|
8419
8527
|
}, "ServerObject">>>;
|
|
@@ -8681,7 +8789,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8681
8789
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
8682
8790
|
}>]>]>>>;
|
|
8683
8791
|
}>, import("@scalar/typebox").TObject<{
|
|
8684
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
8792
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8793
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
8794
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8795
|
+
}>>;
|
|
8685
8796
|
}>, import("@scalar/typebox").TObject<{
|
|
8686
8797
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8687
8798
|
name: import("@scalar/typebox").TString;
|
|
@@ -8710,6 +8821,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8710
8821
|
}>>>;
|
|
8711
8822
|
}>, import("@scalar/typebox").TObject<{
|
|
8712
8823
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
8824
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8825
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8826
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8713
8827
|
}>]>;
|
|
8714
8828
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8715
8829
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -9489,11 +9603,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9489
9603
|
}>, import("@scalar/typebox").TObject<{
|
|
9490
9604
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9491
9605
|
}>]>;
|
|
9492
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
9606
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9493
9607
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9494
9608
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
9495
9609
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9496
|
-
}
|
|
9610
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9611
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9612
|
+
}>]>;
|
|
9497
9613
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9498
9614
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9499
9615
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -9661,7 +9777,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9661
9777
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9662
9778
|
}>>>;
|
|
9663
9779
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9664
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
9665
9780
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9666
9781
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9667
9782
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -9682,6 +9797,15 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9682
9797
|
}>, import("@scalar/typebox").TString]>;
|
|
9683
9798
|
}>>;
|
|
9684
9799
|
}>>>;
|
|
9800
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9801
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
9802
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
9803
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
9804
|
+
}>>;
|
|
9805
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9806
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9807
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9808
|
+
'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9685
9809
|
}>, import("@scalar/typebox").TObject<{
|
|
9686
9810
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9687
9811
|
}>]>]>;
|
|
@@ -9787,6 +9911,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9787
9911
|
title: import("@scalar/typebox").TString;
|
|
9788
9912
|
}>, import("@scalar/typebox").TObject<{
|
|
9789
9913
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9914
|
+
name: import("@scalar/typebox").TString;
|
|
9790
9915
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9791
9916
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9792
9917
|
id: import("@scalar/typebox").TString;
|
|
@@ -9801,6 +9926,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9801
9926
|
title: import("@scalar/typebox").TString;
|
|
9802
9927
|
}>, import("@scalar/typebox").TObject<{
|
|
9803
9928
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9929
|
+
name: import("@scalar/typebox").TString;
|
|
9804
9930
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9805
9931
|
}>]>;
|
|
9806
9932
|
}, "SecuritySchemeObject">>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/workspace.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUrC,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,gCAAgC,CAAC,EAAE,0BAA0B,CAAA;IAC7D,gCAAgC,CAAC,EAAE,YAAY,EAAE,CAAA;IACjD,yCAAyC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAA;CACjF,GAAG,mBAAmB,GACrB,wBAAwB,CAAA;AAE1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIxB,wFAAwF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAI3F,CAAA;AAED,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC5C,cAAc,EAAE,iBAAiB,GAAG,SAAS,CAAA;CAC9C,GAAG,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/workspace.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUrC,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,gCAAgC,CAAC,EAAE,0BAA0B,CAAA;IAC7D,gCAAgC,CAAC,EAAE,YAAY,EAAE,CAAA;IACjD,yCAAyC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAA;CACjF,GAAG,mBAAmB,GACrB,wBAAwB,CAAA;AAE1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIxB,wFAAwF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAI3F,CAAA;AAED,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC5C,cAAc,EAAE,iBAAiB,GAAG,SAAS,CAAA;CAC9C,GAAG,mBAAmB,CAAA"}
|