@scalar/workspace-store 0.20.0 → 0.22.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.
Files changed (260) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +2 -2
  3. package/dist/client.d.ts +54 -6
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/client.js +66 -29
  6. package/dist/client.js.map +2 -2
  7. package/dist/events/bus.d.ts +14 -2
  8. package/dist/events/bus.d.ts.map +1 -1
  9. package/dist/events/bus.js +46 -10
  10. package/dist/events/bus.js.map +3 -3
  11. package/dist/events/definitions/auth.d.ts +2 -1
  12. package/dist/events/definitions/auth.d.ts.map +1 -1
  13. package/dist/events/definitions/cookie.d.ts +20 -0
  14. package/dist/events/definitions/cookie.d.ts.map +1 -0
  15. package/dist/events/definitions/cookie.js +1 -0
  16. package/dist/events/definitions/cookie.js.map +7 -0
  17. package/dist/events/definitions/document.d.ts +19 -2
  18. package/dist/events/definitions/document.d.ts.map +1 -1
  19. package/dist/events/definitions/index.d.ts +6 -1
  20. package/dist/events/definitions/index.d.ts.map +1 -1
  21. package/dist/events/definitions/operation.d.ts +20 -14
  22. package/dist/events/definitions/operation.d.ts.map +1 -1
  23. package/dist/events/definitions/server.d.ts +2 -2
  24. package/dist/events/definitions/server.d.ts.map +1 -1
  25. package/dist/events/definitions/tabs.d.ts +55 -0
  26. package/dist/events/definitions/tabs.d.ts.map +1 -0
  27. package/dist/events/definitions/tabs.js +1 -0
  28. package/dist/events/definitions/tabs.js.map +7 -0
  29. package/dist/events/definitions/tag.d.ts +15 -0
  30. package/dist/events/definitions/tag.d.ts.map +1 -0
  31. package/dist/events/definitions/tag.js +1 -0
  32. package/dist/events/definitions/tag.js.map +7 -0
  33. package/dist/events/definitions/ui.d.ts +131 -39
  34. package/dist/events/definitions/ui.d.ts.map +1 -1
  35. package/dist/events/definitions/workspace.d.ts +18 -0
  36. package/dist/events/definitions/workspace.d.ts.map +1 -0
  37. package/dist/events/definitions/workspace.js +1 -0
  38. package/dist/events/definitions/workspace.js.map +7 -0
  39. package/dist/events/index.d.ts +1 -1
  40. package/dist/events/index.d.ts.map +1 -1
  41. package/dist/events/index.js.map +2 -2
  42. package/dist/helpers/generate-unique-value.d.ts +19 -6
  43. package/dist/helpers/generate-unique-value.d.ts.map +1 -1
  44. package/dist/helpers/generate-unique-value.js +12 -7
  45. package/dist/helpers/generate-unique-value.js.map +2 -2
  46. package/dist/helpers/unpack-proxy.d.ts +14 -1
  47. package/dist/helpers/unpack-proxy.d.ts.map +1 -1
  48. package/dist/helpers/unpack-proxy.js +51 -1
  49. package/dist/helpers/unpack-proxy.js.map +3 -3
  50. package/dist/mutators/auth.d.ts +7 -2
  51. package/dist/mutators/auth.d.ts.map +1 -1
  52. package/dist/mutators/auth.js +24 -21
  53. package/dist/mutators/auth.js.map +2 -2
  54. package/dist/mutators/cookie.d.ts +21 -13
  55. package/dist/mutators/cookie.d.ts.map +1 -1
  56. package/dist/mutators/cookie.js +34 -26
  57. package/dist/mutators/cookie.js.map +3 -3
  58. package/dist/mutators/document.d.ts +12 -2
  59. package/dist/mutators/document.d.ts.map +1 -1
  60. package/dist/mutators/document.js +42 -3
  61. package/dist/mutators/document.js.map +2 -2
  62. package/dist/mutators/index.d.ts +30 -20
  63. package/dist/mutators/index.d.ts.map +1 -1
  64. package/dist/mutators/index.js +38 -9
  65. package/dist/mutators/index.js.map +2 -2
  66. package/dist/mutators/operation.d.ts +49 -108
  67. package/dist/mutators/operation.d.ts.map +1 -1
  68. package/dist/mutators/operation.js +198 -94
  69. package/dist/mutators/operation.js.map +2 -2
  70. package/dist/mutators/request.d.ts +2 -1
  71. package/dist/mutators/request.d.ts.map +1 -1
  72. package/dist/mutators/request.js.map +1 -1
  73. package/dist/mutators/server.d.ts +1 -1
  74. package/dist/mutators/server.d.ts.map +1 -1
  75. package/dist/mutators/server.js +6 -5
  76. package/dist/mutators/server.js.map +2 -2
  77. package/dist/mutators/tabs.d.ts +44 -0
  78. package/dist/mutators/tabs.d.ts.map +1 -0
  79. package/dist/mutators/tabs.js +133 -0
  80. package/dist/mutators/tabs.js.map +7 -0
  81. package/dist/mutators/tag.d.ts +12 -0
  82. package/dist/mutators/tag.d.ts.map +1 -0
  83. package/dist/mutators/tag.js +19 -0
  84. package/dist/mutators/tag.js.map +7 -0
  85. package/dist/mutators/workspace.d.ts +6 -0
  86. package/dist/mutators/workspace.d.ts.map +1 -0
  87. package/dist/mutators/workspace.js +24 -0
  88. package/dist/mutators/workspace.js.map +7 -0
  89. package/dist/navigation/get-navigation-options.d.ts.map +1 -1
  90. package/dist/navigation/get-navigation-options.js +4 -4
  91. package/dist/navigation/get-navigation-options.js.map +2 -2
  92. package/dist/navigation/helpers/get-openapi-object.d.ts +35 -0
  93. package/dist/navigation/helpers/get-openapi-object.d.ts.map +1 -0
  94. package/dist/navigation/helpers/get-openapi-object.js +31 -0
  95. package/dist/navigation/helpers/get-openapi-object.js.map +7 -0
  96. package/dist/navigation/helpers/get-operation-entries.d.ts +24 -0
  97. package/dist/navigation/helpers/get-operation-entries.d.ts.map +1 -0
  98. package/dist/navigation/helpers/get-operation-entries.js +33 -0
  99. package/dist/navigation/helpers/get-operation-entries.js.map +7 -0
  100. package/dist/navigation/helpers/get-parent-entry.d.ts +15 -0
  101. package/dist/navigation/helpers/get-parent-entry.d.ts.map +1 -0
  102. package/dist/navigation/helpers/get-parent-entry.js +13 -0
  103. package/dist/navigation/helpers/get-parent-entry.js.map +7 -0
  104. package/dist/navigation/helpers/traverse-description.d.ts +0 -1
  105. package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
  106. package/dist/navigation/helpers/traverse-description.js +0 -1
  107. package/dist/navigation/helpers/traverse-description.js.map +2 -2
  108. package/dist/navigation/helpers/traverse-document.d.ts +1 -0
  109. package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
  110. package/dist/navigation/helpers/traverse-document.js +16 -2
  111. package/dist/navigation/helpers/traverse-document.js.map +2 -2
  112. package/dist/navigation/helpers/traverse-examples.js +2 -2
  113. package/dist/navigation/helpers/traverse-examples.js.map +2 -2
  114. package/dist/navigation/helpers/traverse-paths.d.ts +6 -3
  115. package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
  116. package/dist/navigation/helpers/traverse-paths.js +5 -10
  117. package/dist/navigation/helpers/traverse-paths.js.map +2 -2
  118. package/dist/navigation/helpers/traverse-tags.d.ts +0 -1
  119. package/dist/navigation/helpers/traverse-tags.d.ts.map +1 -1
  120. package/dist/navigation/helpers/traverse-tags.js +57 -49
  121. package/dist/navigation/helpers/traverse-tags.js.map +3 -3
  122. package/dist/navigation/helpers/utils.d.ts +2 -1
  123. package/dist/navigation/helpers/utils.d.ts.map +1 -1
  124. package/dist/navigation/helpers/utils.js.map +1 -1
  125. package/dist/navigation/index.d.ts +2 -1
  126. package/dist/navigation/index.d.ts.map +1 -1
  127. package/dist/navigation/index.js +5 -3
  128. package/dist/navigation/index.js.map +2 -2
  129. package/dist/persistence/index.d.ts +6 -0
  130. package/dist/persistence/index.d.ts.map +1 -1
  131. package/dist/persistence/index.js +18 -0
  132. package/dist/persistence/index.js.map +2 -2
  133. package/dist/persistence/indexdb.d.ts +1 -0
  134. package/dist/persistence/indexdb.d.ts.map +1 -1
  135. package/dist/persistence/indexdb.js +6 -1
  136. package/dist/persistence/indexdb.js.map +2 -2
  137. package/dist/plugins/client/persistence.d.ts.map +1 -1
  138. package/dist/plugins/client/persistence.js +6 -0
  139. package/dist/plugins/client/persistence.js.map +2 -2
  140. package/dist/schemas/extensions/document/x-scalar-environments.d.ts +1 -0
  141. package/dist/schemas/extensions/document/x-scalar-environments.d.ts.map +1 -1
  142. package/dist/schemas/extensions/document/x-scalar-environments.js.map +2 -2
  143. package/dist/schemas/extensions/document/x-scalar-set-operation-security.d.ts +13 -0
  144. package/dist/schemas/extensions/document/x-scalar-set-operation-security.d.ts.map +1 -0
  145. package/dist/schemas/extensions/document/x-scalar-set-operation-security.js +8 -0
  146. package/dist/schemas/extensions/document/x-scalar-set-operation-security.js.map +7 -0
  147. package/dist/schemas/extensions/general/x-scalar-cookies.d.ts +36 -0
  148. package/dist/schemas/extensions/general/x-scalar-cookies.d.ts.map +1 -0
  149. package/dist/schemas/extensions/general/x-scalar-cookies.js +15 -0
  150. package/dist/schemas/extensions/general/x-scalar-cookies.js.map +7 -0
  151. package/dist/schemas/extensions/general/x-scalar-order.d.ts +12 -0
  152. package/dist/schemas/extensions/general/x-scalar-order.d.ts.map +1 -0
  153. package/dist/schemas/extensions/general/x-scalar-order.js +8 -0
  154. package/dist/schemas/extensions/general/x-scalar-order.js.map +7 -0
  155. package/dist/schemas/extensions/operation/index.d.ts +4 -1
  156. package/dist/schemas/extensions/operation/index.d.ts.map +1 -1
  157. package/dist/schemas/extensions/operation/index.js +22 -0
  158. package/dist/schemas/extensions/operation/index.js.map +3 -3
  159. package/dist/schemas/extensions/operation/x-code-samples.d.ts +0 -5
  160. package/dist/schemas/extensions/operation/x-code-samples.d.ts.map +1 -1
  161. package/dist/schemas/extensions/operation/x-code-samples.js +0 -1
  162. package/dist/schemas/extensions/operation/x-code-samples.js.map +2 -2
  163. package/dist/schemas/extensions/operation/x-post-response.d.ts +0 -18
  164. package/dist/schemas/extensions/operation/x-post-response.d.ts.map +1 -1
  165. package/dist/schemas/extensions/operation/x-post-response.js.map +1 -1
  166. package/dist/schemas/extensions/tag/x-tag-groups.d.ts +8 -14
  167. package/dist/schemas/extensions/tag/x-tag-groups.d.ts.map +1 -1
  168. package/dist/schemas/extensions/tag/x-tag-groups.js +15 -11
  169. package/dist/schemas/extensions/tag/x-tag-groups.js.map +2 -2
  170. package/dist/schemas/extensions/workspace/index.d.ts +4 -0
  171. package/dist/schemas/extensions/workspace/index.d.ts.map +1 -0
  172. package/dist/schemas/extensions/workspace/index.js +15 -0
  173. package/dist/schemas/extensions/workspace/index.js.map +7 -0
  174. package/dist/schemas/extensions/workspace/x-scalar-active-proxy.d.ts +18 -0
  175. package/dist/schemas/extensions/workspace/x-scalar-active-proxy.d.ts.map +1 -0
  176. package/dist/schemas/extensions/workspace/x-scalar-active-proxy.js +8 -0
  177. package/dist/schemas/extensions/workspace/x-scalar-active-proxy.js.map +7 -0
  178. package/dist/schemas/extensions/workspace/x-scalar-tabs.d.ts +36 -0
  179. package/dist/schemas/extensions/workspace/x-scalar-tabs.d.ts.map +1 -0
  180. package/dist/schemas/extensions/workspace/x-scalar-tabs.js +16 -0
  181. package/dist/schemas/extensions/workspace/x-scalar-tabs.js.map +7 -0
  182. package/dist/schemas/extensions.d.ts +1 -1
  183. package/dist/schemas/extensions.js +1 -1
  184. package/dist/schemas/extensions.js.map +2 -2
  185. package/dist/schemas/inmemory-workspace.d.ts +46 -33
  186. package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
  187. package/dist/schemas/navigation.d.ts +12 -1
  188. package/dist/schemas/navigation.d.ts.map +1 -1
  189. package/dist/schemas/navigation.js +2 -1
  190. package/dist/schemas/navigation.js.map +2 -2
  191. package/dist/schemas/reference-config/index.d.ts +22 -16
  192. package/dist/schemas/reference-config/index.d.ts.map +1 -1
  193. package/dist/schemas/reference-config/settings.d.ts +22 -16
  194. package/dist/schemas/reference-config/settings.d.ts.map +1 -1
  195. package/dist/schemas/reference-config/settings.js +2 -0
  196. package/dist/schemas/reference-config/settings.js.map +2 -2
  197. package/dist/schemas/v3.1/strict/header.d.ts +0 -45
  198. package/dist/schemas/v3.1/strict/header.d.ts.map +1 -1
  199. package/dist/schemas/v3.1/strict/header.js +1 -3
  200. package/dist/schemas/v3.1/strict/header.js.map +2 -2
  201. package/dist/schemas/v3.1/strict/oauth-flow.d.ts +0 -99
  202. package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
  203. package/dist/schemas/v3.1/strict/oauth-flow.js +0 -7
  204. package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
  205. package/dist/schemas/v3.1/strict/openapi-document.d.ts +756 -552
  206. package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
  207. package/dist/schemas/v3.1/strict/openapi-document.js +10 -11
  208. package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
  209. package/dist/schemas/v3.1/strict/operation.d.ts +1 -5
  210. package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
  211. package/dist/schemas/v3.1/strict/operation.js +1 -5
  212. package/dist/schemas/v3.1/strict/operation.js.map +2 -2
  213. package/dist/schemas/v3.1/strict/parameter.d.ts +1 -101
  214. package/dist/schemas/v3.1/strict/parameter.d.ts.map +1 -1
  215. package/dist/schemas/v3.1/strict/parameter.js +1 -4
  216. package/dist/schemas/v3.1/strict/parameter.js.map +2 -2
  217. package/dist/schemas/v3.1/strict/ref-definitions.d.ts +0 -1
  218. package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
  219. package/dist/schemas/v3.1/strict/ref-definitions.js +0 -2
  220. package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
  221. package/dist/schemas/v3.1/strict/schema.d.ts +28 -11
  222. package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
  223. package/dist/schemas/v3.1/strict/schema.js +2 -2
  224. package/dist/schemas/v3.1/strict/schema.js.map +2 -2
  225. package/dist/schemas/v3.1/strict/security-scheme.d.ts +1 -54
  226. package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
  227. package/dist/schemas/v3.1/strict/security-scheme.js +0 -5
  228. package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
  229. package/dist/schemas/v3.1/strict/tag.d.ts +4 -1
  230. package/dist/schemas/v3.1/strict/tag.d.ts.map +1 -1
  231. package/dist/schemas/v3.1/strict/tag.js +3 -1
  232. package/dist/schemas/v3.1/strict/tag.js.map +2 -2
  233. package/dist/schemas/v3.1/strict/type-guards.d.ts +6 -0
  234. package/dist/schemas/v3.1/strict/type-guards.d.ts.map +1 -1
  235. package/dist/schemas/v3.1/strict/type-guards.js +4 -0
  236. package/dist/schemas/v3.1/strict/type-guards.js.map +2 -2
  237. package/dist/schemas/workspace-specification/config.d.ts +22 -16
  238. package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
  239. package/dist/schemas/workspace-specification/index.d.ts +23 -17
  240. package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
  241. package/dist/schemas/workspace.d.ts +204 -130
  242. package/dist/schemas/workspace.d.ts.map +1 -1
  243. package/dist/schemas/workspace.js +18 -11
  244. package/dist/schemas/workspace.js.map +2 -2
  245. package/dist/server.d.ts +1 -1
  246. package/dist/workspace-plugin.d.ts +3 -0
  247. package/dist/workspace-plugin.d.ts.map +1 -1
  248. package/package.json +50 -35
  249. package/dist/schemas/extensions/document/x-scalar-document-security.d.ts +0 -13
  250. package/dist/schemas/extensions/document/x-scalar-document-security.d.ts.map +0 -1
  251. package/dist/schemas/extensions/document/x-scalar-document-security.js +0 -8
  252. package/dist/schemas/extensions/document/x-scalar-document-security.js.map +0 -7
  253. package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts +0 -13
  254. package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.d.ts.map +0 -1
  255. package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js +0 -9
  256. package/dist/schemas/extensions/operation/x-scalar-operation-identifiers.js.map +0 -7
  257. package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.d.ts +0 -32
  258. package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.d.ts.map +0 -1
  259. package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js +0 -13
  260. package/dist/schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js.map +0 -7
