@fern-api/fdr-sdk 1.2.58-e5bd97374b → 1.2.59-dd9ba85e2f
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/api-definition/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/api-definition/transformer.d.ts.map +1 -1
- package/dist/client/docs-types/db.d.ts +160 -160
- package/dist/client/docs-types/read.d.ts +72 -72
- package/dist/client/docs-types/shared.d.ts +8 -8
- package/dist/client/docs-types/write.d.ts +40 -40
- package/dist/js/api-definition/snippets/server.js +3593 -3419
- package/dist/js/api-definition/snippets/server.js.map +1 -1
- package/dist/js/api-definition/snippets/server.mjs +3593 -3419
- package/dist/js/api-definition/snippets/server.mjs.map +1 -1
- package/dist/navigation/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/orpc-client/docs/v1/read/contract.d.ts +48 -48
- package/dist/orpc-client/docs/v1/write/contract.d.ts +16 -16
- package/dist/orpc-client/docs/v2/read/contract.d.ts +112 -112
- package/dist/orpc-client/docs/v2/write/contract.d.ts +32 -32
- package/dist/orpc-client/docs-ledger/contract.d.ts +844 -844
- package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts +960 -960
- package/dist/orpc-client/generators/contract.d.ts +92 -92
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/api-definition/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/types/api-definition/transformer.d.ts.map +1 -1
- package/dist/types/client/docs-types/db.d.ts +160 -160
- package/dist/types/client/docs-types/read.d.ts +72 -72
- package/dist/types/client/docs-types/shared.d.ts +8 -8
- package/dist/types/client/docs-types/write.d.ts +40 -40
- package/dist/types/navigation/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts +48 -48
- package/dist/types/orpc-client/docs/v1/write/contract.d.ts +16 -16
- package/dist/types/orpc-client/docs/v2/read/contract.d.ts +112 -112
- package/dist/types/orpc-client/docs/v2/write/contract.d.ts +32 -32
- package/dist/types/orpc-client/docs-ledger/contract.d.ts +844 -844
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +960 -960
- package/dist/types/orpc-client/generators/contract.d.ts +92 -92
- package/package.json +2 -2
|
@@ -127,9 +127,9 @@ export declare const ChangelogEntrySchema: z.ZodObject<{
|
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
128
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
129
129
|
summary: string;
|
|
130
|
-
fixed?: string[] | null | undefined;
|
|
131
130
|
deprecated?: string[] | null | undefined;
|
|
132
131
|
links?: string[] | null | undefined;
|
|
132
|
+
fixed?: string[] | null | undefined;
|
|
133
133
|
upgradeNotes?: string | null | undefined;
|
|
134
134
|
added?: string[] | null | undefined;
|
|
135
135
|
changed?: string[] | null | undefined;
|
|
@@ -137,9 +137,9 @@ export declare const ChangelogEntrySchema: z.ZodObject<{
|
|
|
137
137
|
}, {
|
|
138
138
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
139
139
|
summary: string;
|
|
140
|
-
fixed?: string[] | null | undefined;
|
|
141
140
|
deprecated?: string[] | null | undefined;
|
|
142
141
|
links?: string[] | null | undefined;
|
|
142
|
+
fixed?: string[] | null | undefined;
|
|
143
143
|
upgradeNotes?: string | null | undefined;
|
|
144
144
|
added?: string[] | null | undefined;
|
|
145
145
|
changed?: string[] | null | undefined;
|
|
@@ -498,9 +498,9 @@ export declare const GeneratorReleaseSchema: z.ZodObject<{
|
|
|
498
498
|
}, "strip", z.ZodTypeAny, {
|
|
499
499
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
500
500
|
summary: string;
|
|
501
|
-
fixed?: string[] | null | undefined;
|
|
502
501
|
deprecated?: string[] | null | undefined;
|
|
503
502
|
links?: string[] | null | undefined;
|
|
503
|
+
fixed?: string[] | null | undefined;
|
|
504
504
|
upgradeNotes?: string | null | undefined;
|
|
505
505
|
added?: string[] | null | undefined;
|
|
506
506
|
changed?: string[] | null | undefined;
|
|
@@ -508,9 +508,9 @@ export declare const GeneratorReleaseSchema: z.ZodObject<{
|
|
|
508
508
|
}, {
|
|
509
509
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
510
510
|
summary: string;
|
|
511
|
-
fixed?: string[] | null | undefined;
|
|
512
511
|
deprecated?: string[] | null | undefined;
|
|
513
512
|
links?: string[] | null | undefined;
|
|
513
|
+
fixed?: string[] | null | undefined;
|
|
514
514
|
upgradeNotes?: string | null | undefined;
|
|
515
515
|
added?: string[] | null | undefined;
|
|
516
516
|
changed?: string[] | null | undefined;
|
|
@@ -532,9 +532,9 @@ export declare const GeneratorReleaseSchema: z.ZodObject<{
|
|
|
532
532
|
changelogEntry?: {
|
|
533
533
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
534
534
|
summary: string;
|
|
535
|
-
fixed?: string[] | null | undefined;
|
|
536
535
|
deprecated?: string[] | null | undefined;
|
|
537
536
|
links?: string[] | null | undefined;
|
|
537
|
+
fixed?: string[] | null | undefined;
|
|
538
538
|
upgradeNotes?: string | null | undefined;
|
|
539
539
|
added?: string[] | null | undefined;
|
|
540
540
|
changed?: string[] | null | undefined;
|
|
@@ -556,9 +556,9 @@ export declare const GeneratorReleaseSchema: z.ZodObject<{
|
|
|
556
556
|
changelogEntry?: {
|
|
557
557
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
558
558
|
summary: string;
|
|
559
|
-
fixed?: string[] | null | undefined;
|
|
560
559
|
deprecated?: string[] | null | undefined;
|
|
561
560
|
links?: string[] | null | undefined;
|
|
561
|
+
fixed?: string[] | null | undefined;
|
|
562
562
|
upgradeNotes?: string | null | undefined;
|
|
563
563
|
added?: string[] | null | undefined;
|
|
564
564
|
changed?: string[] | null | undefined;
|
|
@@ -595,9 +595,9 @@ export declare const GeneratorReleaseRequestSchema: z.ZodObject<{
|
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
596
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
597
597
|
summary: string;
|
|
598
|
-
fixed?: string[] | null | undefined;
|
|
599
598
|
deprecated?: string[] | null | undefined;
|
|
600
599
|
links?: string[] | null | undefined;
|
|
600
|
+
fixed?: string[] | null | undefined;
|
|
601
601
|
upgradeNotes?: string | null | undefined;
|
|
602
602
|
added?: string[] | null | undefined;
|
|
603
603
|
changed?: string[] | null | undefined;
|
|
@@ -605,9 +605,9 @@ export declare const GeneratorReleaseRequestSchema: z.ZodObject<{
|
|
|
605
605
|
}, {
|
|
606
606
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
607
607
|
summary: string;
|
|
608
|
-
fixed?: string[] | null | undefined;
|
|
609
608
|
deprecated?: string[] | null | undefined;
|
|
610
609
|
links?: string[] | null | undefined;
|
|
610
|
+
fixed?: string[] | null | undefined;
|
|
611
611
|
upgradeNotes?: string | null | undefined;
|
|
612
612
|
added?: string[] | null | undefined;
|
|
613
613
|
changed?: string[] | null | undefined;
|
|
@@ -625,9 +625,9 @@ export declare const GeneratorReleaseRequestSchema: z.ZodObject<{
|
|
|
625
625
|
changelogEntry?: {
|
|
626
626
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
627
627
|
summary: string;
|
|
628
|
-
fixed?: string[] | null | undefined;
|
|
629
628
|
deprecated?: string[] | null | undefined;
|
|
630
629
|
links?: string[] | null | undefined;
|
|
630
|
+
fixed?: string[] | null | undefined;
|
|
631
631
|
upgradeNotes?: string | null | undefined;
|
|
632
632
|
added?: string[] | null | undefined;
|
|
633
633
|
changed?: string[] | null | undefined;
|
|
@@ -647,9 +647,9 @@ export declare const GeneratorReleaseRequestSchema: z.ZodObject<{
|
|
|
647
647
|
changelogEntry?: {
|
|
648
648
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
649
649
|
summary: string;
|
|
650
|
-
fixed?: string[] | null | undefined;
|
|
651
650
|
deprecated?: string[] | null | undefined;
|
|
652
651
|
links?: string[] | null | undefined;
|
|
652
|
+
fixed?: string[] | null | undefined;
|
|
653
653
|
upgradeNotes?: string | null | undefined;
|
|
654
654
|
added?: string[] | null | undefined;
|
|
655
655
|
changed?: string[] | null | undefined;
|
|
@@ -770,9 +770,9 @@ export declare const ChangelogResponseSchema: z.ZodObject<{
|
|
|
770
770
|
}, "strip", z.ZodTypeAny, {
|
|
771
771
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
772
772
|
summary: string;
|
|
773
|
-
fixed?: string[] | null | undefined;
|
|
774
773
|
deprecated?: string[] | null | undefined;
|
|
775
774
|
links?: string[] | null | undefined;
|
|
775
|
+
fixed?: string[] | null | undefined;
|
|
776
776
|
upgradeNotes?: string | null | undefined;
|
|
777
777
|
added?: string[] | null | undefined;
|
|
778
778
|
changed?: string[] | null | undefined;
|
|
@@ -780,9 +780,9 @@ export declare const ChangelogResponseSchema: z.ZodObject<{
|
|
|
780
780
|
}, {
|
|
781
781
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
782
782
|
summary: string;
|
|
783
|
-
fixed?: string[] | null | undefined;
|
|
784
783
|
deprecated?: string[] | null | undefined;
|
|
785
784
|
links?: string[] | null | undefined;
|
|
785
|
+
fixed?: string[] | null | undefined;
|
|
786
786
|
upgradeNotes?: string | null | undefined;
|
|
787
787
|
added?: string[] | null | undefined;
|
|
788
788
|
changed?: string[] | null | undefined;
|
|
@@ -793,9 +793,9 @@ export declare const ChangelogResponseSchema: z.ZodObject<{
|
|
|
793
793
|
changelogEntry: {
|
|
794
794
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
795
795
|
summary: string;
|
|
796
|
-
fixed?: string[] | null | undefined;
|
|
797
796
|
deprecated?: string[] | null | undefined;
|
|
798
797
|
links?: string[] | null | undefined;
|
|
798
|
+
fixed?: string[] | null | undefined;
|
|
799
799
|
upgradeNotes?: string | null | undefined;
|
|
800
800
|
added?: string[] | null | undefined;
|
|
801
801
|
changed?: string[] | null | undefined;
|
|
@@ -806,9 +806,9 @@ export declare const ChangelogResponseSchema: z.ZodObject<{
|
|
|
806
806
|
changelogEntry: {
|
|
807
807
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
808
808
|
summary: string;
|
|
809
|
-
fixed?: string[] | null | undefined;
|
|
810
809
|
deprecated?: string[] | null | undefined;
|
|
811
810
|
links?: string[] | null | undefined;
|
|
811
|
+
fixed?: string[] | null | undefined;
|
|
812
812
|
upgradeNotes?: string | null | undefined;
|
|
813
813
|
added?: string[] | null | undefined;
|
|
814
814
|
changed?: string[] | null | undefined;
|
|
@@ -831,9 +831,9 @@ export declare const GetChangelogResponseSchema: z.ZodObject<{
|
|
|
831
831
|
}, "strip", z.ZodTypeAny, {
|
|
832
832
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
833
833
|
summary: string;
|
|
834
|
-
fixed?: string[] | null | undefined;
|
|
835
834
|
deprecated?: string[] | null | undefined;
|
|
836
835
|
links?: string[] | null | undefined;
|
|
836
|
+
fixed?: string[] | null | undefined;
|
|
837
837
|
upgradeNotes?: string | null | undefined;
|
|
838
838
|
added?: string[] | null | undefined;
|
|
839
839
|
changed?: string[] | null | undefined;
|
|
@@ -841,9 +841,9 @@ export declare const GetChangelogResponseSchema: z.ZodObject<{
|
|
|
841
841
|
}, {
|
|
842
842
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
843
843
|
summary: string;
|
|
844
|
-
fixed?: string[] | null | undefined;
|
|
845
844
|
deprecated?: string[] | null | undefined;
|
|
846
845
|
links?: string[] | null | undefined;
|
|
846
|
+
fixed?: string[] | null | undefined;
|
|
847
847
|
upgradeNotes?: string | null | undefined;
|
|
848
848
|
added?: string[] | null | undefined;
|
|
849
849
|
changed?: string[] | null | undefined;
|
|
@@ -854,9 +854,9 @@ export declare const GetChangelogResponseSchema: z.ZodObject<{
|
|
|
854
854
|
changelogEntry: {
|
|
855
855
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
856
856
|
summary: string;
|
|
857
|
-
fixed?: string[] | null | undefined;
|
|
858
857
|
deprecated?: string[] | null | undefined;
|
|
859
858
|
links?: string[] | null | undefined;
|
|
859
|
+
fixed?: string[] | null | undefined;
|
|
860
860
|
upgradeNotes?: string | null | undefined;
|
|
861
861
|
added?: string[] | null | undefined;
|
|
862
862
|
changed?: string[] | null | undefined;
|
|
@@ -867,9 +867,9 @@ export declare const GetChangelogResponseSchema: z.ZodObject<{
|
|
|
867
867
|
changelogEntry: {
|
|
868
868
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
869
869
|
summary: string;
|
|
870
|
-
fixed?: string[] | null | undefined;
|
|
871
870
|
deprecated?: string[] | null | undefined;
|
|
872
871
|
links?: string[] | null | undefined;
|
|
872
|
+
fixed?: string[] | null | undefined;
|
|
873
873
|
upgradeNotes?: string | null | undefined;
|
|
874
874
|
added?: string[] | null | undefined;
|
|
875
875
|
changed?: string[] | null | undefined;
|
|
@@ -882,9 +882,9 @@ export declare const GetChangelogResponseSchema: z.ZodObject<{
|
|
|
882
882
|
changelogEntry: {
|
|
883
883
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
884
884
|
summary: string;
|
|
885
|
-
fixed?: string[] | null | undefined;
|
|
886
885
|
deprecated?: string[] | null | undefined;
|
|
887
886
|
links?: string[] | null | undefined;
|
|
887
|
+
fixed?: string[] | null | undefined;
|
|
888
888
|
upgradeNotes?: string | null | undefined;
|
|
889
889
|
added?: string[] | null | undefined;
|
|
890
890
|
changed?: string[] | null | undefined;
|
|
@@ -897,9 +897,9 @@ export declare const GetChangelogResponseSchema: z.ZodObject<{
|
|
|
897
897
|
changelogEntry: {
|
|
898
898
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
899
899
|
summary: string;
|
|
900
|
-
fixed?: string[] | null | undefined;
|
|
901
900
|
deprecated?: string[] | null | undefined;
|
|
902
901
|
links?: string[] | null | undefined;
|
|
902
|
+
fixed?: string[] | null | undefined;
|
|
903
903
|
upgradeNotes?: string | null | undefined;
|
|
904
904
|
added?: string[] | null | undefined;
|
|
905
905
|
changed?: string[] | null | undefined;
|
|
@@ -954,9 +954,9 @@ export declare const ListGeneratorReleasesResponseSchema: z.ZodObject<{
|
|
|
954
954
|
}, "strip", z.ZodTypeAny, {
|
|
955
955
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
956
956
|
summary: string;
|
|
957
|
-
fixed?: string[] | null | undefined;
|
|
958
957
|
deprecated?: string[] | null | undefined;
|
|
959
958
|
links?: string[] | null | undefined;
|
|
959
|
+
fixed?: string[] | null | undefined;
|
|
960
960
|
upgradeNotes?: string | null | undefined;
|
|
961
961
|
added?: string[] | null | undefined;
|
|
962
962
|
changed?: string[] | null | undefined;
|
|
@@ -964,9 +964,9 @@ export declare const ListGeneratorReleasesResponseSchema: z.ZodObject<{
|
|
|
964
964
|
}, {
|
|
965
965
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
966
966
|
summary: string;
|
|
967
|
-
fixed?: string[] | null | undefined;
|
|
968
967
|
deprecated?: string[] | null | undefined;
|
|
969
968
|
links?: string[] | null | undefined;
|
|
969
|
+
fixed?: string[] | null | undefined;
|
|
970
970
|
upgradeNotes?: string | null | undefined;
|
|
971
971
|
added?: string[] | null | undefined;
|
|
972
972
|
changed?: string[] | null | undefined;
|
|
@@ -988,9 +988,9 @@ export declare const ListGeneratorReleasesResponseSchema: z.ZodObject<{
|
|
|
988
988
|
changelogEntry?: {
|
|
989
989
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
990
990
|
summary: string;
|
|
991
|
-
fixed?: string[] | null | undefined;
|
|
992
991
|
deprecated?: string[] | null | undefined;
|
|
993
992
|
links?: string[] | null | undefined;
|
|
993
|
+
fixed?: string[] | null | undefined;
|
|
994
994
|
upgradeNotes?: string | null | undefined;
|
|
995
995
|
added?: string[] | null | undefined;
|
|
996
996
|
changed?: string[] | null | undefined;
|
|
@@ -1012,9 +1012,9 @@ export declare const ListGeneratorReleasesResponseSchema: z.ZodObject<{
|
|
|
1012
1012
|
changelogEntry?: {
|
|
1013
1013
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1014
1014
|
summary: string;
|
|
1015
|
-
fixed?: string[] | null | undefined;
|
|
1016
1015
|
deprecated?: string[] | null | undefined;
|
|
1017
1016
|
links?: string[] | null | undefined;
|
|
1017
|
+
fixed?: string[] | null | undefined;
|
|
1018
1018
|
upgradeNotes?: string | null | undefined;
|
|
1019
1019
|
added?: string[] | null | undefined;
|
|
1020
1020
|
changed?: string[] | null | undefined;
|
|
@@ -1038,9 +1038,9 @@ export declare const ListGeneratorReleasesResponseSchema: z.ZodObject<{
|
|
|
1038
1038
|
changelogEntry?: {
|
|
1039
1039
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1040
1040
|
summary: string;
|
|
1041
|
-
fixed?: string[] | null | undefined;
|
|
1042
1041
|
deprecated?: string[] | null | undefined;
|
|
1043
1042
|
links?: string[] | null | undefined;
|
|
1043
|
+
fixed?: string[] | null | undefined;
|
|
1044
1044
|
upgradeNotes?: string | null | undefined;
|
|
1045
1045
|
added?: string[] | null | undefined;
|
|
1046
1046
|
changed?: string[] | null | undefined;
|
|
@@ -1064,9 +1064,9 @@ export declare const ListGeneratorReleasesResponseSchema: z.ZodObject<{
|
|
|
1064
1064
|
changelogEntry?: {
|
|
1065
1065
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1066
1066
|
summary: string;
|
|
1067
|
-
fixed?: string[] | null | undefined;
|
|
1068
1067
|
deprecated?: string[] | null | undefined;
|
|
1069
1068
|
links?: string[] | null | undefined;
|
|
1069
|
+
fixed?: string[] | null | undefined;
|
|
1070
1070
|
upgradeNotes?: string | null | undefined;
|
|
1071
1071
|
added?: string[] | null | undefined;
|
|
1072
1072
|
changed?: string[] | null | undefined;
|
|
@@ -1104,9 +1104,9 @@ export declare const CliReleaseSchema: z.ZodObject<{
|
|
|
1104
1104
|
}, "strip", z.ZodTypeAny, {
|
|
1105
1105
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1106
1106
|
summary: string;
|
|
1107
|
-
fixed?: string[] | null | undefined;
|
|
1108
1107
|
deprecated?: string[] | null | undefined;
|
|
1109
1108
|
links?: string[] | null | undefined;
|
|
1109
|
+
fixed?: string[] | null | undefined;
|
|
1110
1110
|
upgradeNotes?: string | null | undefined;
|
|
1111
1111
|
added?: string[] | null | undefined;
|
|
1112
1112
|
changed?: string[] | null | undefined;
|
|
@@ -1114,9 +1114,9 @@ export declare const CliReleaseSchema: z.ZodObject<{
|
|
|
1114
1114
|
}, {
|
|
1115
1115
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1116
1116
|
summary: string;
|
|
1117
|
-
fixed?: string[] | null | undefined;
|
|
1118
1117
|
deprecated?: string[] | null | undefined;
|
|
1119
1118
|
links?: string[] | null | undefined;
|
|
1119
|
+
fixed?: string[] | null | undefined;
|
|
1120
1120
|
upgradeNotes?: string | null | undefined;
|
|
1121
1121
|
added?: string[] | null | undefined;
|
|
1122
1122
|
changed?: string[] | null | undefined;
|
|
@@ -1134,9 +1134,9 @@ export declare const CliReleaseSchema: z.ZodObject<{
|
|
|
1134
1134
|
changelogEntry?: {
|
|
1135
1135
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1136
1136
|
summary: string;
|
|
1137
|
-
fixed?: string[] | null | undefined;
|
|
1138
1137
|
deprecated?: string[] | null | undefined;
|
|
1139
1138
|
links?: string[] | null | undefined;
|
|
1139
|
+
fixed?: string[] | null | undefined;
|
|
1140
1140
|
upgradeNotes?: string | null | undefined;
|
|
1141
1141
|
added?: string[] | null | undefined;
|
|
1142
1142
|
changed?: string[] | null | undefined;
|
|
@@ -1155,9 +1155,9 @@ export declare const CliReleaseSchema: z.ZodObject<{
|
|
|
1155
1155
|
changelogEntry?: {
|
|
1156
1156
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1157
1157
|
summary: string;
|
|
1158
|
-
fixed?: string[] | null | undefined;
|
|
1159
1158
|
deprecated?: string[] | null | undefined;
|
|
1160
1159
|
links?: string[] | null | undefined;
|
|
1160
|
+
fixed?: string[] | null | undefined;
|
|
1161
1161
|
upgradeNotes?: string | null | undefined;
|
|
1162
1162
|
added?: string[] | null | undefined;
|
|
1163
1163
|
changed?: string[] | null | undefined;
|
|
@@ -1279,9 +1279,9 @@ export declare const UpsertCliReleaseInputSchema: z.ZodObject<{
|
|
|
1279
1279
|
}, "strip", z.ZodTypeAny, {
|
|
1280
1280
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1281
1281
|
summary: string;
|
|
1282
|
-
fixed?: string[] | null | undefined;
|
|
1283
1282
|
deprecated?: string[] | null | undefined;
|
|
1284
1283
|
links?: string[] | null | undefined;
|
|
1284
|
+
fixed?: string[] | null | undefined;
|
|
1285
1285
|
upgradeNotes?: string | null | undefined;
|
|
1286
1286
|
added?: string[] | null | undefined;
|
|
1287
1287
|
changed?: string[] | null | undefined;
|
|
@@ -1289,9 +1289,9 @@ export declare const UpsertCliReleaseInputSchema: z.ZodObject<{
|
|
|
1289
1289
|
}, {
|
|
1290
1290
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1291
1291
|
summary: string;
|
|
1292
|
-
fixed?: string[] | null | undefined;
|
|
1293
1292
|
deprecated?: string[] | null | undefined;
|
|
1294
1293
|
links?: string[] | null | undefined;
|
|
1294
|
+
fixed?: string[] | null | undefined;
|
|
1295
1295
|
upgradeNotes?: string | null | undefined;
|
|
1296
1296
|
added?: string[] | null | undefined;
|
|
1297
1297
|
changed?: string[] | null | undefined;
|
|
@@ -1305,9 +1305,9 @@ export declare const UpsertCliReleaseInputSchema: z.ZodObject<{
|
|
|
1305
1305
|
changelogEntry?: {
|
|
1306
1306
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1307
1307
|
summary: string;
|
|
1308
|
-
fixed?: string[] | null | undefined;
|
|
1309
1308
|
deprecated?: string[] | null | undefined;
|
|
1310
1309
|
links?: string[] | null | undefined;
|
|
1310
|
+
fixed?: string[] | null | undefined;
|
|
1311
1311
|
upgradeNotes?: string | null | undefined;
|
|
1312
1312
|
added?: string[] | null | undefined;
|
|
1313
1313
|
changed?: string[] | null | undefined;
|
|
@@ -1324,9 +1324,9 @@ export declare const UpsertCliReleaseInputSchema: z.ZodObject<{
|
|
|
1324
1324
|
changelogEntry?: {
|
|
1325
1325
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1326
1326
|
summary: string;
|
|
1327
|
-
fixed?: string[] | null | undefined;
|
|
1328
1327
|
deprecated?: string[] | null | undefined;
|
|
1329
1328
|
links?: string[] | null | undefined;
|
|
1329
|
+
fixed?: string[] | null | undefined;
|
|
1330
1330
|
upgradeNotes?: string | null | undefined;
|
|
1331
1331
|
added?: string[] | null | undefined;
|
|
1332
1332
|
changed?: string[] | null | undefined;
|
|
@@ -1379,9 +1379,9 @@ export declare const ListCliReleasesResponseSchema: z.ZodObject<{
|
|
|
1379
1379
|
}, "strip", z.ZodTypeAny, {
|
|
1380
1380
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1381
1381
|
summary: string;
|
|
1382
|
-
fixed?: string[] | null | undefined;
|
|
1383
1382
|
deprecated?: string[] | null | undefined;
|
|
1384
1383
|
links?: string[] | null | undefined;
|
|
1384
|
+
fixed?: string[] | null | undefined;
|
|
1385
1385
|
upgradeNotes?: string | null | undefined;
|
|
1386
1386
|
added?: string[] | null | undefined;
|
|
1387
1387
|
changed?: string[] | null | undefined;
|
|
@@ -1389,9 +1389,9 @@ export declare const ListCliReleasesResponseSchema: z.ZodObject<{
|
|
|
1389
1389
|
}, {
|
|
1390
1390
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1391
1391
|
summary: string;
|
|
1392
|
-
fixed?: string[] | null | undefined;
|
|
1393
1392
|
deprecated?: string[] | null | undefined;
|
|
1394
1393
|
links?: string[] | null | undefined;
|
|
1394
|
+
fixed?: string[] | null | undefined;
|
|
1395
1395
|
upgradeNotes?: string | null | undefined;
|
|
1396
1396
|
added?: string[] | null | undefined;
|
|
1397
1397
|
changed?: string[] | null | undefined;
|
|
@@ -1409,9 +1409,9 @@ export declare const ListCliReleasesResponseSchema: z.ZodObject<{
|
|
|
1409
1409
|
changelogEntry?: {
|
|
1410
1410
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1411
1411
|
summary: string;
|
|
1412
|
-
fixed?: string[] | null | undefined;
|
|
1413
1412
|
deprecated?: string[] | null | undefined;
|
|
1414
1413
|
links?: string[] | null | undefined;
|
|
1414
|
+
fixed?: string[] | null | undefined;
|
|
1415
1415
|
upgradeNotes?: string | null | undefined;
|
|
1416
1416
|
added?: string[] | null | undefined;
|
|
1417
1417
|
changed?: string[] | null | undefined;
|
|
@@ -1430,9 +1430,9 @@ export declare const ListCliReleasesResponseSchema: z.ZodObject<{
|
|
|
1430
1430
|
changelogEntry?: {
|
|
1431
1431
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1432
1432
|
summary: string;
|
|
1433
|
-
fixed?: string[] | null | undefined;
|
|
1434
1433
|
deprecated?: string[] | null | undefined;
|
|
1435
1434
|
links?: string[] | null | undefined;
|
|
1435
|
+
fixed?: string[] | null | undefined;
|
|
1436
1436
|
upgradeNotes?: string | null | undefined;
|
|
1437
1437
|
added?: string[] | null | undefined;
|
|
1438
1438
|
changed?: string[] | null | undefined;
|
|
@@ -1453,9 +1453,9 @@ export declare const ListCliReleasesResponseSchema: z.ZodObject<{
|
|
|
1453
1453
|
changelogEntry?: {
|
|
1454
1454
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1455
1455
|
summary: string;
|
|
1456
|
-
fixed?: string[] | null | undefined;
|
|
1457
1456
|
deprecated?: string[] | null | undefined;
|
|
1458
1457
|
links?: string[] | null | undefined;
|
|
1458
|
+
fixed?: string[] | null | undefined;
|
|
1459
1459
|
upgradeNotes?: string | null | undefined;
|
|
1460
1460
|
added?: string[] | null | undefined;
|
|
1461
1461
|
changed?: string[] | null | undefined;
|
|
@@ -1476,9 +1476,9 @@ export declare const ListCliReleasesResponseSchema: z.ZodObject<{
|
|
|
1476
1476
|
changelogEntry?: {
|
|
1477
1477
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
1478
1478
|
summary: string;
|
|
1479
|
-
fixed?: string[] | null | undefined;
|
|
1480
1479
|
deprecated?: string[] | null | undefined;
|
|
1481
1480
|
links?: string[] | null | undefined;
|
|
1481
|
+
fixed?: string[] | null | undefined;
|
|
1482
1482
|
upgradeNotes?: string | null | undefined;
|
|
1483
1483
|
added?: string[] | null | undefined;
|
|
1484
1484
|
changed?: string[] | null | undefined;
|
|
@@ -2119,9 +2119,9 @@ export declare const generatorVersionsContract: {
|
|
|
2119
2119
|
}, "strip", z.ZodTypeAny, {
|
|
2120
2120
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2121
2121
|
summary: string;
|
|
2122
|
-
fixed?: string[] | null | undefined;
|
|
2123
2122
|
deprecated?: string[] | null | undefined;
|
|
2124
2123
|
links?: string[] | null | undefined;
|
|
2124
|
+
fixed?: string[] | null | undefined;
|
|
2125
2125
|
upgradeNotes?: string | null | undefined;
|
|
2126
2126
|
added?: string[] | null | undefined;
|
|
2127
2127
|
changed?: string[] | null | undefined;
|
|
@@ -2129,9 +2129,9 @@ export declare const generatorVersionsContract: {
|
|
|
2129
2129
|
}, {
|
|
2130
2130
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2131
2131
|
summary: string;
|
|
2132
|
-
fixed?: string[] | null | undefined;
|
|
2133
2132
|
deprecated?: string[] | null | undefined;
|
|
2134
2133
|
links?: string[] | null | undefined;
|
|
2134
|
+
fixed?: string[] | null | undefined;
|
|
2135
2135
|
upgradeNotes?: string | null | undefined;
|
|
2136
2136
|
added?: string[] | null | undefined;
|
|
2137
2137
|
changed?: string[] | null | undefined;
|
|
@@ -2153,9 +2153,9 @@ export declare const generatorVersionsContract: {
|
|
|
2153
2153
|
changelogEntry?: {
|
|
2154
2154
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2155
2155
|
summary: string;
|
|
2156
|
-
fixed?: string[] | null | undefined;
|
|
2157
2156
|
deprecated?: string[] | null | undefined;
|
|
2158
2157
|
links?: string[] | null | undefined;
|
|
2158
|
+
fixed?: string[] | null | undefined;
|
|
2159
2159
|
upgradeNotes?: string | null | undefined;
|
|
2160
2160
|
added?: string[] | null | undefined;
|
|
2161
2161
|
changed?: string[] | null | undefined;
|
|
@@ -2177,9 +2177,9 @@ export declare const generatorVersionsContract: {
|
|
|
2177
2177
|
changelogEntry?: {
|
|
2178
2178
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2179
2179
|
summary: string;
|
|
2180
|
-
fixed?: string[] | null | undefined;
|
|
2181
2180
|
deprecated?: string[] | null | undefined;
|
|
2182
2181
|
links?: string[] | null | undefined;
|
|
2182
|
+
fixed?: string[] | null | undefined;
|
|
2183
2183
|
upgradeNotes?: string | null | undefined;
|
|
2184
2184
|
added?: string[] | null | undefined;
|
|
2185
2185
|
changed?: string[] | null | undefined;
|
|
@@ -2281,9 +2281,9 @@ export declare const generatorVersionsContract: {
|
|
|
2281
2281
|
}, "strip", z.ZodTypeAny, {
|
|
2282
2282
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2283
2283
|
summary: string;
|
|
2284
|
-
fixed?: string[] | null | undefined;
|
|
2285
2284
|
deprecated?: string[] | null | undefined;
|
|
2286
2285
|
links?: string[] | null | undefined;
|
|
2286
|
+
fixed?: string[] | null | undefined;
|
|
2287
2287
|
upgradeNotes?: string | null | undefined;
|
|
2288
2288
|
added?: string[] | null | undefined;
|
|
2289
2289
|
changed?: string[] | null | undefined;
|
|
@@ -2291,9 +2291,9 @@ export declare const generatorVersionsContract: {
|
|
|
2291
2291
|
}, {
|
|
2292
2292
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2293
2293
|
summary: string;
|
|
2294
|
-
fixed?: string[] | null | undefined;
|
|
2295
2294
|
deprecated?: string[] | null | undefined;
|
|
2296
2295
|
links?: string[] | null | undefined;
|
|
2296
|
+
fixed?: string[] | null | undefined;
|
|
2297
2297
|
upgradeNotes?: string | null | undefined;
|
|
2298
2298
|
added?: string[] | null | undefined;
|
|
2299
2299
|
changed?: string[] | null | undefined;
|
|
@@ -2304,9 +2304,9 @@ export declare const generatorVersionsContract: {
|
|
|
2304
2304
|
changelogEntry: {
|
|
2305
2305
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2306
2306
|
summary: string;
|
|
2307
|
-
fixed?: string[] | null | undefined;
|
|
2308
2307
|
deprecated?: string[] | null | undefined;
|
|
2309
2308
|
links?: string[] | null | undefined;
|
|
2309
|
+
fixed?: string[] | null | undefined;
|
|
2310
2310
|
upgradeNotes?: string | null | undefined;
|
|
2311
2311
|
added?: string[] | null | undefined;
|
|
2312
2312
|
changed?: string[] | null | undefined;
|
|
@@ -2317,9 +2317,9 @@ export declare const generatorVersionsContract: {
|
|
|
2317
2317
|
changelogEntry: {
|
|
2318
2318
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2319
2319
|
summary: string;
|
|
2320
|
-
fixed?: string[] | null | undefined;
|
|
2321
2320
|
deprecated?: string[] | null | undefined;
|
|
2322
2321
|
links?: string[] | null | undefined;
|
|
2322
|
+
fixed?: string[] | null | undefined;
|
|
2323
2323
|
upgradeNotes?: string | null | undefined;
|
|
2324
2324
|
added?: string[] | null | undefined;
|
|
2325
2325
|
changed?: string[] | null | undefined;
|
|
@@ -2332,9 +2332,9 @@ export declare const generatorVersionsContract: {
|
|
|
2332
2332
|
changelogEntry: {
|
|
2333
2333
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2334
2334
|
summary: string;
|
|
2335
|
-
fixed?: string[] | null | undefined;
|
|
2336
2335
|
deprecated?: string[] | null | undefined;
|
|
2337
2336
|
links?: string[] | null | undefined;
|
|
2337
|
+
fixed?: string[] | null | undefined;
|
|
2338
2338
|
upgradeNotes?: string | null | undefined;
|
|
2339
2339
|
added?: string[] | null | undefined;
|
|
2340
2340
|
changed?: string[] | null | undefined;
|
|
@@ -2347,9 +2347,9 @@ export declare const generatorVersionsContract: {
|
|
|
2347
2347
|
changelogEntry: {
|
|
2348
2348
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2349
2349
|
summary: string;
|
|
2350
|
-
fixed?: string[] | null | undefined;
|
|
2351
2350
|
deprecated?: string[] | null | undefined;
|
|
2352
2351
|
links?: string[] | null | undefined;
|
|
2352
|
+
fixed?: string[] | null | undefined;
|
|
2353
2353
|
upgradeNotes?: string | null | undefined;
|
|
2354
2354
|
added?: string[] | null | undefined;
|
|
2355
2355
|
changed?: string[] | null | undefined;
|
|
@@ -2380,9 +2380,9 @@ export declare const generatorVersionsContract: {
|
|
|
2380
2380
|
}, "strip", z.ZodTypeAny, {
|
|
2381
2381
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2382
2382
|
summary: string;
|
|
2383
|
-
fixed?: string[] | null | undefined;
|
|
2384
2383
|
deprecated?: string[] | null | undefined;
|
|
2385
2384
|
links?: string[] | null | undefined;
|
|
2385
|
+
fixed?: string[] | null | undefined;
|
|
2386
2386
|
upgradeNotes?: string | null | undefined;
|
|
2387
2387
|
added?: string[] | null | undefined;
|
|
2388
2388
|
changed?: string[] | null | undefined;
|
|
@@ -2390,9 +2390,9 @@ export declare const generatorVersionsContract: {
|
|
|
2390
2390
|
}, {
|
|
2391
2391
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2392
2392
|
summary: string;
|
|
2393
|
-
fixed?: string[] | null | undefined;
|
|
2394
2393
|
deprecated?: string[] | null | undefined;
|
|
2395
2394
|
links?: string[] | null | undefined;
|
|
2395
|
+
fixed?: string[] | null | undefined;
|
|
2396
2396
|
upgradeNotes?: string | null | undefined;
|
|
2397
2397
|
added?: string[] | null | undefined;
|
|
2398
2398
|
changed?: string[] | null | undefined;
|
|
@@ -2410,9 +2410,9 @@ export declare const generatorVersionsContract: {
|
|
|
2410
2410
|
changelogEntry?: {
|
|
2411
2411
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2412
2412
|
summary: string;
|
|
2413
|
-
fixed?: string[] | null | undefined;
|
|
2414
2413
|
deprecated?: string[] | null | undefined;
|
|
2415
2414
|
links?: string[] | null | undefined;
|
|
2415
|
+
fixed?: string[] | null | undefined;
|
|
2416
2416
|
upgradeNotes?: string | null | undefined;
|
|
2417
2417
|
added?: string[] | null | undefined;
|
|
2418
2418
|
changed?: string[] | null | undefined;
|
|
@@ -2432,9 +2432,9 @@ export declare const generatorVersionsContract: {
|
|
|
2432
2432
|
changelogEntry?: {
|
|
2433
2433
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2434
2434
|
summary: string;
|
|
2435
|
-
fixed?: string[] | null | undefined;
|
|
2436
2435
|
deprecated?: string[] | null | undefined;
|
|
2437
2436
|
links?: string[] | null | undefined;
|
|
2437
|
+
fixed?: string[] | null | undefined;
|
|
2438
2438
|
upgradeNotes?: string | null | undefined;
|
|
2439
2439
|
added?: string[] | null | undefined;
|
|
2440
2440
|
changed?: string[] | null | undefined;
|
|
@@ -2480,9 +2480,9 @@ export declare const generatorVersionsContract: {
|
|
|
2480
2480
|
}, "strip", z.ZodTypeAny, {
|
|
2481
2481
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2482
2482
|
summary: string;
|
|
2483
|
-
fixed?: string[] | null | undefined;
|
|
2484
2483
|
deprecated?: string[] | null | undefined;
|
|
2485
2484
|
links?: string[] | null | undefined;
|
|
2485
|
+
fixed?: string[] | null | undefined;
|
|
2486
2486
|
upgradeNotes?: string | null | undefined;
|
|
2487
2487
|
added?: string[] | null | undefined;
|
|
2488
2488
|
changed?: string[] | null | undefined;
|
|
@@ -2490,9 +2490,9 @@ export declare const generatorVersionsContract: {
|
|
|
2490
2490
|
}, {
|
|
2491
2491
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2492
2492
|
summary: string;
|
|
2493
|
-
fixed?: string[] | null | undefined;
|
|
2494
2493
|
deprecated?: string[] | null | undefined;
|
|
2495
2494
|
links?: string[] | null | undefined;
|
|
2495
|
+
fixed?: string[] | null | undefined;
|
|
2496
2496
|
upgradeNotes?: string | null | undefined;
|
|
2497
2497
|
added?: string[] | null | undefined;
|
|
2498
2498
|
changed?: string[] | null | undefined;
|
|
@@ -2514,9 +2514,9 @@ export declare const generatorVersionsContract: {
|
|
|
2514
2514
|
changelogEntry?: {
|
|
2515
2515
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2516
2516
|
summary: string;
|
|
2517
|
-
fixed?: string[] | null | undefined;
|
|
2518
2517
|
deprecated?: string[] | null | undefined;
|
|
2519
2518
|
links?: string[] | null | undefined;
|
|
2519
|
+
fixed?: string[] | null | undefined;
|
|
2520
2520
|
upgradeNotes?: string | null | undefined;
|
|
2521
2521
|
added?: string[] | null | undefined;
|
|
2522
2522
|
changed?: string[] | null | undefined;
|
|
@@ -2538,9 +2538,9 @@ export declare const generatorVersionsContract: {
|
|
|
2538
2538
|
changelogEntry?: {
|
|
2539
2539
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2540
2540
|
summary: string;
|
|
2541
|
-
fixed?: string[] | null | undefined;
|
|
2542
2541
|
deprecated?: string[] | null | undefined;
|
|
2543
2542
|
links?: string[] | null | undefined;
|
|
2543
|
+
fixed?: string[] | null | undefined;
|
|
2544
2544
|
upgradeNotes?: string | null | undefined;
|
|
2545
2545
|
added?: string[] | null | undefined;
|
|
2546
2546
|
changed?: string[] | null | undefined;
|
|
@@ -2590,9 +2590,9 @@ export declare const generatorVersionsContract: {
|
|
|
2590
2590
|
}, "strip", z.ZodTypeAny, {
|
|
2591
2591
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2592
2592
|
summary: string;
|
|
2593
|
-
fixed?: string[] | null | undefined;
|
|
2594
2593
|
deprecated?: string[] | null | undefined;
|
|
2595
2594
|
links?: string[] | null | undefined;
|
|
2595
|
+
fixed?: string[] | null | undefined;
|
|
2596
2596
|
upgradeNotes?: string | null | undefined;
|
|
2597
2597
|
added?: string[] | null | undefined;
|
|
2598
2598
|
changed?: string[] | null | undefined;
|
|
@@ -2600,9 +2600,9 @@ export declare const generatorVersionsContract: {
|
|
|
2600
2600
|
}, {
|
|
2601
2601
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2602
2602
|
summary: string;
|
|
2603
|
-
fixed?: string[] | null | undefined;
|
|
2604
2603
|
deprecated?: string[] | null | undefined;
|
|
2605
2604
|
links?: string[] | null | undefined;
|
|
2605
|
+
fixed?: string[] | null | undefined;
|
|
2606
2606
|
upgradeNotes?: string | null | undefined;
|
|
2607
2607
|
added?: string[] | null | undefined;
|
|
2608
2608
|
changed?: string[] | null | undefined;
|
|
@@ -2624,9 +2624,9 @@ export declare const generatorVersionsContract: {
|
|
|
2624
2624
|
changelogEntry?: {
|
|
2625
2625
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2626
2626
|
summary: string;
|
|
2627
|
-
fixed?: string[] | null | undefined;
|
|
2628
2627
|
deprecated?: string[] | null | undefined;
|
|
2629
2628
|
links?: string[] | null | undefined;
|
|
2629
|
+
fixed?: string[] | null | undefined;
|
|
2630
2630
|
upgradeNotes?: string | null | undefined;
|
|
2631
2631
|
added?: string[] | null | undefined;
|
|
2632
2632
|
changed?: string[] | null | undefined;
|
|
@@ -2648,9 +2648,9 @@ export declare const generatorVersionsContract: {
|
|
|
2648
2648
|
changelogEntry?: {
|
|
2649
2649
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2650
2650
|
summary: string;
|
|
2651
|
-
fixed?: string[] | null | undefined;
|
|
2652
2651
|
deprecated?: string[] | null | undefined;
|
|
2653
2652
|
links?: string[] | null | undefined;
|
|
2653
|
+
fixed?: string[] | null | undefined;
|
|
2654
2654
|
upgradeNotes?: string | null | undefined;
|
|
2655
2655
|
added?: string[] | null | undefined;
|
|
2656
2656
|
changed?: string[] | null | undefined;
|
|
@@ -2674,9 +2674,9 @@ export declare const generatorVersionsContract: {
|
|
|
2674
2674
|
changelogEntry?: {
|
|
2675
2675
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2676
2676
|
summary: string;
|
|
2677
|
-
fixed?: string[] | null | undefined;
|
|
2678
2677
|
deprecated?: string[] | null | undefined;
|
|
2679
2678
|
links?: string[] | null | undefined;
|
|
2679
|
+
fixed?: string[] | null | undefined;
|
|
2680
2680
|
upgradeNotes?: string | null | undefined;
|
|
2681
2681
|
added?: string[] | null | undefined;
|
|
2682
2682
|
changed?: string[] | null | undefined;
|
|
@@ -2700,9 +2700,9 @@ export declare const generatorVersionsContract: {
|
|
|
2700
2700
|
changelogEntry?: {
|
|
2701
2701
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2702
2702
|
summary: string;
|
|
2703
|
-
fixed?: string[] | null | undefined;
|
|
2704
2703
|
deprecated?: string[] | null | undefined;
|
|
2705
2704
|
links?: string[] | null | undefined;
|
|
2705
|
+
fixed?: string[] | null | undefined;
|
|
2706
2706
|
upgradeNotes?: string | null | undefined;
|
|
2707
2707
|
added?: string[] | null | undefined;
|
|
2708
2708
|
changed?: string[] | null | undefined;
|
|
@@ -2751,9 +2751,9 @@ export declare const generatorCliContract: {
|
|
|
2751
2751
|
}, "strip", z.ZodTypeAny, {
|
|
2752
2752
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2753
2753
|
summary: string;
|
|
2754
|
-
fixed?: string[] | null | undefined;
|
|
2755
2754
|
deprecated?: string[] | null | undefined;
|
|
2756
2755
|
links?: string[] | null | undefined;
|
|
2756
|
+
fixed?: string[] | null | undefined;
|
|
2757
2757
|
upgradeNotes?: string | null | undefined;
|
|
2758
2758
|
added?: string[] | null | undefined;
|
|
2759
2759
|
changed?: string[] | null | undefined;
|
|
@@ -2761,9 +2761,9 @@ export declare const generatorCliContract: {
|
|
|
2761
2761
|
}, {
|
|
2762
2762
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2763
2763
|
summary: string;
|
|
2764
|
-
fixed?: string[] | null | undefined;
|
|
2765
2764
|
deprecated?: string[] | null | undefined;
|
|
2766
2765
|
links?: string[] | null | undefined;
|
|
2766
|
+
fixed?: string[] | null | undefined;
|
|
2767
2767
|
upgradeNotes?: string | null | undefined;
|
|
2768
2768
|
added?: string[] | null | undefined;
|
|
2769
2769
|
changed?: string[] | null | undefined;
|
|
@@ -2781,9 +2781,9 @@ export declare const generatorCliContract: {
|
|
|
2781
2781
|
changelogEntry?: {
|
|
2782
2782
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2783
2783
|
summary: string;
|
|
2784
|
-
fixed?: string[] | null | undefined;
|
|
2785
2784
|
deprecated?: string[] | null | undefined;
|
|
2786
2785
|
links?: string[] | null | undefined;
|
|
2786
|
+
fixed?: string[] | null | undefined;
|
|
2787
2787
|
upgradeNotes?: string | null | undefined;
|
|
2788
2788
|
added?: string[] | null | undefined;
|
|
2789
2789
|
changed?: string[] | null | undefined;
|
|
@@ -2802,9 +2802,9 @@ export declare const generatorCliContract: {
|
|
|
2802
2802
|
changelogEntry?: {
|
|
2803
2803
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2804
2804
|
summary: string;
|
|
2805
|
-
fixed?: string[] | null | undefined;
|
|
2806
2805
|
deprecated?: string[] | null | undefined;
|
|
2807
2806
|
links?: string[] | null | undefined;
|
|
2807
|
+
fixed?: string[] | null | undefined;
|
|
2808
2808
|
upgradeNotes?: string | null | undefined;
|
|
2809
2809
|
added?: string[] | null | undefined;
|
|
2810
2810
|
changed?: string[] | null | undefined;
|
|
@@ -2901,9 +2901,9 @@ export declare const generatorCliContract: {
|
|
|
2901
2901
|
}, "strip", z.ZodTypeAny, {
|
|
2902
2902
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2903
2903
|
summary: string;
|
|
2904
|
-
fixed?: string[] | null | undefined;
|
|
2905
2904
|
deprecated?: string[] | null | undefined;
|
|
2906
2905
|
links?: string[] | null | undefined;
|
|
2906
|
+
fixed?: string[] | null | undefined;
|
|
2907
2907
|
upgradeNotes?: string | null | undefined;
|
|
2908
2908
|
added?: string[] | null | undefined;
|
|
2909
2909
|
changed?: string[] | null | undefined;
|
|
@@ -2911,9 +2911,9 @@ export declare const generatorCliContract: {
|
|
|
2911
2911
|
}, {
|
|
2912
2912
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2913
2913
|
summary: string;
|
|
2914
|
-
fixed?: string[] | null | undefined;
|
|
2915
2914
|
deprecated?: string[] | null | undefined;
|
|
2916
2915
|
links?: string[] | null | undefined;
|
|
2916
|
+
fixed?: string[] | null | undefined;
|
|
2917
2917
|
upgradeNotes?: string | null | undefined;
|
|
2918
2918
|
added?: string[] | null | undefined;
|
|
2919
2919
|
changed?: string[] | null | undefined;
|
|
@@ -2924,9 +2924,9 @@ export declare const generatorCliContract: {
|
|
|
2924
2924
|
changelogEntry: {
|
|
2925
2925
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2926
2926
|
summary: string;
|
|
2927
|
-
fixed?: string[] | null | undefined;
|
|
2928
2927
|
deprecated?: string[] | null | undefined;
|
|
2929
2928
|
links?: string[] | null | undefined;
|
|
2929
|
+
fixed?: string[] | null | undefined;
|
|
2930
2930
|
upgradeNotes?: string | null | undefined;
|
|
2931
2931
|
added?: string[] | null | undefined;
|
|
2932
2932
|
changed?: string[] | null | undefined;
|
|
@@ -2937,9 +2937,9 @@ export declare const generatorCliContract: {
|
|
|
2937
2937
|
changelogEntry: {
|
|
2938
2938
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2939
2939
|
summary: string;
|
|
2940
|
-
fixed?: string[] | null | undefined;
|
|
2941
2940
|
deprecated?: string[] | null | undefined;
|
|
2942
2941
|
links?: string[] | null | undefined;
|
|
2942
|
+
fixed?: string[] | null | undefined;
|
|
2943
2943
|
upgradeNotes?: string | null | undefined;
|
|
2944
2944
|
added?: string[] | null | undefined;
|
|
2945
2945
|
changed?: string[] | null | undefined;
|
|
@@ -2952,9 +2952,9 @@ export declare const generatorCliContract: {
|
|
|
2952
2952
|
changelogEntry: {
|
|
2953
2953
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2954
2954
|
summary: string;
|
|
2955
|
-
fixed?: string[] | null | undefined;
|
|
2956
2955
|
deprecated?: string[] | null | undefined;
|
|
2957
2956
|
links?: string[] | null | undefined;
|
|
2957
|
+
fixed?: string[] | null | undefined;
|
|
2958
2958
|
upgradeNotes?: string | null | undefined;
|
|
2959
2959
|
added?: string[] | null | undefined;
|
|
2960
2960
|
changed?: string[] | null | undefined;
|
|
@@ -2967,9 +2967,9 @@ export declare const generatorCliContract: {
|
|
|
2967
2967
|
changelogEntry: {
|
|
2968
2968
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
2969
2969
|
summary: string;
|
|
2970
|
-
fixed?: string[] | null | undefined;
|
|
2971
2970
|
deprecated?: string[] | null | undefined;
|
|
2972
2971
|
links?: string[] | null | undefined;
|
|
2972
|
+
fixed?: string[] | null | undefined;
|
|
2973
2973
|
upgradeNotes?: string | null | undefined;
|
|
2974
2974
|
added?: string[] | null | undefined;
|
|
2975
2975
|
changed?: string[] | null | undefined;
|
|
@@ -3006,9 +3006,9 @@ export declare const generatorCliContract: {
|
|
|
3006
3006
|
}, "strip", z.ZodTypeAny, {
|
|
3007
3007
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3008
3008
|
summary: string;
|
|
3009
|
-
fixed?: string[] | null | undefined;
|
|
3010
3009
|
deprecated?: string[] | null | undefined;
|
|
3011
3010
|
links?: string[] | null | undefined;
|
|
3011
|
+
fixed?: string[] | null | undefined;
|
|
3012
3012
|
upgradeNotes?: string | null | undefined;
|
|
3013
3013
|
added?: string[] | null | undefined;
|
|
3014
3014
|
changed?: string[] | null | undefined;
|
|
@@ -3016,9 +3016,9 @@ export declare const generatorCliContract: {
|
|
|
3016
3016
|
}, {
|
|
3017
3017
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3018
3018
|
summary: string;
|
|
3019
|
-
fixed?: string[] | null | undefined;
|
|
3020
3019
|
deprecated?: string[] | null | undefined;
|
|
3021
3020
|
links?: string[] | null | undefined;
|
|
3021
|
+
fixed?: string[] | null | undefined;
|
|
3022
3022
|
upgradeNotes?: string | null | undefined;
|
|
3023
3023
|
added?: string[] | null | undefined;
|
|
3024
3024
|
changed?: string[] | null | undefined;
|
|
@@ -3036,9 +3036,9 @@ export declare const generatorCliContract: {
|
|
|
3036
3036
|
changelogEntry?: {
|
|
3037
3037
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3038
3038
|
summary: string;
|
|
3039
|
-
fixed?: string[] | null | undefined;
|
|
3040
3039
|
deprecated?: string[] | null | undefined;
|
|
3041
3040
|
links?: string[] | null | undefined;
|
|
3041
|
+
fixed?: string[] | null | undefined;
|
|
3042
3042
|
upgradeNotes?: string | null | undefined;
|
|
3043
3043
|
added?: string[] | null | undefined;
|
|
3044
3044
|
changed?: string[] | null | undefined;
|
|
@@ -3057,9 +3057,9 @@ export declare const generatorCliContract: {
|
|
|
3057
3057
|
changelogEntry?: {
|
|
3058
3058
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3059
3059
|
summary: string;
|
|
3060
|
-
fixed?: string[] | null | undefined;
|
|
3061
3060
|
deprecated?: string[] | null | undefined;
|
|
3062
3061
|
links?: string[] | null | undefined;
|
|
3062
|
+
fixed?: string[] | null | undefined;
|
|
3063
3063
|
upgradeNotes?: string | null | undefined;
|
|
3064
3064
|
added?: string[] | null | undefined;
|
|
3065
3065
|
changed?: string[] | null | undefined;
|
|
@@ -3094,9 +3094,9 @@ export declare const generatorCliContract: {
|
|
|
3094
3094
|
}, "strip", z.ZodTypeAny, {
|
|
3095
3095
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3096
3096
|
summary: string;
|
|
3097
|
-
fixed?: string[] | null | undefined;
|
|
3098
3097
|
deprecated?: string[] | null | undefined;
|
|
3099
3098
|
links?: string[] | null | undefined;
|
|
3099
|
+
fixed?: string[] | null | undefined;
|
|
3100
3100
|
upgradeNotes?: string | null | undefined;
|
|
3101
3101
|
added?: string[] | null | undefined;
|
|
3102
3102
|
changed?: string[] | null | undefined;
|
|
@@ -3104,9 +3104,9 @@ export declare const generatorCliContract: {
|
|
|
3104
3104
|
}, {
|
|
3105
3105
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3106
3106
|
summary: string;
|
|
3107
|
-
fixed?: string[] | null | undefined;
|
|
3108
3107
|
deprecated?: string[] | null | undefined;
|
|
3109
3108
|
links?: string[] | null | undefined;
|
|
3109
|
+
fixed?: string[] | null | undefined;
|
|
3110
3110
|
upgradeNotes?: string | null | undefined;
|
|
3111
3111
|
added?: string[] | null | undefined;
|
|
3112
3112
|
changed?: string[] | null | undefined;
|
|
@@ -3120,9 +3120,9 @@ export declare const generatorCliContract: {
|
|
|
3120
3120
|
changelogEntry?: {
|
|
3121
3121
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3122
3122
|
summary: string;
|
|
3123
|
-
fixed?: string[] | null | undefined;
|
|
3124
3123
|
deprecated?: string[] | null | undefined;
|
|
3125
3124
|
links?: string[] | null | undefined;
|
|
3125
|
+
fixed?: string[] | null | undefined;
|
|
3126
3126
|
upgradeNotes?: string | null | undefined;
|
|
3127
3127
|
added?: string[] | null | undefined;
|
|
3128
3128
|
changed?: string[] | null | undefined;
|
|
@@ -3139,9 +3139,9 @@ export declare const generatorCliContract: {
|
|
|
3139
3139
|
changelogEntry?: {
|
|
3140
3140
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3141
3141
|
summary: string;
|
|
3142
|
-
fixed?: string[] | null | undefined;
|
|
3143
3142
|
deprecated?: string[] | null | undefined;
|
|
3144
3143
|
links?: string[] | null | undefined;
|
|
3144
|
+
fixed?: string[] | null | undefined;
|
|
3145
3145
|
upgradeNotes?: string | null | undefined;
|
|
3146
3146
|
added?: string[] | null | undefined;
|
|
3147
3147
|
changed?: string[] | null | undefined;
|
|
@@ -3182,9 +3182,9 @@ export declare const generatorCliContract: {
|
|
|
3182
3182
|
}, "strip", z.ZodTypeAny, {
|
|
3183
3183
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3184
3184
|
summary: string;
|
|
3185
|
-
fixed?: string[] | null | undefined;
|
|
3186
3185
|
deprecated?: string[] | null | undefined;
|
|
3187
3186
|
links?: string[] | null | undefined;
|
|
3187
|
+
fixed?: string[] | null | undefined;
|
|
3188
3188
|
upgradeNotes?: string | null | undefined;
|
|
3189
3189
|
added?: string[] | null | undefined;
|
|
3190
3190
|
changed?: string[] | null | undefined;
|
|
@@ -3192,9 +3192,9 @@ export declare const generatorCliContract: {
|
|
|
3192
3192
|
}, {
|
|
3193
3193
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3194
3194
|
summary: string;
|
|
3195
|
-
fixed?: string[] | null | undefined;
|
|
3196
3195
|
deprecated?: string[] | null | undefined;
|
|
3197
3196
|
links?: string[] | null | undefined;
|
|
3197
|
+
fixed?: string[] | null | undefined;
|
|
3198
3198
|
upgradeNotes?: string | null | undefined;
|
|
3199
3199
|
added?: string[] | null | undefined;
|
|
3200
3200
|
changed?: string[] | null | undefined;
|
|
@@ -3212,9 +3212,9 @@ export declare const generatorCliContract: {
|
|
|
3212
3212
|
changelogEntry?: {
|
|
3213
3213
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3214
3214
|
summary: string;
|
|
3215
|
-
fixed?: string[] | null | undefined;
|
|
3216
3215
|
deprecated?: string[] | null | undefined;
|
|
3217
3216
|
links?: string[] | null | undefined;
|
|
3217
|
+
fixed?: string[] | null | undefined;
|
|
3218
3218
|
upgradeNotes?: string | null | undefined;
|
|
3219
3219
|
added?: string[] | null | undefined;
|
|
3220
3220
|
changed?: string[] | null | undefined;
|
|
@@ -3233,9 +3233,9 @@ export declare const generatorCliContract: {
|
|
|
3233
3233
|
changelogEntry?: {
|
|
3234
3234
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3235
3235
|
summary: string;
|
|
3236
|
-
fixed?: string[] | null | undefined;
|
|
3237
3236
|
deprecated?: string[] | null | undefined;
|
|
3238
3237
|
links?: string[] | null | undefined;
|
|
3238
|
+
fixed?: string[] | null | undefined;
|
|
3239
3239
|
upgradeNotes?: string | null | undefined;
|
|
3240
3240
|
added?: string[] | null | undefined;
|
|
3241
3241
|
changed?: string[] | null | undefined;
|
|
@@ -3280,9 +3280,9 @@ export declare const generatorCliContract: {
|
|
|
3280
3280
|
}, "strip", z.ZodTypeAny, {
|
|
3281
3281
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3282
3282
|
summary: string;
|
|
3283
|
-
fixed?: string[] | null | undefined;
|
|
3284
3283
|
deprecated?: string[] | null | undefined;
|
|
3285
3284
|
links?: string[] | null | undefined;
|
|
3285
|
+
fixed?: string[] | null | undefined;
|
|
3286
3286
|
upgradeNotes?: string | null | undefined;
|
|
3287
3287
|
added?: string[] | null | undefined;
|
|
3288
3288
|
changed?: string[] | null | undefined;
|
|
@@ -3290,9 +3290,9 @@ export declare const generatorCliContract: {
|
|
|
3290
3290
|
}, {
|
|
3291
3291
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3292
3292
|
summary: string;
|
|
3293
|
-
fixed?: string[] | null | undefined;
|
|
3294
3293
|
deprecated?: string[] | null | undefined;
|
|
3295
3294
|
links?: string[] | null | undefined;
|
|
3295
|
+
fixed?: string[] | null | undefined;
|
|
3296
3296
|
upgradeNotes?: string | null | undefined;
|
|
3297
3297
|
added?: string[] | null | undefined;
|
|
3298
3298
|
changed?: string[] | null | undefined;
|
|
@@ -3310,9 +3310,9 @@ export declare const generatorCliContract: {
|
|
|
3310
3310
|
changelogEntry?: {
|
|
3311
3311
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3312
3312
|
summary: string;
|
|
3313
|
-
fixed?: string[] | null | undefined;
|
|
3314
3313
|
deprecated?: string[] | null | undefined;
|
|
3315
3314
|
links?: string[] | null | undefined;
|
|
3315
|
+
fixed?: string[] | null | undefined;
|
|
3316
3316
|
upgradeNotes?: string | null | undefined;
|
|
3317
3317
|
added?: string[] | null | undefined;
|
|
3318
3318
|
changed?: string[] | null | undefined;
|
|
@@ -3331,9 +3331,9 @@ export declare const generatorCliContract: {
|
|
|
3331
3331
|
changelogEntry?: {
|
|
3332
3332
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3333
3333
|
summary: string;
|
|
3334
|
-
fixed?: string[] | null | undefined;
|
|
3335
3334
|
deprecated?: string[] | null | undefined;
|
|
3336
3335
|
links?: string[] | null | undefined;
|
|
3336
|
+
fixed?: string[] | null | undefined;
|
|
3337
3337
|
upgradeNotes?: string | null | undefined;
|
|
3338
3338
|
added?: string[] | null | undefined;
|
|
3339
3339
|
changed?: string[] | null | undefined;
|
|
@@ -3354,9 +3354,9 @@ export declare const generatorCliContract: {
|
|
|
3354
3354
|
changelogEntry?: {
|
|
3355
3355
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3356
3356
|
summary: string;
|
|
3357
|
-
fixed?: string[] | null | undefined;
|
|
3358
3357
|
deprecated?: string[] | null | undefined;
|
|
3359
3358
|
links?: string[] | null | undefined;
|
|
3359
|
+
fixed?: string[] | null | undefined;
|
|
3360
3360
|
upgradeNotes?: string | null | undefined;
|
|
3361
3361
|
added?: string[] | null | undefined;
|
|
3362
3362
|
changed?: string[] | null | undefined;
|
|
@@ -3377,9 +3377,9 @@ export declare const generatorCliContract: {
|
|
|
3377
3377
|
changelogEntry?: {
|
|
3378
3378
|
type: "fix" | "feat" | "chore" | "break" | "internal";
|
|
3379
3379
|
summary: string;
|
|
3380
|
-
fixed?: string[] | null | undefined;
|
|
3381
3380
|
deprecated?: string[] | null | undefined;
|
|
3382
3381
|
links?: string[] | null | undefined;
|
|
3382
|
+
fixed?: string[] | null | undefined;
|
|
3383
3383
|
upgradeNotes?: string | null | undefined;
|
|
3384
3384
|
added?: string[] | null | undefined;
|
|
3385
3385
|
changed?: string[] | null | undefined;
|