@fern-api/fdr-sdk 1.2.33-9d7e001fd0 → 1.2.33-e73a4c8a93
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/dist/js/api-definition/index.js +170 -54
- package/dist/js/api-definition/index.js.map +1 -1
- package/dist/js/api-definition/index.mjs +169 -54
- package/dist/js/api-definition/index.mjs.map +1 -1
- package/dist/js/api-definition-lite/index.js.map +1 -1
- package/dist/js/client/FdrClient.js +17 -9
- package/dist/js/client/FdrClient.js.map +1 -1
- package/dist/js/client/FdrClient.mjs +17 -9
- package/dist/js/client/FdrClient.mjs.map +1 -1
- package/dist/js/client/types.js +22 -9
- package/dist/js/client/types.js.map +1 -1
- package/dist/js/client/types.mjs +22 -9
- package/dist/js/client/types.mjs.map +1 -1
- package/dist/js/converters/index.js +276 -71
- package/dist/js/converters/index.js.map +1 -1
- package/dist/js/converters/index.mjs +276 -71
- package/dist/js/converters/index.mjs.map +1 -1
- package/dist/js/index.js +276 -71
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.mjs +276 -71
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/navigation/index.js +273 -70
- package/dist/js/navigation/index.js.map +1 -1
- package/dist/js/navigation/index.mjs +273 -70
- package/dist/js/navigation/index.mjs.map +1 -1
- package/dist/js/navigation/ledger-root-builder.js +12 -8
- package/dist/js/navigation/ledger-root-builder.js.map +1 -1
- package/dist/js/navigation/ledger-root-builder.mjs +12 -8
- package/dist/js/navigation/ledger-root-builder.mjs.map +1 -1
- package/dist/js/navigation/types/latest.js.map +1 -1
- package/dist/js/navigation/types/latest.mjs.map +1 -1
- package/dist/js/navigation/types/v1.js.map +1 -1
- package/dist/js/navigation/types/v1.mjs.map +1 -1
- package/dist/js/orpc-client.js +20 -9
- package/dist/js/orpc-client.js.map +1 -1
- package/dist/js/orpc-client.mjs +19 -9
- package/dist/js/orpc-client.mjs.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/api-definition/__test__/collect-type-tree.test.d.ts +2 -0
- package/dist/types/api-definition/__test__/collect-type-tree.test.d.ts.map +1 -0
- package/dist/types/api-definition/collect-referenced-types.d.ts.map +1 -1
- package/dist/types/api-definition/collect-type-tree.d.ts +4 -0
- package/dist/types/api-definition/collect-type-tree.d.ts.map +1 -1
- package/dist/types/api-definition/endpoint-context.d.ts +3 -0
- package/dist/types/api-definition/endpoint-context.d.ts.map +1 -1
- package/dist/types/api-definition/migrators/v1ToV2.d.ts +17 -7
- package/dist/types/api-definition/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/types/api-definition/prune.d.ts +1 -0
- package/dist/types/api-definition/prune.d.ts.map +1 -1
- package/dist/types/api-definition/snippets/graphql-snippets.d.ts.map +1 -1
- package/dist/types/api-definition/typeid-visitor.d.ts.map +1 -1
- package/dist/types/api-definition-lite/index.d.ts +1 -1
- package/dist/types/api-definition-lite/index.d.ts.map +1 -1
- package/dist/types/converters/__test__/subtitle-round-trip.test.d.ts +2 -0
- package/dist/types/converters/__test__/subtitle-round-trip.test.d.ts.map +1 -0
- package/dist/types/converters/db/convertAPIDefinitionToDb.d.ts.map +1 -1
- package/dist/types/converters/read/convertDbAPIDefinitionToRead.d.ts +48 -14
- package/dist/types/converters/read/convertDbAPIDefinitionToRead.d.ts.map +1 -1
- package/dist/types/navigation/ApiDefinitionPruner.d.ts.map +1 -1
- package/dist/types/navigation/ApiTypeIdVisitor.d.ts.map +1 -1
- package/dist/types/navigation/ledger-root-builder.d.ts.map +1 -1
- package/dist/types/navigation/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/types/navigation/types/latest.d.ts +18 -2
- package/dist/types/navigation/types/latest.d.ts.map +1 -1
- package/dist/types/navigation/types/v1.d.ts +2 -0
- package/dist/types/navigation/types/v1.d.ts.map +1 -1
- package/dist/types/navigation/utils/getApiReferenceId.d.ts.map +1 -1
- package/dist/types/navigation/utils/toApis.d.ts +3 -1
- package/dist/types/navigation/utils/toApis.d.ts.map +1 -1
- package/dist/types/navigation/versions/latest/NavigationNode.d.ts +1 -1
- package/dist/types/navigation/versions/latest/NavigationNode.d.ts.map +1 -1
- package/dist/types/navigation/versions/latest/NavigationNodeApiLeaf.d.ts +2 -2
- package/dist/types/navigation/versions/latest/NavigationNodeApiLeaf.d.ts.map +1 -1
- package/dist/types/navigation/versions/latest/__test__/GraphQlTypeNode.test.d.ts +2 -0
- package/dist/types/navigation/versions/latest/__test__/GraphQlTypeNode.test.d.ts.map +1 -0
- package/dist/types/navigation/versions/latest/getPageId.d.ts.map +1 -1
- package/dist/types/navigation/versions/v1/converters/ApiReferenceNavigationConverter.d.ts +1 -0
- package/dist/types/navigation/versions/v1/converters/ApiReferenceNavigationConverter.d.ts.map +1 -1
- package/dist/types/navigation/versions/v1/converters/__test__/ApiReferenceNavigationConverter.graphql.test.d.ts +2 -0
- package/dist/types/navigation/versions/v1/converters/__test__/ApiReferenceNavigationConverter.graphql.test.d.ts.map +1 -0
- package/dist/types/orpc-client/api/contract-db.d.ts +1880 -216
- package/dist/types/orpc-client/api/contract-db.d.ts.map +1 -1
- package/dist/types/orpc-client/api/contract-latest.d.ts +37 -10
- package/dist/types/orpc-client/api/contract-latest.d.ts.map +1 -1
- package/dist/types/orpc-client/api/contract-read.d.ts +1727 -216
- package/dist/types/orpc-client/api/contract-read.d.ts.map +1 -1
- package/dist/types/orpc-client/api/contract-register.d.ts +1905 -216
- package/dist/types/orpc-client/api/contract-register.d.ts.map +1 -1
- package/dist/types/orpc-client/api/shared.d.ts +99 -53
- package/dist/types/orpc-client/api/shared.d.ts.map +1 -1
- package/dist/types/orpc-client/files/contract.d.ts +5 -1
- package/dist/types/orpc-client/files/contract.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -16,6 +16,8 @@ export declare function WebhookId(value: string): WebhookId;
|
|
|
16
16
|
export declare const GraphQlOperationIdSchema: z.ZodString;
|
|
17
17
|
export type GraphQlOperationId = z.infer<typeof GraphQlOperationIdSchema>;
|
|
18
18
|
export declare function GraphQlOperationId(value: string): GraphQlOperationId;
|
|
19
|
+
export declare const GraphQlTypeCategorySchema: z.ZodEnum<["object", "input", "enum", "scalar", "interface", "union"]>;
|
|
20
|
+
export type GraphQlTypeCategory = z.infer<typeof GraphQlTypeCategorySchema>;
|
|
19
21
|
export declare const EnvironmentIdSchema: z.ZodString;
|
|
20
22
|
export type EnvironmentId = z.infer<typeof EnvironmentIdSchema>;
|
|
21
23
|
export declare function EnvironmentId(value: string): EnvironmentId;
|
|
@@ -624,24 +626,35 @@ export declare namespace TypeReference {
|
|
|
624
626
|
}
|
|
625
627
|
}
|
|
626
628
|
export declare const TypeReferenceSchema: z.ZodType<TypeReference>;
|
|
629
|
+
export interface GraphQlArgument {
|
|
630
|
+
description?: string | null;
|
|
631
|
+
availability?: z.infer<typeof AvailabilitySchema> | null;
|
|
632
|
+
name: string;
|
|
633
|
+
type: TypeReference;
|
|
634
|
+
defaultValue?: unknown | null;
|
|
635
|
+
}
|
|
636
|
+
export declare const GraphQlArgumentSchema: z.ZodType<GraphQlArgument>;
|
|
627
637
|
export declare const ObjectPropertySchema: z.ZodObject<{
|
|
628
638
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
629
639
|
availability: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Alpha", "Stable", "GenerallyAvailable", "InDevelopment", "PreRelease", "Deprecated", "Beta", "Preview", "Legacy"]>>>;
|
|
630
640
|
key: z.ZodString;
|
|
631
641
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
632
642
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
643
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
633
644
|
}, "strip", z.ZodTypeAny, {
|
|
634
645
|
valueType: TypeReference;
|
|
635
646
|
key: string;
|
|
636
647
|
description?: string | null | undefined;
|
|
637
648
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
638
649
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
650
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
639
651
|
}, {
|
|
640
652
|
valueType: TypeReference;
|
|
641
653
|
key: string;
|
|
642
654
|
description?: string | null | undefined;
|
|
643
655
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
644
656
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
657
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
645
658
|
}>;
|
|
646
659
|
export type ObjectProperty = z.infer<typeof ObjectPropertySchema>;
|
|
647
660
|
export declare const ObjectTypeSchema: z.ZodObject<{
|
|
@@ -652,18 +665,21 @@ export declare const ObjectTypeSchema: z.ZodObject<{
|
|
|
652
665
|
key: z.ZodString;
|
|
653
666
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
654
667
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
668
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
655
669
|
}, "strip", z.ZodTypeAny, {
|
|
656
670
|
valueType: TypeReference;
|
|
657
671
|
key: string;
|
|
658
672
|
description?: string | null | undefined;
|
|
659
673
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
660
674
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
675
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
661
676
|
}, {
|
|
662
677
|
valueType: TypeReference;
|
|
663
678
|
key: string;
|
|
664
679
|
description?: string | null | undefined;
|
|
665
680
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
666
681
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
682
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
667
683
|
}>, "many">;
|
|
668
684
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
669
685
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -674,6 +690,7 @@ export declare const ObjectTypeSchema: z.ZodObject<{
|
|
|
674
690
|
description?: string | null | undefined;
|
|
675
691
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
676
692
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
693
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
677
694
|
}[];
|
|
678
695
|
extraProperties?: TypeReference | null | undefined;
|
|
679
696
|
}, {
|
|
@@ -684,6 +701,7 @@ export declare const ObjectTypeSchema: z.ZodObject<{
|
|
|
684
701
|
description?: string | null | undefined;
|
|
685
702
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
686
703
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
704
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
687
705
|
}[];
|
|
688
706
|
extraProperties?: TypeReference | null | undefined;
|
|
689
707
|
}>;
|
|
@@ -746,18 +764,21 @@ export declare const DiscriminatedUnionVariantSchema: z.ZodObject<{
|
|
|
746
764
|
key: z.ZodString;
|
|
747
765
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
748
766
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
767
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
749
768
|
}, "strip", z.ZodTypeAny, {
|
|
750
769
|
valueType: TypeReference;
|
|
751
770
|
key: string;
|
|
752
771
|
description?: string | null | undefined;
|
|
753
772
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
754
773
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
774
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
755
775
|
}, {
|
|
756
776
|
valueType: TypeReference;
|
|
757
777
|
key: string;
|
|
758
778
|
description?: string | null | undefined;
|
|
759
779
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
760
780
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
781
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
761
782
|
}>, "many">;
|
|
762
783
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
763
784
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -768,6 +789,7 @@ export declare const DiscriminatedUnionVariantSchema: z.ZodObject<{
|
|
|
768
789
|
description?: string | null | undefined;
|
|
769
790
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
770
791
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
792
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
771
793
|
}[];
|
|
772
794
|
extraProperties?: TypeReference | null | undefined;
|
|
773
795
|
}, {
|
|
@@ -778,6 +800,7 @@ export declare const DiscriminatedUnionVariantSchema: z.ZodObject<{
|
|
|
778
800
|
description?: string | null | undefined;
|
|
779
801
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
780
802
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
803
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
781
804
|
}[];
|
|
782
805
|
extraProperties?: TypeReference | null | undefined;
|
|
783
806
|
}>;
|
|
@@ -791,6 +814,7 @@ export declare const DiscriminatedUnionVariantSchema: z.ZodObject<{
|
|
|
791
814
|
description?: string | null | undefined;
|
|
792
815
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
793
816
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
817
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
794
818
|
}[];
|
|
795
819
|
extraProperties?: TypeReference | null | undefined;
|
|
796
820
|
};
|
|
@@ -807,6 +831,7 @@ export declare const DiscriminatedUnionVariantSchema: z.ZodObject<{
|
|
|
807
831
|
description?: string | null | undefined;
|
|
808
832
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
809
833
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
834
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
810
835
|
}[];
|
|
811
836
|
extraProperties?: TypeReference | null | undefined;
|
|
812
837
|
};
|
|
@@ -830,18 +855,21 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
830
855
|
key: z.ZodString;
|
|
831
856
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
832
857
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
858
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
833
859
|
}, "strip", z.ZodTypeAny, {
|
|
834
860
|
valueType: TypeReference;
|
|
835
861
|
key: string;
|
|
836
862
|
description?: string | null | undefined;
|
|
837
863
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
838
864
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
865
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
839
866
|
}, {
|
|
840
867
|
valueType: TypeReference;
|
|
841
868
|
key: string;
|
|
842
869
|
description?: string | null | undefined;
|
|
843
870
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
844
871
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
872
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
845
873
|
}>, "many">;
|
|
846
874
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
847
875
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -852,6 +880,7 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
852
880
|
description?: string | null | undefined;
|
|
853
881
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
854
882
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
883
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
855
884
|
}[];
|
|
856
885
|
extraProperties?: TypeReference | null | undefined;
|
|
857
886
|
}, {
|
|
@@ -862,6 +891,7 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
862
891
|
description?: string | null | undefined;
|
|
863
892
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
864
893
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
894
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
865
895
|
}[];
|
|
866
896
|
extraProperties?: TypeReference | null | undefined;
|
|
867
897
|
}>;
|
|
@@ -875,6 +905,7 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
875
905
|
description?: string | null | undefined;
|
|
876
906
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
877
907
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
908
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
878
909
|
}[];
|
|
879
910
|
extraProperties?: TypeReference | null | undefined;
|
|
880
911
|
};
|
|
@@ -891,6 +922,7 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
891
922
|
description?: string | null | undefined;
|
|
892
923
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
893
924
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
925
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
894
926
|
}[];
|
|
895
927
|
extraProperties?: TypeReference | null | undefined;
|
|
896
928
|
};
|
|
@@ -910,6 +942,7 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
910
942
|
description?: string | null | undefined;
|
|
911
943
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
912
944
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
945
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
913
946
|
}[];
|
|
914
947
|
extraProperties?: TypeReference | null | undefined;
|
|
915
948
|
};
|
|
@@ -929,6 +962,7 @@ export declare const DiscriminatedUnionTypeSchema: z.ZodObject<{
|
|
|
929
962
|
description?: string | null | undefined;
|
|
930
963
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
931
964
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
965
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
932
966
|
}[];
|
|
933
967
|
extraProperties?: TypeReference | null | undefined;
|
|
934
968
|
};
|
|
@@ -1032,12 +1066,14 @@ export declare const FormDataBodyPropertySchema: z.ZodObject<{
|
|
|
1032
1066
|
key: z.ZodString;
|
|
1033
1067
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
1034
1068
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
1069
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
1035
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1036
1071
|
valueType: TypeReference;
|
|
1037
1072
|
key: string;
|
|
1038
1073
|
description?: string | null | undefined;
|
|
1039
1074
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1040
1075
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1076
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1041
1077
|
contentType?: string | string[] | null | undefined;
|
|
1042
1078
|
exploded?: boolean | null | undefined;
|
|
1043
1079
|
}, {
|
|
@@ -1046,6 +1082,7 @@ export declare const FormDataBodyPropertySchema: z.ZodObject<{
|
|
|
1046
1082
|
description?: string | null | undefined;
|
|
1047
1083
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1048
1084
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1085
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1049
1086
|
contentType?: string | string[] | null | undefined;
|
|
1050
1087
|
exploded?: boolean | null | undefined;
|
|
1051
1088
|
}>;
|
|
@@ -1137,6 +1174,7 @@ export declare const FormDataPropertySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1137
1174
|
key: z.ZodString;
|
|
1138
1175
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
1139
1176
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
1177
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
1140
1178
|
type: z.ZodLiteral<"bodyProperty">;
|
|
1141
1179
|
}, "strip", z.ZodTypeAny, {
|
|
1142
1180
|
type: "bodyProperty";
|
|
@@ -1145,6 +1183,7 @@ export declare const FormDataPropertySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1145
1183
|
description?: string | null | undefined;
|
|
1146
1184
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1147
1185
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1186
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1148
1187
|
contentType?: string | string[] | null | undefined;
|
|
1149
1188
|
exploded?: boolean | null | undefined;
|
|
1150
1189
|
}, {
|
|
@@ -1154,6 +1193,7 @@ export declare const FormDataPropertySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1154
1193
|
description?: string | null | undefined;
|
|
1155
1194
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1156
1195
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1196
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1157
1197
|
contentType?: string | string[] | null | undefined;
|
|
1158
1198
|
exploded?: boolean | null | undefined;
|
|
1159
1199
|
}>]>;
|
|
@@ -1249,6 +1289,7 @@ export declare const FormDataRequestSchema: z.ZodObject<{
|
|
|
1249
1289
|
key: z.ZodString;
|
|
1250
1290
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
1251
1291
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
1292
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
1252
1293
|
type: z.ZodLiteral<"bodyProperty">;
|
|
1253
1294
|
}, "strip", z.ZodTypeAny, {
|
|
1254
1295
|
type: "bodyProperty";
|
|
@@ -1257,6 +1298,7 @@ export declare const FormDataRequestSchema: z.ZodObject<{
|
|
|
1257
1298
|
description?: string | null | undefined;
|
|
1258
1299
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1259
1300
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1301
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1260
1302
|
contentType?: string | string[] | null | undefined;
|
|
1261
1303
|
exploded?: boolean | null | undefined;
|
|
1262
1304
|
}, {
|
|
@@ -1266,6 +1308,7 @@ export declare const FormDataRequestSchema: z.ZodObject<{
|
|
|
1266
1308
|
description?: string | null | undefined;
|
|
1267
1309
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1268
1310
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1311
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1269
1312
|
contentType?: string | string[] | null | undefined;
|
|
1270
1313
|
exploded?: boolean | null | undefined;
|
|
1271
1314
|
}>]>, "many">;
|
|
@@ -1295,6 +1338,7 @@ export declare const FormDataRequestSchema: z.ZodObject<{
|
|
|
1295
1338
|
description?: string | null | undefined;
|
|
1296
1339
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1297
1340
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1341
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1298
1342
|
contentType?: string | string[] | null | undefined;
|
|
1299
1343
|
exploded?: boolean | null | undefined;
|
|
1300
1344
|
})[];
|
|
@@ -1326,6 +1370,7 @@ export declare const FormDataRequestSchema: z.ZodObject<{
|
|
|
1326
1370
|
description?: string | null | undefined;
|
|
1327
1371
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1328
1372
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1373
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1329
1374
|
contentType?: string | string[] | null | undefined;
|
|
1330
1375
|
exploded?: boolean | null | undefined;
|
|
1331
1376
|
})[];
|
|
@@ -1489,18 +1534,21 @@ export declare const JsonBodyShapeSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
1489
1534
|
key: z.ZodString;
|
|
1490
1535
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
1491
1536
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
1537
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
1492
1538
|
}, "strip", z.ZodTypeAny, {
|
|
1493
1539
|
valueType: TypeReference;
|
|
1494
1540
|
key: string;
|
|
1495
1541
|
description?: string | null | undefined;
|
|
1496
1542
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1497
1543
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1544
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1498
1545
|
}, {
|
|
1499
1546
|
valueType: TypeReference;
|
|
1500
1547
|
key: string;
|
|
1501
1548
|
description?: string | null | undefined;
|
|
1502
1549
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1503
1550
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1551
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1504
1552
|
}>, "many">;
|
|
1505
1553
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
1506
1554
|
type: z.ZodLiteral<"object">;
|
|
@@ -1513,6 +1561,7 @@ export declare const JsonBodyShapeSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
1513
1561
|
description?: string | null | undefined;
|
|
1514
1562
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1515
1563
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1564
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1516
1565
|
}[];
|
|
1517
1566
|
extraProperties?: TypeReference | null | undefined;
|
|
1518
1567
|
}, {
|
|
@@ -1524,6 +1573,7 @@ export declare const JsonBodyShapeSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
1524
1573
|
description?: string | null | undefined;
|
|
1525
1574
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1526
1575
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1576
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1527
1577
|
}[];
|
|
1528
1578
|
extraProperties?: TypeReference | null | undefined;
|
|
1529
1579
|
}>, z.ZodObject<{
|
|
@@ -1555,18 +1605,21 @@ export declare const StreamResponseV2Schema: z.ZodObject<{
|
|
|
1555
1605
|
key: z.ZodString;
|
|
1556
1606
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
1557
1607
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
1608
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
1558
1609
|
}, "strip", z.ZodTypeAny, {
|
|
1559
1610
|
valueType: TypeReference;
|
|
1560
1611
|
key: string;
|
|
1561
1612
|
description?: string | null | undefined;
|
|
1562
1613
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1563
1614
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1615
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1564
1616
|
}, {
|
|
1565
1617
|
valueType: TypeReference;
|
|
1566
1618
|
key: string;
|
|
1567
1619
|
description?: string | null | undefined;
|
|
1568
1620
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1569
1621
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1622
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1570
1623
|
}>, "many">;
|
|
1571
1624
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
1572
1625
|
type: z.ZodLiteral<"object">;
|
|
@@ -1579,6 +1632,7 @@ export declare const StreamResponseV2Schema: z.ZodObject<{
|
|
|
1579
1632
|
description?: string | null | undefined;
|
|
1580
1633
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1581
1634
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1635
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1582
1636
|
}[];
|
|
1583
1637
|
extraProperties?: TypeReference | null | undefined;
|
|
1584
1638
|
}, {
|
|
@@ -1590,6 +1644,7 @@ export declare const StreamResponseV2Schema: z.ZodObject<{
|
|
|
1590
1644
|
description?: string | null | undefined;
|
|
1591
1645
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1592
1646
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1647
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1593
1648
|
}[];
|
|
1594
1649
|
extraProperties?: TypeReference | null | undefined;
|
|
1595
1650
|
}>, z.ZodObject<{
|
|
@@ -1612,6 +1667,7 @@ export declare const StreamResponseV2Schema: z.ZodObject<{
|
|
|
1612
1667
|
description?: string | null | undefined;
|
|
1613
1668
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1614
1669
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1670
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1615
1671
|
}[];
|
|
1616
1672
|
extraProperties?: TypeReference | null | undefined;
|
|
1617
1673
|
} | {
|
|
@@ -1629,6 +1685,7 @@ export declare const StreamResponseV2Schema: z.ZodObject<{
|
|
|
1629
1685
|
description?: string | null | undefined;
|
|
1630
1686
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1631
1687
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
1688
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
1632
1689
|
}[];
|
|
1633
1690
|
extraProperties?: TypeReference | null | undefined;
|
|
1634
1691
|
} | {
|
|
@@ -1928,26 +1985,6 @@ export declare const ErrorExampleSchema: z.ZodObject<{
|
|
|
1928
1985
|
export type ErrorExample = z.infer<typeof ErrorExampleSchema>;
|
|
1929
1986
|
export declare const GraphQlOperationTypeSchema: z.ZodEnum<["QUERY", "MUTATION", "SUBSCRIPTION"]>;
|
|
1930
1987
|
export type GraphQlOperationType = z.infer<typeof GraphQlOperationTypeSchema>;
|
|
1931
|
-
export declare const GraphQlArgumentSchema: z.ZodObject<{
|
|
1932
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1933
|
-
availability: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Alpha", "Stable", "GenerallyAvailable", "InDevelopment", "PreRelease", "Deprecated", "Beta", "Preview", "Legacy"]>>>;
|
|
1934
|
-
name: z.ZodString;
|
|
1935
|
-
type: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
1936
|
-
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
1937
|
-
}, "strip", z.ZodTypeAny, {
|
|
1938
|
-
type: TypeReference;
|
|
1939
|
-
name: string;
|
|
1940
|
-
description?: string | null | undefined;
|
|
1941
|
-
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1942
|
-
defaultValue?: unknown;
|
|
1943
|
-
}, {
|
|
1944
|
-
type: TypeReference;
|
|
1945
|
-
name: string;
|
|
1946
|
-
description?: string | null | undefined;
|
|
1947
|
-
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
1948
|
-
defaultValue?: unknown;
|
|
1949
|
-
}>;
|
|
1950
|
-
export type GraphQlArgument = z.infer<typeof GraphQlArgumentSchema>;
|
|
1951
1988
|
export declare const GraphQlExampleSchema: z.ZodObject<{
|
|
1952
1989
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1953
1990
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1998,25 +2035,8 @@ export declare const GraphQlOperationSchema: z.ZodObject<{
|
|
|
1998
2035
|
operationType: z.ZodEnum<["QUERY", "MUTATION", "SUBSCRIPTION"]>;
|
|
1999
2036
|
name: z.ZodString;
|
|
2000
2037
|
displayName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
availability: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Alpha", "Stable", "GenerallyAvailable", "InDevelopment", "PreRelease", "Deprecated", "Beta", "Preview", "Legacy"]>>>;
|
|
2004
|
-
name: z.ZodString;
|
|
2005
|
-
type: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2006
|
-
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
2007
|
-
}, "strip", z.ZodTypeAny, {
|
|
2008
|
-
type: TypeReference;
|
|
2009
|
-
name: string;
|
|
2010
|
-
description?: string | null | undefined;
|
|
2011
|
-
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2012
|
-
defaultValue?: unknown;
|
|
2013
|
-
}, {
|
|
2014
|
-
type: TypeReference;
|
|
2015
|
-
name: string;
|
|
2016
|
-
description?: string | null | undefined;
|
|
2017
|
-
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2018
|
-
defaultValue?: unknown;
|
|
2019
|
-
}>, "many">>>;
|
|
2038
|
+
fieldPath: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2039
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2020
2040
|
returnType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2021
2041
|
examples: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2022
2042
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2066,14 +2086,9 @@ export declare const GraphQlOperationSchema: z.ZodObject<{
|
|
|
2066
2086
|
returnType: TypeReference;
|
|
2067
2087
|
description?: string | null | undefined;
|
|
2068
2088
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2089
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2069
2090
|
displayName?: string | null | undefined;
|
|
2070
|
-
|
|
2071
|
-
type: TypeReference;
|
|
2072
|
-
name: string;
|
|
2073
|
-
description?: string | null | undefined;
|
|
2074
|
-
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2075
|
-
defaultValue?: unknown;
|
|
2076
|
-
}[] | null | undefined;
|
|
2091
|
+
fieldPath?: string[] | null | undefined;
|
|
2077
2092
|
examples?: {
|
|
2078
2093
|
query: string;
|
|
2079
2094
|
description?: string | null | undefined;
|
|
@@ -2096,14 +2111,9 @@ export declare const GraphQlOperationSchema: z.ZodObject<{
|
|
|
2096
2111
|
returnType: TypeReference;
|
|
2097
2112
|
description?: string | null | undefined;
|
|
2098
2113
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2114
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2099
2115
|
displayName?: string | null | undefined;
|
|
2100
|
-
|
|
2101
|
-
type: TypeReference;
|
|
2102
|
-
name: string;
|
|
2103
|
-
description?: string | null | undefined;
|
|
2104
|
-
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2105
|
-
defaultValue?: unknown;
|
|
2106
|
-
}[] | null | undefined;
|
|
2116
|
+
fieldPath?: string[] | null | undefined;
|
|
2107
2117
|
examples?: {
|
|
2108
2118
|
query: string;
|
|
2109
2119
|
description?: string | null | undefined;
|
|
@@ -2129,18 +2139,21 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2129
2139
|
key: z.ZodString;
|
|
2130
2140
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2131
2141
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
2142
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2132
2143
|
}, "strip", z.ZodTypeAny, {
|
|
2133
2144
|
valueType: TypeReference;
|
|
2134
2145
|
key: string;
|
|
2135
2146
|
description?: string | null | undefined;
|
|
2136
2147
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2137
2148
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2149
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2138
2150
|
}, {
|
|
2139
2151
|
valueType: TypeReference;
|
|
2140
2152
|
key: string;
|
|
2141
2153
|
description?: string | null | undefined;
|
|
2142
2154
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2143
2155
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2156
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2144
2157
|
}>, "many">;
|
|
2145
2158
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
2146
2159
|
type: z.ZodLiteral<"object">;
|
|
@@ -2153,6 +2166,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2153
2166
|
description?: string | null | undefined;
|
|
2154
2167
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2155
2168
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2169
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2156
2170
|
}[];
|
|
2157
2171
|
extraProperties?: TypeReference | null | undefined;
|
|
2158
2172
|
}, {
|
|
@@ -2164,6 +2178,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2164
2178
|
description?: string | null | undefined;
|
|
2165
2179
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2166
2180
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2181
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2167
2182
|
}[];
|
|
2168
2183
|
extraProperties?: TypeReference | null | undefined;
|
|
2169
2184
|
}>, z.ZodObject<{
|
|
@@ -2266,6 +2281,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2266
2281
|
key: z.ZodString;
|
|
2267
2282
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2268
2283
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
2284
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2269
2285
|
type: z.ZodLiteral<"bodyProperty">;
|
|
2270
2286
|
}, "strip", z.ZodTypeAny, {
|
|
2271
2287
|
type: "bodyProperty";
|
|
@@ -2274,6 +2290,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2274
2290
|
description?: string | null | undefined;
|
|
2275
2291
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2276
2292
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2293
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2277
2294
|
contentType?: string | string[] | null | undefined;
|
|
2278
2295
|
exploded?: boolean | null | undefined;
|
|
2279
2296
|
}, {
|
|
@@ -2283,6 +2300,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2283
2300
|
description?: string | null | undefined;
|
|
2284
2301
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2285
2302
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2303
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2286
2304
|
contentType?: string | string[] | null | undefined;
|
|
2287
2305
|
exploded?: boolean | null | undefined;
|
|
2288
2306
|
}>]>, "many">;
|
|
@@ -2314,6 +2332,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2314
2332
|
description?: string | null | undefined;
|
|
2315
2333
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2316
2334
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2335
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2317
2336
|
contentType?: string | string[] | null | undefined;
|
|
2318
2337
|
exploded?: boolean | null | undefined;
|
|
2319
2338
|
})[];
|
|
@@ -2346,6 +2365,7 @@ export declare const WebhookPayloadShapeSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
2346
2365
|
description?: string | null | undefined;
|
|
2347
2366
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2348
2367
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2368
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2349
2369
|
contentType?: string | string[] | null | undefined;
|
|
2350
2370
|
exploded?: boolean | null | undefined;
|
|
2351
2371
|
})[];
|
|
@@ -2363,18 +2383,21 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2363
2383
|
key: z.ZodString;
|
|
2364
2384
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2365
2385
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
2386
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2366
2387
|
}, "strip", z.ZodTypeAny, {
|
|
2367
2388
|
valueType: TypeReference;
|
|
2368
2389
|
key: string;
|
|
2369
2390
|
description?: string | null | undefined;
|
|
2370
2391
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2371
2392
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2393
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2372
2394
|
}, {
|
|
2373
2395
|
valueType: TypeReference;
|
|
2374
2396
|
key: string;
|
|
2375
2397
|
description?: string | null | undefined;
|
|
2376
2398
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2377
2399
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2400
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2378
2401
|
}>, "many">;
|
|
2379
2402
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
2380
2403
|
type: z.ZodLiteral<"object">;
|
|
@@ -2387,6 +2410,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2387
2410
|
description?: string | null | undefined;
|
|
2388
2411
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2389
2412
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2413
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2390
2414
|
}[];
|
|
2391
2415
|
extraProperties?: TypeReference | null | undefined;
|
|
2392
2416
|
}, {
|
|
@@ -2398,6 +2422,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2398
2422
|
description?: string | null | undefined;
|
|
2399
2423
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2400
2424
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2425
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2401
2426
|
}[];
|
|
2402
2427
|
extraProperties?: TypeReference | null | undefined;
|
|
2403
2428
|
}>, z.ZodObject<{
|
|
@@ -2500,6 +2525,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2500
2525
|
key: z.ZodString;
|
|
2501
2526
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2502
2527
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
2528
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2503
2529
|
type: z.ZodLiteral<"bodyProperty">;
|
|
2504
2530
|
}, "strip", z.ZodTypeAny, {
|
|
2505
2531
|
type: "bodyProperty";
|
|
@@ -2508,6 +2534,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2508
2534
|
description?: string | null | undefined;
|
|
2509
2535
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2510
2536
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2537
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2511
2538
|
contentType?: string | string[] | null | undefined;
|
|
2512
2539
|
exploded?: boolean | null | undefined;
|
|
2513
2540
|
}, {
|
|
@@ -2517,6 +2544,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2517
2544
|
description?: string | null | undefined;
|
|
2518
2545
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2519
2546
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2547
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2520
2548
|
contentType?: string | string[] | null | undefined;
|
|
2521
2549
|
exploded?: boolean | null | undefined;
|
|
2522
2550
|
}>]>, "many">;
|
|
@@ -2548,6 +2576,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2548
2576
|
description?: string | null | undefined;
|
|
2549
2577
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2550
2578
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2579
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2551
2580
|
contentType?: string | string[] | null | undefined;
|
|
2552
2581
|
exploded?: boolean | null | undefined;
|
|
2553
2582
|
})[];
|
|
@@ -2580,6 +2609,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2580
2609
|
description?: string | null | undefined;
|
|
2581
2610
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2582
2611
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2612
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2583
2613
|
contentType?: string | string[] | null | undefined;
|
|
2584
2614
|
exploded?: boolean | null | undefined;
|
|
2585
2615
|
})[];
|
|
@@ -2596,6 +2626,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2596
2626
|
description?: string | null | undefined;
|
|
2597
2627
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2598
2628
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2629
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2599
2630
|
}[];
|
|
2600
2631
|
extraProperties?: TypeReference | null | undefined;
|
|
2601
2632
|
} | {
|
|
@@ -2628,6 +2659,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2628
2659
|
description?: string | null | undefined;
|
|
2629
2660
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2630
2661
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2662
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2631
2663
|
contentType?: string | string[] | null | undefined;
|
|
2632
2664
|
exploded?: boolean | null | undefined;
|
|
2633
2665
|
})[];
|
|
@@ -2645,6 +2677,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2645
2677
|
description?: string | null | undefined;
|
|
2646
2678
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2647
2679
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2680
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2648
2681
|
}[];
|
|
2649
2682
|
extraProperties?: TypeReference | null | undefined;
|
|
2650
2683
|
} | {
|
|
@@ -2677,6 +2710,7 @@ export declare const WebhookPayloadSchema: z.ZodObject<{
|
|
|
2677
2710
|
description?: string | null | undefined;
|
|
2678
2711
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2679
2712
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2713
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2680
2714
|
contentType?: string | string[] | null | undefined;
|
|
2681
2715
|
exploded?: boolean | null | undefined;
|
|
2682
2716
|
})[];
|
|
@@ -2705,18 +2739,21 @@ export declare const WebSocketMessageBodyShapeSchema: z.ZodDiscriminatedUnion<"t
|
|
|
2705
2739
|
key: z.ZodString;
|
|
2706
2740
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2707
2741
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
2742
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2708
2743
|
}, "strip", z.ZodTypeAny, {
|
|
2709
2744
|
valueType: TypeReference;
|
|
2710
2745
|
key: string;
|
|
2711
2746
|
description?: string | null | undefined;
|
|
2712
2747
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2713
2748
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2749
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2714
2750
|
}, {
|
|
2715
2751
|
valueType: TypeReference;
|
|
2716
2752
|
key: string;
|
|
2717
2753
|
description?: string | null | undefined;
|
|
2718
2754
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2719
2755
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2756
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2720
2757
|
}>, "many">;
|
|
2721
2758
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
2722
2759
|
type: z.ZodLiteral<"object">;
|
|
@@ -2729,6 +2766,7 @@ export declare const WebSocketMessageBodyShapeSchema: z.ZodDiscriminatedUnion<"t
|
|
|
2729
2766
|
description?: string | null | undefined;
|
|
2730
2767
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2731
2768
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2769
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2732
2770
|
}[];
|
|
2733
2771
|
extraProperties?: TypeReference | null | undefined;
|
|
2734
2772
|
}, {
|
|
@@ -2740,6 +2778,7 @@ export declare const WebSocketMessageBodyShapeSchema: z.ZodDiscriminatedUnion<"t
|
|
|
2740
2778
|
description?: string | null | undefined;
|
|
2741
2779
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2742
2780
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2781
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2743
2782
|
}[];
|
|
2744
2783
|
extraProperties?: TypeReference | null | undefined;
|
|
2745
2784
|
}>, z.ZodObject<{
|
|
@@ -2767,18 +2806,21 @@ export declare const WebSocketMessageSchema: z.ZodObject<{
|
|
|
2767
2806
|
key: z.ZodString;
|
|
2768
2807
|
valueType: z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>;
|
|
2769
2808
|
propertyAccess: z.ZodOptional<z.ZodNullable<z.ZodEnum<["READ_ONLY", "WRITE_ONLY"]>>>;
|
|
2809
|
+
arguments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<GraphQlArgument, z.ZodTypeDef, GraphQlArgument>, "many">>>;
|
|
2770
2810
|
}, "strip", z.ZodTypeAny, {
|
|
2771
2811
|
valueType: TypeReference;
|
|
2772
2812
|
key: string;
|
|
2773
2813
|
description?: string | null | undefined;
|
|
2774
2814
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2775
2815
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2816
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2776
2817
|
}, {
|
|
2777
2818
|
valueType: TypeReference;
|
|
2778
2819
|
key: string;
|
|
2779
2820
|
description?: string | null | undefined;
|
|
2780
2821
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2781
2822
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2823
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2782
2824
|
}>, "many">;
|
|
2783
2825
|
extraProperties: z.ZodOptional<z.ZodNullable<z.ZodType<TypeReference, z.ZodTypeDef, TypeReference>>>;
|
|
2784
2826
|
type: z.ZodLiteral<"object">;
|
|
@@ -2791,6 +2833,7 @@ export declare const WebSocketMessageSchema: z.ZodObject<{
|
|
|
2791
2833
|
description?: string | null | undefined;
|
|
2792
2834
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2793
2835
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2836
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2794
2837
|
}[];
|
|
2795
2838
|
extraProperties?: TypeReference | null | undefined;
|
|
2796
2839
|
}, {
|
|
@@ -2802,6 +2845,7 @@ export declare const WebSocketMessageSchema: z.ZodObject<{
|
|
|
2802
2845
|
description?: string | null | undefined;
|
|
2803
2846
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2804
2847
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2848
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2805
2849
|
}[];
|
|
2806
2850
|
extraProperties?: TypeReference | null | undefined;
|
|
2807
2851
|
}>, z.ZodObject<{
|
|
@@ -2826,6 +2870,7 @@ export declare const WebSocketMessageSchema: z.ZodObject<{
|
|
|
2826
2870
|
description?: string | null | undefined;
|
|
2827
2871
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2828
2872
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2873
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2829
2874
|
}[];
|
|
2830
2875
|
extraProperties?: TypeReference | null | undefined;
|
|
2831
2876
|
} | {
|
|
@@ -2847,6 +2892,7 @@ export declare const WebSocketMessageSchema: z.ZodObject<{
|
|
|
2847
2892
|
description?: string | null | undefined;
|
|
2848
2893
|
availability?: "Alpha" | "Stable" | "GenerallyAvailable" | "InDevelopment" | "PreRelease" | "Deprecated" | "Beta" | "Preview" | "Legacy" | null | undefined;
|
|
2849
2894
|
propertyAccess?: "READ_ONLY" | "WRITE_ONLY" | null | undefined;
|
|
2895
|
+
arguments?: GraphQlArgument[] | null | undefined;
|
|
2850
2896
|
}[];
|
|
2851
2897
|
extraProperties?: TypeReference | null | undefined;
|
|
2852
2898
|
} | {
|