@scalar/workspace-store 0.20.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 +30 -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/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 +8 -2
- package/dist/events/definitions/document.d.ts.map +1 -1
- package/dist/events/definitions/index.d.ts +4 -1
- 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 +2 -2
- 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/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 +1 -1
- package/dist/mutators/auth.d.ts.map +1 -1
- package/dist/mutators/auth.js +24 -21
- 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 +9 -2
- package/dist/mutators/document.d.ts.map +1 -1
- package/dist/mutators/document.js +18 -3
- package/dist/mutators/document.js.map +2 -2
- package/dist/mutators/index.d.ts +4 -14
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +15 -9
- package/dist/mutators/index.js.map +2 -2
- 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 +1 -1
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +6 -5
- 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 +1 -0
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +16 -2
- 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.map +1 -1
- package/dist/plugins/client/persistence.js +6 -0
- 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/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 +41 -27
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +4 -1
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +2 -1
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +20 -13
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +20 -13
- 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 +685 -448
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +10 -10
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +1 -5
- 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 +20 -13
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +21 -14
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +170 -109
- 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/schemas/extensions/document/x-scalar-document-security.d.ts +0 -13
- package/dist/schemas/extensions/document/x-scalar-document-security.d.ts.map +0 -1
- package/dist/schemas/extensions/document/x-scalar-document-security.js +0 -8
- package/dist/schemas/extensions/document/x-scalar-document-security.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;
|
|
@@ -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>;
|
|
@@ -1298,7 +1294,18 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1298
1294
|
}>, import("@scalar/typebox").TObject<{
|
|
1299
1295
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1300
1296
|
}>, import("@scalar/typebox").TObject<{
|
|
1301
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
1302
1309
|
}>, import("@scalar/typebox").TObject<{
|
|
1303
1310
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1304
1311
|
}>]>]>;
|
|
@@ -1406,6 +1413,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1406
1413
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1407
1414
|
name: import("@scalar/typebox").TString;
|
|
1408
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>;
|
|
1409
1417
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1410
1418
|
id: import("@scalar/typebox").TString;
|
|
1411
1419
|
title: import("@scalar/typebox").TString;
|
|
@@ -1421,18 +1429,20 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1421
1429
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1422
1430
|
name: import("@scalar/typebox").TString;
|
|
1423
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>;
|
|
1424
1433
|
}>]>;
|
|
1425
1434
|
}, "OpenApiDocument">]>;
|
|
1426
1435
|
export type WorkspaceDocument = WorkspaceDocumentMeta & OpenApiDocument;
|
|
1427
1436
|
export declare const WorkspaceMetaSchema: import("@scalar/typebox").TObject<{
|
|
1428
|
-
"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">]>>;
|
|
1429
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">[]>>;
|
|
1430
1439
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1431
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">[]>>;
|
|
1432
1441
|
"x-scalar-sidebar-width": import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
1433
1442
|
}>;
|
|
1443
|
+
export type ColorMode = 'system' | 'light' | 'dark';
|
|
1434
1444
|
export type WorkspaceMeta = {
|
|
1435
|
-
[extensions.workspace.
|
|
1445
|
+
[extensions.workspace.colorMode]?: ColorMode;
|
|
1436
1446
|
[extensions.workspace.defaultClient]?: AvailableClients[number];
|
|
1437
1447
|
[extensions.workspace.activeDocument]?: string;
|
|
1438
1448
|
[extensions.workspace.theme]?: ThemeId;
|
|
@@ -1453,12 +1463,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1453
1463
|
}>, import("@scalar/typebox").TObject<{
|
|
1454
1464
|
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1455
1465
|
}>, import("@scalar/typebox").TObject<{
|
|
1456
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1457
|
-
name: import("@scalar/typebox").TString;
|
|
1458
|
-
value: import("@scalar/typebox").TString;
|
|
1459
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1460
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1461
|
-
}>>>;
|
|
1462
1466
|
'x-scalar-client-config-servers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TImport<{
|
|
1463
1467
|
ComponentsObject: import("@scalar/typebox").TObject<{
|
|
1464
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<{
|
|
@@ -1564,6 +1568,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1564
1568
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1565
1569
|
}>, import("@scalar/typebox").TObject<{
|
|
1566
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>>;
|
|
1567
1573
|
}>]>;
|
|
1568
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<{
|
|
1569
1575
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1755,9 +1761,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1755
1761
|
}>>>;
|
|
1756
1762
|
}>, import("@scalar/typebox").TObject<{
|
|
1757
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">]>>;
|
|
1758
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1759
|
-
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1760
|
-
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1761
1764
|
}>]>;
|
|
1762
1765
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1763
1766
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -2703,22 +2706,17 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2703
2706
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
2704
2707
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2705
2708
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2706
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2707
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2708
|
-
name: import("@scalar/typebox").TString;
|
|
2709
|
-
value: import("@scalar/typebox").TString;
|
|
2710
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2711
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2712
|
-
}>>>;
|
|
2713
2709
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2714
2710
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2715
2711
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2716
2712
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
2717
2713
|
}>, import("@scalar/typebox").TObject<{
|
|
2718
|
-
'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<{
|
|
2719
2715
|
name: import("@scalar/typebox").TString;
|
|
2720
2716
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
2721
|
-
}
|
|
2717
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2718
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2719
|
+
}>]>>>;
|
|
2722
2720
|
}>, import("@scalar/typebox").TObject<{
|
|
2723
2721
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2724
2722
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2739,7 +2737,18 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2739
2737
|
}>, import("@scalar/typebox").TObject<{
|
|
2740
2738
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2741
2739
|
}>, import("@scalar/typebox").TObject<{
|
|
2742
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
2743
2752
|
}>, import("@scalar/typebox").TObject<{
|
|
2744
2753
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2745
2754
|
}>]>]>;
|
|
@@ -2847,6 +2856,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2847
2856
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2848
2857
|
name: import("@scalar/typebox").TString;
|
|
2849
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>;
|
|
2850
2860
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2851
2861
|
id: import("@scalar/typebox").TString;
|
|
2852
2862
|
title: import("@scalar/typebox").TString;
|
|
@@ -2862,6 +2872,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2862
2872
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2863
2873
|
name: import("@scalar/typebox").TString;
|
|
2864
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>;
|
|
2865
2876
|
}>]>;
|
|
2866
2877
|
}, "ServerObject">>>;
|
|
2867
2878
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
@@ -2969,6 +2980,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2969
2980
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2970
2981
|
}>, import("@scalar/typebox").TObject<{
|
|
2971
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>>;
|
|
2972
2985
|
}>]>;
|
|
2973
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<{
|
|
2974
2987
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3160,9 +3173,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3160
3173
|
}>>>;
|
|
3161
3174
|
}>, import("@scalar/typebox").TObject<{
|
|
3162
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">]>>;
|
|
3163
|
-
}>, import("@scalar/typebox").TObject<{
|
|
3164
|
-
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3165
|
-
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3166
3176
|
}>]>;
|
|
3167
3177
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3168
3178
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -4108,22 +4118,17 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4108
4118
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
4109
4119
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4110
4120
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4111
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4112
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4113
|
-
name: import("@scalar/typebox").TString;
|
|
4114
|
-
value: import("@scalar/typebox").TString;
|
|
4115
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4116
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4117
|
-
}>>>;
|
|
4118
4121
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4119
4122
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4120
4123
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4121
4124
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
4122
4125
|
}>, import("@scalar/typebox").TObject<{
|
|
4123
|
-
'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<{
|
|
4124
4127
|
name: import("@scalar/typebox").TString;
|
|
4125
4128
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
4126
|
-
}
|
|
4129
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4130
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4131
|
+
}>]>>>;
|
|
4127
4132
|
}>, import("@scalar/typebox").TObject<{
|
|
4128
4133
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4129
4134
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -4144,7 +4149,18 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4144
4149
|
}>, import("@scalar/typebox").TObject<{
|
|
4145
4150
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4146
4151
|
}>, import("@scalar/typebox").TObject<{
|
|
4147
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
4148
4164
|
}>, import("@scalar/typebox").TObject<{
|
|
4149
4165
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4150
4166
|
}>]>]>;
|
|
@@ -4252,6 +4268,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4252
4268
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4253
4269
|
name: import("@scalar/typebox").TString;
|
|
4254
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>;
|
|
4255
4272
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4256
4273
|
id: import("@scalar/typebox").TString;
|
|
4257
4274
|
title: import("@scalar/typebox").TString;
|
|
@@ -4267,16 +4284,27 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4267
4284
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4268
4285
|
name: import("@scalar/typebox").TString;
|
|
4269
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>;
|
|
4270
4288
|
}>]>;
|
|
4271
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
|
+
}>>>;
|
|
4272
4301
|
}>]>;
|
|
4273
4302
|
export type WorkspaceExtensions = {
|
|
4274
|
-
'x-scalar-client-config-cookies'?: XScalarClientConfigCookies;
|
|
4275
4303
|
'x-scalar-client-config-servers'?: ServerObject[];
|
|
4276
4304
|
'x-scalar-client-config-security-schemes'?: Record<string, SecuritySchemeObject>;
|
|
4277
|
-
} & XScalarEnvironments & XScalarActiveEnvironment;
|
|
4305
|
+
} & XScalarEnvironments & XScalarActiveEnvironment & XScalarActiveProxy & XScalarOrder & XScalarCookies;
|
|
4278
4306
|
export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4279
|
-
"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">]>>;
|
|
4280
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">[]>>;
|
|
4281
4309
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4282
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">[]>>;
|
|
@@ -4390,6 +4418,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4390
4418
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4391
4419
|
}>, import("@scalar/typebox").TObject<{
|
|
4392
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>>;
|
|
4393
4423
|
}>]>;
|
|
4394
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<{
|
|
4395
4425
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4581,9 +4611,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4581
4611
|
}>>>;
|
|
4582
4612
|
}>, import("@scalar/typebox").TObject<{
|
|
4583
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">]>>;
|
|
4584
|
-
}>, import("@scalar/typebox").TObject<{
|
|
4585
|
-
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4586
|
-
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4587
4614
|
}>]>;
|
|
4588
4615
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4589
4616
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -5529,22 +5556,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5529
5556
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
5530
5557
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5531
5558
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5532
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5533
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5534
|
-
name: import("@scalar/typebox").TString;
|
|
5535
|
-
value: import("@scalar/typebox").TString;
|
|
5536
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5537
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5538
|
-
}>>>;
|
|
5539
5559
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5540
5560
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5541
5561
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5542
5562
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
5543
5563
|
}>, import("@scalar/typebox").TObject<{
|
|
5544
|
-
'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<{
|
|
5545
5565
|
name: import("@scalar/typebox").TString;
|
|
5546
5566
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
5547
|
-
}
|
|
5567
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5568
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
5569
|
+
}>]>>>;
|
|
5548
5570
|
}>, import("@scalar/typebox").TObject<{
|
|
5549
5571
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5550
5572
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5565,7 +5587,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5565
5587
|
}>, import("@scalar/typebox").TObject<{
|
|
5566
5588
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5567
5589
|
}>, import("@scalar/typebox").TObject<{
|
|
5568
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
5569
5602
|
}>, import("@scalar/typebox").TObject<{
|
|
5570
5603
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5571
5604
|
}>]>]>;
|
|
@@ -5673,6 +5706,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5673
5706
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5674
5707
|
name: import("@scalar/typebox").TString;
|
|
5675
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>;
|
|
5676
5710
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5677
5711
|
id: import("@scalar/typebox").TString;
|
|
5678
5712
|
title: import("@scalar/typebox").TString;
|
|
@@ -5688,6 +5722,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5688
5722
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5689
5723
|
name: import("@scalar/typebox").TString;
|
|
5690
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>;
|
|
5691
5726
|
}>]>;
|
|
5692
5727
|
}, "OpenApiDocument">]>>;
|
|
5693
5728
|
/** Active document is possibly undefined if we attempt to lookup with an invalid key */
|
|
@@ -5799,6 +5834,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5799
5834
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5800
5835
|
}>, import("@scalar/typebox").TObject<{
|
|
5801
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>>;
|
|
5802
5839
|
}>]>;
|
|
5803
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<{
|
|
5804
5841
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5990,9 +6027,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5990
6027
|
}>>>;
|
|
5991
6028
|
}>, import("@scalar/typebox").TObject<{
|
|
5992
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">]>>;
|
|
5993
|
-
}>, import("@scalar/typebox").TObject<{
|
|
5994
|
-
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5995
|
-
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5996
6030
|
}>]>;
|
|
5997
6031
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5998
6032
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -6938,22 +6972,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6938
6972
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
6939
6973
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6940
6974
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6941
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6942
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6943
|
-
name: import("@scalar/typebox").TString;
|
|
6944
|
-
value: import("@scalar/typebox").TString;
|
|
6945
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6946
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6947
|
-
}>>>;
|
|
6948
6975
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6949
6976
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6950
6977
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6951
6978
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
6952
6979
|
}>, import("@scalar/typebox").TObject<{
|
|
6953
|
-
'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<{
|
|
6954
6981
|
name: import("@scalar/typebox").TString;
|
|
6955
6982
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
6956
|
-
}
|
|
6983
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6984
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
6985
|
+
}>]>>>;
|
|
6957
6986
|
}>, import("@scalar/typebox").TObject<{
|
|
6958
6987
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6959
6988
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6974,7 +7003,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6974
7003
|
}>, import("@scalar/typebox").TObject<{
|
|
6975
7004
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6976
7005
|
}>, import("@scalar/typebox").TObject<{
|
|
6977
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
6978
7018
|
}>, import("@scalar/typebox").TObject<{
|
|
6979
7019
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6980
7020
|
}>]>]>;
|
|
@@ -7082,6 +7122,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7082
7122
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7083
7123
|
name: import("@scalar/typebox").TString;
|
|
7084
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>;
|
|
7085
7126
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7086
7127
|
id: import("@scalar/typebox").TString;
|
|
7087
7128
|
title: import("@scalar/typebox").TString;
|
|
@@ -7097,6 +7138,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7097
7138
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7098
7139
|
name: import("@scalar/typebox").TString;
|
|
7099
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>;
|
|
7100
7142
|
}>]>;
|
|
7101
7143
|
}, "OpenApiDocument">]>]>;
|
|
7102
7144
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -7114,12 +7156,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7114
7156
|
}>, import("@scalar/typebox").TObject<{
|
|
7115
7157
|
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7116
7158
|
}>, import("@scalar/typebox").TObject<{
|
|
7117
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
7118
|
-
name: import("@scalar/typebox").TString;
|
|
7119
|
-
value: import("@scalar/typebox").TString;
|
|
7120
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7121
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7122
|
-
}>>>;
|
|
7123
7159
|
'x-scalar-client-config-servers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TImport<{
|
|
7124
7160
|
ComponentsObject: import("@scalar/typebox").TObject<{
|
|
7125
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<{
|
|
@@ -7225,6 +7261,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7225
7261
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7226
7262
|
}>, import("@scalar/typebox").TObject<{
|
|
7227
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>>;
|
|
7228
7266
|
}>]>;
|
|
7229
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<{
|
|
7230
7268
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7416,9 +7454,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7416
7454
|
}>>>;
|
|
7417
7455
|
}>, import("@scalar/typebox").TObject<{
|
|
7418
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">]>>;
|
|
7419
|
-
}>, import("@scalar/typebox").TObject<{
|
|
7420
|
-
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7421
|
-
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7422
7457
|
}>]>;
|
|
7423
7458
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7424
7459
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -8364,22 +8399,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8364
8399
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
8365
8400
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8366
8401
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8367
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8368
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8369
|
-
name: import("@scalar/typebox").TString;
|
|
8370
|
-
value: import("@scalar/typebox").TString;
|
|
8371
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8372
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8373
|
-
}>>>;
|
|
8374
8402
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8375
8403
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8376
8404
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8377
8405
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
8378
8406
|
}>, import("@scalar/typebox").TObject<{
|
|
8379
|
-
'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<{
|
|
8380
8408
|
name: import("@scalar/typebox").TString;
|
|
8381
8409
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
8382
|
-
}
|
|
8410
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8411
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
8412
|
+
}>]>>>;
|
|
8383
8413
|
}>, import("@scalar/typebox").TObject<{
|
|
8384
8414
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8385
8415
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8400,7 +8430,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8400
8430
|
}>, import("@scalar/typebox").TObject<{
|
|
8401
8431
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8402
8432
|
}>, import("@scalar/typebox").TObject<{
|
|
8403
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
8404
8445
|
}>, import("@scalar/typebox").TObject<{
|
|
8405
8446
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8406
8447
|
}>]>]>;
|
|
@@ -8508,6 +8549,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8508
8549
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8509
8550
|
name: import("@scalar/typebox").TString;
|
|
8510
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>;
|
|
8511
8553
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8512
8554
|
id: import("@scalar/typebox").TString;
|
|
8513
8555
|
title: import("@scalar/typebox").TString;
|
|
@@ -8523,6 +8565,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8523
8565
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8524
8566
|
name: import("@scalar/typebox").TString;
|
|
8525
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>;
|
|
8526
8569
|
}>]>;
|
|
8527
8570
|
}, "ServerObject">>>;
|
|
8528
8571
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
@@ -8630,6 +8673,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8630
8673
|
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8631
8674
|
}>, import("@scalar/typebox").TObject<{
|
|
8632
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>>;
|
|
8633
8678
|
}>]>;
|
|
8634
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<{
|
|
8635
8680
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8821,9 +8866,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8821
8866
|
}>>>;
|
|
8822
8867
|
}>, import("@scalar/typebox").TObject<{
|
|
8823
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">]>>;
|
|
8824
|
-
}>, import("@scalar/typebox").TObject<{
|
|
8825
|
-
'x-scalar-path': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8826
|
-
'x-scalar-method': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8827
8869
|
}>]>;
|
|
8828
8870
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8829
8871
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -9769,22 +9811,17 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9769
9811
|
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
9770
9812
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9771
9813
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9772
|
-
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9773
|
-
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9774
|
-
name: import("@scalar/typebox").TString;
|
|
9775
|
-
value: import("@scalar/typebox").TString;
|
|
9776
|
-
domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9777
|
-
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9778
|
-
}>>>;
|
|
9779
9814
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9780
9815
|
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9781
9816
|
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9782
9817
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
9783
9818
|
}>, import("@scalar/typebox").TObject<{
|
|
9784
|
-
'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<{
|
|
9785
9820
|
name: import("@scalar/typebox").TString;
|
|
9786
9821
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
9787
|
-
}
|
|
9822
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9823
|
+
'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
9824
|
+
}>]>>>;
|
|
9788
9825
|
}>, import("@scalar/typebox").TObject<{
|
|
9789
9826
|
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9790
9827
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9805,7 +9842,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9805
9842
|
}>, import("@scalar/typebox").TObject<{
|
|
9806
9843
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9807
9844
|
}>, import("@scalar/typebox").TObject<{
|
|
9808
|
-
'x-scalar-
|
|
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
|
+
}>>>;
|
|
9809
9857
|
}>, import("@scalar/typebox").TObject<{
|
|
9810
9858
|
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9811
9859
|
}>]>]>;
|
|
@@ -9913,6 +9961,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9913
9961
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9914
9962
|
name: import("@scalar/typebox").TString;
|
|
9915
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>;
|
|
9916
9965
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9917
9966
|
id: import("@scalar/typebox").TString;
|
|
9918
9967
|
title: import("@scalar/typebox").TString;
|
|
@@ -9928,8 +9977,20 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9928
9977
|
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9929
9978
|
name: import("@scalar/typebox").TString;
|
|
9930
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>;
|
|
9931
9981
|
}>]>;
|
|
9932
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
|
+
}>>>;
|
|
9933
9994
|
}>]>]>;
|
|
9934
9995
|
export type Workspace = WorkspaceMeta & {
|
|
9935
9996
|
documents: Record<string, WorkspaceDocument>;
|