@scalar/workspace-store 0.28.1 → 0.28.2

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 (87) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/client.d.ts +10 -0
  3. package/dist/client.d.ts.map +1 -1
  4. package/dist/client.js +40 -1
  5. package/dist/client.js.map +2 -2
  6. package/dist/entities/auth/index.d.ts +75 -0
  7. package/dist/entities/auth/index.d.ts.map +1 -0
  8. package/dist/entities/auth/index.js +89 -0
  9. package/dist/entities/auth/index.js.map +7 -0
  10. package/dist/entities/auth/schema.d.ts +7318 -0
  11. package/dist/entities/auth/schema.d.ts.map +1 -0
  12. package/dist/entities/auth/schema.js +74 -0
  13. package/dist/entities/auth/schema.js.map +7 -0
  14. package/dist/entities/history/index.d.ts +93 -0
  15. package/dist/entities/history/index.d.ts.map +1 -0
  16. package/dist/entities/history/index.js +62 -0
  17. package/dist/entities/history/index.js.map +7 -0
  18. package/dist/entities/history/schema.d.ts +234 -0
  19. package/dist/entities/history/schema.d.ts.map +1 -0
  20. package/dist/{schemas/extensions/operation/x-scalar-history.js → entities/history/schema.js} +5 -6
  21. package/dist/{schemas/extensions/operation/x-scalar-history.js.map → entities/history/schema.js.map} +3 -3
  22. package/dist/events/definitions/auth.d.ts +14 -0
  23. package/dist/events/definitions/auth.d.ts.map +1 -1
  24. package/dist/mutators/auth.d.ts +10 -17
  25. package/dist/mutators/auth.d.ts.map +1 -1
  26. package/dist/mutators/auth.js +87 -57
  27. package/dist/mutators/auth.js.map +2 -2
  28. package/dist/mutators/index.d.ts +4 -12
  29. package/dist/mutators/index.d.ts.map +1 -1
  30. package/dist/mutators/index.js +1 -1
  31. package/dist/mutators/index.js.map +2 -2
  32. package/dist/mutators/operation.d.ts +2 -2
  33. package/dist/mutators/operation.d.ts.map +1 -1
  34. package/dist/mutators/operation.js +9 -16
  35. package/dist/mutators/operation.js.map +2 -2
  36. package/dist/persistence/index.d.ts +16 -3
  37. package/dist/persistence/index.d.ts.map +1 -1
  38. package/dist/persistence/index.js +47 -3
  39. package/dist/persistence/index.js.map +2 -2
  40. package/dist/plugins/client/persistence.d.ts.map +1 -1
  41. package/dist/plugins/client/persistence.js +12 -0
  42. package/dist/plugins/client/persistence.js.map +2 -2
  43. package/dist/schemas/extensions/security/index.d.ts +2 -0
  44. package/dist/schemas/extensions/security/index.d.ts.map +1 -0
  45. package/dist/schemas/extensions/security/index.js +1 -0
  46. package/dist/schemas/extensions/security/index.js.map +7 -0
  47. package/dist/schemas/inmemory-workspace.d.ts +2917 -114
  48. package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
  49. package/dist/schemas/inmemory-workspace.js +5 -1
  50. package/dist/schemas/inmemory-workspace.js.map +2 -2
  51. package/dist/schemas/reference-config/index.d.ts +0 -114
  52. package/dist/schemas/reference-config/index.d.ts.map +1 -1
  53. package/dist/schemas/reference-config/settings.d.ts +0 -114
  54. package/dist/schemas/reference-config/settings.d.ts.map +1 -1
  55. package/dist/schemas/v3.1/strict/oauth-flow.d.ts +5 -35
  56. package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
  57. package/dist/schemas/v3.1/strict/oauth-flow.js +1 -16
  58. package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
  59. package/dist/schemas/v3.1/strict/oauthflows.d.ts +0 -29
  60. package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
  61. package/dist/schemas/v3.1/strict/openapi-document.d.ts +37 -5536
  62. package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
  63. package/dist/schemas/v3.1/strict/openapi-document.js +2 -10
  64. package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
  65. package/dist/schemas/v3.1/strict/operation.d.ts +1 -70
  66. package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
  67. package/dist/schemas/v3.1/strict/operation.js +1 -7
  68. package/dist/schemas/v3.1/strict/operation.js.map +2 -2
  69. package/dist/schemas/v3.1/strict/ref-definitions.d.ts +0 -1
  70. package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
  71. package/dist/schemas/v3.1/strict/ref-definitions.js +1 -3
  72. package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
  73. package/dist/schemas/v3.1/strict/security-scheme.d.ts +3 -11
  74. package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
  75. package/dist/schemas/v3.1/strict/security-scheme.js +0 -7
  76. package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
  77. package/dist/schemas/workspace.d.ts +0 -798
  78. package/dist/schemas/workspace.d.ts.map +1 -1
  79. package/dist/workspace-plugin.d.ts +8 -0
  80. package/dist/workspace-plugin.d.ts.map +1 -1
  81. package/package.json +21 -6
  82. package/dist/schemas/extensions/operation/x-scalar-history.d.ts +0 -217
  83. package/dist/schemas/extensions/operation/x-scalar-history.d.ts.map +0 -1
  84. package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts +0 -17
  85. package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts.map +0 -1
  86. package/dist/schemas/extensions/security/x-scalar-selected-security.js +0 -14
  87. package/dist/schemas/extensions/security/x-scalar-selected-security.js.map +0 -7
@@ -289,11 +289,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
289
289
  }>]>, import("@scalar/typebox").TObject<{
290
290
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
291
291
  }>]>]>>>;
292
- }>, import("@scalar/typebox").TObject<{
293
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
294
- selectedIndex: import("@scalar/typebox").TInteger;
295
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
296
- }>>;
297
292
  }>, import("@scalar/typebox").TObject<{
298
293
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
299
294
  name: import("@scalar/typebox").TString;
@@ -328,68 +323,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
328
323
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
329
324
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
330
325
  }>>;
331
- }>, import("@scalar/typebox").TObject<{
332
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
333
- time: import("@scalar/typebox").TNumber;
334
- timestamp: import("@scalar/typebox").TNumber;
335
- request: import("@scalar/typebox").TObject<{
336
- url: import("@scalar/typebox").TString;
337
- method: import("@scalar/typebox").TString;
338
- httpVersion: import("@scalar/typebox").TString;
339
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
340
- name: import("@scalar/typebox").TString;
341
- value: import("@scalar/typebox").TString;
342
- }>>;
343
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
344
- name: import("@scalar/typebox").TString;
345
- value: import("@scalar/typebox").TString;
346
- }>>;
347
- headersSize: import("@scalar/typebox").TNumber;
348
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
349
- name: import("@scalar/typebox").TString;
350
- value: import("@scalar/typebox").TString;
351
- }>>;
352
- bodySize: import("@scalar/typebox").TNumber;
353
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
354
- mimeType: import("@scalar/typebox").TString;
355
- text: import("@scalar/typebox").TString;
356
- }>, import("@scalar/typebox").TObject<{
357
- mimeType: import("@scalar/typebox").TString;
358
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
359
- name: import("@scalar/typebox").TString;
360
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
361
- }>>;
362
- }>]>>;
363
- }>;
364
- response: import("@scalar/typebox").TObject<{
365
- status: import("@scalar/typebox").TNumber;
366
- statusText: import("@scalar/typebox").TString;
367
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
368
- name: import("@scalar/typebox").TString;
369
- value: import("@scalar/typebox").TString;
370
- }>>;
371
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
372
- name: import("@scalar/typebox").TString;
373
- value: import("@scalar/typebox").TString;
374
- }>>;
375
- httpVersion: import("@scalar/typebox").TString;
376
- redirectURL: import("@scalar/typebox").TString;
377
- headersSize: import("@scalar/typebox").TNumber;
378
- bodySize: import("@scalar/typebox").TNumber;
379
- content: import("@scalar/typebox").TObject<{
380
- size: import("@scalar/typebox").TNumber;
381
- mimeType: import("@scalar/typebox").TString;
382
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
383
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
384
- }>;
385
- }>;
386
- meta: import("@scalar/typebox").TObject<{
387
- example: import("@scalar/typebox").TString;
388
- }>;
389
- requestMetadata: import("@scalar/typebox").TObject<{
390
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
391
- }>;
392
- }>>>;
393
326
  }>]>;
