@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
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { type ThemeId } from '@scalar/themes';
|
|
2
2
|
import { type AvailableClients } from '@scalar/types/snippetz';
|
|
3
3
|
import { extensions } from '../schemas/extensions.js';
|
|
4
|
+
import { type XScalarEnvironments } from '../schemas/extensions/document/x-scalar-environments.js';
|
|
5
|
+
import { type XScalarActiveEnvironment } from '../schemas/extensions/workspace/x-scalar-active-environment.js';
|
|
4
6
|
import { type XScalarClientConfigCookies } from '../schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js';
|
|
5
|
-
import { type XScalarClientConfigEnvironments } from '../schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.js';
|
|
6
7
|
import type { SecuritySchemeObject } from '../schemas/v3.1/strict/security-scheme.js';
|
|
7
8
|
import type { ServerObject } from '../schemas/v3.1/strict/server.js';
|
|
8
9
|
import { type OpenApiDocument } from './v3.1/strict/openapi-document.js';
|
|
@@ -281,7 +282,10 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
281
282
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
282
283
|
}>]>]>>>;
|
|
283
284
|
}>, import("@scalar/typebox").TObject<{
|
|
284
|
-
'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
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
287
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
288
|
+
}>>;
|
|
285
289
|
}>, import("@scalar/typebox").TObject<{
|
|
286
290
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
287
291
|
name: import("@scalar/typebox").TString;
|
|
@@ -310,6 +314,9 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
310
314
|
}>>>;
|
|
311
315
|
}>, import("@scalar/typebox").TObject<{
|
|
312
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>;
|
|
313
320
|
}>]>;
|
|
314
321
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
315
322
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1089,11 +1096,13 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1089
1096
|
}>, import("@scalar/typebox").TObject<{
|
|
1090
1097
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1091
1098
|
}>]>;
|
|
1092
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
1099
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1093
1100
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1094
1101
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
1095
1102
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1096
|
-
}
|
|
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
|
+
}>]>;
|
|
1097
1106
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1098
1107
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1099
1108
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1254,14 +1263,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1254
1263
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1255
1264
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1256
1265
|
'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
1266
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1266
1267
|
name: import("@scalar/typebox").TString;
|
|
1267
1268
|
value: import("@scalar/typebox").TString;
|
|
@@ -1269,7 +1270,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1269
1270
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1270
1271
|
}>>>;
|
|
1271
1272
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1272
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1273
1273
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1274
1274
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1275
1275
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -1278,6 +1278,23 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1278
1278
|
name: import("@scalar/typebox").TString;
|
|
1279
1279
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
1280
1280
|
}>>>;
|
|
1281
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1282
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1283
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1284
|
+
color: import("@scalar/typebox").TString;
|
|
1285
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1286
|
+
name: import("@scalar/typebox").TString;
|
|
1287
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1288
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1289
|
+
default: import("@scalar/typebox").TString;
|
|
1290
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1291
|
+
}>>;
|
|
1292
|
+
}>>>;
|
|
1293
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1294
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1295
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1296
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1297
|
+
}>>;
|
|
1281
1298
|
}>, import("@scalar/typebox").TObject<{
|
|
1282
1299
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1283
1300
|
}>]>]>;
|
|
@@ -1415,15 +1432,21 @@ export type WorkspaceMeta = {
|
|
|
1415
1432
|
[extensions.workspace.theme]?: ThemeId;
|
|
1416
1433
|
[extensions.workspace.sidebarWidth]?: number;
|
|
1417
1434
|
};
|
|
1418
|
-
export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObject<{
|
|
1419
|
-
'x-scalar-
|
|
1435
|
+
export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1436
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1420
1437
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1421
|
-
color: import("@scalar/typebox").
|
|
1422
|
-
variables: import("@scalar/typebox").
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1438
|
+
color: import("@scalar/typebox").TString;
|
|
1439
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1440
|
+
name: import("@scalar/typebox").TString;
|
|
1441
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1442
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1443
|
+
default: import("@scalar/typebox").TString;
|
|
1444
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1445
|
+
}>>;
|
|
1426
1446
|
}>>>;
|
|
1447
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1448
|
+
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1449
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1427
1450
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1428
1451
|
name: import("@scalar/typebox").TString;
|
|
1429
1452
|
value: import("@scalar/typebox").TString;
|
|
@@ -1694,7 +1717,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
1694
1717
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
1695
1718
|
}>]>]>>>;
|
|
1696
1719
|
}>, import("@scalar/typebox").TObject<{
|
|
1697
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1720
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1721
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
1722
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1723
|
+
}>>;
|
|
1698
1724
|
}>, import("@scalar/typebox").TObject<{
|
|
1699
1725
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1700
1726
|
name: import("@scalar/typebox").TString;
|
|
@@ -1723,6 +1749,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
1723
1749
|
}>>>;
|
|
1724
1750
|
}>, import("@scalar/typebox").TObject<{
|
|
1725
1751
|
'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">]>>;
|
|
1752
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1753
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1754
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1726
1755
|
}>]>;
|
|
1727
1756
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1728
1757
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2502,11 +2531,13 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2502
2531
|
}>, import("@scalar/typebox").TObject<{
|
|
2503
2532
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2504
2533
|
}>]>;
|
|
2505
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
2534
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2506
2535
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2507
2536
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
2508
2537
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2509
|
-
}
|
|
2538
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2539
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2540
|
+
}>]>;
|
|
2510
2541
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2511
2542
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2512
2543
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2667,14 +2698,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2667
2698
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2668
2699
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2669
2700
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2670
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2671
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2672
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2673
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
2674
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2675
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2676
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
2677
|
-
}>>>;
|
|
2678
2701
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2679
2702
|
name: import("@scalar/typebox").TString;
|
|
2680
2703
|
value: import("@scalar/typebox").TString;
|
|
@@ -2682,7 +2705,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2682
2705
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2683
2706
|
}>>>;
|
|
2684
2707
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2685
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2686
2708
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2687
2709
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2688
2710
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -2691,6 +2713,23 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2691
2713
|
name: import("@scalar/typebox").TString;
|
|
2692
2714
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
2693
2715
|
}>>>;
|
|
2716
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2717
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2718
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2719
|
+
color: import("@scalar/typebox").TString;
|
|
2720
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2721
|
+
name: import("@scalar/typebox").TString;
|
|
2722
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
2723
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2724
|
+
default: import("@scalar/typebox").TString;
|
|
2725
|
+
}>, import("@scalar/typebox").TString]>;
|
|
2726
|
+
}>>;
|
|
2727
|
+
}>>>;
|
|
2728
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2729
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
2730
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
2731
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
2732
|
+
}>>;
|
|
2694
2733
|
}>, import("@scalar/typebox").TObject<{
|
|
2695
2734
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2696
2735
|
}>]>]>;
|
|
@@ -3077,7 +3116,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3077
3116
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
3078
3117
|
}>]>]>>>;
|
|
3079
3118
|
}>, import("@scalar/typebox").TObject<{
|
|
3080
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
3119
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
3120
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
3121
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
3122
|
+
}>>;
|
|
3081
3123
|
}>, import("@scalar/typebox").TObject<{
|
|
3082
3124
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
3083
3125
|
name: import("@scalar/typebox").TString;
|
|
@@ -3106,6 +3148,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3106
3148
|
}>>>;
|
|
3107
3149
|
}>, import("@scalar/typebox").TObject<{
|
|
3108
3150
|
'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">]>>;
|
|
3151
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3152
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3153
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3109
3154
|
}>]>;
|
|
3110
3155
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3111
3156
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -3885,11 +3930,13 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3885
3930
|
}>, import("@scalar/typebox").TObject<{
|
|
3886
3931
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3887
3932
|
}>]>;
|
|
3888
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
3933
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3889
3934
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3890
3935
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
3891
3936
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3892
|
-
}
|
|
3937
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3938
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3939
|
+
}>]>;
|
|
3893
3940
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3894
3941
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3895
3942
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -4050,14 +4097,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4050
4097
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4051
4098
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4052
4099
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4053
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4054
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4055
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4056
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
4057
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4058
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4059
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
4060
|
-
}>>>;
|
|
4061
4100
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4062
4101
|
name: import("@scalar/typebox").TString;
|
|
4063
4102
|
value: import("@scalar/typebox").TString;
|
|
@@ -4065,7 +4104,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4065
4104
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4066
4105
|
}>>>;
|
|
4067
4106
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4068
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
4069
4107
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4070
4108
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4071
4109
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -4074,6 +4112,23 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4074
4112
|
name: import("@scalar/typebox").TString;
|
|
4075
4113
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
4076
4114
|
}>>>;
|
|
4115
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4116
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4117
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4118
|
+
color: import("@scalar/typebox").TString;
|
|
4119
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4120
|
+
name: import("@scalar/typebox").TString;
|
|
4121
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
4122
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4123
|
+
default: import("@scalar/typebox").TString;
|
|
4124
|
+
}>, import("@scalar/typebox").TString]>;
|
|
4125
|
+
}>>;
|
|
4126
|
+
}>>>;
|
|
4127
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4128
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4129
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
4130
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4131
|
+
}>>;
|
|
4077
4132
|
}>, import("@scalar/typebox").TObject<{
|
|
4078
4133
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4079
4134
|
}>]>]>;
|
|
@@ -4196,13 +4251,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4196
4251
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4197
4252
|
}>]>;
|
|
4198
4253
|
}, "SecuritySchemeObject">>>;
|
|
4199
|
-
}>;
|
|
4254
|
+
}>]>;
|
|
4200
4255
|
export type WorkspaceExtensions = {
|
|
4201
|
-
'x-scalar-client-config-environments'?: XScalarClientConfigEnvironments;
|
|
4202
4256
|
'x-scalar-client-config-cookies'?: XScalarClientConfigCookies;
|
|
4203
4257
|
'x-scalar-client-config-servers'?: ServerObject[];
|
|
4204
4258
|
'x-scalar-client-config-security-schemes'?: Record<string, SecuritySchemeObject>;
|
|
4205
|
-
};
|
|
4259
|
+
} & XScalarEnvironments & XScalarActiveEnvironment;
|
|
4206
4260
|
export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4207
4261
|
"x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4208
4262
|
"x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "fsharp/httpclient" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
|
|
@@ -4477,7 +4531,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4477
4531
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
4478
4532
|
}>]>]>>>;
|
|
4479
4533
|
}>, import("@scalar/typebox").TObject<{
|
|
4480
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
4534
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4535
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
4536
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4537
|
+
}>>;
|
|
4481
4538
|
}>, import("@scalar/typebox").TObject<{
|
|
4482
4539
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4483
4540
|
name: import("@scalar/typebox").TString;
|
|
@@ -4506,6 +4563,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4506
4563
|
}>>>;
|
|
4507
4564
|
}>, import("@scalar/typebox").TObject<{
|
|
4508
4565
|
'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">]>>;
|
|
4566
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4567
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4568
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4509
4569
|
}>]>;
|
|
4510
4570
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4511
4571
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -5285,11 +5345,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5285
5345
|
}>, import("@scalar/typebox").TObject<{
|
|
5286
5346
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5287
5347
|
}>]>;
|
|
5288
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
5348
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5289
5349
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5290
5350
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
5291
5351
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5292
|
-
}
|
|
5352
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5353
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5354
|
+
}>]>;
|
|
5293
5355
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5294
5356
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5295
5357
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5450,14 +5512,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5450
5512
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5451
5513
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5452
5514
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5453
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5454
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5455
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5456
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
5457
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5458
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5459
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
5460
|
-
}>>>;
|
|
5461
5515
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5462
5516
|
name: import("@scalar/typebox").TString;
|
|
5463
5517
|
value: import("@scalar/typebox").TString;
|
|
@@ -5465,7 +5519,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5465
5519
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5466
5520
|
}>>>;
|
|
5467
5521
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5468
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
5469
5522
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5470
5523
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5471
5524
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -5474,6 +5527,23 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5474
5527
|
name: import("@scalar/typebox").TString;
|
|
5475
5528
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
5476
5529
|
}>>>;
|
|
5530
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5531
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5532
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5533
|
+
color: import("@scalar/typebox").TString;
|
|
5534
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5535
|
+
name: import("@scalar/typebox").TString;
|
|
5536
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
5537
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5538
|
+
default: import("@scalar/typebox").TString;
|
|
5539
|
+
}>, import("@scalar/typebox").TString]>;
|
|
5540
|
+
}>>;
|
|
5541
|
+
}>>>;
|
|
5542
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5543
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5544
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
5545
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5546
|
+
}>>;
|
|
5477
5547
|
}>, import("@scalar/typebox").TObject<{
|
|
5478
5548
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5479
5549
|
}>]>]>;
|
|
@@ -5864,7 +5934,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5864
5934
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
5865
5935
|
}>]>]>>>;
|
|
5866
5936
|
}>, import("@scalar/typebox").TObject<{
|
|
5867
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
5937
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5938
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
5939
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5940
|
+
}>>;
|
|
5868
5941
|
}>, import("@scalar/typebox").TObject<{
|
|
5869
5942
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5870
5943
|
name: import("@scalar/typebox").TString;
|
|
@@ -5893,6 +5966,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5893
5966
|
}>>>;
|
|
5894
5967
|
}>, import("@scalar/typebox").TObject<{
|
|
5895
5968
|
'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">]>>;
|
|
5969
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5970
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5971
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5896
5972
|
}>]>;
|
|
5897
5973
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5898
5974
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -6672,11 +6748,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6672
6748
|
}>, import("@scalar/typebox").TObject<{
|
|
6673
6749
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6674
6750
|
}>]>;
|
|
6675
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
6751
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6676
6752
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6677
6753
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
6678
6754
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6679
|
-
}
|
|
6755
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6756
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6757
|
+
}>]>;
|
|
6680
6758
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6681
6759
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6682
6760
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6837,14 +6915,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6837
6915
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6838
6916
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6839
6917
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6840
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6841
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6842
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6843
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
6844
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6845
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6846
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
6847
|
-
}>>>;
|
|
6848
6918
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6849
6919
|
name: import("@scalar/typebox").TString;
|
|
6850
6920
|
value: import("@scalar/typebox").TString;
|
|
@@ -6852,7 +6922,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6852
6922
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6853
6923
|
}>>>;
|
|
6854
6924
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6855
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
6856
6925
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6857
6926
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6858
6927
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -6861,6 +6930,23 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6861
6930
|
name: import("@scalar/typebox").TString;
|
|
6862
6931
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
6863
6932
|
}>>>;
|
|
6933
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6934
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6935
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6936
|
+
color: import("@scalar/typebox").TString;
|
|
6937
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
6938
|
+
name: import("@scalar/typebox").TString;
|
|
6939
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
6940
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6941
|
+
default: import("@scalar/typebox").TString;
|
|
6942
|
+
}>, import("@scalar/typebox").TString]>;
|
|
6943
|
+
}>>;
|
|
6944
|
+
}>>>;
|
|
6945
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6946
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
6947
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
6948
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
6949
|
+
}>>;
|
|
6864
6950
|
}>, import("@scalar/typebox").TObject<{
|
|
6865
6951
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6866
6952
|
}>]>]>;
|
|
@@ -6983,15 +7069,21 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6983
7069
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6984
7070
|
}>]>;
|
|
6985
7071
|
}, "OpenApiDocument">]>]>;
|
|
6986
|
-
}>, import("@scalar/typebox").TObject<{
|
|
6987
|
-
'x-scalar-
|
|
7072
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7073
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6988
7074
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6989
|
-
color: import("@scalar/typebox").
|
|
6990
|
-
variables: import("@scalar/typebox").
|
|
6991
|
-
|
|
6992
|
-
|
|
6993
|
-
|
|
7075
|
+
color: import("@scalar/typebox").TString;
|
|
7076
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7077
|
+
name: import("@scalar/typebox").TString;
|
|
7078
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
7079
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7080
|
+
default: import("@scalar/typebox").TString;
|
|
7081
|
+
}>, import("@scalar/typebox").TString]>;
|
|
7082
|
+
}>>;
|
|
6994
7083
|
}>>>;
|
|
7084
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7085
|
+
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7086
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6995
7087
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6996
7088
|
name: import("@scalar/typebox").TString;
|
|
6997
7089
|
value: import("@scalar/typebox").TString;
|
|
@@ -7262,7 +7354,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7262
7354
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
7263
7355
|
}>]>]>>>;
|
|
7264
7356
|
}>, import("@scalar/typebox").TObject<{
|
|
7265
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
7357
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
7358
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
7359
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
7360
|
+
}>>;
|
|
7266
7361
|
}>, import("@scalar/typebox").TObject<{
|
|
7267
7362
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7268
7363
|
name: import("@scalar/typebox").TString;
|
|
@@ -7291,6 +7386,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7291
7386
|
}>>>;
|
|
7292
7387
|
}>, import("@scalar/typebox").TObject<{
|
|
7293
7388
|
'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">]>>;
|
|
7389
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7390
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7391
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7294
7392
|
}>]>;
|
|
7295
7393
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7296
7394
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -8070,11 +8168,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8070
8168
|
}>, import("@scalar/typebox").TObject<{
|
|
8071
8169
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8072
8170
|
}>]>;
|
|
8073
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
8171
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8074
8172
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8075
8173
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
8076
8174
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8077
|
-
}
|
|
8175
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8176
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8177
|
+
}>]>;
|
|
8078
8178
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8079
8179
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8080
8180
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -8235,14 +8335,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8235
8335
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8236
8336
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8237
8337
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8238
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8239
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8240
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8241
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
8242
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8243
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8244
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
8245
|
-
}>>>;
|
|
8246
8338
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8247
8339
|
name: import("@scalar/typebox").TString;
|
|
8248
8340
|
value: import("@scalar/typebox").TString;
|
|
@@ -8250,7 +8342,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8250
8342
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8251
8343
|
}>>>;
|
|
8252
8344
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8253
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
8254
8345
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8255
8346
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8256
8347
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -8259,6 +8350,23 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8259
8350
|
name: import("@scalar/typebox").TString;
|
|
8260
8351
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
8261
8352
|
}>>>;
|
|
8353
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8354
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8355
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8356
|
+
color: import("@scalar/typebox").TString;
|
|
8357
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8358
|
+
name: import("@scalar/typebox").TString;
|
|
8359
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
8360
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8361
|
+
default: import("@scalar/typebox").TString;
|
|
8362
|
+
}>, import("@scalar/typebox").TString]>;
|
|
8363
|
+
}>>;
|
|
8364
|
+
}>>>;
|
|
8365
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8366
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8367
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
8368
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8369
|
+
}>>;
|
|
8262
8370
|
}>, import("@scalar/typebox").TObject<{
|
|
8263
8371
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8264
8372
|
}>]>]>;
|
|
@@ -8645,7 +8753,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8645
8753
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
8646
8754
|
}>]>]>>>;
|
|
8647
8755
|
}>, import("@scalar/typebox").TObject<{
|
|
8648
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
8756
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8757
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
8758
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8759
|
+
}>>;
|
|
8649
8760
|
}>, import("@scalar/typebox").TObject<{
|
|
8650
8761
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8651
8762
|
name: import("@scalar/typebox").TString;
|
|
@@ -8674,6 +8785,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8674
8785
|
}>>>;
|
|
8675
8786
|
}>, import("@scalar/typebox").TObject<{
|
|
8676
8787
|
'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">]>>;
|
|
8788
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8789
|
+
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8790
|
+
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8677
8791
|
}>]>;
|
|
8678
8792
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8679
8793
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -9453,11 +9567,13 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9453
9567
|
}>, import("@scalar/typebox").TObject<{
|
|
9454
9568
|
'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9455
9569
|
}>]>;
|
|
9456
|
-
RequestBodyObject: import("@scalar/typebox").TObject<{
|
|
9570
|
+
RequestBodyObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9457
9571
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9458
9572
|
content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
|
|
9459
9573
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9460
|
-
}
|
|
9574
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9575
|
+
'x-scalar-selected-content-type': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9576
|
+
}>]>;
|
|
9461
9577
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9462
9578
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9463
9579
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -9618,14 +9734,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9618
9734
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9619
9735
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9620
9736
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9621
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9622
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9623
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9624
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
9625
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9626
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9627
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
9628
|
-
}>>>;
|
|
9629
9737
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9630
9738
|
name: import("@scalar/typebox").TString;
|
|
9631
9739
|
value: import("@scalar/typebox").TString;
|
|
@@ -9633,7 +9741,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9633
9741
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9634
9742
|
}>>>;
|
|
9635
9743
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9636
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
9637
9744
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9638
9745
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9639
9746
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
@@ -9642,6 +9749,23 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9642
9749
|
name: import("@scalar/typebox").TString;
|
|
9643
9750
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
9644
9751
|
}>>>;
|
|
9752
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9753
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9754
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9755
|
+
color: import("@scalar/typebox").TString;
|
|
9756
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9757
|
+
name: import("@scalar/typebox").TString;
|
|
9758
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
9759
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9760
|
+
default: import("@scalar/typebox").TString;
|
|
9761
|
+
}>, import("@scalar/typebox").TString]>;
|
|
9762
|
+
}>>;
|
|
9763
|
+
}>>>;
|
|
9764
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9765
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
9766
|
+
'x-selected-index': import("@scalar/typebox").TInteger;
|
|
9767
|
+
'x-schemes': import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
9768
|
+
}>>;
|
|
9645
9769
|
}>, import("@scalar/typebox").TObject<{
|
|
9646
9770
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9647
9771
|
}>]>]>;
|
|
@@ -9764,7 +9888,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9764
9888
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9765
9889
|
}>]>;
|
|
9766
9890
|
}, "SecuritySchemeObject">>>;
|
|
9767
|
-
}>]>;
|
|
9891
|
+
}>]>]>;
|
|
9768
9892
|
export type Workspace = WorkspaceMeta & {
|
|
9769
9893
|
documents: Record<string, WorkspaceDocument>;
|
|
9770
9894
|
activeDocument: WorkspaceDocument | undefined;
|