@@ -2,22 +2,28 @@ 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 XScalarClientConfigCookies } from '../schemas/v3.1/strict/client-config-extensions/x-scalar-client-config-cookies.js';
8
+ import { type XScalarActiveProxy } from '../schemas/extensions/workspace/x-scalar-active-proxy.js';
9
+ import { type XScalarTabs } from '../schemas/extensions/workspace/x-scalar-tabs.js';
7
10
  import type { SecuritySchemeObject } from '../schemas/v3.1/strict/security-scheme.js';
8
11
  import type { ServerObject } from '../schemas/v3.1/strict/server.js';
9
12
  import { type OpenApiDocument } from './v3.1/strict/openapi-document.js';
10
13
  export declare const WorkspaceDocumentMetaSchema: import("@scalar/typebox").TObject<{
11
14
  "x-scalar-active-auth": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
12
15
  "x-scalar-active-server": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
16
+ 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
13
17
  }>;
14
18
  export type WorkspaceDocumentMeta = {
15
19
  [extensions.document.activeAuth]?: string;
16
20
  [extensions.document.activeServer]?: string;
21
+ 'x-scalar-watch-mode'?: boolean;
17
22
  };
18
23
  export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
19
24
  "x-scalar-active-auth": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
20
25
  "x-scalar-active-server": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