394
327
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
395
328
  __scalar_: import("@scalar/typebox").TString;
@@ -1200,19 +1133,12 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1200
1133
  }>]>]>>;
1201
1134
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1202
1135
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1203
- }>, import("@scalar/typebox").TObject<{
1204
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
1205
1136
  }>, import("@scalar/typebox").TObject<{
1206
1137
  type: import("@scalar/typebox").TLiteral<"apiKey">;
1207
1138
  name: import("@scalar/typebox").TString;
1208
1139
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
1209
1140
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1210
1141
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1211
- }>, import("@scalar/typebox").TObject<{
1212
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
1213
- }>, import("@scalar/typebox").TObject<{
1214
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
1215
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
1216
1142
  }>, import("@scalar/typebox").TObject<{
1217
1143
  type: import("@scalar/typebox").TLiteral<"http">;
1218
1144
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -1253,10 +1179,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1253
1179
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1254
1180
  refreshUrl: import("@scalar/typebox").TString;
1255
1181
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
1256
- }>, import("@scalar/typebox").TObject<{
1257
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
1258
- }>, import("@scalar/typebox").TObject<{
1259
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
1260
1182
  }>, import("@scalar/typebox").TObject<{
1261
1183
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
1262
1184
  }>, import("@scalar/typebox").TObject<{
@@ -1265,16 +1187,10 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1265
1187
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1266
1188
  }>]>, import("@scalar/typebox").TObject<{
1267
1189
  authorizationUrl: import("@scalar/typebox").TString;
1268
- }>, import("@scalar/typebox").TObject<{
1269
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
1270
1190
  }>]>>;
1271
1191
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1272
1192
  refreshUrl: import("@scalar/typebox").TString;
1273
1193
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
1274
- }>, import("@scalar/typebox").TObject<{
1275
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
1276
- }>, import("@scalar/typebox").TObject<{
1277
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
1278
1194
  }>, import("@scalar/typebox").TObject<{
1279
1195
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
1280
1196
  }>, import("@scalar/typebox").TObject<{
@@ -1283,21 +1199,12 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1283
1199
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1284
1200
  }>]>, import("@scalar/typebox").TObject<{
1285
1201
  tokenUrl: import("@scalar/typebox").TString;
1286
- }>, import("@scalar/typebox").TObject<{
1287
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
1288
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
1289
- }>, import("@scalar/typebox").TObject<{
1290
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
1291
1202
  }>, import("@scalar/typebox").TObject<{
1292
1203
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
1293
1204
  }>]>>;
1294
1205
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1295
1206
  refreshUrl: import("@scalar/typebox").TString;
1296
1207
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
1297
- }>, import("@scalar/typebox").TObject<{
1298
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
1299
- }>, import("@scalar/typebox").TObject<{
1300
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
1301
1208
  }>, import("@scalar/typebox").TObject<{
1302
1209
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
1303
1210
  }>, import("@scalar/typebox").TObject<{
@@ -1306,18 +1213,12 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1306
1213
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1307
1214
  }>]>, import("@scalar/typebox").TObject<{
1308
1215
  tokenUrl: import("@scalar/typebox").TString;
1309
- }>, import("@scalar/typebox").TObject<{
1310
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
1311
1216
  }>, import("@scalar/typebox").TObject<{
1312
1217
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
1313
1218
  }>]>>;
1314
1219
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1315
1220
  refreshUrl: import("@scalar/typebox").TString;
1316
1221
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
1317
- }>, import("@scalar/typebox").TObject<{
1318
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
1319
- }>, import("@scalar/typebox").TObject<{
1320
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
1321
1222
  }>, import("@scalar/typebox").TObject<{
1322
1223
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
1323
1224
  }>, import("@scalar/typebox").TObject<{
@@ -1327,10 +1228,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1327
1228
  }>]>, import("@scalar/typebox").TObject<{
1328
1229
  authorizationUrl: import("@scalar/typebox").TString;
1329
1230
  tokenUrl: import("@scalar/typebox").TString;
1330
- }>, import("@scalar/typebox").TObject<{
1331
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
1332
- }>, import("@scalar/typebox").TObject<{
1333
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
1334
1231
  }>, import("@scalar/typebox").TObject<{
1335
1232
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
1336
1233
  }>, import("@scalar/typebox").TObject<{
@@ -1377,11 +1274,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1377
1274
  }>, import("@scalar/typebox").TString]>;
1378
1275
  }>>;
1379
1276
  }>>>;
1380
- }>, import("@scalar/typebox").TObject<{
1381
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
1382
- selectedIndex: import("@scalar/typebox").TInteger;
1383
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
1384
- }>>;
1385
1277
  }>, import("@scalar/typebox").TObject<{
1386
1278
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1387
1279
  }>, import("@scalar/typebox").TObject<{
@@ -1525,12 +1417,6 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
1525
1417
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
1526
1418
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1527
1419
  }>]>;
1528
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
1529
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
1530
- selectedIndex: import("@scalar/typebox").TInteger;
1531
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
1532
- }>>;
1533
- }>;
1534
1420
  }, "OpenApiDocument">]>;
1535
1421
  export type WorkspaceDocument = WorkspaceDocumentMeta & OpenApiDocument;
1536
1422
  export declare const WorkspaceMetaSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
@@ -1830,11 +1716,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
1830
1716
  }>]>, import("@scalar/typebox").TObject<{
1831
1717
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
1832
1718
  }>]>]>>>;
1833
- }>, import("@scalar/typebox").TObject<{
1834
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
1835
- selectedIndex: import("@scalar/typebox").TInteger;
1836
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
1837
- }>>;
1838
1719
  }>, import("@scalar/typebox").TObject<{
1839
1720
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1840
1721
  name: import("@scalar/typebox").TString;
@@ -1869,68 +1750,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
1869
1750
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
1870
1751
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
1871
1752
  }>>;
1872
- }>, import("@scalar/typebox").TObject<{
1873
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1874
- time: import("@scalar/typebox").TNumber;
1875
- timestamp: import("@scalar/typebox").TNumber;
1876
- request: import("@scalar/typebox").TObject<{
1877
- url: import("@scalar/typebox").TString;
1878
- method: import("@scalar/typebox").TString;
1879
- httpVersion: import("@scalar/typebox").TString;
1880
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1881
- name: import("@scalar/typebox").TString;
1882
- value: import("@scalar/typebox").TString;
1883
- }>>;
1884
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1885
- name: import("@scalar/typebox").TString;
1886
- value: import("@scalar/typebox").TString;
1887
- }>>;
1888
- headersSize: import("@scalar/typebox").TNumber;
1889
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1890
- name: import("@scalar/typebox").TString;
1891
- value: import("@scalar/typebox").TString;
1892
- }>>;
1893
- bodySize: import("@scalar/typebox").TNumber;
1894
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
1895
- mimeType: import("@scalar/typebox").TString;
1896
- text: import("@scalar/typebox").TString;
1897
- }>, import("@scalar/typebox").TObject<{
1898
- mimeType: import("@scalar/typebox").TString;
1899
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1900
- name: import("@scalar/typebox").TString;
1901
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1902
- }>>;
1903
- }>]>>;
1904
- }>;
1905
- response: import("@scalar/typebox").TObject<{
1906
- status: import("@scalar/typebox").TNumber;
1907
- statusText: import("@scalar/typebox").TString;
1908
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1909
- name: import("@scalar/typebox").TString;
1910
- value: import("@scalar/typebox").TString;
1911
- }>>;
1912
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
1913
- name: import("@scalar/typebox").TString;
1914
- value: import("@scalar/typebox").TString;
1915
- }>>;
1916
- httpVersion: import("@scalar/typebox").TString;
1917
- redirectURL: import("@scalar/typebox").TString;
1918
- headersSize: import("@scalar/typebox").TNumber;
1919
- bodySize: import("@scalar/typebox").TNumber;
1920
- content: import("@scalar/typebox").TObject<{
1921
- size: import("@scalar/typebox").TNumber;
1922
- mimeType: import("@scalar/typebox").TString;
1923
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1924
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1925
- }>;
1926
- }>;
1927
- meta: import("@scalar/typebox").TObject<{
1928
- example: import("@scalar/typebox").TString;
1929
- }>;
1930
- requestMetadata: import("@scalar/typebox").TObject<{
1931
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
1932
- }>;
1933
- }>>>;
1934
1753
  }>]>;
