@scalar/workspace-store 0.17.1 → 0.18.1
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 +53 -0
- package/dist/client.d.ts +31 -19
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +267 -88
- package/dist/client.js.map +3 -3
- package/dist/events/bus.d.ts +96 -0
- package/dist/events/bus.d.ts.map +1 -0
- package/dist/events/bus.js +60 -0
- package/dist/events/bus.js.map +7 -0
- package/dist/events/definitions/analytics.d.ts +27 -0
- package/dist/events/definitions/analytics.d.ts.map +1 -0
- package/dist/events/definitions/analytics.js +1 -0
- package/dist/events/definitions/analytics.js.map +7 -0
- package/dist/events/definitions/auth.d.ts +30 -0
- package/dist/events/definitions/auth.d.ts.map +1 -0
- package/dist/events/definitions/auth.js +1 -0
- package/dist/events/definitions/auth.js.map +7 -0
- package/dist/events/definitions/common.d.ts +5 -0
- package/dist/events/definitions/common.d.ts.map +1 -0
- package/dist/events/definitions/common.js +1 -0
- package/dist/events/definitions/common.js.map +7 -0
- package/dist/events/definitions/document.d.ts +14 -0
- package/dist/events/definitions/document.d.ts.map +1 -0
- package/dist/events/definitions/document.js +1 -0
- package/dist/events/definitions/document.js.map +7 -0
- package/dist/events/definitions/environment.d.ts +37 -0
- package/dist/events/definitions/environment.d.ts.map +1 -0
- package/dist/events/definitions/environment.js +1 -0
- package/dist/events/definitions/environment.js.map +7 -0
- package/dist/events/definitions/index.d.ts +12 -0
- package/dist/events/definitions/index.d.ts.map +1 -0
- package/dist/events/definitions/index.js +1 -0
- package/dist/events/definitions/index.js.map +7 -0
- package/dist/events/definitions/meta.d.ts +17 -0
- package/dist/events/definitions/meta.d.ts.map +1 -0
- package/dist/events/definitions/meta.js +1 -0
- package/dist/events/definitions/meta.js.map +7 -0
- package/dist/events/definitions/operation.d.ts +11 -0
- package/dist/events/definitions/operation.d.ts.map +1 -0
- package/dist/events/definitions/operation.js +1 -0
- package/dist/events/definitions/operation.js.map +7 -0
- package/dist/events/definitions/server.d.ts +50 -0
- package/dist/events/definitions/server.d.ts.map +1 -0
- package/dist/events/definitions/server.js +1 -0
- package/dist/events/definitions/server.js.map +7 -0
- package/dist/events/definitions/ui.d.ts +52 -0
- package/dist/events/definitions/ui.d.ts.map +1 -0
- package/dist/events/definitions/ui.js +1 -0
- package/dist/events/definitions/ui.js.map +7 -0
- package/dist/events/index.d.ts +3 -1
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js +3 -1
- package/dist/events/index.js.map +2 -2
- package/dist/events/listeners.d.ts +2 -1
- package/dist/events/listeners.d.ts.map +1 -1
- package/dist/events/listeners.js.map +2 -2
- package/dist/events/{definitions.d.ts → old-definitions.d.ts} +35 -11
- package/dist/events/old-definitions.d.ts.map +1 -0
- package/dist/events/{definitions.js → old-definitions.js} +1 -1
- package/dist/events/old-definitions.js.map +7 -0
- package/dist/helpers/debounce.d.ts +28 -0
- package/dist/helpers/debounce.d.ts.map +1 -0
- package/dist/helpers/debounce.js +31 -0
- package/dist/helpers/debounce.js.map +7 -0
- package/dist/helpers/detect-changes-proxy.d.ts +47 -0
- package/dist/helpers/detect-changes-proxy.d.ts.map +1 -0
- package/dist/helpers/detect-changes-proxy.js +59 -0
- package/dist/helpers/detect-changes-proxy.js.map +7 -0
- package/dist/helpers/overrides-proxy.d.ts +17 -6
- package/dist/helpers/overrides-proxy.d.ts.map +1 -1
- package/dist/helpers/overrides-proxy.js +33 -18
- package/dist/helpers/overrides-proxy.js.map +3 -3
- package/dist/helpers/unpack-proxy.d.ts +6 -0
- package/dist/helpers/unpack-proxy.d.ts.map +1 -0
- package/dist/helpers/unpack-proxy.js +9 -0
- package/dist/helpers/unpack-proxy.js.map +7 -0
- package/dist/mutators/environment.d.ts +21 -13
- package/dist/mutators/environment.d.ts.map +1 -1
- package/dist/mutators/environment.js +46 -25
- package/dist/mutators/environment.js.map +2 -2
- package/dist/mutators/index.d.ts +4 -12
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +7 -4
- package/dist/mutators/index.js.map +2 -2
- package/dist/navigation/get-navigation-options.d.ts +1 -1
- package/dist/navigation/get-navigation-options.d.ts.map +1 -1
- package/dist/navigation/get-navigation-options.js +66 -54
- package/dist/navigation/get-navigation-options.js.map +2 -2
- package/dist/navigation/helpers/get-tag.d.ts +7 -2
- package/dist/navigation/helpers/get-tag.d.ts.map +1 -1
- package/dist/navigation/helpers/get-tag.js +16 -2
- package/dist/navigation/helpers/get-tag.js.map +2 -2
- package/dist/navigation/helpers/traverse-description.d.ts +7 -2
- package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-description.js +24 -6
- package/dist/navigation/helpers/traverse-description.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +5 -2
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +53 -15
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/navigation/helpers/traverse-paths.d.ts +9 -3
- package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-paths.js +63 -9
- package/dist/navigation/helpers/traverse-paths.js.map +2 -2
- package/dist/navigation/helpers/traverse-schemas.d.ts +7 -8
- package/dist/navigation/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-schemas.js +35 -7
- package/dist/navigation/helpers/traverse-schemas.js.map +2 -2
- package/dist/navigation/helpers/traverse-tags.d.ts +8 -4
- package/dist/navigation/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-tags.js +65 -17
- package/dist/navigation/helpers/traverse-tags.js.map +2 -2
- package/dist/navigation/helpers/traverse-webhooks.d.ts +9 -3
- package/dist/navigation/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-webhooks.js +43 -17
- package/dist/navigation/helpers/traverse-webhooks.js.map +2 -2
- package/dist/navigation/types.d.ts +5 -24
- package/dist/navigation/types.d.ts.map +1 -1
- package/dist/persistence/index.d.ts +86 -0
- package/dist/persistence/index.d.ts.map +1 -0
- package/dist/persistence/index.js +196 -0
- package/dist/persistence/index.js.map +7 -0
- package/dist/persistence/indexdb.d.ts +87 -0
- package/dist/persistence/indexdb.d.ts.map +1 -0
- package/dist/persistence/indexdb.js +125 -0
- package/dist/persistence/indexdb.js.map +7 -0
- package/dist/{plugins.d.ts → plugins/bundler/index.d.ts} +1 -1
- package/dist/plugins/bundler/index.d.ts.map +1 -0
- package/dist/{plugins.js → plugins/bundler/index.js} +2 -2
- package/dist/{plugins.js.map → plugins/bundler/index.js.map} +1 -1
- package/dist/plugins/client/index.d.ts +3 -0
- package/dist/plugins/client/index.d.ts.map +1 -0
- package/dist/plugins/client/index.js +5 -0
- package/dist/plugins/client/index.js.map +7 -0
- package/dist/plugins/client/persistence.d.ts +13 -0
- package/dist/plugins/client/persistence.d.ts.map +1 -0
- package/dist/plugins/client/persistence.js +57 -0
- package/dist/plugins/client/persistence.js.map +7 -0
- package/dist/schemas/extensions/document/x-scalar-environments.d.ts +52 -0
- package/dist/schemas/extensions/document/x-scalar-environments.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-environments.js +25 -0
- package/dist/schemas/extensions/document/x-scalar-environments.js.map +7 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.d.ts +8 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.d.ts.map +1 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.js +8 -0
- package/dist/schemas/extensions/workspace/x-scalar-active-environment.js.map +7 -0
- package/dist/schemas/extensions.d.ts +1 -0
- package/dist/schemas/extensions.d.ts.map +1 -1
- package/dist/schemas/extensions.js +1 -0
- package/dist/schemas/extensions.js.map +2 -2
- package/dist/schemas/inmemory-workspace.d.ts +95 -28
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/inmemory-workspace.js +1 -9
- package/dist/schemas/inmemory-workspace.js.map +2 -2
- package/dist/schemas/navigation.d.ts +128 -1
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +20 -1
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +243 -206
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/index.js.map +2 -2
- package/dist/schemas/reference-config/settings.d.ts +45 -9
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.js +1 -1
- package/dist/schemas/reference-config/settings.js.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +1540 -311
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +20 -13
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/parameter.d.ts +23 -1
- package/dist/schemas/v3.1/strict/parameter.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/parameter.js +5 -1
- package/dist/schemas/v3.1/strict/parameter.js.map +2 -2
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +2 -0
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +4 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +46 -15
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/config.js.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +48 -11
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +353 -85
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/schemas/workspace.js +19 -11
- package/dist/schemas/workspace.js.map +2 -2
- package/dist/server.d.ts +4 -3
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +7 -6
- package/dist/server.js.map +2 -2
- package/dist/workspace-plugin.d.ts +49 -0
- package/dist/workspace-plugin.d.ts.map +1 -0
- package/dist/workspace-plugin.js +1 -0
- package/dist/workspace-plugin.js.map +7 -0
- package/package.json +26 -9
- package/dist/events/definitions.d.ts.map +0 -1
- package/dist/events/definitions.js.map +0 -7
- package/dist/plugins.d.ts.map +0 -1
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.d.ts +0 -33
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.d.ts.map +0 -1
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.js +0 -23
- package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.js.map +0 -7
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { type ThemeId } from '@scalar/themes';
|
|
1
2
|
import { type AvailableClients } from '@scalar/types/snippetz';
|
|
2
3
|
import { extensions } from '../schemas/extensions.js';
|
|
4
|
+
import { type XScalarEnvironments } from '../schemas/extensions/document/x-scalar-environments.js';
|
|
5
|
+
import { type XScalarActiveEnvironment } from '../schemas/extensions/workspace/x-scalar-active-environment.js';
|
|
3
6
|
import { type XScalarClientConfigCookies } from '../schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js';
|
|
4
|
-
import { type XScalarClientConfigEnvironments } from '../schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-environments.js';
|
|
5
7
|
import type { SecuritySchemeObject } from '../schemas/v3.1/strict/security-scheme.js';
|
|
6
8
|
import type { ServerObject } from '../schemas/v3.1/strict/server.js';
|
|
7
9
|
import { type OpenApiDocument } from './v3.1/strict/openapi-document.js';
|
|
@@ -1036,6 +1038,10 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1036
1038
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1037
1039
|
}>, import("@scalar/typebox").TObject<{
|
|
1038
1040
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1041
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1042
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1043
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1044
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1039
1045
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1040
1046
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1041
1047
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1069,6 +1075,10 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1069
1075
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1070
1076
|
}>, import("@scalar/typebox").TObject<{
|
|
1071
1077
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1078
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1079
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1080
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1081
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1072
1082
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1073
1083
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
1074
1084
|
}>]>]>;
|
|
@@ -1245,14 +1255,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1245
1255
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1246
1256
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1247
1257
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1248
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1249
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1250
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1251
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1252
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1253
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1254
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
1255
|
-
}>>>;
|
|
1256
1258
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1257
1259
|
name: import("@scalar/typebox").TString;
|
|
1258
1260
|
value: import("@scalar/typebox").TString;
|
|
@@ -1261,12 +1263,28 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1261
1263
|
}>>>;
|
|
1262
1264
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1263
1265
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1264
|
-
|
|
1266
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1267
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1268
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
1265
1269
|
}>, import("@scalar/typebox").TObject<{
|
|
1266
1270
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1267
1271
|
name: import("@scalar/typebox").TString;
|
|
1268
1272
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
1269
1273
|
}>>>;
|
|
1274
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1275
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1276
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1277
|
+
color: import("@scalar/typebox").TString;
|
|
1278
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1279
|
+
name: import("@scalar/typebox").TString;
|
|
1280
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1281
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1282
|
+
default: import("@scalar/typebox").TString;
|
|
1283
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1284
|
+
}>>;
|
|
1285
|
+
}>>>;
|
|
1286
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1287
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
1270
1288
|
}>]>]>;
|
|
1271
1289
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1272
1290
|
id: import("@scalar/typebox").TString;
|
|
@@ -1365,30 +1383,58 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1365
1383
|
}>, import("@scalar/typebox").TObject<{
|
|
1366
1384
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
1367
1385
|
name: import("@scalar/typebox").TString;
|
|
1386
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1387
|
+
id: import("@scalar/typebox").TString;
|
|
1388
|
+
title: import("@scalar/typebox").TString;
|
|
1389
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1390
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1391
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1392
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1393
|
+
id: import("@scalar/typebox").TString;
|
|
1394
|
+
title: import("@scalar/typebox").TString;
|
|
1395
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1396
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
1397
|
+
name: import("@scalar/typebox").TString;
|
|
1398
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1368
1399
|
}>]>]>;
|
|
1400
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1401
|
+
id: import("@scalar/typebox").TString;
|
|
1402
|
+
title: import("@scalar/typebox").TString;
|
|
1403
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1404
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
1405
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1406
|
+
}>]>;
|
|
1369
1407
|
}, "OpenApiDocument">]>;
|
|
1370
1408
|
export type WorkspaceDocument = WorkspaceDocumentMeta & OpenApiDocument;
|
|
1371
1409
|
export declare const WorkspaceMetaSchema: import("@scalar/typebox").TObject<{
|
|
1372
1410
|
"x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1373
1411
|
"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">[]>>;
|
|
1374
1412
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1375
|
-
"x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1413
|
+
"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">[]>>;
|
|
1414
|
+
"x-scalar-sidebar-width": import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
1376
1415
|
}>;
|
|
1377
1416
|
export type WorkspaceMeta = {
|
|
1378
1417
|
[extensions.workspace.darkMode]?: boolean;
|
|
1379
1418
|
[extensions.workspace.defaultClient]?: AvailableClients[number];
|
|
1380
1419
|
[extensions.workspace.activeDocument]?: string;
|
|
1381
|
-
[extensions.workspace.theme]?:
|
|
1420
|
+
[extensions.workspace.theme]?: ThemeId;
|
|
1421
|
+
[extensions.workspace.sidebarWidth]?: number;
|
|
1382
1422
|
};
|
|
1383
|
-
export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObject<{
|
|
1384
|
-
'x-scalar-
|
|
1423
|
+
export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1424
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1385
1425
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1386
|
-
color: import("@scalar/typebox").
|
|
1387
|
-
variables: import("@scalar/typebox").
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1426
|
+
color: import("@scalar/typebox").TString;
|
|
1427
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1428
|
+
name: import("@scalar/typebox").TString;
|
|
1429
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
1430
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1431
|
+
default: import("@scalar/typebox").TString;
|
|
1432
|
+
}>, import("@scalar/typebox").TString]>;
|
|
1433
|
+
}>>;
|
|
1391
1434
|
}>>>;
|
|
1435
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1436
|
+
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1437
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1392
1438
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
1393
1439
|
name: import("@scalar/typebox").TString;
|
|
1394
1440
|
value: import("@scalar/typebox").TString;
|
|
@@ -2415,6 +2461,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2415
2461
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2416
2462
|
}>, import("@scalar/typebox").TObject<{
|
|
2417
2463
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2464
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2465
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2466
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2467
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2418
2468
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2419
2469
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2420
2470
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2448,6 +2498,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2448
2498
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2449
2499
|
}>, import("@scalar/typebox").TObject<{
|
|
2450
2500
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2501
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2502
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2503
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2504
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2451
2505
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2452
2506
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
2453
2507
|
}>]>]>;
|
|
@@ -2624,14 +2678,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2624
2678
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2625
2679
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2626
2680
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2627
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2628
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2629
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2630
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
2631
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2632
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2633
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
2634
|
-
}>>>;
|
|
2635
2681
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2636
2682
|
name: import("@scalar/typebox").TString;
|
|
2637
2683
|
value: import("@scalar/typebox").TString;
|
|
@@ -2640,12 +2686,28 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2640
2686
|
}>>>;
|
|
2641
2687
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2642
2688
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2643
|
-
|
|
2689
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2690
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2691
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
2644
2692
|
}>, import("@scalar/typebox").TObject<{
|
|
2645
2693
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2646
2694
|
name: import("@scalar/typebox").TString;
|
|
2647
2695
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
2648
2696
|
}>>>;
|
|
2697
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2698
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
2699
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2700
|
+
color: import("@scalar/typebox").TString;
|
|
2701
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2702
|
+
name: import("@scalar/typebox").TString;
|
|
2703
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
2704
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2705
|
+
default: import("@scalar/typebox").TString;
|
|
2706
|
+
}>, import("@scalar/typebox").TString]>;
|
|
2707
|
+
}>>;
|
|
2708
|
+
}>>>;
|
|
2709
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2710
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
2649
2711
|
}>]>]>;
|
|
2650
2712
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2651
2713
|
id: import("@scalar/typebox").TString;
|
|
@@ -2744,7 +2806,27 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2744
2806
|
}>, import("@scalar/typebox").TObject<{
|
|
2745
2807
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
2746
2808
|
name: import("@scalar/typebox").TString;
|
|
2809
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2810
|
+
id: import("@scalar/typebox").TString;
|
|
2811
|
+
title: import("@scalar/typebox").TString;
|
|
2812
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2813
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2814
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2815
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2816
|
+
id: import("@scalar/typebox").TString;
|
|
2817
|
+
title: import("@scalar/typebox").TString;
|
|
2818
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2819
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
2820
|
+
name: import("@scalar/typebox").TString;
|
|
2821
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2747
2822
|
}>]>]>;
|
|
2823
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2824
|
+
id: import("@scalar/typebox").TString;
|
|
2825
|
+
title: import("@scalar/typebox").TString;
|
|
2826
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2827
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
2828
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2829
|
+
}>]>;
|
|
2748
2830
|
}, "ServerObject">>>;
|
|
2749
2831
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
2750
2832
|
ComponentsObject: import("@scalar/typebox").TObject<{
|
|
@@ -3766,6 +3848,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3766
3848
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3767
3849
|
}>, import("@scalar/typebox").TObject<{
|
|
3768
3850
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3851
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3852
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3853
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3854
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3769
3855
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3770
3856
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3771
3857
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3799,6 +3885,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3799
3885
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3800
3886
|
}>, import("@scalar/typebox").TObject<{
|
|
3801
3887
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3888
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3889
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3890
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3891
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3802
3892
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3803
3893
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
3804
3894
|
}>]>]>;
|
|
@@ -3975,14 +4065,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3975
4065
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3976
4066
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3977
4067
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3978
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
3979
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3980
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3981
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
3982
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3983
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3984
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
3985
|
-
}>>>;
|
|
3986
4068
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
3987
4069
|
name: import("@scalar/typebox").TString;
|
|
3988
4070
|
value: import("@scalar/typebox").TString;
|
|
@@ -3991,12 +4073,28 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3991
4073
|
}>>>;
|
|
3992
4074
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3993
4075
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
3994
|
-
|
|
4076
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4077
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4078
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
3995
4079
|
}>, import("@scalar/typebox").TObject<{
|
|
3996
4080
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
3997
4081
|
name: import("@scalar/typebox").TString;
|
|
3998
4082
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
3999
4083
|
}>>>;
|
|
4084
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4085
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
4086
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4087
|
+
color: import("@scalar/typebox").TString;
|
|
4088
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4089
|
+
name: import("@scalar/typebox").TString;
|
|
4090
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
4091
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4092
|
+
default: import("@scalar/typebox").TString;
|
|
4093
|
+
}>, import("@scalar/typebox").TString]>;
|
|
4094
|
+
}>>;
|
|
4095
|
+
}>>>;
|
|
4096
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4097
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
4000
4098
|
}>]>]>;
|
|
4001
4099
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4002
4100
|
id: import("@scalar/typebox").TString;
|
|
@@ -4095,20 +4193,40 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
4095
4193
|
}>, import("@scalar/typebox").TObject<{
|
|
4096
4194
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
4097
4195
|
name: import("@scalar/typebox").TString;
|
|
4196
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4197
|
+
id: import("@scalar/typebox").TString;
|
|
4198
|
+
title: import("@scalar/typebox").TString;
|
|
4199
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4200
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4201
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4202
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4203
|
+
id: import("@scalar/typebox").TString;
|
|
4204
|
+
title: import("@scalar/typebox").TString;
|
|
4205
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4206
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
4207
|
+
name: import("@scalar/typebox").TString;
|
|
4208
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4098
4209
|
}>]>]>;
|
|
4210
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4211
|
+
id: import("@scalar/typebox").TString;
|
|
4212
|
+
title: import("@scalar/typebox").TString;
|
|
4213
|
+
}>, import("@scalar/typebox").TObject<{
|
|
4214
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
4215
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
4216
|
+
}>]>;
|
|
4099
4217
|
}, "SecuritySchemeObject">>>;
|
|
4100
|
-
}>;
|
|
4218
|
+
}>]>;
|
|
4101
4219
|
export type WorkspaceExtensions = {
|
|
4102
|
-
'x-scalar-client-config-environments'?: XScalarClientConfigEnvironments;
|
|
4103
4220
|
'x-scalar-client-config-cookies'?: XScalarClientConfigCookies;
|
|
4104
4221
|
'x-scalar-client-config-servers'?: ServerObject[];
|
|
4105
4222
|
'x-scalar-client-config-security-schemes'?: Record<string, SecuritySchemeObject>;
|
|
4106
|
-
};
|
|
4223
|
+
} & XScalarEnvironments & XScalarActiveEnvironment;
|
|
4107
4224
|
export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4108
4225
|
"x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4109
4226
|
"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">[]>>;
|
|
4110
4227
|
"x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4111
|
-
"x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
4228
|
+
"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">[]>>;
|
|
4229
|
+
"x-scalar-sidebar-width": import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
4112
4230
|
}>, import("@scalar/typebox").TObject<{
|
|
4113
4231
|
documents: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4114
4232
|
"x-scalar-active-auth": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5133,6 +5251,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5133
5251
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5134
5252
|
}>, import("@scalar/typebox").TObject<{
|
|
5135
5253
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5254
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5255
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5256
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5257
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5136
5258
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5137
5259
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5138
5260
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5166,6 +5288,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5166
5288
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5167
5289
|
}>, import("@scalar/typebox").TObject<{
|
|
5168
5290
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5291
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5292
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5293
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5294
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5169
5295
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5170
5296
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
5171
5297
|
}>]>]>;
|
|
@@ -5342,14 +5468,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5342
5468
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5343
5469
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5344
5470
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5345
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5346
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5347
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5348
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
5349
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5350
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5351
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
5352
|
-
}>>>;
|
|
5353
5471
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5354
5472
|
name: import("@scalar/typebox").TString;
|
|
5355
5473
|
value: import("@scalar/typebox").TString;
|
|
@@ -5358,12 +5476,28 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5358
5476
|
}>>>;
|
|
5359
5477
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5360
5478
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
5361
|
-
|
|
5479
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5480
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5481
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
5362
5482
|
}>, import("@scalar/typebox").TObject<{
|
|
5363
5483
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5364
5484
|
name: import("@scalar/typebox").TString;
|
|
5365
5485
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
5366
5486
|
}>>>;
|
|
5487
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5488
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
5489
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5490
|
+
color: import("@scalar/typebox").TString;
|
|
5491
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5492
|
+
name: import("@scalar/typebox").TString;
|
|
5493
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
5494
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5495
|
+
default: import("@scalar/typebox").TString;
|
|
5496
|
+
}>, import("@scalar/typebox").TString]>;
|
|
5497
|
+
}>>;
|
|
5498
|
+
}>>>;
|
|
5499
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5500
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
5367
5501
|
}>]>]>;
|
|
5368
5502
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5369
5503
|
id: import("@scalar/typebox").TString;
|
|
@@ -5462,7 +5596,27 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5462
5596
|
}>, import("@scalar/typebox").TObject<{
|
|
5463
5597
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
5464
5598
|
name: import("@scalar/typebox").TString;
|
|
5599
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5600
|
+
id: import("@scalar/typebox").TString;
|
|
5601
|
+
title: import("@scalar/typebox").TString;
|
|
5602
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5603
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5604
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5605
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5606
|
+
id: import("@scalar/typebox").TString;
|
|
5607
|
+
title: import("@scalar/typebox").TString;
|
|
5608
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5609
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
5610
|
+
name: import("@scalar/typebox").TString;
|
|
5611
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5465
5612
|
}>]>]>;
|
|
5613
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5614
|
+
id: import("@scalar/typebox").TString;
|
|
5615
|
+
title: import("@scalar/typebox").TString;
|
|
5616
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5617
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
5618
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5619
|
+
}>]>;
|
|
5466
5620
|
}, "OpenApiDocument">]>>;
|
|
5467
5621
|
/** Active document is possibly undefined if we attempt to lookup with an invalid key */
|
|
5468
5622
|
activeDocument: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TUndefined, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -6488,6 +6642,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6488
6642
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6489
6643
|
}>, import("@scalar/typebox").TObject<{
|
|
6490
6644
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6645
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6646
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6647
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6648
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6491
6649
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6492
6650
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6493
6651
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6521,6 +6679,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6521
6679
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6522
6680
|
}>, import("@scalar/typebox").TObject<{
|
|
6523
6681
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6682
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6683
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6684
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6685
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6524
6686
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6525
6687
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
6526
6688
|
}>]>]>;
|
|
@@ -6697,14 +6859,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6697
6859
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6698
6860
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6699
6861
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6700
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6701
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6702
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6703
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
6704
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6705
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6706
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
6707
|
-
}>>>;
|
|
6708
6862
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6709
6863
|
name: import("@scalar/typebox").TString;
|
|
6710
6864
|
value: import("@scalar/typebox").TString;
|
|
@@ -6713,12 +6867,28 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6713
6867
|
}>>>;
|
|
6714
6868
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6715
6869
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
6716
|
-
|
|
6870
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6871
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6872
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
6717
6873
|
}>, import("@scalar/typebox").TObject<{
|
|
6718
6874
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
6719
6875
|
name: import("@scalar/typebox").TString;
|
|
6720
6876
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
6721
6877
|
}>>>;
|
|
6878
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6879
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6880
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6881
|
+
color: import("@scalar/typebox").TString;
|
|
6882
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
6883
|
+
name: import("@scalar/typebox").TString;
|
|
6884
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
6885
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6886
|
+
default: import("@scalar/typebox").TString;
|
|
6887
|
+
}>, import("@scalar/typebox").TString]>;
|
|
6888
|
+
}>>;
|
|
6889
|
+
}>>>;
|
|
6890
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6891
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
6722
6892
|
}>]>]>;
|
|
6723
6893
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6724
6894
|
id: import("@scalar/typebox").TString;
|
|
@@ -6817,17 +6987,43 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6817
6987
|
}>, import("@scalar/typebox").TObject<{
|
|
6818
6988
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
6819
6989
|
name: import("@scalar/typebox").TString;
|
|
6990
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6991
|
+
id: import("@scalar/typebox").TString;
|
|
6992
|
+
title: import("@scalar/typebox").TString;
|
|
6993
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6994
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
6995
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6996
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6997
|
+
id: import("@scalar/typebox").TString;
|
|
6998
|
+
title: import("@scalar/typebox").TString;
|
|
6999
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7000
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
7001
|
+
name: import("@scalar/typebox").TString;
|
|
7002
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6820
7003
|
}>]>]>;
|
|
7004
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7005
|
+
id: import("@scalar/typebox").TString;
|
|
7006
|
+
title: import("@scalar/typebox").TString;
|
|
7007
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7008
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
7009
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
7010
|
+
}>]>;
|
|
6821
7011
|
}, "OpenApiDocument">]>]>;
|
|
6822
|
-
}>, import("@scalar/typebox").TObject<{
|
|
6823
|
-
'x-scalar-
|
|
7012
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7013
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6824
7014
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6825
|
-
color: import("@scalar/typebox").
|
|
6826
|
-
variables: import("@scalar/typebox").
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
|
|
7015
|
+
color: import("@scalar/typebox").TString;
|
|
7016
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7017
|
+
name: import("@scalar/typebox").TString;
|
|
7018
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
7019
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7020
|
+
default: import("@scalar/typebox").TString;
|
|
7021
|
+
}>, import("@scalar/typebox").TString]>;
|
|
7022
|
+
}>>;
|
|
6830
7023
|
}>>>;
|
|
7024
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7025
|
+
'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7026
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6831
7027
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
6832
7028
|
name: import("@scalar/typebox").TString;
|
|
6833
7029
|
value: import("@scalar/typebox").TString;
|
|
@@ -7854,6 +8050,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7854
8050
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7855
8051
|
}>, import("@scalar/typebox").TObject<{
|
|
7856
8052
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8053
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8054
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8055
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8056
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7857
8057
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7858
8058
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7859
8059
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -7887,6 +8087,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7887
8087
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7888
8088
|
}>, import("@scalar/typebox").TObject<{
|
|
7889
8089
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8090
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8091
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8092
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8093
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7890
8094
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7891
8095
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
7892
8096
|
}>]>]>;
|
|
@@ -8063,14 +8267,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8063
8267
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8064
8268
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8065
8269
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8066
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8067
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8068
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8069
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
8070
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8071
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8072
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
8073
|
-
}>>>;
|
|
8074
8270
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8075
8271
|
name: import("@scalar/typebox").TString;
|
|
8076
8272
|
value: import("@scalar/typebox").TString;
|
|
@@ -8079,12 +8275,28 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8079
8275
|
}>>>;
|
|
8080
8276
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8081
8277
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
8082
|
-
|
|
8278
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8279
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8280
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
8083
8281
|
}>, import("@scalar/typebox").TObject<{
|
|
8084
8282
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8085
8283
|
name: import("@scalar/typebox").TString;
|
|
8086
8284
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
8087
8285
|
}>>>;
|
|
8286
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8287
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
8288
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8289
|
+
color: import("@scalar/typebox").TString;
|
|
8290
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8291
|
+
name: import("@scalar/typebox").TString;
|
|
8292
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
8293
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8294
|
+
default: import("@scalar/typebox").TString;
|
|
8295
|
+
}>, import("@scalar/typebox").TString]>;
|
|
8296
|
+
}>>;
|
|
8297
|
+
}>>>;
|
|
8298
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8299
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
8088
8300
|
}>]>]>;
|
|
8089
8301
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8090
8302
|
id: import("@scalar/typebox").TString;
|
|
@@ -8183,7 +8395,27 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8183
8395
|
}>, import("@scalar/typebox").TObject<{
|
|
8184
8396
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
8185
8397
|
name: import("@scalar/typebox").TString;
|
|
8398
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8399
|
+
id: import("@scalar/typebox").TString;
|
|
8400
|
+
title: import("@scalar/typebox").TString;
|
|
8401
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8402
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8403
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8404
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8405
|
+
id: import("@scalar/typebox").TString;
|
|
8406
|
+
title: import("@scalar/typebox").TString;
|
|
8407
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8408
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
8409
|
+
name: import("@scalar/typebox").TString;
|
|
8410
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8186
8411
|
}>]>]>;
|
|
8412
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8413
|
+
id: import("@scalar/typebox").TString;
|
|
8414
|
+
title: import("@scalar/typebox").TString;
|
|
8415
|
+
}>, import("@scalar/typebox").TObject<{
|
|
8416
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
8417
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8418
|
+
}>]>;
|
|
8187
8419
|
}, "ServerObject">>>;
|
|
8188
8420
|
'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
|
|
8189
8421
|
ComponentsObject: import("@scalar/typebox").TObject<{
|
|
@@ -9205,6 +9437,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9205
9437
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9206
9438
|
}>, import("@scalar/typebox").TObject<{
|
|
9207
9439
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9440
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9441
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9442
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9443
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9208
9444
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9209
9445
|
style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9210
9446
|
explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9238,6 +9474,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9238
9474
|
allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9239
9475
|
}>, import("@scalar/typebox").TObject<{
|
|
9240
9476
|
'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9477
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9478
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9479
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9480
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9241
9481
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9242
9482
|
content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
|
|
9243
9483
|
}>]>]>;
|
|
@@ -9414,14 +9654,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9414
9654
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9415
9655
|
'x-scalar-client-config-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9416
9656
|
'x-scalar-client-config-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9417
|
-
'x-scalar-client-config-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9418
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9419
|
-
color: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9420
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
9421
|
-
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9422
|
-
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9423
|
-
}>, import("@scalar/typebox").TString]>>;
|
|
9424
|
-
}>>>;
|
|
9425
9657
|
'x-scalar-client-config-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9426
9658
|
name: import("@scalar/typebox").TString;
|
|
9427
9659
|
value: import("@scalar/typebox").TString;
|
|
@@ -9430,12 +9662,28 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9430
9662
|
}>>>;
|
|
9431
9663
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9432
9664
|
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
9433
|
-
|
|
9665
|
+
'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9666
|
+
'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9667
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
|
|
9434
9668
|
}>, import("@scalar/typebox").TObject<{
|
|
9435
9669
|
'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9436
9670
|
name: import("@scalar/typebox").TString;
|
|
9437
9671
|
tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
|
|
9438
9672
|
}>>>;
|
|
9673
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9674
|
+
'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
|
|
9675
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9676
|
+
color: import("@scalar/typebox").TString;
|
|
9677
|
+
variables: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9678
|
+
name: import("@scalar/typebox").TString;
|
|
9679
|
+
value: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
9680
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9681
|
+
default: import("@scalar/typebox").TString;
|
|
9682
|
+
}>, import("@scalar/typebox").TString]>;
|
|
9683
|
+
}>>;
|
|
9684
|
+
}>>>;
|
|
9685
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9686
|
+
'x-scalar-original-document-hash': import("@scalar/typebox").TString;
|
|
9439
9687
|
}>]>]>;
|
|
9440
9688
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9441
9689
|
id: import("@scalar/typebox").TString;
|
|
@@ -9534,9 +9782,29 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9534
9782
|
}>, import("@scalar/typebox").TObject<{
|
|
9535
9783
|
type: import("@scalar/typebox").TLiteral<"example">;
|
|
9536
9784
|
name: import("@scalar/typebox").TString;
|
|
9785
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9786
|
+
id: import("@scalar/typebox").TString;
|
|
9787
|
+
title: import("@scalar/typebox").TString;
|
|
9788
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9789
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9790
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9791
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9792
|
+
id: import("@scalar/typebox").TString;
|
|
9793
|
+
title: import("@scalar/typebox").TString;
|
|
9794
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9795
|
+
type: import("@scalar/typebox").TLiteral<"models">;
|
|
9796
|
+
name: import("@scalar/typebox").TString;
|
|
9797
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9537
9798
|
}>]>]>;
|
|
9799
|
+
TraversedDocumentObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9800
|
+
id: import("@scalar/typebox").TString;
|
|
9801
|
+
title: import("@scalar/typebox").TString;
|
|
9802
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9803
|
+
type: import("@scalar/typebox").TLiteral<"document">;
|
|
9804
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
9805
|
+
}>]>;
|
|
9538
9806
|
}, "SecuritySchemeObject">>>;
|
|
9539
|
-
}>]>;
|
|
9807
|
+
}>]>]>;
|
|
9540
9808
|
export type Workspace = WorkspaceMeta & {
|
|
9541
9809
|
documents: Record<string, WorkspaceDocument>;
|
|
9542
9810
|
activeDocument: WorkspaceDocument | undefined;
|