@scalar/workspace-store 0.19.0 → 0.21.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 +44 -0
- package/README.md +2 -2
- package/dist/client.d.ts +40 -4
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +58 -23
- package/dist/client.js.map +2 -2
- package/dist/events/bus.d.ts +13 -1
- package/dist/events/bus.d.ts.map +1 -1
- package/dist/events/bus.js +46 -10
- package/dist/events/bus.js.map +3 -3
- package/dist/events/definitions/auth.d.ts +20 -2
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/events/definitions/cookie.d.ts +20 -0
- package/dist/events/definitions/cookie.d.ts.map +1 -0
- package/dist/events/definitions/cookie.js +1 -0
- package/dist/events/definitions/cookie.js.map +7 -0
- package/dist/events/definitions/document.d.ts +11 -1
- package/dist/events/definitions/document.d.ts.map +1 -1
- package/dist/events/definitions/index.d.ts +4 -2
- package/dist/events/definitions/index.d.ts.map +1 -1
- package/dist/events/definitions/operation.d.ts +0 -13
- package/dist/events/definitions/operation.d.ts.map +1 -1
- package/dist/events/definitions/server.d.ts +20 -28
- package/dist/events/definitions/server.d.ts.map +1 -1
- package/dist/events/definitions/tabs.d.ts +40 -0
- package/dist/events/definitions/tabs.d.ts.map +1 -0
- package/dist/events/definitions/tabs.js +1 -0
- package/dist/events/definitions/tabs.js.map +7 -0
- package/dist/events/definitions/ui.d.ts +39 -4
- package/dist/events/definitions/ui.d.ts.map +1 -1
- package/dist/events/definitions/workspace.d.ts +18 -0
- package/dist/events/definitions/workspace.d.ts.map +1 -0
- package/dist/events/definitions/workspace.js +1 -0
- package/dist/events/definitions/workspace.js.map +7 -0
- package/dist/events/index.d.ts +2 -2
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js.map +2 -2
- package/dist/helpers/generate-unique-value.d.ts +19 -6
- package/dist/helpers/generate-unique-value.d.ts.map +1 -1
- package/dist/helpers/generate-unique-value.js +12 -7
- package/dist/helpers/generate-unique-value.js.map +2 -2
- package/dist/helpers/unpack-proxy.d.ts +14 -1
- package/dist/helpers/unpack-proxy.d.ts.map +1 -1
- package/dist/helpers/unpack-proxy.js +51 -1
- package/dist/helpers/unpack-proxy.js.map +3 -3
- package/dist/mutators/auth.d.ts +10 -73
- package/dist/mutators/auth.d.ts.map +1 -1
- package/dist/mutators/auth.js +47 -111
- package/dist/mutators/auth.js.map +2 -2
- package/dist/mutators/cookie.d.ts +21 -13
- package/dist/mutators/cookie.d.ts.map +1 -1
- package/dist/mutators/cookie.js +34 -26
- package/dist/mutators/cookie.js.map +3 -3
- package/dist/mutators/document.d.ts +13 -0
- package/dist/mutators/document.d.ts.map +1 -0
- package/dist/mutators/document.js +25 -0
- package/dist/mutators/document.js.map +7 -0
- package/dist/mutators/index.d.ts +13 -20
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +49 -8
- package/dist/mutators/index.js.map +3 -3
- package/dist/mutators/operation.d.ts +23 -101
- package/dist/mutators/operation.d.ts.map +1 -1
- package/dist/mutators/operation.js +132 -96
- package/dist/mutators/operation.js.map +2 -2
- package/dist/mutators/server.d.ts +43 -8
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +113 -20
- package/dist/mutators/server.js.map +2 -2
- package/dist/mutators/workspace.d.ts +6 -0
- package/dist/mutators/workspace.d.ts.map +1 -0
- package/dist/mutators/workspace.js +24 -0
- package/dist/mutators/workspace.js.map +7 -0
- package/dist/navigation/get-navigation-options.d.ts.map +1 -1
- package/dist/navigation/get-navigation-options.js +4 -4
- package/dist/navigation/get-navigation-options.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +2 -0
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +18 -3
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/navigation/helpers/traverse-examples.js +2 -2
- package/dist/navigation/helpers/traverse-examples.js.map +2 -2
- package/dist/navigation/helpers/traverse-paths.d.ts +6 -3
- package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-paths.js +4 -9
- package/dist/navigation/helpers/traverse-paths.js.map +2 -2
- package/dist/navigation/helpers/traverse-tags.d.ts +0 -1
- package/dist/navigation/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-tags.js +57 -49
- package/dist/navigation/helpers/traverse-tags.js.map +3 -3
- package/dist/persistence/index.d.ts +6 -0
- package/dist/persistence/index.d.ts.map +1 -1
- package/dist/persistence/index.js +18 -0
- package/dist/persistence/index.js.map +2 -2
- package/dist/persistence/indexdb.d.ts +1 -0
- package/dist/persistence/indexdb.d.ts.map +1 -1
- package/dist/persistence/indexdb.js +6 -1
- package/dist/persistence/indexdb.js.map +2 -2
- package/dist/plugins/client/persistence.d.ts +2 -1
- package/dist/plugins/client/persistence.d.ts.map +1 -1
- package/dist/plugins/client/persistence.js +17 -9
- package/dist/plugins/client/persistence.js.map +2 -2
- package/dist/schemas/extensions/document/x-scalar-environments.d.ts +1 -0
- package/dist/schemas/extensions/document/x-scalar-environments.d.ts.map +1 -1
- package/dist/schemas/extensions/document/x-scalar-environments.js.map +2 -2
- package/dist/schemas/extensions/document/x-scalar-set-operation-security.d.ts +13 -0
- package/dist/schemas/extensions/document/x-scalar-set-operation-security.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-set-operation-security.js +8 -0
- package/dist/schemas/extensions/document/x-scalar-set-operation-security.js.map +7 -0
- package/dist/schemas/extensions/general/x-scalar-cookies.d.ts +36 -0
- package/dist/schemas/extensions/general/x-scalar-cookies.d.ts.map +1 -0
- package/dist/schemas/extensions/general/x-scalar-cookies.js +15 -0
- package/dist/schemas/extensions/general/x-scalar-cookies.js.map +7 -0
- package/dist/schemas/extensions/general/x-scalar-order.d.ts +12 -0
- package/dist/schemas/extensions/general/x-scalar-order.d.ts.map +1 -0
- package/dist/schemas/extensions/general/x-scalar-order.js +8 -0
- package/dist/schemas/extensions/general/x-scalar-order.js.map +7 -0
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts +7 -7
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-scalar-selected-security.js +2 -2
- package/dist/schemas/extensions/security/x-scalar-selected-security.js.map +2 -2
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts +8 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts.map +1 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.js +8 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.js.map +7 -0
- package/dist/schemas/extensions/tag/x-tag-groups.d.ts +10 -5
- package/dist/schemas/extensions/tag/x-tag-groups.d.ts.map +1 -1
- package/dist/schemas/extensions/tag/x-tag-groups.js +15 -10
- package/dist/schemas/extensions/tag/x-tag-groups.js.map +2 -2
- package/dist/schemas/extensions/workspace/x-scalar-active-proxy.d.ts +18 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-proxy.d.ts.map +1 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-proxy.js +8 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-proxy.js.map +7 -0
- package/dist/schemas/extensions.d.ts +1 -1
- package/dist/schemas/extensions.js +1 -1
- package/dist/schemas/extensions.js.map +2 -2
- package/dist/schemas/inmemory-workspace.d.ts +59 -33
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +9 -1
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +3 -1
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +29 -16
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +29 -16
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.js +2 -0
- package/dist/schemas/reference-config/settings.js.map +2 -2
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +992 -549
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +14 -6
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +3 -7
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +1 -5
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/tag.d.ts +4 -1
- package/dist/schemas/v3.1/strict/tag.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/tag.js +3 -1
- package/dist/schemas/v3.1/strict/tag.js.map +2 -2
- package/dist/schemas/v3.1/strict/type-guards.d.ts +6 -0
- package/dist/schemas/v3.1/strict/type-guards.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/type-guards.js +4 -0
- package/dist/schemas/v3.1/strict/type-guards.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +29 -16
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +30 -17
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +233 -130
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/schemas/workspace.js +8 -6
- package/dist/schemas/workspace.js.map +2 -2
- package/dist/server.d.ts +1 -1
- package/dist/workspace-plugin.d.ts +3 -0
- package/dist/workspace-plugin.d.ts.map +1 -1
- package/package.json +8 -7
- package/dist/helpers/debounce.d.ts +0 -28
- package/dist/helpers/debounce.d.ts.map +0 -1
- package/dist/helpers/debounce.js +0 -31
- package/dist/helpers/debounce.js.map +0 -7
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts +0 -13
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts.map +0 -1
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js +0 -9
- package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js.map +0 -7
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.d.ts +0 -32
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.d.ts.map +0 -1
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js +0 -13
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js.map +0 -7
|
@@ -2,8 +2,10 @@ import { type ThemeId } from '@scalar/themes';
|
|
|
2
2
|
import { type AvailableClients } from '@scalar/types/snippetz';
|
|
3
3
|
import { extensions } from '../schemas/extensions.js';
|
|
4
4
|
import { type XScalarEnvironments } from '../schemas/extensions/document/x-scalar-environments.js';
|
|
5
|
+
import { type XScalarCookies } from '../schemas/extensions/general/x-scalar-cookies.js';
|
|
6
|
+
import { type XScalarOrder } from '../schemas/extensions/general/x-scalar-order.js';
|
|
5
7
|
import { type XScalarActiveEnvironment } from '../schemas/extensions/workspace/x-scalar-active-environment.js';
|
|
6
|
-
import { type
|
|
8
|
+
import { type XScalarActiveProxy } from '../schemas/extensions/workspace/x-scalar-active-proxy.js';
|
|
7
9
|
import type { SecuritySchemeObject } from '../schemas/v3.1/strict/security-scheme.js';
|
|
8
10
|
import type { ServerObject } from '../schemas/v3.1/strict/server.js';
|
|
9
11
|
import { type OpenApiDocument } from './v3.1/strict/openapi-document.js';
|
|
@@ -123,6 +125,8 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
123
125
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
124
126
|
}>, import("@scalar/typebox").TObject<{
|
|
125
127
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
128
|
+
}>, import("@scalar/typebox").TObject<{
|
|
129
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
126
130
|
}>]>;
|
|
127
131
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
128
132
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -283,8 +287,8 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
283
287
|
}>]>]>>>;
|
|
284
288
|
}>, import("@scalar/typebox").TObject<{
|
|
285
289
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
286
|
-
|
|
287
|
-
|
|
290
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
291
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
288
292
|
}>>;
|
|
289
293
|
}>, import("@scalar/typebox").TObject<{
|
|
290
294
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -314,9 +318,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
314
318
|
}>>>;
|
|
315
319
|
}>, import("@scalar/typebox").TObject<{
|
|
316
320
|
'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>;
|
|
320
321
|
}>]>;
|
|
321
322
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
322
323
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -1262,22 +1263,17 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1262
1263
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
1263
1264
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1264
1265
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1265
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1266
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1267
|
-
name: import("@scalar/typebox").TString;
|
|
1268
|
-
value: import("@scalar/typebox").TString;
|
|
1269
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1270
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1271
|
-
}>>>;
|
|
1272
1266
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1273
1267
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1274
1268
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1275
1269
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
1276
1270
|
}>, import("@scalar/typebox").TObject<{
|
|
1277
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1271
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1278
1272
|
name: import("@scalar/typebox").TString;
|
|
1279
1273
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
1280
|
-
}
|
|
1274
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1275
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1276
|
+
}>]>>>;
|
|
1281
1277
|
}>, import("@scalar/typebox").TObject<{
|
|
1282
1278
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1283
1279
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1292,9 +1288,24 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1292
1288
|
}>>>;
|
|
1293
1289
|
}>, import("@scalar/typebox").TObject<{
|
|
1294
1290
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1295
|
-
|
|
1296
|
-
|
|
1291
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1292
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1297
1293
|
}>>;
|
|
1294
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1295
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1296
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1297
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1298
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1299
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1300
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1301
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1302
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1303
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1304
|
+
name: import("@scalar/typebox").TString;
|
|
1305
|
+
value: import("@scalar/typebox").TString;
|
|
1306
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1307
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1308
|
+
}>>>;
|
|
1298
1309
|
}>, import("@scalar/typebox").TObject<{
|
|
1299
1310
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1300
1311
|
}>]>]>;
|
|
@@ -1400,7 +1411,9 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1400
1411
|
title: import("@scalar/typebox").TString;
|
|
1401
1412
|
}>, import("@scalar/typebox").TObject<{
|
|
1402
1413
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1414
|
+
name: import("@scalar/typebox").TString;
|
|
1403
1415
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1416
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1404
1417
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1405
1418
|
id: import("@scalar/typebox").TString;
|
|
1406
1419
|
title: import("@scalar/typebox").TString;
|
|
@@ -1414,19 +1427,22 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1414
1427
|
title: import("@scalar/typebox").TString;
|
|
1415
1428
|
}>, import("@scalar/typebox").TObject<{
|
|
1416
1429
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1430
|
+
name: import("@scalar/typebox").TString;
|
|
1417
1431
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1432
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1418
1433
|
}>]>;
|
|
1419
1434
|
}, "OpenApiDocument">]>;
|
|
1420
1435
|
export type WorkspaceDocument = WorkspaceDocumentMeta & OpenApiDocument;
|
|
1421
1436
|
export declare const WorkspaceMetaSchema: import("@scalar/typebox").TObject<{
|
|
1422
|
-
"x-scalar-
|
|
1437
|
+
"x-scalar-color-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"system">, import("@scalar/typebox").TLiteral<"light">, import("@scalar/typebox").TLiteral<"dark">]>>;
|
|
1423
1438
|
"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">[]>>;
|
|
1424
1439
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1425
1440
|
"x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none">[]>>;
|
|
1426
1441
|
"x-scalar-sidebar-width": import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
1427
1442
|
}>;
|
|
1443
|
+
export type ColorMode = 'system' | 'light' | 'dark';
|
|
1428
1444
|
export type WorkspaceMeta = {
|
|
1429
|
-
[extensions.workspace.
|
|
1445
|
+
[extensions.workspace.colorMode]?: ColorMode;
|
|
1430
1446
|
[extensions.workspace.defaultClient]?: AvailableClients[number];
|
|
1431
1447
|
[extensions.workspace.activeDocument]?: string;
|
|
1432
1448
|
[extensions.workspace.theme]?: ThemeId;
|
|
@@ -1447,12 +1463,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1447
1463
|
}>, import("@scalar/typebox").TObject<{
|
|
1448
1464
|
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1449
1465
|
}>, import("@scalar/typebox").TObject<{
|
|
1450
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1451
|
-
name: import("@scalar/typebox").TString;
|
|
1452
|
-
value: import("@scalar/typebox").TString;
|
|
1453
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1454
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1455
|
-
}>>>;
|
|
1456
1466
|
'x-scalar-client-config-servers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TImport<{
|
|
1457
1467
|
ComponentsObject: import("@scalar/typebox").TObject<{
|
|
1458
1468
|
schemas: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -1558,6 +1568,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1558
1568
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1559
1569
|
}>, import("@scalar/typebox").TObject<{
|
|
1560
1570
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1571
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1572
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1561
1573
|
}>]>;
|
|
1562
1574
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1563
1575
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1718,8 +1730,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1718
1730
|
}>]>]>>>;
|
|
1719
1731
|
}>, import("@scalar/typebox").TObject<{
|
|
1720
1732
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1721
|
-
|
|
1722
|
-
|
|
1733
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1734
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1723
1735
|
}>>;
|
|
1724
1736
|
}>, import("@scalar/typebox").TObject<{
|
|
1725
1737
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -1749,9 +1761,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1749
1761
|
}>>>;
|
|
1750
1762
|
}>, import("@scalar/typebox").TObject<{
|
|
1751
1763
|
'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>;
|
|
1755
1764
|
}>]>;
|
|
1756
1765
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1757
1766
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2697,22 +2706,17 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2697
2706
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
2698
2707
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2699
2708
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2700
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2701
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2702
|
-
name: import("@scalar/typebox").TString;
|
|
2703
|
-
value: import("@scalar/typebox").TString;
|
|
2704
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2705
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2706
|
-
}>>>;
|
|
2707
2709
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2708
2710
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2709
2711
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2710
2712
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
2711
2713
|
}>, import("@scalar/typebox").TObject<{
|
|
2712
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2714
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2713
2715
|
name: import("@scalar/typebox").TString;
|
|
2714
2716
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
2715
|
-
}
|
|
2717
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2718
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2719
|
+
}>]>>>;
|
|
2716
2720
|
}>, import("@scalar/typebox").TObject<{
|
|
2717
2721
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2718
2722
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2727,9 +2731,24 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2727
2731
|
}>>>;
|
|
2728
2732
|
}>, import("@scalar/typebox").TObject<{
|
|
2729
2733
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
2730
|
-
|
|
2731
|
-
|
|
2734
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
2735
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
2732
2736
|
}>>;
|
|
2737
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2738
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2739
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2740
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2741
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2742
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2743
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2744
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2745
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2746
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2747
|
+
name: import("@scalar/typebox").TString;
|
|
2748
|
+
value: import("@scalar/typebox").TString;
|
|
2749
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2750
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2751
|
+
}>>>;
|
|
2733
2752
|
}>, import("@scalar/typebox").TObject<{
|
|
2734
2753
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2735
2754
|
}>]>]>;
|
|
@@ -2835,7 +2854,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2835
2854
|
title: import("@scalar/typebox").TString;
|
|
2836
2855
|
}>, import("@scalar/typebox").TObject<{
|
|
2837
2856
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2857
|
+
name: import("@scalar/typebox").TString;
|
|
2838
2858
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2859
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2839
2860
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2840
2861
|
id: import("@scalar/typebox").TString;
|
|
2841
2862
|
title: import("@scalar/typebox").TString;
|
|
@@ -2849,7 +2870,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2849
2870
|
title: import("@scalar/typebox").TString;
|
|
2850
2871
|
}>, import("@scalar/typebox").TObject<{
|
|
2851
2872
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2873
|
+
name: import("@scalar/typebox").TString;
|
|
2852
2874
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2875
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2853
2876
|
}>]>;
|
|
2854
2877
|
}, "ServerObject">>>;
|
|
2855
2878
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
@@ -2957,6 +2980,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2957
2980
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2958
2981
|
}>, import("@scalar/typebox").TObject<{
|
|
2959
2982
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2983
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2984
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2960
2985
|
}>]>;
|
|
2961
2986
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2962
2987
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3117,8 +3142,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3117
3142
|
}>]>]>>>;
|
|
3118
3143
|
}>, import("@scalar/typebox").TObject<{
|
|
3119
3144
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
3120
|
-
|
|
3121
|
-
|
|
3145
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
3146
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
3122
3147
|
}>>;
|
|
3123
3148
|
}>, import("@scalar/typebox").TObject<{
|
|
3124
3149
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -3148,9 +3173,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3148
3173
|
}>>>;
|
|
3149
3174
|
}>, import("@scalar/typebox").TObject<{
|
|
3150
3175
|
'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>;
|
|
3154
3176
|
}>]>;
|
|
3155
3177
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3156
3178
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -4096,22 +4118,17 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4096
4118
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
4097
4119
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4098
4120
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4099
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4100
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4101
|
-
name: import("@scalar/typebox").TString;
|
|
4102
|
-
value: import("@scalar/typebox").TString;
|
|
4103
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4104
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4105
|
-
}>>>;
|
|
4106
4121
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4107
4122
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4108
4123
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4109
4124
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
4110
4125
|
}>, import("@scalar/typebox").TObject<{
|
|
4111
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4126
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4112
4127
|
name: import("@scalar/typebox").TString;
|
|
4113
4128
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
4114
|
-
}
|
|
4129
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4130
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4131
|
+
}>]>>>;
|
|
4115
4132
|
}>, import("@scalar/typebox").TObject<{
|
|
4116
4133
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4117
4134
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -4126,9 +4143,24 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4126
4143
|
}>>>;
|
|
4127
4144
|
}>, import("@scalar/typebox").TObject<{
|
|
4128
4145
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4129
|
-
|
|
4130
|
-
|
|
4146
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
4147
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4131
4148
|
}>>;
|
|
4149
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4150
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4151
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4152
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4153
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4154
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4155
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4156
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4157
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4158
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4159
|
+
name: import("@scalar/typebox").TString;
|
|
4160
|
+
value: import("@scalar/typebox").TString;
|
|
4161
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4162
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4163
|
+
}>>>;
|
|
4132
4164
|
}>, import("@scalar/typebox").TObject<{
|
|
4133
4165
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4134
4166
|
}>]>]>;
|
|
@@ -4234,7 +4266,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4234
4266
|
title: import("@scalar/typebox").TString;
|
|
4235
4267
|
}>, import("@scalar/typebox").TObject<{
|
|
4236
4268
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4269
|
+
name: import("@scalar/typebox").TString;
|
|
4237
4270
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4271
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4238
4272
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4239
4273
|
id: import("@scalar/typebox").TString;
|
|
4240
4274
|
title: import("@scalar/typebox").TString;
|
|
@@ -4248,17 +4282,29 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4248
4282
|
title: import("@scalar/typebox").TString;
|
|
4249
4283
|
}>, import("@scalar/typebox").TObject<{
|
|
4250
4284
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4285
|
+
name: import("@scalar/typebox").TString;
|
|
4251
4286
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4287
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4252
4288
|
}>]>;
|
|
4253
4289
|
}, "SecuritySchemeObject">>>;
|
|
4290
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4291
|
+
'x-scalar-active-proxy': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4292
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4293
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4294
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4295
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4296
|
+
name: import("@scalar/typebox").TString;
|
|
4297
|
+
value: import("@scalar/typebox").TString;
|
|
4298
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4299
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4300
|
+
}>>>;
|
|
4254
4301
|
}>]>;
|
|
4255
4302
|
export type WorkspaceExtensions = {
|
|
4256
|
-
'x-scalar-client-config-cookies'?: XScalarClientConfigCookies;
|
|
4257
4303
|
'x-scalar-client-config-servers'?: ServerObject[];
|
|
4258
4304
|
'x-scalar-client-config-security-schemes'?: Record<string, SecuritySchemeObject>;
|
|
4259
|
-
} & XScalarEnvironments & XScalarActiveEnvironment;
|
|
4305
|
+
} & XScalarEnvironments & XScalarActiveEnvironment & XScalarActiveProxy & XScalarOrder & XScalarCookies;
|
|
4260
4306
|
export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4261
|
-
"x-scalar-
|
|
4307
|
+
"x-scalar-color-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"system">, import("@scalar/typebox").TLiteral<"light">, import("@scalar/typebox").TLiteral<"dark">]>>;
|
|
4262
4308
|
"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">[]>>;
|
|
4263
4309
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4264
4310
|
"x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none">[]>>;
|
|
@@ -4372,6 +4418,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4372
4418
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4373
4419
|
}>, import("@scalar/typebox").TObject<{
|
|
4374
4420
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4421
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4422
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4375
4423
|
}>]>;
|
|
4376
4424
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4377
4425
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4532,8 +4580,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4532
4580
|
}>]>]>>>;
|
|
4533
4581
|
}>, import("@scalar/typebox").TObject<{
|
|
4534
4582
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
4535
|
-
|
|
4536
|
-
|
|
4583
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
4584
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
4537
4585
|
}>>;
|
|
4538
4586
|
}>, import("@scalar/typebox").TObject<{
|
|
4539
4587
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -4563,9 +4611,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4563
4611
|
}>>>;
|
|
4564
4612
|
}>, import("@scalar/typebox").TObject<{
|
|
4565
4613
|
'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>;
|
|
4569
4614
|
}>]>;
|
|
4570
4615
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4571
4616
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -5511,22 +5556,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5511
5556
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
5512
5557
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5513
5558
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5514
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5515
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5516
|
-
name: import("@scalar/typebox").TString;
|
|
5517
|
-
value: import("@scalar/typebox").TString;
|
|
5518
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5519
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5520
|
-
}>>>;
|
|
5521
5559
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5522
5560
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5523
5561
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5524
5562
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
5525
5563
|
}>, import("@scalar/typebox").TObject<{
|
|
5526
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5564
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5527
5565
|
name: import("@scalar/typebox").TString;
|
|
5528
5566
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
5529
|
-
}
|
|
5567
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5568
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
5569
|
+
}>]>>>;
|
|
5530
5570
|
}>, import("@scalar/typebox").TObject<{
|
|
5531
5571
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5532
5572
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5541,9 +5581,24 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5541
5581
|
}>>>;
|
|
5542
5582
|
}>, import("@scalar/typebox").TObject<{
|
|
5543
5583
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5544
|
-
|
|
5545
|
-
|
|
5584
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
5585
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5546
5586
|
}>>;
|
|
5587
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5588
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5589
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5590
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5591
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5592
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5593
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5594
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
5595
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5596
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5597
|
+
name: import("@scalar/typebox").TString;
|
|
5598
|
+
value: import("@scalar/typebox").TString;
|
|
5599
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5600
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5601
|
+
}>>>;
|
|
5547
5602
|
}>, import("@scalar/typebox").TObject<{
|
|
5548
5603
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5549
5604
|
}>]>]>;
|
|
@@ -5649,7 +5704,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5649
5704
|
title: import("@scalar/typebox").TString;
|
|
5650
5705
|
}>, import("@scalar/typebox").TObject<{
|
|
5651
5706
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5707
|
+
name: import("@scalar/typebox").TString;
|
|
5652
5708
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5709
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5653
5710
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5654
5711
|
id: import("@scalar/typebox").TString;
|
|
5655
5712
|
title: import("@scalar/typebox").TString;
|
|
@@ -5663,7 +5720,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5663
5720
|
title: import("@scalar/typebox").TString;
|
|
5664
5721
|
}>, import("@scalar/typebox").TObject<{
|
|
5665
5722
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5723
|
+
name: import("@scalar/typebox").TString;
|
|
5666
5724
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5725
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5667
5726
|
}>]>;
|
|
5668
5727
|
}, "OpenApiDocument">]>>;
|
|
5669
5728
|
/** Active document is possibly undefined if we attempt to lookup with an invalid key */
|
|
@@ -5775,6 +5834,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5775
5834
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5776
5835
|
}>, import("@scalar/typebox").TObject<{
|
|
5777
5836
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5837
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5838
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
5778
5839
|
}>]>;
|
|
5779
5840
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5780
5841
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5935,8 +5996,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5935
5996
|
}>]>]>>>;
|
|
5936
5997
|
}>, import("@scalar/typebox").TObject<{
|
|
5937
5998
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
5938
|
-
|
|
5939
|
-
|
|
5999
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
6000
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
5940
6001
|
}>>;
|
|
5941
6002
|
}>, import("@scalar/typebox").TObject<{
|
|
5942
6003
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -5966,9 +6027,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5966
6027
|
}>>>;
|
|
5967
6028
|
}>, import("@scalar/typebox").TObject<{
|
|
5968
6029
|
'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>;
|
|
5972
6030
|
}>]>;
|
|
5973
6031
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5974
6032
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -6914,22 +6972,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6914
6972
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
6915
6973
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6916
6974
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6917
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6918
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6919
|
-
name: import("@scalar/typebox").TString;
|
|
6920
|
-
value: import("@scalar/typebox").TString;
|
|
6921
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6922
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6923
|
-
}>>>;
|
|
6924
6975
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6925
6976
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6926
6977
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6927
6978
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
6928
6979
|
}>, import("@scalar/typebox").TObject<{
|
|
6929
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
6980
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6930
6981
|
name: import("@scalar/typebox").TString;
|
|
6931
6982
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
6932
|
-
}
|
|
6983
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6984
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
6985
|
+
}>]>>>;
|
|
6933
6986
|
}>, import("@scalar/typebox").TObject<{
|
|
6934
6987
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6935
6988
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6944,9 +6997,24 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6944
6997
|
}>>>;
|
|
6945
6998
|
}>, import("@scalar/typebox").TObject<{
|
|
6946
6999
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
6947
|
-
|
|
6948
|
-
|
|
7000
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
7001
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
6949
7002
|
}>>;
|
|
7003
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7004
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7005
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7006
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7007
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7008
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7009
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7010
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
7011
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7012
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7013
|
+
name: import("@scalar/typebox").TString;
|
|
7014
|
+
value: import("@scalar/typebox").TString;
|
|
7015
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7016
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7017
|
+
}>>>;
|
|
6950
7018
|
}>, import("@scalar/typebox").TObject<{
|
|
6951
7019
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6952
7020
|
}>]>]>;
|
|
@@ -7052,7 +7120,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7052
7120
|
title: import("@scalar/typebox").TString;
|
|
7053
7121
|
}>, import("@scalar/typebox").TObject<{
|
|
7054
7122
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7123
|
+
name: import("@scalar/typebox").TString;
|
|
7055
7124
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
7125
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7056
7126
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7057
7127
|
id: import("@scalar/typebox").TString;
|
|
7058
7128
|
title: import("@scalar/typebox").TString;
|
|
@@ -7066,7 +7136,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7066
7136
|
title: import("@scalar/typebox").TString;
|
|
7067
7137
|
}>, import("@scalar/typebox").TObject<{
|
|
7068
7138
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7139
|
+
name: import("@scalar/typebox").TString;
|
|
7069
7140
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
7141
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7070
7142
|
}>]>;
|
|
7071
7143
|
}, "OpenApiDocument">]>]>;
|
|
7072
7144
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -7084,12 +7156,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7084
7156
|
}>, import("@scalar/typebox").TObject<{
|
|
7085
7157
|
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7086
7158
|
}>, import("@scalar/typebox").TObject<{
|
|
7087
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
7088
|
-
name: import("@scalar/typebox").TString;
|
|
7089
|
-
value: import("@scalar/typebox").TString;
|
|
7090
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7091
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7092
|
-
}>>>;
|
|
7093
7159
|
'x-scalar-client-config-servers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TImport<{
|
|
7094
7160
|
ComponentsObject: import("@scalar/typebox").TObject<{
|
|
7095
7161
|
schemas: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -7195,6 +7261,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7195
7261
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7196
7262
|
}>, import("@scalar/typebox").TObject<{
|
|
7197
7263
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7264
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7265
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
7198
7266
|
}>]>;
|
|
7199
7267
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7200
7268
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7355,8 +7423,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7355
7423
|
}>]>]>>>;
|
|
7356
7424
|
}>, import("@scalar/typebox").TObject<{
|
|
7357
7425
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
7358
|
-
|
|
7359
|
-
|
|
7426
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
7427
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
7360
7428
|
}>>;
|
|
7361
7429
|
}>, import("@scalar/typebox").TObject<{
|
|
7362
7430
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -7386,9 +7454,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7386
7454
|
}>>>;
|
|
7387
7455
|
}>, import("@scalar/typebox").TObject<{
|
|
7388
7456
|
'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>;
|
|
7392
7457
|
}>]>;
|
|
7393
7458
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7394
7459
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -8334,22 +8399,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8334
8399
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
8335
8400
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8336
8401
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8337
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8338
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8339
|
-
name: import("@scalar/typebox").TString;
|
|
8340
|
-
value: import("@scalar/typebox").TString;
|
|
8341
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8342
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8343
|
-
}>>>;
|
|
8344
8402
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8345
8403
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8346
8404
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8347
8405
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
8348
8406
|
}>, import("@scalar/typebox").TObject<{
|
|
8349
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8407
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8350
8408
|
name: import("@scalar/typebox").TString;
|
|
8351
8409
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
8352
|
-
}
|
|
8410
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8411
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
8412
|
+
}>]>>>;
|
|
8353
8413
|
}>, import("@scalar/typebox").TObject<{
|
|
8354
8414
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8355
8415
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8364,9 +8424,24 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8364
8424
|
}>>>;
|
|
8365
8425
|
}>, import("@scalar/typebox").TObject<{
|
|
8366
8426
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8367
|
-
|
|
8368
|
-
|
|
8427
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
8428
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8369
8429
|
}>>;
|
|
8430
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8431
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8432
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8433
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8434
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8435
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8436
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8437
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
8438
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8439
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8440
|
+
name: import("@scalar/typebox").TString;
|
|
8441
|
+
value: import("@scalar/typebox").TString;
|
|
8442
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8443
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8444
|
+
}>>>;
|
|
8370
8445
|
}>, import("@scalar/typebox").TObject<{
|
|
8371
8446
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8372
8447
|
}>]>]>;
|
|
@@ -8472,7 +8547,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8472
8547
|
title: import("@scalar/typebox").TString;
|
|
8473
8548
|
}>, import("@scalar/typebox").TObject<{
|
|
8474
8549
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8550
|
+
name: import("@scalar/typebox").TString;
|
|
8475
8551
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8552
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8476
8553
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8477
8554
|
id: import("@scalar/typebox").TString;
|
|
8478
8555
|
title: import("@scalar/typebox").TString;
|
|
@@ -8486,7 +8563,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8486
8563
|
title: import("@scalar/typebox").TString;
|
|
8487
8564
|
}>, import("@scalar/typebox").TObject<{
|
|
8488
8565
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8566
|
+
name: import("@scalar/typebox").TString;
|
|
8489
8567
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8568
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8490
8569
|
}>]>;
|
|
8491
8570
|
}, "ServerObject">>>;
|
|
8492
8571
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
@@ -8594,6 +8673,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8594
8673
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8595
8674
|
}>, import("@scalar/typebox").TObject<{
|
|
8596
8675
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8676
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8677
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
8597
8678
|
}>]>;
|
|
8598
8679
|
CallbackObject: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"PathItemObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8599
8680
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8754,8 +8835,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8754
8835
|
}>]>]>>>;
|
|
8755
8836
|
}>, import("@scalar/typebox").TObject<{
|
|
8756
8837
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
8757
|
-
|
|
8758
|
-
|
|
8838
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
8839
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
8759
8840
|
}>>;
|
|
8760
8841
|
}>, import("@scalar/typebox").TObject<{
|
|
8761
8842
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
@@ -8785,9 +8866,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8785
8866
|
}>>>;
|
|
8786
8867
|
}>, import("@scalar/typebox").TObject<{
|
|
8787
8868
|
'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>;
|
|
8791
8869
|
}>]>;
|
|
8792
8870
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8793
8871
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -9733,22 +9811,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9733
9811
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
9734
9812
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9735
9813
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9736
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9737
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9738
|
-
name: import("@scalar/typebox").TString;
|
|
9739
|
-
value: import("@scalar/typebox").TString;
|
|
9740
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9741
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9742
|
-
}>>>;
|
|
9743
9814
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9744
9815
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9745
9816
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9746
9817
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
9747
9818
|
}>, import("@scalar/typebox").TObject<{
|
|
9748
|
-
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9819
|
+
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9749
9820
|
name: import("@scalar/typebox").TString;
|
|
9750
9821
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
9751
|
-
}
|
|
9822
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9823
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
9824
|
+
}>]>>>;
|
|
9752
9825
|
}>, import("@scalar/typebox").TObject<{
|
|
9753
9826
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9754
9827
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9763,9 +9836,24 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9763
9836
|
}>>>;
|
|
9764
9837
|
}>, import("@scalar/typebox").TObject<{
|
|
9765
9838
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
9766
|
-
|
|
9767
|
-
|
|
9839
|
+
selectedIndex: import("@scalar/typebox").TInteger;
|
|
9840
|
+
selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
9768
9841
|
}>>;
|
|
9842
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9843
|
+
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9844
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9845
|
+
'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9846
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9847
|
+
'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9848
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9849
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
9850
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9851
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9852
|
+
name: import("@scalar/typebox").TString;
|
|
9853
|
+
value: import("@scalar/typebox").TString;
|
|
9854
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9855
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9856
|
+
}>>>;
|
|
9769
9857
|
}>, import("@scalar/typebox").TObject<{
|
|
9770
9858
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9771
9859
|
}>]>]>;
|
|
@@ -9871,7 +9959,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9871
9959
|
title: import("@scalar/typebox").TString;
|
|
9872
9960
|
}>, import("@scalar/typebox").TObject<{
|
|
9873
9961
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9962
|
+
name: import("@scalar/typebox").TString;
|
|
9874
9963
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9964
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9875
9965
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9876
9966
|
id: import("@scalar/typebox").TString;
|
|
9877
9967
|
title: import("@scalar/typebox").TString;
|
|
@@ -9885,9 +9975,22 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9885
9975
|
title: import("@scalar/typebox").TString;
|
|
9886
9976
|
}>, import("@scalar/typebox").TObject<{
|
|
9887
9977
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9978
|
+
name: import("@scalar/typebox").TString;
|
|
9888
9979
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9980
|
+
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9889
9981
|
}>]>;
|
|
9890
9982
|
}, "SecuritySchemeObject">>>;
|
|
9983
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9984
|
+
'x-scalar-active-proxy': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9985
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9986
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
9987
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9988
|
+
'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9989
|
+
name: import("@scalar/typebox").TString;
|
|
9990
|
+
value: import("@scalar/typebox").TString;
|
|
9991
|
+
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9992
|
+
isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9993
|
+
}>>>;
|
|
9891
9994
|
}>]>]>;
|
|
9892
9995
|
export type Workspace = WorkspaceMeta & {
|
|
9893
9996
|
documents: Record<string, WorkspaceDocument>;
|