1935
1754
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1936
1755
  __scalar_: import("@scalar/typebox").TString;
@@ -2741,19 +2560,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2741
2560
  }>]>]>>;
2742
2561
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2743
2562
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2744
- }>, import("@scalar/typebox").TObject<{
2745
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
2746
2563
  }>, import("@scalar/typebox").TObject<{
2747
2564
  type: import("@scalar/typebox").TLiteral<"apiKey">;
2748
2565
  name: import("@scalar/typebox").TString;
2749
2566
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
2750
2567
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2751
2568
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2752
- }>, import("@scalar/typebox").TObject<{
2753
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
2754
- }>, import("@scalar/typebox").TObject<{
2755
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
2756
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
2757
2569
  }>, import("@scalar/typebox").TObject<{
2758
2570
  type: import("@scalar/typebox").TLiteral<"http">;
2759
2571
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -2794,10 +2606,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2794
2606
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2795
2607
  refreshUrl: import("@scalar/typebox").TString;
2796
2608
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
2797
- }>, import("@scalar/typebox").TObject<{
2798
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
2799
- }>, import("@scalar/typebox").TObject<{
2800
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
2801
2609
  }>, import("@scalar/typebox").TObject<{
2802
2610
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
2803
2611
  }>, import("@scalar/typebox").TObject<{
@@ -2806,16 +2614,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2806
2614
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2807
2615
  }>]>, import("@scalar/typebox").TObject<{
2808
2616
  authorizationUrl: import("@scalar/typebox").TString;
2809
- }>, import("@scalar/typebox").TObject<{
2810
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
2811
2617
  }>]>>;
2812
2618
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2813
2619
  refreshUrl: import("@scalar/typebox").TString;
2814
2620
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
2815
- }>, import("@scalar/typebox").TObject<{
2816
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
2817
- }>, import("@scalar/typebox").TObject<{
2818
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
2819
2621
  }>, import("@scalar/typebox").TObject<{
2820
2622
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
2821
2623
  }>, import("@scalar/typebox").TObject<{
@@ -2824,21 +2626,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2824
2626
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2825
2627
  }>]>, import("@scalar/typebox").TObject<{
2826
2628
  tokenUrl: import("@scalar/typebox").TString;
2827
- }>, import("@scalar/typebox").TObject<{
2828
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
2829
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
2830
- }>, import("@scalar/typebox").TObject<{
2831
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
2832
2629
  }>, import("@scalar/typebox").TObject<{
2833
2630
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
2834
2631
  }>]>>;
2835
2632
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2836
2633
  refreshUrl: import("@scalar/typebox").TString;
2837
2634
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
2838
- }>, import("@scalar/typebox").TObject<{
2839
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
2840
- }>, import("@scalar/typebox").TObject<{
2841
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
2842
2635
  }>, import("@scalar/typebox").TObject<{
2843
2636
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
2844
2637
  }>, import("@scalar/typebox").TObject<{
@@ -2847,18 +2640,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2847
2640
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2848
2641
  }>]>, import("@scalar/typebox").TObject<{
2849
2642
  tokenUrl: import("@scalar/typebox").TString;
2850
- }>, import("@scalar/typebox").TObject<{
2851
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
2852
2643
  }>, import("@scalar/typebox").TObject<{
2853
2644
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
2854
2645
  }>]>>;
2855
2646
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
2856
2647
  refreshUrl: import("@scalar/typebox").TString;
2857
2648
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
2858
- }>, import("@scalar/typebox").TObject<{
2859
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
2860
- }>, import("@scalar/typebox").TObject<{
2861
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
2862
2649
  }>, import("@scalar/typebox").TObject<{
2863
2650
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
2864
2651
  }>, import("@scalar/typebox").TObject<{
@@ -2868,10 +2655,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2868
2655
  }>]>, import("@scalar/typebox").TObject<{
2869
2656
  authorizationUrl: import("@scalar/typebox").TString;
2870
2657
  tokenUrl: import("@scalar/typebox").TString;
2871
- }>, import("@scalar/typebox").TObject<{
2872
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
2873
- }>, import("@scalar/typebox").TObject<{
2874
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
2875
2658
  }>, import("@scalar/typebox").TObject<{
2876
2659
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
2877
2660
  }>, import("@scalar/typebox").TObject<{
@@ -2918,11 +2701,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
2918
2701
  }>, import("@scalar/typebox").TString]>;
2919
2702
  }>>;
2920
2703
  }>>>;
2921
- }>, import("@scalar/typebox").TObject<{
2922
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
2923
- selectedIndex: import("@scalar/typebox").TInteger;
2924
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
2925
- }>>;
2926
2704
  }>, import("@scalar/typebox").TObject<{
2927
2705
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
2928
2706
  }>, import("@scalar/typebox").TObject<{
@@ -3066,12 +2844,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
3066
2844
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
3067
2845
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
3068
2846
  }>]>;
3069
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
3070
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
3071
- selectedIndex: import("@scalar/typebox").TInteger;
3072
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
3073
- }>>;
3074
- }>;
3075
2847
  }, "ServerObject">>>;
3076
2848
  'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
3077
2849
  ComponentsObject: import("@scalar/typebox").TObject<{
@@ -3338,11 +3110,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
3338
3110
  }>]>, import("@scalar/typebox").TObject<{
3339
3111
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
3340
3112
  }>]>]>>>;
3341
- }>, import("@scalar/typebox").TObject<{
3342
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
3343
- selectedIndex: import("@scalar/typebox").TInteger;
3344
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
3345
- }>>;
3346
3113
  }>, import("@scalar/typebox").TObject<{
3347
3114
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3348
3115
  name: import("@scalar/typebox").TString;
@@ -3377,68 +3144,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
3377
3144
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
3378
3145
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
3379
3146
  }>>;
3380
- }>, import("@scalar/typebox").TObject<{
3381
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3382
- time: import("@scalar/typebox").TNumber;
3383
- timestamp: import("@scalar/typebox").TNumber;
3384
- request: import("@scalar/typebox").TObject<{
3385
- url: import("@scalar/typebox").TString;
3386
- method: import("@scalar/typebox").TString;
3387
- httpVersion: import("@scalar/typebox").TString;
3388
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3389
- name: import("@scalar/typebox").TString;
3390
- value: import("@scalar/typebox").TString;
3391
- }>>;
3392
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3393
- name: import("@scalar/typebox").TString;
3394
- value: import("@scalar/typebox").TString;
3395
- }>>;
3396
- headersSize: import("@scalar/typebox").TNumber;
3397
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3398
- name: import("@scalar/typebox").TString;
3399
- value: import("@scalar/typebox").TString;
3400
- }>>;
3401
- bodySize: import("@scalar/typebox").TNumber;
3402
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
3403
- mimeType: import("@scalar/typebox").TString;
3404
- text: import("@scalar/typebox").TString;
3405
- }>, import("@scalar/typebox").TObject<{
3406
- mimeType: import("@scalar/typebox").TString;
3407
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3408
- name: import("@scalar/typebox").TString;
3409
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
3410
- }>>;
3411
- }>]>>;
3412
- }>;
3413
- response: import("@scalar/typebox").TObject<{
3414
- status: import("@scalar/typebox").TNumber;
3415
- statusText: import("@scalar/typebox").TString;
3416
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3417
- name: import("@scalar/typebox").TString;
3418
- value: import("@scalar/typebox").TString;
3419
- }>>;
3420
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
3421
- name: import("@scalar/typebox").TString;
3422
- value: import("@scalar/typebox").TString;
3423
- }>>;
3424
- httpVersion: import("@scalar/typebox").TString;
3425
- redirectURL: import("@scalar/typebox").TString;
3426
- headersSize: import("@scalar/typebox").TNumber;
3427
- bodySize: import("@scalar/typebox").TNumber;
3428
- content: import("@scalar/typebox").TObject<{
3429
- size: import("@scalar/typebox").TNumber;
3430
- mimeType: import("@scalar/typebox").TString;
3431
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
3432
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
3433
- }>;
3434
- }>;
3435
- meta: import("@scalar/typebox").TObject<{
3436
- example: import("@scalar/typebox").TString;
3437
- }>;
3438
- requestMetadata: import("@scalar/typebox").TObject<{
3439
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
3440
- }>;
3441
- }>>>;
3442
3147
  }>]>;
