@scalar/workspace-store 0.52.0 → 0.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +55 -0
- package/dist/channel-example/build-connection-url.d.ts.map +1 -1
- package/dist/channel-example/build-connection-url.js +11 -8
- package/dist/channel-example/get-all-channel-messages.d.ts +10 -0
- package/dist/channel-example/get-all-channel-messages.d.ts.map +1 -0
- package/dist/channel-example/get-all-channel-messages.js +16 -0
- package/dist/channel-example/get-asyncapi-security-requirements.d.ts +7 -0
- package/dist/channel-example/get-asyncapi-security-requirements.d.ts.map +1 -0
- package/dist/channel-example/get-asyncapi-security-requirements.js +76 -0
- package/dist/channel-example/get-channel-connection-context.d.ts +16 -0
- package/dist/channel-example/get-channel-connection-context.d.ts.map +1 -0
- package/dist/channel-example/get-channel-connection-context.js +120 -0
- package/dist/channel-example/get-channel-connection-security.d.ts +8 -0
- package/dist/channel-example/get-channel-connection-security.d.ts.map +1 -0
- package/dist/channel-example/get-channel-connection-security.js +20 -0
- package/dist/channel-example/get-channel-operations.d.ts +11 -0
- package/dist/channel-example/get-channel-operations.d.ts.map +1 -0
- package/dist/channel-example/get-channel-operations.js +20 -0
- package/dist/channel-example/get-channel-parameters.d.ts +14 -0
- package/dist/channel-example/get-channel-parameters.d.ts.map +1 -0
- package/dist/channel-example/get-channel-parameters.js +59 -0
- package/dist/channel-example/index.d.ts +15 -0
- package/dist/channel-example/index.d.ts.map +1 -1
- package/dist/channel-example/index.js +9 -0
- package/dist/channel-example/resolve-channel.d.ts +11 -0
- package/dist/channel-example/resolve-channel.d.ts.map +1 -0
- package/dist/channel-example/resolve-channel.js +13 -0
- package/dist/channel-example/resolve-operation-channel.d.ts +11 -0
- package/dist/channel-example/resolve-operation-channel.d.ts.map +1 -0
- package/dist/channel-example/resolve-operation-channel.js +39 -0
- package/dist/channel-example/resolve-operation-with-traits.d.ts +6 -0
- package/dist/channel-example/resolve-operation-with-traits.d.ts.map +1 -0
- package/dist/channel-example/resolve-operation-with-traits.js +41 -0
- package/dist/channel-example/servers.d.ts.map +1 -1
- package/dist/channel-example/servers.js +23 -0
- package/dist/channel-example/types.d.ts +41 -0
- package/dist/channel-example/types.d.ts.map +1 -0
- package/dist/channel-example/types.js +1 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +8 -8
- package/dist/entities/auth/schema.d.ts +1473 -88
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/events/definitions/meta.d.ts +5 -3
- package/dist/events/definitions/meta.d.ts.map +1 -1
- package/dist/events/definitions/server.d.ts +21 -0
- package/dist/events/definitions/server.d.ts.map +1 -1
- package/dist/events/definitions/workspace.d.ts +7 -3
- package/dist/events/definitions/workspace.d.ts.map +1 -1
- package/dist/helpers/get-name-from-ref.d.ts +15 -0
- package/dist/helpers/get-name-from-ref.d.ts.map +1 -0
- package/dist/helpers/get-name-from-ref.js +37 -0
- package/dist/mutators/index.d.ts +4 -0
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/server.d.ts +26 -0
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +44 -1
- package/dist/navigation/get-navigation-options.d.ts +2 -2
- package/dist/navigation/get-navigation-options.d.ts.map +1 -1
- package/dist/navigation/get-navigation-options.js +26 -3
- package/dist/navigation/helpers/traverse-asyncapi-document.d.ts +23 -0
- package/dist/navigation/helpers/traverse-asyncapi-document.d.ts.map +1 -0
- package/dist/navigation/helpers/traverse-asyncapi-document.js +479 -0
- package/dist/navigation/helpers/traverse-description.d.ts +4 -3
- package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-description.js +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +3 -3
- package/dist/navigation/index.d.ts +1 -0
- package/dist/navigation/index.d.ts.map +1 -1
- package/dist/navigation/index.js +1 -0
- package/dist/navigation/types.d.ts +3 -0
- package/dist/navigation/types.d.ts.map +1 -1
- package/dist/request-example/builder/body/build-request-body.d.ts.map +1 -1
- package/dist/request-example/builder/body/build-request-body.js +32 -1
- package/dist/request-example/builder/body/serialize-form-property.d.ts +23 -0
- package/dist/request-example/builder/body/serialize-form-property.d.ts.map +1 -0
- package/dist/request-example/builder/body/serialize-form-property.js +101 -0
- package/dist/request-example/builder/header/de-serialize-parameter.d.ts +4 -1
- package/dist/request-example/builder/header/de-serialize-parameter.d.ts.map +1 -1
- package/dist/request-example/builder/header/de-serialize-parameter.js +19 -13
- package/dist/request-example/builder/index.d.ts +1 -0
- package/dist/request-example/builder/index.d.ts.map +1 -1
- package/dist/request-example/builder/index.js +1 -0
- package/dist/request-example/context/security/extract-security-scheme-secrets.d.ts +1 -1
- package/dist/request-example/context/security/extract-security-scheme-secrets.d.ts.map +1 -1
- package/dist/request-example/context/security/extract-security-scheme-secrets.js +12 -8
- package/dist/request-example/context/security/merge-security.d.ts +1 -1
- package/dist/request-example/context/security/merge-security.d.ts.map +1 -1
- package/dist/request-example/context/security/merge-security.js +2 -2
- package/dist/request-example/index.d.ts +1 -1
- package/dist/request-example/index.d.ts.map +1 -1
- package/dist/request-example/index.js +1 -1
- package/dist/schemas/extensions/document/x-scalar-sdk-installation.d.ts +1 -3
- package/dist/schemas/extensions/document/x-scalar-sdk-installation.d.ts.map +1 -1
- package/dist/schemas/extensions/document/x-scalar-sdk-installation.js +0 -2
- package/dist/schemas/extensions/operation/index.d.ts +1 -1
- package/dist/schemas/extensions/operation/index.d.ts.map +1 -1
- package/dist/schemas/extensions/operation/x-code-samples.d.ts +71 -0
- package/dist/schemas/extensions/operation/x-code-samples.d.ts.map +1 -1
- package/dist/schemas/extensions/operation/x-code-samples.js +50 -7
- package/dist/schemas/navigation.d.ts +113 -4
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +22 -0
- package/dist/schemas/reference-config/index.d.ts +286 -9
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +286 -9
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.d.ts +0 -1
- package/dist/schemas/v3.1/openapi/index.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.js +59 -17
- package/dist/schemas/v3.1/strict/info.d.ts +0 -1
- package/dist/schemas/v3.1/strict/info.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +11168 -1473
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +4 -1
- package/dist/schemas/v3.1/strict/operation.d.ts +25 -0
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +3 -0
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +3 -0
- package/dist/schemas/v3.1/strict/schema.d.ts +387 -26
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +53 -28
- package/dist/schemas/workspace-specification/index.d.ts +1 -1
- package/dist/schemas/workspace.d.ts +2 -3
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/schemas/workspace.js +5 -1
- package/package.json +7 -7
|
@@ -294,6 +294,31 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
294
294
|
label: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
295
295
|
source: import("@scalar/typebox").TString;
|
|
296
296
|
}>>>;
|
|
297
|
+
'x-readme': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
298
|
+
'code-samples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
299
|
+
language: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
300
|
+
code: import("@scalar/typebox").TString;
|
|
301
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
302
|
+
install: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
303
|
+
correspondingExample: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
304
|
+
}>>>;
|
|
305
|
+
'samples-languages': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
306
|
+
}>>;
|
|
307
|
+
'x-stainless-snippets': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
308
|
+
'x-stainless-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
309
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
310
|
+
request: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
311
|
+
response: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
312
|
+
}>, import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
313
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
314
|
+
request: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
315
|
+
response: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
316
|
+
}>>]>>;
|
|
317
|
+
'x-scalar-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
318
|
+
lang: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
319
|
+
label: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
320
|
+
source: import("@scalar/typebox").TString;
|
|
321
|
+
}>>>;
|
|
297
322
|
}>, import("@scalar/typebox").TObject<{
|
|
298
323
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
299
324
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -314,6 +339,10 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
314
339
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
315
340
|
__scalar_: import("@scalar/typebox").TString;
|
|
316
341
|
}>, import("@scalar/typebox").TObject<{
|
|
342
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
343
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
344
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
345
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
317
346
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
318
347
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
319
348
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -401,8 +430,12 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
401
430
|
}>, import("@scalar/typebox").TObject<{
|
|
402
431
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
403
432
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
404
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean"
|
|
433
|
+
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean">]>;
|
|
405
434
|
}>, import("@scalar/typebox").TObject<{
|
|
435
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
436
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
437
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
438
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
406
439
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
407
440
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
408
441
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -489,15 +522,20 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
489
522
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
490
523
|
}>, import("@scalar/typebox").TObject<{
|
|
491
524
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
492
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
525
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
493
526
|
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"number">, import("@scalar/typebox").TLiteral<"integer">]>;
|
|
494
527
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
528
|
+
}>, import("@scalar/typebox").TObject<{
|
|
495
529
|
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
496
530
|
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
497
531
|
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
498
532
|
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
499
533
|
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
500
|
-
}>, import("@scalar/typebox").TObject<{
|
|
534
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
535
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
536
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
537
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
538
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
501
539
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
502
540
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
503
541
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -584,13 +622,18 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
584
622
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
585
623
|
}>, import("@scalar/typebox").TObject<{
|
|
586
624
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
587
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
625
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
588
626
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
589
627
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
628
|
+
}>, import("@scalar/typebox").TObject<{
|
|
590
629
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
591
630
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
592
631
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
593
|
-
}>, import("@scalar/typebox").TObject<{
|
|
632
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
633
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
634
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
635
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
636
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
594
637
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
595
638
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
596
639
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -677,8 +720,9 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
677
720
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
678
721
|
}>, import("@scalar/typebox").TObject<{
|
|
679
722
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
680
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
723
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
681
724
|
type: import("@scalar/typebox").TLiteral<"object">;
|
|
725
|
+
}>, import("@scalar/typebox").TObject<{
|
|
682
726
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
683
727
|
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
684
728
|
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
@@ -722,7 +766,11 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
722
766
|
}>]>, import("@scalar/typebox").TObject<{
|
|
723
767
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
724
768
|
}>]>]>>;
|
|
725
|
-
}>, import("@scalar/typebox").TObject<{
|
|
769
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
770
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
771
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
772
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
773
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
726
774
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
727
775
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
728
776
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -809,8 +857,9 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
809
857
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
810
858
|
}>, import("@scalar/typebox").TObject<{
|
|
811
859
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
812
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
860
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
813
861
|
type: import("@scalar/typebox").TLiteral<"array">;
|
|
862
|
+
}>, import("@scalar/typebox").TObject<{
|
|
814
863
|
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
815
864
|
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
816
865
|
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -834,7 +883,183 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
834
883
|
}>]>, import("@scalar/typebox").TObject<{
|
|
835
884
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
836
885
|
}>]>]>>>;
|
|
886
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
887
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
888
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
889
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
890
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
891
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
892
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
893
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
894
|
+
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
895
|
+
enum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnknown>>;
|
|
896
|
+
const: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
897
|
+
contentMediaType: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
898
|
+
contentEncoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
899
|
+
contentSchema: 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<{
|
|
900
|
+
$ref: import("@scalar/typebox").TString;
|
|
901
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
902
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
903
|
+
}>, import("@scalar/typebox").TObject<{
|
|
904
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
905
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
906
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
907
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
908
|
+
}>]>]>>;
|
|
909
|
+
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
910
|
+
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
911
|
+
readOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
912
|
+
writeOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
913
|
+
xml: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"XMLObject">>;
|
|
914
|
+
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
915
|
+
example: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
916
|
+
examples: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnknown>>;
|
|
917
|
+
allOf: 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<{
|
|
918
|
+
$ref: import("@scalar/typebox").TString;
|
|
919
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
920
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
921
|
+
}>, import("@scalar/typebox").TObject<{
|
|
922
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
923
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
924
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
925
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
926
|
+
}>]>]>>>;
|
|
927
|
+
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<{
|
|
928
|
+
$ref: import("@scalar/typebox").TString;
|
|
929
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
930
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
931
|
+
}>, import("@scalar/typebox").TObject<{
|
|
932
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
933
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
934
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
935
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
936
|
+
}>]>]>>>;
|
|
937
|
+
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<{
|
|
938
|
+
$ref: import("@scalar/typebox").TString;
|
|
939
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
940
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
941
|
+
}>, import("@scalar/typebox").TObject<{
|
|
942
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
943
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
944
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
945
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
946
|
+
}>]>]>>>;
|
|
947
|
+
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<{
|
|
948
|
+
$ref: import("@scalar/typebox").TString;
|
|
949
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
950
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
951
|
+
}>, import("@scalar/typebox").TObject<{
|
|
952
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
953
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
954
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
955
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
956
|
+
}>]>]>>;
|
|
957
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
958
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
959
|
+
}>, import("@scalar/typebox").TObject<{
|
|
960
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
961
|
+
}>, import("@scalar/typebox").TObject<{
|
|
962
|
+
'x-variable': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
963
|
+
}>, import("@scalar/typebox").TObject<{
|
|
964
|
+
'x-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
965
|
+
}>, import("@scalar/typebox").TObject<{
|
|
966
|
+
'x-enumDescriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, import("@scalar/typebox").TArray<import("@scalar/typebox").TString>]>>;
|
|
967
|
+
'x-enum-descriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, import("@scalar/typebox").TArray<import("@scalar/typebox").TString>]>>;
|
|
968
|
+
}>, import("@scalar/typebox").TObject<{
|
|
969
|
+
'x-enum-varnames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
970
|
+
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
971
|
+
}>, import("@scalar/typebox").TObject<{
|
|
972
|
+
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
973
|
+
}>, import("@scalar/typebox").TObject<{
|
|
974
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
975
|
+
}>, import("@scalar/typebox").TObject<{
|
|
976
|
+
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
977
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
978
|
+
type: import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean">, import("@scalar/typebox").TLiteral<"string">, import("@scalar/typebox").TLiteral<"number">, import("@scalar/typebox").TLiteral<"integer">, import("@scalar/typebox").TLiteral<"object">, import("@scalar/typebox").TLiteral<"array">]>>;
|
|
979
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
837
980
|
}>, import("@scalar/typebox").TObject<{
|
|
981
|
+
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
982
|
+
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
983
|
+
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
984
|
+
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
985
|
+
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
986
|
+
}>, import("@scalar/typebox").TObject<{
|
|
987
|
+
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
988
|
+
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
989
|
+
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
990
|
+
}>, import("@scalar/typebox").TObject<{
|
|
991
|
+
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
992
|
+
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
993
|
+
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
994
|
+
items: 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<{
|
|
995
|
+
$ref: import("@scalar/typebox").TString;
|
|
996
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
997
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
998
|
+
}>, import("@scalar/typebox").TObject<{
|
|
999
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1000
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1001
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1002
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1003
|
+
}>]>]>>;
|
|
1004
|
+
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<{
|
|
1005
|
+
$ref: import("@scalar/typebox").TString;
|
|
1006
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1007
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1008
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1009
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1010
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1011
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1012
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1013
|
+
}>]>]>>>;
|
|
1014
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1015
|
+
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1016
|
+
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1017
|
+
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1018
|
+
properties: 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<{
|
|
1019
|
+
$ref: import("@scalar/typebox").TString;
|
|
1020
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1021
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1022
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1023
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1024
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1025
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1026
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1027
|
+
}>]>]>>>;
|
|
1028
|
+
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<{
|
|
1029
|
+
$ref: import("@scalar/typebox").TString;
|
|
1030
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1031
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1032
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1033
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1034
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1035
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1036
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1037
|
+
}>]>]>]>>;
|
|
1038
|
+
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<{
|
|
1039
|
+
$ref: import("@scalar/typebox").TString;
|
|
1040
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1041
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1042
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1043
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1044
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1045
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1046
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1047
|
+
}>]>]>>>;
|
|
1048
|
+
propertyNames: 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<{
|
|
1049
|
+
$ref: import("@scalar/typebox").TString;
|
|
1050
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1051
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1052
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1053
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1054
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1055
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1056
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1057
|
+
}>]>]>>;
|
|
1058
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1059
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1060
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1061
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1062
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
838
1063
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
839
1064
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
840
1065
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1017,7 +1242,6 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1017
1242
|
}>, import("@scalar/typebox").TObject<{
|
|
1018
1243
|
'x-scalar-sdk-installation': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1019
1244
|
lang: import("@scalar/typebox").TString;
|
|
1020
|
-
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1021
1245
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1022
1246
|
}>>>;
|
|
1023
1247
|
}>]>;
|
|
@@ -1358,6 +1582,34 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1358
1582
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1359
1583
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1360
1584
|
}>]>;
|
|
1585
|
+
TraversedAsyncApiOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1586
|
+
id: import("@scalar/typebox").TString;
|
|
1587
|
+
title: import("@scalar/typebox").TString;
|
|
1588
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1589
|
+
type: import("@scalar/typebox").TLiteral<"asyncapi-operation">;
|
|
1590
|
+
operationName: import("@scalar/typebox").TString;
|
|
1591
|
+
action: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"send">, import("@scalar/typebox").TLiteral<"receive">]>;
|
|
1592
|
+
channelName: import("@scalar/typebox").TString;
|
|
1593
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1594
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1595
|
+
}>]>;
|
|
1596
|
+
TraversedAsyncApiChannelObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1597
|
+
id: import("@scalar/typebox").TString;
|
|
1598
|
+
title: import("@scalar/typebox").TString;
|
|
1599
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1600
|
+
type: import("@scalar/typebox").TLiteral<"asyncapi-channel">;
|
|
1601
|
+
channelName: import("@scalar/typebox").TString;
|
|
1602
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1603
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1604
|
+
}>]>;
|
|
1605
|
+
TraversedAsyncApiMessageObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1606
|
+
id: import("@scalar/typebox").TString;
|
|
1607
|
+
title: import("@scalar/typebox").TString;
|
|
1608
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1609
|
+
type: import("@scalar/typebox").TLiteral<"asyncapi-message">;
|
|
1610
|
+
messageName: import("@scalar/typebox").TString;
|
|
1611
|
+
channelName: import("@scalar/typebox").TString;
|
|
1612
|
+
}>]>;
|
|
1361
1613
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1362
1614
|
id: import("@scalar/typebox").TString;
|
|
1363
1615
|
title: import("@scalar/typebox").TString;
|
|
@@ -1407,6 +1659,31 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1407
1659
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1408
1660
|
id: import("@scalar/typebox").TString;
|
|
1409
1661
|
title: import("@scalar/typebox").TString;
|
|
1662
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1663
|
+
type: import("@scalar/typebox").TLiteral<"asyncapi-operation">;
|
|
1664
|
+
operationName: import("@scalar/typebox").TString;
|
|
1665
|
+
action: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"send">, import("@scalar/typebox").TLiteral<"receive">]>;
|
|
1666
|
+
channelName: import("@scalar/typebox").TString;
|
|
1667
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1668
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1669
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1670
|
+
id: import("@scalar/typebox").TString;
|
|
1671
|
+
title: import("@scalar/typebox").TString;
|
|
1672
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1673
|
+
type: import("@scalar/typebox").TLiteral<"asyncapi-channel">;
|
|
1674
|
+
channelName: import("@scalar/typebox").TString;
|
|
1675
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1676
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1677
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1678
|
+
id: import("@scalar/typebox").TString;
|
|
1679
|
+
title: import("@scalar/typebox").TString;
|
|
1680
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1681
|
+
type: import("@scalar/typebox").TLiteral<"asyncapi-message">;
|
|
1682
|
+
messageName: import("@scalar/typebox").TString;
|
|
1683
|
+
channelName: import("@scalar/typebox").TString;
|
|
1684
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1685
|
+
id: import("@scalar/typebox").TString;
|
|
1686
|
+
title: import("@scalar/typebox").TString;
|
|
1410
1687
|
}>, import("@scalar/typebox").TObject<{
|
|
1411
1688
|
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1412
1689
|
ref: import("@scalar/typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1B,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,QAAQ,CAKlD,CAAA"}
|
|
@@ -20,7 +20,6 @@ export declare const generateSchema: (maybeRef: (inner: Schema) => Schema) => im
|
|
|
20
20
|
}>, import("@scalar/validation").ObjectSchema<{
|
|
21
21
|
'x-scalar-sdk-installation': import("@scalar/validation").OptionalSchema<import("@scalar/validation").ArraySchema<import("@scalar/validation").ObjectSchema<{
|
|
22
22
|
lang: import("@scalar/validation").StringSchema;
|
|
23
|
-
source: import("@scalar/validation").OptionalSchema<import("@scalar/validation").StringSchema>;
|
|
24
23
|
description: import("@scalar/validation").OptionalSchema<import("@scalar/validation").StringSchema>;
|
|
25
24
|
}>>>;
|
|
26
25
|
}>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/openapi/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAaZ,MAAM,oBAAoB,CAAA;AA4C3B,eAAO,MAAM,cAAc,GAAI,UAAU,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/openapi/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAaZ,MAAM,oBAAoB,CAAA;AA4C3B,eAAO,MAAM,cAAc,GAAI,UAAU,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0jCjE,CAAA"}
|
|
@@ -185,24 +185,33 @@ export const generateSchema = (maybeRef) => {
|
|
|
185
185
|
const schemaScalarMarker = object({
|
|
186
186
|
__scalar_: string({ typeComment: 'Internal marker for schema object disambiguation.' }),
|
|
187
187
|
});
|
|
188
|
-
const
|
|
189
|
-
type: union([literal('number'), literal('integer')]),
|
|
190
|
-
format: optional(string({ typeComment: 'Different subtypes.' })),
|
|
188
|
+
const numericValidationKeywords = object({
|
|
191
189
|
multipleOf: optional(number({ typeComment: 'Number must be a multiple of this value.' })),
|
|
192
190
|
maximum: optional(number({ typeComment: 'Maximum value (inclusive).' })),
|
|
193
191
|
exclusiveMaximum: optional(number({ typeComment: 'Maximum value (exclusive).' })),
|
|
194
192
|
minimum: optional(number({ typeComment: 'Minimum value (inclusive).' })),
|
|
195
193
|
exclusiveMinimum: optional(number({ typeComment: 'Minimum value (exclusive).' })),
|
|
196
|
-
}
|
|
197
|
-
const
|
|
198
|
-
|
|
199
|
-
|
|
194
|
+
});
|
|
195
|
+
const numericSchema = intersection([
|
|
196
|
+
object({
|
|
197
|
+
type: union([literal('number'), literal('integer')]),
|
|
198
|
+
format: optional(string({ typeComment: 'Different subtypes.' })),
|
|
199
|
+
}),
|
|
200
|
+
numericValidationKeywords,
|
|
201
|
+
], { typeName: 'NumberSchemaObject' });
|
|
202
|
+
const stringValidationKeywords = object({
|
|
200
203
|
maxLength: optional(number({ typeComment: 'Maximum string length.' })),
|
|
201
204
|
minLength: optional(number({ typeComment: 'Minimum string length.' })),
|
|
202
205
|
pattern: optional(string({ typeComment: 'Regular expression pattern.' })),
|
|
203
|
-
}
|
|
204
|
-
const
|
|
205
|
-
|
|
206
|
+
});
|
|
207
|
+
const stringSchema = intersection([
|
|
208
|
+
object({
|
|
209
|
+
type: literal('string'),
|
|
210
|
+
format: optional(string({ typeComment: 'Different subtypes.' })),
|
|
211
|
+
}),
|
|
212
|
+
stringValidationKeywords,
|
|
213
|
+
], { typeName: 'StringSchemaObject' });
|
|
214
|
+
const objectValidationKeywords = object({
|
|
206
215
|
maxProperties: optional(number({ typeComment: 'Maximum number of properties.' })),
|
|
207
216
|
minProperties: optional(number({ typeComment: 'Minimum number of properties.' })),
|
|
208
217
|
properties: optional(record(string(), maybeRef(lazy(() => schema)), { typeName: 'SchemaObjectProperties' })),
|
|
@@ -212,15 +221,26 @@ export const generateSchema = (maybeRef) => {
|
|
|
212
221
|
})),
|
|
213
222
|
patternProperties: optional(record(string(), maybeRef(lazy(() => schema)), { typeName: 'SchemaObjectPatternProperties' })),
|
|
214
223
|
propertyNames: optional(maybeRef(lazy(() => schema))),
|
|
215
|
-
}
|
|
216
|
-
const
|
|
217
|
-
|
|
224
|
+
});
|
|
225
|
+
const objectSchema = intersection([
|
|
226
|
+
object({
|
|
227
|
+
type: literal('object'),
|
|
228
|
+
}),
|
|
229
|
+
objectValidationKeywords,
|
|
230
|
+
], { typeName: 'ObjectSchemaObject' });
|
|
231
|
+
const arrayValidationKeywords = object({
|
|
218
232
|
maxItems: optional(number({ typeComment: 'Maximum number of items in array.' })),
|
|
219
233
|
minItems: optional(number({ typeComment: 'Minimum number of items in array.' })),
|
|
220
234
|
uniqueItems: optional(boolean({ typeComment: 'Whether array items must be unique.' })),
|
|
221
235
|
items: optional(maybeRef(lazy(() => schema))),
|
|
222
236
|
prefixItems: optional(array(maybeRef(lazy(() => schema)), { typeComment: 'Schema for tuple validation.' })),
|
|
223
|
-
}
|
|
237
|
+
});
|
|
238
|
+
const arraySchema = intersection([
|
|
239
|
+
object({
|
|
240
|
+
type: literal('array'),
|
|
241
|
+
}),
|
|
242
|
+
arrayValidationKeywords,
|
|
243
|
+
], { typeName: 'ArraySchemaObject' });
|
|
224
244
|
const schemaTypeMulti = union([
|
|
225
245
|
literal('null'),
|
|
226
246
|
literal('boolean'),
|
|
@@ -231,14 +251,36 @@ export const generateSchema = (maybeRef) => {
|
|
|
231
251
|
literal('array'),
|
|
232
252
|
], { typeName: 'SchemaObjectMultiTypeKeywords' });
|
|
233
253
|
const otherTypeSchema = object({
|
|
234
|
-
type: union([literal('null'), literal('boolean')
|
|
254
|
+
type: union([literal('null'), literal('boolean')], {
|
|
235
255
|
typeName: 'SchemaObjectOtherTypeKeyword',
|
|
236
256
|
}),
|
|
237
|
-
}
|
|
257
|
+
});
|
|
258
|
+
const multiTypeSchema = intersection([
|
|
259
|
+
object({
|
|
260
|
+
type: array(schemaTypeMulti, {
|
|
261
|
+
typeName: 'SchemaObjectMultiTypeKeywordArray',
|
|
262
|
+
}),
|
|
263
|
+
format: optional(string({ typeComment: 'Different subtypes.' })),
|
|
264
|
+
}),
|
|
265
|
+
numericValidationKeywords,
|
|
266
|
+
stringValidationKeywords,
|
|
267
|
+
arrayValidationKeywords,
|
|
268
|
+
objectValidationKeywords,
|
|
269
|
+
], {
|
|
270
|
+
typeName: 'MultiTypeSchemaObject',
|
|
271
|
+
});
|
|
238
272
|
const schema = intersection([
|
|
239
273
|
coreSchemaProperties,
|
|
240
274
|
...schemaExtensionObjects,
|
|
241
|
-
union([
|
|
275
|
+
union([
|
|
276
|
+
schemaScalarMarker,
|
|
277
|
+
otherTypeSchema,
|
|
278
|
+
numericSchema,
|
|
279
|
+
stringSchema,
|
|
280
|
+
objectSchema,
|
|
281
|
+
arraySchema,
|
|
282
|
+
multiTypeSchema,
|
|
283
|
+
]),
|
|
242
284
|
], { typeName: 'SchemaObject' });
|
|
243
285
|
const securitySchemeBase = object({
|
|
244
286
|
description: optional(string({
|
|
@@ -22,7 +22,6 @@ export declare const InfoObjectSchemaDefinition: import("@scalar/typebox").TInte
|
|
|
22
22
|
}>, import("@scalar/typebox").TObject<{
|
|
23
23
|
'x-scalar-sdk-installation': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
24
24
|
lang: import("@scalar/typebox").TString;
|
|
25
|
-
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26
25
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27
26
|
}>>>;
|
|
28
27
|
}>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/strict/info.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,sBAAsB,EAE5B,MAAM,yDAAyD,CAAA;AAEhE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAG9C;;GAEG;AACH,eAAO,MAAM,0BAA0B;IAEnC,sCAAsC;;IAEtC,oMAAoM;;IAEpM,kCAAkC;;IAElC,4FAA4F;;IAE5F,qFAAqF;;IAErF,mDAAmD;;IAEnD,mDAAmD
|
|
1
|
+
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/strict/info.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,sBAAsB,EAE5B,MAAM,yDAAyD,CAAA;AAEhE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAG9C;;GAEG;AACH,eAAO,MAAM,0BAA0B;IAEnC,sCAAsC;;IAEtC,oMAAoM;;IAEpM,kCAAkC;;IAElC,4FAA4F;;IAE5F,qFAAqF;;IAErF,mDAAmD;;IAEnD,mDAAmD;;;;;;;IAItD,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAA;IACb,oMAAoM;IACpM,OAAO,EAAE,MAAM,CAAA;IACf,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,4FAA4F;IAC5F,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,qFAAqF;IACrF,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,mDAAmD;IACnD,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,mDAAmD;IACnD,OAAO,CAAC,EAAE,aAAa,CAAA;CACxB,GAAG,sBAAsB,CAAA"}
|