26
+ 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
21
27
  }>, import("@scalar/typebox").TImport<{
22
28
  ComponentsObject: import("@scalar/typebox").TObject<{
23
29
  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<{
@@ -123,6 +129,8 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
123
129
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
124
130
  }>, import("@scalar/typebox").TObject<{
125
131
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
132
+ }>, import("@scalar/typebox").TObject<{
133
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
126
134
  }>]>;
127
135
  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
136
  $ref: import("@scalar/typebox").TString;
@@ -314,9 +322,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
314
322
  }>>>;
315
323
  }>, import("@scalar/typebox").TObject<{
316
324
  '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
325
  }>]>;
321
326
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
322
327
  __scalar_: import("@scalar/typebox").TString;
@@ -493,9 +498,9 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
493
498
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
494
499
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
495
500
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
496
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
501
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
497
502
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
498
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
503
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
499
504
  }>, import("@scalar/typebox").TObject<{
500
505
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
501
506
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -1262,22 +1267,16 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1262
1267
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
1263
1268
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1264
1269
  '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
1270
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1273
1271
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1274
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1275
1272
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
1276
1273
  }>, import("@scalar/typebox").TObject<{
1277
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1274
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1278
1275
  name: import("@scalar/typebox").TString;
1279
1276
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
1280
- }>>>;
1277
+ }>, import("@scalar/typebox").TObject<{
1278
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
1279
+ }>]>>>;
1281
1280
  }>, import("@scalar/typebox").TObject<{
1282
1281
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
1283
1282
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -1298,7 +1297,18 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1298
1297
  }>, import("@scalar/typebox").TObject<{
1299
1298
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1300
1299
  }>, import("@scalar/typebox").TObject<{
1301
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1300
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1301
+ }>, import("@scalar/typebox").TObject<{
1302
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1303
+ }>, import("@scalar/typebox").TObject<{
1304
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
1305
+ }>, import("@scalar/typebox").TObject<{
1306
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1307
+ name: import("@scalar/typebox").TString;
1308
+ value: import("@scalar/typebox").TString;
1309
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1310
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1311
+ }>>>;
1302
1312
  }>, import("@scalar/typebox").TObject<{
1303
1313
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
1304
1314
  }>]>]>;
