@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
|
@@ -308,6 +308,31 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
308
308
|
label: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
309
309
|
source: import("@scalar/typebox").TString;
|
|
310
310
|
}>>>;
|
|
311
|
+
'x-readme': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
312
|
+
'code-samples': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
313
|
+
language: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
314
|
+
code: import("@scalar/typebox").TString;
|
|
315
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
316
|
+
install: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
317
|
+
correspondingExample: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
318
|
+
}>>>;
|
|
319
|
+
'samples-languages': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
320
|
+
}>>;
|
|
321
|
+
'x-stainless-snippets': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
322
|
+
'x-stainless-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
323
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
324
|
+
request: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
325
|
+
response: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
326
|
+
}>, TArray<import("@scalar/typebox").TObject<{
|
|
327
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
328
|
+
request: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
329
|
+
response: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
330
|
+
}>>]>>;
|
|
331
|
+
'x-scalar-examples': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
332
|
+
lang: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
333
|
+
label: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
334
|
+
source: import("@scalar/typebox").TString;
|
|
335
|
+
}>>>;
|
|
311
336
|
}>, import("@scalar/typebox").TObject<{
|
|
312
337
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"deprecated">, TLiteral<"experimental">, TLiteral<"stable">]>>;
|
|
313
338
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -328,6 +353,10 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
328
353
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
329
354
|
__scalar_: import("@scalar/typebox").TString;
|
|
330
355
|
}>, import("@scalar/typebox").TObject<{
|
|
356
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
357
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
358
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
359
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
331
360
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
332
361
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
333
362
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -415,8 +444,12 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
415
444
|
}>, import("@scalar/typebox").TObject<{
|
|
416
445
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
417
446
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
418
|
-
type: import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean"
|
|
447
|
+
type: import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean">]>;
|
|
419
448
|
}>, import("@scalar/typebox").TObject<{
|
|
449
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
450
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
451
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
452
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
420
453
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
421
454
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
422
455
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -503,15 +536,20 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
503
536
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
504
537
|
}>, import("@scalar/typebox").TObject<{
|
|
505
538
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
506
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
539
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
507
540
|
type: import("@scalar/typebox").TUnion<[TLiteral<"number">, TLiteral<"integer">]>;
|
|
508
541
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
542
|
+
}>, import("@scalar/typebox").TObject<{
|
|
509
543
|
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
510
544
|
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
511
545
|
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
512
546
|
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
513
547
|
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
514
|
-
}>, import("@scalar/typebox").TObject<{
|
|
548
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
549
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
550
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
551
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
552
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
515
553
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
516
554
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
517
555
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -598,13 +636,18 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
598
636
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
599
637
|
}>, import("@scalar/typebox").TObject<{
|
|
600
638
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
601
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
639
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
602
640
|
type: TLiteral<"string">;
|
|
603
641
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
642
|
+
}>, import("@scalar/typebox").TObject<{
|
|
604
643
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
605
644
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
606
645
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
607
|
-
}>, import("@scalar/typebox").TObject<{
|
|
646
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
647
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
648
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
649
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
650
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
608
651
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
609
652
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
610
653
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -691,8 +734,9 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
691
734
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
692
735
|
}>, import("@scalar/typebox").TObject<{
|
|
693
736
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
694
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
737
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
695
738
|
type: TLiteral<"object">;
|
|
739
|
+
}>, import("@scalar/typebox").TObject<{
|
|
696
740
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
697
741
|
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
698
742
|
required: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
@@ -736,7 +780,11 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
736
780
|
}>]>, import("@scalar/typebox").TObject<{
|
|
737
781
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
738
782
|
}>]>]>>;
|
|
739
|
-
}>, import("@scalar/typebox").TObject<{
|
|
783
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
784
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
785
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
786
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
787
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
740
788
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
741
789
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
742
790
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -823,8 +871,9 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
823
871
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
824
872
|
}>, import("@scalar/typebox").TObject<{
|
|
825
873
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
826
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
874
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
827
875
|
type: TLiteral<"array">;
|
|
876
|
+
}>, import("@scalar/typebox").TObject<{
|
|
828
877
|
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
829
878
|
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
830
879
|
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -848,7 +897,183 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
848
897
|
}>]>, import("@scalar/typebox").TObject<{
|
|
849
898
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
850
899
|
}>]>]>>>;
|
|
900
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
901
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
902
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
903
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
904
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
905
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
906
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
907
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
908
|
+
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
909
|
+
enum: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnknown>>;
|
|
910
|
+
const: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
911
|
+
contentMediaType: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
912
|
+
contentEncoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
913
|
+
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<{
|
|
914
|
+
$ref: import("@scalar/typebox").TString;
|
|
915
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
916
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
917
|
+
}>, import("@scalar/typebox").TObject<{
|
|
918
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
919
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
920
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
921
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
922
|
+
}>]>]>>;
|
|
923
|
+
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
924
|
+
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
925
|
+
readOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
926
|
+
writeOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
927
|
+
xml: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"XMLObject">>;
|
|
928
|
+
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
929
|
+
example: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
930
|
+
examples: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnknown>>;
|
|
931
|
+
allOf: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
932
|
+
$ref: import("@scalar/typebox").TString;
|
|
933
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
934
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
935
|
+
}>, import("@scalar/typebox").TObject<{
|
|
936
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
937
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
938
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
939
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
940
|
+
}>]>]>>>;
|
|
941
|
+
oneOf: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
942
|
+
$ref: import("@scalar/typebox").TString;
|
|
943
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
944
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
945
|
+
}>, import("@scalar/typebox").TObject<{
|
|
946
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
947
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
948
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
949
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
950
|
+
}>]>]>>>;
|
|
951
|
+
anyOf: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
952
|
+
$ref: import("@scalar/typebox").TString;
|
|
953
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
954
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
955
|
+
}>, import("@scalar/typebox").TObject<{
|
|
956
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
957
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
958
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
959
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
960
|
+
}>]>]>>>;
|
|
961
|
+
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<{
|
|
962
|
+
$ref: import("@scalar/typebox").TString;
|
|
963
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
964
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
965
|
+
}>, import("@scalar/typebox").TObject<{
|
|
966
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
967
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
968
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
969
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
970
|
+
}>]>]>>;
|
|
971
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
972
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
973
|
+
}>, import("@scalar/typebox").TObject<{
|
|
974
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
975
|
+
}>, import("@scalar/typebox").TObject<{
|
|
976
|
+
'x-variable': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
977
|
+
}>, import("@scalar/typebox").TObject<{
|
|
978
|
+
'x-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
979
|
+
}>, import("@scalar/typebox").TObject<{
|
|
980
|
+
'x-enumDescriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, TArray<import("@scalar/typebox").TString>]>>;
|
|
981
|
+
'x-enum-descriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, TArray<import("@scalar/typebox").TString>]>>;
|
|
982
|
+
}>, import("@scalar/typebox").TObject<{
|
|
983
|
+
'x-enum-varnames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
984
|
+
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
985
|
+
}>, import("@scalar/typebox").TObject<{
|
|
986
|
+
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
987
|
+
}>, import("@scalar/typebox").TObject<{
|
|
988
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
989
|
+
}>, import("@scalar/typebox").TObject<{
|
|
990
|
+
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
991
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
992
|
+
type: TArray<import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean">, TLiteral<"string">, TLiteral<"number">, TLiteral<"integer">, TLiteral<"object">, TLiteral<"array">]>>;
|
|
993
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
851
994
|
}>, import("@scalar/typebox").TObject<{
|
|
995
|
+
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
996
|
+
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
997
|
+
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
998
|
+
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
999
|
+
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
1000
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1001
|
+
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1002
|
+
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1003
|
+
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1004
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1005
|
+
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1006
|
+
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1007
|
+
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1008
|
+
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<{
|
|
1009
|
+
$ref: import("@scalar/typebox").TString;
|
|
1010
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1011
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1012
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1013
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1014
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1015
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1016
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1017
|
+
}>]>]>>;
|
|
1018
|
+
prefixItems: import("@scalar/typebox").TOptional<TArray<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<[TLiteral<"loading">, 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
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1029
|
+
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1030
|
+
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1031
|
+
required: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
1032
|
+
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<{
|
|
1033
|
+
$ref: import("@scalar/typebox").TString;
|
|
1034
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1035
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1036
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1037
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1038
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1039
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1040
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1041
|
+
}>]>]>>>;
|
|
1042
|
+
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<{
|
|
1043
|
+
$ref: import("@scalar/typebox").TString;
|
|
1044
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1045
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1046
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1047
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1048
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1049
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1050
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1051
|
+
}>]>]>]>>;
|
|
1052
|
+
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<{
|
|
1053
|
+
$ref: import("@scalar/typebox").TString;
|
|
1054
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1055
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1056
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1057
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1058
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1059
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1060
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1061
|
+
}>]>]>>>;
|
|
1062
|
+
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<{
|
|
1063
|
+
$ref: import("@scalar/typebox").TString;
|
|
1064
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1065
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1066
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1067
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1068
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1069
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1070
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1071
|
+
}>]>]>>;
|
|
1072
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1073
|
+
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1074
|
+
$anchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1075
|
+
$dynamicAnchor: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1076
|
+
$dynamicRef: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
852
1077
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
853
1078
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
854
1079
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1031,7 +1256,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1031
1256
|
}>, import("@scalar/typebox").TObject<{
|
|
1032
1257
|
'x-scalar-sdk-installation': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
1033
1258
|
lang: import("@scalar/typebox").TString;
|
|
1034
|
-
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1035
1259
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1036
1260
|
}>>>;
|
|
1037
1261
|
}>]>;
|
|
@@ -1372,6 +1596,34 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1372
1596
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1373
1597
|
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1374
1598
|
}>]>;
|
|
1599
|
+
TraversedAsyncApiOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1600
|
+
id: import("@scalar/typebox").TString;
|
|
1601
|
+
title: import("@scalar/typebox").TString;
|
|
1602
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1603
|
+
type: TLiteral<"asyncapi-operation">;
|
|
1604
|
+
operationName: import("@scalar/typebox").TString;
|
|
1605
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
1606
|
+
channelName: import("@scalar/typebox").TString;
|
|
1607
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1608
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1609
|
+
}>]>;
|
|
1610
|
+
TraversedAsyncApiChannelObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1611
|
+
id: import("@scalar/typebox").TString;
|
|
1612
|
+
title: import("@scalar/typebox").TString;
|
|
1613
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1614
|
+
type: TLiteral<"asyncapi-channel">;
|
|
1615
|
+
channelName: import("@scalar/typebox").TString;
|
|
1616
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1617
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1618
|
+
}>]>;
|
|
1619
|
+
TraversedAsyncApiMessageObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1620
|
+
id: import("@scalar/typebox").TString;
|
|
1621
|
+
title: import("@scalar/typebox").TString;
|
|
1622
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1623
|
+
type: TLiteral<"asyncapi-message">;
|
|
1624
|
+
messageName: import("@scalar/typebox").TString;
|
|
1625
|
+
channelName: import("@scalar/typebox").TString;
|
|
1626
|
+
}>]>;
|
|
1375
1627
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1376
1628
|
id: import("@scalar/typebox").TString;
|
|
1377
1629
|
title: import("@scalar/typebox").TString;
|
|
@@ -1421,6 +1673,31 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1421
1673
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1422
1674
|
id: import("@scalar/typebox").TString;
|
|
1423
1675
|
title: import("@scalar/typebox").TString;
|
|
1676
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1677
|
+
type: TLiteral<"asyncapi-operation">;
|
|
1678
|
+
operationName: import("@scalar/typebox").TString;
|
|
1679
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
1680
|
+
channelName: import("@scalar/typebox").TString;
|
|
1681
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1682
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1683
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1684
|
+
id: import("@scalar/typebox").TString;
|
|
1685
|
+
title: import("@scalar/typebox").TString;
|
|
1686
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1687
|
+
type: TLiteral<"asyncapi-channel">;
|
|
1688
|
+
channelName: import("@scalar/typebox").TString;
|
|
1689
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1690
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1691
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1692
|
+
id: import("@scalar/typebox").TString;
|
|
1693
|
+
title: import("@scalar/typebox").TString;
|
|
1694
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1695
|
+
type: TLiteral<"asyncapi-message">;
|
|
1696
|
+
messageName: import("@scalar/typebox").TString;
|
|
1697
|
+
channelName: import("@scalar/typebox").TString;
|
|
1698
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1699
|
+
id: import("@scalar/typebox").TString;
|
|
1700
|
+
title: import("@scalar/typebox").TString;
|
|
1424
1701
|
}>, import("@scalar/typebox").TObject<{
|
|
1425
1702
|
type: TLiteral<"model">;
|
|
1426
1703
|
ref: import("@scalar/typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EAAQ,MAAM,iBAAiB,CAAA;AAClE,OAAO,EAA2C,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAE7C,OAAO,EAAE,KAAK,UAAU,EAAuC,MAAM,cAAc,CAAA;AACnF,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,YAAY,CAAA;AAC3E,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,QAAQ,CAAA;AAC3D,OAAO,EAAE,KAAK,OAAO,EAAiC,MAAM,WAAW,CAAA;AACvE,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,YAAY,CAAA;AAE3E;;;;GAIG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"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"}
|