3443
3148
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
3444
3149
  __scalar_: import("@scalar/typebox").TString;
@@ -4249,19 +3954,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4249
3954
  }>]>]>>;
4250
3955
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4251
3956
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4252
- }>, import("@scalar/typebox").TObject<{
4253
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
4254
3957
  }>, import("@scalar/typebox").TObject<{
4255
3958
  type: import("@scalar/typebox").TLiteral<"apiKey">;
4256
3959
  name: import("@scalar/typebox").TString;
4257
3960
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
4258
3961
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4259
3962
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4260
- }>, import("@scalar/typebox").TObject<{
4261
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
4262
- }>, import("@scalar/typebox").TObject<{
4263
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
4264
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
4265
3963
  }>, import("@scalar/typebox").TObject<{
4266
3964
  type: import("@scalar/typebox").TLiteral<"http">;
4267
3965
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -4302,10 +4000,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4302
4000
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4303
4001
  refreshUrl: import("@scalar/typebox").TString;
4304
4002
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
4305
- }>, import("@scalar/typebox").TObject<{
4306
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
4307
- }>, import("@scalar/typebox").TObject<{
4308
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
4309
4003
  }>, import("@scalar/typebox").TObject<{
4310
4004
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
4311
4005
  }>, import("@scalar/typebox").TObject<{
@@ -4314,16 +4008,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4314
4008
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4315
4009
  }>]>, import("@scalar/typebox").TObject<{
4316
4010
  authorizationUrl: import("@scalar/typebox").TString;
4317
- }>, import("@scalar/typebox").TObject<{
4318
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
4319
4011
  }>]>>;
4320
4012
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4321
4013
  refreshUrl: import("@scalar/typebox").TString;
4322
4014
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
4323
- }>, import("@scalar/typebox").TObject<{
4324
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
4325
- }>, import("@scalar/typebox").TObject<{
4326
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
4327
4015
  }>, import("@scalar/typebox").TObject<{
4328
4016
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
4329
4017
  }>, import("@scalar/typebox").TObject<{
@@ -4332,21 +4020,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4332
4020
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4333
4021
  }>]>, import("@scalar/typebox").TObject<{
4334
4022
  tokenUrl: import("@scalar/typebox").TString;
4335
- }>, import("@scalar/typebox").TObject<{
4336
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
4337
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
4338
- }>, import("@scalar/typebox").TObject<{
4339
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
4340
4023
  }>, import("@scalar/typebox").TObject<{
4341
4024
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
4342
4025
  }>]>>;
4343
4026
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4344
4027
  refreshUrl: import("@scalar/typebox").TString;
4345
4028
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
4346
- }>, import("@scalar/typebox").TObject<{
4347
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
4348
- }>, import("@scalar/typebox").TObject<{
4349
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
4350
4029
  }>, import("@scalar/typebox").TObject<{
4351
4030
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
4352
4031
  }>, import("@scalar/typebox").TObject<{
@@ -4355,18 +4034,12 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4355
4034
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4356
4035
  }>]>, import("@scalar/typebox").TObject<{
4357
4036
  tokenUrl: import("@scalar/typebox").TString;
4358
- }>, import("@scalar/typebox").TObject<{
4359
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
4360
4037
  }>, import("@scalar/typebox").TObject<{
4361
4038
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
4362
4039
  }>]>>;
4363
4040
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4364
4041
  refreshUrl: import("@scalar/typebox").TString;
4365
4042
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
4366
- }>, import("@scalar/typebox").TObject<{
4367
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
4368
- }>, import("@scalar/typebox").TObject<{
4369
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
4370
4043
  }>, import("@scalar/typebox").TObject<{
4371
4044
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
4372
4045
  }>, import("@scalar/typebox").TObject<{
@@ -4376,10 +4049,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4376
4049
  }>]>, import("@scalar/typebox").TObject<{
4377
4050
  authorizationUrl: import("@scalar/typebox").TString;
4378
4051
  tokenUrl: import("@scalar/typebox").TString;
4379
- }>, import("@scalar/typebox").TObject<{
4380
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
4381
- }>, import("@scalar/typebox").TObject<{
4382
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
4383
4052
  }>, import("@scalar/typebox").TObject<{
4384
4053
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
4385
4054
  }>, import("@scalar/typebox").TObject<{
@@ -4426,11 +4095,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4426
4095
  }>, import("@scalar/typebox").TString]>;
4427
4096
  }>>;
4428
4097
  }>>>;
4429
- }>, import("@scalar/typebox").TObject<{
4430
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
4431
- selectedIndex: import("@scalar/typebox").TInteger;
4432
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
4433
- }>>;
4434
4098
  }>, import("@scalar/typebox").TObject<{
4435
4099
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4436
4100
  }>, import("@scalar/typebox").TObject<{
@@ -4574,12 +4238,6 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
4574
4238
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
4575
4239
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4576
4240
  }>]>;
4577
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
4578
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
4579
- selectedIndex: import("@scalar/typebox").TInteger;
4580
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
4581
- }>>;
4582
- }>;
4583
4241
  }, "SecuritySchemeObject">>>;
4584
4242
  }>, import("@scalar/typebox").TObject<{
4585
4243
  'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
@@ -4881,11 +4539,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
4881
4539
  }>]>, import("@scalar/typebox").TObject<{
4882
4540
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
4883
4541
  }>]>]>>>;
4884
- }>, import("@scalar/typebox").TObject<{
4885
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
4886
- selectedIndex: import("@scalar/typebox").TInteger;
4887
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
4888
- }>>;
4889
4542
  }>, import("@scalar/typebox").TObject<{
4890
4543
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4891
4544
  name: import("@scalar/typebox").TString;
@@ -4920,68 +4573,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
4920
4573
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
4921
4574
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
4922
4575
  }>>;