@@ -1406,6 +1416,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1406
1416
  type: import("@scalar/typebox").TLiteral<"document">;
1407
1417
  name: import("@scalar/typebox").TString;
1408
1418
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
1419
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1409
1420
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1410
1421
  id: import("@scalar/typebox").TString;
1411
1422
  title: import("@scalar/typebox").TString;
@@ -1421,18 +1432,20 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1421
1432
  type: import("@scalar/typebox").TLiteral<"document">;
1422
1433
  name: import("@scalar/typebox").TString;
1423
1434
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
1435
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1424
1436
  }>]>;
1425
1437
  }, "OpenApiDocument">]>;
1426
1438
  export type WorkspaceDocument = WorkspaceDocumentMeta & OpenApiDocument;
1427
1439
  export declare const WorkspaceMetaSchema: import("@scalar/typebox").TObject<{
1428
- "x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1440
+ "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
1441
  "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
1442
  "x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1431
1443
  "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
1444
  "x-scalar-sidebar-width": import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
1433
1445
  }>;
1446
+ export type ColorMode = 'system' | 'light' | 'dark';
1434
1447
  export type WorkspaceMeta = {
1435
- [extensions.workspace.darkMode]?: boolean;
1448
+ [extensions.workspace.colorMode]?: ColorMode;
1436
1449
  [extensions.workspace.defaultClient]?: AvailableClients[number];
1437
1450
  [extensions.workspace.activeDocument]?: string;
1438
1451
  [extensions.workspace.theme]?: ThemeId;
@@ -1453,12 +1466,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
1453
1466
  }>, import("@scalar/typebox").TObject<{
1454
1467
  'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1455
1468
  }>, 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
