@scalar/workspace-store 0.51.2 → 0.53.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 +30 -0
- package/dist/channel-example/build-connection-url.d.ts +42 -0
- package/dist/channel-example/build-connection-url.d.ts.map +1 -0
- package/dist/channel-example/build-connection-url.js +184 -0
- 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 +20 -0
- package/dist/channel-example/index.d.ts.map +1 -0
- package/dist/channel-example/index.js +11 -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 +36 -0
- package/dist/channel-example/servers.d.ts.map +1 -0
- package/dist/channel-example/servers.js +77 -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 +1266 -81
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/events/definitions/log.d.ts +6 -0
- package/dist/events/definitions/log.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/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/helpers/get-example-from-schema.d.ts.map +1 -1
- package/dist/request-example/builder/helpers/get-example-from-schema.js +33 -2
- package/dist/schemas/extensions/schema/x-order.d.ts +22 -0
- package/dist/schemas/extensions/schema/x-order.d.ts.map +1 -0
- package/dist/schemas/extensions/schema/x-order.js +17 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts +4 -1
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts.map +1 -1
- package/dist/schemas/extensions/server/x-scalar-selected-server.js +4 -2
- 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 +245 -8
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +245 -8
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.js +61 -17
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +9731 -1436
- 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/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 +275 -27
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +39 -29
- package/package.json +12 -7
|
@@ -410,10 +410,12 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
410
410
|
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
411
411
|
}>, import("@scalar/typebox").TObject<{
|
|
412
412
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
413
|
+
}>, import("@scalar/typebox").TObject<{
|
|
414
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
413
415
|
}>, import("@scalar/typebox").TObject<{
|
|
414
416
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
415
417
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
416
|
-
type: import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean"
|
|
418
|
+
type: import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean">]>;
|
|
417
419
|
}>, import("@scalar/typebox").TObject<{
|
|
418
420
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
419
421
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -497,17 +499,20 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
497
499
|
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
498
500
|
}>, import("@scalar/typebox").TObject<{
|
|
499
501
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
502
|
+
}>, import("@scalar/typebox").TObject<{
|
|
503
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
500
504
|
}>, import("@scalar/typebox").TObject<{
|
|
501
505
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
502
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
506
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
503
507
|
type: import("@scalar/typebox").TUnion<[TLiteral<"number">, TLiteral<"integer">]>;
|
|
504
508
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
509
|
+
}>, import("@scalar/typebox").TObject<{
|
|
505
510
|
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
506
511
|
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
507
512
|
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
508
513
|
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
509
514
|
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
510
|
-
}>, import("@scalar/typebox").TObject<{
|
|
515
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
511
516
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
512
517
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
513
518
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -590,15 +595,18 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
590
595
|
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
591
596
|
}>, import("@scalar/typebox").TObject<{
|
|
592
597
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
598
|
+
}>, import("@scalar/typebox").TObject<{
|
|
599
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
593
600
|
}>, import("@scalar/typebox").TObject<{
|
|
594
601
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
595
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
602
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
596
603
|
type: TLiteral<"string">;
|
|
597
604
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
605
|
+
}>, import("@scalar/typebox").TObject<{
|
|
598
606
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
599
607
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
600
608
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
601
|
-
}>, import("@scalar/typebox").TObject<{
|
|
609
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
602
610
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
603
611
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
604
612
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -681,10 +689,13 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
681
689
|
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
682
690
|
}>, import("@scalar/typebox").TObject<{
|
|
683
691
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
692
|
+
}>, import("@scalar/typebox").TObject<{
|
|
693
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
684
694
|
}>, import("@scalar/typebox").TObject<{
|
|
685
695
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
686
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
696
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
687
697
|
type: TLiteral<"object">;
|
|
698
|
+
}>, import("@scalar/typebox").TObject<{
|
|
688
699
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
689
700
|
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
690
701
|
required: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
@@ -728,7 +739,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
728
739
|
}>]>, import("@scalar/typebox").TObject<{
|
|
729
740
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
730
741
|
}>]>]>>;
|
|
731
|
-
}>, import("@scalar/typebox").TObject<{
|
|
742
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
732
743
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
733
744
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
734
745
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -811,10 +822,13 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
811
822
|
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
812
823
|
}>, import("@scalar/typebox").TObject<{
|
|
813
824
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
825
|
+
}>, import("@scalar/typebox").TObject<{
|
|
826
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
814
827
|
}>, import("@scalar/typebox").TObject<{
|
|
815
828
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
816
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
829
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
817
830
|
type: TLiteral<"array">;
|
|
831
|
+
}>, import("@scalar/typebox").TObject<{
|
|
818
832
|
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
819
833
|
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
820
834
|
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -838,7 +852,175 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
838
852
|
}>]>, import("@scalar/typebox").TObject<{
|
|
839
853
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
840
854
|
}>]>]>>>;
|
|
855
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
856
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
857
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
858
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
859
|
+
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
860
|
+
enum: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnknown>>;
|
|
861
|
+
const: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
862
|
+
contentMediaType: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
863
|
+
contentEncoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
864
|
+
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<{
|
|
865
|
+
$ref: import("@scalar/typebox").TString;
|
|
866
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
867
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
868
|
+
}>, import("@scalar/typebox").TObject<{
|
|
869
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
870
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
871
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
872
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
873
|
+
}>]>]>>;
|
|
874
|
+
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
875
|
+
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
876
|
+
readOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
877
|
+
writeOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
878
|
+
xml: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"XMLObject">>;
|
|
879
|
+
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
880
|
+
example: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
881
|
+
examples: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnknown>>;
|
|
882
|
+
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<{
|
|
883
|
+
$ref: import("@scalar/typebox").TString;
|
|
884
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
885
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
886
|
+
}>, import("@scalar/typebox").TObject<{
|
|
887
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
888
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
889
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
890
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
891
|
+
}>]>]>>>;
|
|
892
|
+
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<{
|
|
893
|
+
$ref: import("@scalar/typebox").TString;
|
|
894
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
895
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
896
|
+
}>, import("@scalar/typebox").TObject<{
|
|
897
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
898
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
899
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
900
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
901
|
+
}>]>]>>>;
|
|
902
|
+
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<{
|
|
903
|
+
$ref: import("@scalar/typebox").TString;
|
|
904
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
905
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
906
|
+
}>, import("@scalar/typebox").TObject<{
|
|
907
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
908
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
909
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
910
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
911
|
+
}>]>]>>>;
|
|
912
|
+
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<{
|
|
913
|
+
$ref: import("@scalar/typebox").TString;
|
|
914
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
915
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
916
|
+
}>, import("@scalar/typebox").TObject<{
|
|
917
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
918
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
919
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
920
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
921
|
+
}>]>]>>;
|
|
922
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
923
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
924
|
+
}>, import("@scalar/typebox").TObject<{
|
|
925
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
926
|
+
}>, import("@scalar/typebox").TObject<{
|
|
927
|
+
'x-variable': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
928
|
+
}>, import("@scalar/typebox").TObject<{
|
|
929
|
+
'x-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
841
930
|
}>, import("@scalar/typebox").TObject<{
|
|
931
|
+
'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>]>>;
|
|
932
|
+
'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>]>>;
|
|
933
|
+
}>, import("@scalar/typebox").TObject<{
|
|
934
|
+
'x-enum-varnames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
935
|
+
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
936
|
+
}>, import("@scalar/typebox").TObject<{
|
|
937
|
+
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
938
|
+
}>, import("@scalar/typebox").TObject<{
|
|
939
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
940
|
+
}>, import("@scalar/typebox").TObject<{
|
|
941
|
+
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
942
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
943
|
+
type: TArray<import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean">, TLiteral<"string">, TLiteral<"number">, TLiteral<"integer">, TLiteral<"object">, TLiteral<"array">]>>;
|
|
944
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
945
|
+
}>, import("@scalar/typebox").TObject<{
|
|
946
|
+
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
947
|
+
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
948
|
+
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
949
|
+
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
950
|
+
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
951
|
+
}>, import("@scalar/typebox").TObject<{
|
|
952
|
+
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
953
|
+
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
954
|
+
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
955
|
+
}>, import("@scalar/typebox").TObject<{
|
|
956
|
+
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
957
|
+
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
958
|
+
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
959
|
+
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<{
|
|
960
|
+
$ref: import("@scalar/typebox").TString;
|
|
961
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
962
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
963
|
+
}>, import("@scalar/typebox").TObject<{
|
|
964
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
965
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
966
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
967
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
968
|
+
}>]>]>>;
|
|
969
|
+
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<{
|
|
970
|
+
$ref: import("@scalar/typebox").TString;
|
|
971
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
972
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
973
|
+
}>, import("@scalar/typebox").TObject<{
|
|
974
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
975
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
976
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
977
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
978
|
+
}>]>]>>>;
|
|
979
|
+
}>, import("@scalar/typebox").TObject<{
|
|
980
|
+
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
981
|
+
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
982
|
+
required: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
983
|
+
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<{
|
|
984
|
+
$ref: import("@scalar/typebox").TString;
|
|
985
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
986
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
987
|
+
}>, import("@scalar/typebox").TObject<{
|
|
988
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
989
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
990
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
991
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
992
|
+
}>]>]>>>;
|
|
993
|
+
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<{
|
|
994
|
+
$ref: import("@scalar/typebox").TString;
|
|
995
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
996
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
997
|
+
}>, import("@scalar/typebox").TObject<{
|
|
998
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
999
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1000
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1001
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1002
|
+
}>]>]>]>>;
|
|
1003
|
+
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<{
|
|
1004
|
+
$ref: import("@scalar/typebox").TString;
|
|
1005
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1006
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1007
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1008
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1009
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1010
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1011
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1012
|
+
}>]>]>>>;
|
|
1013
|
+
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<{
|
|
1014
|
+
$ref: import("@scalar/typebox").TString;
|
|
1015
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1016
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1017
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1018
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1019
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1020
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1021
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1022
|
+
}>]>]>>;
|
|
1023
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
842
1024
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
843
1025
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
844
1026
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -921,6 +1103,8 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
921
1103
|
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
922
1104
|
}>, import("@scalar/typebox").TObject<{
|
|
923
1105
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1106
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1107
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
924
1108
|
}>, import("@scalar/typebox").TObject<{
|
|
925
1109
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
926
1110
|
}>]>]>]>;
|
|
@@ -1360,6 +1544,34 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1360
1544
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1361
1545
|
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1362
1546
|
}>]>;
|
|
1547
|
+
TraversedAsyncApiOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1548
|
+
id: import("@scalar/typebox").TString;
|
|
1549
|
+
title: import("@scalar/typebox").TString;
|
|
1550
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1551
|
+
type: TLiteral<"asyncapi-operation">;
|
|
1552
|
+
operationName: import("@scalar/typebox").TString;
|
|
1553
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
1554
|
+
channelName: import("@scalar/typebox").TString;
|
|
1555
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1556
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1557
|
+
}>]>;
|
|
1558
|
+
TraversedAsyncApiChannelObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1559
|
+
id: import("@scalar/typebox").TString;
|
|
1560
|
+
title: import("@scalar/typebox").TString;
|
|
1561
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1562
|
+
type: TLiteral<"asyncapi-channel">;
|
|
1563
|
+
channelName: import("@scalar/typebox").TString;
|
|
1564
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1565
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1566
|
+
}>]>;
|
|
1567
|
+
TraversedAsyncApiMessageObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1568
|
+
id: import("@scalar/typebox").TString;
|
|
1569
|
+
title: import("@scalar/typebox").TString;
|
|
1570
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1571
|
+
type: TLiteral<"asyncapi-message">;
|
|
1572
|
+
messageName: import("@scalar/typebox").TString;
|
|
1573
|
+
channelName: import("@scalar/typebox").TString;
|
|
1574
|
+
}>]>;
|
|
1363
1575
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1364
1576
|
id: import("@scalar/typebox").TString;
|
|
1365
1577
|
title: import("@scalar/typebox").TString;
|
|
@@ -1409,6 +1621,31 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1409
1621
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1410
1622
|
id: import("@scalar/typebox").TString;
|
|
1411
1623
|
title: import("@scalar/typebox").TString;
|
|
1624
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1625
|
+
type: TLiteral<"asyncapi-operation">;
|
|
1626
|
+
operationName: import("@scalar/typebox").TString;
|
|
1627
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
1628
|
+
channelName: import("@scalar/typebox").TString;
|
|
1629
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1630
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1631
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1632
|
+
id: import("@scalar/typebox").TString;
|
|
1633
|
+
title: import("@scalar/typebox").TString;
|
|
1634
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1635
|
+
type: TLiteral<"asyncapi-channel">;
|
|
1636
|
+
channelName: import("@scalar/typebox").TString;
|
|
1637
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1638
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1639
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1640
|
+
id: import("@scalar/typebox").TString;
|
|
1641
|
+
title: import("@scalar/typebox").TString;
|
|
1642
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1643
|
+
type: TLiteral<"asyncapi-message">;
|
|
1644
|
+
messageName: import("@scalar/typebox").TString;
|
|
1645
|
+
channelName: import("@scalar/typebox").TString;
|
|
1646
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1647
|
+
id: import("@scalar/typebox").TString;
|
|
1648
|
+
title: import("@scalar/typebox").TString;
|
|
1412
1649
|
}>, import("@scalar/typebox").TObject<{
|
|
1413
1650
|
type: TLiteral<"model">;
|
|
1414
1651
|
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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"}
|