4923
- }>, import("@scalar/typebox").TObject<{
4924
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4925
- time: import("@scalar/typebox").TNumber;
4926
- timestamp: import("@scalar/typebox").TNumber;
4927
- request: import("@scalar/typebox").TObject<{
4928
- url: import("@scalar/typebox").TString;
4929
- method: import("@scalar/typebox").TString;
4930
- httpVersion: import("@scalar/typebox").TString;
4931
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4932
- name: import("@scalar/typebox").TString;
4933
- value: import("@scalar/typebox").TString;
4934
- }>>;
4935
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4936
- name: import("@scalar/typebox").TString;
4937
- value: import("@scalar/typebox").TString;
4938
- }>>;
4939
- headersSize: import("@scalar/typebox").TNumber;
4940
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4941
- name: import("@scalar/typebox").TString;
4942
- value: import("@scalar/typebox").TString;
4943
- }>>;
4944
- bodySize: import("@scalar/typebox").TNumber;
4945
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
4946
- mimeType: import("@scalar/typebox").TString;
4947
- text: import("@scalar/typebox").TString;
4948
- }>, import("@scalar/typebox").TObject<{
4949
- mimeType: import("@scalar/typebox").TString;
4950
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4951
- name: import("@scalar/typebox").TString;
4952
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4953
- }>>;
4954
- }>]>>;
4955
- }>;
4956
- response: import("@scalar/typebox").TObject<{
4957
- status: import("@scalar/typebox").TNumber;
4958
- statusText: import("@scalar/typebox").TString;
4959
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4960
- name: import("@scalar/typebox").TString;
4961
- value: import("@scalar/typebox").TString;
4962
- }>>;
4963
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
4964
- name: import("@scalar/typebox").TString;
4965
- value: import("@scalar/typebox").TString;
4966
- }>>;
4967
- httpVersion: import("@scalar/typebox").TString;
4968
- redirectURL: import("@scalar/typebox").TString;
4969
- headersSize: import("@scalar/typebox").TNumber;
4970
- bodySize: import("@scalar/typebox").TNumber;
4971
- content: import("@scalar/typebox").TObject<{
4972
- size: import("@scalar/typebox").TNumber;
4973
- mimeType: import("@scalar/typebox").TString;
4974
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4975
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
4976
- }>;
4977
- }>;
4978
- meta: import("@scalar/typebox").TObject<{
4979
- example: import("@scalar/typebox").TString;
4980
- }>;
4981
- requestMetadata: import("@scalar/typebox").TObject<{
4982
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
4983
- }>;
4984
- }>>>;
4985
4576
  }>]>;
4986
4577
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
4987
4578
  __scalar_: import("@scalar/typebox").TString;
@@ -5792,19 +5383,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5792
5383
  }>]>]>>;
5793
5384
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5794
5385
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5795
- }>, import("@scalar/typebox").TObject<{
5796
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
5797
5386
  }>, import("@scalar/typebox").TObject<{
5798
5387
  type: import("@scalar/typebox").TLiteral<"apiKey">;
5799
5388
  name: import("@scalar/typebox").TString;
5800
5389
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
5801
5390
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5802
5391
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5803
- }>, import("@scalar/typebox").TObject<{
5804
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
5805
- }>, import("@scalar/typebox").TObject<{
5806
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
5807
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
5808
5392
  }>, import("@scalar/typebox").TObject<{
5809
5393
  type: import("@scalar/typebox").TLiteral<"http">;
5810
5394
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -5845,10 +5429,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5845
5429
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5846
5430
  refreshUrl: import("@scalar/typebox").TString;
5847
5431
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
5848
- }>, import("@scalar/typebox").TObject<{
5849
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
5850
- }>, import("@scalar/typebox").TObject<{
5851
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
5852
5432
  }>, import("@scalar/typebox").TObject<{
5853
5433
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
5854
5434
  }>, import("@scalar/typebox").TObject<{
@@ -5857,16 +5437,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5857
5437
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5858
5438
  }>]>, import("@scalar/typebox").TObject<{
5859
5439
  authorizationUrl: import("@scalar/typebox").TString;
5860
- }>, import("@scalar/typebox").TObject<{
5861
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
5862
5440
  }>]>>;
5863
5441
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5864
5442
  refreshUrl: import("@scalar/typebox").TString;
5865
5443
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
5866
- }>, import("@scalar/typebox").TObject<{
5867
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
5868
- }>, import("@scalar/typebox").TObject<{
5869
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
5870
5444
  }>, import("@scalar/typebox").TObject<{
5871
5445
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
5872
5446
  }>, import("@scalar/typebox").TObject<{
@@ -5875,21 +5449,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5875
5449
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5876
5450
  }>]>, import("@scalar/typebox").TObject<{
5877
5451
  tokenUrl: import("@scalar/typebox").TString;
5878
- }>, import("@scalar/typebox").TObject<{
5879
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
5880
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
5881
- }>, import("@scalar/typebox").TObject<{
5882
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
5883
5452
  }>, import("@scalar/typebox").TObject<{
5884
5453
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
5885
5454
  }>]>>;
5886
5455
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5887
5456
  refreshUrl: import("@scalar/typebox").TString;
5888
5457
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
5889
- }>, import("@scalar/typebox").TObject<{
5890
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
5891
- }>, import("@scalar/typebox").TObject<{
5892
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
5893
5458
  }>, import("@scalar/typebox").TObject<{
5894
5459
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
5895
5460
  }>, import("@scalar/typebox").TObject<{
@@ -5898,18 +5463,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5898
5463
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5899
5464
  }>]>, import("@scalar/typebox").TObject<{
5900
5465
  tokenUrl: import("@scalar/typebox").TString;
5901
- }>, import("@scalar/typebox").TObject<{
5902
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
5903
5466
  }>, import("@scalar/typebox").TObject<{
5904
5467
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
5905
5468
  }>]>>;
5906
5469
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
5907
5470
  refreshUrl: import("@scalar/typebox").TString;
5908
5471
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
5909
- }>, import("@scalar/typebox").TObject<{
5910
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
5911
- }>, import("@scalar/typebox").TObject<{
5912
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
5913
5472
  }>, import("@scalar/typebox").TObject<{
5914
5473
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
5915
5474
  }>, import("@scalar/typebox").TObject<{
@@ -5919,10 +5478,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5919
5478
  }>]>, import("@scalar/typebox").TObject<{
5920
5479
  authorizationUrl: import("@scalar/typebox").TString;
5921
5480
  tokenUrl: import("@scalar/typebox").TString;
5922
- }>, import("@scalar/typebox").TObject<{
5923
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
5924
- }>, import("@scalar/typebox").TObject<{
5925
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
5926
5481
  }>, import("@scalar/typebox").TObject<{
5927
5482
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
5928
5483
  }>, import("@scalar/typebox").TObject<{
@@ -5969,11 +5524,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
5969
5524
  }>, import("@scalar/typebox").TString]>;
5970
5525
  }>>;
5971
5526
  }>>>;
5972
- }>, import("@scalar/typebox").TObject<{
5973
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
5974
- selectedIndex: import("@scalar/typebox").TInteger;
5975
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
5976
- }>>;
5977
5527
  }>, import("@scalar/typebox").TObject<{
5978
5528
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
5979
5529
  }>, import("@scalar/typebox").TObject<{
@@ -6117,12 +5667,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
6117
5667
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
6118
5668
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6119
5669
  }>]>;
6120
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
6121
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
6122
- selectedIndex: import("@scalar/typebox").TInteger;
6123
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
6124
- }>>;
6125
- }>;
6126
5670
  }, "OpenApiDocument">]>>;
6127
5671
  /** Active document is possibly undefined if we attempt to lookup with an invalid key */
6128
5672
  activeDocument: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TUndefined, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
@@ -6394,11 +5938,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
6394
5938
  }>]>, import("@scalar/typebox").TObject<{
6395
5939
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
6396
5940
  }>]>]>>>;
6397
- }>, import("@scalar/typebox").TObject<{
6398
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
6399
- selectedIndex: import("@scalar/typebox").TInteger;
6400
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
6401
- }>>;
6402
5941
  }>, import("@scalar/typebox").TObject<{
6403
5942
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6404
5943
  name: import("@scalar/typebox").TString;
@@ -6433,68 +5972,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
6433
5972
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
6434
5973
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
6435
5974
  }>>;
