@scalar/workspace-store 0.28.1 → 0.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/client.d.ts +10 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +42 -2
- package/dist/client.js.map +2 -2
- package/dist/entities/auth/index.d.ts +75 -0
- package/dist/entities/auth/index.d.ts.map +1 -0
- package/dist/entities/auth/index.js +89 -0
- package/dist/entities/auth/index.js.map +7 -0
- package/dist/entities/auth/schema.d.ts +7318 -0
- package/dist/entities/auth/schema.d.ts.map +1 -0
- package/dist/entities/auth/schema.js +74 -0
- package/dist/entities/auth/schema.js.map +7 -0
- package/dist/entities/history/index.d.ts +93 -0
- package/dist/entities/history/index.d.ts.map +1 -0
- package/dist/entities/history/index.js +62 -0
- package/dist/entities/history/index.js.map +7 -0
- package/dist/entities/history/schema.d.ts +234 -0
- package/dist/entities/history/schema.d.ts.map +1 -0
- package/dist/{schemas/extensions/operation/x-scalar-history.js → entities/history/schema.js} +5 -6
- package/dist/{schemas/extensions/operation/x-scalar-history.js.map → entities/history/schema.js.map} +3 -3
- package/dist/events/definitions/auth.d.ts +14 -0
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/mutators/auth.d.ts +10 -17
- package/dist/mutators/auth.d.ts.map +1 -1
- package/dist/mutators/auth.js +87 -57
- package/dist/mutators/auth.js.map +2 -2
- package/dist/mutators/index.d.ts +4 -12
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +1 -1
- package/dist/mutators/index.js.map +2 -2
- package/dist/mutators/operation.d.ts +2 -2
- package/dist/mutators/operation.d.ts.map +1 -1
- package/dist/mutators/operation.js +9 -16
- package/dist/mutators/operation.js.map +2 -2
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +0 -3
- package/dist/mutators/server.js.map +2 -2
- package/dist/persistence/index.d.ts +16 -3
- package/dist/persistence/index.d.ts.map +1 -1
- package/dist/persistence/index.js +47 -3
- package/dist/persistence/index.js.map +2 -2
- package/dist/plugins/bundler/index.d.ts +7 -0
- package/dist/plugins/bundler/index.d.ts.map +1 -1
- package/dist/plugins/bundler/index.js +17 -0
- package/dist/plugins/bundler/index.js.map +2 -2
- package/dist/plugins/client/persistence.d.ts.map +1 -1
- package/dist/plugins/client/persistence.js +12 -0
- package/dist/plugins/client/persistence.js.map +2 -2
- package/dist/resolve.d.ts +9 -0
- package/dist/resolve.d.ts.map +1 -0
- package/dist/resolve.js +28 -0
- package/dist/resolve.js.map +7 -0
- package/dist/schemas/extensions/security/index.d.ts +2 -0
- package/dist/schemas/extensions/security/index.d.ts.map +1 -0
- package/dist/schemas/extensions/security/index.js +1 -0
- package/dist/schemas/extensions/security/index.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +2952 -149
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/inmemory-workspace.js +5 -1
- package/dist/schemas/inmemory-workspace.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +35 -149
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +35 -149
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts +5 -35
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.js +1 -16
- package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
- package/dist/schemas/v3.1/strict/oauthflows.d.ts +0 -29
- package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +1245 -6744
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +2 -10
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +1 -70
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +1 -7
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +0 -1
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +1 -3
- package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts +50 -46
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +5 -2
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/v3.1/strict/security-scheme.d.ts +3 -11
- package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/security-scheme.js +0 -7
- package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
- package/dist/schemas/workspace.d.ts +245 -1043
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/workspace-plugin.d.ts +8 -0
- package/dist/workspace-plugin.d.ts.map +1 -1
- package/package.json +26 -6
- package/dist/schemas/extensions/operation/x-scalar-history.d.ts +0 -217
- package/dist/schemas/extensions/operation/x-scalar-history.d.ts.map +0 -1
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts +0 -17
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts.map +0 -1
- package/dist/schemas/extensions/security/x-scalar-selected-security.js +0 -14
- 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;
|
|
@@ -410,7 +343,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
410
343
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
411
344
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
412
345
|
}>]>, import("@scalar/typebox").TObject<{
|
|
413
|
-
'$ref-value': import("@scalar/typebox").
|
|
346
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
414
347
|
}>]>]>>;
|
|
415
348
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
416
349
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -428,7 +361,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
428
361
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
429
362
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
430
363
|
}>]>, import("@scalar/typebox").TObject<{
|
|
431
|
-
'$ref-value': import("@scalar/typebox").
|
|
364
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
432
365
|
}>]>]>>>;
|
|
433
366
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
434
367
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -438,7 +371,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
438
371
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
439
372
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
440
373
|
}>]>, import("@scalar/typebox").TObject<{
|
|
441
|
-
'$ref-value': import("@scalar/typebox").
|
|
374
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
442
375
|
}>]>]>>>;
|
|
443
376
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
444
377
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -448,7 +381,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
448
381
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
449
382
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
450
383
|
}>]>, import("@scalar/typebox").TObject<{
|
|
451
|
-
'$ref-value': import("@scalar/typebox").
|
|
384
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
452
385
|
}>]>]>>>;
|
|
453
386
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
454
387
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -458,7 +391,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
458
391
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
459
392
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
460
393
|
}>]>, import("@scalar/typebox").TObject<{
|
|
461
|
-
'$ref-value': import("@scalar/typebox").
|
|
394
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
462
395
|
}>]>]>>;
|
|
463
396
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
464
397
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -497,7 +430,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
497
430
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
498
431
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
499
432
|
}>]>, import("@scalar/typebox").TObject<{
|
|
500
|
-
'$ref-value': import("@scalar/typebox").
|
|
433
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
501
434
|
}>]>]>>;
|
|
502
435
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
503
436
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -515,7 +448,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
515
448
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
516
449
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
517
450
|
}>]>, import("@scalar/typebox").TObject<{
|
|
518
|
-
'$ref-value': import("@scalar/typebox").
|
|
451
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
519
452
|
}>]>]>>>;
|
|
520
453
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
521
454
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -525,7 +458,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
525
458
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
526
459
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
527
460
|
}>]>, import("@scalar/typebox").TObject<{
|
|
528
|
-
'$ref-value': import("@scalar/typebox").
|
|
461
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
529
462
|
}>]>]>>>;
|
|
530
463
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
531
464
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -535,7 +468,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
535
468
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
536
469
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
537
470
|
}>]>, import("@scalar/typebox").TObject<{
|
|
538
|
-
'$ref-value': import("@scalar/typebox").
|
|
471
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
539
472
|
}>]>]>>>;
|
|
540
473
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
541
474
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -545,7 +478,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
545
478
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
546
479
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
547
480
|
}>]>, import("@scalar/typebox").TObject<{
|
|
548
|
-
'$ref-value': import("@scalar/typebox").
|
|
481
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
549
482
|
}>]>]>>;
|
|
550
483
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
551
484
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -590,7 +523,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
590
523
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
591
524
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
592
525
|
}>]>, import("@scalar/typebox").TObject<{
|
|
593
|
-
'$ref-value': import("@scalar/typebox").
|
|
526
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
594
527
|
}>]>]>>;
|
|
595
528
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
596
529
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -608,7 +541,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
608
541
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
609
542
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
610
543
|
}>]>, import("@scalar/typebox").TObject<{
|
|
611
|
-
'$ref-value': import("@scalar/typebox").
|
|
544
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
612
545
|
}>]>]>>>;
|
|
613
546
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
614
547
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -618,7 +551,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
618
551
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
619
552
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
620
553
|
}>]>, import("@scalar/typebox").TObject<{
|
|
621
|
-
'$ref-value': import("@scalar/typebox").
|
|
554
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
622
555
|
}>]>]>>>;
|
|
623
556
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
624
557
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -628,7 +561,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
628
561
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
629
562
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
630
563
|
}>]>, import("@scalar/typebox").TObject<{
|
|
631
|
-
'$ref-value': import("@scalar/typebox").
|
|
564
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
632
565
|
}>]>]>>>;
|
|
633
566
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
634
567
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -638,7 +571,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
638
571
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
639
572
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
640
573
|
}>]>, import("@scalar/typebox").TObject<{
|
|
641
|
-
'$ref-value': import("@scalar/typebox").
|
|
574
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
642
575
|
}>]>]>>;
|
|
643
576
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
644
577
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -681,7 +614,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
681
614
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
682
615
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
683
616
|
}>]>, import("@scalar/typebox").TObject<{
|
|
684
|
-
'$ref-value': import("@scalar/typebox").
|
|
617
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
685
618
|
}>]>]>>;
|
|
686
619
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
687
620
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -699,7 +632,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
699
632
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
700
633
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
701
634
|
}>]>, import("@scalar/typebox").TObject<{
|
|
702
|
-
'$ref-value': import("@scalar/typebox").
|
|
635
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
703
636
|
}>]>]>>>;
|
|
704
637
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
705
638
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -709,7 +642,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
709
642
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
710
643
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
711
644
|
}>]>, import("@scalar/typebox").TObject<{
|
|
712
|
-
'$ref-value': import("@scalar/typebox").
|
|
645
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
713
646
|
}>]>]>>>;
|
|
714
647
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
715
648
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -719,7 +652,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
719
652
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
720
653
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
721
654
|
}>]>, import("@scalar/typebox").TObject<{
|
|
722
|
-
'$ref-value': import("@scalar/typebox").
|
|
655
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
723
656
|
}>]>]>>>;
|
|
724
657
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
725
658
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -729,7 +662,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
729
662
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
730
663
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
731
664
|
}>]>, import("@scalar/typebox").TObject<{
|
|
732
|
-
'$ref-value': import("@scalar/typebox").
|
|
665
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
733
666
|
}>]>]>>;
|
|
734
667
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
735
668
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -762,7 +695,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
762
695
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
763
696
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
764
697
|
}>]>, import("@scalar/typebox").TObject<{
|
|
765
|
-
'$ref-value': import("@scalar/typebox").
|
|
698
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
766
699
|
}>]>]>>>;
|
|
767
700
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
768
701
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -772,7 +705,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
772
705
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
773
706
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
774
707
|
}>]>, import("@scalar/typebox").TObject<{
|
|
775
|
-
'$ref-value': import("@scalar/typebox").
|
|
708
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
776
709
|
}>]>]>]>>;
|
|
777
710
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
778
711
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -782,7 +715,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
782
715
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
783
716
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
784
717
|
}>]>, import("@scalar/typebox").TObject<{
|
|
785
|
-
'$ref-value': import("@scalar/typebox").
|
|
718
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
786
719
|
}>]>]>>>;
|
|
787
720
|
}>, import("@scalar/typebox").TObject<{
|
|
788
721
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -801,7 +734,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
801
734
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
802
735
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
803
736
|
}>]>, import("@scalar/typebox").TObject<{
|
|
804
|
-
'$ref-value': import("@scalar/typebox").
|
|
737
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
805
738
|
}>]>]>>;
|
|
806
739
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
807
740
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -819,7 +752,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
819
752
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
820
753
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
821
754
|
}>]>, import("@scalar/typebox").TObject<{
|
|
822
|
-
'$ref-value': import("@scalar/typebox").
|
|
755
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
823
756
|
}>]>]>>>;
|
|
824
757
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
825
758
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -829,7 +762,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
829
762
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
830
763
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
831
764
|
}>]>, import("@scalar/typebox").TObject<{
|
|
832
|
-
'$ref-value': import("@scalar/typebox").
|
|
765
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
833
766
|
}>]>]>>>;
|
|
834
767
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
835
768
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -839,7 +772,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
839
772
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
840
773
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
841
774
|
}>]>, import("@scalar/typebox").TObject<{
|
|
842
|
-
'$ref-value': import("@scalar/typebox").
|
|
775
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
843
776
|
}>]>]>>>;
|
|
844
777
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
845
778
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -849,7 +782,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
849
782
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
850
783
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
851
784
|
}>]>, import("@scalar/typebox").TObject<{
|
|
852
|
-
'$ref-value': import("@scalar/typebox").
|
|
785
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
853
786
|
}>]>]>>;
|
|
854
787
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
855
788
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -882,7 +815,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
882
815
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
883
816
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
884
817
|
}>]>, import("@scalar/typebox").TObject<{
|
|
885
|
-
'$ref-value': import("@scalar/typebox").
|
|
818
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
886
819
|
}>]>]>>;
|
|
887
820
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
888
821
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -892,7 +825,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
892
825
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
893
826
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
894
827
|
}>]>, import("@scalar/typebox").TObject<{
|
|
895
|
-
'$ref-value': import("@scalar/typebox").
|
|
828
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
896
829
|
}>]>]>>>;
|
|
897
830
|
}>, import("@scalar/typebox").TObject<{
|
|
898
831
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -911,7 +844,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
911
844
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
912
845
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
913
846
|
}>]>, import("@scalar/typebox").TObject<{
|
|
914
|
-
'$ref-value': import("@scalar/typebox").
|
|
847
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
915
848
|
}>]>]>>;
|
|
916
849
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
917
850
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -929,7 +862,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
929
862
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
930
863
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
931
864
|
}>]>, import("@scalar/typebox").TObject<{
|
|
932
|
-
'$ref-value': import("@scalar/typebox").
|
|
865
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
933
866
|
}>]>]>>>;
|
|
934
867
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
935
868
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -939,7 +872,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
939
872
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
940
873
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
941
874
|
}>]>, import("@scalar/typebox").TObject<{
|
|
942
|
-
'$ref-value': import("@scalar/typebox").
|
|
875
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
943
876
|
}>]>]>>>;
|
|
944
877
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
945
878
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -949,7 +882,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
949
882
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
950
883
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
951
884
|
}>]>, import("@scalar/typebox").TObject<{
|
|
952
|
-
'$ref-value': import("@scalar/typebox").
|
|
885
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
953
886
|
}>]>]>>>;
|
|
954
887
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
955
888
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -959,7 +892,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
959
892
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
960
893
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
961
894
|
}>]>, import("@scalar/typebox").TObject<{
|
|
962
|
-
'$ref-value': import("@scalar/typebox").
|
|
895
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
963
896
|
}>]>]>>;
|
|
964
897
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
965
898
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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;
|
|
@@ -1951,7 +1770,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1951
1770
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1952
1771
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1953
1772
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1954
|
-
'$ref-value': import("@scalar/typebox").
|
|
1773
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1955
1774
|
}>]>]>>;
|
|
1956
1775
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1957
1776
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1969,7 +1788,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1969
1788
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1970
1789
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1971
1790
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1972
|
-
'$ref-value': import("@scalar/typebox").
|
|
1791
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1973
1792
|
}>]>]>>>;
|
|
1974
1793
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1975
1794
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1979,7 +1798,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1979
1798
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1980
1799
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1981
1800
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1982
|
-
'$ref-value': import("@scalar/typebox").
|
|
1801
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1983
1802
|
}>]>]>>>;
|
|
1984
1803
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1985
1804
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1989,7 +1808,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1989
1808
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1990
1809
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1991
1810
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1992
|
-
'$ref-value': import("@scalar/typebox").
|
|
1811
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1993
1812
|
}>]>]>>>;
|
|
1994
1813
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1995
1814
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1999,7 +1818,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
1999
1818
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2000
1819
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2001
1820
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2002
|
-
'$ref-value': import("@scalar/typebox").
|
|
1821
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2003
1822
|
}>]>]>>;
|
|
2004
1823
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2005
1824
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2038,7 +1857,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2038
1857
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2039
1858
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2040
1859
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2041
|
-
'$ref-value': import("@scalar/typebox").
|
|
1860
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2042
1861
|
}>]>]>>;
|
|
2043
1862
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2044
1863
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2056,7 +1875,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2056
1875
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2057
1876
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2058
1877
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2059
|
-
'$ref-value': import("@scalar/typebox").
|
|
1878
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2060
1879
|
}>]>]>>>;
|
|
2061
1880
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2062
1881
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2066,7 +1885,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2066
1885
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2067
1886
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2068
1887
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2069
|
-
'$ref-value': import("@scalar/typebox").
|
|
1888
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2070
1889
|
}>]>]>>>;
|
|
2071
1890
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2072
1891
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2076,7 +1895,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2076
1895
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2077
1896
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2078
1897
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2079
|
-
'$ref-value': import("@scalar/typebox").
|
|
1898
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2080
1899
|
}>]>]>>>;
|
|
2081
1900
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2082
1901
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2086,7 +1905,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2086
1905
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2087
1906
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2088
1907
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2089
|
-
'$ref-value': import("@scalar/typebox").
|
|
1908
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2090
1909
|
}>]>]>>;
|
|
2091
1910
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2092
1911
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2131,7 +1950,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2131
1950
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2132
1951
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2133
1952
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2134
|
-
'$ref-value': import("@scalar/typebox").
|
|
1953
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2135
1954
|
}>]>]>>;
|
|
2136
1955
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2137
1956
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2149,7 +1968,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2149
1968
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2150
1969
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2151
1970
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2152
|
-
'$ref-value': import("@scalar/typebox").
|
|
1971
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2153
1972
|
}>]>]>>>;
|
|
2154
1973
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2155
1974
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2159,7 +1978,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2159
1978
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2160
1979
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2161
1980
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2162
|
-
'$ref-value': import("@scalar/typebox").
|
|
1981
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2163
1982
|
}>]>]>>>;
|
|
2164
1983
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2165
1984
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2169,7 +1988,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2169
1988
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2170
1989
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2171
1990
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2172
|
-
'$ref-value': import("@scalar/typebox").
|
|
1991
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2173
1992
|
}>]>]>>>;
|
|
2174
1993
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2175
1994
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2179,7 +1998,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2179
1998
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2180
1999
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2181
2000
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2182
|
-
'$ref-value': import("@scalar/typebox").
|
|
2001
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2183
2002
|
}>]>]>>;
|
|
2184
2003
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2185
2004
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2222,7 +2041,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2222
2041
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2223
2042
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2224
2043
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2225
|
-
'$ref-value': import("@scalar/typebox").
|
|
2044
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2226
2045
|
}>]>]>>;
|
|
2227
2046
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2228
2047
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2240,7 +2059,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2240
2059
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2241
2060
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2242
2061
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2243
|
-
'$ref-value': import("@scalar/typebox").
|
|
2062
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2244
2063
|
}>]>]>>>;
|
|
2245
2064
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2246
2065
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2250,7 +2069,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2250
2069
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2251
2070
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2252
2071
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2253
|
-
'$ref-value': import("@scalar/typebox").
|
|
2072
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2254
2073
|
}>]>]>>>;
|
|
2255
2074
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2256
2075
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2260,7 +2079,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2260
2079
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2261
2080
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2262
2081
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2263
|
-
'$ref-value': import("@scalar/typebox").
|
|
2082
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2264
2083
|
}>]>]>>>;
|
|
2265
2084
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2266
2085
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2270,7 +2089,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2270
2089
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2271
2090
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2272
2091
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2273
|
-
'$ref-value': import("@scalar/typebox").
|
|
2092
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2274
2093
|
}>]>]>>;
|
|
2275
2094
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2276
2095
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2303,7 +2122,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2303
2122
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2304
2123
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2305
2124
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2306
|
-
'$ref-value': import("@scalar/typebox").
|
|
2125
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2307
2126
|
}>]>]>>>;
|
|
2308
2127
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2309
2128
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2313,7 +2132,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2313
2132
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2314
2133
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2315
2134
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2316
|
-
'$ref-value': import("@scalar/typebox").
|
|
2135
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2317
2136
|
}>]>]>]>>;
|
|
2318
2137
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2319
2138
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2323,7 +2142,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2323
2142
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2324
2143
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2325
2144
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2326
|
-
'$ref-value': import("@scalar/typebox").
|
|
2145
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2327
2146
|
}>]>]>>>;
|
|
2328
2147
|
}>, import("@scalar/typebox").TObject<{
|
|
2329
2148
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2342,7 +2161,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2342
2161
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2343
2162
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2344
2163
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2345
|
-
'$ref-value': import("@scalar/typebox").
|
|
2164
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2346
2165
|
}>]>]>>;
|
|
2347
2166
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2348
2167
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2360,7 +2179,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2360
2179
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2361
2180
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2362
2181
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2363
|
-
'$ref-value': import("@scalar/typebox").
|
|
2182
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2364
2183
|
}>]>]>>>;
|
|
2365
2184
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2366
2185
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2370,7 +2189,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2370
2189
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2371
2190
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2372
2191
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2373
|
-
'$ref-value': import("@scalar/typebox").
|
|
2192
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2374
2193
|
}>]>]>>>;
|
|
2375
2194
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2376
2195
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2380,7 +2199,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2380
2199
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2381
2200
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2382
2201
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2383
|
-
'$ref-value': import("@scalar/typebox").
|
|
2202
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2384
2203
|
}>]>]>>>;
|
|
2385
2204
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2386
2205
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2390,7 +2209,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2390
2209
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2391
2210
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2392
2211
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2393
|
-
'$ref-value': import("@scalar/typebox").
|
|
2212
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2394
2213
|
}>]>]>>;
|
|
2395
2214
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2396
2215
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2423,7 +2242,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2423
2242
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2424
2243
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2425
2244
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2426
|
-
'$ref-value': import("@scalar/typebox").
|
|
2245
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2427
2246
|
}>]>]>>;
|
|
2428
2247
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2429
2248
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2433,7 +2252,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2433
2252
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2434
2253
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2435
2254
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2436
|
-
'$ref-value': import("@scalar/typebox").
|
|
2255
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2437
2256
|
}>]>]>>>;
|
|
2438
2257
|
}>, import("@scalar/typebox").TObject<{
|
|
2439
2258
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2452,7 +2271,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2452
2271
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2453
2272
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2454
2273
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2455
|
-
'$ref-value': import("@scalar/typebox").
|
|
2274
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2456
2275
|
}>]>]>>;
|
|
2457
2276
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2458
2277
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2470,7 +2289,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2470
2289
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2471
2290
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2472
2291
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2473
|
-
'$ref-value': import("@scalar/typebox").
|
|
2292
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2474
2293
|
}>]>]>>>;
|
|
2475
2294
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2476
2295
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2480,7 +2299,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2480
2299
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2481
2300
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2482
2301
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2483
|
-
'$ref-value': import("@scalar/typebox").
|
|
2302
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2484
2303
|
}>]>]>>>;
|
|
2485
2304
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2486
2305
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2490,7 +2309,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2490
2309
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2491
2310
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2492
2311
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2493
|
-
'$ref-value': import("@scalar/typebox").
|
|
2312
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2494
2313
|
}>]>]>>>;
|
|
2495
2314
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2496
2315
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2500,7 +2319,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
2500
2319
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2501
2320
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2502
2321
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2503
|
-
'$ref-value': import("@scalar/typebox").
|
|
2322
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
2504
2323
|
}>]>]>>;
|
|
2505
2324
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2506
2325
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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;
|
|
@@ -3459,7 +3164,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3459
3164
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3460
3165
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3461
3166
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3462
|
-
'$ref-value': import("@scalar/typebox").
|
|
3167
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3463
3168
|
}>]>]>>;
|
|
3464
3169
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3465
3170
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3477,7 +3182,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3477
3182
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3478
3183
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3479
3184
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3480
|
-
'$ref-value': import("@scalar/typebox").
|
|
3185
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3481
3186
|
}>]>]>>>;
|
|
3482
3187
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3483
3188
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3487,7 +3192,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3487
3192
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3488
3193
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3489
3194
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3490
|
-
'$ref-value': import("@scalar/typebox").
|
|
3195
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3491
3196
|
}>]>]>>>;
|
|
3492
3197
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3493
3198
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3497,7 +3202,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3497
3202
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3498
3203
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3499
3204
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3500
|
-
'$ref-value': import("@scalar/typebox").
|
|
3205
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3501
3206
|
}>]>]>>>;
|
|
3502
3207
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3503
3208
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3507,7 +3212,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3507
3212
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3508
3213
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3509
3214
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3510
|
-
'$ref-value': import("@scalar/typebox").
|
|
3215
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3511
3216
|
}>]>]>>;
|
|
3512
3217
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3513
3218
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3546,7 +3251,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3546
3251
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3547
3252
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3548
3253
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3549
|
-
'$ref-value': import("@scalar/typebox").
|
|
3254
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3550
3255
|
}>]>]>>;
|
|
3551
3256
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3552
3257
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3564,7 +3269,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3564
3269
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3565
3270
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3566
3271
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3567
|
-
'$ref-value': import("@scalar/typebox").
|
|
3272
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3568
3273
|
}>]>]>>>;
|
|
3569
3274
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3570
3275
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3574,7 +3279,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3574
3279
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3575
3280
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3576
3281
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3577
|
-
'$ref-value': import("@scalar/typebox").
|
|
3282
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3578
3283
|
}>]>]>>>;
|
|
3579
3284
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3580
3285
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3584,7 +3289,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3584
3289
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3585
3290
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3586
3291
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3587
|
-
'$ref-value': import("@scalar/typebox").
|
|
3292
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3588
3293
|
}>]>]>>>;
|
|
3589
3294
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3590
3295
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3594,7 +3299,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3594
3299
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3595
3300
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3596
3301
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3597
|
-
'$ref-value': import("@scalar/typebox").
|
|
3302
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3598
3303
|
}>]>]>>;
|
|
3599
3304
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3600
3305
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3639,7 +3344,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3639
3344
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3640
3345
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3641
3346
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3642
|
-
'$ref-value': import("@scalar/typebox").
|
|
3347
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3643
3348
|
}>]>]>>;
|
|
3644
3349
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3645
3350
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3657,7 +3362,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3657
3362
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3658
3363
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3659
3364
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3660
|
-
'$ref-value': import("@scalar/typebox").
|
|
3365
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3661
3366
|
}>]>]>>>;
|
|
3662
3367
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3663
3368
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3667,7 +3372,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3667
3372
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3668
3373
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3669
3374
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3670
|
-
'$ref-value': import("@scalar/typebox").
|
|
3375
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3671
3376
|
}>]>]>>>;
|
|
3672
3377
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3673
3378
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3677,7 +3382,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3677
3382
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3678
3383
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3679
3384
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3680
|
-
'$ref-value': import("@scalar/typebox").
|
|
3385
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3681
3386
|
}>]>]>>>;
|
|
3682
3387
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3683
3388
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3687,7 +3392,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3687
3392
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3688
3393
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3689
3394
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3690
|
-
'$ref-value': import("@scalar/typebox").
|
|
3395
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3691
3396
|
}>]>]>>;
|
|
3692
3397
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3693
3398
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3730,7 +3435,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3730
3435
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3731
3436
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3732
3437
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3733
|
-
'$ref-value': import("@scalar/typebox").
|
|
3438
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3734
3439
|
}>]>]>>;
|
|
3735
3440
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3736
3441
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3748,7 +3453,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3748
3453
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3749
3454
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3750
3455
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3751
|
-
'$ref-value': import("@scalar/typebox").
|
|
3456
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3752
3457
|
}>]>]>>>;
|
|
3753
3458
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3754
3459
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3758,7 +3463,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3758
3463
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3759
3464
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3760
3465
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3761
|
-
'$ref-value': import("@scalar/typebox").
|
|
3466
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3762
3467
|
}>]>]>>>;
|
|
3763
3468
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3764
3469
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3768,7 +3473,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3768
3473
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3769
3474
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3770
3475
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3771
|
-
'$ref-value': import("@scalar/typebox").
|
|
3476
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3772
3477
|
}>]>]>>>;
|
|
3773
3478
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3774
3479
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3778,7 +3483,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3778
3483
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3779
3484
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3780
3485
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3781
|
-
'$ref-value': import("@scalar/typebox").
|
|
3486
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3782
3487
|
}>]>]>>;
|
|
3783
3488
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3784
3489
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3811,7 +3516,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3811
3516
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3812
3517
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3813
3518
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3814
|
-
'$ref-value': import("@scalar/typebox").
|
|
3519
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3815
3520
|
}>]>]>>>;
|
|
3816
3521
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3817
3522
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3821,7 +3526,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3821
3526
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3822
3527
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3823
3528
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3824
|
-
'$ref-value': import("@scalar/typebox").
|
|
3529
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3825
3530
|
}>]>]>]>>;
|
|
3826
3531
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3827
3532
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3831,7 +3536,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3831
3536
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3832
3537
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3833
3538
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3834
|
-
'$ref-value': import("@scalar/typebox").
|
|
3539
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3835
3540
|
}>]>]>>>;
|
|
3836
3541
|
}>, import("@scalar/typebox").TObject<{
|
|
3837
3542
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3850,7 +3555,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3850
3555
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3851
3556
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3852
3557
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3853
|
-
'$ref-value': import("@scalar/typebox").
|
|
3558
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3854
3559
|
}>]>]>>;
|
|
3855
3560
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3856
3561
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3868,7 +3573,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3868
3573
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3869
3574
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3870
3575
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3871
|
-
'$ref-value': import("@scalar/typebox").
|
|
3576
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3872
3577
|
}>]>]>>>;
|
|
3873
3578
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3874
3579
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3878,7 +3583,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3878
3583
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3879
3584
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3880
3585
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3881
|
-
'$ref-value': import("@scalar/typebox").
|
|
3586
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3882
3587
|
}>]>]>>>;
|
|
3883
3588
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3884
3589
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3888,7 +3593,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3888
3593
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3889
3594
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3890
3595
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3891
|
-
'$ref-value': import("@scalar/typebox").
|
|
3596
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3892
3597
|
}>]>]>>>;
|
|
3893
3598
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3894
3599
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3898,7 +3603,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3898
3603
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3899
3604
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3900
3605
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3901
|
-
'$ref-value': import("@scalar/typebox").
|
|
3606
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3902
3607
|
}>]>]>>;
|
|
3903
3608
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3904
3609
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3931,7 +3636,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3931
3636
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3932
3637
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3933
3638
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3934
|
-
'$ref-value': import("@scalar/typebox").
|
|
3639
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3935
3640
|
}>]>]>>;
|
|
3936
3641
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3937
3642
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3941,7 +3646,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3941
3646
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3942
3647
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3943
3648
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3944
|
-
'$ref-value': import("@scalar/typebox").
|
|
3649
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3945
3650
|
}>]>]>>>;
|
|
3946
3651
|
}>, import("@scalar/typebox").TObject<{
|
|
3947
3652
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3960,7 +3665,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3960
3665
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3961
3666
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3962
3667
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3963
|
-
'$ref-value': import("@scalar/typebox").
|
|
3668
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3964
3669
|
}>]>]>>;
|
|
3965
3670
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3966
3671
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3978,7 +3683,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3978
3683
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3979
3684
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3980
3685
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3981
|
-
'$ref-value': import("@scalar/typebox").
|
|
3686
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3982
3687
|
}>]>]>>>;
|
|
3983
3688
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3984
3689
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3988,7 +3693,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3988
3693
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3989
3694
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3990
3695
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3991
|
-
'$ref-value': import("@scalar/typebox").
|
|
3696
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
3992
3697
|
}>]>]>>>;
|
|
3993
3698
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3994
3699
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3998,7 +3703,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
3998
3703
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3999
3704
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4000
3705
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4001
|
-
'$ref-value': import("@scalar/typebox").
|
|
3706
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
4002
3707
|
}>]>]>>>;
|
|
4003
3708
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4004
3709
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4008,7 +3713,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TInter
|
|
|
4008
3713
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4009
3714
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4010
3715
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4011
|
-
'$ref-value': import("@scalar/typebox").
|
|
3716
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
4012
3717
|
}>]>]>>;
|
|
4013
3718
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4014
3719
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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;
|
|
@@ -5002,7 +4593,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5002
4593
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5003
4594
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5004
4595
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5005
|
-
'$ref-value': import("@scalar/typebox").
|
|
4596
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5006
4597
|
}>]>]>>;
|
|
5007
4598
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5008
4599
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5020,7 +4611,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5020
4611
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5021
4612
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5022
4613
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5023
|
-
'$ref-value': import("@scalar/typebox").
|
|
4614
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5024
4615
|
}>]>]>>>;
|
|
5025
4616
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5026
4617
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5030,7 +4621,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5030
4621
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5031
4622
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5032
4623
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5033
|
-
'$ref-value': import("@scalar/typebox").
|
|
4624
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5034
4625
|
}>]>]>>>;
|
|
5035
4626
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5036
4627
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5040,7 +4631,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5040
4631
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5041
4632
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5042
4633
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5043
|
-
'$ref-value': import("@scalar/typebox").
|
|
4634
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5044
4635
|
}>]>]>>>;
|
|
5045
4636
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5046
4637
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5050,7 +4641,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5050
4641
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5051
4642
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5052
4643
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5053
|
-
'$ref-value': import("@scalar/typebox").
|
|
4644
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5054
4645
|
}>]>]>>;
|
|
5055
4646
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5056
4647
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5089,7 +4680,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5089
4680
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5090
4681
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5091
4682
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5092
|
-
'$ref-value': import("@scalar/typebox").
|
|
4683
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5093
4684
|
}>]>]>>;
|
|
5094
4685
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5095
4686
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5107,7 +4698,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5107
4698
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5108
4699
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5109
4700
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5110
|
-
'$ref-value': import("@scalar/typebox").
|
|
4701
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5111
4702
|
}>]>]>>>;
|
|
5112
4703
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5113
4704
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5117,7 +4708,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5117
4708
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5118
4709
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5119
4710
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5120
|
-
'$ref-value': import("@scalar/typebox").
|
|
4711
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5121
4712
|
}>]>]>>>;
|
|
5122
4713
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5123
4714
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5127,7 +4718,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5127
4718
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5128
4719
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5129
4720
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5130
|
-
'$ref-value': import("@scalar/typebox").
|
|
4721
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5131
4722
|
}>]>]>>>;
|
|
5132
4723
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5133
4724
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5137,7 +4728,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5137
4728
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5138
4729
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5139
4730
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5140
|
-
'$ref-value': import("@scalar/typebox").
|
|
4731
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5141
4732
|
}>]>]>>;
|
|
5142
4733
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5143
4734
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5182,7 +4773,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5182
4773
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5183
4774
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5184
4775
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5185
|
-
'$ref-value': import("@scalar/typebox").
|
|
4776
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5186
4777
|
}>]>]>>;
|
|
5187
4778
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5188
4779
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5200,7 +4791,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5200
4791
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5201
4792
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5202
4793
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5203
|
-
'$ref-value': import("@scalar/typebox").
|
|
4794
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5204
4795
|
}>]>]>>>;
|
|
5205
4796
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5206
4797
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5210,7 +4801,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5210
4801
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5211
4802
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5212
4803
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5213
|
-
'$ref-value': import("@scalar/typebox").
|
|
4804
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5214
4805
|
}>]>]>>>;
|
|
5215
4806
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5216
4807
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5220,7 +4811,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5220
4811
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5221
4812
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5222
4813
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5223
|
-
'$ref-value': import("@scalar/typebox").
|
|
4814
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5224
4815
|
}>]>]>>>;
|
|
5225
4816
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5226
4817
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5230,7 +4821,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5230
4821
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5231
4822
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5232
4823
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5233
|
-
'$ref-value': import("@scalar/typebox").
|
|
4824
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5234
4825
|
}>]>]>>;
|
|
5235
4826
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5236
4827
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5273,7 +4864,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5273
4864
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5274
4865
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5275
4866
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5276
|
-
'$ref-value': import("@scalar/typebox").
|
|
4867
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5277
4868
|
}>]>]>>;
|
|
5278
4869
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5279
4870
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5291,7 +4882,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5291
4882
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5292
4883
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5293
4884
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5294
|
-
'$ref-value': import("@scalar/typebox").
|
|
4885
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5295
4886
|
}>]>]>>>;
|
|
5296
4887
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5297
4888
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5301,7 +4892,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5301
4892
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5302
4893
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5303
4894
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5304
|
-
'$ref-value': import("@scalar/typebox").
|
|
4895
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5305
4896
|
}>]>]>>>;
|
|
5306
4897
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5307
4898
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5311,7 +4902,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5311
4902
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5312
4903
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5313
4904
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5314
|
-
'$ref-value': import("@scalar/typebox").
|
|
4905
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5315
4906
|
}>]>]>>>;
|
|
5316
4907
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5317
4908
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5321,7 +4912,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5321
4912
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5322
4913
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5323
4914
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5324
|
-
'$ref-value': import("@scalar/typebox").
|
|
4915
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5325
4916
|
}>]>]>>;
|
|
5326
4917
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5327
4918
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5354,7 +4945,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5354
4945
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5355
4946
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5356
4947
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5357
|
-
'$ref-value': import("@scalar/typebox").
|
|
4948
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5358
4949
|
}>]>]>>>;
|
|
5359
4950
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5360
4951
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5364,7 +4955,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5364
4955
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5365
4956
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5366
4957
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5367
|
-
'$ref-value': import("@scalar/typebox").
|
|
4958
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5368
4959
|
}>]>]>]>>;
|
|
5369
4960
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5370
4961
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5374,7 +4965,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5374
4965
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5375
4966
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5376
4967
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5377
|
-
'$ref-value': import("@scalar/typebox").
|
|
4968
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5378
4969
|
}>]>]>>>;
|
|
5379
4970
|
}>, import("@scalar/typebox").TObject<{
|
|
5380
4971
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5393,7 +4984,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5393
4984
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5394
4985
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5395
4986
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5396
|
-
'$ref-value': import("@scalar/typebox").
|
|
4987
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5397
4988
|
}>]>]>>;
|
|
5398
4989
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5399
4990
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5411,7 +5002,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5411
5002
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5412
5003
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5413
5004
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5414
|
-
'$ref-value': import("@scalar/typebox").
|
|
5005
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5415
5006
|
}>]>]>>>;
|
|
5416
5007
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5417
5008
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5421,7 +5012,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5421
5012
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5422
5013
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5423
5014
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5424
|
-
'$ref-value': import("@scalar/typebox").
|
|
5015
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5425
5016
|
}>]>]>>>;
|
|
5426
5017
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5427
5018
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5431,7 +5022,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5431
5022
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5432
5023
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5433
5024
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5434
|
-
'$ref-value': import("@scalar/typebox").
|
|
5025
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5435
5026
|
}>]>]>>>;
|
|
5436
5027
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5437
5028
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5441,7 +5032,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5441
5032
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5442
5033
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5443
5034
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5444
|
-
'$ref-value': import("@scalar/typebox").
|
|
5035
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5445
5036
|
}>]>]>>;
|
|
5446
5037
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5447
5038
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5474,7 +5065,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5474
5065
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5475
5066
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5476
5067
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5477
|
-
'$ref-value': import("@scalar/typebox").
|
|
5068
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5478
5069
|
}>]>]>>;
|
|
5479
5070
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5480
5071
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5484,7 +5075,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5484
5075
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5485
5076
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5486
5077
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5487
|
-
'$ref-value': import("@scalar/typebox").
|
|
5078
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5488
5079
|
}>]>]>>>;
|
|
5489
5080
|
}>, import("@scalar/typebox").TObject<{
|
|
5490
5081
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5503,7 +5094,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5503
5094
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5504
5095
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5505
5096
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5506
|
-
'$ref-value': import("@scalar/typebox").
|
|
5097
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5507
5098
|
}>]>]>>;
|
|
5508
5099
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5509
5100
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5521,7 +5112,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5521
5112
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5522
5113
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5523
5114
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5524
|
-
'$ref-value': import("@scalar/typebox").
|
|
5115
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5525
5116
|
}>]>]>>>;
|
|
5526
5117
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5527
5118
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5531,7 +5122,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5531
5122
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5532
5123
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5533
5124
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5534
|
-
'$ref-value': import("@scalar/typebox").
|
|
5125
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5535
5126
|
}>]>]>>>;
|
|
5536
5127
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5537
5128
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5541,7 +5132,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5541
5132
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5542
5133
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5543
5134
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5544
|
-
'$ref-value': import("@scalar/typebox").
|
|
5135
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5545
5136
|
}>]>]>>>;
|
|
5546
5137
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5547
5138
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5551,7 +5142,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5551
5142
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5552
5143
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5553
5144
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5554
|
-
'$ref-value': import("@scalar/typebox").
|
|
5145
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
5555
5146
|
}>]>]>>;
|
|
5556
5147
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5557
5148
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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;
|
|
@@ -6515,7 +5992,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6515
5992
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6516
5993
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6517
5994
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6518
|
-
'$ref-value': import("@scalar/typebox").
|
|
5995
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6519
5996
|
}>]>]>>;
|
|
6520
5997
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6521
5998
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6533,7 +6010,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6533
6010
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6534
6011
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6535
6012
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6536
|
-
'$ref-value': import("@scalar/typebox").
|
|
6013
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6537
6014
|
}>]>]>>>;
|
|
6538
6015
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6539
6016
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6543,7 +6020,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6543
6020
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6544
6021
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6545
6022
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6546
|
-
'$ref-value': import("@scalar/typebox").
|
|
6023
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6547
6024
|
}>]>]>>>;
|
|
6548
6025
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6549
6026
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6553,7 +6030,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6553
6030
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6554
6031
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6555
6032
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6556
|
-
'$ref-value': import("@scalar/typebox").
|
|
6033
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6557
6034
|
}>]>]>>>;
|
|
6558
6035
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6559
6036
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6563,7 +6040,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6563
6040
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6564
6041
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6565
6042
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6566
|
-
'$ref-value': import("@scalar/typebox").
|
|
6043
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6567
6044
|
}>]>]>>;
|
|
6568
6045
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6569
6046
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6602,7 +6079,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6602
6079
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6603
6080
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6604
6081
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6605
|
-
'$ref-value': import("@scalar/typebox").
|
|
6082
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6606
6083
|
}>]>]>>;
|
|
6607
6084
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6608
6085
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6620,7 +6097,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6620
6097
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6621
6098
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6622
6099
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6623
|
-
'$ref-value': import("@scalar/typebox").
|
|
6100
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6624
6101
|
}>]>]>>>;
|
|
6625
6102
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6626
6103
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6630,7 +6107,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6630
6107
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6631
6108
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6632
6109
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6633
|
-
'$ref-value': import("@scalar/typebox").
|
|
6110
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6634
6111
|
}>]>]>>>;
|
|
6635
6112
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6636
6113
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6640,7 +6117,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6640
6117
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6641
6118
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6642
6119
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6643
|
-
'$ref-value': import("@scalar/typebox").
|
|
6120
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6644
6121
|
}>]>]>>>;
|
|
6645
6122
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6646
6123
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6650,7 +6127,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6650
6127
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6651
6128
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6652
6129
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6653
|
-
'$ref-value': import("@scalar/typebox").
|
|
6130
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6654
6131
|
}>]>]>>;
|
|
6655
6132
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6656
6133
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6695,7 +6172,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6695
6172
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6696
6173
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6697
6174
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6698
|
-
'$ref-value': import("@scalar/typebox").
|
|
6175
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6699
6176
|
}>]>]>>;
|
|
6700
6177
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6701
6178
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6713,7 +6190,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6713
6190
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6714
6191
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6715
6192
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6716
|
-
'$ref-value': import("@scalar/typebox").
|
|
6193
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6717
6194
|
}>]>]>>>;
|
|
6718
6195
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6719
6196
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6723,7 +6200,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6723
6200
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6724
6201
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6725
6202
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6726
|
-
'$ref-value': import("@scalar/typebox").
|
|
6203
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6727
6204
|
}>]>]>>>;
|
|
6728
6205
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6729
6206
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6733,7 +6210,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6733
6210
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6734
6211
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6735
6212
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6736
|
-
'$ref-value': import("@scalar/typebox").
|
|
6213
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6737
6214
|
}>]>]>>>;
|
|
6738
6215
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6739
6216
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6743,7 +6220,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6743
6220
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6744
6221
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6745
6222
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6746
|
-
'$ref-value': import("@scalar/typebox").
|
|
6223
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6747
6224
|
}>]>]>>;
|
|
6748
6225
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6749
6226
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6786,7 +6263,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6786
6263
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6787
6264
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6788
6265
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6789
|
-
'$ref-value': import("@scalar/typebox").
|
|
6266
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6790
6267
|
}>]>]>>;
|
|
6791
6268
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6792
6269
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6804,7 +6281,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6804
6281
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6805
6282
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6806
6283
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6807
|
-
'$ref-value': import("@scalar/typebox").
|
|
6284
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6808
6285
|
}>]>]>>>;
|
|
6809
6286
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6810
6287
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6814,7 +6291,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6814
6291
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6815
6292
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6816
6293
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6817
|
-
'$ref-value': import("@scalar/typebox").
|
|
6294
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6818
6295
|
}>]>]>>>;
|
|
6819
6296
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6820
6297
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6824,7 +6301,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6824
6301
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6825
6302
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6826
6303
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6827
|
-
'$ref-value': import("@scalar/typebox").
|
|
6304
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6828
6305
|
}>]>]>>>;
|
|
6829
6306
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6830
6307
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6834,7 +6311,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6834
6311
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6835
6312
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6836
6313
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6837
|
-
'$ref-value': import("@scalar/typebox").
|
|
6314
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6838
6315
|
}>]>]>>;
|
|
6839
6316
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6840
6317
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6867,7 +6344,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6867
6344
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6868
6345
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6869
6346
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6870
|
-
'$ref-value': import("@scalar/typebox").
|
|
6347
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6871
6348
|
}>]>]>>>;
|
|
6872
6349
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6873
6350
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6877,7 +6354,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6877
6354
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6878
6355
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6879
6356
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6880
|
-
'$ref-value': import("@scalar/typebox").
|
|
6357
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6881
6358
|
}>]>]>]>>;
|
|
6882
6359
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6883
6360
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6887,7 +6364,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6887
6364
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6888
6365
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6889
6366
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6890
|
-
'$ref-value': import("@scalar/typebox").
|
|
6367
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6891
6368
|
}>]>]>>>;
|
|
6892
6369
|
}>, import("@scalar/typebox").TObject<{
|
|
6893
6370
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6906,7 +6383,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6906
6383
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6907
6384
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6908
6385
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6909
|
-
'$ref-value': import("@scalar/typebox").
|
|
6386
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6910
6387
|
}>]>]>>;
|
|
6911
6388
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6912
6389
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6924,7 +6401,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6924
6401
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6925
6402
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6926
6403
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6927
|
-
'$ref-value': import("@scalar/typebox").
|
|
6404
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6928
6405
|
}>]>]>>>;
|
|
6929
6406
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6930
6407
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6934,7 +6411,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6934
6411
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6935
6412
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6936
6413
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6937
|
-
'$ref-value': import("@scalar/typebox").
|
|
6414
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6938
6415
|
}>]>]>>>;
|
|
6939
6416
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6940
6417
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6944,7 +6421,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6944
6421
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6945
6422
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6946
6423
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6947
|
-
'$ref-value': import("@scalar/typebox").
|
|
6424
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6948
6425
|
}>]>]>>>;
|
|
6949
6426
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6950
6427
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6954,7 +6431,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6954
6431
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6955
6432
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6956
6433
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6957
|
-
'$ref-value': import("@scalar/typebox").
|
|
6434
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6958
6435
|
}>]>]>>;
|
|
6959
6436
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6960
6437
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6987,7 +6464,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6987
6464
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6988
6465
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6989
6466
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6990
|
-
'$ref-value': import("@scalar/typebox").
|
|
6467
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
6991
6468
|
}>]>]>>;
|
|
6992
6469
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6993
6470
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6997,7 +6474,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6997
6474
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6998
6475
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6999
6476
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7000
|
-
'$ref-value': import("@scalar/typebox").
|
|
6477
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
7001
6478
|
}>]>]>>>;
|
|
7002
6479
|
}>, import("@scalar/typebox").TObject<{
|
|
7003
6480
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7016,7 +6493,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7016
6493
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7017
6494
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7018
6495
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7019
|
-
'$ref-value': import("@scalar/typebox").
|
|
6496
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
7020
6497
|
}>]>]>>;
|
|
7021
6498
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7022
6499
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7034,7 +6511,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7034
6511
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7035
6512
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7036
6513
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7037
|
-
'$ref-value': import("@scalar/typebox").
|
|
6514
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
7038
6515
|
}>]>]>>>;
|
|
7039
6516
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7040
6517
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7044,7 +6521,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7044
6521
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7045
6522
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7046
6523
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7047
|
-
'$ref-value': import("@scalar/typebox").
|
|
6524
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
7048
6525
|
}>]>]>>>;
|
|
7049
6526
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7050
6527
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7054,7 +6531,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7054
6531
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7055
6532
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7056
6533
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7057
|
-
'$ref-value': import("@scalar/typebox").
|
|
6534
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
7058
6535
|
}>]>]>>>;
|
|
7059
6536
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7060
6537
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7064,7 +6541,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7064
6541
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7065
6542
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7066
6543
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7067
|
-
'$ref-value': import("@scalar/typebox").
|
|
6544
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
7068
6545
|
}>]>]>>;
|
|
7069
6546
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7070
6547
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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;
|
|
@@ -8038,7 +7401,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8038
7401
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8039
7402
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8040
7403
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8041
|
-
'$ref-value': import("@scalar/typebox").
|
|
7404
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8042
7405
|
}>]>]>>;
|
|
8043
7406
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8044
7407
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8056,7 +7419,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8056
7419
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8057
7420
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8058
7421
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8059
|
-
'$ref-value': import("@scalar/typebox").
|
|
7422
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8060
7423
|
}>]>]>>>;
|
|
8061
7424
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8062
7425
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8066,7 +7429,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8066
7429
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8067
7430
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8068
7431
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8069
|
-
'$ref-value': import("@scalar/typebox").
|
|
7432
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8070
7433
|
}>]>]>>>;
|
|
8071
7434
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8072
7435
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8076,7 +7439,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8076
7439
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8077
7440
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8078
7441
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8079
|
-
'$ref-value': import("@scalar/typebox").
|
|
7442
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8080
7443
|
}>]>]>>>;
|
|
8081
7444
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8082
7445
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8086,7 +7449,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8086
7449
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8087
7450
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8088
7451
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8089
|
-
'$ref-value': import("@scalar/typebox").
|
|
7452
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8090
7453
|
}>]>]>>;
|
|
8091
7454
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8092
7455
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8125,7 +7488,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8125
7488
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8126
7489
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8127
7490
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8128
|
-
'$ref-value': import("@scalar/typebox").
|
|
7491
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8129
7492
|
}>]>]>>;
|
|
8130
7493
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8131
7494
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8143,7 +7506,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8143
7506
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8144
7507
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8145
7508
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8146
|
-
'$ref-value': import("@scalar/typebox").
|
|
7509
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8147
7510
|
}>]>]>>>;
|
|
8148
7511
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8149
7512
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8153,7 +7516,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8153
7516
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8154
7517
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8155
7518
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8156
|
-
'$ref-value': import("@scalar/typebox").
|
|
7519
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8157
7520
|
}>]>]>>>;
|
|
8158
7521
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8159
7522
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8163,7 +7526,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8163
7526
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8164
7527
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8165
7528
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8166
|
-
'$ref-value': import("@scalar/typebox").
|
|
7529
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8167
7530
|
}>]>]>>>;
|
|
8168
7531
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8169
7532
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8173,7 +7536,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8173
7536
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8174
7537
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8175
7538
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8176
|
-
'$ref-value': import("@scalar/typebox").
|
|
7539
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8177
7540
|
}>]>]>>;
|
|
8178
7541
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8179
7542
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8218,7 +7581,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8218
7581
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8219
7582
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8220
7583
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8221
|
-
'$ref-value': import("@scalar/typebox").
|
|
7584
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8222
7585
|
}>]>]>>;
|
|
8223
7586
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8224
7587
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8236,7 +7599,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8236
7599
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8237
7600
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8238
7601
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8239
|
-
'$ref-value': import("@scalar/typebox").
|
|
7602
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8240
7603
|
}>]>]>>>;
|
|
8241
7604
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8242
7605
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8246,7 +7609,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8246
7609
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8247
7610
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8248
7611
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8249
|
-
'$ref-value': import("@scalar/typebox").
|
|
7612
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8250
7613
|
}>]>]>>>;
|
|
8251
7614
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8252
7615
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8256,7 +7619,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8256
7619
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8257
7620
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8258
7621
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8259
|
-
'$ref-value': import("@scalar/typebox").
|
|
7622
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8260
7623
|
}>]>]>>>;
|
|
8261
7624
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8262
7625
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8266,7 +7629,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8266
7629
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8267
7630
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8268
7631
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8269
|
-
'$ref-value': import("@scalar/typebox").
|
|
7632
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8270
7633
|
}>]>]>>;
|
|
8271
7634
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8272
7635
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8309,7 +7672,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8309
7672
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8310
7673
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8311
7674
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8312
|
-
'$ref-value': import("@scalar/typebox").
|
|
7675
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8313
7676
|
}>]>]>>;
|
|
8314
7677
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8315
7678
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8327,7 +7690,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8327
7690
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8328
7691
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8329
7692
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8330
|
-
'$ref-value': import("@scalar/typebox").
|
|
7693
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8331
7694
|
}>]>]>>>;
|
|
8332
7695
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8333
7696
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8337,7 +7700,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8337
7700
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8338
7701
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8339
7702
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8340
|
-
'$ref-value': import("@scalar/typebox").
|
|
7703
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8341
7704
|
}>]>]>>>;
|
|
8342
7705
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8343
7706
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8347,7 +7710,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8347
7710
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8348
7711
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8349
7712
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8350
|
-
'$ref-value': import("@scalar/typebox").
|
|
7713
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8351
7714
|
}>]>]>>>;
|
|
8352
7715
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8353
7716
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8357,7 +7720,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8357
7720
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8358
7721
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8359
7722
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8360
|
-
'$ref-value': import("@scalar/typebox").
|
|
7723
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8361
7724
|
}>]>]>>;
|
|
8362
7725
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8363
7726
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8390,7 +7753,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8390
7753
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8391
7754
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8392
7755
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8393
|
-
'$ref-value': import("@scalar/typebox").
|
|
7756
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8394
7757
|
}>]>]>>>;
|
|
8395
7758
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8396
7759
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8400,7 +7763,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8400
7763
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8401
7764
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8402
7765
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8403
|
-
'$ref-value': import("@scalar/typebox").
|
|
7766
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8404
7767
|
}>]>]>]>>;
|
|
8405
7768
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8406
7769
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8410,7 +7773,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8410
7773
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8411
7774
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8412
7775
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8413
|
-
'$ref-value': import("@scalar/typebox").
|
|
7776
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8414
7777
|
}>]>]>>>;
|
|
8415
7778
|
}>, import("@scalar/typebox").TObject<{
|
|
8416
7779
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8429,7 +7792,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8429
7792
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8430
7793
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8431
7794
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8432
|
-
'$ref-value': import("@scalar/typebox").
|
|
7795
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8433
7796
|
}>]>]>>;
|
|
8434
7797
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8435
7798
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8447,7 +7810,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8447
7810
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8448
7811
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8449
7812
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8450
|
-
'$ref-value': import("@scalar/typebox").
|
|
7813
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8451
7814
|
}>]>]>>>;
|
|
8452
7815
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8453
7816
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8457,7 +7820,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8457
7820
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8458
7821
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8459
7822
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8460
|
-
'$ref-value': import("@scalar/typebox").
|
|
7823
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8461
7824
|
}>]>]>>>;
|
|
8462
7825
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8463
7826
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8467,7 +7830,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8467
7830
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8468
7831
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8469
7832
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8470
|
-
'$ref-value': import("@scalar/typebox").
|
|
7833
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8471
7834
|
}>]>]>>>;
|
|
8472
7835
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8473
7836
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8477,7 +7840,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8477
7840
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8478
7841
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8479
7842
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8480
|
-
'$ref-value': import("@scalar/typebox").
|
|
7843
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8481
7844
|
}>]>]>>;
|
|
8482
7845
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8483
7846
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8510,7 +7873,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8510
7873
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8511
7874
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8512
7875
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8513
|
-
'$ref-value': import("@scalar/typebox").
|
|
7876
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8514
7877
|
}>]>]>>;
|
|
8515
7878
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8516
7879
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8520,7 +7883,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8520
7883
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8521
7884
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8522
7885
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8523
|
-
'$ref-value': import("@scalar/typebox").
|
|
7886
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8524
7887
|
}>]>]>>>;
|
|
8525
7888
|
}>, import("@scalar/typebox").TObject<{
|
|
8526
7889
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8539,7 +7902,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8539
7902
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8540
7903
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8541
7904
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8542
|
-
'$ref-value': import("@scalar/typebox").
|
|
7905
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8543
7906
|
}>]>]>>;
|
|
8544
7907
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8545
7908
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8557,7 +7920,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8557
7920
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8558
7921
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8559
7922
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8560
|
-
'$ref-value': import("@scalar/typebox").
|
|
7923
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8561
7924
|
}>]>]>>>;
|
|
8562
7925
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8563
7926
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8567,7 +7930,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8567
7930
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8568
7931
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8569
7932
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8570
|
-
'$ref-value': import("@scalar/typebox").
|
|
7933
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8571
7934
|
}>]>]>>>;
|
|
8572
7935
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8573
7936
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8577,7 +7940,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8577
7940
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8578
7941
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8579
7942
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8580
|
-
'$ref-value': import("@scalar/typebox").
|
|
7943
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8581
7944
|
}>]>]>>>;
|
|
8582
7945
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8583
7946
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8587,7 +7950,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8587
7950
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8588
7951
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8589
7952
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8590
|
-
'$ref-value': import("@scalar/typebox").
|
|
7953
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
8591
7954
|
}>]>]>>;
|
|
8592
7955
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8593
7956
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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;
|
|
@@ -9546,7 +8795,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9546
8795
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9547
8796
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9548
8797
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9549
|
-
'$ref-value': import("@scalar/typebox").
|
|
8798
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9550
8799
|
}>]>]>>;
|
|
9551
8800
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9552
8801
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9564,7 +8813,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9564
8813
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9565
8814
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9566
8815
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9567
|
-
'$ref-value': import("@scalar/typebox").
|
|
8816
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9568
8817
|
}>]>]>>>;
|
|
9569
8818
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9570
8819
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9574,7 +8823,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9574
8823
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9575
8824
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9576
8825
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9577
|
-
'$ref-value': import("@scalar/typebox").
|
|
8826
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9578
8827
|
}>]>]>>>;
|
|
9579
8828
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9580
8829
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9584,7 +8833,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9584
8833
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9585
8834
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9586
8835
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9587
|
-
'$ref-value': import("@scalar/typebox").
|
|
8836
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9588
8837
|
}>]>]>>>;
|
|
9589
8838
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9590
8839
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9594,7 +8843,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9594
8843
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9595
8844
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9596
8845
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9597
|
-
'$ref-value': import("@scalar/typebox").
|
|
8846
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9598
8847
|
}>]>]>>;
|
|
9599
8848
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9600
8849
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9633,7 +8882,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9633
8882
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9634
8883
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9635
8884
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9636
|
-
'$ref-value': import("@scalar/typebox").
|
|
8885
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9637
8886
|
}>]>]>>;
|
|
9638
8887
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9639
8888
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9651,7 +8900,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9651
8900
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9652
8901
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9653
8902
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9654
|
-
'$ref-value': import("@scalar/typebox").
|
|
8903
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9655
8904
|
}>]>]>>>;
|
|
9656
8905
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9657
8906
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9661,7 +8910,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9661
8910
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9662
8911
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9663
8912
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9664
|
-
'$ref-value': import("@scalar/typebox").
|
|
8913
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9665
8914
|
}>]>]>>>;
|
|
9666
8915
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9667
8916
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9671,7 +8920,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9671
8920
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9672
8921
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9673
8922
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9674
|
-
'$ref-value': import("@scalar/typebox").
|
|
8923
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9675
8924
|
}>]>]>>>;
|
|
9676
8925
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9677
8926
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9681,7 +8930,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9681
8930
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9682
8931
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9683
8932
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9684
|
-
'$ref-value': import("@scalar/typebox").
|
|
8933
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9685
8934
|
}>]>]>>;
|
|
9686
8935
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9687
8936
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9726,7 +8975,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9726
8975
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9727
8976
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9728
8977
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9729
|
-
'$ref-value': import("@scalar/typebox").
|
|
8978
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9730
8979
|
}>]>]>>;
|
|
9731
8980
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9732
8981
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9744,7 +8993,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9744
8993
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9745
8994
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9746
8995
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9747
|
-
'$ref-value': import("@scalar/typebox").
|
|
8996
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9748
8997
|
}>]>]>>>;
|
|
9749
8998
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9750
8999
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9754,7 +9003,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9754
9003
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9755
9004
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9756
9005
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9757
|
-
'$ref-value': import("@scalar/typebox").
|
|
9006
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9758
9007
|
}>]>]>>>;
|
|
9759
9008
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9760
9009
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9764,7 +9013,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9764
9013
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9765
9014
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9766
9015
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9767
|
-
'$ref-value': import("@scalar/typebox").
|
|
9016
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9768
9017
|
}>]>]>>>;
|
|
9769
9018
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9770
9019
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9774,7 +9023,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9774
9023
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9775
9024
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9776
9025
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9777
|
-
'$ref-value': import("@scalar/typebox").
|
|
9026
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9778
9027
|
}>]>]>>;
|
|
9779
9028
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9780
9029
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9817,7 +9066,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9817
9066
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9818
9067
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9819
9068
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9820
|
-
'$ref-value': import("@scalar/typebox").
|
|
9069
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9821
9070
|
}>]>]>>;
|
|
9822
9071
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9823
9072
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9835,7 +9084,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9835
9084
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9836
9085
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9837
9086
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9838
|
-
'$ref-value': import("@scalar/typebox").
|
|
9087
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9839
9088
|
}>]>]>>>;
|
|
9840
9089
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9841
9090
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9845,7 +9094,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9845
9094
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9846
9095
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9847
9096
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9848
|
-
'$ref-value': import("@scalar/typebox").
|
|
9097
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9849
9098
|
}>]>]>>>;
|
|
9850
9099
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9851
9100
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9855,7 +9104,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9855
9104
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9856
9105
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9857
9106
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9858
|
-
'$ref-value': import("@scalar/typebox").
|
|
9107
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9859
9108
|
}>]>]>>>;
|
|
9860
9109
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9861
9110
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9865,7 +9114,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9865
9114
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9866
9115
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9867
9116
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9868
|
-
'$ref-value': import("@scalar/typebox").
|
|
9117
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9869
9118
|
}>]>]>>;
|
|
9870
9119
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9871
9120
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9898,7 +9147,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9898
9147
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9899
9148
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9900
9149
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9901
|
-
'$ref-value': import("@scalar/typebox").
|
|
9150
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9902
9151
|
}>]>]>>>;
|
|
9903
9152
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9904
9153
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9908,7 +9157,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9908
9157
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9909
9158
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9910
9159
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9911
|
-
'$ref-value': import("@scalar/typebox").
|
|
9160
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9912
9161
|
}>]>]>]>>;
|
|
9913
9162
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9914
9163
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9918,7 +9167,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9918
9167
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9919
9168
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9920
9169
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9921
|
-
'$ref-value': import("@scalar/typebox").
|
|
9170
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9922
9171
|
}>]>]>>>;
|
|
9923
9172
|
}>, import("@scalar/typebox").TObject<{
|
|
9924
9173
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9937,7 +9186,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9937
9186
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9938
9187
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9939
9188
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9940
|
-
'$ref-value': import("@scalar/typebox").
|
|
9189
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9941
9190
|
}>]>]>>;
|
|
9942
9191
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9943
9192
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9955,7 +9204,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9955
9204
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9956
9205
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9957
9206
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9958
|
-
'$ref-value': import("@scalar/typebox").
|
|
9207
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9959
9208
|
}>]>]>>>;
|
|
9960
9209
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9961
9210
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9965,7 +9214,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9965
9214
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9966
9215
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9967
9216
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9968
|
-
'$ref-value': import("@scalar/typebox").
|
|
9217
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9969
9218
|
}>]>]>>>;
|
|
9970
9219
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9971
9220
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9975,7 +9224,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9975
9224
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9976
9225
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9977
9226
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9978
|
-
'$ref-value': import("@scalar/typebox").
|
|
9227
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9979
9228
|
}>]>]>>>;
|
|
9980
9229
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9981
9230
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9985,7 +9234,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
9985
9234
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9986
9235
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9987
9236
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9988
|
-
'$ref-value': import("@scalar/typebox").
|
|
9237
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
9989
9238
|
}>]>]>>;
|
|
9990
9239
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9991
9240
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -10018,7 +9267,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10018
9267
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10019
9268
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10020
9269
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10021
|
-
'$ref-value': import("@scalar/typebox").
|
|
9270
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10022
9271
|
}>]>]>>;
|
|
10023
9272
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10024
9273
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -10028,7 +9277,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10028
9277
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10029
9278
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10030
9279
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10031
|
-
'$ref-value': import("@scalar/typebox").
|
|
9280
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10032
9281
|
}>]>]>>>;
|
|
10033
9282
|
}>, import("@scalar/typebox").TObject<{
|
|
10034
9283
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -10047,7 +9296,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10047
9296
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10048
9297
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10049
9298
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10050
|
-
'$ref-value': import("@scalar/typebox").
|
|
9299
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10051
9300
|
}>]>]>>;
|
|
10052
9301
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10053
9302
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -10065,7 +9314,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10065
9314
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10066
9315
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10067
9316
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10068
|
-
'$ref-value': import("@scalar/typebox").
|
|
9317
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10069
9318
|
}>]>]>>>;
|
|
10070
9319
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10071
9320
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -10075,7 +9324,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10075
9324
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10076
9325
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10077
9326
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10078
|
-
'$ref-value': import("@scalar/typebox").
|
|
9327
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10079
9328
|
}>]>]>>>;
|
|
10080
9329
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10081
9330
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -10085,7 +9334,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10085
9334
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10086
9335
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10087
9336
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10088
|
-
'$ref-value': import("@scalar/typebox").
|
|
9337
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10089
9338
|
}>]>]>>>;
|
|
10090
9339
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10091
9340
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -10095,7 +9344,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
10095
9344
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
10096
9345
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
10097
9346
|
}>]>, import("@scalar/typebox").TObject<{
|
|
10098
|
-
'$ref-value': import("@scalar/typebox").
|
|
9347
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
10099
9348
|
}>]>]>>;
|
|
10100
9349
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
10101
9350
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -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>>;
|