@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.
Files changed (128) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/channel-example/build-connection-url.d.ts.map +1 -1
  3. package/dist/channel-example/build-connection-url.js +11 -8
  4. package/dist/channel-example/get-all-channel-messages.d.ts +10 -0
  5. package/dist/channel-example/get-all-channel-messages.d.ts.map +1 -0
  6. package/dist/channel-example/get-all-channel-messages.js +16 -0
  7. package/dist/channel-example/get-asyncapi-security-requirements.d.ts +7 -0
  8. package/dist/channel-example/get-asyncapi-security-requirements.d.ts.map +1 -0
  9. package/dist/channel-example/get-asyncapi-security-requirements.js +76 -0
  10. package/dist/channel-example/get-channel-connection-context.d.ts +16 -0
  11. package/dist/channel-example/get-channel-connection-context.d.ts.map +1 -0
  12. package/dist/channel-example/get-channel-connection-context.js +120 -0
  13. package/dist/channel-example/get-channel-connection-security.d.ts +8 -0
  14. package/dist/channel-example/get-channel-connection-security.d.ts.map +1 -0
  15. package/dist/channel-example/get-channel-connection-security.js +20 -0
  16. package/dist/channel-example/get-channel-operations.d.ts +11 -0
  17. package/dist/channel-example/get-channel-operations.d.ts.map +1 -0
  18. package/dist/channel-example/get-channel-operations.js +20 -0
  19. package/dist/channel-example/get-channel-parameters.d.ts +14 -0
  20. package/dist/channel-example/get-channel-parameters.d.ts.map +1 -0
  21. package/dist/channel-example/get-channel-parameters.js +59 -0
  22. package/dist/channel-example/index.d.ts +15 -0
  23. package/dist/channel-example/index.d.ts.map +1 -1
  24. package/dist/channel-example/index.js +9 -0
  25. package/dist/channel-example/resolve-channel.d.ts +11 -0
  26. package/dist/channel-example/resolve-channel.d.ts.map +1 -0
  27. package/dist/channel-example/resolve-channel.js +13 -0
  28. package/dist/channel-example/resolve-operation-channel.d.ts +11 -0
  29. package/dist/channel-example/resolve-operation-channel.d.ts.map +1 -0
  30. package/dist/channel-example/resolve-operation-channel.js +39 -0
  31. package/dist/channel-example/resolve-operation-with-traits.d.ts +6 -0
  32. package/dist/channel-example/resolve-operation-with-traits.d.ts.map +1 -0
  33. package/dist/channel-example/resolve-operation-with-traits.js +41 -0
  34. package/dist/channel-example/servers.d.ts.map +1 -1
  35. package/dist/channel-example/servers.js +23 -0
  36. package/dist/channel-example/types.d.ts +41 -0
  37. package/dist/channel-example/types.d.ts.map +1 -0
  38. package/dist/channel-example/types.js +1 -0
  39. package/dist/client.d.ts.map +1 -1
  40. package/dist/client.js +8 -8
  41. package/dist/entities/auth/schema.d.ts +1473 -88
  42. package/dist/entities/auth/schema.d.ts.map +1 -1
  43. package/dist/events/definitions/meta.d.ts +5 -3
  44. package/dist/events/definitions/meta.d.ts.map +1 -1
  45. package/dist/events/definitions/server.d.ts +21 -0
  46. package/dist/events/definitions/server.d.ts.map +1 -1
  47. package/dist/events/definitions/workspace.d.ts +7 -3
  48. package/dist/events/definitions/workspace.d.ts.map +1 -1
  49. package/dist/helpers/get-name-from-ref.d.ts +15 -0
  50. package/dist/helpers/get-name-from-ref.d.ts.map +1 -0
  51. package/dist/helpers/get-name-from-ref.js +37 -0
  52. package/dist/mutators/index.d.ts +4 -0
  53. package/dist/mutators/index.d.ts.map +1 -1
  54. package/dist/mutators/server.d.ts +26 -0
  55. package/dist/mutators/server.d.ts.map +1 -1
  56. package/dist/mutators/server.js +44 -1
  57. package/dist/navigation/get-navigation-options.d.ts +2 -2
  58. package/dist/navigation/get-navigation-options.d.ts.map +1 -1
  59. package/dist/navigation/get-navigation-options.js +26 -3
  60. package/dist/navigation/helpers/traverse-asyncapi-document.d.ts +23 -0
  61. package/dist/navigation/helpers/traverse-asyncapi-document.d.ts.map +1 -0
  62. package/dist/navigation/helpers/traverse-asyncapi-document.js +479 -0
  63. package/dist/navigation/helpers/traverse-description.d.ts +4 -3
  64. package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
  65. package/dist/navigation/helpers/traverse-description.js +2 -2
  66. package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
  67. package/dist/navigation/helpers/traverse-document.js +3 -3
  68. package/dist/navigation/index.d.ts +1 -0
  69. package/dist/navigation/index.d.ts.map +1 -1
  70. package/dist/navigation/index.js +1 -0
  71. package/dist/navigation/types.d.ts +3 -0
  72. package/dist/navigation/types.d.ts.map +1 -1
  73. package/dist/request-example/builder/body/build-request-body.d.ts.map +1 -1
  74. package/dist/request-example/builder/body/build-request-body.js +32 -1
  75. package/dist/request-example/builder/body/serialize-form-property.d.ts +23 -0
  76. package/dist/request-example/builder/body/serialize-form-property.d.ts.map +1 -0
  77. package/dist/request-example/builder/body/serialize-form-property.js +101 -0
  78. package/dist/request-example/builder/header/de-serialize-parameter.d.ts +4 -1
  79. package/dist/request-example/builder/header/de-serialize-parameter.d.ts.map +1 -1
  80. package/dist/request-example/builder/header/de-serialize-parameter.js +19 -13
  81. package/dist/request-example/builder/index.d.ts +1 -0
  82. package/dist/request-example/builder/index.d.ts.map +1 -1
  83. package/dist/request-example/builder/index.js +1 -0
  84. package/dist/request-example/context/security/extract-security-scheme-secrets.d.ts +1 -1
  85. package/dist/request-example/context/security/extract-security-scheme-secrets.d.ts.map +1 -1
  86. package/dist/request-example/context/security/extract-security-scheme-secrets.js +12 -8
  87. package/dist/request-example/context/security/merge-security.d.ts +1 -1
  88. package/dist/request-example/context/security/merge-security.d.ts.map +1 -1
  89. package/dist/request-example/context/security/merge-security.js +2 -2
  90. package/dist/request-example/index.d.ts +1 -1
  91. package/dist/request-example/index.d.ts.map +1 -1
  92. package/dist/request-example/index.js +1 -1
  93. package/dist/schemas/extensions/document/x-scalar-sdk-installation.d.ts +1 -3
  94. package/dist/schemas/extensions/document/x-scalar-sdk-installation.d.ts.map +1 -1
  95. package/dist/schemas/extensions/document/x-scalar-sdk-installation.js +0 -2
  96. package/dist/schemas/extensions/operation/index.d.ts +1 -1
  97. package/dist/schemas/extensions/operation/index.d.ts.map +1 -1
  98. package/dist/schemas/extensions/operation/x-code-samples.d.ts +71 -0
  99. package/dist/schemas/extensions/operation/x-code-samples.d.ts.map +1 -1
  100. package/dist/schemas/extensions/operation/x-code-samples.js +50 -7
  101. package/dist/schemas/navigation.d.ts +113 -4
  102. package/dist/schemas/navigation.d.ts.map +1 -1
  103. package/dist/schemas/navigation.js +22 -0
  104. package/dist/schemas/reference-config/index.d.ts +286 -9
  105. package/dist/schemas/reference-config/index.d.ts.map +1 -1
  106. package/dist/schemas/reference-config/settings.d.ts +286 -9
  107. package/dist/schemas/reference-config/settings.d.ts.map +1 -1
  108. package/dist/schemas/v3.1/openapi/index.d.ts +0 -1
  109. package/dist/schemas/v3.1/openapi/index.d.ts.map +1 -1
  110. package/dist/schemas/v3.1/openapi/index.js +59 -17
  111. package/dist/schemas/v3.1/strict/info.d.ts +0 -1
  112. package/dist/schemas/v3.1/strict/info.d.ts.map +1 -1
  113. package/dist/schemas/v3.1/strict/openapi-document.d.ts +11168 -1473
  114. package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
  115. package/dist/schemas/v3.1/strict/openapi-document.js +4 -1
  116. package/dist/schemas/v3.1/strict/operation.d.ts +25 -0
  117. package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
  118. package/dist/schemas/v3.1/strict/ref-definitions.d.ts +3 -0
  119. package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
  120. package/dist/schemas/v3.1/strict/ref-definitions.js +3 -0
  121. package/dist/schemas/v3.1/strict/schema.d.ts +387 -26
  122. package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
  123. package/dist/schemas/v3.1/strict/schema.js +53 -28
  124. package/dist/schemas/workspace-specification/index.d.ts +1 -1
  125. package/dist/schemas/workspace.d.ts +2 -3
  126. package/dist/schemas/workspace.d.ts.map +1 -1
  127. package/dist/schemas/workspace.js +5 -1
  128. 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">, 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">]>>]>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6gCjE,CAAA"}
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 numericSchema = object({
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
- }, { typeName: 'NumberSchemaObject' });
197
- const stringSchema = object({
198
- type: literal('string'),
199
- format: optional(string({ typeComment: 'Different subtypes.' })),
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
- }, { typeName: 'StringSchemaObject' });
204
- const objectSchema = object({
205
- type: literal('object'),
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
- }, { typeName: 'ObjectSchemaObject' });
216
- const arraySchema = object({
217
- type: literal('array'),
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
- }, { typeName: 'ArraySchemaObject' });
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'), array(schemaTypeMulti)], {
254
+ type: union([literal('null'), literal('boolean')], {
235
255
  typeName: 'SchemaObjectOtherTypeKeyword',
236
256
  }),
237
- }, { typeName: 'MultiTypeSchemaObject' });
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([schemaScalarMarker, otherTypeSchema, numericSchema, stringSchema, objectSchema, arraySchema]),
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;;;;;;;;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"}
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"}