6436
- }>, import("@scalar/typebox").TObject<{
6437
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6438
- time: import("@scalar/typebox").TNumber;
6439
- timestamp: import("@scalar/typebox").TNumber;
6440
- request: import("@scalar/typebox").TObject<{
6441
- url: import("@scalar/typebox").TString;
6442
- method: import("@scalar/typebox").TString;
6443
- httpVersion: import("@scalar/typebox").TString;
6444
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6445
- name: import("@scalar/typebox").TString;
6446
- value: import("@scalar/typebox").TString;
6447
- }>>;
6448
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6449
- name: import("@scalar/typebox").TString;
6450
- value: import("@scalar/typebox").TString;
6451
- }>>;
6452
- headersSize: import("@scalar/typebox").TNumber;
6453
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6454
- name: import("@scalar/typebox").TString;
6455
- value: import("@scalar/typebox").TString;
6456
- }>>;
6457
- bodySize: import("@scalar/typebox").TNumber;
6458
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
6459
- mimeType: import("@scalar/typebox").TString;
6460
- text: import("@scalar/typebox").TString;
6461
- }>, import("@scalar/typebox").TObject<{
6462
- mimeType: import("@scalar/typebox").TString;
6463
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6464
- name: import("@scalar/typebox").TString;
6465
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6466
- }>>;
6467
- }>]>>;
6468
- }>;
6469
- response: import("@scalar/typebox").TObject<{
6470
- status: import("@scalar/typebox").TNumber;
6471
- statusText: import("@scalar/typebox").TString;
6472
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6473
- name: import("@scalar/typebox").TString;
6474
- value: import("@scalar/typebox").TString;
6475
- }>>;
6476
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
6477
- name: import("@scalar/typebox").TString;
6478
- value: import("@scalar/typebox").TString;
6479
- }>>;
6480
- httpVersion: import("@scalar/typebox").TString;
6481
- redirectURL: import("@scalar/typebox").TString;
6482
- headersSize: import("@scalar/typebox").TNumber;
6483
- bodySize: import("@scalar/typebox").TNumber;
6484
- content: import("@scalar/typebox").TObject<{
6485
- size: import("@scalar/typebox").TNumber;
6486
- mimeType: import("@scalar/typebox").TString;
6487
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6488
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
6489
- }>;
6490
- }>;
6491
- meta: import("@scalar/typebox").TObject<{
6492
- example: import("@scalar/typebox").TString;
6493
- }>;
6494
- requestMetadata: import("@scalar/typebox").TObject<{
6495
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
6496
- }>;
6497
- }>>>;
6498
5975
  }>]>;
6499
5976
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
6500
5977
  __scalar_: import("@scalar/typebox").TString;
@@ -7305,19 +6782,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7305
6782
  }>]>]>>;
7306
6783
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7307
6784
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7308
- }>, import("@scalar/typebox").TObject<{
7309
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
7310
6785
  }>, import("@scalar/typebox").TObject<{
7311
6786
  type: import("@scalar/typebox").TLiteral<"apiKey">;
7312
6787
  name: import("@scalar/typebox").TString;
7313
6788
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
7314
6789
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7315
6790
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7316
- }>, import("@scalar/typebox").TObject<{
7317
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
7318
- }>, import("@scalar/typebox").TObject<{
7319
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
7320
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
7321
6791
  }>, import("@scalar/typebox").TObject<{
7322
6792
  type: import("@scalar/typebox").TLiteral<"http">;
7323
6793
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -7358,10 +6828,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7358
6828
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7359
6829
  refreshUrl: import("@scalar/typebox").TString;
7360
6830
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
7361
- }>, import("@scalar/typebox").TObject<{
7362
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
7363
- }>, import("@scalar/typebox").TObject<{
7364
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
7365
6831
  }>, import("@scalar/typebox").TObject<{
7366
6832
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
7367
6833
  }>, import("@scalar/typebox").TObject<{
@@ -7370,16 +6836,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7370
6836
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7371
6837
  }>]>, import("@scalar/typebox").TObject<{
7372
6838
  authorizationUrl: import("@scalar/typebox").TString;
7373
- }>, import("@scalar/typebox").TObject<{
7374
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
7375
6839
  }>]>>;
7376
6840
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7377
6841
  refreshUrl: import("@scalar/typebox").TString;
7378
6842
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
7379
- }>, import("@scalar/typebox").TObject<{
7380
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
7381
- }>, import("@scalar/typebox").TObject<{
7382
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
7383
6843
  }>, import("@scalar/typebox").TObject<{
7384
6844
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
7385
6845
  }>, import("@scalar/typebox").TObject<{
@@ -7388,21 +6848,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7388
6848
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7389
6849
  }>]>, import("@scalar/typebox").TObject<{
7390
6850
  tokenUrl: import("@scalar/typebox").TString;
7391
- }>, import("@scalar/typebox").TObject<{
7392
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
7393
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
7394
- }>, import("@scalar/typebox").TObject<{
7395
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
7396
6851
  }>, import("@scalar/typebox").TObject<{
7397
6852
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
7398
6853
  }>]>>;
7399
6854
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7400
6855
  refreshUrl: import("@scalar/typebox").TString;
7401
6856
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
7402
- }>, import("@scalar/typebox").TObject<{
7403
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
7404
- }>, import("@scalar/typebox").TObject<{
7405
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
7406
6857
  }>, import("@scalar/typebox").TObject<{
7407
6858
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
7408
6859
  }>, import("@scalar/typebox").TObject<{
@@ -7411,18 +6862,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7411
6862
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7412
6863
  }>]>, import("@scalar/typebox").TObject<{
7413
6864
  tokenUrl: import("@scalar/typebox").TString;
7414
- }>, import("@scalar/typebox").TObject<{
7415
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
7416
6865
  }>, import("@scalar/typebox").TObject<{
7417
6866
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
7418
6867
  }>]>>;
7419
6868
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7420
6869
  refreshUrl: import("@scalar/typebox").TString;
7421
6870
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
7422
- }>, import("@scalar/typebox").TObject<{
7423
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
7424
- }>, import("@scalar/typebox").TObject<{
7425
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
7426
6871
  }>, import("@scalar/typebox").TObject<{
7427
6872
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
7428
6873
  }>, import("@scalar/typebox").TObject<{
@@ -7432,10 +6877,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7432
6877
  }>]>, import("@scalar/typebox").TObject<{
7433
6878
  authorizationUrl: import("@scalar/typebox").TString;
7434
6879
  tokenUrl: import("@scalar/typebox").TString;
7435
- }>, import("@scalar/typebox").TObject<{
7436
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
7437
- }>, import("@scalar/typebox").TObject<{
7438
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
7439
6880
  }>, import("@scalar/typebox").TObject<{
7440
6881
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
7441
6882
  }>, import("@scalar/typebox").TObject<{
@@ -7482,11 +6923,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7482
6923
  }>, import("@scalar/typebox").TString]>;
7483
6924
  }>>;
7484
6925
  }>>>;
7485
- }>, import("@scalar/typebox").TObject<{
7486
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
7487
- selectedIndex: import("@scalar/typebox").TInteger;
7488
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
7489
- }>>;
7490
6926
  }>, import("@scalar/typebox").TObject<{
7491
6927
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7492
6928
  }>, import("@scalar/typebox").TObject<{
@@ -7630,12 +7066,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7630
7066
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
7631
7067
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7632
7068
  }>]>;
7633
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
7634
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
7635
- selectedIndex: import("@scalar/typebox").TInteger;
7636
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
7637
- }>>;
7638
- }>;
7639
7069
  }, "OpenApiDocument">]>]>;
7640
7070
  }>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
7641
7071
  'x-scalar-environments': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TObject<{
@@ -7917,11 +7347,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7917
7347
  }>]>, import("@scalar/typebox").TObject<{
7918
7348
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
7919
7349
  }>]>]>>>;
7920
- }>, import("@scalar/typebox").TObject<{
7921
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
7922
- selectedIndex: import("@scalar/typebox").TInteger;
7923
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
7924
- }>>;
7925
7350
  }>, import("@scalar/typebox").TObject<{
7926
7351
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7927
7352
  name: import("@scalar/typebox").TString;
@@ -7956,68 +7381,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
7956
7381
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
7957
7382
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
7958
7383
  }>>;