1469
  'x-scalar-client-config-servers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TImport<{
1463
1470
  ComponentsObject: import("@scalar/typebox").TObject<{
1464
1471
  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 +1571,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
1564
1571
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1565
1572
  }>, import("@scalar/typebox").TObject<{
1566
1573
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1574
+ }>, import("@scalar/typebox").TObject<{
1575
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
1567
1576
  }>]>;
1568
1577
  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
1578
  $ref: import("@scalar/typebox").TString;
@@ -1755,9 +1764,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
1755
1764
  }>>>;
1756
1765
  }>, import("@scalar/typebox").TObject<{
1757
1766
  '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
1767
  }>]>;
1762
1768
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1763
1769
  __scalar_: import("@scalar/typebox").TString;
@@ -1934,9 +1940,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
1934
1940
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1935
1941
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
1936
1942
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
1937
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
1943
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
1938
1944
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
1939
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
1945
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
1940
1946
  }>, import("@scalar/typebox").TObject<{
1941
1947
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1942
1948
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -2703,22 +2709,16 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2703
2709
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
2704
2710
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2705
2711
  '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
2712
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2714
2713
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2715
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
2716
2714
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
2717
2715
  }>, import("@scalar/typebox").TObject<{
2718
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
2716
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2719
2717
  name: import("@scalar/typebox").TString;
2720
2718
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
2721
- }>>>;
2719
+ }>, import("@scalar/typebox").TObject<{
2720
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
2721
+ }>]>>>;
2722
2722
  }>, import("@scalar/typebox").TObject<{
2723
2723
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
2724
2724
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -2739,7 +2739,18 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2739
2739
  }>, import("@scalar/typebox").TObject<{
2740
2740
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2741
2741
  }>, import("@scalar/typebox").TObject<{
2742
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
2742
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
2743
+ }>, import("@scalar/typebox").TObject<{
2744
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2745
+ }>, import("@scalar/typebox").TObject<{
2746
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
2747
+ }>, import("@scalar/typebox").TObject<{
2748
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
2749
+ name: import("@scalar/typebox").TString;
2750
+ value: import("@scalar/typebox").TString;
2751
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2752
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
2753
+ }>>>;
2743
2754
  }>, import("@scalar/typebox").TObject<{
2744
2755
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
2745
2756
  }>]>]>;
@@ -2847,6 +2858,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2847
2858
  type: import("@scalar/typebox").TLiteral<"document">;
2848
2859
  name: import("@scalar/typebox").TString;
2849
2860
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
2861
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2850
2862
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2851
2863
  id: import("@scalar/typebox").TString;
2852
2864
  title: import("@scalar/typebox").TString;
@@ -2862,6 +2874,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2862
2874
  type: import("@scalar/typebox").TLiteral<"document">;
2863
2875
  name: import("@scalar/typebox").TString;
2864
2876
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
2877
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2865
2878
  }>]>;
2866
2879
  }, "ServerObject">>>;
2867
2880
  'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
@@ -2969,6 +2982,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2969
2982
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
2970
2983
  }>, import("@scalar/typebox").TObject<{
2971
2984
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
2985
+ }>, import("@scalar/typebox").TObject<{
2986
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
2972
2987
  }>]>;
2973
2988
  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
2989
  $ref: import("@scalar/typebox").TString;
@@ -3160,9 +3175,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
3160
3175
  }>>>;
3161
3176
  }>, import("@scalar/typebox").TObject<{
3162
3177
  '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
3178
  }>]>;
3167
3179
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
3168
3180
  __scalar_: import("@scalar/typebox").TString;
@@ -3339,9 +3351,9 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
3339
3351
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
3340
3352
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
3341
3353
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
3342
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
3354
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
3343
3355
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
3344
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
3356
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
3345
3357
  }>, import("@scalar/typebox").TObject<{
3346
3358
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
3347
3359
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -4108,22 +4120,16 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4108
4120
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
4109
4121
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4110
4122
  '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
4123
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4119
4124
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4120
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4121
4125
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
4122
4126
  }>, import("@scalar/typebox").TObject<{
4123
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4127
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4124
4128
  name: import("@scalar/typebox").TString;
4125
4129
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
4126
- }>>>;
4130
+ }>, import("@scalar/typebox").TObject<{
4131
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
4132
+ }>]>>>;
4127
4133
  }>, import("@scalar/typebox").TObject<{
4128
4134
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
4129
4135
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -4144,7 +4150,18 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4144
4150
  }>, import("@scalar/typebox").TObject<{
4145
4151
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4146
4152
  }>, import("@scalar/typebox").TObject<{
4147
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4153
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4154
+ }>, import("@scalar/typebox").TObject<{
4155
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4156
+ }>, import("@scalar/typebox").TObject<{
4157
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
4158
+ }>, import("@scalar/typebox").TObject<{
4159
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4160
+ name: import("@scalar/typebox").TString;
4161
+ value: import("@scalar/typebox").TString;
4162
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4163
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4164
+ }>>>;
4148
4165
  }>, import("@scalar/typebox").TObject<{
4149
4166
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
4150
4167
  }>]>]>;
