@sentry/api 0.150.0 → 0.152.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.js +0 -68
- package/dist/pagination.gen.d.ts +1 -17
- package/dist/sdk.gen.d.ts +1 -43
- package/dist/types.gen.d.ts +0 -795
- package/dist/zod.gen.d.ts +34 -1344
- package/dist/zod.js +0 -430
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -153,70 +153,6 @@ export declare const zBaseTeam: z.ZodObject<{
|
|
|
153
153
|
avatarUrl?: string | null | undefined;
|
|
154
154
|
};
|
|
155
155
|
}>;
|
|
156
|
-
/**
|
|
157
|
-
* Serializer for individual branch nodes from GraphQL response
|
|
158
|
-
*/
|
|
159
|
-
export declare const zBranchNode: z.ZodObject<{
|
|
160
|
-
name: z.ZodString;
|
|
161
|
-
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
name: string;
|
|
163
|
-
}, {
|
|
164
|
-
name: string;
|
|
165
|
-
}>;
|
|
166
|
-
/**
|
|
167
|
-
* Serializer for repository branches response
|
|
168
|
-
*/
|
|
169
|
-
export declare const zBranches: z.ZodObject<{
|
|
170
|
-
defaultBranch: z.ZodString;
|
|
171
|
-
results: z.ZodArray<z.ZodObject<{
|
|
172
|
-
name: z.ZodString;
|
|
173
|
-
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
name: string;
|
|
175
|
-
}, {
|
|
176
|
-
name: string;
|
|
177
|
-
}>, "many">;
|
|
178
|
-
pageInfo: z.ZodObject<{
|
|
179
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
180
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
181
|
-
hasPreviousPage: z.ZodBoolean;
|
|
182
|
-
hasNextPage: z.ZodBoolean;
|
|
183
|
-
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
endCursor: string | null;
|
|
185
|
-
startCursor: string | null;
|
|
186
|
-
hasPreviousPage: boolean;
|
|
187
|
-
hasNextPage: boolean;
|
|
188
|
-
}, {
|
|
189
|
-
endCursor: string | null;
|
|
190
|
-
startCursor: string | null;
|
|
191
|
-
hasPreviousPage: boolean;
|
|
192
|
-
hasNextPage: boolean;
|
|
193
|
-
}>;
|
|
194
|
-
totalCount: z.ZodNumber;
|
|
195
|
-
}, "strip", z.ZodTypeAny, {
|
|
196
|
-
defaultBranch: string;
|
|
197
|
-
results: {
|
|
198
|
-
name: string;
|
|
199
|
-
}[];
|
|
200
|
-
pageInfo: {
|
|
201
|
-
endCursor: string | null;
|
|
202
|
-
startCursor: string | null;
|
|
203
|
-
hasPreviousPage: boolean;
|
|
204
|
-
hasNextPage: boolean;
|
|
205
|
-
};
|
|
206
|
-
totalCount: number;
|
|
207
|
-
}, {
|
|
208
|
-
defaultBranch: string;
|
|
209
|
-
results: {
|
|
210
|
-
name: string;
|
|
211
|
-
}[];
|
|
212
|
-
pageInfo: {
|
|
213
|
-
endCursor: string | null;
|
|
214
|
-
startCursor: string | null;
|
|
215
|
-
hasPreviousPage: boolean;
|
|
216
|
-
hasNextPage: boolean;
|
|
217
|
-
};
|
|
218
|
-
totalCount: number;
|
|
219
|
-
}>;
|
|
220
156
|
export declare const zBulkUpdateAlerts: z.ZodObject<{
|
|
221
157
|
enabled: z.ZodBoolean;
|
|
222
158
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -335,8 +271,8 @@ export declare const zCommit: z.ZodObject<{
|
|
|
335
271
|
}>, "many">, z.ZodNull]>>;
|
|
336
272
|
}, "strip", z.ZodTypeAny, {
|
|
337
273
|
id: string;
|
|
338
|
-
repository?: string | null | undefined;
|
|
339
274
|
message?: string | null | undefined;
|
|
275
|
+
repository?: string | null | undefined;
|
|
340
276
|
author_name?: string | null | undefined;
|
|
341
277
|
author_email?: string | null | undefined;
|
|
342
278
|
timestamp?: string | null | undefined;
|
|
@@ -346,8 +282,8 @@ export declare const zCommit: z.ZodObject<{
|
|
|
346
282
|
}[] | null | undefined;
|
|
347
283
|
}, {
|
|
348
284
|
id: string;
|
|
349
|
-
repository?: string | null | undefined;
|
|
350
285
|
message?: string | null | undefined;
|
|
286
|
+
repository?: string | null | undefined;
|
|
351
287
|
author_name?: string | null | undefined;
|
|
352
288
|
author_email?: string | null | undefined;
|
|
353
289
|
timestamp?: string | null | undefined;
|
|
@@ -620,6 +556,8 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
620
556
|
externalUrl: z.ZodString;
|
|
621
557
|
}, "strip", z.ZodTypeAny, {
|
|
622
558
|
id: string;
|
|
559
|
+
message: string | null;
|
|
560
|
+
dateCreated: string;
|
|
623
561
|
repository: {
|
|
624
562
|
name?: string | undefined;
|
|
625
563
|
url?: string | null | undefined;
|
|
@@ -635,8 +573,6 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
635
573
|
codeReviewTriggers: string[];
|
|
636
574
|
} | null | undefined;
|
|
637
575
|
};
|
|
638
|
-
message: string | null;
|
|
639
|
-
dateCreated: string;
|
|
640
576
|
title: string | null;
|
|
641
577
|
author: {
|
|
642
578
|
name: string;
|
|
@@ -688,6 +624,8 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
688
624
|
externalUrl: string;
|
|
689
625
|
}, {
|
|
690
626
|
id: string;
|
|
627
|
+
message: string | null;
|
|
628
|
+
dateCreated: string;
|
|
691
629
|
repository: {
|
|
692
630
|
name?: string | undefined;
|
|
693
631
|
url?: string | null | undefined;
|
|
@@ -703,8 +641,6 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
703
641
|
codeReviewTriggers: string[];
|
|
704
642
|
} | null | undefined;
|
|
705
643
|
};
|
|
706
|
-
message: string | null;
|
|
707
|
-
dateCreated: string;
|
|
708
644
|
title: string | null;
|
|
709
645
|
author: {
|
|
710
646
|
name: string;
|
|
@@ -1004,6 +940,8 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
1004
940
|
dateCreated: string;
|
|
1005
941
|
pullRequest: {
|
|
1006
942
|
id: string;
|
|
943
|
+
message: string | null;
|
|
944
|
+
dateCreated: string;
|
|
1007
945
|
repository: {
|
|
1008
946
|
name?: string | undefined;
|
|
1009
947
|
url?: string | null | undefined;
|
|
@@ -1019,8 +957,6 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
1019
957
|
codeReviewTriggers: string[];
|
|
1020
958
|
} | null | undefined;
|
|
1021
959
|
};
|
|
1022
|
-
message: string | null;
|
|
1023
|
-
dateCreated: string;
|
|
1024
960
|
title: string | null;
|
|
1025
961
|
author: {
|
|
1026
962
|
name: string;
|
|
@@ -1140,6 +1076,8 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
1140
1076
|
dateCreated: string;
|
|
1141
1077
|
pullRequest: {
|
|
1142
1078
|
id: string;
|
|
1079
|
+
message: string | null;
|
|
1080
|
+
dateCreated: string;
|
|
1143
1081
|
repository: {
|
|
1144
1082
|
name?: string | undefined;
|
|
1145
1083
|
url?: string | null | undefined;
|
|
@@ -1155,8 +1093,6 @@ export declare const zCommitSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
1155
1093
|
codeReviewTriggers: string[];
|
|
1156
1094
|
} | null | undefined;
|
|
1157
1095
|
};
|
|
1158
|
-
message: string | null;
|
|
1159
|
-
dateCreated: string;
|
|
1160
1096
|
title: string | null;
|
|
1161
1097
|
author: {
|
|
1162
1098
|
name: string;
|
|
@@ -16256,8 +16192,8 @@ export declare const zOrganizationRelease: z.ZodObject<{
|
|
|
16256
16192
|
}>, "many">, z.ZodNull]>>;
|
|
16257
16193
|
}, "strip", z.ZodTypeAny, {
|
|
16258
16194
|
id: string;
|
|
16259
|
-
repository?: string | null | undefined;
|
|
16260
16195
|
message?: string | null | undefined;
|
|
16196
|
+
repository?: string | null | undefined;
|
|
16261
16197
|
author_name?: string | null | undefined;
|
|
16262
16198
|
author_email?: string | null | undefined;
|
|
16263
16199
|
timestamp?: string | null | undefined;
|
|
@@ -16267,8 +16203,8 @@ export declare const zOrganizationRelease: z.ZodObject<{
|
|
|
16267
16203
|
}[] | null | undefined;
|
|
16268
16204
|
}, {
|
|
16269
16205
|
id: string;
|
|
16270
|
-
repository?: string | null | undefined;
|
|
16271
16206
|
message?: string | null | undefined;
|
|
16207
|
+
repository?: string | null | undefined;
|
|
16272
16208
|
author_name?: string | null | undefined;
|
|
16273
16209
|
author_email?: string | null | undefined;
|
|
16274
16210
|
timestamp?: string | null | undefined;
|
|
@@ -16296,8 +16232,8 @@ export declare const zOrganizationRelease: z.ZodObject<{
|
|
|
16296
16232
|
ref?: string | null | undefined;
|
|
16297
16233
|
commits?: {
|
|
16298
16234
|
id: string;
|
|
16299
|
-
repository?: string | null | undefined;
|
|
16300
16235
|
message?: string | null | undefined;
|
|
16236
|
+
repository?: string | null | undefined;
|
|
16301
16237
|
author_name?: string | null | undefined;
|
|
16302
16238
|
author_email?: string | null | undefined;
|
|
16303
16239
|
timestamp?: string | null | undefined;
|
|
@@ -16317,8 +16253,8 @@ export declare const zOrganizationRelease: z.ZodObject<{
|
|
|
16317
16253
|
ref?: string | null | undefined;
|
|
16318
16254
|
commits?: {
|
|
16319
16255
|
id: string;
|
|
16320
|
-
repository?: string | null | undefined;
|
|
16321
16256
|
message?: string | null | undefined;
|
|
16257
|
+
repository?: string | null | undefined;
|
|
16322
16258
|
author_name?: string | null | undefined;
|
|
16323
16259
|
author_email?: string | null | undefined;
|
|
16324
16260
|
timestamp?: string | null | undefined;
|
|
@@ -18119,25 +18055,6 @@ export declare const zOutcomesResponse: z.ZodObject<{
|
|
|
18119
18055
|
intervals: string[];
|
|
18120
18056
|
}>;
|
|
18121
18057
|
export declare const zOutgoingNotificationAction: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18122
|
-
/**
|
|
18123
|
-
* Serializer for pagination information
|
|
18124
|
-
*/
|
|
18125
|
-
export declare const zPageInfo: z.ZodObject<{
|
|
18126
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
18127
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
18128
|
-
hasPreviousPage: z.ZodBoolean;
|
|
18129
|
-
hasNextPage: z.ZodBoolean;
|
|
18130
|
-
}, "strip", z.ZodTypeAny, {
|
|
18131
|
-
endCursor: string | null;
|
|
18132
|
-
startCursor: string | null;
|
|
18133
|
-
hasPreviousPage: boolean;
|
|
18134
|
-
hasNextPage: boolean;
|
|
18135
|
-
}, {
|
|
18136
|
-
endCursor: string | null;
|
|
18137
|
-
startCursor: string | null;
|
|
18138
|
-
hasPreviousPage: boolean;
|
|
18139
|
-
hasNextPage: boolean;
|
|
18140
|
-
}>;
|
|
18141
18058
|
export declare const zProjectAdmin: z.ZodObject<{
|
|
18142
18059
|
isBookmarked: z.ZodOptional<z.ZodBoolean>;
|
|
18143
18060
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -19832,183 +19749,6 @@ export declare const zReplayDeletionJobCreateData: z.ZodObject<{
|
|
|
19832
19749
|
rangeEnd: string;
|
|
19833
19750
|
environments: string[];
|
|
19834
19751
|
}>;
|
|
19835
|
-
/**
|
|
19836
|
-
* Serializer for repositories response
|
|
19837
|
-
*/
|
|
19838
|
-
export declare const zRepositories: z.ZodObject<{
|
|
19839
|
-
results: z.ZodArray<z.ZodObject<{
|
|
19840
|
-
name: z.ZodString;
|
|
19841
|
-
updatedAt: z.ZodString;
|
|
19842
|
-
latestCommitAt: z.ZodString;
|
|
19843
|
-
defaultBranch: z.ZodString;
|
|
19844
|
-
}, "strip", z.ZodTypeAny, {
|
|
19845
|
-
name: string;
|
|
19846
|
-
defaultBranch: string;
|
|
19847
|
-
updatedAt: string;
|
|
19848
|
-
latestCommitAt: string;
|
|
19849
|
-
}, {
|
|
19850
|
-
name: string;
|
|
19851
|
-
defaultBranch: string;
|
|
19852
|
-
updatedAt: string;
|
|
19853
|
-
latestCommitAt: string;
|
|
19854
|
-
}>, "many">;
|
|
19855
|
-
pageInfo: z.ZodObject<{
|
|
19856
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
19857
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
19858
|
-
hasPreviousPage: z.ZodBoolean;
|
|
19859
|
-
hasNextPage: z.ZodBoolean;
|
|
19860
|
-
}, "strip", z.ZodTypeAny, {
|
|
19861
|
-
endCursor: string | null;
|
|
19862
|
-
startCursor: string | null;
|
|
19863
|
-
hasPreviousPage: boolean;
|
|
19864
|
-
hasNextPage: boolean;
|
|
19865
|
-
}, {
|
|
19866
|
-
endCursor: string | null;
|
|
19867
|
-
startCursor: string | null;
|
|
19868
|
-
hasPreviousPage: boolean;
|
|
19869
|
-
hasNextPage: boolean;
|
|
19870
|
-
}>;
|
|
19871
|
-
totalCount: z.ZodNumber;
|
|
19872
|
-
}, "strip", z.ZodTypeAny, {
|
|
19873
|
-
results: {
|
|
19874
|
-
name: string;
|
|
19875
|
-
defaultBranch: string;
|
|
19876
|
-
updatedAt: string;
|
|
19877
|
-
latestCommitAt: string;
|
|
19878
|
-
}[];
|
|
19879
|
-
pageInfo: {
|
|
19880
|
-
endCursor: string | null;
|
|
19881
|
-
startCursor: string | null;
|
|
19882
|
-
hasPreviousPage: boolean;
|
|
19883
|
-
hasNextPage: boolean;
|
|
19884
|
-
};
|
|
19885
|
-
totalCount: number;
|
|
19886
|
-
}, {
|
|
19887
|
-
results: {
|
|
19888
|
-
name: string;
|
|
19889
|
-
defaultBranch: string;
|
|
19890
|
-
updatedAt: string;
|
|
19891
|
-
latestCommitAt: string;
|
|
19892
|
-
}[];
|
|
19893
|
-
pageInfo: {
|
|
19894
|
-
endCursor: string | null;
|
|
19895
|
-
startCursor: string | null;
|
|
19896
|
-
hasPreviousPage: boolean;
|
|
19897
|
-
hasNextPage: boolean;
|
|
19898
|
-
};
|
|
19899
|
-
totalCount: number;
|
|
19900
|
-
}>;
|
|
19901
|
-
/**
|
|
19902
|
-
* Serializer for single repository response
|
|
19903
|
-
*/
|
|
19904
|
-
export declare const zRepository: z.ZodObject<{
|
|
19905
|
-
uploadToken: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
19906
|
-
testAnalyticsEnabled: z.ZodBoolean;
|
|
19907
|
-
}, "strip", z.ZodTypeAny, {
|
|
19908
|
-
uploadToken: string | null;
|
|
19909
|
-
testAnalyticsEnabled: boolean;
|
|
19910
|
-
}, {
|
|
19911
|
-
uploadToken: string | null;
|
|
19912
|
-
testAnalyticsEnabled: boolean;
|
|
19913
|
-
}>;
|
|
19914
|
-
/**
|
|
19915
|
-
* Serializer for individual repository nodes from GraphQL response
|
|
19916
|
-
*/
|
|
19917
|
-
export declare const zRepositoryNode: z.ZodObject<{
|
|
19918
|
-
name: z.ZodString;
|
|
19919
|
-
updatedAt: z.ZodString;
|
|
19920
|
-
latestCommitAt: z.ZodString;
|
|
19921
|
-
defaultBranch: z.ZodString;
|
|
19922
|
-
}, "strip", z.ZodTypeAny, {
|
|
19923
|
-
name: string;
|
|
19924
|
-
defaultBranch: string;
|
|
19925
|
-
updatedAt: string;
|
|
19926
|
-
latestCommitAt: string;
|
|
19927
|
-
}, {
|
|
19928
|
-
name: string;
|
|
19929
|
-
defaultBranch: string;
|
|
19930
|
-
updatedAt: string;
|
|
19931
|
-
latestCommitAt: string;
|
|
19932
|
-
}>;
|
|
19933
|
-
/**
|
|
19934
|
-
* Serializer for individual repository nodes from GraphQL response
|
|
19935
|
-
*/
|
|
19936
|
-
export declare const zRepositoryTokenNode: z.ZodObject<{
|
|
19937
|
-
name: z.ZodString;
|
|
19938
|
-
token: z.ZodString;
|
|
19939
|
-
}, "strip", z.ZodTypeAny, {
|
|
19940
|
-
name: string;
|
|
19941
|
-
token: string;
|
|
19942
|
-
}, {
|
|
19943
|
-
name: string;
|
|
19944
|
-
token: string;
|
|
19945
|
-
}>;
|
|
19946
|
-
/**
|
|
19947
|
-
* Serializer for repositories response
|
|
19948
|
-
*/
|
|
19949
|
-
export declare const zRepositoryTokenRegenerate: z.ZodObject<{
|
|
19950
|
-
token: z.ZodString;
|
|
19951
|
-
}, "strip", z.ZodTypeAny, {
|
|
19952
|
-
token: string;
|
|
19953
|
-
}, {
|
|
19954
|
-
token: string;
|
|
19955
|
-
}>;
|
|
19956
|
-
/**
|
|
19957
|
-
* Serializer for repository tokens response
|
|
19958
|
-
*/
|
|
19959
|
-
export declare const zRepositoryTokens: z.ZodObject<{
|
|
19960
|
-
results: z.ZodArray<z.ZodObject<{
|
|
19961
|
-
name: z.ZodString;
|
|
19962
|
-
token: z.ZodString;
|
|
19963
|
-
}, "strip", z.ZodTypeAny, {
|
|
19964
|
-
name: string;
|
|
19965
|
-
token: string;
|
|
19966
|
-
}, {
|
|
19967
|
-
name: string;
|
|
19968
|
-
token: string;
|
|
19969
|
-
}>, "many">;
|
|
19970
|
-
pageInfo: z.ZodObject<{
|
|
19971
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
19972
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
19973
|
-
hasPreviousPage: z.ZodBoolean;
|
|
19974
|
-
hasNextPage: z.ZodBoolean;
|
|
19975
|
-
}, "strip", z.ZodTypeAny, {
|
|
19976
|
-
endCursor: string | null;
|
|
19977
|
-
startCursor: string | null;
|
|
19978
|
-
hasPreviousPage: boolean;
|
|
19979
|
-
hasNextPage: boolean;
|
|
19980
|
-
}, {
|
|
19981
|
-
endCursor: string | null;
|
|
19982
|
-
startCursor: string | null;
|
|
19983
|
-
hasPreviousPage: boolean;
|
|
19984
|
-
hasNextPage: boolean;
|
|
19985
|
-
}>;
|
|
19986
|
-
totalCount: z.ZodNumber;
|
|
19987
|
-
}, "strip", z.ZodTypeAny, {
|
|
19988
|
-
results: {
|
|
19989
|
-
name: string;
|
|
19990
|
-
token: string;
|
|
19991
|
-
}[];
|
|
19992
|
-
pageInfo: {
|
|
19993
|
-
endCursor: string | null;
|
|
19994
|
-
startCursor: string | null;
|
|
19995
|
-
hasPreviousPage: boolean;
|
|
19996
|
-
hasNextPage: boolean;
|
|
19997
|
-
};
|
|
19998
|
-
totalCount: number;
|
|
19999
|
-
}, {
|
|
20000
|
-
results: {
|
|
20001
|
-
name: string;
|
|
20002
|
-
token: string;
|
|
20003
|
-
}[];
|
|
20004
|
-
pageInfo: {
|
|
20005
|
-
endCursor: string | null;
|
|
20006
|
-
startCursor: string | null;
|
|
20007
|
-
hasPreviousPage: boolean;
|
|
20008
|
-
hasNextPage: boolean;
|
|
20009
|
-
};
|
|
20010
|
-
totalCount: number;
|
|
20011
|
-
}>;
|
|
20012
19752
|
export declare const zScimListResponseEnvelopeScimMemberIndexResponse: z.ZodObject<{
|
|
20013
19753
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
20014
19754
|
totalResults: z.ZodNumber;
|
|
@@ -22972,16 +22712,6 @@ export declare const zStatusDetailsValidator: z.ZodObject<{
|
|
|
22972
22712
|
commit: string;
|
|
22973
22713
|
} | undefined;
|
|
22974
22714
|
}>;
|
|
22975
|
-
/**
|
|
22976
|
-
* Serializer for a sync repository response
|
|
22977
|
-
*/
|
|
22978
|
-
export declare const zSyncRepos: z.ZodObject<{
|
|
22979
|
-
isSyncing: z.ZodBoolean;
|
|
22980
|
-
}, "strip", z.ZodTypeAny, {
|
|
22981
|
-
isSyncing: boolean;
|
|
22982
|
-
}, {
|
|
22983
|
-
isSyncing: boolean;
|
|
22984
|
-
}>;
|
|
22985
22715
|
export declare const zTagKeyDetailsDict: z.ZodObject<{
|
|
22986
22716
|
uniqueValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
22987
22717
|
totalValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
@@ -23676,209 +23406,6 @@ export declare const zTeamScim: z.ZodObject<{
|
|
|
23676
23406
|
display: string;
|
|
23677
23407
|
}[] | undefined;
|
|
23678
23408
|
}>;
|
|
23679
|
-
/**
|
|
23680
|
-
* Serializer for test results response including pagination metadata
|
|
23681
|
-
*/
|
|
23682
|
-
export declare const zTestResult: z.ZodObject<{
|
|
23683
|
-
defaultBranch: z.ZodString;
|
|
23684
|
-
results: z.ZodArray<z.ZodObject<{
|
|
23685
|
-
updatedAt: z.ZodString;
|
|
23686
|
-
avgDuration: z.ZodNumber;
|
|
23687
|
-
totalDuration: z.ZodNumber;
|
|
23688
|
-
name: z.ZodString;
|
|
23689
|
-
failureRate: z.ZodNumber;
|
|
23690
|
-
flakeRate: z.ZodNumber;
|
|
23691
|
-
totalFailCount: z.ZodNumber;
|
|
23692
|
-
totalFlakyFailCount: z.ZodNumber;
|
|
23693
|
-
totalSkipCount: z.ZodNumber;
|
|
23694
|
-
totalPassCount: z.ZodNumber;
|
|
23695
|
-
lastDuration: z.ZodNumber;
|
|
23696
|
-
}, "strip", z.ZodTypeAny, {
|
|
23697
|
-
name: string;
|
|
23698
|
-
updatedAt: string;
|
|
23699
|
-
avgDuration: number;
|
|
23700
|
-
totalDuration: number;
|
|
23701
|
-
failureRate: number;
|
|
23702
|
-
flakeRate: number;
|
|
23703
|
-
totalFailCount: number;
|
|
23704
|
-
totalFlakyFailCount: number;
|
|
23705
|
-
totalSkipCount: number;
|
|
23706
|
-
totalPassCount: number;
|
|
23707
|
-
lastDuration: number;
|
|
23708
|
-
}, {
|
|
23709
|
-
name: string;
|
|
23710
|
-
updatedAt: string;
|
|
23711
|
-
avgDuration: number;
|
|
23712
|
-
totalDuration: number;
|
|
23713
|
-
failureRate: number;
|
|
23714
|
-
flakeRate: number;
|
|
23715
|
-
totalFailCount: number;
|
|
23716
|
-
totalFlakyFailCount: number;
|
|
23717
|
-
totalSkipCount: number;
|
|
23718
|
-
totalPassCount: number;
|
|
23719
|
-
lastDuration: number;
|
|
23720
|
-
}>, "many">;
|
|
23721
|
-
pageInfo: z.ZodObject<{
|
|
23722
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
23723
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
23724
|
-
hasPreviousPage: z.ZodBoolean;
|
|
23725
|
-
hasNextPage: z.ZodBoolean;
|
|
23726
|
-
}, "strip", z.ZodTypeAny, {
|
|
23727
|
-
endCursor: string | null;
|
|
23728
|
-
startCursor: string | null;
|
|
23729
|
-
hasPreviousPage: boolean;
|
|
23730
|
-
hasNextPage: boolean;
|
|
23731
|
-
}, {
|
|
23732
|
-
endCursor: string | null;
|
|
23733
|
-
startCursor: string | null;
|
|
23734
|
-
hasPreviousPage: boolean;
|
|
23735
|
-
hasNextPage: boolean;
|
|
23736
|
-
}>;
|
|
23737
|
-
totalCount: z.ZodNumber;
|
|
23738
|
-
}, "strip", z.ZodTypeAny, {
|
|
23739
|
-
defaultBranch: string;
|
|
23740
|
-
results: {
|
|
23741
|
-
name: string;
|
|
23742
|
-
updatedAt: string;
|
|
23743
|
-
avgDuration: number;
|
|
23744
|
-
totalDuration: number;
|
|
23745
|
-
failureRate: number;
|
|
23746
|
-
flakeRate: number;
|
|
23747
|
-
totalFailCount: number;
|
|
23748
|
-
totalFlakyFailCount: number;
|
|
23749
|
-
totalSkipCount: number;
|
|
23750
|
-
totalPassCount: number;
|
|
23751
|
-
lastDuration: number;
|
|
23752
|
-
}[];
|
|
23753
|
-
pageInfo: {
|
|
23754
|
-
endCursor: string | null;
|
|
23755
|
-
startCursor: string | null;
|
|
23756
|
-
hasPreviousPage: boolean;
|
|
23757
|
-
hasNextPage: boolean;
|
|
23758
|
-
};
|
|
23759
|
-
totalCount: number;
|
|
23760
|
-
}, {
|
|
23761
|
-
defaultBranch: string;
|
|
23762
|
-
results: {
|
|
23763
|
-
name: string;
|
|
23764
|
-
updatedAt: string;
|
|
23765
|
-
avgDuration: number;
|
|
23766
|
-
totalDuration: number;
|
|
23767
|
-
failureRate: number;
|
|
23768
|
-
flakeRate: number;
|
|
23769
|
-
totalFailCount: number;
|
|
23770
|
-
totalFlakyFailCount: number;
|
|
23771
|
-
totalSkipCount: number;
|
|
23772
|
-
totalPassCount: number;
|
|
23773
|
-
lastDuration: number;
|
|
23774
|
-
}[];
|
|
23775
|
-
pageInfo: {
|
|
23776
|
-
endCursor: string | null;
|
|
23777
|
-
startCursor: string | null;
|
|
23778
|
-
hasPreviousPage: boolean;
|
|
23779
|
-
hasNextPage: boolean;
|
|
23780
|
-
};
|
|
23781
|
-
totalCount: number;
|
|
23782
|
-
}>;
|
|
23783
|
-
/**
|
|
23784
|
-
* Serializer for test results aggregates response
|
|
23785
|
-
*/
|
|
23786
|
-
export declare const zTestResultAggregates: z.ZodObject<{
|
|
23787
|
-
totalDuration: z.ZodNumber;
|
|
23788
|
-
totalDurationPercentChange: z.ZodNumber;
|
|
23789
|
-
slowestTestsDuration: z.ZodNumber;
|
|
23790
|
-
slowestTestsDurationPercentChange: z.ZodNumber;
|
|
23791
|
-
totalSlowTests: z.ZodNumber;
|
|
23792
|
-
totalSlowTestsPercentChange: z.ZodNumber;
|
|
23793
|
-
totalFails: z.ZodNumber;
|
|
23794
|
-
totalFailsPercentChange: z.ZodNumber;
|
|
23795
|
-
totalSkips: z.ZodNumber;
|
|
23796
|
-
totalSkipsPercentChange: z.ZodNumber;
|
|
23797
|
-
flakeCount: z.ZodNumber;
|
|
23798
|
-
flakeCountPercentChange: z.ZodNumber;
|
|
23799
|
-
flakeRate: z.ZodNumber;
|
|
23800
|
-
flakeRatePercentChange: z.ZodNumber;
|
|
23801
|
-
}, "strip", z.ZodTypeAny, {
|
|
23802
|
-
totalDuration: number;
|
|
23803
|
-
flakeRate: number;
|
|
23804
|
-
totalDurationPercentChange: number;
|
|
23805
|
-
slowestTestsDuration: number;
|
|
23806
|
-
slowestTestsDurationPercentChange: number;
|
|
23807
|
-
totalSlowTests: number;
|
|
23808
|
-
totalSlowTestsPercentChange: number;
|
|
23809
|
-
totalFails: number;
|
|
23810
|
-
totalFailsPercentChange: number;
|
|
23811
|
-
totalSkips: number;
|
|
23812
|
-
totalSkipsPercentChange: number;
|
|
23813
|
-
flakeCount: number;
|
|
23814
|
-
flakeCountPercentChange: number;
|
|
23815
|
-
flakeRatePercentChange: number;
|
|
23816
|
-
}, {
|
|
23817
|
-
totalDuration: number;
|
|
23818
|
-
flakeRate: number;
|
|
23819
|
-
totalDurationPercentChange: number;
|
|
23820
|
-
slowestTestsDuration: number;
|
|
23821
|
-
slowestTestsDurationPercentChange: number;
|
|
23822
|
-
totalSlowTests: number;
|
|
23823
|
-
totalSlowTestsPercentChange: number;
|
|
23824
|
-
totalFails: number;
|
|
23825
|
-
totalFailsPercentChange: number;
|
|
23826
|
-
totalSkips: number;
|
|
23827
|
-
totalSkipsPercentChange: number;
|
|
23828
|
-
flakeCount: number;
|
|
23829
|
-
flakeCountPercentChange: number;
|
|
23830
|
-
flakeRatePercentChange: number;
|
|
23831
|
-
}>;
|
|
23832
|
-
/**
|
|
23833
|
-
* Serializer for individual test result nodes from GraphQL response
|
|
23834
|
-
*/
|
|
23835
|
-
export declare const zTestResultNode: z.ZodObject<{
|
|
23836
|
-
updatedAt: z.ZodString;
|
|
23837
|
-
avgDuration: z.ZodNumber;
|
|
23838
|
-
totalDuration: z.ZodNumber;
|
|
23839
|
-
name: z.ZodString;
|
|
23840
|
-
failureRate: z.ZodNumber;
|
|
23841
|
-
flakeRate: z.ZodNumber;
|
|
23842
|
-
totalFailCount: z.ZodNumber;
|
|
23843
|
-
totalFlakyFailCount: z.ZodNumber;
|
|
23844
|
-
totalSkipCount: z.ZodNumber;
|
|
23845
|
-
totalPassCount: z.ZodNumber;
|
|
23846
|
-
lastDuration: z.ZodNumber;
|
|
23847
|
-
}, "strip", z.ZodTypeAny, {
|
|
23848
|
-
name: string;
|
|
23849
|
-
updatedAt: string;
|
|
23850
|
-
avgDuration: number;
|
|
23851
|
-
totalDuration: number;
|
|
23852
|
-
failureRate: number;
|
|
23853
|
-
flakeRate: number;
|
|
23854
|
-
totalFailCount: number;
|
|
23855
|
-
totalFlakyFailCount: number;
|
|
23856
|
-
totalSkipCount: number;
|
|
23857
|
-
totalPassCount: number;
|
|
23858
|
-
lastDuration: number;
|
|
23859
|
-
}, {
|
|
23860
|
-
name: string;
|
|
23861
|
-
updatedAt: string;
|
|
23862
|
-
avgDuration: number;
|
|
23863
|
-
totalDuration: number;
|
|
23864
|
-
failureRate: number;
|
|
23865
|
-
flakeRate: number;
|
|
23866
|
-
totalFailCount: number;
|
|
23867
|
-
totalFlakyFailCount: number;
|
|
23868
|
-
totalSkipCount: number;
|
|
23869
|
-
totalPassCount: number;
|
|
23870
|
-
lastDuration: number;
|
|
23871
|
-
}>;
|
|
23872
|
-
/**
|
|
23873
|
-
* Serializer for test suites belonging to a repository's test results
|
|
23874
|
-
*/
|
|
23875
|
-
export declare const zTestSuite: z.ZodObject<{
|
|
23876
|
-
testSuites: z.ZodArray<z.ZodString, "many">;
|
|
23877
|
-
}, "strip", z.ZodTypeAny, {
|
|
23878
|
-
testSuites: string[];
|
|
23879
|
-
}, {
|
|
23880
|
-
testSuites: string[];
|
|
23881
|
-
}>;
|
|
23882
23409
|
export declare const zUpdateClientKey: z.ZodObject<{
|
|
23883
23410
|
name: z.ZodOptional<z.ZodString>;
|
|
23884
23411
|
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -41912,843 +41439,6 @@ export declare const zRetrieveLatestBaseSnapshotResponse: z.ZodObject<{
|
|
|
41912
41439
|
pr_number?: number | null | undefined;
|
|
41913
41440
|
} | undefined;
|
|
41914
41441
|
}>;
|
|
41915
|
-
export declare const zRetrievesListOfRepositoriesForAGivenOwnerData: z.ZodObject<{
|
|
41916
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
41917
|
-
path: z.ZodObject<{
|
|
41918
|
-
organization_id_or_slug: z.ZodString;
|
|
41919
|
-
owner: z.ZodString;
|
|
41920
|
-
}, "strip", z.ZodTypeAny, {
|
|
41921
|
-
owner: string;
|
|
41922
|
-
organization_id_or_slug: string;
|
|
41923
|
-
}, {
|
|
41924
|
-
owner: string;
|
|
41925
|
-
organization_id_or_slug: string;
|
|
41926
|
-
}>;
|
|
41927
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
41928
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
41929
|
-
navigation: z.ZodOptional<z.ZodString>;
|
|
41930
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
41931
|
-
term: z.ZodOptional<z.ZodString>;
|
|
41932
|
-
}, "strip", z.ZodTypeAny, {
|
|
41933
|
-
cursor?: string | undefined;
|
|
41934
|
-
limit?: number | undefined;
|
|
41935
|
-
navigation?: string | undefined;
|
|
41936
|
-
term?: string | undefined;
|
|
41937
|
-
}, {
|
|
41938
|
-
cursor?: string | undefined;
|
|
41939
|
-
limit?: number | undefined;
|
|
41940
|
-
navigation?: string | undefined;
|
|
41941
|
-
term?: string | undefined;
|
|
41942
|
-
}>>;
|
|
41943
|
-
}, "strip", z.ZodTypeAny, {
|
|
41944
|
-
path: {
|
|
41945
|
-
owner: string;
|
|
41946
|
-
organization_id_or_slug: string;
|
|
41947
|
-
};
|
|
41948
|
-
query?: {
|
|
41949
|
-
cursor?: string | undefined;
|
|
41950
|
-
limit?: number | undefined;
|
|
41951
|
-
navigation?: string | undefined;
|
|
41952
|
-
term?: string | undefined;
|
|
41953
|
-
} | undefined;
|
|
41954
|
-
body?: undefined;
|
|
41955
|
-
}, {
|
|
41956
|
-
path: {
|
|
41957
|
-
owner: string;
|
|
41958
|
-
organization_id_or_slug: string;
|
|
41959
|
-
};
|
|
41960
|
-
query?: {
|
|
41961
|
-
cursor?: string | undefined;
|
|
41962
|
-
limit?: number | undefined;
|
|
41963
|
-
navigation?: string | undefined;
|
|
41964
|
-
term?: string | undefined;
|
|
41965
|
-
} | undefined;
|
|
41966
|
-
body?: undefined;
|
|
41967
|
-
}>;
|
|
41968
|
-
/**
|
|
41969
|
-
* Serializer for repositories response
|
|
41970
|
-
*/
|
|
41971
|
-
export declare const zRetrievesListOfRepositoriesForAGivenOwnerResponse: z.ZodObject<{
|
|
41972
|
-
results: z.ZodArray<z.ZodObject<{
|
|
41973
|
-
name: z.ZodString;
|
|
41974
|
-
updatedAt: z.ZodString;
|
|
41975
|
-
latestCommitAt: z.ZodString;
|
|
41976
|
-
defaultBranch: z.ZodString;
|
|
41977
|
-
}, "strip", z.ZodTypeAny, {
|
|
41978
|
-
name: string;
|
|
41979
|
-
defaultBranch: string;
|
|
41980
|
-
updatedAt: string;
|
|
41981
|
-
latestCommitAt: string;
|
|
41982
|
-
}, {
|
|
41983
|
-
name: string;
|
|
41984
|
-
defaultBranch: string;
|
|
41985
|
-
updatedAt: string;
|
|
41986
|
-
latestCommitAt: string;
|
|
41987
|
-
}>, "many">;
|
|
41988
|
-
pageInfo: z.ZodObject<{
|
|
41989
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
41990
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
41991
|
-
hasPreviousPage: z.ZodBoolean;
|
|
41992
|
-
hasNextPage: z.ZodBoolean;
|
|
41993
|
-
}, "strip", z.ZodTypeAny, {
|
|
41994
|
-
endCursor: string | null;
|
|
41995
|
-
startCursor: string | null;
|
|
41996
|
-
hasPreviousPage: boolean;
|
|
41997
|
-
hasNextPage: boolean;
|
|
41998
|
-
}, {
|
|
41999
|
-
endCursor: string | null;
|
|
42000
|
-
startCursor: string | null;
|
|
42001
|
-
hasPreviousPage: boolean;
|
|
42002
|
-
hasNextPage: boolean;
|
|
42003
|
-
}>;
|
|
42004
|
-
totalCount: z.ZodNumber;
|
|
42005
|
-
}, "strip", z.ZodTypeAny, {
|
|
42006
|
-
results: {
|
|
42007
|
-
name: string;
|
|
42008
|
-
defaultBranch: string;
|
|
42009
|
-
updatedAt: string;
|
|
42010
|
-
latestCommitAt: string;
|
|
42011
|
-
}[];
|
|
42012
|
-
pageInfo: {
|
|
42013
|
-
endCursor: string | null;
|
|
42014
|
-
startCursor: string | null;
|
|
42015
|
-
hasPreviousPage: boolean;
|
|
42016
|
-
hasNextPage: boolean;
|
|
42017
|
-
};
|
|
42018
|
-
totalCount: number;
|
|
42019
|
-
}, {
|
|
42020
|
-
results: {
|
|
42021
|
-
name: string;
|
|
42022
|
-
defaultBranch: string;
|
|
42023
|
-
updatedAt: string;
|
|
42024
|
-
latestCommitAt: string;
|
|
42025
|
-
}[];
|
|
42026
|
-
pageInfo: {
|
|
42027
|
-
endCursor: string | null;
|
|
42028
|
-
startCursor: string | null;
|
|
42029
|
-
hasPreviousPage: boolean;
|
|
42030
|
-
hasNextPage: boolean;
|
|
42031
|
-
};
|
|
42032
|
-
totalCount: number;
|
|
42033
|
-
}>;
|
|
42034
|
-
export declare const zGetsSyncingStatusForRepositoriesForAnIntegratedOrgData: z.ZodObject<{
|
|
42035
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42036
|
-
path: z.ZodObject<{
|
|
42037
|
-
organization_id_or_slug: z.ZodString;
|
|
42038
|
-
owner: z.ZodString;
|
|
42039
|
-
}, "strip", z.ZodTypeAny, {
|
|
42040
|
-
owner: string;
|
|
42041
|
-
organization_id_or_slug: string;
|
|
42042
|
-
}, {
|
|
42043
|
-
owner: string;
|
|
42044
|
-
organization_id_or_slug: string;
|
|
42045
|
-
}>;
|
|
42046
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
42047
|
-
}, "strip", z.ZodTypeAny, {
|
|
42048
|
-
path: {
|
|
42049
|
-
owner: string;
|
|
42050
|
-
organization_id_or_slug: string;
|
|
42051
|
-
};
|
|
42052
|
-
query?: undefined;
|
|
42053
|
-
body?: undefined;
|
|
42054
|
-
}, {
|
|
42055
|
-
path: {
|
|
42056
|
-
owner: string;
|
|
42057
|
-
organization_id_or_slug: string;
|
|
42058
|
-
};
|
|
42059
|
-
query?: undefined;
|
|
42060
|
-
body?: undefined;
|
|
42061
|
-
}>;
|
|
42062
|
-
/**
|
|
42063
|
-
* Serializer for a sync repository response
|
|
42064
|
-
*/
|
|
42065
|
-
export declare const zGetsSyncingStatusForRepositoriesForAnIntegratedOrgResponse: z.ZodObject<{
|
|
42066
|
-
isSyncing: z.ZodBoolean;
|
|
42067
|
-
}, "strip", z.ZodTypeAny, {
|
|
42068
|
-
isSyncing: boolean;
|
|
42069
|
-
}, {
|
|
42070
|
-
isSyncing: boolean;
|
|
42071
|
-
}>;
|
|
42072
|
-
export declare const zSyncsRepositoriesFromAnIntegratedOrgWithGitHubData: z.ZodObject<{
|
|
42073
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42074
|
-
path: z.ZodObject<{
|
|
42075
|
-
organization_id_or_slug: z.ZodString;
|
|
42076
|
-
owner: z.ZodString;
|
|
42077
|
-
}, "strip", z.ZodTypeAny, {
|
|
42078
|
-
owner: string;
|
|
42079
|
-
organization_id_or_slug: string;
|
|
42080
|
-
}, {
|
|
42081
|
-
owner: string;
|
|
42082
|
-
organization_id_or_slug: string;
|
|
42083
|
-
}>;
|
|
42084
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
42085
|
-
}, "strip", z.ZodTypeAny, {
|
|
42086
|
-
path: {
|
|
42087
|
-
owner: string;
|
|
42088
|
-
organization_id_or_slug: string;
|
|
42089
|
-
};
|
|
42090
|
-
query?: undefined;
|
|
42091
|
-
body?: undefined;
|
|
42092
|
-
}, {
|
|
42093
|
-
path: {
|
|
42094
|
-
owner: string;
|
|
42095
|
-
organization_id_or_slug: string;
|
|
42096
|
-
};
|
|
42097
|
-
query?: undefined;
|
|
42098
|
-
body?: undefined;
|
|
42099
|
-
}>;
|
|
42100
|
-
/**
|
|
42101
|
-
* Serializer for a sync repository response
|
|
42102
|
-
*/
|
|
42103
|
-
export declare const zSyncsRepositoriesFromAnIntegratedOrgWithGitHubResponse: z.ZodObject<{
|
|
42104
|
-
isSyncing: z.ZodBoolean;
|
|
42105
|
-
}, "strip", z.ZodTypeAny, {
|
|
42106
|
-
isSyncing: boolean;
|
|
42107
|
-
}, {
|
|
42108
|
-
isSyncing: boolean;
|
|
42109
|
-
}>;
|
|
42110
|
-
export declare const zRetrievesAPaginatedListOfRepositoryTokensForAGivenOwnerData: z.ZodObject<{
|
|
42111
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42112
|
-
path: z.ZodObject<{
|
|
42113
|
-
organization_id_or_slug: z.ZodString;
|
|
42114
|
-
owner: z.ZodString;
|
|
42115
|
-
}, "strip", z.ZodTypeAny, {
|
|
42116
|
-
owner: string;
|
|
42117
|
-
organization_id_or_slug: string;
|
|
42118
|
-
}, {
|
|
42119
|
-
owner: string;
|
|
42120
|
-
organization_id_or_slug: string;
|
|
42121
|
-
}>;
|
|
42122
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
42123
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
42124
|
-
navigation: z.ZodOptional<z.ZodString>;
|
|
42125
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
42126
|
-
sortBy: z.ZodOptional<z.ZodString>;
|
|
42127
|
-
}, "strip", z.ZodTypeAny, {
|
|
42128
|
-
cursor?: string | undefined;
|
|
42129
|
-
sortBy?: string | undefined;
|
|
42130
|
-
limit?: number | undefined;
|
|
42131
|
-
navigation?: string | undefined;
|
|
42132
|
-
}, {
|
|
42133
|
-
cursor?: string | undefined;
|
|
42134
|
-
sortBy?: string | undefined;
|
|
42135
|
-
limit?: number | undefined;
|
|
42136
|
-
navigation?: string | undefined;
|
|
42137
|
-
}>>;
|
|
42138
|
-
}, "strip", z.ZodTypeAny, {
|
|
42139
|
-
path: {
|
|
42140
|
-
owner: string;
|
|
42141
|
-
organization_id_or_slug: string;
|
|
42142
|
-
};
|
|
42143
|
-
query?: {
|
|
42144
|
-
cursor?: string | undefined;
|
|
42145
|
-
sortBy?: string | undefined;
|
|
42146
|
-
limit?: number | undefined;
|
|
42147
|
-
navigation?: string | undefined;
|
|
42148
|
-
} | undefined;
|
|
42149
|
-
body?: undefined;
|
|
42150
|
-
}, {
|
|
42151
|
-
path: {
|
|
42152
|
-
owner: string;
|
|
42153
|
-
organization_id_or_slug: string;
|
|
42154
|
-
};
|
|
42155
|
-
query?: {
|
|
42156
|
-
cursor?: string | undefined;
|
|
42157
|
-
sortBy?: string | undefined;
|
|
42158
|
-
limit?: number | undefined;
|
|
42159
|
-
navigation?: string | undefined;
|
|
42160
|
-
} | undefined;
|
|
42161
|
-
body?: undefined;
|
|
42162
|
-
}>;
|
|
42163
|
-
/**
|
|
42164
|
-
* Serializer for repository tokens response
|
|
42165
|
-
*/
|
|
42166
|
-
export declare const zRetrievesAPaginatedListOfRepositoryTokensForAGivenOwnerResponse: z.ZodObject<{
|
|
42167
|
-
results: z.ZodArray<z.ZodObject<{
|
|
42168
|
-
name: z.ZodString;
|
|
42169
|
-
token: z.ZodString;
|
|
42170
|
-
}, "strip", z.ZodTypeAny, {
|
|
42171
|
-
name: string;
|
|
42172
|
-
token: string;
|
|
42173
|
-
}, {
|
|
42174
|
-
name: string;
|
|
42175
|
-
token: string;
|
|
42176
|
-
}>, "many">;
|
|
42177
|
-
pageInfo: z.ZodObject<{
|
|
42178
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42179
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42180
|
-
hasPreviousPage: z.ZodBoolean;
|
|
42181
|
-
hasNextPage: z.ZodBoolean;
|
|
42182
|
-
}, "strip", z.ZodTypeAny, {
|
|
42183
|
-
endCursor: string | null;
|
|
42184
|
-
startCursor: string | null;
|
|
42185
|
-
hasPreviousPage: boolean;
|
|
42186
|
-
hasNextPage: boolean;
|
|
42187
|
-
}, {
|
|
42188
|
-
endCursor: string | null;
|
|
42189
|
-
startCursor: string | null;
|
|
42190
|
-
hasPreviousPage: boolean;
|
|
42191
|
-
hasNextPage: boolean;
|
|
42192
|
-
}>;
|
|
42193
|
-
totalCount: z.ZodNumber;
|
|
42194
|
-
}, "strip", z.ZodTypeAny, {
|
|
42195
|
-
results: {
|
|
42196
|
-
name: string;
|
|
42197
|
-
token: string;
|
|
42198
|
-
}[];
|
|
42199
|
-
pageInfo: {
|
|
42200
|
-
endCursor: string | null;
|
|
42201
|
-
startCursor: string | null;
|
|
42202
|
-
hasPreviousPage: boolean;
|
|
42203
|
-
hasNextPage: boolean;
|
|
42204
|
-
};
|
|
42205
|
-
totalCount: number;
|
|
42206
|
-
}, {
|
|
42207
|
-
results: {
|
|
42208
|
-
name: string;
|
|
42209
|
-
token: string;
|
|
42210
|
-
}[];
|
|
42211
|
-
pageInfo: {
|
|
42212
|
-
endCursor: string | null;
|
|
42213
|
-
startCursor: string | null;
|
|
42214
|
-
hasPreviousPage: boolean;
|
|
42215
|
-
hasNextPage: boolean;
|
|
42216
|
-
};
|
|
42217
|
-
totalCount: number;
|
|
42218
|
-
}>;
|
|
42219
|
-
export declare const zRetrievesASingleRepositoryForAGivenOwnerData: z.ZodObject<{
|
|
42220
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42221
|
-
path: z.ZodObject<{
|
|
42222
|
-
organization_id_or_slug: z.ZodString;
|
|
42223
|
-
owner: z.ZodString;
|
|
42224
|
-
repository: z.ZodString;
|
|
42225
|
-
}, "strip", z.ZodTypeAny, {
|
|
42226
|
-
owner: string;
|
|
42227
|
-
organization_id_or_slug: string;
|
|
42228
|
-
repository: string;
|
|
42229
|
-
}, {
|
|
42230
|
-
owner: string;
|
|
42231
|
-
organization_id_or_slug: string;
|
|
42232
|
-
repository: string;
|
|
42233
|
-
}>;
|
|
42234
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
42235
|
-
}, "strip", z.ZodTypeAny, {
|
|
42236
|
-
path: {
|
|
42237
|
-
owner: string;
|
|
42238
|
-
organization_id_or_slug: string;
|
|
42239
|
-
repository: string;
|
|
42240
|
-
};
|
|
42241
|
-
query?: undefined;
|
|
42242
|
-
body?: undefined;
|
|
42243
|
-
}, {
|
|
42244
|
-
path: {
|
|
42245
|
-
owner: string;
|
|
42246
|
-
organization_id_or_slug: string;
|
|
42247
|
-
repository: string;
|
|
42248
|
-
};
|
|
42249
|
-
query?: undefined;
|
|
42250
|
-
body?: undefined;
|
|
42251
|
-
}>;
|
|
42252
|
-
/**
|
|
42253
|
-
* Serializer for single repository response
|
|
42254
|
-
*/
|
|
42255
|
-
export declare const zRetrievesASingleRepositoryForAGivenOwnerResponse: z.ZodObject<{
|
|
42256
|
-
uploadToken: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42257
|
-
testAnalyticsEnabled: z.ZodBoolean;
|
|
42258
|
-
}, "strip", z.ZodTypeAny, {
|
|
42259
|
-
uploadToken: string | null;
|
|
42260
|
-
testAnalyticsEnabled: boolean;
|
|
42261
|
-
}, {
|
|
42262
|
-
uploadToken: string | null;
|
|
42263
|
-
testAnalyticsEnabled: boolean;
|
|
42264
|
-
}>;
|
|
42265
|
-
export declare const zRetrievesListOfBranchesForAGivenOwnerAndRepositoryData: z.ZodObject<{
|
|
42266
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42267
|
-
path: z.ZodObject<{
|
|
42268
|
-
organization_id_or_slug: z.ZodString;
|
|
42269
|
-
owner: z.ZodString;
|
|
42270
|
-
repository: z.ZodString;
|
|
42271
|
-
}, "strip", z.ZodTypeAny, {
|
|
42272
|
-
owner: string;
|
|
42273
|
-
organization_id_or_slug: string;
|
|
42274
|
-
repository: string;
|
|
42275
|
-
}, {
|
|
42276
|
-
owner: string;
|
|
42277
|
-
organization_id_or_slug: string;
|
|
42278
|
-
repository: string;
|
|
42279
|
-
}>;
|
|
42280
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
42281
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
42282
|
-
navigation: z.ZodOptional<z.ZodString>;
|
|
42283
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
42284
|
-
term: z.ZodOptional<z.ZodString>;
|
|
42285
|
-
}, "strip", z.ZodTypeAny, {
|
|
42286
|
-
cursor?: string | undefined;
|
|
42287
|
-
limit?: number | undefined;
|
|
42288
|
-
navigation?: string | undefined;
|
|
42289
|
-
term?: string | undefined;
|
|
42290
|
-
}, {
|
|
42291
|
-
cursor?: string | undefined;
|
|
42292
|
-
limit?: number | undefined;
|
|
42293
|
-
navigation?: string | undefined;
|
|
42294
|
-
term?: string | undefined;
|
|
42295
|
-
}>>;
|
|
42296
|
-
}, "strip", z.ZodTypeAny, {
|
|
42297
|
-
path: {
|
|
42298
|
-
owner: string;
|
|
42299
|
-
organization_id_or_slug: string;
|
|
42300
|
-
repository: string;
|
|
42301
|
-
};
|
|
42302
|
-
query?: {
|
|
42303
|
-
cursor?: string | undefined;
|
|
42304
|
-
limit?: number | undefined;
|
|
42305
|
-
navigation?: string | undefined;
|
|
42306
|
-
term?: string | undefined;
|
|
42307
|
-
} | undefined;
|
|
42308
|
-
body?: undefined;
|
|
42309
|
-
}, {
|
|
42310
|
-
path: {
|
|
42311
|
-
owner: string;
|
|
42312
|
-
organization_id_or_slug: string;
|
|
42313
|
-
repository: string;
|
|
42314
|
-
};
|
|
42315
|
-
query?: {
|
|
42316
|
-
cursor?: string | undefined;
|
|
42317
|
-
limit?: number | undefined;
|
|
42318
|
-
navigation?: string | undefined;
|
|
42319
|
-
term?: string | undefined;
|
|
42320
|
-
} | undefined;
|
|
42321
|
-
body?: undefined;
|
|
42322
|
-
}>;
|
|
42323
|
-
/**
|
|
42324
|
-
* Serializer for repository branches response
|
|
42325
|
-
*/
|
|
42326
|
-
export declare const zRetrievesListOfBranchesForAGivenOwnerAndRepositoryResponse: z.ZodObject<{
|
|
42327
|
-
defaultBranch: z.ZodString;
|
|
42328
|
-
results: z.ZodArray<z.ZodObject<{
|
|
42329
|
-
name: z.ZodString;
|
|
42330
|
-
}, "strip", z.ZodTypeAny, {
|
|
42331
|
-
name: string;
|
|
42332
|
-
}, {
|
|
42333
|
-
name: string;
|
|
42334
|
-
}>, "many">;
|
|
42335
|
-
pageInfo: z.ZodObject<{
|
|
42336
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42337
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42338
|
-
hasPreviousPage: z.ZodBoolean;
|
|
42339
|
-
hasNextPage: z.ZodBoolean;
|
|
42340
|
-
}, "strip", z.ZodTypeAny, {
|
|
42341
|
-
endCursor: string | null;
|
|
42342
|
-
startCursor: string | null;
|
|
42343
|
-
hasPreviousPage: boolean;
|
|
42344
|
-
hasNextPage: boolean;
|
|
42345
|
-
}, {
|
|
42346
|
-
endCursor: string | null;
|
|
42347
|
-
startCursor: string | null;
|
|
42348
|
-
hasPreviousPage: boolean;
|
|
42349
|
-
hasNextPage: boolean;
|
|
42350
|
-
}>;
|
|
42351
|
-
totalCount: z.ZodNumber;
|
|
42352
|
-
}, "strip", z.ZodTypeAny, {
|
|
42353
|
-
defaultBranch: string;
|
|
42354
|
-
results: {
|
|
42355
|
-
name: string;
|
|
42356
|
-
}[];
|
|
42357
|
-
pageInfo: {
|
|
42358
|
-
endCursor: string | null;
|
|
42359
|
-
startCursor: string | null;
|
|
42360
|
-
hasPreviousPage: boolean;
|
|
42361
|
-
hasNextPage: boolean;
|
|
42362
|
-
};
|
|
42363
|
-
totalCount: number;
|
|
42364
|
-
}, {
|
|
42365
|
-
defaultBranch: string;
|
|
42366
|
-
results: {
|
|
42367
|
-
name: string;
|
|
42368
|
-
}[];
|
|
42369
|
-
pageInfo: {
|
|
42370
|
-
endCursor: string | null;
|
|
42371
|
-
startCursor: string | null;
|
|
42372
|
-
hasPreviousPage: boolean;
|
|
42373
|
-
hasNextPage: boolean;
|
|
42374
|
-
};
|
|
42375
|
-
totalCount: number;
|
|
42376
|
-
}>;
|
|
42377
|
-
export declare const zRetrievePaginatedListOfTestResultsForRepositoryOwnerAndOrganizationData: z.ZodObject<{
|
|
42378
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42379
|
-
path: z.ZodObject<{
|
|
42380
|
-
organization_id_or_slug: z.ZodString;
|
|
42381
|
-
owner: z.ZodString;
|
|
42382
|
-
repository: z.ZodString;
|
|
42383
|
-
}, "strip", z.ZodTypeAny, {
|
|
42384
|
-
owner: string;
|
|
42385
|
-
organization_id_or_slug: string;
|
|
42386
|
-
repository: string;
|
|
42387
|
-
}, {
|
|
42388
|
-
owner: string;
|
|
42389
|
-
organization_id_or_slug: string;
|
|
42390
|
-
repository: string;
|
|
42391
|
-
}>;
|
|
42392
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
42393
|
-
sortBy: z.ZodOptional<z.ZodString>;
|
|
42394
|
-
filterBy: z.ZodOptional<z.ZodString>;
|
|
42395
|
-
interval: z.ZodOptional<z.ZodString>;
|
|
42396
|
-
branch: z.ZodOptional<z.ZodString>;
|
|
42397
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
42398
|
-
navigation: z.ZodOptional<z.ZodString>;
|
|
42399
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
42400
|
-
term: z.ZodOptional<z.ZodString>;
|
|
42401
|
-
}, "strip", z.ZodTypeAny, {
|
|
42402
|
-
interval?: string | undefined;
|
|
42403
|
-
cursor?: string | undefined;
|
|
42404
|
-
sortBy?: string | undefined;
|
|
42405
|
-
limit?: number | undefined;
|
|
42406
|
-
branch?: string | undefined;
|
|
42407
|
-
navigation?: string | undefined;
|
|
42408
|
-
term?: string | undefined;
|
|
42409
|
-
filterBy?: string | undefined;
|
|
42410
|
-
}, {
|
|
42411
|
-
interval?: string | undefined;
|
|
42412
|
-
cursor?: string | undefined;
|
|
42413
|
-
sortBy?: string | undefined;
|
|
42414
|
-
limit?: number | undefined;
|
|
42415
|
-
branch?: string | undefined;
|
|
42416
|
-
navigation?: string | undefined;
|
|
42417
|
-
term?: string | undefined;
|
|
42418
|
-
filterBy?: string | undefined;
|
|
42419
|
-
}>>;
|
|
42420
|
-
}, "strip", z.ZodTypeAny, {
|
|
42421
|
-
path: {
|
|
42422
|
-
owner: string;
|
|
42423
|
-
organization_id_or_slug: string;
|
|
42424
|
-
repository: string;
|
|
42425
|
-
};
|
|
42426
|
-
query?: {
|
|
42427
|
-
interval?: string | undefined;
|
|
42428
|
-
cursor?: string | undefined;
|
|
42429
|
-
sortBy?: string | undefined;
|
|
42430
|
-
limit?: number | undefined;
|
|
42431
|
-
branch?: string | undefined;
|
|
42432
|
-
navigation?: string | undefined;
|
|
42433
|
-
term?: string | undefined;
|
|
42434
|
-
filterBy?: string | undefined;
|
|
42435
|
-
} | undefined;
|
|
42436
|
-
body?: undefined;
|
|
42437
|
-
}, {
|
|
42438
|
-
path: {
|
|
42439
|
-
owner: string;
|
|
42440
|
-
organization_id_or_slug: string;
|
|
42441
|
-
repository: string;
|
|
42442
|
-
};
|
|
42443
|
-
query?: {
|
|
42444
|
-
interval?: string | undefined;
|
|
42445
|
-
cursor?: string | undefined;
|
|
42446
|
-
sortBy?: string | undefined;
|
|
42447
|
-
limit?: number | undefined;
|
|
42448
|
-
branch?: string | undefined;
|
|
42449
|
-
navigation?: string | undefined;
|
|
42450
|
-
term?: string | undefined;
|
|
42451
|
-
filterBy?: string | undefined;
|
|
42452
|
-
} | undefined;
|
|
42453
|
-
body?: undefined;
|
|
42454
|
-
}>;
|
|
42455
|
-
/**
|
|
42456
|
-
* Serializer for test results response including pagination metadata
|
|
42457
|
-
*/
|
|
42458
|
-
export declare const zRetrievePaginatedListOfTestResultsForRepositoryOwnerAndOrganizationResponse: z.ZodObject<{
|
|
42459
|
-
defaultBranch: z.ZodString;
|
|
42460
|
-
results: z.ZodArray<z.ZodObject<{
|
|
42461
|
-
updatedAt: z.ZodString;
|
|
42462
|
-
avgDuration: z.ZodNumber;
|
|
42463
|
-
totalDuration: z.ZodNumber;
|
|
42464
|
-
name: z.ZodString;
|
|
42465
|
-
failureRate: z.ZodNumber;
|
|
42466
|
-
flakeRate: z.ZodNumber;
|
|
42467
|
-
totalFailCount: z.ZodNumber;
|
|
42468
|
-
totalFlakyFailCount: z.ZodNumber;
|
|
42469
|
-
totalSkipCount: z.ZodNumber;
|
|
42470
|
-
totalPassCount: z.ZodNumber;
|
|
42471
|
-
lastDuration: z.ZodNumber;
|
|
42472
|
-
}, "strip", z.ZodTypeAny, {
|
|
42473
|
-
name: string;
|
|
42474
|
-
updatedAt: string;
|
|
42475
|
-
avgDuration: number;
|
|
42476
|
-
totalDuration: number;
|
|
42477
|
-
failureRate: number;
|
|
42478
|
-
flakeRate: number;
|
|
42479
|
-
totalFailCount: number;
|
|
42480
|
-
totalFlakyFailCount: number;
|
|
42481
|
-
totalSkipCount: number;
|
|
42482
|
-
totalPassCount: number;
|
|
42483
|
-
lastDuration: number;
|
|
42484
|
-
}, {
|
|
42485
|
-
name: string;
|
|
42486
|
-
updatedAt: string;
|
|
42487
|
-
avgDuration: number;
|
|
42488
|
-
totalDuration: number;
|
|
42489
|
-
failureRate: number;
|
|
42490
|
-
flakeRate: number;
|
|
42491
|
-
totalFailCount: number;
|
|
42492
|
-
totalFlakyFailCount: number;
|
|
42493
|
-
totalSkipCount: number;
|
|
42494
|
-
totalPassCount: number;
|
|
42495
|
-
lastDuration: number;
|
|
42496
|
-
}>, "many">;
|
|
42497
|
-
pageInfo: z.ZodObject<{
|
|
42498
|
-
endCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42499
|
-
startCursor: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42500
|
-
hasPreviousPage: z.ZodBoolean;
|
|
42501
|
-
hasNextPage: z.ZodBoolean;
|
|
42502
|
-
}, "strip", z.ZodTypeAny, {
|
|
42503
|
-
endCursor: string | null;
|
|
42504
|
-
startCursor: string | null;
|
|
42505
|
-
hasPreviousPage: boolean;
|
|
42506
|
-
hasNextPage: boolean;
|
|
42507
|
-
}, {
|
|
42508
|
-
endCursor: string | null;
|
|
42509
|
-
startCursor: string | null;
|
|
42510
|
-
hasPreviousPage: boolean;
|
|
42511
|
-
hasNextPage: boolean;
|
|
42512
|
-
}>;
|
|
42513
|
-
totalCount: z.ZodNumber;
|
|
42514
|
-
}, "strip", z.ZodTypeAny, {
|
|
42515
|
-
defaultBranch: string;
|
|
42516
|
-
results: {
|
|
42517
|
-
name: string;
|
|
42518
|
-
updatedAt: string;
|
|
42519
|
-
avgDuration: number;
|
|
42520
|
-
totalDuration: number;
|
|
42521
|
-
failureRate: number;
|
|
42522
|
-
flakeRate: number;
|
|
42523
|
-
totalFailCount: number;
|
|
42524
|
-
totalFlakyFailCount: number;
|
|
42525
|
-
totalSkipCount: number;
|
|
42526
|
-
totalPassCount: number;
|
|
42527
|
-
lastDuration: number;
|
|
42528
|
-
}[];
|
|
42529
|
-
pageInfo: {
|
|
42530
|
-
endCursor: string | null;
|
|
42531
|
-
startCursor: string | null;
|
|
42532
|
-
hasPreviousPage: boolean;
|
|
42533
|
-
hasNextPage: boolean;
|
|
42534
|
-
};
|
|
42535
|
-
totalCount: number;
|
|
42536
|
-
}, {
|
|
42537
|
-
defaultBranch: string;
|
|
42538
|
-
results: {
|
|
42539
|
-
name: string;
|
|
42540
|
-
updatedAt: string;
|
|
42541
|
-
avgDuration: number;
|
|
42542
|
-
totalDuration: number;
|
|
42543
|
-
failureRate: number;
|
|
42544
|
-
flakeRate: number;
|
|
42545
|
-
totalFailCount: number;
|
|
42546
|
-
totalFlakyFailCount: number;
|
|
42547
|
-
totalSkipCount: number;
|
|
42548
|
-
totalPassCount: number;
|
|
42549
|
-
lastDuration: number;
|
|
42550
|
-
}[];
|
|
42551
|
-
pageInfo: {
|
|
42552
|
-
endCursor: string | null;
|
|
42553
|
-
startCursor: string | null;
|
|
42554
|
-
hasPreviousPage: boolean;
|
|
42555
|
-
hasNextPage: boolean;
|
|
42556
|
-
};
|
|
42557
|
-
totalCount: number;
|
|
42558
|
-
}>;
|
|
42559
|
-
export declare const zRetrieveAggregatedTestResultMetricsForRepositoryOwnerAndOrganizationData: z.ZodObject<{
|
|
42560
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42561
|
-
path: z.ZodObject<{
|
|
42562
|
-
organization_id_or_slug: z.ZodString;
|
|
42563
|
-
owner: z.ZodString;
|
|
42564
|
-
repository: z.ZodString;
|
|
42565
|
-
}, "strip", z.ZodTypeAny, {
|
|
42566
|
-
owner: string;
|
|
42567
|
-
organization_id_or_slug: string;
|
|
42568
|
-
repository: string;
|
|
42569
|
-
}, {
|
|
42570
|
-
owner: string;
|
|
42571
|
-
organization_id_or_slug: string;
|
|
42572
|
-
repository: string;
|
|
42573
|
-
}>;
|
|
42574
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
42575
|
-
interval: z.ZodOptional<z.ZodString>;
|
|
42576
|
-
branch: z.ZodOptional<z.ZodString>;
|
|
42577
|
-
}, "strip", z.ZodTypeAny, {
|
|
42578
|
-
interval?: string | undefined;
|
|
42579
|
-
branch?: string | undefined;
|
|
42580
|
-
}, {
|
|
42581
|
-
interval?: string | undefined;
|
|
42582
|
-
branch?: string | undefined;
|
|
42583
|
-
}>>;
|
|
42584
|
-
}, "strip", z.ZodTypeAny, {
|
|
42585
|
-
path: {
|
|
42586
|
-
owner: string;
|
|
42587
|
-
organization_id_or_slug: string;
|
|
42588
|
-
repository: string;
|
|
42589
|
-
};
|
|
42590
|
-
query?: {
|
|
42591
|
-
interval?: string | undefined;
|
|
42592
|
-
branch?: string | undefined;
|
|
42593
|
-
} | undefined;
|
|
42594
|
-
body?: undefined;
|
|
42595
|
-
}, {
|
|
42596
|
-
path: {
|
|
42597
|
-
owner: string;
|
|
42598
|
-
organization_id_or_slug: string;
|
|
42599
|
-
repository: string;
|
|
42600
|
-
};
|
|
42601
|
-
query?: {
|
|
42602
|
-
interval?: string | undefined;
|
|
42603
|
-
branch?: string | undefined;
|
|
42604
|
-
} | undefined;
|
|
42605
|
-
body?: undefined;
|
|
42606
|
-
}>;
|
|
42607
|
-
/**
|
|
42608
|
-
* Serializer for test results aggregates response
|
|
42609
|
-
*/
|
|
42610
|
-
export declare const zRetrieveAggregatedTestResultMetricsForRepositoryOwnerAndOrganizationResponse: z.ZodObject<{
|
|
42611
|
-
totalDuration: z.ZodNumber;
|
|
42612
|
-
totalDurationPercentChange: z.ZodNumber;
|
|
42613
|
-
slowestTestsDuration: z.ZodNumber;
|
|
42614
|
-
slowestTestsDurationPercentChange: z.ZodNumber;
|
|
42615
|
-
totalSlowTests: z.ZodNumber;
|
|
42616
|
-
totalSlowTestsPercentChange: z.ZodNumber;
|
|
42617
|
-
totalFails: z.ZodNumber;
|
|
42618
|
-
totalFailsPercentChange: z.ZodNumber;
|
|
42619
|
-
totalSkips: z.ZodNumber;
|
|
42620
|
-
totalSkipsPercentChange: z.ZodNumber;
|
|
42621
|
-
flakeCount: z.ZodNumber;
|
|
42622
|
-
flakeCountPercentChange: z.ZodNumber;
|
|
42623
|
-
flakeRate: z.ZodNumber;
|
|
42624
|
-
flakeRatePercentChange: z.ZodNumber;
|
|
42625
|
-
}, "strip", z.ZodTypeAny, {
|
|
42626
|
-
totalDuration: number;
|
|
42627
|
-
flakeRate: number;
|
|
42628
|
-
totalDurationPercentChange: number;
|
|
42629
|
-
slowestTestsDuration: number;
|
|
42630
|
-
slowestTestsDurationPercentChange: number;
|
|
42631
|
-
totalSlowTests: number;
|
|
42632
|
-
totalSlowTestsPercentChange: number;
|
|
42633
|
-
totalFails: number;
|
|
42634
|
-
totalFailsPercentChange: number;
|
|
42635
|
-
totalSkips: number;
|
|
42636
|
-
totalSkipsPercentChange: number;
|
|
42637
|
-
flakeCount: number;
|
|
42638
|
-
flakeCountPercentChange: number;
|
|
42639
|
-
flakeRatePercentChange: number;
|
|
42640
|
-
}, {
|
|
42641
|
-
totalDuration: number;
|
|
42642
|
-
flakeRate: number;
|
|
42643
|
-
totalDurationPercentChange: number;
|
|
42644
|
-
slowestTestsDuration: number;
|
|
42645
|
-
slowestTestsDurationPercentChange: number;
|
|
42646
|
-
totalSlowTests: number;
|
|
42647
|
-
totalSlowTestsPercentChange: number;
|
|
42648
|
-
totalFails: number;
|
|
42649
|
-
totalFailsPercentChange: number;
|
|
42650
|
-
totalSkips: number;
|
|
42651
|
-
totalSkipsPercentChange: number;
|
|
42652
|
-
flakeCount: number;
|
|
42653
|
-
flakeCountPercentChange: number;
|
|
42654
|
-
flakeRatePercentChange: number;
|
|
42655
|
-
}>;
|
|
42656
|
-
export declare const zRetrieveTestSuitesBelongingToARepositorySTestResultsData: z.ZodObject<{
|
|
42657
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42658
|
-
path: z.ZodObject<{
|
|
42659
|
-
organization_id_or_slug: z.ZodString;
|
|
42660
|
-
owner: z.ZodString;
|
|
42661
|
-
repository: z.ZodString;
|
|
42662
|
-
}, "strip", z.ZodTypeAny, {
|
|
42663
|
-
owner: string;
|
|
42664
|
-
organization_id_or_slug: string;
|
|
42665
|
-
repository: string;
|
|
42666
|
-
}, {
|
|
42667
|
-
owner: string;
|
|
42668
|
-
organization_id_or_slug: string;
|
|
42669
|
-
repository: string;
|
|
42670
|
-
}>;
|
|
42671
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
42672
|
-
term: z.ZodOptional<z.ZodString>;
|
|
42673
|
-
}, "strip", z.ZodTypeAny, {
|
|
42674
|
-
term?: string | undefined;
|
|
42675
|
-
}, {
|
|
42676
|
-
term?: string | undefined;
|
|
42677
|
-
}>>;
|
|
42678
|
-
}, "strip", z.ZodTypeAny, {
|
|
42679
|
-
path: {
|
|
42680
|
-
owner: string;
|
|
42681
|
-
organization_id_or_slug: string;
|
|
42682
|
-
repository: string;
|
|
42683
|
-
};
|
|
42684
|
-
query?: {
|
|
42685
|
-
term?: string | undefined;
|
|
42686
|
-
} | undefined;
|
|
42687
|
-
body?: undefined;
|
|
42688
|
-
}, {
|
|
42689
|
-
path: {
|
|
42690
|
-
owner: string;
|
|
42691
|
-
organization_id_or_slug: string;
|
|
42692
|
-
repository: string;
|
|
42693
|
-
};
|
|
42694
|
-
query?: {
|
|
42695
|
-
term?: string | undefined;
|
|
42696
|
-
} | undefined;
|
|
42697
|
-
body?: undefined;
|
|
42698
|
-
}>;
|
|
42699
|
-
/**
|
|
42700
|
-
* Serializer for test suites belonging to a repository's test results
|
|
42701
|
-
*/
|
|
42702
|
-
export declare const zRetrieveTestSuitesBelongingToARepositorySTestResultsResponse: z.ZodObject<{
|
|
42703
|
-
testSuites: z.ZodArray<z.ZodString, "many">;
|
|
42704
|
-
}, "strip", z.ZodTypeAny, {
|
|
42705
|
-
testSuites: string[];
|
|
42706
|
-
}, {
|
|
42707
|
-
testSuites: string[];
|
|
42708
|
-
}>;
|
|
42709
|
-
export declare const zRegeneratesARepositoryUploadTokenAndReturnsTheNewTokenData: z.ZodObject<{
|
|
42710
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
42711
|
-
path: z.ZodObject<{
|
|
42712
|
-
organization_id_or_slug: z.ZodString;
|
|
42713
|
-
owner: z.ZodString;
|
|
42714
|
-
repository: z.ZodString;
|
|
42715
|
-
}, "strip", z.ZodTypeAny, {
|
|
42716
|
-
owner: string;
|
|
42717
|
-
organization_id_or_slug: string;
|
|
42718
|
-
repository: string;
|
|
42719
|
-
}, {
|
|
42720
|
-
owner: string;
|
|
42721
|
-
organization_id_or_slug: string;
|
|
42722
|
-
repository: string;
|
|
42723
|
-
}>;
|
|
42724
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
42725
|
-
}, "strip", z.ZodTypeAny, {
|
|
42726
|
-
path: {
|
|
42727
|
-
owner: string;
|
|
42728
|
-
organization_id_or_slug: string;
|
|
42729
|
-
repository: string;
|
|
42730
|
-
};
|
|
42731
|
-
query?: undefined;
|
|
42732
|
-
body?: undefined;
|
|
42733
|
-
}, {
|
|
42734
|
-
path: {
|
|
42735
|
-
owner: string;
|
|
42736
|
-
organization_id_or_slug: string;
|
|
42737
|
-
repository: string;
|
|
42738
|
-
};
|
|
42739
|
-
query?: undefined;
|
|
42740
|
-
body?: undefined;
|
|
42741
|
-
}>;
|
|
42742
|
-
/**
|
|
42743
|
-
* Serializer for repositories response
|
|
42744
|
-
*/
|
|
42745
|
-
export declare const zRegeneratesARepositoryUploadTokenAndReturnsTheNewTokenResponse: z.ZodObject<{
|
|
42746
|
-
token: z.ZodString;
|
|
42747
|
-
}, "strip", z.ZodTypeAny, {
|
|
42748
|
-
token: string;
|
|
42749
|
-
}, {
|
|
42750
|
-
token: string;
|
|
42751
|
-
}>;
|
|
42752
41442
|
export declare const zListAnOrganizationSClientKeysData: z.ZodObject<{
|
|
42753
41443
|
body: z.ZodOptional<z.ZodNever>;
|
|
42754
41444
|
path: z.ZodObject<{
|
|
@@ -44465,8 +43155,8 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44465
43155
|
}>, "many">, z.ZodNull]>>;
|
|
44466
43156
|
}, "strip", z.ZodTypeAny, {
|
|
44467
43157
|
id: string;
|
|
44468
|
-
repository?: string | null | undefined;
|
|
44469
43158
|
message?: string | null | undefined;
|
|
43159
|
+
repository?: string | null | undefined;
|
|
44470
43160
|
author_name?: string | null | undefined;
|
|
44471
43161
|
author_email?: string | null | undefined;
|
|
44472
43162
|
timestamp?: string | null | undefined;
|
|
@@ -44476,8 +43166,8 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44476
43166
|
}[] | null | undefined;
|
|
44477
43167
|
}, {
|
|
44478
43168
|
id: string;
|
|
44479
|
-
repository?: string | null | undefined;
|
|
44480
43169
|
message?: string | null | undefined;
|
|
43170
|
+
repository?: string | null | undefined;
|
|
44481
43171
|
author_name?: string | null | undefined;
|
|
44482
43172
|
author_email?: string | null | undefined;
|
|
44483
43173
|
timestamp?: string | null | undefined;
|
|
@@ -44505,8 +43195,8 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44505
43195
|
ref?: string | null | undefined;
|
|
44506
43196
|
commits?: {
|
|
44507
43197
|
id: string;
|
|
44508
|
-
repository?: string | null | undefined;
|
|
44509
43198
|
message?: string | null | undefined;
|
|
43199
|
+
repository?: string | null | undefined;
|
|
44510
43200
|
author_name?: string | null | undefined;
|
|
44511
43201
|
author_email?: string | null | undefined;
|
|
44512
43202
|
timestamp?: string | null | undefined;
|
|
@@ -44526,8 +43216,8 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44526
43216
|
ref?: string | null | undefined;
|
|
44527
43217
|
commits?: {
|
|
44528
43218
|
id: string;
|
|
44529
|
-
repository?: string | null | undefined;
|
|
44530
43219
|
message?: string | null | undefined;
|
|
43220
|
+
repository?: string | null | undefined;
|
|
44531
43221
|
author_name?: string | null | undefined;
|
|
44532
43222
|
author_email?: string | null | undefined;
|
|
44533
43223
|
timestamp?: string | null | undefined;
|
|
@@ -44565,8 +43255,8 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44565
43255
|
ref?: string | null | undefined;
|
|
44566
43256
|
commits?: {
|
|
44567
43257
|
id: string;
|
|
44568
|
-
repository?: string | null | undefined;
|
|
44569
43258
|
message?: string | null | undefined;
|
|
43259
|
+
repository?: string | null | undefined;
|
|
44570
43260
|
author_name?: string | null | undefined;
|
|
44571
43261
|
author_email?: string | null | undefined;
|
|
44572
43262
|
timestamp?: string | null | undefined;
|
|
@@ -44593,8 +43283,8 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44593
43283
|
ref?: string | null | undefined;
|
|
44594
43284
|
commits?: {
|
|
44595
43285
|
id: string;
|
|
44596
|
-
repository?: string | null | undefined;
|
|
44597
43286
|
message?: string | null | undefined;
|
|
43287
|
+
repository?: string | null | undefined;
|
|
44598
43288
|
author_name?: string | null | undefined;
|
|
44599
43289
|
author_email?: string | null | undefined;
|
|
44600
43290
|
timestamp?: string | null | undefined;
|
|
@@ -46738,6 +45428,8 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
46738
45428
|
externalUrl: z.ZodString;
|
|
46739
45429
|
}, "strip", z.ZodTypeAny, {
|
|
46740
45430
|
id: string;
|
|
45431
|
+
message: string | null;
|
|
45432
|
+
dateCreated: string;
|
|
46741
45433
|
repository: {
|
|
46742
45434
|
name?: string | undefined;
|
|
46743
45435
|
url?: string | null | undefined;
|
|
@@ -46753,8 +45445,6 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
46753
45445
|
codeReviewTriggers: string[];
|
|
46754
45446
|
} | null | undefined;
|
|
46755
45447
|
};
|
|
46756
|
-
message: string | null;
|
|
46757
|
-
dateCreated: string;
|
|
46758
45448
|
title: string | null;
|
|
46759
45449
|
author: {
|
|
46760
45450
|
name: string;
|
|
@@ -46806,6 +45496,8 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
46806
45496
|
externalUrl: string;
|
|
46807
45497
|
}, {
|
|
46808
45498
|
id: string;
|
|
45499
|
+
message: string | null;
|
|
45500
|
+
dateCreated: string;
|
|
46809
45501
|
repository: {
|
|
46810
45502
|
name?: string | undefined;
|
|
46811
45503
|
url?: string | null | undefined;
|
|
@@ -46821,8 +45513,6 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
46821
45513
|
codeReviewTriggers: string[];
|
|
46822
45514
|
} | null | undefined;
|
|
46823
45515
|
};
|
|
46824
|
-
message: string | null;
|
|
46825
|
-
dateCreated: string;
|
|
46826
45516
|
title: string | null;
|
|
46827
45517
|
author: {
|
|
46828
45518
|
name: string;
|
|
@@ -47122,6 +45812,8 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
47122
45812
|
dateCreated: string;
|
|
47123
45813
|
pullRequest: {
|
|
47124
45814
|
id: string;
|
|
45815
|
+
message: string | null;
|
|
45816
|
+
dateCreated: string;
|
|
47125
45817
|
repository: {
|
|
47126
45818
|
name?: string | undefined;
|
|
47127
45819
|
url?: string | null | undefined;
|
|
@@ -47137,8 +45829,6 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
47137
45829
|
codeReviewTriggers: string[];
|
|
47138
45830
|
} | null | undefined;
|
|
47139
45831
|
};
|
|
47140
|
-
message: string | null;
|
|
47141
|
-
dateCreated: string;
|
|
47142
45832
|
title: string | null;
|
|
47143
45833
|
author: {
|
|
47144
45834
|
name: string;
|
|
@@ -47258,6 +45948,8 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
47258
45948
|
dateCreated: string;
|
|
47259
45949
|
pullRequest: {
|
|
47260
45950
|
id: string;
|
|
45951
|
+
message: string | null;
|
|
45952
|
+
dateCreated: string;
|
|
47261
45953
|
repository: {
|
|
47262
45954
|
name?: string | undefined;
|
|
47263
45955
|
url?: string | null | undefined;
|
|
@@ -47273,8 +45965,6 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
47273
45965
|
codeReviewTriggers: string[];
|
|
47274
45966
|
} | null | undefined;
|
|
47275
45967
|
};
|
|
47276
|
-
message: string | null;
|
|
47277
|
-
dateCreated: string;
|
|
47278
45968
|
title: string | null;
|
|
47279
45969
|
author: {
|
|
47280
45970
|
name: string;
|
|
@@ -67677,8 +66367,8 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
67677
66367
|
id: z.ZodOptional<z.ZodString>;
|
|
67678
66368
|
}, "strip", z.ZodTypeAny, {
|
|
67679
66369
|
id?: string | undefined;
|
|
67680
|
-
repository?: string | undefined;
|
|
67681
66370
|
message?: string | undefined;
|
|
66371
|
+
repository?: string | undefined;
|
|
67682
66372
|
author_name?: string | undefined;
|
|
67683
66373
|
author_email?: string | undefined;
|
|
67684
66374
|
timestamp?: string | undefined;
|
|
@@ -67688,8 +66378,8 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
67688
66378
|
}[] | undefined;
|
|
67689
66379
|
}, {
|
|
67690
66380
|
id?: string | undefined;
|
|
67691
|
-
repository?: string | undefined;
|
|
67692
66381
|
message?: string | undefined;
|
|
66382
|
+
repository?: string | undefined;
|
|
67693
66383
|
author_name?: string | undefined;
|
|
67694
66384
|
author_email?: string | undefined;
|
|
67695
66385
|
timestamp?: string | undefined;
|
|
@@ -67719,8 +66409,8 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
67719
66409
|
ref?: string | undefined;
|
|
67720
66410
|
commits?: {
|
|
67721
66411
|
id?: string | undefined;
|
|
67722
|
-
repository?: string | undefined;
|
|
67723
66412
|
message?: string | undefined;
|
|
66413
|
+
repository?: string | undefined;
|
|
67724
66414
|
author_name?: string | undefined;
|
|
67725
66415
|
author_email?: string | undefined;
|
|
67726
66416
|
timestamp?: string | undefined;
|
|
@@ -67742,8 +66432,8 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
67742
66432
|
ref?: string | undefined;
|
|
67743
66433
|
commits?: {
|
|
67744
66434
|
id?: string | undefined;
|
|
67745
|
-
repository?: string | undefined;
|
|
67746
66435
|
message?: string | undefined;
|
|
66436
|
+
repository?: string | undefined;
|
|
67747
66437
|
author_name?: string | undefined;
|
|
67748
66438
|
author_email?: string | undefined;
|
|
67749
66439
|
timestamp?: string | undefined;
|
|
@@ -67779,8 +66469,8 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
67779
66469
|
ref?: string | undefined;
|
|
67780
66470
|
commits?: {
|
|
67781
66471
|
id?: string | undefined;
|
|
67782
|
-
repository?: string | undefined;
|
|
67783
66472
|
message?: string | undefined;
|
|
66473
|
+
repository?: string | undefined;
|
|
67784
66474
|
author_name?: string | undefined;
|
|
67785
66475
|
author_email?: string | undefined;
|
|
67786
66476
|
timestamp?: string | undefined;
|
|
@@ -67808,8 +66498,8 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
67808
66498
|
ref?: string | undefined;
|
|
67809
66499
|
commits?: {
|
|
67810
66500
|
id?: string | undefined;
|
|
67811
|
-
repository?: string | undefined;
|
|
67812
66501
|
message?: string | undefined;
|
|
66502
|
+
repository?: string | undefined;
|
|
67813
66503
|
author_name?: string | undefined;
|
|
67814
66504
|
author_email?: string | undefined;
|
|
67815
66505
|
timestamp?: string | undefined;
|