7959
- }>, import("@scalar/typebox").TObject<{
7960
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7961
- time: import("@scalar/typebox").TNumber;
7962
- timestamp: import("@scalar/typebox").TNumber;
7963
- request: import("@scalar/typebox").TObject<{
7964
- url: import("@scalar/typebox").TString;
7965
- method: import("@scalar/typebox").TString;
7966
- httpVersion: import("@scalar/typebox").TString;
7967
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7968
- name: import("@scalar/typebox").TString;
7969
- value: import("@scalar/typebox").TString;
7970
- }>>;
7971
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7972
- name: import("@scalar/typebox").TString;
7973
- value: import("@scalar/typebox").TString;
7974
- }>>;
7975
- headersSize: import("@scalar/typebox").TNumber;
7976
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7977
- name: import("@scalar/typebox").TString;
7978
- value: import("@scalar/typebox").TString;
7979
- }>>;
7980
- bodySize: import("@scalar/typebox").TNumber;
7981
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
7982
- mimeType: import("@scalar/typebox").TString;
7983
- text: import("@scalar/typebox").TString;
7984
- }>, import("@scalar/typebox").TObject<{
7985
- mimeType: import("@scalar/typebox").TString;
7986
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7987
- name: import("@scalar/typebox").TString;
7988
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
7989
- }>>;
7990
- }>]>>;
7991
- }>;
7992
- response: import("@scalar/typebox").TObject<{
7993
- status: import("@scalar/typebox").TNumber;
7994
- statusText: import("@scalar/typebox").TString;
7995
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
7996
- name: import("@scalar/typebox").TString;
7997
- value: import("@scalar/typebox").TString;
7998
- }>>;
7999
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
8000
- name: import("@scalar/typebox").TString;
8001
- value: import("@scalar/typebox").TString;
8002
- }>>;
8003
- httpVersion: import("@scalar/typebox").TString;
8004
- redirectURL: import("@scalar/typebox").TString;
8005
- headersSize: import("@scalar/typebox").TNumber;
8006
- bodySize: import("@scalar/typebox").TNumber;
8007
- content: import("@scalar/typebox").TObject<{
8008
- size: import("@scalar/typebox").TNumber;
8009
- mimeType: import("@scalar/typebox").TString;
8010
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8011
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8012
- }>;
8013
- }>;
8014
- meta: import("@scalar/typebox").TObject<{
8015
- example: import("@scalar/typebox").TString;
8016
- }>;
8017
- requestMetadata: import("@scalar/typebox").TObject<{
8018
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
8019
- }>;
8020
- }>>>;
8021
7384
  }>]>;
8022
7385
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8023
7386
  __scalar_: import("@scalar/typebox").TString;
@@ -8828,19 +8191,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8828
8191
  }>]>]>>;
8829
8192
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8830
8193
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8831
- }>, import("@scalar/typebox").TObject<{
8832
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
8833
8194
  }>, import("@scalar/typebox").TObject<{
8834
8195
  type: import("@scalar/typebox").TLiteral<"apiKey">;
8835
8196
  name: import("@scalar/typebox").TString;
8836
8197
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
8837
8198
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8838
8199
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8839
- }>, import("@scalar/typebox").TObject<{
8840
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
8841
- }>, import("@scalar/typebox").TObject<{
8842
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
8843
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
8844
8200
  }>, import("@scalar/typebox").TObject<{
8845
8201
  type: import("@scalar/typebox").TLiteral<"http">;
8846
8202
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -8881,10 +8237,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8881
8237
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8882
8238
  refreshUrl: import("@scalar/typebox").TString;
8883
8239
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
8884
- }>, import("@scalar/typebox").TObject<{
8885
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
8886
- }>, import("@scalar/typebox").TObject<{
8887
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
8888
8240
  }>, import("@scalar/typebox").TObject<{
8889
8241
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
8890
8242
  }>, import("@scalar/typebox").TObject<{
@@ -8893,16 +8245,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8893
8245
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8894
8246
  }>]>, import("@scalar/typebox").TObject<{
8895
8247
  authorizationUrl: import("@scalar/typebox").TString;
8896
- }>, import("@scalar/typebox").TObject<{
8897
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
8898
8248
  }>]>>;
8899
8249
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8900
8250
  refreshUrl: import("@scalar/typebox").TString;
8901
8251
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
8902
- }>, import("@scalar/typebox").TObject<{
8903
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
8904
- }>, import("@scalar/typebox").TObject<{
8905
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
8906
8252
  }>, import("@scalar/typebox").TObject<{
8907
8253
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
8908
8254
  }>, import("@scalar/typebox").TObject<{
@@ -8911,21 +8257,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8911
8257
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8912
8258
  }>]>, import("@scalar/typebox").TObject<{
8913
8259
  tokenUrl: import("@scalar/typebox").TString;
8914
- }>, import("@scalar/typebox").TObject<{
8915
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
8916
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
8917
- }>, import("@scalar/typebox").TObject<{
8918
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
8919
8260
  }>, import("@scalar/typebox").TObject<{
8920
8261
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
8921
8262
  }>]>>;
8922
8263
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8923
8264
  refreshUrl: import("@scalar/typebox").TString;
8924
8265
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
8925
- }>, import("@scalar/typebox").TObject<{
8926
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
8927
- }>, import("@scalar/typebox").TObject<{
8928
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
8929
8266
  }>, import("@scalar/typebox").TObject<{
8930
8267
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
8931
8268
  }>, import("@scalar/typebox").TObject<{
@@ -8934,18 +8271,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8934
8271
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
8935
8272
  }>]>, import("@scalar/typebox").TObject<{
8936
8273
  tokenUrl: import("@scalar/typebox").TString;
8937
- }>, import("@scalar/typebox").TObject<{
8938
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
8939
8274
  }>, import("@scalar/typebox").TObject<{
8940
8275
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
8941
8276
  }>]>>;
8942
8277
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
8943
8278
  refreshUrl: import("@scalar/typebox").TString;
8944
8279
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
8945
- }>, import("@scalar/typebox").TObject<{
8946
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
8947
- }>, import("@scalar/typebox").TObject<{
8948
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
8949
8280
  }>, import("@scalar/typebox").TObject<{
8950
8281
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
8951
8282
  }>, import("@scalar/typebox").TObject<{
@@ -8955,10 +8286,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
8955
8286
  }>]>, import("@scalar/typebox").TObject<{
8956
8287
  authorizationUrl: import("@scalar/typebox").TString;
8957
8288
  tokenUrl: import("@scalar/typebox").TString;
8958
- }>, import("@scalar/typebox").TObject<{
8959
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
8960
- }>, import("@scalar/typebox").TObject<{
8961
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
8962
8289
  }>, import("@scalar/typebox").TObject<{
8963
8290
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
8964
8291
  }>, import("@scalar/typebox").TObject<{
@@ -9005,11 +8332,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9005
8332
  }>, import("@scalar/typebox").TString]>;
9006
8333
  }>>;
9007
8334
  }>>>;
9008
- }>, import("@scalar/typebox").TObject<{
9009
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
9010
- selectedIndex: import("@scalar/typebox").TInteger;
9011
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
9012
- }>>;
9013
8335
  }>, import("@scalar/typebox").TObject<{
9014
8336
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9015
8337
  }>, import("@scalar/typebox").TObject<{
@@ -9153,12 +8475,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9153
8475
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
9154
8476
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9155
8477
  }>]>;
9156
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
9157
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
9158
- selectedIndex: import("@scalar/typebox").TInteger;
9159
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
9160
- }>>;
9161
- }>;
9162
8478
  }, "ServerObject">>>;
9163
8479
  'x-scalar-client-config-security-schemes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TImport<{
9164
8480
  ComponentsObject: import("@scalar/typebox").TObject<{
@@ -9425,11 +8741,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9425
8741
  }>]>, import("@scalar/typebox").TObject<{
9426
8742
  '$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
9427
8743
  }>]>]>>>;
9428
- }>, import("@scalar/typebox").TObject<{
9429
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
9430
- selectedIndex: import("@scalar/typebox").TInteger;
9431
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
9432
- }>>;
9433
8744
  }>, import("@scalar/typebox").TObject<{
9434
8745
  'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9435
8746
  name: import("@scalar/typebox").TString;
@@ -9464,68 +8775,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
9464
8775
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
9465
8776
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
9466
8777
  }>>;