@@ -4252,6 +4269,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4252
4269
  type: import("@scalar/typebox").TLiteral<"document">;
4253
4270
  name: import("@scalar/typebox").TString;
4254
4271
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
4272
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4255
4273
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4256
4274
  id: import("@scalar/typebox").TString;
4257
4275
  title: import("@scalar/typebox").TString;
@@ -4267,16 +4285,34 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4267
4285
  type: import("@scalar/typebox").TLiteral<"document">;
4268
4286
  name: import("@scalar/typebox").TString;
4269
4287
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
4288
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4270
4289
  }>]>;
4271
4290
  }, "SecuritySchemeObject">>>;
4291
+ }>, import("@scalar/typebox").TObject<{
4292
+ 'x-scalar-active-proxy': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4293
+ }>, import("@scalar/typebox").TObject<{
4294
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
4295
+ }>, import("@scalar/typebox").TObject<{
4296
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4297
+ name: import("@scalar/typebox").TString;
4298
+ value: import("@scalar/typebox").TString;
4299
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4300
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4301
+ }>>>;
4302
+ }>, import("@scalar/typebox").TObject<{
4303
+ 'x-scalar-tabs': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4304
+ path: import("@scalar/typebox").TString;
4305
+ title: import("@scalar/typebox").TString;
4306
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4307
+ }>>>;
4308
+ 'x-scalar-active-tab': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
4272
4309
  }>]>;
4273
4310
  export type WorkspaceExtensions = {
4274
- 'x-scalar-client-config-cookies'?: XScalarClientConfigCookies;
4275
4311
  'x-scalar-client-config-servers'?: ServerObject[];
4276
4312
  'x-scalar-client-config-security-schemes'?: Record<string, SecuritySchemeObject>;
4277
- } & XScalarEnvironments & XScalarActiveEnvironment;
4313
+ } & XScalarEnvironments & XScalarActiveEnvironment & XScalarActiveProxy & XScalarOrder & XScalarCookies & XScalarTabs;
4278
4314
  export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4279
- "x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4315
+ "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
4316
  "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
4317
  "x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4282
4318
  "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">[]>>;
@@ -4285,6 +4321,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
4285
4321
  documents: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4286
4322
  "x-scalar-active-auth": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4287
4323
  "x-scalar-active-server": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4324
+ 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4288
4325
  }>, import("@scalar/typebox").TImport<{
4289
4326
  ComponentsObject: import("@scalar/typebox").TObject<{
4290
4327
  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<{
@@ -4390,6 +4427,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
4390
4427
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4391
4428
  }>, import("@scalar/typebox").TObject<{
4392
4429
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
4430
+ }>, import("@scalar/typebox").TObject<{
4431
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
4393
4432
  }>]>;
4394
4433
  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
4434
  $ref: import("@scalar/typebox").TString;
@@ -4581,9 +4620,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
4581
4620
  }>>>;
4582
4621
  }>, import("@scalar/typebox").TObject<{
4583
4622
  '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
4623
  }>]>;
4588
4624
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4589
4625
  __scalar_: import("@scalar/typebox").TString;
@@ -4760,9 +4796,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
4760
4796
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4761
4797
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
4762
4798
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
4763
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
4799
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
4764
4800
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
4765
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
4801
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
4766
4802
  }>, import("@scalar/typebox").TObject<{
4767
4803
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4768
4804
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -5529,22 +5565,16 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5529
5565
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
5530
5566
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5531
5567
  '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
5568
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5540
5569
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5541
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5542
5570
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
5543
5571
  }>, import("@scalar/typebox").TObject<{
5544
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
5572
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5545
5573
  name: import("@scalar/typebox").TString;
5546
5574
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
5547
- }>>>;
5575
+ }>, import("@scalar/typebox").TObject<{
5576
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
5577
+ }>]>>>;
5548
5578
  }>, import("@scalar/typebox").TObject<{
5549
5579
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
5550
5580
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -5565,7 +5595,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5565
5595
  }>, import("@scalar/typebox").TObject<{
5566
5596
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5567
5597
  }>, import("@scalar/typebox").TObject<{
5568
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5598
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5599
+ }>, import("@scalar/typebox").TObject<{
5600
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5601
+ }>, import("@scalar/typebox").TObject<{
5602
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
5603
+ }>, import("@scalar/typebox").TObject<{
5604
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
5605
+ name: import("@scalar/typebox").TString;
5606
+ value: import("@scalar/typebox").TString;
5607
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5608
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5609
+ }>>>;
5569
5610
  }>, import("@scalar/typebox").TObject<{
5570
5611
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
5571
5612
  }>]>]>;
@@ -5673,6 +5714,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5673
5714
  type: import("@scalar/typebox").TLiteral<"document">;
5674
5715
  name: import("@scalar/typebox").TString;
