@scalar/workspace-store 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -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/bus.d.ts +14 -4
- package/dist/events/bus.d.ts.map +1 -1
- package/dist/events/bus.js +12 -10
- package/dist/events/bus.js.map +2 -2
- package/dist/events/definitions/analytics.d.ts +3 -3
- package/dist/events/definitions/analytics.d.ts.map +1 -1
- package/dist/events/definitions/auth.d.ts +59 -14
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/events/definitions/common.d.ts +5 -0
- package/dist/events/definitions/common.d.ts.map +1 -0
- package/dist/events/definitions/common.js +1 -0
- package/dist/events/definitions/common.js.map +7 -0
- package/dist/events/definitions/document.d.ts +2 -2
- package/dist/events/definitions/environment.d.ts +37 -0
- package/dist/events/definitions/environment.d.ts.map +1 -0
- package/dist/events/definitions/environment.js +1 -0
- package/dist/events/definitions/environment.js.map +7 -0
- package/dist/events/definitions/index.d.ts +3 -1
- package/dist/events/definitions/index.d.ts.map +1 -1
- package/dist/events/definitions/meta.d.ts +9 -3
- package/dist/events/definitions/meta.d.ts.map +1 -1
- package/dist/events/definitions/operation.d.ts +200 -0
- package/dist/events/definitions/operation.d.ts.map +1 -1
- package/dist/events/definitions/ui.d.ts +5 -0
- package/dist/events/definitions/ui.d.ts.map +1 -1
- package/dist/events/index.d.ts +1 -0
- 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 +210 -0
- package/dist/mutators/auth.d.ts.map +1 -0
- package/dist/mutators/auth.js +223 -0
- package/dist/mutators/auth.js.map +7 -0
- package/dist/mutators/environment.d.ts +21 -13
- package/dist/mutators/environment.d.ts.map +1 -1
- package/dist/mutators/environment.js +46 -25
- package/dist/mutators/environment.js.map +2 -2
- package/dist/mutators/index.d.ts +6 -12
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +45 -4
- package/dist/mutators/index.js.map +2 -2
- package/dist/mutators/operation.d.ts +313 -0
- package/dist/mutators/operation.d.ts.map +1 -0
- package/dist/mutators/operation.js +340 -0
- package/dist/mutators/operation.js.map +7 -0
- package/dist/schemas/extensions/document/x-scalar-environments.d.ts +52 -0
- package/dist/schemas/extensions/document/x-scalar-environments.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-environments.js +25 -0
- package/dist/schemas/extensions/document/x-scalar-environments.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/workspace/x-scalar-active-environment.d.ts +8 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.d.ts.map +1 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.js +8 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +56 -24
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/reference-config/index.d.ts +28 -12
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +28 -12
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +956 -413
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +9 -6
- 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 +28 -12
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +28 -12
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +227 -103
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/schemas/workspace.js +16 -10
- package/dist/schemas/workspace.js.map +2 -2
- package/package.json +9 -4
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.d.ts +0 -33
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.d.ts.map +0 -1
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.js +0 -23
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.js.map +0 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/schemas/extensions/workspace/x-scalar-active-environment.ts"],
|
|
4
|
+
"sourcesContent": ["import { Type } from '@scalar/typebox'\n\nexport const XScalarActiveEnvironmentSchema = Type.Object({\n 'x-scalar-active-environment': Type.Optional(Type.String()),\n})\n\nexport type XScalarActiveEnvironment = {\n /** The currently selected environment */\n 'x-scalar-active-environment'?: string\n}\n"],
|
|
5
|
+
"mappings": "AAAA,SAAS,YAAY;AAEd,MAAM,iCAAiC,KAAK,OAAO;AAAA,EACxD,+BAA+B,KAAK,SAAS,KAAK,OAAO,CAAC;AAC5D,CAAC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -279,7 +279,10 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
279
279
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
280
280
|
}>]>]>>>;
|
|
281
281
|
}>, import("@scalar/typebox").TObject<{
|
|
282
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
282
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
283
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
284
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
285
|
+
}>>;
|
|
283
286
|
}>, import("@scalar/typebox").TObject<{
|
|
284
287
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
285
288
|
name: import("@scalar/typebox").TString;
|
|
@@ -308,6 +311,9 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
308
311
|
}>>>;
|
|
309
312
|
}>, import("@scalar/typebox").TObject<{
|
|
310
313
|
'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">]>>;
|
|
314
|
+
}>, import("@scalar/typebox").TObject<{
|
|
315
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
316
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
311
317
|
}>]>;
|
|
312
318
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
313
319
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1087,11 +1093,13 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1087
1093
|
}>, import("@scalar/typebox").TObject<{
|
|
1088
1094
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1089
1095
|
}>]>;
|
|
1090
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1096
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1091
1097
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1092
1098
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1093
1099
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1094
|
-
}
|
|
1100
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1101
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1102
|
+
}>]>;
|
|
1095
1103
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1096
1104
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1097
1105
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1252,14 +1260,6 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1252
1260
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1253
1261
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1254
1262
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1255
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1256
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1257
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1258
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1259
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1260
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1261
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
1262
|
-
}>>>;
|
|
1263
1263
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1264
1264
|
name: import("@scalar/typebox").TString;
|
|
1265
1265
|
value: import("@scalar/typebox").TString;
|
|
@@ -1267,7 +1267,6 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1267
1267
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1268
1268
|
}>>>;
|
|
1269
1269
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1270
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1271
1270
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1272
1271
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1273
1272
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1276,6 +1275,23 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1276
1275
|
name: import("@scalar/typebox").TString;
|
|
1277
1276
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
1278
1277
|
}>>>;
|
|
1278
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1279
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1280
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1281
|
+
color: import("@scalar/typebox").TString;
|
|
1282
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1283
|
+
name: import("@scalar/typebox").TString;
|
|
1284
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1285
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1286
|
+
default: import("@scalar/typebox").TString;
|
|
1287
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1288
|
+
}>>;
|
|
1289
|
+
}>>>;
|
|
1290
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1291
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1292
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1293
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1294
|
+
}>>;
|
|
1279
1295
|
}>, import("@scalar/typebox").TObject<{
|
|
1280
1296
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1281
1297
|
}>]>]>;
|
|
@@ -1702,7 +1718,10 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1702
1718
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
1703
1719
|
}>]>]>>>;
|
|
1704
1720
|
}>, import("@scalar/typebox").TObject<{
|
|
1705
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1721
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1722
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1723
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1724
|
+
}>>;
|
|
1706
1725
|
}>, import("@scalar/typebox").TObject<{
|
|
1707
1726
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1708
1727
|
name: import("@scalar/typebox").TString;
|
|
@@ -1731,6 +1750,9 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1731
1750
|
}>>>;
|
|
1732
1751
|
}>, import("@scalar/typebox").TObject<{
|
|
1733
1752
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
1753
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1754
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1755
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1734
1756
|
}>]>;
|
|
1735
1757
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1736
1758
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2510,11 +2532,13 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2510
2532
|
}>, import("@scalar/typebox").TObject<{
|
|
2511
2533
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2512
2534
|
}>]>;
|
|
2513
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2535
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2514
2536
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2515
2537
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
2516
2538
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2517
|
-
}
|
|
2539
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2540
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2541
|
+
}>]>;
|
|
2518
2542
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2519
2543
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2520
2544
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2675,14 +2699,6 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2675
2699
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2676
2700
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2677
2701
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2678
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2679
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2680
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2681
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
2682
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2683
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2684
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
2685
|
-
}>>>;
|
|
2686
2702
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2687
2703
|
name: import("@scalar/typebox").TString;
|
|
2688
2704
|
value: import("@scalar/typebox").TString;
|
|
@@ -2690,7 +2706,6 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2690
2706
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2691
2707
|
}>>>;
|
|
2692
2708
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2693
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2694
2709
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2695
2710
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2696
2711
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -2699,6 +2714,23 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2699
2714
|
name: import("@scalar/typebox").TString;
|
|
2700
2715
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
2701
2716
|
}>>>;
|
|
2717
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2718
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2719
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2720
|
+
color: import("@scalar/typebox").TString;
|
|
2721
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2722
|
+
name: import("@scalar/typebox").TString;
|
|
2723
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
2724
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2725
|
+
default: import("@scalar/typebox").TString;
|
|
2726
|
+
}>, import("@scalar/typebox").TString]>;
|
|
2727
|
+
}>>;
|
|
2728
|
+
}>>>;
|
|
2729
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2730
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
2731
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
2732
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
2733
|
+
}>>;
|
|
2702
2734
|
}>, import("@scalar/typebox").TObject<{
|
|
2703
2735
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2704
2736
|
}>]>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,aAAa,EAEnB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,0CAA0C,CAAA;AAIpF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,aAAa,EAEnB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,0CAA0C,CAAA;AAIpF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,aAAa,CAAA;IACnB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACvC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC5C,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC1D,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC9D,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CAAA"}
|
|
@@ -281,7 +281,10 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
281
281
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
282
282
|
}>]>]>>>;
|
|
283
283
|
}>, import("@scalar/typebox").TObject<{
|
|
284
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<
|
|
284
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
285
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
286
|
+
'x-schemes': TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
287
|
+
}>>;
|
|
285
288
|
}>, import("@scalar/typebox").TObject<{
|
|
286
289
|
'x-badges': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
287
290
|
name: import("@scalar/typebox").TString;
|
|
@@ -310,6 +313,9 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
310
313
|
}>>>;
|
|
311
314
|
}>, import("@scalar/typebox").TObject<{
|
|
312
315
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"deprecated">, TLiteral<"experimental">, TLiteral<"stable">]>>;
|
|
316
|
+
}>, import("@scalar/typebox").TObject<{
|
|
317
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
318
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
313
319
|
}>]>;
|
|
314
320
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
315
321
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1089,11 +1095,13 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1089
1095
|
}>, import("@scalar/typebox").TObject<{
|
|
1090
1096
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1091
1097
|
}>]>;
|
|
1092
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1098
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1093
1099
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1094
1100
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1095
1101
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1096
|
-
}
|
|
1102
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1103
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1104
|
+
}>]>;
|
|
1097
1105
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1098
1106
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1099
1107
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1254,14 +1262,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1254
1262
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1255
1263
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1256
1264
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1257
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1258
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1259
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1260
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1261
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1262
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1263
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
1264
|
-
}>>>;
|
|
1265
1265
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1266
1266
|
name: import("@scalar/typebox").TString;
|
|
1267
1267
|
value: import("@scalar/typebox").TString;
|
|
@@ -1269,7 +1269,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1269
1269
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1270
1270
|
}>>>;
|
|
1271
1271
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1272
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1273
1272
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1274
1273
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1275
1274
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1278,6 +1277,23 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1278
1277
|
name: import("@scalar/typebox").TString;
|
|
1279
1278
|
tags: TArray<import("@scalar/typebox").TString>;
|
|
1280
1279
|
}>>>;
|
|
1280
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1281
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1282
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1283
|
+
color: import("@scalar/typebox").TString;
|
|
1284
|
+
variables: TArray<import("@scalar/typebox").TObject<{
|
|
1285
|
+
name: import("@scalar/typebox").TString;
|
|
1286
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1287
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1288
|
+
default: import("@scalar/typebox").TString;
|
|
1289
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1290
|
+
}>>;
|
|
1291
|
+
}>>>;
|
|
1292
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1293
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1294
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1295
|
+
'x-schemes': TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1296
|
+
}>>;
|
|
1281
1297
|
}>, import("@scalar/typebox").TObject<{
|
|
1282
1298
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1283
1299
|
}>]>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EAAQ,MAAM,iBAAiB,CAAA;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,EAAE,KAAK,UAAU,EAAuC,MAAM,cAAc,CAAA;AACnF,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,YAAY,CAAA;AAC3E,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,QAAQ,CAAA;AAC3D,OAAO,EAAE,KAAK,OAAO,EAAiC,MAAM,WAAW,CAAA;AACvE,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,YAAY,CAAA;AAE3E;;;;GAIG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -267,7 +267,10 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
267
267
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
268
268
|
}>]>]>>>;
|
|
269
269
|
}>, import("@scalar/typebox").TObject<{
|
|
270
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
270
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
271
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
272
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
273
|
+
}>>;
|
|
271
274
|
}>, import("@scalar/typebox").TObject<{
|
|
272
275
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
273
276
|
name: import("@scalar/typebox").TString;
|
|
@@ -296,6 +299,9 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
296
299
|
}>>>;
|
|
297
300
|
}>, import("@scalar/typebox").TObject<{
|
|
298
301
|
'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">]>>;
|
|
302
|
+
}>, import("@scalar/typebox").TObject<{
|
|
303
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
304
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
299
305
|
}>]>;
|
|
300
306
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
301
307
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1075,11 +1081,13 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1075
1081
|
}>, import("@scalar/typebox").TObject<{
|
|
1076
1082
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1077
1083
|
}>]>;
|
|
1078
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1084
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1079
1085
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1080
1086
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1081
1087
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1082
|
-
}
|
|
1088
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1089
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1090
|
+
}>]>;
|
|
1083
1091
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1084
1092
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1085
1093
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1240,14 +1248,6 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1240
1248
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1241
1249
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1242
1250
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1243
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1244
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1245
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1246
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1247
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1248
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1249
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
1250
|
-
}>>>;
|
|
1251
1251
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1252
1252
|
name: import("@scalar/typebox").TString;
|
|
1253
1253
|
value: import("@scalar/typebox").TString;
|
|
@@ -1255,7 +1255,6 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1255
1255
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1256
1256
|
}>>>;
|
|
1257
1257
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1258
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1259
1258
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1260
1259
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1261
1260
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1264,6 +1263,23 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1264
1263
|
name: import("@scalar/typebox").TString;
|
|
1265
1264
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
1266
1265
|
}>>>;
|
|
1266
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1267
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1268
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1269
|
+
color: import("@scalar/typebox").TString;
|
|
1270
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1271
|
+
name: import("@scalar/typebox").TString;
|
|
1272
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1273
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1274
|
+
default: import("@scalar/typebox").TString;
|
|
1275
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1276
|
+
}>>;
|
|
1277
|
+
}>>>;
|
|
1278
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1279
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1280
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1281
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1282
|
+
}>>;
|
|
1267
1283
|
}>, import("@scalar/typebox").TObject<{
|
|
1268
1284
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1269
1285
|
}>]>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS1B,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,QAAQ,CAKlD,CAAA"}
|