9467
- }>, import("@scalar/typebox").TObject<{
9468
- 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9469
- time: import("@scalar/typebox").TNumber;
9470
- timestamp: import("@scalar/typebox").TNumber;
9471
- request: import("@scalar/typebox").TObject<{
9472
- url: import("@scalar/typebox").TString;
9473
- method: import("@scalar/typebox").TString;
9474
- httpVersion: import("@scalar/typebox").TString;
9475
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9476
- name: import("@scalar/typebox").TString;
9477
- value: import("@scalar/typebox").TString;
9478
- }>>;
9479
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9480
- name: import("@scalar/typebox").TString;
9481
- value: import("@scalar/typebox").TString;
9482
- }>>;
9483
- headersSize: import("@scalar/typebox").TNumber;
9484
- queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9485
- name: import("@scalar/typebox").TString;
9486
- value: import("@scalar/typebox").TString;
9487
- }>>;
9488
- bodySize: import("@scalar/typebox").TNumber;
9489
- postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
9490
- mimeType: import("@scalar/typebox").TString;
9491
- text: import("@scalar/typebox").TString;
9492
- }>, import("@scalar/typebox").TObject<{
9493
- mimeType: import("@scalar/typebox").TString;
9494
- params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9495
- name: import("@scalar/typebox").TString;
9496
- value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9497
- }>>;
9498
- }>]>>;
9499
- }>;
9500
- response: import("@scalar/typebox").TObject<{
9501
- status: import("@scalar/typebox").TNumber;
9502
- statusText: import("@scalar/typebox").TString;
9503
- headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9504
- name: import("@scalar/typebox").TString;
9505
- value: import("@scalar/typebox").TString;
9506
- }>>;
9507
- cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
9508
- name: import("@scalar/typebox").TString;
9509
- value: import("@scalar/typebox").TString;
9510
- }>>;
9511
- httpVersion: import("@scalar/typebox").TString;
9512
- redirectURL: import("@scalar/typebox").TString;
9513
- headersSize: import("@scalar/typebox").TNumber;
9514
- bodySize: import("@scalar/typebox").TNumber;
9515
- content: import("@scalar/typebox").TObject<{
9516
- size: import("@scalar/typebox").TNumber;
9517
- mimeType: import("@scalar/typebox").TString;
9518
- encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9519
- text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
9520
- }>;
9521
- }>;
9522
- meta: import("@scalar/typebox").TObject<{
9523
- example: import("@scalar/typebox").TString;
9524
- }>;
9525
- requestMetadata: import("@scalar/typebox").TObject<{
9526
- variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
9527
- }>;
9528
- }>>>;
9529
8778
  }>]>;
9530
8779
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
9531
8780
  __scalar_: import("@scalar/typebox").TString;
@@ -10336,19 +9585,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10336
9585
  }>]>]>>;
10337
9586
  SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
10338
9587
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10339
- }>, import("@scalar/typebox").TObject<{
10340
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
10341
9588
  }>, import("@scalar/typebox").TObject<{
10342
9589
  type: import("@scalar/typebox").TLiteral<"apiKey">;
10343
9590
  name: import("@scalar/typebox").TString;
10344
9591
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"cookie">]>;
10345
9592
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
10346
9593
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10347
- }>, import("@scalar/typebox").TObject<{
10348
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
10349
- }>, import("@scalar/typebox").TObject<{
10350
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
10351
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
10352
9594
  }>, import("@scalar/typebox").TObject<{
10353
9595
  type: import("@scalar/typebox").TLiteral<"http">;
10354
9596
  scheme: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"basic">, import("@scalar/typebox").TLiteral<"bearer">]>;
@@ -10389,10 +9631,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10389
9631
  implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
10390
9632
  refreshUrl: import("@scalar/typebox").TString;
10391
9633
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
10392
- }>, import("@scalar/typebox").TObject<{
10393
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
10394
- }>, import("@scalar/typebox").TObject<{
10395
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
10396
9634
  }>, import("@scalar/typebox").TObject<{
10397
9635
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
10398
9636
  }>, import("@scalar/typebox").TObject<{
@@ -10401,16 +9639,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10401
9639
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10402
9640
  }>]>, import("@scalar/typebox").TObject<{
10403
9641
  authorizationUrl: import("@scalar/typebox").TString;
10404
- }>, import("@scalar/typebox").TObject<{
10405
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
10406
9642
  }>]>>;
10407
9643
  password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
10408
9644
  refreshUrl: import("@scalar/typebox").TString;
10409
9645
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
10410
- }>, import("@scalar/typebox").TObject<{
10411
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
10412
- }>, import("@scalar/typebox").TObject<{
10413
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
10414
9646
  }>, import("@scalar/typebox").TObject<{
10415
9647
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
10416
9648
  }>, import("@scalar/typebox").TObject<{
@@ -10419,21 +9651,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10419
9651
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10420
9652
  }>]>, import("@scalar/typebox").TObject<{
10421
9653
  tokenUrl: import("@scalar/typebox").TString;
10422
- }>, import("@scalar/typebox").TObject<{
10423
- 'x-scalar-secret-username': import("@scalar/typebox").TString;
10424
- 'x-scalar-secret-password': import("@scalar/typebox").TString;
10425
- }>, import("@scalar/typebox").TObject<{
10426
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
10427
9654
  }>, import("@scalar/typebox").TObject<{
10428
9655
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
10429
9656
  }>]>>;
10430
9657
  clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
10431
9658
  refreshUrl: import("@scalar/typebox").TString;
10432
9659
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
10433
- }>, import("@scalar/typebox").TObject<{
10434
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
10435
- }>, import("@scalar/typebox").TObject<{
10436
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
10437
9660
  }>, import("@scalar/typebox").TObject<{
10438
9661
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
10439
9662
  }>, import("@scalar/typebox").TObject<{
@@ -10442,18 +9665,12 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10442
9665
  'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10443
9666
  }>]>, import("@scalar/typebox").TObject<{
10444
9667
  tokenUrl: import("@scalar/typebox").TString;
10445
- }>, import("@scalar/typebox").TObject<{
10446
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
10447
9668
  }>, import("@scalar/typebox").TObject<{
10448
9669
  'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
10449
9670
  }>]>>;
10450
9671
  authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
10451
9672
  refreshUrl: import("@scalar/typebox").TString;
10452
9673
  scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
10453
- }>, import("@scalar/typebox").TObject<{
10454
- 'x-scalar-secret-client-id': import("@scalar/typebox").TString;
10455
- }>, import("@scalar/typebox").TObject<{
10456
- 'x-scalar-secret-token': import("@scalar/typebox").TString;
10457
9674
  }>, import("@scalar/typebox").TObject<{
10458
9675
  'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
10459
9676
  }>, import("@scalar/typebox").TObject<{
@@ -10463,10 +9680,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10463
9680
  }>]>, import("@scalar/typebox").TObject<{
10464
9681
  authorizationUrl: import("@scalar/typebox").TString;
10465
9682
  tokenUrl: import("@scalar/typebox").TString;
10466
- }>, import("@scalar/typebox").TObject<{
10467
- 'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
10468
- }>, import("@scalar/typebox").TObject<{
10469
- 'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
10470
9683
  }>, import("@scalar/typebox").TObject<{
10471
9684
  'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
10472
9685
  }>, import("@scalar/typebox").TObject<{
@@ -10513,11 +9726,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10513
9726
  }>, import("@scalar/typebox").TString]>;
10514
9727
  }>>;
10515
9728
  }>>>;
10516
- }>, import("@scalar/typebox").TObject<{
10517
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
10518
- selectedIndex: import("@scalar/typebox").TInteger;
10519
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
10520
- }>>;
10521
9729
  }>, import("@scalar/typebox").TObject<{
10522
9730
  'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10523
9731
  }>, import("@scalar/typebox").TObject<{
@@ -10661,12 +9869,6 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
10661
9869
  children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
10662
9870
  icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
10663
9871
  }>]>;
10664
- XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
10665
- 'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
10666
- selectedIndex: import("@scalar/typebox").TInteger;
10667
- selectedSchemes: import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
10668
- }>>;
10669
- }>;
10670
9872
  }, "SecuritySchemeObject">>>;
10671
9873
  }>, import("@scalar/typebox").TObject<{
10672
9874
  'x-scalar-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;