5675
5716
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
5717
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5676
5718
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5677
5719
  id: import("@scalar/typebox").TString;
5678
5720
  title: import("@scalar/typebox").TString;
@@ -5688,12 +5730,14 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5688
5730
  type: import("@scalar/typebox").TLiteral<"document">;
5689
5731
  name: import("@scalar/typebox").TString;
5690
5732
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
5733
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5691
5734
  }>]>;
5692
5735
  }, "OpenApiDocument">]>>;
5693
5736
  /** Active document is possibly undefined if we attempt to lookup with an invalid key */
5694
5737
  activeDocument: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TUndefined, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5695
5738
  "x-scalar-active-auth": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5696
5739
  "x-scalar-active-server": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5740
+ 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5697
5741
  }>, import("@scalar/typebox").TImport<{
5698
5742
  ComponentsObject: import("@scalar/typebox").TObject<{
5699
5743
  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<{
@@ -5799,6 +5843,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5799
5843
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5800
5844
  }>, import("@scalar/typebox").TObject<{
5801
5845
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
5846
+ }>, import("@scalar/typebox").TObject<{
5847
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
5802
5848
  }>]>;
5803
5849
  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
5850
  $ref: import("@scalar/typebox").TString;
@@ -5990,9 +6036,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5990
6036
  }>>>;
5991
6037
  }>, import("@scalar/typebox").TObject<{
5992
6038
  '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
6039
  }>]>;
5997
6040
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5998
6041
  __scalar_: import("@scalar/typebox").TString;
@@ -6169,9 +6212,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
6169
6212
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6170
6213
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
6171
6214
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
6172
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
6215
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
6173
6216
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
6174
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
6217
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
6175
6218
  }>, import("@scalar/typebox").TObject<{
6176
6219
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6177
6220
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -6938,22 +6981,16 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
6938
6981
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
6939
6982
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
6940
6983
  '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
6984
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6949
6985
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6950
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
6951
6986
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
6952
6987
  }>, import("@scalar/typebox").TObject<{
6953
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6988
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
6954
6989
  name: import("@scalar/typebox").TString;
6955
6990
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
6956
- }>>>;
6991
+ }>, import("@scalar/typebox").TObject<{
6992
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
6993
+ }>]>>>;
6957
6994
  }>, import("@scalar/typebox").TObject<{
6958
6995
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
6959
6996
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -6974,7 +7011,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
6974
7011
  }>, import("@scalar/typebox").TObject<{
6975
7012
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6976
7013
  }>, import("@scalar/typebox").TObject<{
6977
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
7014
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
7015
+ }>, import("@scalar/typebox").TObject<{
7016
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7017
+ }>, import("@scalar/typebox").TObject<{
7018
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
7019
+ }>, import("@scalar/typebox").TObject<{
7020
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7021
+ name: import("@scalar/typebox").TString;
7022
+ value: import("@scalar/typebox").TString;
7023
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7024
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
7025
+ }>>>;
6978
7026
  }>, import("@scalar/typebox").TObject<{
6979
7027
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
6980
7028
  }>]>]>;
@@ -7082,6 +7130,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7082
7130
  type: import("@scalar/typebox").TLiteral<"document">;
7083
7131
  name: import("@scalar/typebox").TString;
7084
7132
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
7133
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7085
7134
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7086
7135
  id: import("@scalar/typebox").TString;
7087
7136
  title: import("@scalar/typebox").TString;
@@ -7097,6 +7146,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7097
7146
  type: import("@scalar/typebox").TLiteral<"document">;
7098
7147
  name: import("@scalar/typebox").TString;
7099
7148
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
7149
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7100
7150
  }>]>;
7101
7151
  }, "OpenApiDocument">]>]>;
7102
7152
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
@@ -7114,12 +7164,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7114
7164
  }>, import("@scalar/typebox").TObject<{
7115
7165
  'x-scalar-active-environment': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7116
7166
  }>, 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
7167
  'x-scalar-client-config-servers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TImport<{
7124
7168
  ComponentsObject: import("@scalar/typebox").TObject<{
7125
7169
  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 +7269,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7225
7269
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
7226
7270
  }>, import("@scalar/typebox").TObject<{
7227
7271
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
7272
+ }>, import("@scalar/typebox").TObject<{
7273
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
7228
7274
  }>]>;
7229
7275
  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
7276
  $ref: import("@scalar/typebox").TString;
@@ -7416,9 +7462,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7416
7462
  }>>>;
7417
7463
  }>, import("@scalar/typebox").TObject<{
7418
7464
  '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
7465
  }>]>;
7423
7466
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7424
7467
  __scalar_: import("@scalar/typebox").TString;
@@ -7595,9 +7638,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7595
7638
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7596
7639
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
7597
7640
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
7598
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
7641
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
7599
7642
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
7600
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
7643
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
7601
7644
  }>, import("@scalar/typebox").TObject<{
7602
7645
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7603
7646
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -8364,22 +8407,16 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8364
8407
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
8365
8408
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8366
8409
  '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
8410
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8375
8411
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8376
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
8377
8412
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
8378
8413
  }>, import("@scalar/typebox").TObject<{
8379
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
8414
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8380
8415
  name: import("@scalar/typebox").TString;
8381
8416
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
8382
- }>>>;
8417
+ }>, import("@scalar/typebox").TObject<{
8418
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
8419
+ }>]>>>;
8383
8420
  }>, import("@scalar/typebox").TObject<{
8384
8421
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
8385
8422
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -8400,7 +8437,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8400
8437
  }>, import("@scalar/typebox").TObject<{
8401
8438
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8402
8439
  }>, import("@scalar/typebox").TObject<{
8403
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
8440
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
8441
+ }>, import("@scalar/typebox").TObject<{
8442
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8443
+ }>, import("@scalar/typebox").TObject<{
8444
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
8445
+ }>, import("@scalar/typebox").TObject<{
8446
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
8447
+ name: import("@scalar/typebox").TString;
8448
+ value: import("@scalar/typebox").TString;
8449
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8450
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
8451
+ }>>>;
8404
8452
  }>, import("@scalar/typebox").TObject<{
8405
8453
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
8406
8454
  }>]>]>;
@@ -8508,6 +8556,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8508
8556
  type: import("@scalar/typebox").TLiteral<"document">;
8509
8557
  name: import("@scalar/typebox").TString;
8510
8558
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
8559
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8511
8560
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8512
8561
  id: import("@scalar/typebox").TString;
8513
8562
  title: import("@scalar/typebox").TString;
@@ -8523,6 +8572,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8523
8572
  type: import("@scalar/typebox").TLiteral<"document">;
8524
8573
  name: import("@scalar/typebox").TString;
8525
8574
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
8575
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8526
8576
  }>]>;
8527
8577
  }, "ServerObject">>>;
8528
8578
  'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
@@ -8630,6 +8680,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8630
8680
  'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
8631
8681
  }>, import("@scalar/typebox").TObject<{
8632
8682
  'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
8683
+ }>, import("@scalar/typebox").TObject<{
8684
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
8633
8685
  }>]>;
8634
8686
  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
8687
  $ref: import("@scalar/typebox").TString;
@@ -8821,9 +8873,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8821
8873
  }>>>;
8822
8874
  }>, import("@scalar/typebox").TObject<{
8823
8875
  '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
8876
  }>]>;
8828
8877
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8829
8878
  __scalar_: import("@scalar/typebox").TString;
@@ -9000,9 +9049,9 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9000
9049
  format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9001
9050
  multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
9002
9051
  maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
9003
- exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
9052
+ exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
9004
9053
  minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
9005
- exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TNumber]>>;
9054
+ exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
9006
9055
  }>, import("@scalar/typebox").TObject<{
9007
9056
  name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9008
9057
  title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -9769,22 +9818,16 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9769
9818
  externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
9770
9819
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
9771
9820
  '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
9821
  'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9780
9822
  'x-scalar-original-source-url': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9781
- 'x-scalar-watch-mode': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
9782
9823
  "x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"TraversedDocumentObject">>;
9783
9824
  }>, import("@scalar/typebox").TObject<{
9784
- 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9825
+ 'x-tagGroups': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
9785
9826
  name: import("@scalar/typebox").TString;
9786
9827
  tags: import("@scalar/typebox").TArray<import("@scalar/typebox").TString>;
9787
- }>>>;
9828
+ }>, import("@scalar/typebox").TObject<{
9829
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
9830
+ }>]>>>;
9788
9831
  }>, import("@scalar/typebox").TObject<{
9789
9832
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
9790
9833
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -9805,7 +9848,18 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9805
9848
  }>, import("@scalar/typebox").TObject<{
9806
9849
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9807
9850
  }>, import("@scalar/typebox").TObject<{
9808
- 'x-scalar-document-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
9851
+ 'x-scalar-set-operation-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
9852
+ }>, import("@scalar/typebox").TObject<{
9853
+ 'x-scalar-icon': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9854
+ }>, import("@scalar/typebox").TObject<{
9855
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
9856
+ }>, import("@scalar/typebox").TObject<{
9857
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9858
+ name: import("@scalar/typebox").TString;
9859
+ value: import("@scalar/typebox").TString;
9860
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9861
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
9862
+ }>>>;
9809
9863
  }>, import("@scalar/typebox").TObject<{
9810
9864
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
9811
9865
  }>]>]>;
@@ -9913,6 +9967,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9913
9967
  type: import("@scalar/typebox").TLiteral<"document">;
9914
9968
  name: import("@scalar/typebox").TString;
9915
9969
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
9970
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9916
9971
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
9917
9972
  id: import("@scalar/typebox").TString;
9918
9973
  title: import("@scalar/typebox").TString;
@@ -9928,8 +9983,27 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9928
9983
  type: import("@scalar/typebox").TLiteral<"document">;
9929
9984
  name: import("@scalar/typebox").TString;
9930
9985
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
9986
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9931
9987
  }>]>;
9932
9988
  }, "SecuritySchemeObject">>>;
9989
+ }>, import("@scalar/typebox").TObject<{
9990
+ 'x-scalar-active-proxy': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9991
+ }>, import("@scalar/typebox").TObject<{
9992
+ 'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
9993
+ }>, import("@scalar/typebox").TObject<{
9994
+ 'x-scalar-cookies': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9995
+ name: import("@scalar/typebox").TString;
9996
+ value: import("@scalar/typebox").TString;
9997
+ domain: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9998
+ isDisabled: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
9999
+ }>>>;
10000
+ }>, import("@scalar/typebox").TObject<{
10001
+ 'x-scalar-tabs': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
10002
+ path: import("@scalar/typebox").TString;
10003
+ title: import("@scalar/typebox").TString;
10004
+ icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10005
+ }>>>;
10006
+ 'x-scalar-active-tab': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
9933
10007
  }>]>]>;
9934
10008
  export type Workspace = WorkspaceMeta & {
9935
10009
  documents: Record<string, WorkspaceDocument>;