UNPKG

214 kBTypeScriptView Raw
1export declare type Long = any;
2export interface _IssueFilter {
3 AND?: _IssueFilter[] | null;
4 OR?: _IssueFilter[] | null;
5 atmTeamId?: string | null;
6 atmTeamId_not?: string | null;
7 atmTeamId_in?: string[] | null;
8 atmTeamId_not_in?: string[] | null;
9 atmTeamId_lt?: string | null;
10 atmTeamId_lte?: string | null;
11 atmTeamId_gt?: string | null;
12 atmTeamId_gte?: string | null;
13 atmTeamId_contains?: string | null;
14 atmTeamId_not_contains?: string | null;
15 atmTeamId_starts_with?: string | null;
16 atmTeamId_not_starts_with?: string | null;
17 atmTeamId_ends_with?: string | null;
18 atmTeamId_not_ends_with?: string | null;
19 id?: string | null;
20 id_not?: string | null;
21 id_in?: string[] | null;
22 id_not_in?: string[] | null;
23 id_lt?: string | null;
24 id_lte?: string | null;
25 id_gt?: string | null;
26 id_gte?: string | null;
27 id_contains?: string | null;
28 id_not_contains?: string | null;
29 id_starts_with?: string | null;
30 id_not_starts_with?: string | null;
31 id_ends_with?: string | null;
32 id_not_ends_with?: string | null;
33 number?: number | null;
34 number_not?: number | null;
35 number_in?: number[] | null;
36 number_not_in?: number[] | null;
37 number_lt?: number | null;
38 number_lte?: number | null;
39 number_gt?: number | null;
40 number_gte?: number | null;
41 name?: string | null;
42 name_not?: string | null;
43 name_in?: string[] | null;
44 name_not_in?: string[] | null;
45 name_lt?: string | null;
46 name_lte?: string | null;
47 name_gt?: string | null;
48 name_gte?: string | null;
49 name_contains?: string | null;
50 name_not_contains?: string | null;
51 name_starts_with?: string | null;
52 name_not_starts_with?: string | null;
53 name_ends_with?: string | null;
54 name_not_ends_with?: string | null;
55 title?: string | null;
56 title_not?: string | null;
57 title_in?: string[] | null;
58 title_not_in?: string[] | null;
59 title_lt?: string | null;
60 title_lte?: string | null;
61 title_gt?: string | null;
62 title_gte?: string | null;
63 title_contains?: string | null;
64 title_not_contains?: string | null;
65 title_starts_with?: string | null;
66 title_not_starts_with?: string | null;
67 title_ends_with?: string | null;
68 title_not_ends_with?: string | null;
69 body?: string | null;
70 body_not?: string | null;
71 body_in?: string[] | null;
72 body_not_in?: string[] | null;
73 body_lt?: string | null;
74 body_lte?: string | null;
75 body_gt?: string | null;
76 body_gte?: string | null;
77 body_contains?: string | null;
78 body_not_contains?: string | null;
79 body_starts_with?: string | null;
80 body_not_starts_with?: string | null;
81 body_ends_with?: string | null;
82 body_not_ends_with?: string | null;
83 state?: IssueState | null;
84 state_not?: IssueState | null;
85 state_in?: IssueState[] | null;
86 state_not_in?: IssueState[] | null;
87 timestamp?: string | null;
88 timestamp_not?: string | null;
89 timestamp_in?: string[] | null;
90 timestamp_not_in?: string[] | null;
91 timestamp_lt?: string | null;
92 timestamp_lte?: string | null;
93 timestamp_gt?: string | null;
94 timestamp_gte?: string | null;
95 timestamp_contains?: string | null;
96 timestamp_not_contains?: string | null;
97 timestamp_starts_with?: string | null;
98 timestamp_not_starts_with?: string | null;
99 timestamp_ends_with?: string | null;
100 timestamp_not_ends_with?: string | null;
101 action?: string | null;
102 action_not?: string | null;
103 action_in?: string[] | null;
104 action_not_in?: string[] | null;
105 action_lt?: string | null;
106 action_lte?: string | null;
107 action_gt?: string | null;
108 action_gte?: string | null;
109 action_contains?: string | null;
110 action_not_contains?: string | null;
111 action_starts_with?: string | null;
112 action_not_starts_with?: string | null;
113 action_ends_with?: string | null;
114 action_not_ends_with?: string | null;
115 createdAt?: string | null;
116 createdAt_not?: string | null;
117 createdAt_in?: string[] | null;
118 createdAt_not_in?: string[] | null;
119 createdAt_lt?: string | null;
120 createdAt_lte?: string | null;
121 createdAt_gt?: string | null;
122 createdAt_gte?: string | null;
123 createdAt_contains?: string | null;
124 createdAt_not_contains?: string | null;
125 createdAt_starts_with?: string | null;
126 createdAt_not_starts_with?: string | null;
127 createdAt_ends_with?: string | null;
128 createdAt_not_ends_with?: string | null;
129 updatedAt?: string | null;
130 updatedAt_not?: string | null;
131 updatedAt_in?: string[] | null;
132 updatedAt_not_in?: string[] | null;
133 updatedAt_lt?: string | null;
134 updatedAt_lte?: string | null;
135 updatedAt_gt?: string | null;
136 updatedAt_gte?: string | null;
137 updatedAt_contains?: string | null;
138 updatedAt_not_contains?: string | null;
139 updatedAt_starts_with?: string | null;
140 updatedAt_not_starts_with?: string | null;
141 updatedAt_ends_with?: string | null;
142 updatedAt_not_ends_with?: string | null;
143 closedAt?: string | null;
144 closedAt_not?: string | null;
145 closedAt_in?: string[] | null;
146 closedAt_not_in?: string[] | null;
147 closedAt_lt?: string | null;
148 closedAt_lte?: string | null;
149 closedAt_gt?: string | null;
150 closedAt_gte?: string | null;
151 closedAt_contains?: string | null;
152 closedAt_not_contains?: string | null;
153 closedAt_starts_with?: string | null;
154 closedAt_not_starts_with?: string | null;
155 closedAt_ends_with?: string | null;
156 closedAt_not_ends_with?: string | null;
157 repo?: _RepoFilter | null;
158 repo_not?: _RepoFilter | null;
159 repo_in?: _RepoFilter | null;
160 repo_not_in?: _RepoFilter | null;
161 resolvingCommits?: _CommitFilter | null;
162 resolvingCommits_not?: _CommitFilter | null;
163 resolvingCommits_in?: _CommitFilter | null;
164 resolvingCommits_not_in?: _CommitFilter | null;
165 resolvingCommits_some?: _CommitFilter | null;
166 resolvingCommits_none?: _CommitFilter | null;
167 resolvingCommits_single?: _CommitFilter | null;
168 resolvingCommits_every?: _CommitFilter | null;
169 openedBy?: _SCMIdFilter | null;
170 openedBy_not?: _SCMIdFilter | null;
171 openedBy_in?: _SCMIdFilter | null;
172 openedBy_not_in?: _SCMIdFilter | null;
173 closedBy?: _SCMIdFilter | null;
174 closedBy_not?: _SCMIdFilter | null;
175 closedBy_in?: _SCMIdFilter | null;
176 closedBy_not_in?: _SCMIdFilter | null;
177 labels?: _LabelFilter | null;
178 labels_not?: _LabelFilter | null;
179 labels_in?: _LabelFilter | null;
180 labels_not_in?: _LabelFilter | null;
181 labels_some?: _LabelFilter | null;
182 labels_none?: _LabelFilter | null;
183 labels_single?: _LabelFilter | null;
184 labels_every?: _LabelFilter | null;
185 assignees?: _SCMIdFilter | null;
186 assignees_not?: _SCMIdFilter | null;
187 assignees_in?: _SCMIdFilter | null;
188 assignees_not_in?: _SCMIdFilter | null;
189 assignees_some?: _SCMIdFilter | null;
190 assignees_none?: _SCMIdFilter | null;
191 assignees_single?: _SCMIdFilter | null;
192 assignees_every?: _SCMIdFilter | null;
193 lastAssignedBy?: _SCMIdFilter | null;
194 lastAssignedBy_not?: _SCMIdFilter | null;
195 lastAssignedBy_in?: _SCMIdFilter | null;
196 lastAssignedBy_not_in?: _SCMIdFilter | null;
197 comments?: _CommentFilter | null;
198 comments_not?: _CommentFilter | null;
199 comments_in?: _CommentFilter | null;
200 comments_not_in?: _CommentFilter | null;
201 comments_some?: _CommentFilter | null;
202 comments_none?: _CommentFilter | null;
203 comments_single?: _CommentFilter | null;
204 comments_every?: _CommentFilter | null;
205}
206export interface _RepoFilter {
207 AND?: _RepoFilter[] | null;
208 OR?: _RepoFilter[] | null;
209 atmTeamId?: string | null;
210 atmTeamId_not?: string | null;
211 atmTeamId_in?: string[] | null;
212 atmTeamId_not_in?: string[] | null;
213 atmTeamId_lt?: string | null;
214 atmTeamId_lte?: string | null;
215 atmTeamId_gt?: string | null;
216 atmTeamId_gte?: string | null;
217 atmTeamId_contains?: string | null;
218 atmTeamId_not_contains?: string | null;
219 atmTeamId_starts_with?: string | null;
220 atmTeamId_not_starts_with?: string | null;
221 atmTeamId_ends_with?: string | null;
222 atmTeamId_not_ends_with?: string | null;
223 id?: string | null;
224 id_not?: string | null;
225 id_in?: string[] | null;
226 id_not_in?: string[] | null;
227 id_lt?: string | null;
228 id_lte?: string | null;
229 id_gt?: string | null;
230 id_gte?: string | null;
231 id_contains?: string | null;
232 id_not_contains?: string | null;
233 id_starts_with?: string | null;
234 id_not_starts_with?: string | null;
235 id_ends_with?: string | null;
236 id_not_ends_with?: string | null;
237 owner?: string | null;
238 owner_not?: string | null;
239 owner_in?: string[] | null;
240 owner_not_in?: string[] | null;
241 owner_lt?: string | null;
242 owner_lte?: string | null;
243 owner_gt?: string | null;
244 owner_gte?: string | null;
245 owner_contains?: string | null;
246 owner_not_contains?: string | null;
247 owner_starts_with?: string | null;
248 owner_not_starts_with?: string | null;
249 owner_ends_with?: string | null;
250 owner_not_ends_with?: string | null;
251 name?: string | null;
252 name_not?: string | null;
253 name_in?: string[] | null;
254 name_not_in?: string[] | null;
255 name_lt?: string | null;
256 name_lte?: string | null;
257 name_gt?: string | null;
258 name_gte?: string | null;
259 name_contains?: string | null;
260 name_not_contains?: string | null;
261 name_starts_with?: string | null;
262 name_not_starts_with?: string | null;
263 name_ends_with?: string | null;
264 name_not_ends_with?: string | null;
265 allowRebaseMerge?: boolean | null;
266 allowRebaseMerge_not?: boolean | null;
267 allowSquashMerge?: boolean | null;
268 allowSquashMerge_not?: boolean | null;
269 allowMergeCommit?: boolean | null;
270 allowMergeCommit_not?: boolean | null;
271 repoId?: string | null;
272 repoId_not?: string | null;
273 repoId_in?: string[] | null;
274 repoId_not_in?: string[] | null;
275 repoId_lt?: string | null;
276 repoId_lte?: string | null;
277 repoId_gt?: string | null;
278 repoId_gte?: string | null;
279 repoId_contains?: string | null;
280 repoId_not_contains?: string | null;
281 repoId_starts_with?: string | null;
282 repoId_not_starts_with?: string | null;
283 repoId_ends_with?: string | null;
284 repoId_not_ends_with?: string | null;
285 gitHubId?: string | null;
286 gitHubId_not?: string | null;
287 gitHubId_in?: string[] | null;
288 gitHubId_not_in?: string[] | null;
289 gitHubId_lt?: string | null;
290 gitHubId_lte?: string | null;
291 gitHubId_gt?: string | null;
292 gitHubId_gte?: string | null;
293 gitHubId_contains?: string | null;
294 gitHubId_not_contains?: string | null;
295 gitHubId_starts_with?: string | null;
296 gitHubId_not_starts_with?: string | null;
297 gitHubId_ends_with?: string | null;
298 gitHubId_not_ends_with?: string | null;
299 defaultBranch?: string | null;
300 defaultBranch_not?: string | null;
301 defaultBranch_in?: string[] | null;
302 defaultBranch_not_in?: string[] | null;
303 defaultBranch_lt?: string | null;
304 defaultBranch_lte?: string | null;
305 defaultBranch_gt?: string | null;
306 defaultBranch_gte?: string | null;
307 defaultBranch_contains?: string | null;
308 defaultBranch_not_contains?: string | null;
309 defaultBranch_starts_with?: string | null;
310 defaultBranch_not_starts_with?: string | null;
311 defaultBranch_ends_with?: string | null;
312 defaultBranch_not_ends_with?: string | null;
313 labels?: _LabelFilter | null;
314 labels_not?: _LabelFilter | null;
315 labels_in?: _LabelFilter | null;
316 labels_not_in?: _LabelFilter | null;
317 labels_some?: _LabelFilter | null;
318 labels_none?: _LabelFilter | null;
319 labels_single?: _LabelFilter | null;
320 labels_every?: _LabelFilter | null;
321 channels?: _ChatChannelFilter | null;
322 channels_not?: _ChatChannelFilter | null;
323 channels_in?: _ChatChannelFilter | null;
324 channels_not_in?: _ChatChannelFilter | null;
325 channels_some?: _ChatChannelFilter | null;
326 channels_none?: _ChatChannelFilter | null;
327 channels_single?: _ChatChannelFilter | null;
328 channels_every?: _ChatChannelFilter | null;
329 org?: _OrgFilter | null;
330 org_not?: _OrgFilter | null;
331 org_in?: _OrgFilter | null;
332 org_not_in?: _OrgFilter | null;
333 issue?: _IssueFilter | null;
334 issue_not?: _IssueFilter | null;
335 issue_in?: _IssueFilter | null;
336 issue_not_in?: _IssueFilter | null;
337 issue_some?: _IssueFilter | null;
338 issue_none?: _IssueFilter | null;
339 issue_single?: _IssueFilter | null;
340 issue_every?: _IssueFilter | null;
341 issues?: _IssueFilter | null;
342 issues_not?: _IssueFilter | null;
343 issues_in?: _IssueFilter | null;
344 issues_not_in?: _IssueFilter | null;
345 issues_some?: _IssueFilter | null;
346 issues_none?: _IssueFilter | null;
347 issues_single?: _IssueFilter | null;
348 issues_every?: _IssueFilter | null;
349 pullRequest?: _PullRequestFilter | null;
350 pullRequest_not?: _PullRequestFilter | null;
351 pullRequest_in?: _PullRequestFilter | null;
352 pullRequest_not_in?: _PullRequestFilter | null;
353 pullRequest_some?: _PullRequestFilter | null;
354 pullRequest_none?: _PullRequestFilter | null;
355 pullRequest_single?: _PullRequestFilter | null;
356 pullRequest_every?: _PullRequestFilter | null;
357 pullRequests?: _PullRequestFilter | null;
358 pullRequests_not?: _PullRequestFilter | null;
359 pullRequests_in?: _PullRequestFilter | null;
360 pullRequests_not_in?: _PullRequestFilter | null;
361 pullRequests_some?: _PullRequestFilter | null;
362 pullRequests_none?: _PullRequestFilter | null;
363 pullRequests_single?: _PullRequestFilter | null;
364 pullRequests_every?: _PullRequestFilter | null;
365 branches?: _BranchFilter | null;
366 branches_not?: _BranchFilter | null;
367 branches_in?: _BranchFilter | null;
368 branches_not_in?: _BranchFilter | null;
369 branches_some?: _BranchFilter | null;
370 branches_none?: _BranchFilter | null;
371 branches_single?: _BranchFilter | null;
372 branches_every?: _BranchFilter | null;
373 links?: _ChannelLinkFilter | null;
374 links_not?: _ChannelLinkFilter | null;
375 links_in?: _ChannelLinkFilter | null;
376 links_not_in?: _ChannelLinkFilter | null;
377 links_some?: _ChannelLinkFilter | null;
378 links_none?: _ChannelLinkFilter | null;
379 links_single?: _ChannelLinkFilter | null;
380 links_every?: _ChannelLinkFilter | null;
381 webhook?: _WebhookFilter | null;
382 webhook_not?: _WebhookFilter | null;
383 webhook_in?: _WebhookFilter | null;
384 webhook_not_in?: _WebhookFilter | null;
385}
386export interface _LabelFilter {
387 AND?: _LabelFilter[] | null;
388 OR?: _LabelFilter[] | null;
389 atmTeamId?: string | null;
390 atmTeamId_not?: string | null;
391 atmTeamId_in?: string[] | null;
392 atmTeamId_not_in?: string[] | null;
393 atmTeamId_lt?: string | null;
394 atmTeamId_lte?: string | null;
395 atmTeamId_gt?: string | null;
396 atmTeamId_gte?: string | null;
397 atmTeamId_contains?: string | null;
398 atmTeamId_not_contains?: string | null;
399 atmTeamId_starts_with?: string | null;
400 atmTeamId_not_starts_with?: string | null;
401 atmTeamId_ends_with?: string | null;
402 atmTeamId_not_ends_with?: string | null;
403 id?: string | null;
404 id_not?: string | null;
405 id_in?: string[] | null;
406 id_not_in?: string[] | null;
407 id_lt?: string | null;
408 id_lte?: string | null;
409 id_gt?: string | null;
410 id_gte?: string | null;
411 id_contains?: string | null;
412 id_not_contains?: string | null;
413 id_starts_with?: string | null;
414 id_not_starts_with?: string | null;
415 id_ends_with?: string | null;
416 id_not_ends_with?: string | null;
417 name?: string | null;
418 name_not?: string | null;
419 name_in?: string[] | null;
420 name_not_in?: string[] | null;
421 name_lt?: string | null;
422 name_lte?: string | null;
423 name_gt?: string | null;
424 name_gte?: string | null;
425 name_contains?: string | null;
426 name_not_contains?: string | null;
427 name_starts_with?: string | null;
428 name_not_starts_with?: string | null;
429 name_ends_with?: string | null;
430 name_not_ends_with?: string | null;
431 default?: string | null;
432 default_not?: string | null;
433 default_in?: string[] | null;
434 default_not_in?: string[] | null;
435 default_lt?: string | null;
436 default_lte?: string | null;
437 default_gt?: string | null;
438 default_gte?: string | null;
439 default_contains?: string | null;
440 default_not_contains?: string | null;
441 default_starts_with?: string | null;
442 default_not_starts_with?: string | null;
443 default_ends_with?: string | null;
444 default_not_ends_with?: string | null;
445 color?: string | null;
446 color_not?: string | null;
447 color_in?: string[] | null;
448 color_not_in?: string[] | null;
449 color_lt?: string | null;
450 color_lte?: string | null;
451 color_gt?: string | null;
452 color_gte?: string | null;
453 color_contains?: string | null;
454 color_not_contains?: string | null;
455 color_starts_with?: string | null;
456 color_not_starts_with?: string | null;
457 color_ends_with?: string | null;
458 color_not_ends_with?: string | null;
459 repo?: _RepoFilter | null;
460 repo_not?: _RepoFilter | null;
461 repo_in?: _RepoFilter | null;
462 repo_not_in?: _RepoFilter | null;
463}
464export interface _ChatChannelFilter {
465 AND?: _ChatChannelFilter[] | null;
466 OR?: _ChatChannelFilter[] | null;
467 atmTeamId?: string | null;
468 atmTeamId_not?: string | null;
469 atmTeamId_in?: string[] | null;
470 atmTeamId_not_in?: string[] | null;
471 atmTeamId_lt?: string | null;
472 atmTeamId_lte?: string | null;
473 atmTeamId_gt?: string | null;
474 atmTeamId_gte?: string | null;
475 atmTeamId_contains?: string | null;
476 atmTeamId_not_contains?: string | null;
477 atmTeamId_starts_with?: string | null;
478 atmTeamId_not_starts_with?: string | null;
479 atmTeamId_ends_with?: string | null;
480 atmTeamId_not_ends_with?: string | null;
481 id?: string | null;
482 id_not?: string | null;
483 id_in?: string[] | null;
484 id_not_in?: string[] | null;
485 id_lt?: string | null;
486 id_lte?: string | null;
487 id_gt?: string | null;
488 id_gte?: string | null;
489 id_contains?: string | null;
490 id_not_contains?: string | null;
491 id_starts_with?: string | null;
492 id_not_starts_with?: string | null;
493 id_ends_with?: string | null;
494 id_not_ends_with?: string | null;
495 name?: string | null;
496 name_not?: string | null;
497 name_in?: string[] | null;
498 name_not_in?: string[] | null;
499 name_lt?: string | null;
500 name_lte?: string | null;
501 name_gt?: string | null;
502 name_gte?: string | null;
503 name_contains?: string | null;
504 name_not_contains?: string | null;
505 name_starts_with?: string | null;
506 name_not_starts_with?: string | null;
507 name_ends_with?: string | null;
508 name_not_ends_with?: string | null;
509 provider?: string | null;
510 provider_not?: string | null;
511 provider_in?: string[] | null;
512 provider_not_in?: string[] | null;
513 provider_lt?: string | null;
514 provider_lte?: string | null;
515 provider_gt?: string | null;
516 provider_gte?: string | null;
517 provider_contains?: string | null;
518 provider_not_contains?: string | null;
519 provider_starts_with?: string | null;
520 provider_not_starts_with?: string | null;
521 provider_ends_with?: string | null;
522 provider_not_ends_with?: string | null;
523 normalizedName?: string | null;
524 normalizedName_not?: string | null;
525 normalizedName_in?: string[] | null;
526 normalizedName_not_in?: string[] | null;
527 normalizedName_lt?: string | null;
528 normalizedName_lte?: string | null;
529 normalizedName_gt?: string | null;
530 normalizedName_gte?: string | null;
531 normalizedName_contains?: string | null;
532 normalizedName_not_contains?: string | null;
533 normalizedName_starts_with?: string | null;
534 normalizedName_not_starts_with?: string | null;
535 normalizedName_ends_with?: string | null;
536 normalizedName_not_ends_with?: string | null;
537 channelId?: string | null;
538 channelId_not?: string | null;
539 channelId_in?: string[] | null;
540 channelId_not_in?: string[] | null;
541 channelId_lt?: string | null;
542 channelId_lte?: string | null;
543 channelId_gt?: string | null;
544 channelId_gte?: string | null;
545 channelId_contains?: string | null;
546 channelId_not_contains?: string | null;
547 channelId_starts_with?: string | null;
548 channelId_not_starts_with?: string | null;
549 channelId_ends_with?: string | null;
550 channelId_not_ends_with?: string | null;
551 isDefault?: boolean | null;
552 isDefault_not?: boolean | null;
553 botInvitedSelf?: boolean | null;
554 botInvitedSelf_not?: boolean | null;
555 archived?: boolean | null;
556 archived_not?: boolean | null;
557 createdBy?: _ChatIdFilter | null;
558 createdBy_not?: _ChatIdFilter | null;
559 createdBy_in?: _ChatIdFilter | null;
560 createdBy_not_in?: _ChatIdFilter | null;
561 repos?: _RepoFilter | null;
562 repos_not?: _RepoFilter | null;
563 repos_in?: _RepoFilter | null;
564 repos_not_in?: _RepoFilter | null;
565 repos_some?: _RepoFilter | null;
566 repos_none?: _RepoFilter | null;
567 repos_single?: _RepoFilter | null;
568 repos_every?: _RepoFilter | null;
569 links?: _ChannelLinkFilter | null;
570 links_not?: _ChannelLinkFilter | null;
571 links_in?: _ChannelLinkFilter | null;
572 links_not_in?: _ChannelLinkFilter | null;
573 links_some?: _ChannelLinkFilter | null;
574 links_none?: _ChannelLinkFilter | null;
575 links_single?: _ChannelLinkFilter | null;
576 links_every?: _ChannelLinkFilter | null;
577 members?: _ChatIdFilter | null;
578 members_not?: _ChatIdFilter | null;
579 members_in?: _ChatIdFilter | null;
580 members_not_in?: _ChatIdFilter | null;
581 members_some?: _ChatIdFilter | null;
582 members_none?: _ChatIdFilter | null;
583 members_single?: _ChatIdFilter | null;
584 members_every?: _ChatIdFilter | null;
585 team?: _ChatTeamFilter | null;
586 team_not?: _ChatTeamFilter | null;
587 team_in?: _ChatTeamFilter | null;
588 team_not_in?: _ChatTeamFilter | null;
589}
590export interface _ChatIdFilter {
591 AND?: _ChatIdFilter[] | null;
592 OR?: _ChatIdFilter[] | null;
593 atmTeamId?: string | null;
594 atmTeamId_not?: string | null;
595 atmTeamId_in?: string[] | null;
596 atmTeamId_not_in?: string[] | null;
597 atmTeamId_lt?: string | null;
598 atmTeamId_lte?: string | null;
599 atmTeamId_gt?: string | null;
600 atmTeamId_gte?: string | null;
601 atmTeamId_contains?: string | null;
602 atmTeamId_not_contains?: string | null;
603 atmTeamId_starts_with?: string | null;
604 atmTeamId_not_starts_with?: string | null;
605 atmTeamId_ends_with?: string | null;
606 atmTeamId_not_ends_with?: string | null;
607 id?: string | null;
608 id_not?: string | null;
609 id_in?: string[] | null;
610 id_not_in?: string[] | null;
611 id_lt?: string | null;
612 id_lte?: string | null;
613 id_gt?: string | null;
614 id_gte?: string | null;
615 id_contains?: string | null;
616 id_not_contains?: string | null;
617 id_starts_with?: string | null;
618 id_not_starts_with?: string | null;
619 id_ends_with?: string | null;
620 id_not_ends_with?: string | null;
621 screenName?: string | null;
622 screenName_not?: string | null;
623 screenName_in?: string[] | null;
624 screenName_not_in?: string[] | null;
625 screenName_lt?: string | null;
626 screenName_lte?: string | null;
627 screenName_gt?: string | null;
628 screenName_gte?: string | null;
629 screenName_contains?: string | null;
630 screenName_not_contains?: string | null;
631 screenName_starts_with?: string | null;
632 screenName_not_starts_with?: string | null;
633 screenName_ends_with?: string | null;
634 screenName_not_ends_with?: string | null;
635 userId?: string | null;
636 userId_not?: string | null;
637 userId_in?: string[] | null;
638 userId_not_in?: string[] | null;
639 userId_lt?: string | null;
640 userId_lte?: string | null;
641 userId_gt?: string | null;
642 userId_gte?: string | null;
643 userId_contains?: string | null;
644 userId_not_contains?: string | null;
645 userId_starts_with?: string | null;
646 userId_not_starts_with?: string | null;
647 userId_ends_with?: string | null;
648 userId_not_ends_with?: string | null;
649 provider?: string | null;
650 provider_not?: string | null;
651 provider_in?: string[] | null;
652 provider_not_in?: string[] | null;
653 provider_lt?: string | null;
654 provider_lte?: string | null;
655 provider_gt?: string | null;
656 provider_gte?: string | null;
657 provider_contains?: string | null;
658 provider_not_contains?: string | null;
659 provider_starts_with?: string | null;
660 provider_not_starts_with?: string | null;
661 provider_ends_with?: string | null;
662 provider_not_ends_with?: string | null;
663 isAtomistBot?: string | null;
664 isAtomistBot_not?: string | null;
665 isAtomistBot_in?: string[] | null;
666 isAtomistBot_not_in?: string[] | null;
667 isAtomistBot_lt?: string | null;
668 isAtomistBot_lte?: string | null;
669 isAtomistBot_gt?: string | null;
670 isAtomistBot_gte?: string | null;
671 isAtomistBot_contains?: string | null;
672 isAtomistBot_not_contains?: string | null;
673 isAtomistBot_starts_with?: string | null;
674 isAtomistBot_not_starts_with?: string | null;
675 isAtomistBot_ends_with?: string | null;
676 isAtomistBot_not_ends_with?: string | null;
677 isOwner?: string | null;
678 isOwner_not?: string | null;
679 isOwner_in?: string[] | null;
680 isOwner_not_in?: string[] | null;
681 isOwner_lt?: string | null;
682 isOwner_lte?: string | null;
683 isOwner_gt?: string | null;
684 isOwner_gte?: string | null;
685 isOwner_contains?: string | null;
686 isOwner_not_contains?: string | null;
687 isOwner_starts_with?: string | null;
688 isOwner_not_starts_with?: string | null;
689 isOwner_ends_with?: string | null;
690 isOwner_not_ends_with?: string | null;
691 isPrimaryOwner?: string | null;
692 isPrimaryOwner_not?: string | null;
693 isPrimaryOwner_in?: string[] | null;
694 isPrimaryOwner_not_in?: string[] | null;
695 isPrimaryOwner_lt?: string | null;
696 isPrimaryOwner_lte?: string | null;
697 isPrimaryOwner_gt?: string | null;
698 isPrimaryOwner_gte?: string | null;
699 isPrimaryOwner_contains?: string | null;
700 isPrimaryOwner_not_contains?: string | null;
701 isPrimaryOwner_starts_with?: string | null;
702 isPrimaryOwner_not_starts_with?: string | null;
703 isPrimaryOwner_ends_with?: string | null;
704 isPrimaryOwner_not_ends_with?: string | null;
705 isAdmin?: string | null;
706 isAdmin_not?: string | null;
707 isAdmin_in?: string[] | null;
708 isAdmin_not_in?: string[] | null;
709 isAdmin_lt?: string | null;
710 isAdmin_lte?: string | null;
711 isAdmin_gt?: string | null;
712 isAdmin_gte?: string | null;
713 isAdmin_contains?: string | null;
714 isAdmin_not_contains?: string | null;
715 isAdmin_starts_with?: string | null;
716 isAdmin_not_starts_with?: string | null;
717 isAdmin_ends_with?: string | null;
718 isAdmin_not_ends_with?: string | null;
719 isBot?: string | null;
720 isBot_not?: string | null;
721 isBot_in?: string[] | null;
722 isBot_not_in?: string[] | null;
723 isBot_lt?: string | null;
724 isBot_lte?: string | null;
725 isBot_gt?: string | null;
726 isBot_gte?: string | null;
727 isBot_contains?: string | null;
728 isBot_not_contains?: string | null;
729 isBot_starts_with?: string | null;
730 isBot_not_starts_with?: string | null;
731 isBot_ends_with?: string | null;
732 isBot_not_ends_with?: string | null;
733 timezoneLabel?: string | null;
734 timezoneLabel_not?: string | null;
735 timezoneLabel_in?: string[] | null;
736 timezoneLabel_not_in?: string[] | null;
737 timezoneLabel_lt?: string | null;
738 timezoneLabel_lte?: string | null;
739 timezoneLabel_gt?: string | null;
740 timezoneLabel_gte?: string | null;
741 timezoneLabel_contains?: string | null;
742 timezoneLabel_not_contains?: string | null;
743 timezoneLabel_starts_with?: string | null;
744 timezoneLabel_not_starts_with?: string | null;
745 timezoneLabel_ends_with?: string | null;
746 timezoneLabel_not_ends_with?: string | null;
747 channels?: _ChatChannelFilter | null;
748 channels_not?: _ChatChannelFilter | null;
749 channels_in?: _ChatChannelFilter | null;
750 channels_not_in?: _ChatChannelFilter | null;
751 channels_some?: _ChatChannelFilter | null;
752 channels_none?: _ChatChannelFilter | null;
753 channels_single?: _ChatChannelFilter | null;
754 channels_every?: _ChatChannelFilter | null;
755 emails?: _EmailFilter | null;
756 emails_not?: _EmailFilter | null;
757 emails_in?: _EmailFilter | null;
758 emails_not_in?: _EmailFilter | null;
759 emails_some?: _EmailFilter | null;
760 emails_none?: _EmailFilter | null;
761 emails_single?: _EmailFilter | null;
762 emails_every?: _EmailFilter | null;
763 chatTeam?: _ChatTeamFilter | null;
764 chatTeam_not?: _ChatTeamFilter | null;
765 chatTeam_in?: _ChatTeamFilter | null;
766 chatTeam_not_in?: _ChatTeamFilter | null;
767 channelsCreated?: _ChatChannelFilter | null;
768 channelsCreated_not?: _ChatChannelFilter | null;
769 channelsCreated_in?: _ChatChannelFilter | null;
770 channelsCreated_not_in?: _ChatChannelFilter | null;
771 channelsCreated_some?: _ChatChannelFilter | null;
772 channelsCreated_none?: _ChatChannelFilter | null;
773 channelsCreated_single?: _ChatChannelFilter | null;
774 channelsCreated_every?: _ChatChannelFilter | null;
775 person?: _PersonFilter | null;
776 person_not?: _PersonFilter | null;
777 person_in?: _PersonFilter | null;
778 person_not_in?: _PersonFilter | null;
779}
780export interface _EmailFilter {
781 AND?: _EmailFilter[] | null;
782 OR?: _EmailFilter[] | null;
783 atmTeamId?: string | null;
784 atmTeamId_not?: string | null;
785 atmTeamId_in?: string[] | null;
786 atmTeamId_not_in?: string[] | null;
787 atmTeamId_lt?: string | null;
788 atmTeamId_lte?: string | null;
789 atmTeamId_gt?: string | null;
790 atmTeamId_gte?: string | null;
791 atmTeamId_contains?: string | null;
792 atmTeamId_not_contains?: string | null;
793 atmTeamId_starts_with?: string | null;
794 atmTeamId_not_starts_with?: string | null;
795 atmTeamId_ends_with?: string | null;
796 atmTeamId_not_ends_with?: string | null;
797 address?: string | null;
798 address_not?: string | null;
799 address_in?: string[] | null;
800 address_not_in?: string[] | null;
801 address_lt?: string | null;
802 address_lte?: string | null;
803 address_gt?: string | null;
804 address_gte?: string | null;
805 address_contains?: string | null;
806 address_not_contains?: string | null;
807 address_starts_with?: string | null;
808 address_not_starts_with?: string | null;
809 address_ends_with?: string | null;
810 address_not_ends_with?: string | null;
811 scmId?: _SCMIdFilter | null;
812 scmId_not?: _SCMIdFilter | null;
813 scmId_in?: _SCMIdFilter | null;
814 scmId_not_in?: _SCMIdFilter | null;
815 gitHubId?: _GitHubIdFilter | null;
816 gitHubId_not?: _GitHubIdFilter | null;
817 gitHubId_in?: _GitHubIdFilter | null;
818 gitHubId_not_in?: _GitHubIdFilter | null;
819 chatId?: _ChatIdFilter | null;
820 chatId_not?: _ChatIdFilter | null;
821 chatId_in?: _ChatIdFilter | null;
822 chatId_not_in?: _ChatIdFilter | null;
823 person?: _PersonFilter | null;
824 person_not?: _PersonFilter | null;
825 person_in?: _PersonFilter | null;
826 person_not_in?: _PersonFilter | null;
827}
828export interface _SCMIdFilter {
829 AND?: _SCMIdFilter[] | null;
830 OR?: _SCMIdFilter[] | null;
831 atmTeamId?: string | null;
832 atmTeamId_not?: string | null;
833 atmTeamId_in?: string[] | null;
834 atmTeamId_not_in?: string[] | null;
835 atmTeamId_lt?: string | null;
836 atmTeamId_lte?: string | null;
837 atmTeamId_gt?: string | null;
838 atmTeamId_gte?: string | null;
839 atmTeamId_contains?: string | null;
840 atmTeamId_not_contains?: string | null;
841 atmTeamId_starts_with?: string | null;
842 atmTeamId_not_starts_with?: string | null;
843 atmTeamId_ends_with?: string | null;
844 atmTeamId_not_ends_with?: string | null;
845 login?: string | null;
846 login_not?: string | null;
847 login_in?: string[] | null;
848 login_not_in?: string[] | null;
849 login_lt?: string | null;
850 login_lte?: string | null;
851 login_gt?: string | null;
852 login_gte?: string | null;
853 login_contains?: string | null;
854 login_not_contains?: string | null;
855 login_starts_with?: string | null;
856 login_not_starts_with?: string | null;
857 login_ends_with?: string | null;
858 login_not_ends_with?: string | null;
859 name?: string | null;
860 name_not?: string | null;
861 name_in?: string[] | null;
862 name_not_in?: string[] | null;
863 name_lt?: string | null;
864 name_lte?: string | null;
865 name_gt?: string | null;
866 name_gte?: string | null;
867 name_contains?: string | null;
868 name_not_contains?: string | null;
869 name_starts_with?: string | null;
870 name_not_starts_with?: string | null;
871 name_ends_with?: string | null;
872 name_not_ends_with?: string | null;
873 avatar?: string | null;
874 avatar_not?: string | null;
875 avatar_in?: string[] | null;
876 avatar_not_in?: string[] | null;
877 avatar_lt?: string | null;
878 avatar_lte?: string | null;
879 avatar_gt?: string | null;
880 avatar_gte?: string | null;
881 avatar_contains?: string | null;
882 avatar_not_contains?: string | null;
883 avatar_starts_with?: string | null;
884 avatar_not_starts_with?: string | null;
885 avatar_ends_with?: string | null;
886 avatar_not_ends_with?: string | null;
887 provider?: _GitHubProviderFilter | null;
888 provider_not?: _GitHubProviderFilter | null;
889 provider_in?: _GitHubProviderFilter | null;
890 provider_not_in?: _GitHubProviderFilter | null;
891 provider_some?: _GitHubProviderFilter | null;
892 provider_none?: _GitHubProviderFilter | null;
893 provider_single?: _GitHubProviderFilter | null;
894 provider_every?: _GitHubProviderFilter | null;
895 scmProvider?: _SCMProviderFilter | null;
896 scmProvider_not?: _SCMProviderFilter | null;
897 scmProvider_in?: _SCMProviderFilter | null;
898 scmProvider_not_in?: _SCMProviderFilter | null;
899 emails?: _EmailFilter | null;
900 emails_not?: _EmailFilter | null;
901 emails_in?: _EmailFilter | null;
902 emails_not_in?: _EmailFilter | null;
903 emails_some?: _EmailFilter | null;
904 emails_none?: _EmailFilter | null;
905 emails_single?: _EmailFilter | null;
906 emails_every?: _EmailFilter | null;
907 person?: _PersonFilter | null;
908 person_not?: _PersonFilter | null;
909 person_in?: _PersonFilter | null;
910 person_not_in?: _PersonFilter | null;
911}
912export interface _GitHubProviderFilter {
913 AND?: _GitHubProviderFilter[] | null;
914 OR?: _GitHubProviderFilter[] | null;
915 atmTeamId?: string | null;
916 atmTeamId_not?: string | null;
917 atmTeamId_in?: string[] | null;
918 atmTeamId_not_in?: string[] | null;
919 atmTeamId_lt?: string | null;
920 atmTeamId_lte?: string | null;
921 atmTeamId_gt?: string | null;
922 atmTeamId_gte?: string | null;
923 atmTeamId_contains?: string | null;
924 atmTeamId_not_contains?: string | null;
925 atmTeamId_starts_with?: string | null;
926 atmTeamId_not_starts_with?: string | null;
927 atmTeamId_ends_with?: string | null;
928 atmTeamId_not_ends_with?: string | null;
929 id?: string | null;
930 id_not?: string | null;
931 id_in?: string[] | null;
932 id_not_in?: string[] | null;
933 id_lt?: string | null;
934 id_lte?: string | null;
935 id_gt?: string | null;
936 id_gte?: string | null;
937 id_contains?: string | null;
938 id_not_contains?: string | null;
939 id_starts_with?: string | null;
940 id_not_starts_with?: string | null;
941 id_ends_with?: string | null;
942 id_not_ends_with?: string | null;
943 url?: string | null;
944 url_not?: string | null;
945 url_in?: string[] | null;
946 url_not_in?: string[] | null;
947 url_lt?: string | null;
948 url_lte?: string | null;
949 url_gt?: string | null;
950 url_gte?: string | null;
951 url_contains?: string | null;
952 url_not_contains?: string | null;
953 url_starts_with?: string | null;
954 url_not_starts_with?: string | null;
955 url_ends_with?: string | null;
956 url_not_ends_with?: string | null;
957 providerId?: string | null;
958 providerId_not?: string | null;
959 providerId_in?: string[] | null;
960 providerId_not_in?: string[] | null;
961 providerId_lt?: string | null;
962 providerId_lte?: string | null;
963 providerId_gt?: string | null;
964 providerId_gte?: string | null;
965 providerId_contains?: string | null;
966 providerId_not_contains?: string | null;
967 providerId_starts_with?: string | null;
968 providerId_not_starts_with?: string | null;
969 providerId_ends_with?: string | null;
970 providerId_not_ends_with?: string | null;
971 apiUrl?: string | null;
972 apiUrl_not?: string | null;
973 apiUrl_in?: string[] | null;
974 apiUrl_not_in?: string[] | null;
975 apiUrl_lt?: string | null;
976 apiUrl_lte?: string | null;
977 apiUrl_gt?: string | null;
978 apiUrl_gte?: string | null;
979 apiUrl_contains?: string | null;
980 apiUrl_not_contains?: string | null;
981 apiUrl_starts_with?: string | null;
982 apiUrl_not_starts_with?: string | null;
983 apiUrl_ends_with?: string | null;
984 apiUrl_not_ends_with?: string | null;
985 gitUrl?: string | null;
986 gitUrl_not?: string | null;
987 gitUrl_in?: string[] | null;
988 gitUrl_not_in?: string[] | null;
989 gitUrl_lt?: string | null;
990 gitUrl_lte?: string | null;
991 gitUrl_gt?: string | null;
992 gitUrl_gte?: string | null;
993 gitUrl_contains?: string | null;
994 gitUrl_not_contains?: string | null;
995 gitUrl_starts_with?: string | null;
996 gitUrl_not_starts_with?: string | null;
997 gitUrl_ends_with?: string | null;
998 gitUrl_not_ends_with?: string | null;
999 providerType?: ProviderType | null;
1000 providerType_not?: ProviderType | null;
1001 providerType_in?: ProviderType[] | null;
1002 providerType_not_in?: ProviderType[] | null;
1003 team?: _TeamFilter | null;
1004 team_not?: _TeamFilter | null;
1005 team_in?: _TeamFilter | null;
1006 team_not_in?: _TeamFilter | null;
1007}
1008export interface _TeamFilter {
1009 AND?: _TeamFilter[] | null;
1010 OR?: _TeamFilter[] | null;
1011 atmTeamId?: string | null;
1012 atmTeamId_not?: string | null;
1013 atmTeamId_in?: string[] | null;
1014 atmTeamId_not_in?: string[] | null;
1015 atmTeamId_lt?: string | null;
1016 atmTeamId_lte?: string | null;
1017 atmTeamId_gt?: string | null;
1018 atmTeamId_gte?: string | null;
1019 atmTeamId_contains?: string | null;
1020 atmTeamId_not_contains?: string | null;
1021 atmTeamId_starts_with?: string | null;
1022 atmTeamId_not_starts_with?: string | null;
1023 atmTeamId_ends_with?: string | null;
1024 atmTeamId_not_ends_with?: string | null;
1025 id?: string | null;
1026 id_not?: string | null;
1027 id_in?: string[] | null;
1028 id_not_in?: string[] | null;
1029 id_lt?: string | null;
1030 id_lte?: string | null;
1031 id_gt?: string | null;
1032 id_gte?: string | null;
1033 id_contains?: string | null;
1034 id_not_contains?: string | null;
1035 id_starts_with?: string | null;
1036 id_not_starts_with?: string | null;
1037 id_ends_with?: string | null;
1038 id_not_ends_with?: string | null;
1039 name?: string | null;
1040 name_not?: string | null;
1041 name_in?: string[] | null;
1042 name_not_in?: string[] | null;
1043 name_lt?: string | null;
1044 name_lte?: string | null;
1045 name_gt?: string | null;
1046 name_gte?: string | null;
1047 name_contains?: string | null;
1048 name_not_contains?: string | null;
1049 name_starts_with?: string | null;
1050 name_not_starts_with?: string | null;
1051 name_ends_with?: string | null;
1052 name_not_ends_with?: string | null;
1053 description?: string | null;
1054 description_not?: string | null;
1055 description_in?: string[] | null;
1056 description_not_in?: string[] | null;
1057 description_lt?: string | null;
1058 description_lte?: string | null;
1059 description_gt?: string | null;
1060 description_gte?: string | null;
1061 description_contains?: string | null;
1062 description_not_contains?: string | null;
1063 description_starts_with?: string | null;
1064 description_not_starts_with?: string | null;
1065 description_ends_with?: string | null;
1066 description_not_ends_with?: string | null;
1067 iconUrl?: string | null;
1068 iconUrl_not?: string | null;
1069 iconUrl_in?: string[] | null;
1070 iconUrl_not_in?: string[] | null;
1071 iconUrl_lt?: string | null;
1072 iconUrl_lte?: string | null;
1073 iconUrl_gt?: string | null;
1074 iconUrl_gte?: string | null;
1075 iconUrl_contains?: string | null;
1076 iconUrl_not_contains?: string | null;
1077 iconUrl_starts_with?: string | null;
1078 iconUrl_not_starts_with?: string | null;
1079 iconUrl_ends_with?: string | null;
1080 iconUrl_not_ends_with?: string | null;
1081 createdAt?: string | null;
1082 createdAt_not?: string | null;
1083 createdAt_in?: string[] | null;
1084 createdAt_not_in?: string[] | null;
1085 createdAt_lt?: string | null;
1086 createdAt_lte?: string | null;
1087 createdAt_gt?: string | null;
1088 createdAt_gte?: string | null;
1089 createdAt_contains?: string | null;
1090 createdAt_not_contains?: string | null;
1091 createdAt_starts_with?: string | null;
1092 createdAt_not_starts_with?: string | null;
1093 createdAt_ends_with?: string | null;
1094 createdAt_not_ends_with?: string | null;
1095 persons?: _PersonFilter | null;
1096 persons_not?: _PersonFilter | null;
1097 persons_in?: _PersonFilter | null;
1098 persons_not_in?: _PersonFilter | null;
1099 persons_some?: _PersonFilter | null;
1100 persons_none?: _PersonFilter | null;
1101 persons_single?: _PersonFilter | null;
1102 persons_every?: _PersonFilter | null;
1103 orgs?: _OrgFilter | null;
1104 orgs_not?: _OrgFilter | null;
1105 orgs_in?: _OrgFilter | null;
1106 orgs_not_in?: _OrgFilter | null;
1107 orgs_some?: _OrgFilter | null;
1108 orgs_none?: _OrgFilter | null;
1109 orgs_single?: _OrgFilter | null;
1110 orgs_every?: _OrgFilter | null;
1111 providers?: _GitHubProviderFilter | null;
1112 providers_not?: _GitHubProviderFilter | null;
1113 providers_in?: _GitHubProviderFilter | null;
1114 providers_not_in?: _GitHubProviderFilter | null;
1115 providers_some?: _GitHubProviderFilter | null;
1116 providers_none?: _GitHubProviderFilter | null;
1117 providers_single?: _GitHubProviderFilter | null;
1118 providers_every?: _GitHubProviderFilter | null;
1119 scmProviders?: _SCMProviderFilter | null;
1120 scmProviders_not?: _SCMProviderFilter | null;
1121 scmProviders_in?: _SCMProviderFilter | null;
1122 scmProviders_not_in?: _SCMProviderFilter | null;
1123 scmProviders_some?: _SCMProviderFilter | null;
1124 scmProviders_none?: _SCMProviderFilter | null;
1125 scmProviders_single?: _SCMProviderFilter | null;
1126 scmProviders_every?: _SCMProviderFilter | null;
1127 chatTeams?: _ChatTeamFilter | null;
1128 chatTeams_not?: _ChatTeamFilter | null;
1129 chatTeams_in?: _ChatTeamFilter | null;
1130 chatTeams_not_in?: _ChatTeamFilter | null;
1131 chatTeams_some?: _ChatTeamFilter | null;
1132 chatTeams_none?: _ChatTeamFilter | null;
1133 chatTeams_single?: _ChatTeamFilter | null;
1134 chatTeams_every?: _ChatTeamFilter | null;
1135}
1136export interface _PersonFilter {
1137 AND?: _PersonFilter[] | null;
1138 OR?: _PersonFilter[] | null;
1139 atmTeamId?: string | null;
1140 atmTeamId_not?: string | null;
1141 atmTeamId_in?: string[] | null;
1142 atmTeamId_not_in?: string[] | null;
1143 atmTeamId_lt?: string | null;
1144 atmTeamId_lte?: string | null;
1145 atmTeamId_gt?: string | null;
1146 atmTeamId_gte?: string | null;
1147 atmTeamId_contains?: string | null;
1148 atmTeamId_not_contains?: string | null;
1149 atmTeamId_starts_with?: string | null;
1150 atmTeamId_not_starts_with?: string | null;
1151 atmTeamId_ends_with?: string | null;
1152 atmTeamId_not_ends_with?: string | null;
1153 id?: string | null;
1154 id_not?: string | null;
1155 id_in?: string[] | null;
1156 id_not_in?: string[] | null;
1157 id_lt?: string | null;
1158 id_lte?: string | null;
1159 id_gt?: string | null;
1160 id_gte?: string | null;
1161 id_contains?: string | null;
1162 id_not_contains?: string | null;
1163 id_starts_with?: string | null;
1164 id_not_starts_with?: string | null;
1165 id_ends_with?: string | null;
1166 id_not_ends_with?: string | null;
1167 forename?: string | null;
1168 forename_not?: string | null;
1169 forename_in?: string[] | null;
1170 forename_not_in?: string[] | null;
1171 forename_lt?: string | null;
1172 forename_lte?: string | null;
1173 forename_gt?: string | null;
1174 forename_gte?: string | null;
1175 forename_contains?: string | null;
1176 forename_not_contains?: string | null;
1177 forename_starts_with?: string | null;
1178 forename_not_starts_with?: string | null;
1179 forename_ends_with?: string | null;
1180 forename_not_ends_with?: string | null;
1181 surname?: string | null;
1182 surname_not?: string | null;
1183 surname_in?: string[] | null;
1184 surname_not_in?: string[] | null;
1185 surname_lt?: string | null;
1186 surname_lte?: string | null;
1187 surname_gt?: string | null;
1188 surname_gte?: string | null;
1189 surname_contains?: string | null;
1190 surname_not_contains?: string | null;
1191 surname_starts_with?: string | null;
1192 surname_not_starts_with?: string | null;
1193 surname_ends_with?: string | null;
1194 surname_not_ends_with?: string | null;
1195 name?: string | null;
1196 name_not?: string | null;
1197 name_in?: string[] | null;
1198 name_not_in?: string[] | null;
1199 name_lt?: string | null;
1200 name_lte?: string | null;
1201 name_gt?: string | null;
1202 name_gte?: string | null;
1203 name_contains?: string | null;
1204 name_not_contains?: string | null;
1205 name_starts_with?: string | null;
1206 name_not_starts_with?: string | null;
1207 name_ends_with?: string | null;
1208 name_not_ends_with?: string | null;
1209 scmId?: _SCMIdFilter | null;
1210 scmId_not?: _SCMIdFilter | null;
1211 scmId_in?: _SCMIdFilter | null;
1212 scmId_not_in?: _SCMIdFilter | null;
1213 gitHubId?: _GitHubIdFilter | null;
1214 gitHubId_not?: _GitHubIdFilter | null;
1215 gitHubId_in?: _GitHubIdFilter | null;
1216 gitHubId_not_in?: _GitHubIdFilter | null;
1217 chatId?: _ChatIdFilter | null;
1218 chatId_not?: _ChatIdFilter | null;
1219 chatId_in?: _ChatIdFilter | null;
1220 chatId_not_in?: _ChatIdFilter | null;
1221 emails?: _EmailFilter | null;
1222 emails_not?: _EmailFilter | null;
1223 emails_in?: _EmailFilter | null;
1224 emails_not_in?: _EmailFilter | null;
1225 emails_some?: _EmailFilter | null;
1226 emails_none?: _EmailFilter | null;
1227 emails_single?: _EmailFilter | null;
1228 emails_every?: _EmailFilter | null;
1229 team?: _TeamFilter | null;
1230 team_not?: _TeamFilter | null;
1231 team_in?: _TeamFilter | null;
1232 team_not_in?: _TeamFilter | null;
1233}
1234export interface _GitHubIdFilter {
1235 AND?: _GitHubIdFilter[] | null;
1236 OR?: _GitHubIdFilter[] | null;
1237 atmTeamId?: string | null;
1238 atmTeamId_not?: string | null;
1239 atmTeamId_in?: string[] | null;
1240 atmTeamId_not_in?: string[] | null;
1241 atmTeamId_lt?: string | null;
1242 atmTeamId_lte?: string | null;
1243 atmTeamId_gt?: string | null;
1244 atmTeamId_gte?: string | null;
1245 atmTeamId_contains?: string | null;
1246 atmTeamId_not_contains?: string | null;
1247 atmTeamId_starts_with?: string | null;
1248 atmTeamId_not_starts_with?: string | null;
1249 atmTeamId_ends_with?: string | null;
1250 atmTeamId_not_ends_with?: string | null;
1251 login?: string | null;
1252 login_not?: string | null;
1253 login_in?: string[] | null;
1254 login_not_in?: string[] | null;
1255 login_lt?: string | null;
1256 login_lte?: string | null;
1257 login_gt?: string | null;
1258 login_gte?: string | null;
1259 login_contains?: string | null;
1260 login_not_contains?: string | null;
1261 login_starts_with?: string | null;
1262 login_not_starts_with?: string | null;
1263 login_ends_with?: string | null;
1264 login_not_ends_with?: string | null;
1265 name?: string | null;
1266 name_not?: string | null;
1267 name_in?: string[] | null;
1268 name_not_in?: string[] | null;
1269 name_lt?: string | null;
1270 name_lte?: string | null;
1271 name_gt?: string | null;
1272 name_gte?: string | null;
1273 name_contains?: string | null;
1274 name_not_contains?: string | null;
1275 name_starts_with?: string | null;
1276 name_not_starts_with?: string | null;
1277 name_ends_with?: string | null;
1278 name_not_ends_with?: string | null;
1279 provider?: _GitHubProviderFilter | null;
1280 provider_not?: _GitHubProviderFilter | null;
1281 provider_in?: _GitHubProviderFilter | null;
1282 provider_not_in?: _GitHubProviderFilter | null;
1283 provider_some?: _GitHubProviderFilter | null;
1284 provider_none?: _GitHubProviderFilter | null;
1285 provider_single?: _GitHubProviderFilter | null;
1286 provider_every?: _GitHubProviderFilter | null;
1287 scmProvider?: _SCMProviderFilter | null;
1288 scmProvider_not?: _SCMProviderFilter | null;
1289 scmProvider_in?: _SCMProviderFilter | null;
1290 scmProvider_not_in?: _SCMProviderFilter | null;
1291 emails?: _EmailFilter | null;
1292 emails_not?: _EmailFilter | null;
1293 emails_in?: _EmailFilter | null;
1294 emails_not_in?: _EmailFilter | null;
1295 emails_some?: _EmailFilter | null;
1296 emails_none?: _EmailFilter | null;
1297 emails_single?: _EmailFilter | null;
1298 emails_every?: _EmailFilter | null;
1299 person?: _PersonFilter | null;
1300 person_not?: _PersonFilter | null;
1301 person_in?: _PersonFilter | null;
1302 person_not_in?: _PersonFilter | null;
1303}
1304export interface _SCMProviderFilter {
1305 AND?: _SCMProviderFilter[] | null;
1306 OR?: _SCMProviderFilter[] | null;
1307 atmTeamId?: string | null;
1308 atmTeamId_not?: string | null;
1309 atmTeamId_in?: string[] | null;
1310 atmTeamId_not_in?: string[] | null;
1311 atmTeamId_lt?: string | null;
1312 atmTeamId_lte?: string | null;
1313 atmTeamId_gt?: string | null;
1314 atmTeamId_gte?: string | null;
1315 atmTeamId_contains?: string | null;
1316 atmTeamId_not_contains?: string | null;
1317 atmTeamId_starts_with?: string | null;
1318 atmTeamId_not_starts_with?: string | null;
1319 atmTeamId_ends_with?: string | null;
1320 atmTeamId_not_ends_with?: string | null;
1321 id?: string | null;
1322 id_not?: string | null;
1323 id_in?: string[] | null;
1324 id_not_in?: string[] | null;
1325 id_lt?: string | null;
1326 id_lte?: string | null;
1327 id_gt?: string | null;
1328 id_gte?: string | null;
1329 id_contains?: string | null;
1330 id_not_contains?: string | null;
1331 id_starts_with?: string | null;
1332 id_not_starts_with?: string | null;
1333 id_ends_with?: string | null;
1334 id_not_ends_with?: string | null;
1335 url?: string | null;
1336 url_not?: string | null;
1337 url_in?: string[] | null;
1338 url_not_in?: string[] | null;
1339 url_lt?: string | null;
1340 url_lte?: string | null;
1341 url_gt?: string | null;
1342 url_gte?: string | null;
1343 url_contains?: string | null;
1344 url_not_contains?: string | null;
1345 url_starts_with?: string | null;
1346 url_not_starts_with?: string | null;
1347 url_ends_with?: string | null;
1348 url_not_ends_with?: string | null;
1349 providerId?: string | null;
1350 providerId_not?: string | null;
1351 providerId_in?: string[] | null;
1352 providerId_not_in?: string[] | null;
1353 providerId_lt?: string | null;
1354 providerId_lte?: string | null;
1355 providerId_gt?: string | null;
1356 providerId_gte?: string | null;
1357 providerId_contains?: string | null;
1358 providerId_not_contains?: string | null;
1359 providerId_starts_with?: string | null;
1360 providerId_not_starts_with?: string | null;
1361 providerId_ends_with?: string | null;
1362 providerId_not_ends_with?: string | null;
1363 apiUrl?: string | null;
1364 apiUrl_not?: string | null;
1365 apiUrl_in?: string[] | null;
1366 apiUrl_not_in?: string[] | null;
1367 apiUrl_lt?: string | null;
1368 apiUrl_lte?: string | null;
1369 apiUrl_gt?: string | null;
1370 apiUrl_gte?: string | null;
1371 apiUrl_contains?: string | null;
1372 apiUrl_not_contains?: string | null;
1373 apiUrl_starts_with?: string | null;
1374 apiUrl_not_starts_with?: string | null;
1375 apiUrl_ends_with?: string | null;
1376 apiUrl_not_ends_with?: string | null;
1377 gitUrl?: string | null;
1378 gitUrl_not?: string | null;
1379 gitUrl_in?: string[] | null;
1380 gitUrl_not_in?: string[] | null;
1381 gitUrl_lt?: string | null;
1382 gitUrl_lte?: string | null;
1383 gitUrl_gt?: string | null;
1384 gitUrl_gte?: string | null;
1385 gitUrl_contains?: string | null;
1386 gitUrl_not_contains?: string | null;
1387 gitUrl_starts_with?: string | null;
1388 gitUrl_not_starts_with?: string | null;
1389 gitUrl_ends_with?: string | null;
1390 gitUrl_not_ends_with?: string | null;
1391 providerType?: ProviderType | null;
1392 providerType_not?: ProviderType | null;
1393 providerType_in?: ProviderType[] | null;
1394 providerType_not_in?: ProviderType[] | null;
1395 team?: _TeamFilter | null;
1396 team_not?: _TeamFilter | null;
1397 team_in?: _TeamFilter | null;
1398 team_not_in?: _TeamFilter | null;
1399}
1400export interface _OrgFilter {
1401 AND?: _OrgFilter[] | null;
1402 OR?: _OrgFilter[] | null;
1403 atmTeamId?: string | null;
1404 atmTeamId_not?: string | null;
1405 atmTeamId_in?: string[] | null;
1406 atmTeamId_not_in?: string[] | null;
1407 atmTeamId_lt?: string | null;
1408 atmTeamId_lte?: string | null;
1409 atmTeamId_gt?: string | null;
1410 atmTeamId_gte?: string | null;
1411 atmTeamId_contains?: string | null;
1412 atmTeamId_not_contains?: string | null;
1413 atmTeamId_starts_with?: string | null;
1414 atmTeamId_not_starts_with?: string | null;
1415 atmTeamId_ends_with?: string | null;
1416 atmTeamId_not_ends_with?: string | null;
1417 id?: string | null;
1418 id_not?: string | null;
1419 id_in?: string[] | null;
1420 id_not_in?: string[] | null;
1421 id_lt?: string | null;
1422 id_lte?: string | null;
1423 id_gt?: string | null;
1424 id_gte?: string | null;
1425 id_contains?: string | null;
1426 id_not_contains?: string | null;
1427 id_starts_with?: string | null;
1428 id_not_starts_with?: string | null;
1429 id_ends_with?: string | null;
1430 id_not_ends_with?: string | null;
1431 owner?: string | null;
1432 owner_not?: string | null;
1433 owner_in?: string[] | null;
1434 owner_not_in?: string[] | null;
1435 owner_lt?: string | null;
1436 owner_lte?: string | null;
1437 owner_gt?: string | null;
1438 owner_gte?: string | null;
1439 owner_contains?: string | null;
1440 owner_not_contains?: string | null;
1441 owner_starts_with?: string | null;
1442 owner_not_starts_with?: string | null;
1443 owner_ends_with?: string | null;
1444 owner_not_ends_with?: string | null;
1445 ownerType?: OwnerType | null;
1446 ownerType_not?: OwnerType | null;
1447 ownerType_in?: OwnerType[] | null;
1448 ownerType_not_in?: OwnerType[] | null;
1449 provider?: _GitHubProviderFilter | null;
1450 provider_not?: _GitHubProviderFilter | null;
1451 provider_in?: _GitHubProviderFilter | null;
1452 provider_not_in?: _GitHubProviderFilter | null;
1453 scmProvider?: _SCMProviderFilter | null;
1454 scmProvider_not?: _SCMProviderFilter | null;
1455 scmProvider_in?: _SCMProviderFilter | null;
1456 scmProvider_not_in?: _SCMProviderFilter | null;
1457 repo?: _RepoFilter | null;
1458 repo_not?: _RepoFilter | null;
1459 repo_in?: _RepoFilter | null;
1460 repo_not_in?: _RepoFilter | null;
1461 repo_some?: _RepoFilter | null;
1462 repo_none?: _RepoFilter | null;
1463 repo_single?: _RepoFilter | null;
1464 repo_every?: _RepoFilter | null;
1465 repos?: _RepoFilter | null;
1466 repos_not?: _RepoFilter | null;
1467 repos_in?: _RepoFilter | null;
1468 repos_not_in?: _RepoFilter | null;
1469 repos_some?: _RepoFilter | null;
1470 repos_none?: _RepoFilter | null;
1471 repos_single?: _RepoFilter | null;
1472 repos_every?: _RepoFilter | null;
1473 webhook?: _GitHubOrgWebhookFilter | null;
1474 webhook_not?: _GitHubOrgWebhookFilter | null;
1475 webhook_in?: _GitHubOrgWebhookFilter | null;
1476 webhook_not_in?: _GitHubOrgWebhookFilter | null;
1477 webhook_some?: _GitHubOrgWebhookFilter | null;
1478 webhook_none?: _GitHubOrgWebhookFilter | null;
1479 webhook_single?: _GitHubOrgWebhookFilter | null;
1480 webhook_every?: _GitHubOrgWebhookFilter | null;
1481 webhooks?: _WebhookFilter | null;
1482 webhooks_not?: _WebhookFilter | null;
1483 webhooks_in?: _WebhookFilter | null;
1484 webhooks_not_in?: _WebhookFilter | null;
1485 webhooks_some?: _WebhookFilter | null;
1486 webhooks_none?: _WebhookFilter | null;
1487 webhooks_single?: _WebhookFilter | null;
1488 webhooks_every?: _WebhookFilter | null;
1489 chatTeam?: _ChatTeamFilter | null;
1490 chatTeam_not?: _ChatTeamFilter | null;
1491 chatTeam_in?: _ChatTeamFilter | null;
1492 chatTeam_not_in?: _ChatTeamFilter | null;
1493 team?: _TeamFilter | null;
1494 team_not?: _TeamFilter | null;
1495 team_in?: _TeamFilter | null;
1496 team_not_in?: _TeamFilter | null;
1497}
1498export interface _GitHubOrgWebhookFilter {
1499 AND?: _GitHubOrgWebhookFilter[] | null;
1500 OR?: _GitHubOrgWebhookFilter[] | null;
1501 atmTeamId?: string | null;
1502 atmTeamId_not?: string | null;
1503 atmTeamId_in?: string[] | null;
1504 atmTeamId_not_in?: string[] | null;
1505 atmTeamId_lt?: string | null;
1506 atmTeamId_lte?: string | null;
1507 atmTeamId_gt?: string | null;
1508 atmTeamId_gte?: string | null;
1509 atmTeamId_contains?: string | null;
1510 atmTeamId_not_contains?: string | null;
1511 atmTeamId_starts_with?: string | null;
1512 atmTeamId_not_starts_with?: string | null;
1513 atmTeamId_ends_with?: string | null;
1514 atmTeamId_not_ends_with?: string | null;
1515 id?: string | null;
1516 id_not?: string | null;
1517 id_in?: string[] | null;
1518 id_not_in?: string[] | null;
1519 id_lt?: string | null;
1520 id_lte?: string | null;
1521 id_gt?: string | null;
1522 id_gte?: string | null;
1523 id_contains?: string | null;
1524 id_not_contains?: string | null;
1525 id_starts_with?: string | null;
1526 id_not_starts_with?: string | null;
1527 id_ends_with?: string | null;
1528 id_not_ends_with?: string | null;
1529 url?: string | null;
1530 url_not?: string | null;
1531 url_in?: string[] | null;
1532 url_not_in?: string[] | null;
1533 url_lt?: string | null;
1534 url_lte?: string | null;
1535 url_gt?: string | null;
1536 url_gte?: string | null;
1537 url_contains?: string | null;
1538 url_not_contains?: string | null;
1539 url_starts_with?: string | null;
1540 url_not_starts_with?: string | null;
1541 url_ends_with?: string | null;
1542 url_not_ends_with?: string | null;
1543 webhookType?: WebhookType | null;
1544 webhookType_not?: WebhookType | null;
1545 webhookType_in?: WebhookType[] | null;
1546 webhookType_not_in?: WebhookType[] | null;
1547 org?: _OrgFilter | null;
1548 org_not?: _OrgFilter | null;
1549 org_in?: _OrgFilter | null;
1550 org_not_in?: _OrgFilter | null;
1551}
1552export interface _WebhookFilter {
1553 AND?: _WebhookFilter[] | null;
1554 OR?: _WebhookFilter[] | null;
1555 atmTeamId?: string | null;
1556 atmTeamId_not?: string | null;
1557 atmTeamId_in?: string[] | null;
1558 atmTeamId_not_in?: string[] | null;
1559 atmTeamId_lt?: string | null;
1560 atmTeamId_lte?: string | null;
1561 atmTeamId_gt?: string | null;
1562 atmTeamId_gte?: string | null;
1563 atmTeamId_contains?: string | null;
1564 atmTeamId_not_contains?: string | null;
1565 atmTeamId_starts_with?: string | null;
1566 atmTeamId_not_starts_with?: string | null;
1567 atmTeamId_ends_with?: string | null;
1568 atmTeamId_not_ends_with?: string | null;
1569 id?: string | null;
1570 id_not?: string | null;
1571 id_in?: string[] | null;
1572 id_not_in?: string[] | null;
1573 id_lt?: string | null;
1574 id_lte?: string | null;
1575 id_gt?: string | null;
1576 id_gte?: string | null;
1577 id_contains?: string | null;
1578 id_not_contains?: string | null;
1579 id_starts_with?: string | null;
1580 id_not_starts_with?: string | null;
1581 id_ends_with?: string | null;
1582 id_not_ends_with?: string | null;
1583 url?: string | null;
1584 url_not?: string | null;
1585 url_in?: string[] | null;
1586 url_not_in?: string[] | null;
1587 url_lt?: string | null;
1588 url_lte?: string | null;
1589 url_gt?: string | null;
1590 url_gte?: string | null;
1591 url_contains?: string | null;
1592 url_not_contains?: string | null;
1593 url_starts_with?: string | null;
1594 url_not_starts_with?: string | null;
1595 url_ends_with?: string | null;
1596 url_not_ends_with?: string | null;
1597 webhookType?: WebhookType | null;
1598 webhookType_not?: WebhookType | null;
1599 webhookType_in?: WebhookType[] | null;
1600 webhookType_not_in?: WebhookType[] | null;
1601 org?: _OrgFilter | null;
1602 org_not?: _OrgFilter | null;
1603 org_in?: _OrgFilter | null;
1604 org_not_in?: _OrgFilter | null;
1605 repo?: _RepoFilter | null;
1606 repo_not?: _RepoFilter | null;
1607 repo_in?: _RepoFilter | null;
1608 repo_not_in?: _RepoFilter | null;
1609}
1610export interface _ChatTeamFilter {
1611 AND?: _ChatTeamFilter[] | null;
1612 OR?: _ChatTeamFilter[] | null;
1613 atmTeamId?: string | null;
1614 atmTeamId_not?: string | null;
1615 atmTeamId_in?: string[] | null;
1616 atmTeamId_not_in?: string[] | null;
1617 atmTeamId_lt?: string | null;
1618 atmTeamId_lte?: string | null;
1619 atmTeamId_gt?: string | null;
1620 atmTeamId_gte?: string | null;
1621 atmTeamId_contains?: string | null;
1622 atmTeamId_not_contains?: string | null;
1623 atmTeamId_starts_with?: string | null;
1624 atmTeamId_not_starts_with?: string | null;
1625 atmTeamId_ends_with?: string | null;
1626 atmTeamId_not_ends_with?: string | null;
1627 id?: string | null;
1628 id_not?: string | null;
1629 id_in?: string[] | null;
1630 id_not_in?: string[] | null;
1631 id_lt?: string | null;
1632 id_lte?: string | null;
1633 id_gt?: string | null;
1634 id_gte?: string | null;
1635 id_contains?: string | null;
1636 id_not_contains?: string | null;
1637 id_starts_with?: string | null;
1638 id_not_starts_with?: string | null;
1639 id_ends_with?: string | null;
1640 id_not_ends_with?: string | null;
1641 name?: string | null;
1642 name_not?: string | null;
1643 name_in?: string[] | null;
1644 name_not_in?: string[] | null;
1645 name_lt?: string | null;
1646 name_lte?: string | null;
1647 name_gt?: string | null;
1648 name_gte?: string | null;
1649 name_contains?: string | null;
1650 name_not_contains?: string | null;
1651 name_starts_with?: string | null;
1652 name_not_starts_with?: string | null;
1653 name_ends_with?: string | null;
1654 name_not_ends_with?: string | null;
1655 provider?: string | null;
1656 provider_not?: string | null;
1657 provider_in?: string[] | null;
1658 provider_not_in?: string[] | null;
1659 provider_lt?: string | null;
1660 provider_lte?: string | null;
1661 provider_gt?: string | null;
1662 provider_gte?: string | null;
1663 provider_contains?: string | null;
1664 provider_not_contains?: string | null;
1665 provider_starts_with?: string | null;
1666 provider_not_starts_with?: string | null;
1667 provider_ends_with?: string | null;
1668 provider_not_ends_with?: string | null;
1669 domain?: string | null;
1670 domain_not?: string | null;
1671 domain_in?: string[] | null;
1672 domain_not_in?: string[] | null;
1673 domain_lt?: string | null;
1674 domain_lte?: string | null;
1675 domain_gt?: string | null;
1676 domain_gte?: string | null;
1677 domain_contains?: string | null;
1678 domain_not_contains?: string | null;
1679 domain_starts_with?: string | null;
1680 domain_not_starts_with?: string | null;
1681 domain_ends_with?: string | null;
1682 domain_not_ends_with?: string | null;
1683 messageCount?: number | null;
1684 messageCount_not?: number | null;
1685 messageCount_in?: number[] | null;
1686 messageCount_not_in?: number[] | null;
1687 messageCount_lt?: number | null;
1688 messageCount_lte?: number | null;
1689 messageCount_gt?: number | null;
1690 messageCount_gte?: number | null;
1691 emailDomain?: string | null;
1692 emailDomain_not?: string | null;
1693 emailDomain_in?: string[] | null;
1694 emailDomain_not_in?: string[] | null;
1695 emailDomain_lt?: string | null;
1696 emailDomain_lte?: string | null;
1697 emailDomain_gt?: string | null;
1698 emailDomain_gte?: string | null;
1699 emailDomain_contains?: string | null;
1700 emailDomain_not_contains?: string | null;
1701 emailDomain_starts_with?: string | null;
1702 emailDomain_not_starts_with?: string | null;
1703 emailDomain_ends_with?: string | null;
1704 emailDomain_not_ends_with?: string | null;
1705 orgs?: _OrgFilter | null;
1706 orgs_not?: _OrgFilter | null;
1707 orgs_in?: _OrgFilter | null;
1708 orgs_not_in?: _OrgFilter | null;
1709 orgs_some?: _OrgFilter | null;
1710 orgs_none?: _OrgFilter | null;
1711 orgs_single?: _OrgFilter | null;
1712 orgs_every?: _OrgFilter | null;
1713 providers?: _GitHubProviderFilter | null;
1714 providers_not?: _GitHubProviderFilter | null;
1715 providers_in?: _GitHubProviderFilter | null;
1716 providers_not_in?: _GitHubProviderFilter | null;
1717 providers_some?: _GitHubProviderFilter | null;
1718 providers_none?: _GitHubProviderFilter | null;
1719 providers_single?: _GitHubProviderFilter | null;
1720 providers_every?: _GitHubProviderFilter | null;
1721 scmProviders?: _SCMProviderFilter | null;
1722 scmProviders_not?: _SCMProviderFilter | null;
1723 scmProviders_in?: _SCMProviderFilter | null;
1724 scmProviders_not_in?: _SCMProviderFilter | null;
1725 scmProviders_some?: _SCMProviderFilter | null;
1726 scmProviders_none?: _SCMProviderFilter | null;
1727 scmProviders_single?: _SCMProviderFilter | null;
1728 scmProviders_every?: _SCMProviderFilter | null;
1729 channels?: _ChatChannelFilter | null;
1730 channels_not?: _ChatChannelFilter | null;
1731 channels_in?: _ChatChannelFilter | null;
1732 channels_not_in?: _ChatChannelFilter | null;
1733 channels_some?: _ChatChannelFilter | null;
1734 channels_none?: _ChatChannelFilter | null;
1735 channels_single?: _ChatChannelFilter | null;
1736 channels_every?: _ChatChannelFilter | null;
1737 members?: _ChatIdFilter | null;
1738 members_not?: _ChatIdFilter | null;
1739 members_in?: _ChatIdFilter | null;
1740 members_not_in?: _ChatIdFilter | null;
1741 members_some?: _ChatIdFilter | null;
1742 members_none?: _ChatIdFilter | null;
1743 members_single?: _ChatIdFilter | null;
1744 members_every?: _ChatIdFilter | null;
1745 team?: _TeamFilter | null;
1746 team_not?: _TeamFilter | null;
1747 team_in?: _TeamFilter | null;
1748 team_not_in?: _TeamFilter | null;
1749}
1750export interface _ChannelLinkFilter {
1751 AND?: _ChannelLinkFilter[] | null;
1752 OR?: _ChannelLinkFilter[] | null;
1753 atmTeamId?: string | null;
1754 atmTeamId_not?: string | null;
1755 atmTeamId_in?: string[] | null;
1756 atmTeamId_not_in?: string[] | null;
1757 atmTeamId_lt?: string | null;
1758 atmTeamId_lte?: string | null;
1759 atmTeamId_gt?: string | null;
1760 atmTeamId_gte?: string | null;
1761 atmTeamId_contains?: string | null;
1762 atmTeamId_not_contains?: string | null;
1763 atmTeamId_starts_with?: string | null;
1764 atmTeamId_not_starts_with?: string | null;
1765 atmTeamId_ends_with?: string | null;
1766 atmTeamId_not_ends_with?: string | null;
1767 id?: string | null;
1768 id_not?: string | null;
1769 id_in?: string[] | null;
1770 id_not_in?: string[] | null;
1771 id_lt?: string | null;
1772 id_lte?: string | null;
1773 id_gt?: string | null;
1774 id_gte?: string | null;
1775 id_contains?: string | null;
1776 id_not_contains?: string | null;
1777 id_starts_with?: string | null;
1778 id_not_starts_with?: string | null;
1779 id_ends_with?: string | null;
1780 id_not_ends_with?: string | null;
1781 channel?: _ChatChannelFilter | null;
1782 channel_not?: _ChatChannelFilter | null;
1783 channel_in?: _ChatChannelFilter | null;
1784 channel_not_in?: _ChatChannelFilter | null;
1785 repo?: _RepoFilter | null;
1786 repo_not?: _RepoFilter | null;
1787 repo_in?: _RepoFilter | null;
1788 repo_not_in?: _RepoFilter | null;
1789}
1790export interface _PullRequestFilter {
1791 AND?: _PullRequestFilter[] | null;
1792 OR?: _PullRequestFilter[] | null;
1793 atmTeamId?: string | null;
1794 atmTeamId_not?: string | null;
1795 atmTeamId_in?: string[] | null;
1796 atmTeamId_not_in?: string[] | null;
1797 atmTeamId_lt?: string | null;
1798 atmTeamId_lte?: string | null;
1799 atmTeamId_gt?: string | null;
1800 atmTeamId_gte?: string | null;
1801 atmTeamId_contains?: string | null;
1802 atmTeamId_not_contains?: string | null;
1803 atmTeamId_starts_with?: string | null;
1804 atmTeamId_not_starts_with?: string | null;
1805 atmTeamId_ends_with?: string | null;
1806 atmTeamId_not_ends_with?: string | null;
1807 id?: string | null;
1808 id_not?: string | null;
1809 id_in?: string[] | null;
1810 id_not_in?: string[] | null;
1811 id_lt?: string | null;
1812 id_lte?: string | null;
1813 id_gt?: string | null;
1814 id_gte?: string | null;
1815 id_contains?: string | null;
1816 id_not_contains?: string | null;
1817 id_starts_with?: string | null;
1818 id_not_starts_with?: string | null;
1819 id_ends_with?: string | null;
1820 id_not_ends_with?: string | null;
1821 number?: number | null;
1822 number_not?: number | null;
1823 number_in?: number[] | null;
1824 number_not_in?: number[] | null;
1825 number_lt?: number | null;
1826 number_lte?: number | null;
1827 number_gt?: number | null;
1828 number_gte?: number | null;
1829 prId?: string | null;
1830 prId_not?: string | null;
1831 prId_in?: string[] | null;
1832 prId_not_in?: string[] | null;
1833 prId_lt?: string | null;
1834 prId_lte?: string | null;
1835 prId_gt?: string | null;
1836 prId_gte?: string | null;
1837 prId_contains?: string | null;
1838 prId_not_contains?: string | null;
1839 prId_starts_with?: string | null;
1840 prId_not_starts_with?: string | null;
1841 prId_ends_with?: string | null;
1842 prId_not_ends_with?: string | null;
1843 name?: string | null;
1844 name_not?: string | null;
1845 name_in?: string[] | null;
1846 name_not_in?: string[] | null;
1847 name_lt?: string | null;
1848 name_lte?: string | null;
1849 name_gt?: string | null;
1850 name_gte?: string | null;
1851 name_contains?: string | null;
1852 name_not_contains?: string | null;
1853 name_starts_with?: string | null;
1854 name_not_starts_with?: string | null;
1855 name_ends_with?: string | null;
1856 name_not_ends_with?: string | null;
1857 body?: string | null;
1858 body_not?: string | null;
1859 body_in?: string[] | null;
1860 body_not_in?: string[] | null;
1861 body_lt?: string | null;
1862 body_lte?: string | null;
1863 body_gt?: string | null;
1864 body_gte?: string | null;
1865 body_contains?: string | null;
1866 body_not_contains?: string | null;
1867 body_starts_with?: string | null;
1868 body_not_starts_with?: string | null;
1869 body_ends_with?: string | null;
1870 body_not_ends_with?: string | null;
1871 state?: string | null;
1872 state_not?: string | null;
1873 state_in?: string[] | null;
1874 state_not_in?: string[] | null;
1875 state_lt?: string | null;
1876 state_lte?: string | null;
1877 state_gt?: string | null;
1878 state_gte?: string | null;
1879 state_contains?: string | null;
1880 state_not_contains?: string | null;
1881 state_starts_with?: string | null;
1882 state_not_starts_with?: string | null;
1883 state_ends_with?: string | null;
1884 state_not_ends_with?: string | null;
1885 merged?: boolean | null;
1886 merged_not?: boolean | null;
1887 timestamp?: string | null;
1888 timestamp_not?: string | null;
1889 timestamp_in?: string[] | null;
1890 timestamp_not_in?: string[] | null;
1891 timestamp_lt?: string | null;
1892 timestamp_lte?: string | null;
1893 timestamp_gt?: string | null;
1894 timestamp_gte?: string | null;
1895 timestamp_contains?: string | null;
1896 timestamp_not_contains?: string | null;
1897 timestamp_starts_with?: string | null;
1898 timestamp_not_starts_with?: string | null;
1899 timestamp_ends_with?: string | null;
1900 timestamp_not_ends_with?: string | null;
1901 baseBranchName?: string | null;
1902 baseBranchName_not?: string | null;
1903 baseBranchName_in?: string[] | null;
1904 baseBranchName_not_in?: string[] | null;
1905 baseBranchName_lt?: string | null;
1906 baseBranchName_lte?: string | null;
1907 baseBranchName_gt?: string | null;
1908 baseBranchName_gte?: string | null;
1909 baseBranchName_contains?: string | null;
1910 baseBranchName_not_contains?: string | null;
1911 baseBranchName_starts_with?: string | null;
1912 baseBranchName_not_starts_with?: string | null;
1913 baseBranchName_ends_with?: string | null;
1914 baseBranchName_not_ends_with?: string | null;
1915 branchName?: string | null;
1916 branchName_not?: string | null;
1917 branchName_in?: string[] | null;
1918 branchName_not_in?: string[] | null;
1919 branchName_lt?: string | null;
1920 branchName_lte?: string | null;
1921 branchName_gt?: string | null;
1922 branchName_gte?: string | null;
1923 branchName_contains?: string | null;
1924 branchName_not_contains?: string | null;
1925 branchName_starts_with?: string | null;
1926 branchName_not_starts_with?: string | null;
1927 branchName_ends_with?: string | null;
1928 branchName_not_ends_with?: string | null;
1929 title?: string | null;
1930 title_not?: string | null;
1931 title_in?: string[] | null;
1932 title_not_in?: string[] | null;
1933 title_lt?: string | null;
1934 title_lte?: string | null;
1935 title_gt?: string | null;
1936 title_gte?: string | null;
1937 title_contains?: string | null;
1938 title_not_contains?: string | null;
1939 title_starts_with?: string | null;
1940 title_not_starts_with?: string | null;
1941 title_ends_with?: string | null;
1942 title_not_ends_with?: string | null;
1943 createdAt?: string | null;
1944 createdAt_not?: string | null;
1945 createdAt_in?: string[] | null;
1946 createdAt_not_in?: string[] | null;
1947 createdAt_lt?: string | null;
1948 createdAt_lte?: string | null;
1949 createdAt_gt?: string | null;
1950 createdAt_gte?: string | null;
1951 createdAt_contains?: string | null;
1952 createdAt_not_contains?: string | null;
1953 createdAt_starts_with?: string | null;
1954 createdAt_not_starts_with?: string | null;
1955 createdAt_ends_with?: string | null;
1956 createdAt_not_ends_with?: string | null;
1957 updatedAt?: string | null;
1958 updatedAt_not?: string | null;
1959 updatedAt_in?: string[] | null;
1960 updatedAt_not_in?: string[] | null;
1961 updatedAt_lt?: string | null;
1962 updatedAt_lte?: string | null;
1963 updatedAt_gt?: string | null;
1964 updatedAt_gte?: string | null;
1965 updatedAt_contains?: string | null;
1966 updatedAt_not_contains?: string | null;
1967 updatedAt_starts_with?: string | null;
1968 updatedAt_not_starts_with?: string | null;
1969 updatedAt_ends_with?: string | null;
1970 updatedAt_not_ends_with?: string | null;
1971 closedAt?: string | null;
1972 closedAt_not?: string | null;
1973 closedAt_in?: string[] | null;
1974 closedAt_not_in?: string[] | null;
1975 closedAt_lt?: string | null;
1976 closedAt_lte?: string | null;
1977 closedAt_gt?: string | null;
1978 closedAt_gte?: string | null;
1979 closedAt_contains?: string | null;
1980 closedAt_not_contains?: string | null;
1981 closedAt_starts_with?: string | null;
1982 closedAt_not_starts_with?: string | null;
1983 closedAt_ends_with?: string | null;
1984 closedAt_not_ends_with?: string | null;
1985 mergedAt?: string | null;
1986 mergedAt_not?: string | null;
1987 mergedAt_in?: string[] | null;
1988 mergedAt_not_in?: string[] | null;
1989 mergedAt_lt?: string | null;
1990 mergedAt_lte?: string | null;
1991 mergedAt_gt?: string | null;
1992 mergedAt_gte?: string | null;
1993 mergedAt_contains?: string | null;
1994 mergedAt_not_contains?: string | null;
1995 mergedAt_starts_with?: string | null;
1996 mergedAt_not_starts_with?: string | null;
1997 mergedAt_ends_with?: string | null;
1998 mergedAt_not_ends_with?: string | null;
1999 mergeStatus?: MergeStatus | null;
2000 mergeStatus_not?: MergeStatus | null;
2001 mergeStatus_in?: MergeStatus[] | null;
2002 mergeStatus_not_in?: MergeStatus[] | null;
2003 repo?: _RepoFilter | null;
2004 repo_not?: _RepoFilter | null;
2005 repo_in?: _RepoFilter | null;
2006 repo_not_in?: _RepoFilter | null;
2007 head?: _CommitFilter | null;
2008 head_not?: _CommitFilter | null;
2009 head_in?: _CommitFilter | null;
2010 head_not_in?: _CommitFilter | null;
2011 base?: _CommitFilter | null;
2012 base_not?: _CommitFilter | null;
2013 base_in?: _CommitFilter | null;
2014 base_not_in?: _CommitFilter | null;
2015 mergeCommit?: _CommitFilter | null;
2016 mergeCommit_not?: _CommitFilter | null;
2017 mergeCommit_in?: _CommitFilter | null;
2018 mergeCommit_not_in?: _CommitFilter | null;
2019 author?: _SCMIdFilter | null;
2020 author_not?: _SCMIdFilter | null;
2021 author_in?: _SCMIdFilter | null;
2022 author_not_in?: _SCMIdFilter | null;
2023 merger?: _SCMIdFilter | null;
2024 merger_not?: _SCMIdFilter | null;
2025 merger_in?: _SCMIdFilter | null;
2026 merger_not_in?: _SCMIdFilter | null;
2027 assignees?: _SCMIdFilter | null;
2028 assignees_not?: _SCMIdFilter | null;
2029 assignees_in?: _SCMIdFilter | null;
2030 assignees_not_in?: _SCMIdFilter | null;
2031 assignees_some?: _SCMIdFilter | null;
2032 assignees_none?: _SCMIdFilter | null;
2033 assignees_single?: _SCMIdFilter | null;
2034 assignees_every?: _SCMIdFilter | null;
2035 commits?: _CommitFilter | null;
2036 commits_not?: _CommitFilter | null;
2037 commits_in?: _CommitFilter | null;
2038 commits_not_in?: _CommitFilter | null;
2039 commits_some?: _CommitFilter | null;
2040 commits_none?: _CommitFilter | null;
2041 commits_single?: _CommitFilter | null;
2042 commits_every?: _CommitFilter | null;
2043 branch?: _BranchFilter | null;
2044 branch_not?: _BranchFilter | null;
2045 branch_in?: _BranchFilter | null;
2046 branch_not_in?: _BranchFilter | null;
2047 sourceBranch?: _BranchFilter | null;
2048 sourceBranch_not?: _BranchFilter | null;
2049 sourceBranch_in?: _BranchFilter | null;
2050 sourceBranch_not_in?: _BranchFilter | null;
2051 destinationBranch?: _BranchFilter | null;
2052 destinationBranch_not?: _BranchFilter | null;
2053 destinationBranch_in?: _BranchFilter | null;
2054 destinationBranch_not_in?: _BranchFilter | null;
2055 labels?: _LabelFilter | null;
2056 labels_not?: _LabelFilter | null;
2057 labels_in?: _LabelFilter | null;
2058 labels_not_in?: _LabelFilter | null;
2059 labels_some?: _LabelFilter | null;
2060 labels_none?: _LabelFilter | null;
2061 labels_single?: _LabelFilter | null;
2062 labels_every?: _LabelFilter | null;
2063 reviews?: _ReviewFilter | null;
2064 reviews_not?: _ReviewFilter | null;
2065 reviews_in?: _ReviewFilter | null;
2066 reviews_not_in?: _ReviewFilter | null;
2067 reviews_some?: _ReviewFilter | null;
2068 reviews_none?: _ReviewFilter | null;
2069 reviews_single?: _ReviewFilter | null;
2070 reviews_every?: _ReviewFilter | null;
2071 reviewers?: _SCMIdFilter | null;
2072 reviewers_not?: _SCMIdFilter | null;
2073 reviewers_in?: _SCMIdFilter | null;
2074 reviewers_not_in?: _SCMIdFilter | null;
2075 reviewers_some?: _SCMIdFilter | null;
2076 reviewers_none?: _SCMIdFilter | null;
2077 reviewers_single?: _SCMIdFilter | null;
2078 reviewers_every?: _SCMIdFilter | null;
2079 lastAssignedBy?: _SCMIdFilter | null;
2080 lastAssignedBy_not?: _SCMIdFilter | null;
2081 lastAssignedBy_in?: _SCMIdFilter | null;
2082 lastAssignedBy_not_in?: _SCMIdFilter | null;
2083 comments?: _CommentFilter | null;
2084 comments_not?: _CommentFilter | null;
2085 comments_in?: _CommentFilter | null;
2086 comments_not_in?: _CommentFilter | null;
2087 comments_some?: _CommentFilter | null;
2088 comments_none?: _CommentFilter | null;
2089 comments_single?: _CommentFilter | null;
2090 comments_every?: _CommentFilter | null;
2091 builds?: _BuildFilter | null;
2092 builds_not?: _BuildFilter | null;
2093 builds_in?: _BuildFilter | null;
2094 builds_not_in?: _BuildFilter | null;
2095 builds_some?: _BuildFilter | null;
2096 builds_none?: _BuildFilter | null;
2097 builds_single?: _BuildFilter | null;
2098 builds_every?: _BuildFilter | null;
2099}
2100export interface _CommitFilter {
2101 AND?: _CommitFilter[] | null;
2102 OR?: _CommitFilter[] | null;
2103 atmTeamId?: string | null;
2104 atmTeamId_not?: string | null;
2105 atmTeamId_in?: string[] | null;
2106 atmTeamId_not_in?: string[] | null;
2107 atmTeamId_lt?: string | null;
2108 atmTeamId_lte?: string | null;
2109 atmTeamId_gt?: string | null;
2110 atmTeamId_gte?: string | null;
2111 atmTeamId_contains?: string | null;
2112 atmTeamId_not_contains?: string | null;
2113 atmTeamId_starts_with?: string | null;
2114 atmTeamId_not_starts_with?: string | null;
2115 atmTeamId_ends_with?: string | null;
2116 atmTeamId_not_ends_with?: string | null;
2117 sha?: string | null;
2118 sha_not?: string | null;
2119 sha_in?: string[] | null;
2120 sha_not_in?: string[] | null;
2121 sha_lt?: string | null;
2122 sha_lte?: string | null;
2123 sha_gt?: string | null;
2124 sha_gte?: string | null;
2125 sha_contains?: string | null;
2126 sha_not_contains?: string | null;
2127 sha_starts_with?: string | null;
2128 sha_not_starts_with?: string | null;
2129 sha_ends_with?: string | null;
2130 sha_not_ends_with?: string | null;
2131 message?: string | null;
2132 message_not?: string | null;
2133 message_in?: string[] | null;
2134 message_not_in?: string[] | null;
2135 message_lt?: string | null;
2136 message_lte?: string | null;
2137 message_gt?: string | null;
2138 message_gte?: string | null;
2139 message_contains?: string | null;
2140 message_not_contains?: string | null;
2141 message_starts_with?: string | null;
2142 message_not_starts_with?: string | null;
2143 message_ends_with?: string | null;
2144 message_not_ends_with?: string | null;
2145 timestamp?: string | null;
2146 timestamp_not?: string | null;
2147 timestamp_in?: string[] | null;
2148 timestamp_not_in?: string[] | null;
2149 timestamp_lt?: string | null;
2150 timestamp_lte?: string | null;
2151 timestamp_gt?: string | null;
2152 timestamp_gte?: string | null;
2153 timestamp_contains?: string | null;
2154 timestamp_not_contains?: string | null;
2155 timestamp_starts_with?: string | null;
2156 timestamp_not_starts_with?: string | null;
2157 timestamp_ends_with?: string | null;
2158 timestamp_not_ends_with?: string | null;
2159 email?: _EmailFilter | null;
2160 email_not?: _EmailFilter | null;
2161 email_in?: _EmailFilter | null;
2162 email_not_in?: _EmailFilter | null;
2163 builds?: _BuildFilter | null;
2164 builds_not?: _BuildFilter | null;
2165 builds_in?: _BuildFilter | null;
2166 builds_not_in?: _BuildFilter | null;
2167 builds_some?: _BuildFilter | null;
2168 builds_none?: _BuildFilter | null;
2169 builds_single?: _BuildFilter | null;
2170 builds_every?: _BuildFilter | null;
2171 repo?: _RepoFilter | null;
2172 repo_not?: _RepoFilter | null;
2173 repo_in?: _RepoFilter | null;
2174 repo_not_in?: _RepoFilter | null;
2175 author?: _SCMIdFilter | null;
2176 author_not?: _SCMIdFilter | null;
2177 author_in?: _SCMIdFilter | null;
2178 author_not_in?: _SCMIdFilter | null;
2179 committer?: _SCMIdFilter | null;
2180 committer_not?: _SCMIdFilter | null;
2181 committer_in?: _SCMIdFilter | null;
2182 committer_not_in?: _SCMIdFilter | null;
2183 tags?: _TagFilter | null;
2184 tags_not?: _TagFilter | null;
2185 tags_in?: _TagFilter | null;
2186 tags_not_in?: _TagFilter | null;
2187 tags_some?: _TagFilter | null;
2188 tags_none?: _TagFilter | null;
2189 tags_single?: _TagFilter | null;
2190 tags_every?: _TagFilter | null;
2191 resolves?: _IssueFilter | null;
2192 resolves_not?: _IssueFilter | null;
2193 resolves_in?: _IssueFilter | null;
2194 resolves_not_in?: _IssueFilter | null;
2195 resolves_some?: _IssueFilter | null;
2196 resolves_none?: _IssueFilter | null;
2197 resolves_single?: _IssueFilter | null;
2198 resolves_every?: _IssueFilter | null;
2199 statuses?: _StatusFilter | null;
2200 statuses_not?: _StatusFilter | null;
2201 statuses_in?: _StatusFilter | null;
2202 statuses_not_in?: _StatusFilter | null;
2203 statuses_some?: _StatusFilter | null;
2204 statuses_none?: _StatusFilter | null;
2205 statuses_single?: _StatusFilter | null;
2206 statuses_every?: _StatusFilter | null;
2207 pushes?: _PushFilter | null;
2208 pushes_not?: _PushFilter | null;
2209 pushes_in?: _PushFilter | null;
2210 pushes_not_in?: _PushFilter | null;
2211 pushes_some?: _PushFilter | null;
2212 pushes_none?: _PushFilter | null;
2213 pushes_single?: _PushFilter | null;
2214 pushes_every?: _PushFilter | null;
2215 pullRequests?: _PullRequestFilter | null;
2216 pullRequests_not?: _PullRequestFilter | null;
2217 pullRequests_in?: _PullRequestFilter | null;
2218 pullRequests_not_in?: _PullRequestFilter | null;
2219 pullRequests_some?: _PullRequestFilter | null;
2220 pullRequests_none?: _PullRequestFilter | null;
2221 pullRequests_single?: _PullRequestFilter | null;
2222 pullRequests_every?: _PullRequestFilter | null;
2223 herokuApps?: _HerokuAppFilter | null;
2224 herokuApps_not?: _HerokuAppFilter | null;
2225 herokuApps_in?: _HerokuAppFilter | null;
2226 herokuApps_not_in?: _HerokuAppFilter | null;
2227 herokuApps_some?: _HerokuAppFilter | null;
2228 herokuApps_none?: _HerokuAppFilter | null;
2229 herokuApps_single?: _HerokuAppFilter | null;
2230 herokuApps_every?: _HerokuAppFilter | null;
2231 apps?: _ApplicationFilter | null;
2232 apps_not?: _ApplicationFilter | null;
2233 apps_in?: _ApplicationFilter | null;
2234 apps_not_in?: _ApplicationFilter | null;
2235 apps_some?: _ApplicationFilter | null;
2236 apps_none?: _ApplicationFilter | null;
2237 apps_single?: _ApplicationFilter | null;
2238 apps_every?: _ApplicationFilter | null;
2239 fingerprints?: _FingerprintFilter | null;
2240 fingerprints_not?: _FingerprintFilter | null;
2241 fingerprints_in?: _FingerprintFilter | null;
2242 fingerprints_not_in?: _FingerprintFilter | null;
2243 fingerprints_some?: _FingerprintFilter | null;
2244 fingerprints_none?: _FingerprintFilter | null;
2245 fingerprints_single?: _FingerprintFilter | null;
2246 fingerprints_every?: _FingerprintFilter | null;
2247 impact?: _ParentImpactFilter | null;
2248 impact_not?: _ParentImpactFilter | null;
2249 impact_in?: _ParentImpactFilter | null;
2250 impact_not_in?: _ParentImpactFilter | null;
2251 image?: _DockerImageFilter | null;
2252 image_not?: _DockerImageFilter | null;
2253 image_in?: _DockerImageFilter | null;
2254 image_not_in?: _DockerImageFilter | null;
2255 images?: _DockerImageFilter | null;
2256 images_not?: _DockerImageFilter | null;
2257 images_in?: _DockerImageFilter | null;
2258 images_not_in?: _DockerImageFilter | null;
2259 images_some?: _DockerImageFilter | null;
2260 images_none?: _DockerImageFilter | null;
2261 images_single?: _DockerImageFilter | null;
2262 images_every?: _DockerImageFilter | null;
2263}
2264export interface _BuildFilter {
2265 AND?: _BuildFilter[] | null;
2266 OR?: _BuildFilter[] | null;
2267 atmTeamId?: string | null;
2268 atmTeamId_not?: string | null;
2269 atmTeamId_in?: string[] | null;
2270 atmTeamId_not_in?: string[] | null;
2271 atmTeamId_lt?: string | null;
2272 atmTeamId_lte?: string | null;
2273 atmTeamId_gt?: string | null;
2274 atmTeamId_gte?: string | null;
2275 atmTeamId_contains?: string | null;
2276 atmTeamId_not_contains?: string | null;
2277 atmTeamId_starts_with?: string | null;
2278 atmTeamId_not_starts_with?: string | null;
2279 atmTeamId_ends_with?: string | null;
2280 atmTeamId_not_ends_with?: string | null;
2281 id?: string | null;
2282 id_not?: string | null;
2283 id_in?: string[] | null;
2284 id_not_in?: string[] | null;
2285 id_lt?: string | null;
2286 id_lte?: string | null;
2287 id_gt?: string | null;
2288 id_gte?: string | null;
2289 id_contains?: string | null;
2290 id_not_contains?: string | null;
2291 id_starts_with?: string | null;
2292 id_not_starts_with?: string | null;
2293 id_ends_with?: string | null;
2294 id_not_ends_with?: string | null;
2295 buildId?: string | null;
2296 buildId_not?: string | null;
2297 buildId_in?: string[] | null;
2298 buildId_not_in?: string[] | null;
2299 buildId_lt?: string | null;
2300 buildId_lte?: string | null;
2301 buildId_gt?: string | null;
2302 buildId_gte?: string | null;
2303 buildId_contains?: string | null;
2304 buildId_not_contains?: string | null;
2305 buildId_starts_with?: string | null;
2306 buildId_not_starts_with?: string | null;
2307 buildId_ends_with?: string | null;
2308 buildId_not_ends_with?: string | null;
2309 name?: string | null;
2310 name_not?: string | null;
2311 name_in?: string[] | null;
2312 name_not_in?: string[] | null;
2313 name_lt?: string | null;
2314 name_lte?: string | null;
2315 name_gt?: string | null;
2316 name_gte?: string | null;
2317 name_contains?: string | null;
2318 name_not_contains?: string | null;
2319 name_starts_with?: string | null;
2320 name_not_starts_with?: string | null;
2321 name_ends_with?: string | null;
2322 name_not_ends_with?: string | null;
2323 status?: BuildStatus | null;
2324 status_not?: BuildStatus | null;
2325 status_in?: BuildStatus[] | null;
2326 status_not_in?: BuildStatus[] | null;
2327 buildUrl?: string | null;
2328 buildUrl_not?: string | null;
2329 buildUrl_in?: string[] | null;
2330 buildUrl_not_in?: string[] | null;
2331 buildUrl_lt?: string | null;
2332 buildUrl_lte?: string | null;
2333 buildUrl_gt?: string | null;
2334 buildUrl_gte?: string | null;
2335 buildUrl_contains?: string | null;
2336 buildUrl_not_contains?: string | null;
2337 buildUrl_starts_with?: string | null;
2338 buildUrl_not_starts_with?: string | null;
2339 buildUrl_ends_with?: string | null;
2340 buildUrl_not_ends_with?: string | null;
2341 compareUrl?: string | null;
2342 compareUrl_not?: string | null;
2343 compareUrl_in?: string[] | null;
2344 compareUrl_not_in?: string[] | null;
2345 compareUrl_lt?: string | null;
2346 compareUrl_lte?: string | null;
2347 compareUrl_gt?: string | null;
2348 compareUrl_gte?: string | null;
2349 compareUrl_contains?: string | null;
2350 compareUrl_not_contains?: string | null;
2351 compareUrl_starts_with?: string | null;
2352 compareUrl_not_starts_with?: string | null;
2353 compareUrl_ends_with?: string | null;
2354 compareUrl_not_ends_with?: string | null;
2355 trigger?: BuildTrigger | null;
2356 trigger_not?: BuildTrigger | null;
2357 trigger_in?: BuildTrigger[] | null;
2358 trigger_not_in?: BuildTrigger[] | null;
2359 provider?: string | null;
2360 provider_not?: string | null;
2361 provider_in?: string[] | null;
2362 provider_not_in?: string[] | null;
2363 provider_lt?: string | null;
2364 provider_lte?: string | null;
2365 provider_gt?: string | null;
2366 provider_gte?: string | null;
2367 provider_contains?: string | null;
2368 provider_not_contains?: string | null;
2369 provider_starts_with?: string | null;
2370 provider_not_starts_with?: string | null;
2371 provider_ends_with?: string | null;
2372 provider_not_ends_with?: string | null;
2373 pullRequestNumber?: number | null;
2374 pullRequestNumber_not?: number | null;
2375 pullRequestNumber_in?: number[] | null;
2376 pullRequestNumber_not_in?: number[] | null;
2377 pullRequestNumber_lt?: number | null;
2378 pullRequestNumber_lte?: number | null;
2379 pullRequestNumber_gt?: number | null;
2380 pullRequestNumber_gte?: number | null;
2381 startedAt?: string | null;
2382 startedAt_not?: string | null;
2383 startedAt_in?: string[] | null;
2384 startedAt_not_in?: string[] | null;
2385 startedAt_lt?: string | null;
2386 startedAt_lte?: string | null;
2387 startedAt_gt?: string | null;
2388 startedAt_gte?: string | null;
2389 startedAt_contains?: string | null;
2390 startedAt_not_contains?: string | null;
2391 startedAt_starts_with?: string | null;
2392 startedAt_not_starts_with?: string | null;
2393 startedAt_ends_with?: string | null;
2394 startedAt_not_ends_with?: string | null;
2395 finishedAt?: string | null;
2396 finishedAt_not?: string | null;
2397 finishedAt_in?: string[] | null;
2398 finishedAt_not_in?: string[] | null;
2399 finishedAt_lt?: string | null;
2400 finishedAt_lte?: string | null;
2401 finishedAt_gt?: string | null;
2402 finishedAt_gte?: string | null;
2403 finishedAt_contains?: string | null;
2404 finishedAt_not_contains?: string | null;
2405 finishedAt_starts_with?: string | null;
2406 finishedAt_not_starts_with?: string | null;
2407 finishedAt_ends_with?: string | null;
2408 finishedAt_not_ends_with?: string | null;
2409 timestamp?: string | null;
2410 timestamp_not?: string | null;
2411 timestamp_in?: string[] | null;
2412 timestamp_not_in?: string[] | null;
2413 timestamp_lt?: string | null;
2414 timestamp_lte?: string | null;
2415 timestamp_gt?: string | null;
2416 timestamp_gte?: string | null;
2417 timestamp_contains?: string | null;
2418 timestamp_not_contains?: string | null;
2419 timestamp_starts_with?: string | null;
2420 timestamp_not_starts_with?: string | null;
2421 timestamp_ends_with?: string | null;
2422 timestamp_not_ends_with?: string | null;
2423 workflowId?: string | null;
2424 workflowId_not?: string | null;
2425 workflowId_in?: string[] | null;
2426 workflowId_not_in?: string[] | null;
2427 workflowId_lt?: string | null;
2428 workflowId_lte?: string | null;
2429 workflowId_gt?: string | null;
2430 workflowId_gte?: string | null;
2431 workflowId_contains?: string | null;
2432 workflowId_not_contains?: string | null;
2433 workflowId_starts_with?: string | null;
2434 workflowId_not_starts_with?: string | null;
2435 workflowId_ends_with?: string | null;
2436 workflowId_not_ends_with?: string | null;
2437 jobName?: string | null;
2438 jobName_not?: string | null;
2439 jobName_in?: string[] | null;
2440 jobName_not_in?: string[] | null;
2441 jobName_lt?: string | null;
2442 jobName_lte?: string | null;
2443 jobName_gt?: string | null;
2444 jobName_gte?: string | null;
2445 jobName_contains?: string | null;
2446 jobName_not_contains?: string | null;
2447 jobName_starts_with?: string | null;
2448 jobName_not_starts_with?: string | null;
2449 jobName_ends_with?: string | null;
2450 jobName_not_ends_with?: string | null;
2451 jobId?: string | null;
2452 jobId_not?: string | null;
2453 jobId_in?: string[] | null;
2454 jobId_not_in?: string[] | null;
2455 jobId_lt?: string | null;
2456 jobId_lte?: string | null;
2457 jobId_gt?: string | null;
2458 jobId_gte?: string | null;
2459 jobId_contains?: string | null;
2460 jobId_not_contains?: string | null;
2461 jobId_starts_with?: string | null;
2462 jobId_not_starts_with?: string | null;
2463 jobId_ends_with?: string | null;
2464 jobId_not_ends_with?: string | null;
2465 data?: string | null;
2466 data_not?: string | null;
2467 data_in?: string[] | null;
2468 data_not_in?: string[] | null;
2469 data_lt?: string | null;
2470 data_lte?: string | null;
2471 data_gt?: string | null;
2472 data_gte?: string | null;
2473 data_contains?: string | null;
2474 data_not_contains?: string | null;
2475 data_starts_with?: string | null;
2476 data_not_starts_with?: string | null;
2477 data_ends_with?: string | null;
2478 data_not_ends_with?: string | null;
2479 repo?: _RepoFilter | null;
2480 repo_not?: _RepoFilter | null;
2481 repo_in?: _RepoFilter | null;
2482 repo_not_in?: _RepoFilter | null;
2483 push?: _PushFilter | null;
2484 push_not?: _PushFilter | null;
2485 push_in?: _PushFilter | null;
2486 push_not_in?: _PushFilter | null;
2487 pullRequest?: _PullRequestFilter | null;
2488 pullRequest_not?: _PullRequestFilter | null;
2489 pullRequest_in?: _PullRequestFilter | null;
2490 pullRequest_not_in?: _PullRequestFilter | null;
2491 tag?: _TagFilter | null;
2492 tag_not?: _TagFilter | null;
2493 tag_in?: _TagFilter | null;
2494 tag_not_in?: _TagFilter | null;
2495 commit?: _CommitFilter | null;
2496 commit_not?: _CommitFilter | null;
2497 commit_in?: _CommitFilter | null;
2498 commit_not_in?: _CommitFilter | null;
2499 workflow?: _WorkflowFilter | null;
2500 workflow_not?: _WorkflowFilter | null;
2501 workflow_in?: _WorkflowFilter | null;
2502 workflow_not_in?: _WorkflowFilter | null;
2503}
2504export interface _PushFilter {
2505 AND?: _PushFilter[] | null;
2506 OR?: _PushFilter[] | null;
2507 atmTeamId?: string | null;
2508 atmTeamId_not?: string | null;
2509 atmTeamId_in?: string[] | null;
2510 atmTeamId_not_in?: string[] | null;
2511 atmTeamId_lt?: string | null;
2512 atmTeamId_lte?: string | null;
2513 atmTeamId_gt?: string | null;
2514 atmTeamId_gte?: string | null;
2515 atmTeamId_contains?: string | null;
2516 atmTeamId_not_contains?: string | null;
2517 atmTeamId_starts_with?: string | null;
2518 atmTeamId_not_starts_with?: string | null;
2519 atmTeamId_ends_with?: string | null;
2520 atmTeamId_not_ends_with?: string | null;
2521 id?: string | null;
2522 id_not?: string | null;
2523 id_in?: string[] | null;
2524 id_not_in?: string[] | null;
2525 id_lt?: string | null;
2526 id_lte?: string | null;
2527 id_gt?: string | null;
2528 id_gte?: string | null;
2529 id_contains?: string | null;
2530 id_not_contains?: string | null;
2531 id_starts_with?: string | null;
2532 id_not_starts_with?: string | null;
2533 id_ends_with?: string | null;
2534 id_not_ends_with?: string | null;
2535 timestamp?: string | null;
2536 timestamp_not?: string | null;
2537 timestamp_in?: string[] | null;
2538 timestamp_not_in?: string[] | null;
2539 timestamp_lt?: string | null;
2540 timestamp_lte?: string | null;
2541 timestamp_gt?: string | null;
2542 timestamp_gte?: string | null;
2543 timestamp_contains?: string | null;
2544 timestamp_not_contains?: string | null;
2545 timestamp_starts_with?: string | null;
2546 timestamp_not_starts_with?: string | null;
2547 timestamp_ends_with?: string | null;
2548 timestamp_not_ends_with?: string | null;
2549 branch?: string | null;
2550 branch_not?: string | null;
2551 branch_in?: string[] | null;
2552 branch_not_in?: string[] | null;
2553 branch_lt?: string | null;
2554 branch_lte?: string | null;
2555 branch_gt?: string | null;
2556 branch_gte?: string | null;
2557 branch_contains?: string | null;
2558 branch_not_contains?: string | null;
2559 branch_starts_with?: string | null;
2560 branch_not_starts_with?: string | null;
2561 branch_ends_with?: string | null;
2562 branch_not_ends_with?: string | null;
2563 after?: _CommitFilter | null;
2564 after_not?: _CommitFilter | null;
2565 after_in?: _CommitFilter | null;
2566 after_not_in?: _CommitFilter | null;
2567 before?: _CommitFilter | null;
2568 before_not?: _CommitFilter | null;
2569 before_in?: _CommitFilter | null;
2570 before_not_in?: _CommitFilter | null;
2571 commits?: _CommitFilter | null;
2572 commits_not?: _CommitFilter | null;
2573 commits_in?: _CommitFilter | null;
2574 commits_not_in?: _CommitFilter | null;
2575 commits_some?: _CommitFilter | null;
2576 commits_none?: _CommitFilter | null;
2577 commits_single?: _CommitFilter | null;
2578 commits_every?: _CommitFilter | null;
2579 repo?: _RepoFilter | null;
2580 repo_not?: _RepoFilter | null;
2581 repo_in?: _RepoFilter | null;
2582 repo_not_in?: _RepoFilter | null;
2583 builds?: _BuildFilter | null;
2584 builds_not?: _BuildFilter | null;
2585 builds_in?: _BuildFilter | null;
2586 builds_not_in?: _BuildFilter | null;
2587 builds_some?: _BuildFilter | null;
2588 builds_none?: _BuildFilter | null;
2589 builds_single?: _BuildFilter | null;
2590 builds_every?: _BuildFilter | null;
2591}
2592export interface _TagFilter {
2593 AND?: _TagFilter[] | null;
2594 OR?: _TagFilter[] | null;
2595 atmTeamId?: string | null;
2596 atmTeamId_not?: string | null;
2597 atmTeamId_in?: string[] | null;
2598 atmTeamId_not_in?: string[] | null;
2599 atmTeamId_lt?: string | null;
2600 atmTeamId_lte?: string | null;
2601 atmTeamId_gt?: string | null;
2602 atmTeamId_gte?: string | null;
2603 atmTeamId_contains?: string | null;
2604 atmTeamId_not_contains?: string | null;
2605 atmTeamId_starts_with?: string | null;
2606 atmTeamId_not_starts_with?: string | null;
2607 atmTeamId_ends_with?: string | null;
2608 atmTeamId_not_ends_with?: string | null;
2609 id?: string | null;
2610 id_not?: string | null;
2611 id_in?: string[] | null;
2612 id_not_in?: string[] | null;
2613 id_lt?: string | null;
2614 id_lte?: string | null;
2615 id_gt?: string | null;
2616 id_gte?: string | null;
2617 id_contains?: string | null;
2618 id_not_contains?: string | null;
2619 id_starts_with?: string | null;
2620 id_not_starts_with?: string | null;
2621 id_ends_with?: string | null;
2622 id_not_ends_with?: string | null;
2623 name?: string | null;
2624 name_not?: string | null;
2625 name_in?: string[] | null;
2626 name_not_in?: string[] | null;
2627 name_lt?: string | null;
2628 name_lte?: string | null;
2629 name_gt?: string | null;
2630 name_gte?: string | null;
2631 name_contains?: string | null;
2632 name_not_contains?: string | null;
2633 name_starts_with?: string | null;
2634 name_not_starts_with?: string | null;
2635 name_ends_with?: string | null;
2636 name_not_ends_with?: string | null;
2637 description?: string | null;
2638 description_not?: string | null;
2639 description_in?: string[] | null;
2640 description_not_in?: string[] | null;
2641 description_lt?: string | null;
2642 description_lte?: string | null;
2643 description_gt?: string | null;
2644 description_gte?: string | null;
2645 description_contains?: string | null;
2646 description_not_contains?: string | null;
2647 description_starts_with?: string | null;
2648 description_not_starts_with?: string | null;
2649 description_ends_with?: string | null;
2650 description_not_ends_with?: string | null;
2651 ref?: string | null;
2652 ref_not?: string | null;
2653 ref_in?: string[] | null;
2654 ref_not_in?: string[] | null;
2655 ref_lt?: string | null;
2656 ref_lte?: string | null;
2657 ref_gt?: string | null;
2658 ref_gte?: string | null;
2659 ref_contains?: string | null;
2660 ref_not_contains?: string | null;
2661 ref_starts_with?: string | null;
2662 ref_not_starts_with?: string | null;
2663 ref_ends_with?: string | null;
2664 ref_not_ends_with?: string | null;
2665 timestamp?: string | null;
2666 timestamp_not?: string | null;
2667 timestamp_in?: string[] | null;
2668 timestamp_not_in?: string[] | null;
2669 timestamp_lt?: string | null;
2670 timestamp_lte?: string | null;
2671 timestamp_gt?: string | null;
2672 timestamp_gte?: string | null;
2673 timestamp_contains?: string | null;
2674 timestamp_not_contains?: string | null;
2675 timestamp_starts_with?: string | null;
2676 timestamp_not_starts_with?: string | null;
2677 timestamp_ends_with?: string | null;
2678 timestamp_not_ends_with?: string | null;
2679 release?: _ReleaseFilter | null;
2680 release_not?: _ReleaseFilter | null;
2681 release_in?: _ReleaseFilter | null;
2682 release_not_in?: _ReleaseFilter | null;
2683 commit?: _CommitFilter | null;
2684 commit_not?: _CommitFilter | null;
2685 commit_in?: _CommitFilter | null;
2686 commit_not_in?: _CommitFilter | null;
2687 containers?: _DockerImageFilter | null;
2688 containers_not?: _DockerImageFilter | null;
2689 containers_in?: _DockerImageFilter | null;
2690 containers_not_in?: _DockerImageFilter | null;
2691 containers_some?: _DockerImageFilter | null;
2692 containers_none?: _DockerImageFilter | null;
2693 containers_single?: _DockerImageFilter | null;
2694 containers_every?: _DockerImageFilter | null;
2695 builds?: _BuildFilter | null;
2696 builds_not?: _BuildFilter | null;
2697 builds_in?: _BuildFilter | null;
2698 builds_not_in?: _BuildFilter | null;
2699 builds_some?: _BuildFilter | null;
2700 builds_none?: _BuildFilter | null;
2701 builds_single?: _BuildFilter | null;
2702 builds_every?: _BuildFilter | null;
2703}
2704export interface _ReleaseFilter {
2705 AND?: _ReleaseFilter[] | null;
2706 OR?: _ReleaseFilter[] | null;
2707 atmTeamId?: string | null;
2708 atmTeamId_not?: string | null;
2709 atmTeamId_in?: string[] | null;
2710 atmTeamId_not_in?: string[] | null;
2711 atmTeamId_lt?: string | null;
2712 atmTeamId_lte?: string | null;
2713 atmTeamId_gt?: string | null;
2714 atmTeamId_gte?: string | null;
2715 atmTeamId_contains?: string | null;
2716 atmTeamId_not_contains?: string | null;
2717 atmTeamId_starts_with?: string | null;
2718 atmTeamId_not_starts_with?: string | null;
2719 atmTeamId_ends_with?: string | null;
2720 atmTeamId_not_ends_with?: string | null;
2721 id?: string | null;
2722 id_not?: string | null;
2723 id_in?: string[] | null;
2724 id_not_in?: string[] | null;
2725 id_lt?: string | null;
2726 id_lte?: string | null;
2727 id_gt?: string | null;
2728 id_gte?: string | null;
2729 id_contains?: string | null;
2730 id_not_contains?: string | null;
2731 id_starts_with?: string | null;
2732 id_not_starts_with?: string | null;
2733 id_ends_with?: string | null;
2734 id_not_ends_with?: string | null;
2735 name?: string | null;
2736 name_not?: string | null;
2737 name_in?: string[] | null;
2738 name_not_in?: string[] | null;
2739 name_lt?: string | null;
2740 name_lte?: string | null;
2741 name_gt?: string | null;
2742 name_gte?: string | null;
2743 name_contains?: string | null;
2744 name_not_contains?: string | null;
2745 name_starts_with?: string | null;
2746 name_not_starts_with?: string | null;
2747 name_ends_with?: string | null;
2748 name_not_ends_with?: string | null;
2749 timestamp?: string | null;
2750 timestamp_not?: string | null;
2751 timestamp_in?: string[] | null;
2752 timestamp_not_in?: string[] | null;
2753 timestamp_lt?: string | null;
2754 timestamp_lte?: string | null;
2755 timestamp_gt?: string | null;
2756 timestamp_gte?: string | null;
2757 timestamp_contains?: string | null;
2758 timestamp_not_contains?: string | null;
2759 timestamp_starts_with?: string | null;
2760 timestamp_not_starts_with?: string | null;
2761 timestamp_ends_with?: string | null;
2762 timestamp_not_ends_with?: string | null;
2763 tag?: _TagFilter | null;
2764 tag_not?: _TagFilter | null;
2765 tag_in?: _TagFilter | null;
2766 tag_not_in?: _TagFilter | null;
2767}
2768export interface _DockerImageFilter {
2769 AND?: _DockerImageFilter[] | null;
2770 OR?: _DockerImageFilter[] | null;
2771 atmTeamId?: string | null;
2772 atmTeamId_not?: string | null;
2773 atmTeamId_in?: string[] | null;
2774 atmTeamId_not_in?: string[] | null;
2775 atmTeamId_lt?: string | null;
2776 atmTeamId_lte?: string | null;
2777 atmTeamId_gt?: string | null;
2778 atmTeamId_gte?: string | null;
2779 atmTeamId_contains?: string | null;
2780 atmTeamId_not_contains?: string | null;
2781 atmTeamId_starts_with?: string | null;
2782 atmTeamId_not_starts_with?: string | null;
2783 atmTeamId_ends_with?: string | null;
2784 atmTeamId_not_ends_with?: string | null;
2785 image?: string | null;
2786 image_not?: string | null;
2787 image_in?: string[] | null;
2788 image_not_in?: string[] | null;
2789 image_lt?: string | null;
2790 image_lte?: string | null;
2791 image_gt?: string | null;
2792 image_gte?: string | null;
2793 image_contains?: string | null;
2794 image_not_contains?: string | null;
2795 image_starts_with?: string | null;
2796 image_not_starts_with?: string | null;
2797 image_ends_with?: string | null;
2798 image_not_ends_with?: string | null;
2799 imageName?: string | null;
2800 imageName_not?: string | null;
2801 imageName_in?: string[] | null;
2802 imageName_not_in?: string[] | null;
2803 imageName_lt?: string | null;
2804 imageName_lte?: string | null;
2805 imageName_gt?: string | null;
2806 imageName_gte?: string | null;
2807 imageName_contains?: string | null;
2808 imageName_not_contains?: string | null;
2809 imageName_starts_with?: string | null;
2810 imageName_not_starts_with?: string | null;
2811 imageName_ends_with?: string | null;
2812 imageName_not_ends_with?: string | null;
2813 timestamp?: string | null;
2814 timestamp_not?: string | null;
2815 timestamp_in?: string[] | null;
2816 timestamp_not_in?: string[] | null;
2817 timestamp_lt?: string | null;
2818 timestamp_lte?: string | null;
2819 timestamp_gt?: string | null;
2820 timestamp_gte?: string | null;
2821 timestamp_contains?: string | null;
2822 timestamp_not_contains?: string | null;
2823 timestamp_starts_with?: string | null;
2824 timestamp_not_starts_with?: string | null;
2825 timestamp_ends_with?: string | null;
2826 timestamp_not_ends_with?: string | null;
2827 pods?: _K8PodFilter | null;
2828 pods_not?: _K8PodFilter | null;
2829 pods_in?: _K8PodFilter | null;
2830 pods_not_in?: _K8PodFilter | null;
2831 pods_some?: _K8PodFilter | null;
2832 pods_none?: _K8PodFilter | null;
2833 pods_single?: _K8PodFilter | null;
2834 pods_every?: _K8PodFilter | null;
2835 commits?: _CommitFilter | null;
2836 commits_not?: _CommitFilter | null;
2837 commits_in?: _CommitFilter | null;
2838 commits_not_in?: _CommitFilter | null;
2839 commits_some?: _CommitFilter | null;
2840 commits_none?: _CommitFilter | null;
2841 commits_single?: _CommitFilter | null;
2842 commits_every?: _CommitFilter | null;
2843 containers?: _K8ContainerFilter | null;
2844 containers_not?: _K8ContainerFilter | null;
2845 containers_in?: _K8ContainerFilter | null;
2846 containers_not_in?: _K8ContainerFilter | null;
2847 containers_some?: _K8ContainerFilter | null;
2848 containers_none?: _K8ContainerFilter | null;
2849 containers_single?: _K8ContainerFilter | null;
2850 containers_every?: _K8ContainerFilter | null;
2851}
2852export interface _K8PodFilter {
2853 AND?: _K8PodFilter[] | null;
2854 OR?: _K8PodFilter[] | null;
2855 atmTeamId?: string | null;
2856 atmTeamId_not?: string | null;
2857 atmTeamId_in?: string[] | null;
2858 atmTeamId_not_in?: string[] | null;
2859 atmTeamId_lt?: string | null;
2860 atmTeamId_lte?: string | null;
2861 atmTeamId_gt?: string | null;
2862 atmTeamId_gte?: string | null;
2863 atmTeamId_contains?: string | null;
2864 atmTeamId_not_contains?: string | null;
2865 atmTeamId_starts_with?: string | null;
2866 atmTeamId_not_starts_with?: string | null;
2867 atmTeamId_ends_with?: string | null;
2868 atmTeamId_not_ends_with?: string | null;
2869 name?: string | null;
2870 name_not?: string | null;
2871 name_in?: string[] | null;
2872 name_not_in?: string[] | null;
2873 name_lt?: string | null;
2874 name_lte?: string | null;
2875 name_gt?: string | null;
2876 name_gte?: string | null;
2877 name_contains?: string | null;
2878 name_not_contains?: string | null;
2879 name_starts_with?: string | null;
2880 name_not_starts_with?: string | null;
2881 name_ends_with?: string | null;
2882 name_not_ends_with?: string | null;
2883 phase?: string | null;
2884 phase_not?: string | null;
2885 phase_in?: string[] | null;
2886 phase_not_in?: string[] | null;
2887 phase_lt?: string | null;
2888 phase_lte?: string | null;
2889 phase_gt?: string | null;
2890 phase_gte?: string | null;
2891 phase_contains?: string | null;
2892 phase_not_contains?: string | null;
2893 phase_starts_with?: string | null;
2894 phase_not_starts_with?: string | null;
2895 phase_ends_with?: string | null;
2896 phase_not_ends_with?: string | null;
2897 environment?: string | null;
2898 environment_not?: string | null;
2899 environment_in?: string[] | null;
2900 environment_not_in?: string[] | null;
2901 environment_lt?: string | null;
2902 environment_lte?: string | null;
2903 environment_gt?: string | null;
2904 environment_gte?: string | null;
2905 environment_contains?: string | null;
2906 environment_not_contains?: string | null;
2907 environment_starts_with?: string | null;
2908 environment_not_starts_with?: string | null;
2909 environment_ends_with?: string | null;
2910 environment_not_ends_with?: string | null;
2911 timestamp?: string | null;
2912 timestamp_not?: string | null;
2913 timestamp_in?: string[] | null;
2914 timestamp_not_in?: string[] | null;
2915 timestamp_lt?: string | null;
2916 timestamp_lte?: string | null;
2917 timestamp_gt?: string | null;
2918 timestamp_gte?: string | null;
2919 timestamp_contains?: string | null;
2920 timestamp_not_contains?: string | null;
2921 timestamp_starts_with?: string | null;
2922 timestamp_not_starts_with?: string | null;
2923 timestamp_ends_with?: string | null;
2924 timestamp_not_ends_with?: string | null;
2925 baseName?: string | null;
2926 baseName_not?: string | null;
2927 baseName_in?: string[] | null;
2928 baseName_not_in?: string[] | null;
2929 baseName_lt?: string | null;
2930 baseName_lte?: string | null;
2931 baseName_gt?: string | null;
2932 baseName_gte?: string | null;
2933 baseName_contains?: string | null;
2934 baseName_not_contains?: string | null;
2935 baseName_starts_with?: string | null;
2936 baseName_not_starts_with?: string | null;
2937 baseName_ends_with?: string | null;
2938 baseName_not_ends_with?: string | null;
2939 namespace?: string | null;
2940 namespace_not?: string | null;
2941 namespace_in?: string[] | null;
2942 namespace_not_in?: string[] | null;
2943 namespace_lt?: string | null;
2944 namespace_lte?: string | null;
2945 namespace_gt?: string | null;
2946 namespace_gte?: string | null;
2947 namespace_contains?: string | null;
2948 namespace_not_contains?: string | null;
2949 namespace_starts_with?: string | null;
2950 namespace_not_starts_with?: string | null;
2951 namespace_ends_with?: string | null;
2952 namespace_not_ends_with?: string | null;
2953 statusJSON?: string | null;
2954 statusJSON_not?: string | null;
2955 statusJSON_in?: string[] | null;
2956 statusJSON_not_in?: string[] | null;
2957 statusJSON_lt?: string | null;
2958 statusJSON_lte?: string | null;
2959 statusJSON_gt?: string | null;
2960 statusJSON_gte?: string | null;
2961 statusJSON_contains?: string | null;
2962 statusJSON_not_contains?: string | null;
2963 statusJSON_starts_with?: string | null;
2964 statusJSON_not_starts_with?: string | null;
2965 statusJSON_ends_with?: string | null;
2966 statusJSON_not_ends_with?: string | null;
2967 host?: string | null;
2968 host_not?: string | null;
2969 host_in?: string[] | null;
2970 host_not_in?: string[] | null;
2971 host_lt?: string | null;
2972 host_lte?: string | null;
2973 host_gt?: string | null;
2974 host_gte?: string | null;
2975 host_contains?: string | null;
2976 host_not_contains?: string | null;
2977 host_starts_with?: string | null;
2978 host_not_starts_with?: string | null;
2979 host_ends_with?: string | null;
2980 host_not_ends_with?: string | null;
2981 state?: string | null;
2982 state_not?: string | null;
2983 state_in?: string[] | null;
2984 state_not_in?: string[] | null;
2985 state_lt?: string | null;
2986 state_lte?: string | null;
2987 state_gt?: string | null;
2988 state_gte?: string | null;
2989 state_contains?: string | null;
2990 state_not_contains?: string | null;
2991 state_starts_with?: string | null;
2992 state_not_starts_with?: string | null;
2993 state_ends_with?: string | null;
2994 state_not_ends_with?: string | null;
2995 specsJSON?: string | null;
2996 specsJSON_not?: string | null;
2997 specsJSON_in?: string[] | null;
2998 specsJSON_not_in?: string[] | null;
2999 specsJSON_lt?: string | null;
3000 specsJSON_lte?: string | null;
3001 specsJSON_gt?: string | null;
3002 specsJSON_gte?: string | null;
3003 specsJSON_contains?: string | null;
3004 specsJSON_not_contains?: string | null;
3005 specsJSON_starts_with?: string | null;
3006 specsJSON_not_starts_with?: string | null;
3007 specsJSON_ends_with?: string | null;
3008 specsJSON_not_ends_with?: string | null;
3009 envJSON?: string | null;
3010 envJSON_not?: string | null;
3011 envJSON_in?: string[] | null;
3012 envJSON_not_in?: string[] | null;
3013 envJSON_lt?: string | null;
3014 envJSON_lte?: string | null;
3015 envJSON_gt?: string | null;
3016 envJSON_gte?: string | null;
3017 envJSON_contains?: string | null;
3018 envJSON_not_contains?: string | null;
3019 envJSON_starts_with?: string | null;
3020 envJSON_not_starts_with?: string | null;
3021 envJSON_ends_with?: string | null;
3022 envJSON_not_ends_with?: string | null;
3023 metadataJSON?: string | null;
3024 metadataJSON_not?: string | null;
3025 metadataJSON_in?: string[] | null;
3026 metadataJSON_not_in?: string[] | null;
3027 metadataJSON_lt?: string | null;
3028 metadataJSON_lte?: string | null;
3029 metadataJSON_gt?: string | null;
3030 metadataJSON_gte?: string | null;
3031 metadataJSON_contains?: string | null;
3032 metadataJSON_not_contains?: string | null;
3033 metadataJSON_starts_with?: string | null;
3034 metadataJSON_not_starts_with?: string | null;
3035 metadataJSON_ends_with?: string | null;
3036 metadataJSON_not_ends_with?: string | null;
3037 containersCrashLoopBackOff?: boolean | null;
3038 containersCrashLoopBackOff_not?: boolean | null;
3039 resourceVersion?: number | null;
3040 resourceVersion_not?: number | null;
3041 resourceVersion_in?: number[] | null;
3042 resourceVersion_not_in?: number[] | null;
3043 resourceVersion_lt?: number | null;
3044 resourceVersion_lte?: number | null;
3045 resourceVersion_gt?: number | null;
3046 resourceVersion_gte?: number | null;
3047 images?: _DockerImageFilter | null;
3048 images_not?: _DockerImageFilter | null;
3049 images_in?: _DockerImageFilter | null;
3050 images_not_in?: _DockerImageFilter | null;
3051 images_some?: _DockerImageFilter | null;
3052 images_none?: _DockerImageFilter | null;
3053 images_single?: _DockerImageFilter | null;
3054 images_every?: _DockerImageFilter | null;
3055 containers?: _K8ContainerFilter | null;
3056 containers_not?: _K8ContainerFilter | null;
3057 containers_in?: _K8ContainerFilter | null;
3058 containers_not_in?: _K8ContainerFilter | null;
3059 containers_some?: _K8ContainerFilter | null;
3060 containers_none?: _K8ContainerFilter | null;
3061 containers_single?: _K8ContainerFilter | null;
3062 containers_every?: _K8ContainerFilter | null;
3063}
3064export interface _K8ContainerFilter {
3065 AND?: _K8ContainerFilter[] | null;
3066 OR?: _K8ContainerFilter[] | null;
3067 atmTeamId?: string | null;
3068 atmTeamId_not?: string | null;
3069 atmTeamId_in?: string[] | null;
3070 atmTeamId_not_in?: string[] | null;
3071 atmTeamId_lt?: string | null;
3072 atmTeamId_lte?: string | null;
3073 atmTeamId_gt?: string | null;
3074 atmTeamId_gte?: string | null;
3075 atmTeamId_contains?: string | null;
3076 atmTeamId_not_contains?: string | null;
3077 atmTeamId_starts_with?: string | null;
3078 atmTeamId_not_starts_with?: string | null;
3079 atmTeamId_ends_with?: string | null;
3080 atmTeamId_not_ends_with?: string | null;
3081 name?: string | null;
3082 name_not?: string | null;
3083 name_in?: string[] | null;
3084 name_not_in?: string[] | null;
3085 name_lt?: string | null;
3086 name_lte?: string | null;
3087 name_gt?: string | null;
3088 name_gte?: string | null;
3089 name_contains?: string | null;
3090 name_not_contains?: string | null;
3091 name_starts_with?: string | null;
3092 name_not_starts_with?: string | null;
3093 name_ends_with?: string | null;
3094 name_not_ends_with?: string | null;
3095 imageName?: string | null;
3096 imageName_not?: string | null;
3097 imageName_in?: string[] | null;
3098 imageName_not_in?: string[] | null;
3099 imageName_lt?: string | null;
3100 imageName_lte?: string | null;
3101 imageName_gt?: string | null;
3102 imageName_gte?: string | null;
3103 imageName_contains?: string | null;
3104 imageName_not_contains?: string | null;
3105 imageName_starts_with?: string | null;
3106 imageName_not_starts_with?: string | null;
3107 imageName_ends_with?: string | null;
3108 imageName_not_ends_with?: string | null;
3109 timestamp?: string | null;
3110 timestamp_not?: string | null;
3111 timestamp_in?: string[] | null;
3112 timestamp_not_in?: string[] | null;
3113 timestamp_lt?: string | null;
3114 timestamp_lte?: string | null;
3115 timestamp_gt?: string | null;
3116 timestamp_gte?: string | null;
3117 timestamp_contains?: string | null;
3118 timestamp_not_contains?: string | null;
3119 timestamp_starts_with?: string | null;
3120 timestamp_not_starts_with?: string | null;
3121 timestamp_ends_with?: string | null;
3122 timestamp_not_ends_with?: string | null;
3123 environment?: string | null;
3124 environment_not?: string | null;
3125 environment_in?: string[] | null;
3126 environment_not_in?: string[] | null;
3127 environment_lt?: string | null;
3128 environment_lte?: string | null;
3129 environment_gt?: string | null;
3130 environment_gte?: string | null;
3131 environment_contains?: string | null;
3132 environment_not_contains?: string | null;
3133 environment_starts_with?: string | null;
3134 environment_not_starts_with?: string | null;
3135 environment_ends_with?: string | null;
3136 environment_not_ends_with?: string | null;
3137 containerJSON?: string | null;
3138 containerJSON_not?: string | null;
3139 containerJSON_in?: string[] | null;
3140 containerJSON_not_in?: string[] | null;
3141 containerJSON_lt?: string | null;
3142 containerJSON_lte?: string | null;
3143 containerJSON_gt?: string | null;
3144 containerJSON_gte?: string | null;
3145 containerJSON_contains?: string | null;
3146 containerJSON_not_contains?: string | null;
3147 containerJSON_starts_with?: string | null;
3148 containerJSON_not_starts_with?: string | null;
3149 containerJSON_ends_with?: string | null;
3150 containerJSON_not_ends_with?: string | null;
3151 state?: string | null;
3152 state_not?: string | null;
3153 state_in?: string[] | null;
3154 state_not_in?: string[] | null;
3155 state_lt?: string | null;
3156 state_lte?: string | null;
3157 state_gt?: string | null;
3158 state_gte?: string | null;
3159 state_contains?: string | null;
3160 state_not_contains?: string | null;
3161 state_starts_with?: string | null;
3162 state_not_starts_with?: string | null;
3163 state_ends_with?: string | null;
3164 state_not_ends_with?: string | null;
3165 stateReason?: string | null;
3166 stateReason_not?: string | null;
3167 stateReason_in?: string[] | null;
3168 stateReason_not_in?: string[] | null;
3169 stateReason_lt?: string | null;
3170 stateReason_lte?: string | null;
3171 stateReason_gt?: string | null;
3172 stateReason_gte?: string | null;
3173 stateReason_contains?: string | null;
3174 stateReason_not_contains?: string | null;
3175 stateReason_starts_with?: string | null;
3176 stateReason_not_starts_with?: string | null;
3177 stateReason_ends_with?: string | null;
3178 stateReason_not_ends_with?: string | null;
3179 ready?: boolean | null;
3180 ready_not?: boolean | null;
3181 restartCount?: number | null;
3182 restartCount_not?: number | null;
3183 restartCount_in?: number[] | null;
3184 restartCount_not_in?: number[] | null;
3185 restartCount_lt?: number | null;
3186 restartCount_lte?: number | null;
3187 restartCount_gt?: number | null;
3188 restartCount_gte?: number | null;
3189 statusJSON?: string | null;
3190 statusJSON_not?: string | null;
3191 statusJSON_in?: string[] | null;
3192 statusJSON_not_in?: string[] | null;
3193 statusJSON_lt?: string | null;
3194 statusJSON_lte?: string | null;
3195 statusJSON_gt?: string | null;
3196 statusJSON_gte?: string | null;
3197 statusJSON_contains?: string | null;
3198 statusJSON_not_contains?: string | null;
3199 statusJSON_starts_with?: string | null;
3200 statusJSON_not_starts_with?: string | null;
3201 statusJSON_ends_with?: string | null;
3202 statusJSON_not_ends_with?: string | null;
3203 resourceVersion?: number | null;
3204 resourceVersion_not?: number | null;
3205 resourceVersion_in?: number[] | null;
3206 resourceVersion_not_in?: number[] | null;
3207 resourceVersion_lt?: number | null;
3208 resourceVersion_lte?: number | null;
3209 resourceVersion_gt?: number | null;
3210 resourceVersion_gte?: number | null;
3211 containerID?: string | null;
3212 containerID_not?: string | null;
3213 containerID_in?: string[] | null;
3214 containerID_not_in?: string[] | null;
3215 containerID_lt?: string | null;
3216 containerID_lte?: string | null;
3217 containerID_gt?: string | null;
3218 containerID_gte?: string | null;
3219 containerID_contains?: string | null;
3220 containerID_not_contains?: string | null;
3221 containerID_starts_with?: string | null;
3222 containerID_not_starts_with?: string | null;
3223 containerID_ends_with?: string | null;
3224 containerID_not_ends_with?: string | null;
3225 image?: _DockerImageFilter | null;
3226 image_not?: _DockerImageFilter | null;
3227 image_in?: _DockerImageFilter | null;
3228 image_not_in?: _DockerImageFilter | null;
3229 pod?: _K8PodFilter | null;
3230 pod_not?: _K8PodFilter | null;
3231 pod_in?: _K8PodFilter | null;
3232 pod_not_in?: _K8PodFilter | null;
3233}
3234export interface _WorkflowFilter {
3235 AND?: _WorkflowFilter[] | null;
3236 OR?: _WorkflowFilter[] | null;
3237 atmTeamId?: string | null;
3238 atmTeamId_not?: string | null;
3239 atmTeamId_in?: string[] | null;
3240 atmTeamId_not_in?: string[] | null;
3241 atmTeamId_lt?: string | null;
3242 atmTeamId_lte?: string | null;
3243 atmTeamId_gt?: string | null;
3244 atmTeamId_gte?: string | null;
3245 atmTeamId_contains?: string | null;
3246 atmTeamId_not_contains?: string | null;
3247 atmTeamId_starts_with?: string | null;
3248 atmTeamId_not_starts_with?: string | null;
3249 atmTeamId_ends_with?: string | null;
3250 atmTeamId_not_ends_with?: string | null;
3251 id?: string | null;
3252 id_not?: string | null;
3253 id_in?: string[] | null;
3254 id_not_in?: string[] | null;
3255 id_lt?: string | null;
3256 id_lte?: string | null;
3257 id_gt?: string | null;
3258 id_gte?: string | null;
3259 id_contains?: string | null;
3260 id_not_contains?: string | null;
3261 id_starts_with?: string | null;
3262 id_not_starts_with?: string | null;
3263 id_ends_with?: string | null;
3264 id_not_ends_with?: string | null;
3265 name?: string | null;
3266 name_not?: string | null;
3267 name_in?: string[] | null;
3268 name_not_in?: string[] | null;
3269 name_lt?: string | null;
3270 name_lte?: string | null;
3271 name_gt?: string | null;
3272 name_gte?: string | null;
3273 name_contains?: string | null;
3274 name_not_contains?: string | null;
3275 name_starts_with?: string | null;
3276 name_not_starts_with?: string | null;
3277 name_ends_with?: string | null;
3278 name_not_ends_with?: string | null;
3279 workflowId?: string | null;
3280 workflowId_not?: string | null;
3281 workflowId_in?: string[] | null;
3282 workflowId_not_in?: string[] | null;
3283 workflowId_lt?: string | null;
3284 workflowId_lte?: string | null;
3285 workflowId_gt?: string | null;
3286 workflowId_gte?: string | null;
3287 workflowId_contains?: string | null;
3288 workflowId_not_contains?: string | null;
3289 workflowId_starts_with?: string | null;
3290 workflowId_not_starts_with?: string | null;
3291 workflowId_ends_with?: string | null;
3292 workflowId_not_ends_with?: string | null;
3293 provider?: string | null;
3294 provider_not?: string | null;
3295 provider_in?: string[] | null;
3296 provider_not_in?: string[] | null;
3297 provider_lt?: string | null;
3298 provider_lte?: string | null;
3299 provider_gt?: string | null;
3300 provider_gte?: string | null;
3301 provider_contains?: string | null;
3302 provider_not_contains?: string | null;
3303 provider_starts_with?: string | null;
3304 provider_not_starts_with?: string | null;
3305 provider_ends_with?: string | null;
3306 provider_not_ends_with?: string | null;
3307 config?: string | null;
3308 config_not?: string | null;
3309 config_in?: string[] | null;
3310 config_not_in?: string[] | null;
3311 config_lt?: string | null;
3312 config_lte?: string | null;
3313 config_gt?: string | null;
3314 config_gte?: string | null;
3315 config_contains?: string | null;
3316 config_not_contains?: string | null;
3317 config_starts_with?: string | null;
3318 config_not_starts_with?: string | null;
3319 config_ends_with?: string | null;
3320 config_not_ends_with?: string | null;
3321 builds?: _BuildFilter | null;
3322 builds_not?: _BuildFilter | null;
3323 builds_in?: _BuildFilter | null;
3324 builds_not_in?: _BuildFilter | null;
3325 builds_some?: _BuildFilter | null;
3326 builds_none?: _BuildFilter | null;
3327 builds_single?: _BuildFilter | null;
3328 builds_every?: _BuildFilter | null;
3329}
3330export interface _StatusFilter {
3331 AND?: _StatusFilter[] | null;
3332 OR?: _StatusFilter[] | null;
3333 atmTeamId?: string | null;
3334 atmTeamId_not?: string | null;
3335 atmTeamId_in?: string[] | null;
3336 atmTeamId_not_in?: string[] | null;
3337 atmTeamId_lt?: string | null;
3338 atmTeamId_lte?: string | null;
3339 atmTeamId_gt?: string | null;
3340 atmTeamId_gte?: string | null;
3341 atmTeamId_contains?: string | null;
3342 atmTeamId_not_contains?: string | null;
3343 atmTeamId_starts_with?: string | null;
3344 atmTeamId_not_starts_with?: string | null;
3345 atmTeamId_ends_with?: string | null;
3346 atmTeamId_not_ends_with?: string | null;
3347 id?: string | null;
3348 id_not?: string | null;
3349 id_in?: string[] | null;
3350 id_not_in?: string[] | null;
3351 id_lt?: string | null;
3352 id_lte?: string | null;
3353 id_gt?: string | null;
3354 id_gte?: string | null;
3355 id_contains?: string | null;
3356 id_not_contains?: string | null;
3357 id_starts_with?: string | null;
3358 id_not_starts_with?: string | null;
3359 id_ends_with?: string | null;
3360 id_not_ends_with?: string | null;
3361 state?: StatusState | null;
3362 state_not?: StatusState | null;
3363 state_in?: StatusState[] | null;
3364 state_not_in?: StatusState[] | null;
3365 description?: string | null;
3366 description_not?: string | null;
3367 description_in?: string[] | null;
3368 description_not_in?: string[] | null;
3369 description_lt?: string | null;
3370 description_lte?: string | null;
3371 description_gt?: string | null;
3372 description_gte?: string | null;
3373 description_contains?: string | null;
3374 description_not_contains?: string | null;
3375 description_starts_with?: string | null;
3376 description_not_starts_with?: string | null;
3377 description_ends_with?: string | null;
3378 description_not_ends_with?: string | null;
3379 targetUrl?: string | null;
3380 targetUrl_not?: string | null;
3381 targetUrl_in?: string[] | null;
3382 targetUrl_not_in?: string[] | null;
3383 targetUrl_lt?: string | null;
3384 targetUrl_lte?: string | null;
3385 targetUrl_gt?: string | null;
3386 targetUrl_gte?: string | null;
3387 targetUrl_contains?: string | null;
3388 targetUrl_not_contains?: string | null;
3389 targetUrl_starts_with?: string | null;
3390 targetUrl_not_starts_with?: string | null;
3391 targetUrl_ends_with?: string | null;
3392 targetUrl_not_ends_with?: string | null;
3393 context?: string | null;
3394 context_not?: string | null;
3395 context_in?: string[] | null;
3396 context_not_in?: string[] | null;
3397 context_lt?: string | null;
3398 context_lte?: string | null;
3399 context_gt?: string | null;
3400 context_gte?: string | null;
3401 context_contains?: string | null;
3402 context_not_contains?: string | null;
3403 context_starts_with?: string | null;
3404 context_not_starts_with?: string | null;
3405 context_ends_with?: string | null;
3406 context_not_ends_with?: string | null;
3407 timestamp?: string | null;
3408 timestamp_not?: string | null;
3409 timestamp_in?: string[] | null;
3410 timestamp_not_in?: string[] | null;
3411 timestamp_lt?: string | null;
3412 timestamp_lte?: string | null;
3413 timestamp_gt?: string | null;
3414 timestamp_gte?: string | null;
3415 timestamp_contains?: string | null;
3416 timestamp_not_contains?: string | null;
3417 timestamp_starts_with?: string | null;
3418 timestamp_not_starts_with?: string | null;
3419 timestamp_ends_with?: string | null;
3420 timestamp_not_ends_with?: string | null;
3421 commit?: _CommitFilter | null;
3422 commit_not?: _CommitFilter | null;
3423 commit_in?: _CommitFilter | null;
3424 commit_not_in?: _CommitFilter | null;
3425}
3426export interface _HerokuAppFilter {
3427 AND?: _HerokuAppFilter[] | null;
3428 OR?: _HerokuAppFilter[] | null;
3429 atmTeamId?: string | null;
3430 atmTeamId_not?: string | null;
3431 atmTeamId_in?: string[] | null;
3432 atmTeamId_not_in?: string[] | null;
3433 atmTeamId_lt?: string | null;
3434 atmTeamId_lte?: string | null;
3435 atmTeamId_gt?: string | null;
3436 atmTeamId_gte?: string | null;
3437 atmTeamId_contains?: string | null;
3438 atmTeamId_not_contains?: string | null;
3439 atmTeamId_starts_with?: string | null;
3440 atmTeamId_not_starts_with?: string | null;
3441 atmTeamId_ends_with?: string | null;
3442 atmTeamId_not_ends_with?: string | null;
3443 app?: string | null;
3444 app_not?: string | null;
3445 app_in?: string[] | null;
3446 app_not_in?: string[] | null;
3447 app_lt?: string | null;
3448 app_lte?: string | null;
3449 app_gt?: string | null;
3450 app_gte?: string | null;
3451 app_contains?: string | null;
3452 app_not_contains?: string | null;
3453 app_starts_with?: string | null;
3454 app_not_starts_with?: string | null;
3455 app_ends_with?: string | null;
3456 app_not_ends_with?: string | null;
3457 url?: string | null;
3458 url_not?: string | null;
3459 url_in?: string[] | null;
3460 url_not_in?: string[] | null;
3461 url_lt?: string | null;
3462 url_lte?: string | null;
3463 url_gt?: string | null;
3464 url_gte?: string | null;
3465 url_contains?: string | null;
3466 url_not_contains?: string | null;
3467 url_starts_with?: string | null;
3468 url_not_starts_with?: string | null;
3469 url_ends_with?: string | null;
3470 url_not_ends_with?: string | null;
3471 timestamp?: string | null;
3472 timestamp_not?: string | null;
3473 timestamp_in?: string[] | null;
3474 timestamp_not_in?: string[] | null;
3475 timestamp_lt?: string | null;
3476 timestamp_lte?: string | null;
3477 timestamp_gt?: string | null;
3478 timestamp_gte?: string | null;
3479 timestamp_contains?: string | null;
3480 timestamp_not_contains?: string | null;
3481 timestamp_starts_with?: string | null;
3482 timestamp_not_starts_with?: string | null;
3483 timestamp_ends_with?: string | null;
3484 timestamp_not_ends_with?: string | null;
3485 user?: string | null;
3486 user_not?: string | null;
3487 user_in?: string[] | null;
3488 user_not_in?: string[] | null;
3489 user_lt?: string | null;
3490 user_lte?: string | null;
3491 user_gt?: string | null;
3492 user_gte?: string | null;
3493 user_contains?: string | null;
3494 user_not_contains?: string | null;
3495 user_starts_with?: string | null;
3496 user_not_starts_with?: string | null;
3497 user_ends_with?: string | null;
3498 user_not_ends_with?: string | null;
3499 appId?: string | null;
3500 appId_not?: string | null;
3501 appId_in?: string[] | null;
3502 appId_not_in?: string[] | null;
3503 appId_lt?: string | null;
3504 appId_lte?: string | null;
3505 appId_gt?: string | null;
3506 appId_gte?: string | null;
3507 appId_contains?: string | null;
3508 appId_not_contains?: string | null;
3509 appId_starts_with?: string | null;
3510 appId_not_starts_with?: string | null;
3511 appId_ends_with?: string | null;
3512 appId_not_ends_with?: string | null;
3513 release?: string | null;
3514 release_not?: string | null;
3515 release_in?: string[] | null;
3516 release_not_in?: string[] | null;
3517 release_lt?: string | null;
3518 release_lte?: string | null;
3519 release_gt?: string | null;
3520 release_gte?: string | null;
3521 release_contains?: string | null;
3522 release_not_contains?: string | null;
3523 release_starts_with?: string | null;
3524 release_not_starts_with?: string | null;
3525 release_ends_with?: string | null;
3526 release_not_ends_with?: string | null;
3527 commits?: _CommitFilter | null;
3528 commits_not?: _CommitFilter | null;
3529 commits_in?: _CommitFilter | null;
3530 commits_not_in?: _CommitFilter | null;
3531 commits_some?: _CommitFilter | null;
3532 commits_none?: _CommitFilter | null;
3533 commits_single?: _CommitFilter | null;
3534 commits_every?: _CommitFilter | null;
3535}
3536export interface _ApplicationFilter {
3537 AND?: _ApplicationFilter[] | null;
3538 OR?: _ApplicationFilter[] | null;
3539 atmTeamId?: string | null;
3540 atmTeamId_not?: string | null;
3541 atmTeamId_in?: string[] | null;
3542 atmTeamId_not_in?: string[] | null;
3543 atmTeamId_lt?: string | null;
3544 atmTeamId_lte?: string | null;
3545 atmTeamId_gt?: string | null;
3546 atmTeamId_gte?: string | null;
3547 atmTeamId_contains?: string | null;
3548 atmTeamId_not_contains?: string | null;
3549 atmTeamId_starts_with?: string | null;
3550 atmTeamId_not_starts_with?: string | null;
3551 atmTeamId_ends_with?: string | null;
3552 atmTeamId_not_ends_with?: string | null;
3553 id?: string | null;
3554 id_not?: string | null;
3555 id_in?: string[] | null;
3556 id_not_in?: string[] | null;
3557 id_lt?: string | null;
3558 id_lte?: string | null;
3559 id_gt?: string | null;
3560 id_gte?: string | null;
3561 id_contains?: string | null;
3562 id_not_contains?: string | null;
3563 id_starts_with?: string | null;
3564 id_not_starts_with?: string | null;
3565 id_ends_with?: string | null;
3566 id_not_ends_with?: string | null;
3567 state?: string | null;
3568 state_not?: string | null;
3569 state_in?: string[] | null;
3570 state_not_in?: string[] | null;
3571 state_lt?: string | null;
3572 state_lte?: string | null;
3573 state_gt?: string | null;
3574 state_gte?: string | null;
3575 state_contains?: string | null;
3576 state_not_contains?: string | null;
3577 state_starts_with?: string | null;
3578 state_not_starts_with?: string | null;
3579 state_ends_with?: string | null;
3580 state_not_ends_with?: string | null;
3581 host?: string | null;
3582 host_not?: string | null;
3583 host_in?: string[] | null;
3584 host_not_in?: string[] | null;
3585 host_lt?: string | null;
3586 host_lte?: string | null;
3587 host_gt?: string | null;
3588 host_gte?: string | null;
3589 host_contains?: string | null;
3590 host_not_contains?: string | null;
3591 host_starts_with?: string | null;
3592 host_not_starts_with?: string | null;
3593 host_ends_with?: string | null;
3594 host_not_ends_with?: string | null;
3595 timestamp?: string | null;
3596 timestamp_not?: string | null;
3597 timestamp_in?: string[] | null;
3598 timestamp_not_in?: string[] | null;
3599 timestamp_lt?: string | null;
3600 timestamp_lte?: string | null;
3601 timestamp_gt?: string | null;
3602 timestamp_gte?: string | null;
3603 timestamp_contains?: string | null;
3604 timestamp_not_contains?: string | null;
3605 timestamp_starts_with?: string | null;
3606 timestamp_not_starts_with?: string | null;
3607 timestamp_ends_with?: string | null;
3608 timestamp_not_ends_with?: string | null;
3609 domain?: string | null;
3610 domain_not?: string | null;
3611 domain_in?: string[] | null;
3612 domain_not_in?: string[] | null;
3613 domain_lt?: string | null;
3614 domain_lte?: string | null;
3615 domain_gt?: string | null;
3616 domain_gte?: string | null;
3617 domain_contains?: string | null;
3618 domain_not_contains?: string | null;
3619 domain_starts_with?: string | null;
3620 domain_not_starts_with?: string | null;
3621 domain_ends_with?: string | null;
3622 domain_not_ends_with?: string | null;
3623 data?: string | null;
3624 data_not?: string | null;
3625 data_in?: string[] | null;
3626 data_not_in?: string[] | null;
3627 data_lt?: string | null;
3628 data_lte?: string | null;
3629 data_gt?: string | null;
3630 data_gte?: string | null;
3631 data_contains?: string | null;
3632 data_not_contains?: string | null;
3633 data_starts_with?: string | null;
3634 data_not_starts_with?: string | null;
3635 data_ends_with?: string | null;
3636 data_not_ends_with?: string | null;
3637 commits?: _CommitFilter | null;
3638 commits_not?: _CommitFilter | null;
3639 commits_in?: _CommitFilter | null;
3640 commits_not_in?: _CommitFilter | null;
3641 commits_some?: _CommitFilter | null;
3642 commits_none?: _CommitFilter | null;
3643 commits_single?: _CommitFilter | null;
3644 commits_every?: _CommitFilter | null;
3645}
3646export interface _FingerprintFilter {
3647 AND?: _FingerprintFilter[] | null;
3648 OR?: _FingerprintFilter[] | null;
3649 atmTeamId?: string | null;
3650 atmTeamId_not?: string | null;
3651 atmTeamId_in?: string[] | null;
3652 atmTeamId_not_in?: string[] | null;
3653 atmTeamId_lt?: string | null;
3654 atmTeamId_lte?: string | null;
3655 atmTeamId_gt?: string | null;
3656 atmTeamId_gte?: string | null;
3657 atmTeamId_contains?: string | null;
3658 atmTeamId_not_contains?: string | null;
3659 atmTeamId_starts_with?: string | null;
3660 atmTeamId_not_starts_with?: string | null;
3661 atmTeamId_ends_with?: string | null;
3662 atmTeamId_not_ends_with?: string | null;
3663 name?: string | null;
3664 name_not?: string | null;
3665 name_in?: string[] | null;
3666 name_not_in?: string[] | null;
3667 name_lt?: string | null;
3668 name_lte?: string | null;
3669 name_gt?: string | null;
3670 name_gte?: string | null;
3671 name_contains?: string | null;
3672 name_not_contains?: string | null;
3673 name_starts_with?: string | null;
3674 name_not_starts_with?: string | null;
3675 name_ends_with?: string | null;
3676 name_not_ends_with?: string | null;
3677 sha?: string | null;
3678 sha_not?: string | null;
3679 sha_in?: string[] | null;
3680 sha_not_in?: string[] | null;
3681 sha_lt?: string | null;
3682 sha_lte?: string | null;
3683 sha_gt?: string | null;
3684 sha_gte?: string | null;
3685 sha_contains?: string | null;
3686 sha_not_contains?: string | null;
3687 sha_starts_with?: string | null;
3688 sha_not_starts_with?: string | null;
3689 sha_ends_with?: string | null;
3690 sha_not_ends_with?: string | null;
3691 data?: string | null;
3692 data_not?: string | null;
3693 data_in?: string[] | null;
3694 data_not_in?: string[] | null;
3695 data_lt?: string | null;
3696 data_lte?: string | null;
3697 data_gt?: string | null;
3698 data_gte?: string | null;
3699 data_contains?: string | null;
3700 data_not_contains?: string | null;
3701 data_starts_with?: string | null;
3702 data_not_starts_with?: string | null;
3703 data_ends_with?: string | null;
3704 data_not_ends_with?: string | null;
3705 commit?: _CommitFilter | null;
3706 commit_not?: _CommitFilter | null;
3707 commit_in?: _CommitFilter | null;
3708 commit_not_in?: _CommitFilter | null;
3709}
3710export interface _ParentImpactFilter {
3711 AND?: _ParentImpactFilter[] | null;
3712 OR?: _ParentImpactFilter[] | null;
3713 atmTeamId?: string | null;
3714 atmTeamId_not?: string | null;
3715 atmTeamId_in?: string[] | null;
3716 atmTeamId_not_in?: string[] | null;
3717 atmTeamId_lt?: string | null;
3718 atmTeamId_lte?: string | null;
3719 atmTeamId_gt?: string | null;
3720 atmTeamId_gte?: string | null;
3721 atmTeamId_contains?: string | null;
3722 atmTeamId_not_contains?: string | null;
3723 atmTeamId_starts_with?: string | null;
3724 atmTeamId_not_starts_with?: string | null;
3725 atmTeamId_ends_with?: string | null;
3726 atmTeamId_not_ends_with?: string | null;
3727 id?: string | null;
3728 id_not?: string | null;
3729 id_in?: string[] | null;
3730 id_not_in?: string[] | null;
3731 id_lt?: string | null;
3732 id_lte?: string | null;
3733 id_gt?: string | null;
3734 id_gte?: string | null;
3735 id_contains?: string | null;
3736 id_not_contains?: string | null;
3737 id_starts_with?: string | null;
3738 id_not_starts_with?: string | null;
3739 id_ends_with?: string | null;
3740 id_not_ends_with?: string | null;
3741 url?: string | null;
3742 url_not?: string | null;
3743 url_in?: string[] | null;
3744 url_not_in?: string[] | null;
3745 url_lt?: string | null;
3746 url_lte?: string | null;
3747 url_gt?: string | null;
3748 url_gte?: string | null;
3749 url_contains?: string | null;
3750 url_not_contains?: string | null;
3751 url_starts_with?: string | null;
3752 url_not_starts_with?: string | null;
3753 url_ends_with?: string | null;
3754 url_not_ends_with?: string | null;
3755 data?: string | null;
3756 data_not?: string | null;
3757 data_in?: string[] | null;
3758 data_not_in?: string[] | null;
3759 data_lt?: string | null;
3760 data_lte?: string | null;
3761 data_gt?: string | null;
3762 data_gte?: string | null;
3763 data_contains?: string | null;
3764 data_not_contains?: string | null;
3765 data_starts_with?: string | null;
3766 data_not_starts_with?: string | null;
3767 data_ends_with?: string | null;
3768 data_not_ends_with?: string | null;
3769 commits?: _CommitFilter | null;
3770 commits_not?: _CommitFilter | null;
3771 commits_in?: _CommitFilter | null;
3772 commits_not_in?: _CommitFilter | null;
3773 commits_some?: _CommitFilter | null;
3774 commits_none?: _CommitFilter | null;
3775 commits_single?: _CommitFilter | null;
3776 commits_every?: _CommitFilter | null;
3777 commit?: _CommitFilter | null;
3778 commit_not?: _CommitFilter | null;
3779 commit_in?: _CommitFilter | null;
3780 commit_not_in?: _CommitFilter | null;
3781}
3782export interface _BranchFilter {
3783 AND?: _BranchFilter[] | null;
3784 OR?: _BranchFilter[] | null;
3785 atmTeamId?: string | null;
3786 atmTeamId_not?: string | null;
3787 atmTeamId_in?: string[] | null;
3788 atmTeamId_not_in?: string[] | null;
3789 atmTeamId_lt?: string | null;
3790 atmTeamId_lte?: string | null;
3791 atmTeamId_gt?: string | null;
3792 atmTeamId_gte?: string | null;
3793 atmTeamId_contains?: string | null;
3794 atmTeamId_not_contains?: string | null;
3795 atmTeamId_starts_with?: string | null;
3796 atmTeamId_not_starts_with?: string | null;
3797 atmTeamId_ends_with?: string | null;
3798 atmTeamId_not_ends_with?: string | null;
3799 id?: string | null;
3800 id_not?: string | null;
3801 id_in?: string[] | null;
3802 id_not_in?: string[] | null;
3803 id_lt?: string | null;
3804 id_lte?: string | null;
3805 id_gt?: string | null;
3806 id_gte?: string | null;
3807 id_contains?: string | null;
3808 id_not_contains?: string | null;
3809 id_starts_with?: string | null;
3810 id_not_starts_with?: string | null;
3811 id_ends_with?: string | null;
3812 id_not_ends_with?: string | null;
3813 name?: string | null;
3814 name_not?: string | null;
3815 name_in?: string[] | null;
3816 name_not_in?: string[] | null;
3817 name_lt?: string | null;
3818 name_lte?: string | null;
3819 name_gt?: string | null;
3820 name_gte?: string | null;
3821 name_contains?: string | null;
3822 name_not_contains?: string | null;
3823 name_starts_with?: string | null;
3824 name_not_starts_with?: string | null;
3825 name_ends_with?: string | null;
3826 name_not_ends_with?: string | null;
3827 timestamp?: string | null;
3828 timestamp_not?: string | null;
3829 timestamp_in?: string[] | null;
3830 timestamp_not_in?: string[] | null;
3831 timestamp_lt?: string | null;
3832 timestamp_lte?: string | null;
3833 timestamp_gt?: string | null;
3834 timestamp_gte?: string | null;
3835 timestamp_contains?: string | null;
3836 timestamp_not_contains?: string | null;
3837 timestamp_starts_with?: string | null;
3838 timestamp_not_starts_with?: string | null;
3839 timestamp_ends_with?: string | null;
3840 timestamp_not_ends_with?: string | null;
3841 isRemote?: boolean | null;
3842 isRemote_not?: boolean | null;
3843 remoteRepoHtmlUrl?: string | null;
3844 remoteRepoHtmlUrl_not?: string | null;
3845 remoteRepoHtmlUrl_in?: string[] | null;
3846 remoteRepoHtmlUrl_not_in?: string[] | null;
3847 remoteRepoHtmlUrl_lt?: string | null;
3848 remoteRepoHtmlUrl_lte?: string | null;
3849 remoteRepoHtmlUrl_gt?: string | null;
3850 remoteRepoHtmlUrl_gte?: string | null;
3851 remoteRepoHtmlUrl_contains?: string | null;
3852 remoteRepoHtmlUrl_not_contains?: string | null;
3853 remoteRepoHtmlUrl_starts_with?: string | null;
3854 remoteRepoHtmlUrl_not_starts_with?: string | null;
3855 remoteRepoHtmlUrl_ends_with?: string | null;
3856 remoteRepoHtmlUrl_not_ends_with?: string | null;
3857 repo?: _RepoFilter | null;
3858 repo_not?: _RepoFilter | null;
3859 repo_in?: _RepoFilter | null;
3860 repo_not_in?: _RepoFilter | null;
3861 commit?: _CommitFilter | null;
3862 commit_not?: _CommitFilter | null;
3863 commit_in?: _CommitFilter | null;
3864 commit_not_in?: _CommitFilter | null;
3865 pullRequests?: _PullRequestFilter | null;
3866 pullRequests_not?: _PullRequestFilter | null;
3867 pullRequests_in?: _PullRequestFilter | null;
3868 pullRequests_not_in?: _PullRequestFilter | null;
3869 pullRequests_some?: _PullRequestFilter | null;
3870 pullRequests_none?: _PullRequestFilter | null;
3871 pullRequests_single?: _PullRequestFilter | null;
3872 pullRequests_every?: _PullRequestFilter | null;
3873}
3874export interface _ReviewFilter {
3875 AND?: _ReviewFilter[] | null;
3876 OR?: _ReviewFilter[] | null;
3877 atmTeamId?: string | null;
3878 atmTeamId_not?: string | null;
3879 atmTeamId_in?: string[] | null;
3880 atmTeamId_not_in?: string[] | null;
3881 atmTeamId_lt?: string | null;
3882 atmTeamId_lte?: string | null;
3883 atmTeamId_gt?: string | null;
3884 atmTeamId_gte?: string | null;
3885 atmTeamId_contains?: string | null;
3886 atmTeamId_not_contains?: string | null;
3887 atmTeamId_starts_with?: string | null;
3888 atmTeamId_not_starts_with?: string | null;
3889 atmTeamId_ends_with?: string | null;
3890 atmTeamId_not_ends_with?: string | null;
3891 id?: string | null;
3892 id_not?: string | null;
3893 id_in?: string[] | null;
3894 id_not_in?: string[] | null;
3895 id_lt?: string | null;
3896 id_lte?: string | null;
3897 id_gt?: string | null;
3898 id_gte?: string | null;
3899 id_contains?: string | null;
3900 id_not_contains?: string | null;
3901 id_starts_with?: string | null;
3902 id_not_starts_with?: string | null;
3903 id_ends_with?: string | null;
3904 id_not_ends_with?: string | null;
3905 gitHubId?: string | null;
3906 gitHubId_not?: string | null;
3907 gitHubId_in?: string[] | null;
3908 gitHubId_not_in?: string[] | null;
3909 gitHubId_lt?: string | null;
3910 gitHubId_lte?: string | null;
3911 gitHubId_gt?: string | null;
3912 gitHubId_gte?: string | null;
3913 gitHubId_contains?: string | null;
3914 gitHubId_not_contains?: string | null;
3915 gitHubId_starts_with?: string | null;
3916 gitHubId_not_starts_with?: string | null;
3917 gitHubId_ends_with?: string | null;
3918 gitHubId_not_ends_with?: string | null;
3919 reviewId?: string | null;
3920 reviewId_not?: string | null;
3921 reviewId_in?: string[] | null;
3922 reviewId_not_in?: string[] | null;
3923 reviewId_lt?: string | null;
3924 reviewId_lte?: string | null;
3925 reviewId_gt?: string | null;
3926 reviewId_gte?: string | null;
3927 reviewId_contains?: string | null;
3928 reviewId_not_contains?: string | null;
3929 reviewId_starts_with?: string | null;
3930 reviewId_not_starts_with?: string | null;
3931 reviewId_ends_with?: string | null;
3932 reviewId_not_ends_with?: string | null;
3933 body?: string | null;
3934 body_not?: string | null;
3935 body_in?: string[] | null;
3936 body_not_in?: string[] | null;
3937 body_lt?: string | null;
3938 body_lte?: string | null;
3939 body_gt?: string | null;
3940 body_gte?: string | null;
3941 body_contains?: string | null;
3942 body_not_contains?: string | null;
3943 body_starts_with?: string | null;
3944 body_not_starts_with?: string | null;
3945 body_ends_with?: string | null;
3946 body_not_ends_with?: string | null;
3947 state?: ReviewState | null;
3948 state_not?: ReviewState | null;
3949 state_in?: ReviewState[] | null;
3950 state_not_in?: ReviewState[] | null;
3951 submittedAt?: string | null;
3952 submittedAt_not?: string | null;
3953 submittedAt_in?: string[] | null;
3954 submittedAt_not_in?: string[] | null;
3955 submittedAt_lt?: string | null;
3956 submittedAt_lte?: string | null;
3957 submittedAt_gt?: string | null;
3958 submittedAt_gte?: string | null;
3959 submittedAt_contains?: string | null;
3960 submittedAt_not_contains?: string | null;
3961 submittedAt_starts_with?: string | null;
3962 submittedAt_not_starts_with?: string | null;
3963 submittedAt_ends_with?: string | null;
3964 submittedAt_not_ends_with?: string | null;
3965 htmlUrl?: string | null;
3966 htmlUrl_not?: string | null;
3967 htmlUrl_in?: string[] | null;
3968 htmlUrl_not_in?: string[] | null;
3969 htmlUrl_lt?: string | null;
3970 htmlUrl_lte?: string | null;
3971 htmlUrl_gt?: string | null;
3972 htmlUrl_gte?: string | null;
3973 htmlUrl_contains?: string | null;
3974 htmlUrl_not_contains?: string | null;
3975 htmlUrl_starts_with?: string | null;
3976 htmlUrl_not_starts_with?: string | null;
3977 htmlUrl_ends_with?: string | null;
3978 htmlUrl_not_ends_with?: string | null;
3979 by?: _SCMIdFilter | null;
3980 by_not?: _SCMIdFilter | null;
3981 by_in?: _SCMIdFilter | null;
3982 by_not_in?: _SCMIdFilter | null;
3983 by_some?: _SCMIdFilter | null;
3984 by_none?: _SCMIdFilter | null;
3985 by_single?: _SCMIdFilter | null;
3986 by_every?: _SCMIdFilter | null;
3987 commit?: _CommitFilter | null;
3988 commit_not?: _CommitFilter | null;
3989 commit_in?: _CommitFilter | null;
3990 commit_not_in?: _CommitFilter | null;
3991 comments?: _CommentFilter | null;
3992 comments_not?: _CommentFilter | null;
3993 comments_in?: _CommentFilter | null;
3994 comments_not_in?: _CommentFilter | null;
3995 comments_some?: _CommentFilter | null;
3996 comments_none?: _CommentFilter | null;
3997 comments_single?: _CommentFilter | null;
3998 comments_every?: _CommentFilter | null;
3999 pullRequest?: _PullRequestFilter | null;
4000 pullRequest_not?: _PullRequestFilter | null;
4001 pullRequest_in?: _PullRequestFilter | null;
4002 pullRequest_not_in?: _PullRequestFilter | null;
4003}
4004export interface _CommentFilter {
4005 AND?: _CommentFilter[] | null;
4006 OR?: _CommentFilter[] | null;
4007 atmTeamId?: string | null;
4008 atmTeamId_not?: string | null;
4009 atmTeamId_in?: string[] | null;
4010 atmTeamId_not_in?: string[] | null;
4011 atmTeamId_lt?: string | null;
4012 atmTeamId_lte?: string | null;
4013 atmTeamId_gt?: string | null;
4014 atmTeamId_gte?: string | null;
4015 atmTeamId_contains?: string | null;
4016 atmTeamId_not_contains?: string | null;
4017 atmTeamId_starts_with?: string | null;
4018 atmTeamId_not_starts_with?: string | null;
4019 atmTeamId_ends_with?: string | null;
4020 atmTeamId_not_ends_with?: string | null;
4021 id?: string | null;
4022 id_not?: string | null;
4023 id_in?: string[] | null;
4024 id_not_in?: string[] | null;
4025 id_lt?: string | null;
4026 id_lte?: string | null;
4027 id_gt?: string | null;
4028 id_gte?: string | null;
4029 id_contains?: string | null;
4030 id_not_contains?: string | null;
4031 id_starts_with?: string | null;
4032 id_not_starts_with?: string | null;
4033 id_ends_with?: string | null;
4034 id_not_ends_with?: string | null;
4035 body?: string | null;
4036 body_not?: string | null;
4037 body_in?: string[] | null;
4038 body_not_in?: string[] | null;
4039 body_lt?: string | null;
4040 body_lte?: string | null;
4041 body_gt?: string | null;
4042 body_gte?: string | null;
4043 body_contains?: string | null;
4044 body_not_contains?: string | null;
4045 body_starts_with?: string | null;
4046 body_not_starts_with?: string | null;
4047 body_ends_with?: string | null;
4048 body_not_ends_with?: string | null;
4049 timestamp?: string | null;
4050 timestamp_not?: string | null;
4051 timestamp_in?: string[] | null;
4052 timestamp_not_in?: string[] | null;
4053 timestamp_lt?: string | null;
4054 timestamp_lte?: string | null;
4055 timestamp_gt?: string | null;
4056 timestamp_gte?: string | null;
4057 timestamp_contains?: string | null;
4058 timestamp_not_contains?: string | null;
4059 timestamp_starts_with?: string | null;
4060 timestamp_not_starts_with?: string | null;
4061 timestamp_ends_with?: string | null;
4062 timestamp_not_ends_with?: string | null;
4063 createdAt?: string | null;
4064 createdAt_not?: string | null;
4065 createdAt_in?: string[] | null;
4066 createdAt_not_in?: string[] | null;
4067 createdAt_lt?: string | null;
4068 createdAt_lte?: string | null;
4069 createdAt_gt?: string | null;
4070 createdAt_gte?: string | null;
4071 createdAt_contains?: string | null;
4072 createdAt_not_contains?: string | null;
4073 createdAt_starts_with?: string | null;
4074 createdAt_not_starts_with?: string | null;
4075 createdAt_ends_with?: string | null;
4076 createdAt_not_ends_with?: string | null;
4077 updatedAt?: string | null;
4078 updatedAt_not?: string | null;
4079 updatedAt_in?: string[] | null;
4080 updatedAt_not_in?: string[] | null;
4081 updatedAt_lt?: string | null;
4082 updatedAt_lte?: string | null;
4083 updatedAt_gt?: string | null;
4084 updatedAt_gte?: string | null;
4085 updatedAt_contains?: string | null;
4086 updatedAt_not_contains?: string | null;
4087 updatedAt_starts_with?: string | null;
4088 updatedAt_not_starts_with?: string | null;
4089 updatedAt_ends_with?: string | null;
4090 updatedAt_not_ends_with?: string | null;
4091 commentId?: string | null;
4092 commentId_not?: string | null;
4093 commentId_in?: string[] | null;
4094 commentId_not_in?: string[] | null;
4095 commentId_lt?: string | null;
4096 commentId_lte?: string | null;
4097 commentId_gt?: string | null;
4098 commentId_gte?: string | null;
4099 commentId_contains?: string | null;
4100 commentId_not_contains?: string | null;
4101 commentId_starts_with?: string | null;
4102 commentId_not_starts_with?: string | null;
4103 commentId_ends_with?: string | null;
4104 commentId_not_ends_with?: string | null;
4105 gitHubId?: string | null;
4106 gitHubId_not?: string | null;
4107 gitHubId_in?: string[] | null;
4108 gitHubId_not_in?: string[] | null;
4109 gitHubId_lt?: string | null;
4110 gitHubId_lte?: string | null;
4111 gitHubId_gt?: string | null;
4112 gitHubId_gte?: string | null;
4113 gitHubId_contains?: string | null;
4114 gitHubId_not_contains?: string | null;
4115 gitHubId_starts_with?: string | null;
4116 gitHubId_not_starts_with?: string | null;
4117 gitHubId_ends_with?: string | null;
4118 gitHubId_not_ends_with?: string | null;
4119 path?: string | null;
4120 path_not?: string | null;
4121 path_in?: string[] | null;
4122 path_not_in?: string[] | null;
4123 path_lt?: string | null;
4124 path_lte?: string | null;
4125 path_gt?: string | null;
4126 path_gte?: string | null;
4127 path_contains?: string | null;
4128 path_not_contains?: string | null;
4129 path_starts_with?: string | null;
4130 path_not_starts_with?: string | null;
4131 path_ends_with?: string | null;
4132 path_not_ends_with?: string | null;
4133 position?: string | null;
4134 position_not?: string | null;
4135 position_in?: string[] | null;
4136 position_not_in?: string[] | null;
4137 position_lt?: string | null;
4138 position_lte?: string | null;
4139 position_gt?: string | null;
4140 position_gte?: string | null;
4141 position_contains?: string | null;
4142 position_not_contains?: string | null;
4143 position_starts_with?: string | null;
4144 position_not_starts_with?: string | null;
4145 position_ends_with?: string | null;
4146 position_not_ends_with?: string | null;
4147 htmlUrl?: string | null;
4148 htmlUrl_not?: string | null;
4149 htmlUrl_in?: string[] | null;
4150 htmlUrl_not_in?: string[] | null;
4151 htmlUrl_lt?: string | null;
4152 htmlUrl_lte?: string | null;
4153 htmlUrl_gt?: string | null;
4154 htmlUrl_gte?: string | null;
4155 htmlUrl_contains?: string | null;
4156 htmlUrl_not_contains?: string | null;
4157 htmlUrl_starts_with?: string | null;
4158 htmlUrl_not_starts_with?: string | null;
4159 htmlUrl_ends_with?: string | null;
4160 htmlUrl_not_ends_with?: string | null;
4161 commentType?: CommentCommentType | null;
4162 commentType_not?: CommentCommentType | null;
4163 commentType_in?: CommentCommentType[] | null;
4164 commentType_not_in?: CommentCommentType[] | null;
4165 issue?: _IssueFilter | null;
4166 issue_not?: _IssueFilter | null;
4167 issue_in?: _IssueFilter | null;
4168 issue_not_in?: _IssueFilter | null;
4169 review?: _ReviewFilter | null;
4170 review_not?: _ReviewFilter | null;
4171 review_in?: _ReviewFilter | null;
4172 review_not_in?: _ReviewFilter | null;
4173 pullRequest?: _PullRequestFilter | null;
4174 pullRequest_not?: _PullRequestFilter | null;
4175 pullRequest_in?: _PullRequestFilter | null;
4176 pullRequest_not_in?: _PullRequestFilter | null;
4177 by?: _SCMIdFilter | null;
4178 by_not?: _SCMIdFilter | null;
4179 by_in?: _SCMIdFilter | null;
4180 by_not_in?: _SCMIdFilter | null;
4181}
4182export interface _DeletedBranchFilter {
4183 AND?: _DeletedBranchFilter[] | null;
4184 OR?: _DeletedBranchFilter[] | null;
4185 atmTeamId?: string | null;
4186 atmTeamId_not?: string | null;
4187 atmTeamId_in?: string[] | null;
4188 atmTeamId_not_in?: string[] | null;
4189 atmTeamId_lt?: string | null;
4190 atmTeamId_lte?: string | null;
4191 atmTeamId_gt?: string | null;
4192 atmTeamId_gte?: string | null;
4193 atmTeamId_contains?: string | null;
4194 atmTeamId_not_contains?: string | null;
4195 atmTeamId_starts_with?: string | null;
4196 atmTeamId_not_starts_with?: string | null;
4197 atmTeamId_ends_with?: string | null;
4198 atmTeamId_not_ends_with?: string | null;
4199 id?: string | null;
4200 id_not?: string | null;
4201 id_in?: string[] | null;
4202 id_not_in?: string[] | null;
4203 id_lt?: string | null;
4204 id_lte?: string | null;
4205 id_gt?: string | null;
4206 id_gte?: string | null;
4207 id_contains?: string | null;
4208 id_not_contains?: string | null;
4209 id_starts_with?: string | null;
4210 id_not_starts_with?: string | null;
4211 id_ends_with?: string | null;
4212 id_not_ends_with?: string | null;
4213 name?: string | null;
4214 name_not?: string | null;
4215 name_in?: string[] | null;
4216 name_not_in?: string[] | null;
4217 name_lt?: string | null;
4218 name_lte?: string | null;
4219 name_gt?: string | null;
4220 name_gte?: string | null;
4221 name_contains?: string | null;
4222 name_not_contains?: string | null;
4223 name_starts_with?: string | null;
4224 name_not_starts_with?: string | null;
4225 name_ends_with?: string | null;
4226 name_not_ends_with?: string | null;
4227 timestamp?: string | null;
4228 timestamp_not?: string | null;
4229 timestamp_in?: string[] | null;
4230 timestamp_not_in?: string[] | null;
4231 timestamp_lt?: string | null;
4232 timestamp_lte?: string | null;
4233 timestamp_gt?: string | null;
4234 timestamp_gte?: string | null;
4235 timestamp_contains?: string | null;
4236 timestamp_not_contains?: string | null;
4237 timestamp_starts_with?: string | null;
4238 timestamp_not_starts_with?: string | null;
4239 timestamp_ends_with?: string | null;
4240 timestamp_not_ends_with?: string | null;
4241 repo?: _RepoFilter | null;
4242 repo_not?: _RepoFilter | null;
4243 repo_in?: _RepoFilter | null;
4244 repo_not_in?: _RepoFilter | null;
4245 commit?: _CommitFilter | null;
4246 commit_not?: _CommitFilter | null;
4247 commit_in?: _CommitFilter | null;
4248 commit_not_in?: _CommitFilter | null;
4249 pullRequests?: _PullRequestFilter | null;
4250 pullRequests_not?: _PullRequestFilter | null;
4251 pullRequests_in?: _PullRequestFilter | null;
4252 pullRequests_not_in?: _PullRequestFilter | null;
4253 pullRequests_some?: _PullRequestFilter | null;
4254 pullRequests_none?: _PullRequestFilter | null;
4255 pullRequests_single?: _PullRequestFilter | null;
4256 pullRequests_every?: _PullRequestFilter | null;
4257}
4258export interface _ImageLinkedFilter {
4259 AND?: _ImageLinkedFilter[] | null;
4260 OR?: _ImageLinkedFilter[] | null;
4261 atmTeamId?: string | null;
4262 atmTeamId_not?: string | null;
4263 atmTeamId_in?: string[] | null;
4264 atmTeamId_not_in?: string[] | null;
4265 atmTeamId_lt?: string | null;
4266 atmTeamId_lte?: string | null;
4267 atmTeamId_gt?: string | null;
4268 atmTeamId_gte?: string | null;
4269 atmTeamId_contains?: string | null;
4270 atmTeamId_not_contains?: string | null;
4271 atmTeamId_starts_with?: string | null;
4272 atmTeamId_not_starts_with?: string | null;
4273 atmTeamId_ends_with?: string | null;
4274 atmTeamId_not_ends_with?: string | null;
4275 timestamp?: string | null;
4276 timestamp_not?: string | null;
4277 timestamp_in?: string[] | null;
4278 timestamp_not_in?: string[] | null;
4279 timestamp_lt?: string | null;
4280 timestamp_lte?: string | null;
4281 timestamp_gt?: string | null;
4282 timestamp_gte?: string | null;
4283 timestamp_contains?: string | null;
4284 timestamp_not_contains?: string | null;
4285 timestamp_starts_with?: string | null;
4286 timestamp_not_starts_with?: string | null;
4287 timestamp_ends_with?: string | null;
4288 timestamp_not_ends_with?: string | null;
4289 image?: _DockerImageFilter | null;
4290 image_not?: _DockerImageFilter | null;
4291 image_in?: _DockerImageFilter | null;
4292 image_not_in?: _DockerImageFilter | null;
4293 commit?: _CommitFilter | null;
4294 commit_not?: _CommitFilter | null;
4295 commit_in?: _CommitFilter | null;
4296 commit_not_in?: _CommitFilter | null;
4297}
4298export interface _PushImpactFilter {
4299 AND?: _PushImpactFilter[] | null;
4300 OR?: _PushImpactFilter[] | null;
4301 atmTeamId?: string | null;
4302 atmTeamId_not?: string | null;
4303 atmTeamId_in?: string[] | null;
4304 atmTeamId_not_in?: string[] | null;
4305 atmTeamId_lt?: string | null;
4306 atmTeamId_lte?: string | null;
4307 atmTeamId_gt?: string | null;
4308 atmTeamId_gte?: string | null;
4309 atmTeamId_contains?: string | null;
4310 atmTeamId_not_contains?: string | null;
4311 atmTeamId_starts_with?: string | null;
4312 atmTeamId_not_starts_with?: string | null;
4313 atmTeamId_ends_with?: string | null;
4314 atmTeamId_not_ends_with?: string | null;
4315 id?: string | null;
4316 id_not?: string | null;
4317 id_in?: string[] | null;
4318 id_not_in?: string[] | null;
4319 id_lt?: string | null;
4320 id_lte?: string | null;
4321 id_gt?: string | null;
4322 id_gte?: string | null;
4323 id_contains?: string | null;
4324 id_not_contains?: string | null;
4325 id_starts_with?: string | null;
4326 id_not_starts_with?: string | null;
4327 id_ends_with?: string | null;
4328 id_not_ends_with?: string | null;
4329 url?: string | null;
4330 url_not?: string | null;
4331 url_in?: string[] | null;
4332 url_not_in?: string[] | null;
4333 url_lt?: string | null;
4334 url_lte?: string | null;
4335 url_gt?: string | null;
4336 url_gte?: string | null;
4337 url_contains?: string | null;
4338 url_not_contains?: string | null;
4339 url_starts_with?: string | null;
4340 url_not_starts_with?: string | null;
4341 url_ends_with?: string | null;
4342 url_not_ends_with?: string | null;
4343 data?: string | null;
4344 data_not?: string | null;
4345 data_in?: string[] | null;
4346 data_not_in?: string[] | null;
4347 data_lt?: string | null;
4348 data_lte?: string | null;
4349 data_gt?: string | null;
4350 data_gte?: string | null;
4351 data_contains?: string | null;
4352 data_not_contains?: string | null;
4353 data_starts_with?: string | null;
4354 data_not_starts_with?: string | null;
4355 data_ends_with?: string | null;
4356 data_not_ends_with?: string | null;
4357 push?: _PushFilter | null;
4358 push_not?: _PushFilter | null;
4359 push_in?: _PushFilter | null;
4360 push_not_in?: _PushFilter | null;
4361}
4362export interface _PullRequestImpactFilter {
4363 AND?: _PullRequestImpactFilter[] | null;
4364 OR?: _PullRequestImpactFilter[] | null;
4365 atmTeamId?: string | null;
4366 atmTeamId_not?: string | null;
4367 atmTeamId_in?: string[] | null;
4368 atmTeamId_not_in?: string[] | null;
4369 atmTeamId_lt?: string | null;
4370 atmTeamId_lte?: string | null;
4371 atmTeamId_gt?: string | null;
4372 atmTeamId_gte?: string | null;
4373 atmTeamId_contains?: string | null;
4374 atmTeamId_not_contains?: string | null;
4375 atmTeamId_starts_with?: string | null;
4376 atmTeamId_not_starts_with?: string | null;
4377 atmTeamId_ends_with?: string | null;
4378 atmTeamId_not_ends_with?: string | null;
4379 id?: string | null;
4380 id_not?: string | null;
4381 id_in?: string[] | null;
4382 id_not_in?: string[] | null;
4383 id_lt?: string | null;
4384 id_lte?: string | null;
4385 id_gt?: string | null;
4386 id_gte?: string | null;
4387 id_contains?: string | null;
4388 id_not_contains?: string | null;
4389 id_starts_with?: string | null;
4390 id_not_starts_with?: string | null;
4391 id_ends_with?: string | null;
4392 id_not_ends_with?: string | null;
4393 url?: string | null;
4394 url_not?: string | null;
4395 url_in?: string[] | null;
4396 url_not_in?: string[] | null;
4397 url_lt?: string | null;
4398 url_lte?: string | null;
4399 url_gt?: string | null;
4400 url_gte?: string | null;
4401 url_contains?: string | null;
4402 url_not_contains?: string | null;
4403 url_starts_with?: string | null;
4404 url_not_starts_with?: string | null;
4405 url_ends_with?: string | null;
4406 url_not_ends_with?: string | null;
4407 data?: string | null;
4408 data_not?: string | null;
4409 data_in?: string[] | null;
4410 data_not_in?: string[] | null;
4411 data_lt?: string | null;
4412 data_lte?: string | null;
4413 data_gt?: string | null;
4414 data_gte?: string | null;
4415 data_contains?: string | null;
4416 data_not_contains?: string | null;
4417 data_starts_with?: string | null;
4418 data_not_starts_with?: string | null;
4419 data_ends_with?: string | null;
4420 data_not_ends_with?: string | null;
4421 pullRequest?: _PullRequestFilter | null;
4422 pullRequest_not?: _PullRequestFilter | null;
4423 pullRequest_in?: _PullRequestFilter | null;
4424 pullRequest_not_in?: _PullRequestFilter | null;
4425}
4426export interface _UserJoinedChannelFilter {
4427 AND?: _UserJoinedChannelFilter[] | null;
4428 OR?: _UserJoinedChannelFilter[] | null;
4429 atmTeamId?: string | null;
4430 atmTeamId_not?: string | null;
4431 atmTeamId_in?: string[] | null;
4432 atmTeamId_not_in?: string[] | null;
4433 atmTeamId_lt?: string | null;
4434 atmTeamId_lte?: string | null;
4435 atmTeamId_gt?: string | null;
4436 atmTeamId_gte?: string | null;
4437 atmTeamId_contains?: string | null;
4438 atmTeamId_not_contains?: string | null;
4439 atmTeamId_starts_with?: string | null;
4440 atmTeamId_not_starts_with?: string | null;
4441 atmTeamId_ends_with?: string | null;
4442 atmTeamId_not_ends_with?: string | null;
4443 id?: string | null;
4444 id_not?: string | null;
4445 id_in?: string[] | null;
4446 id_not_in?: string[] | null;
4447 id_lt?: string | null;
4448 id_lte?: string | null;
4449 id_gt?: string | null;
4450 id_gte?: string | null;
4451 id_contains?: string | null;
4452 id_not_contains?: string | null;
4453 id_starts_with?: string | null;
4454 id_not_starts_with?: string | null;
4455 id_ends_with?: string | null;
4456 id_not_ends_with?: string | null;
4457 user?: _ChatIdFilter | null;
4458 user_not?: _ChatIdFilter | null;
4459 user_in?: _ChatIdFilter | null;
4460 user_not_in?: _ChatIdFilter | null;
4461 channel?: _ChatChannelFilter | null;
4462 channel_not?: _ChatChannelFilter | null;
4463 channel_in?: _ChatChannelFilter | null;
4464 channel_not_in?: _ChatChannelFilter | null;
4465}
4466export declare enum IssueState {
4467 open = "open",
4468 closed = "closed"
4469}
4470export declare enum _IssueOrdering {
4471 atmTeamId_asc = "atmTeamId_asc",
4472 atmTeamId_desc = "atmTeamId_desc",
4473 id_asc = "id_asc",
4474 id_desc = "id_desc",
4475 number_asc = "number_asc",
4476 number_desc = "number_desc",
4477 name_asc = "name_asc",
4478 name_desc = "name_desc",
4479 title_asc = "title_asc",
4480 title_desc = "title_desc",
4481 body_asc = "body_asc",
4482 body_desc = "body_desc",
4483 state_asc = "state_asc",
4484 state_desc = "state_desc",
4485 timestamp_asc = "timestamp_asc",
4486 timestamp_desc = "timestamp_desc",
4487 action_asc = "action_asc",
4488 action_desc = "action_desc",
4489 createdAt_asc = "createdAt_asc",
4490 createdAt_desc = "createdAt_desc",
4491 updatedAt_asc = "updatedAt_asc",
4492 updatedAt_desc = "updatedAt_desc",
4493 closedAt_asc = "closedAt_asc",
4494 closedAt_desc = "closedAt_desc"
4495}
4496export declare enum ProviderType {
4497 bitbucket_cloud = "bitbucket_cloud",
4498 github_com = "github_com",
4499 ghe = "ghe",
4500 bitbucket = "bitbucket",
4501 gitlab = "gitlab"
4502}
4503export declare enum OwnerType {
4504 user = "user",
4505 organization = "organization"
4506}
4507export declare enum WebhookType {
4508 organization = "organization",
4509 repository = "repository"
4510}
4511export declare enum MergeStatus {
4512 can_be_merged = "can_be_merged",
4513 unchecked = "unchecked",
4514 cannot_be_merged = "cannot_be_merged"
4515}
4516export declare enum BuildStatus {
4517 passed = "passed",
4518 broken = "broken",
4519 failed = "failed",
4520 started = "started",
4521 canceled = "canceled"
4522}
4523export declare enum BuildTrigger {
4524 pull_request = "pull_request",
4525 push = "push",
4526 tag = "tag",
4527 cron = "cron"
4528}
4529export declare enum StatusState {
4530 pending = "pending",
4531 success = "success",
4532 error = "error",
4533 failure = "failure"
4534}
4535export declare enum ReviewState {
4536 requested = "requested",
4537 pending = "pending",
4538 approved = "approved",
4539 commented = "commented",
4540 unapproved = "unapproved",
4541 changes_requested = "changes_requested"
4542}
4543export declare enum CommentCommentType {
4544 review = "review",
4545 pullRequest = "pullRequest",
4546 issue = "issue"
4547}
4548export declare enum _RepoOrdering {
4549 atmTeamId_asc = "atmTeamId_asc",
4550 atmTeamId_desc = "atmTeamId_desc",
4551 id_asc = "id_asc",
4552 id_desc = "id_desc",
4553 owner_asc = "owner_asc",
4554 owner_desc = "owner_desc",
4555 name_asc = "name_asc",
4556 name_desc = "name_desc",
4557 allowRebaseMerge_asc = "allowRebaseMerge_asc",
4558 allowRebaseMerge_desc = "allowRebaseMerge_desc",
4559 allowSquashMerge_asc = "allowSquashMerge_asc",
4560 allowSquashMerge_desc = "allowSquashMerge_desc",
4561 allowMergeCommit_asc = "allowMergeCommit_asc",
4562 allowMergeCommit_desc = "allowMergeCommit_desc",
4563 repoId_asc = "repoId_asc",
4564 repoId_desc = "repoId_desc",
4565 gitHubId_asc = "gitHubId_asc",
4566 gitHubId_desc = "gitHubId_desc",
4567 defaultBranch_asc = "defaultBranch_asc",
4568 defaultBranch_desc = "defaultBranch_desc"
4569}
4570export declare enum _LabelOrdering {
4571 atmTeamId_asc = "atmTeamId_asc",
4572 atmTeamId_desc = "atmTeamId_desc",
4573 id_asc = "id_asc",
4574 id_desc = "id_desc",
4575 name_asc = "name_asc",
4576 name_desc = "name_desc",
4577 default_asc = "default_asc",
4578 default_desc = "default_desc",
4579 color_asc = "color_asc",
4580 color_desc = "color_desc"
4581}
4582export declare enum _ChatChannelOrdering {
4583 atmTeamId_asc = "atmTeamId_asc",
4584 atmTeamId_desc = "atmTeamId_desc",
4585 id_asc = "id_asc",
4586 id_desc = "id_desc",
4587 name_asc = "name_asc",
4588 name_desc = "name_desc",
4589 provider_asc = "provider_asc",
4590 provider_desc = "provider_desc",
4591 normalizedName_asc = "normalizedName_asc",
4592 normalizedName_desc = "normalizedName_desc",
4593 channelId_asc = "channelId_asc",
4594 channelId_desc = "channelId_desc",
4595 isDefault_asc = "isDefault_asc",
4596 isDefault_desc = "isDefault_desc",
4597 botInvitedSelf_asc = "botInvitedSelf_asc",
4598 botInvitedSelf_desc = "botInvitedSelf_desc",
4599 archived_asc = "archived_asc",
4600 archived_desc = "archived_desc"
4601}
4602export declare enum _ChatIdOrdering {
4603 atmTeamId_asc = "atmTeamId_asc",
4604 atmTeamId_desc = "atmTeamId_desc",
4605 id_asc = "id_asc",
4606 id_desc = "id_desc",
4607 screenName_asc = "screenName_asc",
4608 screenName_desc = "screenName_desc",
4609 userId_asc = "userId_asc",
4610 userId_desc = "userId_desc",
4611 provider_asc = "provider_asc",
4612 provider_desc = "provider_desc",
4613 isAtomistBot_asc = "isAtomistBot_asc",
4614 isAtomistBot_desc = "isAtomistBot_desc",
4615 isOwner_asc = "isOwner_asc",
4616 isOwner_desc = "isOwner_desc",
4617 isPrimaryOwner_asc = "isPrimaryOwner_asc",
4618 isPrimaryOwner_desc = "isPrimaryOwner_desc",
4619 isAdmin_asc = "isAdmin_asc",
4620 isAdmin_desc = "isAdmin_desc",
4621 isBot_asc = "isBot_asc",
4622 isBot_desc = "isBot_desc",
4623 timezoneLabel_asc = "timezoneLabel_asc",
4624 timezoneLabel_desc = "timezoneLabel_desc"
4625}
4626export declare enum _EmailOrdering {
4627 atmTeamId_asc = "atmTeamId_asc",
4628 atmTeamId_desc = "atmTeamId_desc",
4629 address_asc = "address_asc",
4630 address_desc = "address_desc"
4631}
4632export declare enum _SCMIdOrdering {
4633 atmTeamId_asc = "atmTeamId_asc",
4634 atmTeamId_desc = "atmTeamId_desc",
4635 login_asc = "login_asc",
4636 login_desc = "login_desc",
4637 name_asc = "name_asc",
4638 name_desc = "name_desc",
4639 avatar_asc = "avatar_asc",
4640 avatar_desc = "avatar_desc"
4641}
4642export declare enum _GitHubProviderOrdering {
4643 atmTeamId_asc = "atmTeamId_asc",
4644 atmTeamId_desc = "atmTeamId_desc",
4645 id_asc = "id_asc",
4646 id_desc = "id_desc",
4647 url_asc = "url_asc",
4648 url_desc = "url_desc",
4649 providerId_asc = "providerId_asc",
4650 providerId_desc = "providerId_desc",
4651 apiUrl_asc = "apiUrl_asc",
4652 apiUrl_desc = "apiUrl_desc",
4653 gitUrl_asc = "gitUrl_asc",
4654 gitUrl_desc = "gitUrl_desc",
4655 providerType_asc = "providerType_asc",
4656 providerType_desc = "providerType_desc"
4657}
4658export declare enum _TeamOrdering {
4659 atmTeamId_asc = "atmTeamId_asc",
4660 atmTeamId_desc = "atmTeamId_desc",
4661 id_asc = "id_asc",
4662 id_desc = "id_desc",
4663 name_asc = "name_asc",
4664 name_desc = "name_desc",
4665 description_asc = "description_asc",
4666 description_desc = "description_desc",
4667 iconUrl_asc = "iconUrl_asc",
4668 iconUrl_desc = "iconUrl_desc",
4669 createdAt_asc = "createdAt_asc",
4670 createdAt_desc = "createdAt_desc"
4671}
4672export declare enum _PersonOrdering {
4673 atmTeamId_asc = "atmTeamId_asc",
4674 atmTeamId_desc = "atmTeamId_desc",
4675 id_asc = "id_asc",
4676 id_desc = "id_desc",
4677 forename_asc = "forename_asc",
4678 forename_desc = "forename_desc",
4679 surname_asc = "surname_asc",
4680 surname_desc = "surname_desc",
4681 name_asc = "name_asc",
4682 name_desc = "name_desc"
4683}
4684export declare enum _GitHubIdOrdering {
4685 atmTeamId_asc = "atmTeamId_asc",
4686 atmTeamId_desc = "atmTeamId_desc",
4687 login_asc = "login_asc",
4688 login_desc = "login_desc",
4689 name_asc = "name_asc",
4690 name_desc = "name_desc"
4691}
4692export declare enum _SCMProviderOrdering {
4693 atmTeamId_asc = "atmTeamId_asc",
4694 atmTeamId_desc = "atmTeamId_desc",
4695 id_asc = "id_asc",
4696 id_desc = "id_desc",
4697 url_asc = "url_asc",
4698 url_desc = "url_desc",
4699 providerId_asc = "providerId_asc",
4700 providerId_desc = "providerId_desc",
4701 apiUrl_asc = "apiUrl_asc",
4702 apiUrl_desc = "apiUrl_desc",
4703 gitUrl_asc = "gitUrl_asc",
4704 gitUrl_desc = "gitUrl_desc",
4705 providerType_asc = "providerType_asc",
4706 providerType_desc = "providerType_desc"
4707}
4708export declare enum _OrgOrdering {
4709 atmTeamId_asc = "atmTeamId_asc",
4710 atmTeamId_desc = "atmTeamId_desc",
4711 id_asc = "id_asc",
4712 id_desc = "id_desc",
4713 owner_asc = "owner_asc",
4714 owner_desc = "owner_desc",
4715 ownerType_asc = "ownerType_asc",
4716 ownerType_desc = "ownerType_desc"
4717}
4718export declare enum _GitHubOrgWebhookOrdering {
4719 atmTeamId_asc = "atmTeamId_asc",
4720 atmTeamId_desc = "atmTeamId_desc",
4721 id_asc = "id_asc",
4722 id_desc = "id_desc",
4723 url_asc = "url_asc",
4724 url_desc = "url_desc",
4725 webhookType_asc = "webhookType_asc",
4726 webhookType_desc = "webhookType_desc"
4727}
4728export declare enum _WebhookOrdering {
4729 atmTeamId_asc = "atmTeamId_asc",
4730 atmTeamId_desc = "atmTeamId_desc",
4731 id_asc = "id_asc",
4732 id_desc = "id_desc",
4733 url_asc = "url_asc",
4734 url_desc = "url_desc",
4735 webhookType_asc = "webhookType_asc",
4736 webhookType_desc = "webhookType_desc"
4737}
4738export declare enum _ChatTeamOrdering {
4739 atmTeamId_asc = "atmTeamId_asc",
4740 atmTeamId_desc = "atmTeamId_desc",
4741 id_asc = "id_asc",
4742 id_desc = "id_desc",
4743 name_asc = "name_asc",
4744 name_desc = "name_desc",
4745 provider_asc = "provider_asc",
4746 provider_desc = "provider_desc",
4747 domain_asc = "domain_asc",
4748 domain_desc = "domain_desc",
4749 messageCount_asc = "messageCount_asc",
4750 messageCount_desc = "messageCount_desc",
4751 emailDomain_asc = "emailDomain_asc",
4752 emailDomain_desc = "emailDomain_desc"
4753}
4754export declare enum _ChannelLinkOrdering {
4755 atmTeamId_asc = "atmTeamId_asc",
4756 atmTeamId_desc = "atmTeamId_desc",
4757 id_asc = "id_asc",
4758 id_desc = "id_desc"
4759}
4760export declare enum _PullRequestOrdering {
4761 atmTeamId_asc = "atmTeamId_asc",
4762 atmTeamId_desc = "atmTeamId_desc",
4763 id_asc = "id_asc",
4764 id_desc = "id_desc",
4765 number_asc = "number_asc",
4766 number_desc = "number_desc",
4767 prId_asc = "prId_asc",
4768 prId_desc = "prId_desc",
4769 name_asc = "name_asc",
4770 name_desc = "name_desc",
4771 body_asc = "body_asc",
4772 body_desc = "body_desc",
4773 state_asc = "state_asc",
4774 state_desc = "state_desc",
4775 merged_asc = "merged_asc",
4776 merged_desc = "merged_desc",
4777 timestamp_asc = "timestamp_asc",
4778 timestamp_desc = "timestamp_desc",
4779 baseBranchName_asc = "baseBranchName_asc",
4780 baseBranchName_desc = "baseBranchName_desc",
4781 branchName_asc = "branchName_asc",
4782 branchName_desc = "branchName_desc",
4783 title_asc = "title_asc",
4784 title_desc = "title_desc",
4785 createdAt_asc = "createdAt_asc",
4786 createdAt_desc = "createdAt_desc",
4787 updatedAt_asc = "updatedAt_asc",
4788 updatedAt_desc = "updatedAt_desc",
4789 closedAt_asc = "closedAt_asc",
4790 closedAt_desc = "closedAt_desc",
4791 mergedAt_asc = "mergedAt_asc",
4792 mergedAt_desc = "mergedAt_desc",
4793 mergeStatus_asc = "mergeStatus_asc",
4794 mergeStatus_desc = "mergeStatus_desc"
4795}
4796export declare enum _CommitOrdering {
4797 atmTeamId_asc = "atmTeamId_asc",
4798 atmTeamId_desc = "atmTeamId_desc",
4799 sha_asc = "sha_asc",
4800 sha_desc = "sha_desc",
4801 message_asc = "message_asc",
4802 message_desc = "message_desc",
4803 timestamp_asc = "timestamp_asc",
4804 timestamp_desc = "timestamp_desc"
4805}
4806export declare enum _BuildOrdering {
4807 atmTeamId_asc = "atmTeamId_asc",
4808 atmTeamId_desc = "atmTeamId_desc",
4809 id_asc = "id_asc",
4810 id_desc = "id_desc",
4811 buildId_asc = "buildId_asc",
4812 buildId_desc = "buildId_desc",
4813 name_asc = "name_asc",
4814 name_desc = "name_desc",
4815 status_asc = "status_asc",
4816 status_desc = "status_desc",
4817 buildUrl_asc = "buildUrl_asc",
4818 buildUrl_desc = "buildUrl_desc",
4819 compareUrl_asc = "compareUrl_asc",
4820 compareUrl_desc = "compareUrl_desc",
4821 trigger_asc = "trigger_asc",
4822 trigger_desc = "trigger_desc",
4823 provider_asc = "provider_asc",
4824 provider_desc = "provider_desc",
4825 pullRequestNumber_asc = "pullRequestNumber_asc",
4826 pullRequestNumber_desc = "pullRequestNumber_desc",
4827 startedAt_asc = "startedAt_asc",
4828 startedAt_desc = "startedAt_desc",
4829 finishedAt_asc = "finishedAt_asc",
4830 finishedAt_desc = "finishedAt_desc",
4831 timestamp_asc = "timestamp_asc",
4832 timestamp_desc = "timestamp_desc",
4833 workflowId_asc = "workflowId_asc",
4834 workflowId_desc = "workflowId_desc",
4835 jobName_asc = "jobName_asc",
4836 jobName_desc = "jobName_desc",
4837 jobId_asc = "jobId_asc",
4838 jobId_desc = "jobId_desc",
4839 data_asc = "data_asc",
4840 data_desc = "data_desc"
4841}
4842export declare enum _PushOrdering {
4843 atmTeamId_asc = "atmTeamId_asc",
4844 atmTeamId_desc = "atmTeamId_desc",
4845 id_asc = "id_asc",
4846 id_desc = "id_desc",
4847 timestamp_asc = "timestamp_asc",
4848 timestamp_desc = "timestamp_desc",
4849 branch_asc = "branch_asc",
4850 branch_desc = "branch_desc"
4851}
4852export declare enum SdmGoalState {
4853 success = "success",
4854 requested = "requested",
4855 approved = "approved",
4856 waiting_for_approval = "waiting_for_approval",
4857 failure = "failure",
4858 planned = "planned",
4859 in_process = "in_process",
4860 skipped = "skipped"
4861}
4862export declare enum _TagOrdering {
4863 atmTeamId_asc = "atmTeamId_asc",
4864 atmTeamId_desc = "atmTeamId_desc",
4865 id_asc = "id_asc",
4866 id_desc = "id_desc",
4867 name_asc = "name_asc",
4868 name_desc = "name_desc",
4869 description_asc = "description_asc",
4870 description_desc = "description_desc",
4871 ref_asc = "ref_asc",
4872 ref_desc = "ref_desc",
4873 timestamp_asc = "timestamp_asc",
4874 timestamp_desc = "timestamp_desc"
4875}
4876export declare enum _ReleaseOrdering {
4877 atmTeamId_asc = "atmTeamId_asc",
4878 atmTeamId_desc = "atmTeamId_desc",
4879 id_asc = "id_asc",
4880 id_desc = "id_desc",
4881 name_asc = "name_asc",
4882 name_desc = "name_desc",
4883 timestamp_asc = "timestamp_asc",
4884 timestamp_desc = "timestamp_desc"
4885}
4886export declare enum _DockerImageOrdering {
4887 atmTeamId_asc = "atmTeamId_asc",
4888 atmTeamId_desc = "atmTeamId_desc",
4889 image_asc = "image_asc",
4890 image_desc = "image_desc",
4891 imageName_asc = "imageName_asc",
4892 imageName_desc = "imageName_desc",
4893 timestamp_asc = "timestamp_asc",
4894 timestamp_desc = "timestamp_desc"
4895}
4896export declare enum _K8PodOrdering {
4897 atmTeamId_asc = "atmTeamId_asc",
4898 atmTeamId_desc = "atmTeamId_desc",
4899 name_asc = "name_asc",
4900 name_desc = "name_desc",
4901 phase_asc = "phase_asc",
4902 phase_desc = "phase_desc",
4903 environment_asc = "environment_asc",
4904 environment_desc = "environment_desc",
4905 timestamp_asc = "timestamp_asc",
4906 timestamp_desc = "timestamp_desc",
4907 baseName_asc = "baseName_asc",
4908 baseName_desc = "baseName_desc",
4909 namespace_asc = "namespace_asc",
4910 namespace_desc = "namespace_desc",
4911 statusJSON_asc = "statusJSON_asc",
4912 statusJSON_desc = "statusJSON_desc",
4913 host_asc = "host_asc",
4914 host_desc = "host_desc",
4915 state_asc = "state_asc",
4916 state_desc = "state_desc",
4917 specsJSON_asc = "specsJSON_asc",
4918 specsJSON_desc = "specsJSON_desc",
4919 envJSON_asc = "envJSON_asc",
4920 envJSON_desc = "envJSON_desc",
4921 metadataJSON_asc = "metadataJSON_asc",
4922 metadataJSON_desc = "metadataJSON_desc",
4923 containersCrashLoopBackOff_asc = "containersCrashLoopBackOff_asc",
4924 containersCrashLoopBackOff_desc = "containersCrashLoopBackOff_desc",
4925 resourceVersion_asc = "resourceVersion_asc",
4926 resourceVersion_desc = "resourceVersion_desc"
4927}
4928export declare enum _K8ContainerOrdering {
4929 atmTeamId_asc = "atmTeamId_asc",
4930 atmTeamId_desc = "atmTeamId_desc",
4931 name_asc = "name_asc",
4932 name_desc = "name_desc",
4933 imageName_asc = "imageName_asc",
4934 imageName_desc = "imageName_desc",
4935 timestamp_asc = "timestamp_asc",
4936 timestamp_desc = "timestamp_desc",
4937 environment_asc = "environment_asc",
4938 environment_desc = "environment_desc",
4939 containerJSON_asc = "containerJSON_asc",
4940 containerJSON_desc = "containerJSON_desc",
4941 state_asc = "state_asc",
4942 state_desc = "state_desc",
4943 stateReason_asc = "stateReason_asc",
4944 stateReason_desc = "stateReason_desc",
4945 ready_asc = "ready_asc",
4946 ready_desc = "ready_desc",
4947 restartCount_asc = "restartCount_asc",
4948 restartCount_desc = "restartCount_desc",
4949 statusJSON_asc = "statusJSON_asc",
4950 statusJSON_desc = "statusJSON_desc",
4951 resourceVersion_asc = "resourceVersion_asc",
4952 resourceVersion_desc = "resourceVersion_desc",
4953 containerID_asc = "containerID_asc",
4954 containerID_desc = "containerID_desc"
4955}
4956export declare enum _WorkflowOrdering {
4957 atmTeamId_asc = "atmTeamId_asc",
4958 atmTeamId_desc = "atmTeamId_desc",
4959 id_asc = "id_asc",
4960 id_desc = "id_desc",
4961 name_asc = "name_asc",
4962 name_desc = "name_desc",
4963 workflowId_asc = "workflowId_asc",
4964 workflowId_desc = "workflowId_desc",
4965 provider_asc = "provider_asc",
4966 provider_desc = "provider_desc",
4967 config_asc = "config_asc",
4968 config_desc = "config_desc"
4969}
4970export declare enum _StatusOrdering {
4971 atmTeamId_asc = "atmTeamId_asc",
4972 atmTeamId_desc = "atmTeamId_desc",
4973 id_asc = "id_asc",
4974 id_desc = "id_desc",
4975 state_asc = "state_asc",
4976 state_desc = "state_desc",
4977 description_asc = "description_asc",
4978 description_desc = "description_desc",
4979 targetUrl_asc = "targetUrl_asc",
4980 targetUrl_desc = "targetUrl_desc",
4981 context_asc = "context_asc",
4982 context_desc = "context_desc",
4983 timestamp_asc = "timestamp_asc",
4984 timestamp_desc = "timestamp_desc"
4985}
4986export declare enum _HerokuAppOrdering {
4987 atmTeamId_asc = "atmTeamId_asc",
4988 atmTeamId_desc = "atmTeamId_desc",
4989 app_asc = "app_asc",
4990 app_desc = "app_desc",
4991 url_asc = "url_asc",
4992 url_desc = "url_desc",
4993 timestamp_asc = "timestamp_asc",
4994 timestamp_desc = "timestamp_desc",
4995 user_asc = "user_asc",
4996 user_desc = "user_desc",
4997 appId_asc = "appId_asc",
4998 appId_desc = "appId_desc",
4999 release_asc = "release_asc",
5000 release_desc = "release_desc"
5001}
5002export declare enum _ApplicationOrdering {
5003 atmTeamId_asc = "atmTeamId_asc",
5004 atmTeamId_desc = "atmTeamId_desc",
5005 id_asc = "id_asc",
5006 id_desc = "id_desc",
5007 state_asc = "state_asc",
5008 state_desc = "state_desc",
5009 host_asc = "host_asc",
5010 host_desc = "host_desc",
5011 timestamp_asc = "timestamp_asc",
5012 timestamp_desc = "timestamp_desc",
5013 domain_asc = "domain_asc",
5014 domain_desc = "domain_desc",
5015 data_asc = "data_asc",
5016 data_desc = "data_desc"
5017}
5018export declare enum _FingerprintOrdering {
5019 atmTeamId_asc = "atmTeamId_asc",
5020 atmTeamId_desc = "atmTeamId_desc",
5021 name_asc = "name_asc",
5022 name_desc = "name_desc",
5023 sha_asc = "sha_asc",
5024 sha_desc = "sha_desc",
5025 data_asc = "data_asc",
5026 data_desc = "data_desc"
5027}
5028export declare enum _ParentImpactOrdering {
5029 atmTeamId_asc = "atmTeamId_asc",
5030 atmTeamId_desc = "atmTeamId_desc",
5031 id_asc = "id_asc",
5032 id_desc = "id_desc",
5033 url_asc = "url_asc",
5034 url_desc = "url_desc",
5035 data_asc = "data_asc",
5036 data_desc = "data_desc"
5037}
5038export declare enum _BranchOrdering {
5039 atmTeamId_asc = "atmTeamId_asc",
5040 atmTeamId_desc = "atmTeamId_desc",
5041 id_asc = "id_asc",
5042 id_desc = "id_desc",
5043 name_asc = "name_asc",
5044 name_desc = "name_desc",
5045 timestamp_asc = "timestamp_asc",
5046 timestamp_desc = "timestamp_desc",
5047 isRemote_asc = "isRemote_asc",
5048 isRemote_desc = "isRemote_desc",
5049 remoteRepoHtmlUrl_asc = "remoteRepoHtmlUrl_asc",
5050 remoteRepoHtmlUrl_desc = "remoteRepoHtmlUrl_desc"
5051}
5052export declare enum _ReviewOrdering {
5053 atmTeamId_asc = "atmTeamId_asc",
5054 atmTeamId_desc = "atmTeamId_desc",
5055 id_asc = "id_asc",
5056 id_desc = "id_desc",
5057 gitHubId_asc = "gitHubId_asc",
5058 gitHubId_desc = "gitHubId_desc",
5059 reviewId_asc = "reviewId_asc",
5060 reviewId_desc = "reviewId_desc",
5061 body_asc = "body_asc",
5062 body_desc = "body_desc",
5063 state_asc = "state_asc",
5064 state_desc = "state_desc",
5065 submittedAt_asc = "submittedAt_asc",
5066 submittedAt_desc = "submittedAt_desc",
5067 htmlUrl_asc = "htmlUrl_asc",
5068 htmlUrl_desc = "htmlUrl_desc"
5069}
5070export declare enum _CommentOrdering {
5071 atmTeamId_asc = "atmTeamId_asc",
5072 atmTeamId_desc = "atmTeamId_desc",
5073 id_asc = "id_asc",
5074 id_desc = "id_desc",
5075 body_asc = "body_asc",
5076 body_desc = "body_desc",
5077 timestamp_asc = "timestamp_asc",
5078 timestamp_desc = "timestamp_desc",
5079 createdAt_asc = "createdAt_asc",
5080 createdAt_desc = "createdAt_desc",
5081 updatedAt_asc = "updatedAt_asc",
5082 updatedAt_desc = "updatedAt_desc",
5083 commentId_asc = "commentId_asc",
5084 commentId_desc = "commentId_desc",
5085 gitHubId_asc = "gitHubId_asc",
5086 gitHubId_desc = "gitHubId_desc",
5087 path_asc = "path_asc",
5088 path_desc = "path_desc",
5089 position_asc = "position_asc",
5090 position_desc = "position_desc",
5091 htmlUrl_asc = "htmlUrl_asc",
5092 htmlUrl_desc = "htmlUrl_desc",
5093 commentType_asc = "commentType_asc",
5094 commentType_desc = "commentType_desc"
5095}
5096export declare enum _DeletedBranchOrdering {
5097 atmTeamId_asc = "atmTeamId_asc",
5098 atmTeamId_desc = "atmTeamId_desc",
5099 id_asc = "id_asc",
5100 id_desc = "id_desc",
5101 name_asc = "name_asc",
5102 name_desc = "name_desc",
5103 timestamp_asc = "timestamp_asc",
5104 timestamp_desc = "timestamp_desc"
5105}
5106export declare enum _ImageLinkedOrdering {
5107 atmTeamId_asc = "atmTeamId_asc",
5108 atmTeamId_desc = "atmTeamId_desc",
5109 timestamp_asc = "timestamp_asc",
5110 timestamp_desc = "timestamp_desc"
5111}
5112export declare enum _PushImpactOrdering {
5113 atmTeamId_asc = "atmTeamId_asc",
5114 atmTeamId_desc = "atmTeamId_desc",
5115 id_asc = "id_asc",
5116 id_desc = "id_desc",
5117 url_asc = "url_asc",
5118 url_desc = "url_desc",
5119 data_asc = "data_asc",
5120 data_desc = "data_desc"
5121}
5122export declare enum _PullRequestImpactOrdering {
5123 atmTeamId_asc = "atmTeamId_asc",
5124 atmTeamId_desc = "atmTeamId_desc",
5125 id_asc = "id_asc",
5126 id_desc = "id_desc",
5127 url_asc = "url_asc",
5128 url_desc = "url_desc",
5129 data_asc = "data_asc",
5130 data_desc = "data_desc"
5131}
5132export declare enum _UserJoinedChannelOrdering {
5133 atmTeamId_asc = "atmTeamId_asc",
5134 atmTeamId_desc = "atmTeamId_desc",
5135 id_asc = "id_asc",
5136 id_desc = "id_desc"
5137}
5138export declare enum _Ordering {
5139 desc = "desc",
5140 asc = "asc"
5141}
5142export declare enum CommitIssueRelationshipType {
5143 fixes = "fixes",
5144 references = "references"
5145}
5146export declare enum SdmDeployState {
5147 requested = "requested",
5148 disabled = "disabled"
5149}
5150export declare namespace BuildUrlBySha {
5151 type Variables = {
5152 sha: string;
5153 };
5154 type Query = {
5155 __typename?: "Query";
5156 Commit?: Commit[] | null;
5157 };
5158 type Commit = {
5159 __typename?: "Commit";
5160 builds?: Builds[] | null;
5161 };
5162 type Builds = {
5163 __typename?: "Build";
5164 status?: BuildStatus | null;
5165 buildUrl?: string | null;
5166 timestamp?: string | null;
5167 };
5168}
5169export declare namespace LastEndpoint {
5170 type Variables = {
5171 name: string;
5172 owner: string;
5173 branch: string;
5174 statusContext: string;
5175 };
5176 type Query = {
5177 __typename?: "Query";
5178 Repo?: Repo[] | null;
5179 };
5180 type Repo = {
5181 __typename?: "Repo";
5182 branches?: Branches[] | null;
5183 };
5184 type Branches = {
5185 __typename?: "Branch";
5186 commit?: Commit | null;
5187 };
5188 type Commit = {
5189 __typename?: "Commit";
5190 sha?: string | null;
5191 statuses?: Statuses[] | null;
5192 pushes?: Pushes[] | null;
5193 };
5194 type Statuses = {
5195 __typename?: "Status";
5196 context?: string | null;
5197 description?: string | null;
5198 state?: StatusState | null;
5199 targetUrl?: string | null;
5200 };
5201 type Pushes = {
5202 __typename?: "Push";
5203 id?: string | null;
5204 };
5205}
5206export declare namespace PersonByChatId {
5207 type Variables = {
5208 screenName: string;
5209 };
5210 type Query = {
5211 __typename?: "Query";
5212 ChatId?: ChatId[] | null;
5213 };
5214 type ChatId = {
5215 __typename?: "ChatId";
5216 userId?: string | null;
5217 screenName?: string | null;
5218 person?: Person | null;
5219 };
5220 type Person = PersonFields.Fragment;
5221}
5222export declare namespace PullRequestForSha {
5223 type Variables = {
5224 owner: string;
5225 repo: string;
5226 sha: string;
5227 };
5228 type Query = {
5229 __typename?: "Query";
5230 PullRequest?: PullRequest[] | null;
5231 };
5232 type PullRequest = {
5233 __typename?: "PullRequest";
5234 name?: string | null;
5235 title?: string | null;
5236 body?: string | null;
5237 id?: string | null;
5238 number?: number | null;
5239 author?: Author | null;
5240 repo?: Repo | null;
5241 head?: Head | null;
5242 base?: Base | null;
5243 };
5244 type Author = {
5245 __typename?: "SCMId";
5246 person?: Person | null;
5247 };
5248 type Person = {
5249 __typename?: "Person";
5250 chatId?: ChatId | null;
5251 };
5252 type ChatId = {
5253 __typename?: "ChatId";
5254 screenName?: string | null;
5255 };
5256 type Repo = CoreRepoFieldsAndChannels.Fragment;
5257 type Head = {
5258 __typename?: "Commit";
5259 message?: string | null;
5260 };
5261 type Base = {
5262 __typename?: "Commit";
5263 sha?: string | null;
5264 message?: string | null;
5265 };
5266}
5267export declare namespace PushForCommit {
5268 type Variables = {
5269 sha: string;
5270 repo: string;
5271 owner: string;
5272 providerId: string;
5273 branch: string;
5274 };
5275 type Query = {
5276 __typename?: "Query";
5277 Commit?: Commit[] | null;
5278 };
5279 type Commit = {
5280 __typename?: "Commit";
5281 pushes?: Pushes[] | null;
5282 repo?: Repo | null;
5283 };
5284 type Pushes = PushFields.Fragment;
5285 type Repo = {
5286 __typename?: "Repo";
5287 org?: Org | null;
5288 };
5289 type Org = {
5290 __typename?: "Org";
5291 provider?: Provider | null;
5292 };
5293 type Provider = {
5294 __typename?: "GitHubProvider";
5295 providerId?: string | null;
5296 };
5297}
5298export declare namespace RepoBranchTips {
5299 type Variables = {
5300 name: string;
5301 owner: string;
5302 };
5303 type Query = {
5304 __typename?: "Query";
5305 Repo?: Repo[] | null;
5306 };
5307 type Repo = {
5308 __typename?: "Repo";
5309 owner?: string | null;
5310 org?: Org | null;
5311 defaultBranch?: string | null;
5312 branches?: Branches[] | null;
5313 };
5314 type Org = {
5315 __typename?: "Org";
5316 provider?: Provider | null;
5317 };
5318 type Provider = {
5319 __typename?: "GitHubProvider";
5320 providerId?: string | null;
5321 };
5322 type Branches = {
5323 __typename?: "Branch";
5324 name?: string | null;
5325 commit?: Commit | null;
5326 };
5327 type Commit = {
5328 __typename?: "Commit";
5329 sha?: string | null;
5330 };
5331}
5332export declare namespace ScmProvider {
5333 type Variables = {
5334 providerId: string;
5335 };
5336 type Query = {
5337 __typename?: "Query";
5338 SCMProvider?: ScmProvider[] | null;
5339 };
5340 type ScmProvider = {
5341 __typename?: "SCMProvider";
5342 providerType?: ProviderType | null;
5343 url?: string | null;
5344 providerId?: string | null;
5345 apiUrl?: string | null;
5346 };
5347}
5348export declare namespace SdmBuildIdentifierForRepo {
5349 type Variables = {
5350 owner?: string[] | null;
5351 name?: string[] | null;
5352 providerId?: string[] | null;
5353 };
5354 type Query = {
5355 __typename?: "Query";
5356 SdmBuildIdentifier?: SdmBuildIdentifier[] | null;
5357 };
5358 type SdmBuildIdentifier = {
5359 __typename?: "SdmBuildIdentifier";
5360 identifier?: string | null;
5361 id?: string | null;
5362 repo?: Repo | null;
5363 };
5364 type Repo = {
5365 __typename?: "SdmBuildIdentifierRepository";
5366 name?: string | null;
5367 owner?: string | null;
5368 providerId?: string | null;
5369 };
5370}
5371export declare namespace SdmGoalById {
5372 type Variables = {
5373 id: string;
5374 };
5375 type Query = {
5376 __typename?: "Query";
5377 SdmGoal?: SdmGoal[] | null;
5378 };
5379 type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment;
5380}
5381export declare namespace SdmVersionForCommit {
5382 type Variables = {
5383 sha?: string[] | null;
5384 branch?: string[] | null;
5385 name?: string[] | null;
5386 owner?: string[] | null;
5387 providerId?: string[] | null;
5388 };
5389 type Query = {
5390 __typename?: "Query";
5391 SdmVersion?: SdmVersion[] | null;
5392 };
5393 type SdmVersion = {
5394 __typename?: "SdmVersion";
5395 repo?: Repo | null;
5396 version?: string | null;
5397 };
5398 type Repo = {
5399 __typename?: "SdmVersionRepository";
5400 name?: string | null;
5401 owner?: string | null;
5402 providerId?: string | null;
5403 };
5404}
5405export declare namespace WhatIsRunning {
5406 type Variables = {
5407 domain?: string | null;
5408 };
5409 type Query = {
5410 __typename?: "Query";
5411 Application?: Application[] | null;
5412 };
5413 type Application = {
5414 __typename?: "Application";
5415 domain?: string | null;
5416 commits?: Commits[] | null;
5417 };
5418 type Commits = {
5419 __typename?: "Commit";
5420 sha?: string | null;
5421 repo?: Repo | null;
5422 };
5423 type Repo = {
5424 __typename?: "Repo";
5425 owner?: string | null;
5426 name?: string | null;
5427 };
5428}
5429export declare namespace OnAnyApprovedSdmGoal {
5430 type Variables = {};
5431 type Subscription = {
5432 __typename?: "Subscription";
5433 SdmGoal?: SdmGoal[] | null;
5434 };
5435 type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment;
5436}
5437export declare namespace OnAnyCompletedSdmGoal {
5438 type Variables = {};
5439 type Subscription = {
5440 __typename?: "Subscription";
5441 SdmGoal?: SdmGoal[] | null;
5442 };
5443 type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment;
5444}
5445export declare namespace OnAnyFailedSdmGoal {
5446 type Variables = {};
5447 type Subscription = {
5448 __typename?: "Subscription";
5449 SdmGoal?: SdmGoal[] | null;
5450 };
5451 type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment;
5452}
5453export declare namespace OnAnyRequestedSdmGoal {
5454 type Variables = {};
5455 type Subscription = {
5456 __typename?: "Subscription";
5457 SdmGoal?: SdmGoal[] | null;
5458 };
5459 type SdmGoal = {
5460 __typename?: "SdmGoal";
5461 id?: string | null;
5462 } & SdmGoalFields.Fragment & SdmGoalRepo.Fragment;
5463}
5464export declare namespace OnAnySuccessfulSdmGoal {
5465 type Variables = {};
5466 type Subscription = {
5467 __typename?: "Subscription";
5468 SdmGoal?: SdmGoal[] | null;
5469 };
5470 type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment;
5471}
5472export declare namespace OnAParticularStatus {
5473 type Variables = {
5474 context: string;
5475 };
5476 type Subscription = {
5477 __typename?: "Subscription";
5478 Status?: Status[] | null;
5479 };
5480 type Status = {
5481 __typename?: "Status";
5482 commit?: Commit | null;
5483 state?: StatusState | null;
5484 targetUrl?: string | null;
5485 context?: string | null;
5486 description?: string | null;
5487 };
5488 type Commit = {
5489 __typename?: "Commit";
5490 sha?: string | null;
5491 message?: string | null;
5492 statuses?: Statuses[] | null;
5493 repo?: Repo | null;
5494 pushes?: Pushes[] | null;
5495 image?: Image | null;
5496 };
5497 type Statuses = {
5498 __typename?: "Status";
5499 context?: string | null;
5500 description?: string | null;
5501 state?: StatusState | null;
5502 targetUrl?: string | null;
5503 };
5504 type Repo = CoreRepoFieldsAndChannels.Fragment;
5505 type Pushes = {
5506 __typename?: "Push";
5507 branch?: string | null;
5508 };
5509 type Image = {
5510 __typename?: "DockerImage";
5511 image?: string | null;
5512 imageName?: string | null;
5513 };
5514}
5515export declare namespace OnBuildComplete {
5516 type Variables = {};
5517 type Subscription = {
5518 __typename?: "Subscription";
5519 Build?: Build[] | null;
5520 };
5521 type Build = {
5522 __typename?: "Build";
5523 buildId?: string | null;
5524 buildUrl?: string | null;
5525 compareUrl?: string | null;
5526 name?: string | null;
5527 status?: BuildStatus | null;
5528 jobId?: string | null;
5529 startedAt?: string | null;
5530 timestamp?: string | null;
5531 push?: Push | null;
5532 commit?: Commit | null;
5533 };
5534 type Push = PushFields.Fragment;
5535 type Commit = {
5536 __typename?: "Commit";
5537 sha?: string | null;
5538 message?: string | null;
5539 timestamp?: string | null;
5540 repo?: Repo | null;
5541 statuses?: Statuses[] | null;
5542 };
5543 type Repo = CoreRepoFieldsAndChannels.Fragment;
5544 type Statuses = {
5545 __typename?: "Status";
5546 context?: string | null;
5547 description?: string | null;
5548 state?: StatusState | null;
5549 targetUrl?: string | null;
5550 };
5551}
5552export declare namespace OnBuildCompleteForDryRun {
5553 type Variables = {};
5554 type Subscription = {
5555 __typename?: "Subscription";
5556 Build?: Build[] | null;
5557 };
5558 type Build = {
5559 __typename?: "Build";
5560 buildId?: string | null;
5561 buildUrl?: string | null;
5562 compareUrl?: string | null;
5563 name?: string | null;
5564 status?: BuildStatus | null;
5565 commit?: Commit | null;
5566 };
5567 type Commit = {
5568 __typename?: "Commit";
5569 sha?: string | null;
5570 message?: string | null;
5571 repo?: Repo | null;
5572 pushes?: Pushes[] | null;
5573 statuses?: Statuses[] | null;
5574 };
5575 type Repo = CoreRepoFieldsAndChannels.Fragment;
5576 type Pushes = {
5577 __typename?: "Push";
5578 branch?: string | null;
5579 };
5580 type Statuses = {
5581 __typename?: "Status";
5582 context?: string | null;
5583 description?: string | null;
5584 state?: StatusState | null;
5585 targetUrl?: string | null;
5586 };
5587}
5588export declare namespace OnChannelLink {
5589 type Variables = {};
5590 type Subscription = {
5591 __typename?: "Subscription";
5592 ChannelLink?: ChannelLink[] | null;
5593 };
5594 type ChannelLink = {
5595 __typename?: "ChannelLink";
5596 repo?: Repo | null;
5597 channel?: Channel | null;
5598 };
5599 type Repo = CoreRepoFieldsAndChannels.Fragment;
5600 type Channel = {
5601 __typename?: "ChatChannel";
5602 team?: Team | null;
5603 name?: string | null;
5604 id?: string | null;
5605 };
5606 type Team = {
5607 __typename?: "ChatTeam";
5608 id?: string | null;
5609 };
5610}
5611export declare namespace OnClosedIssue {
5612 type Variables = {};
5613 type Subscription = {
5614 __typename?: "Subscription";
5615 Issue?: Issue[] | null;
5616 };
5617 type Issue = {
5618 __typename?: "Issue";
5619 number?: number | null;
5620 title?: string | null;
5621 body?: string | null;
5622 openedBy?: OpenedBy | null;
5623 closedBy?: ClosedBy | null;
5624 createdAt?: string | null;
5625 updatedAt?: string | null;
5626 repo: Repo;
5627 assignees?: Assignees[] | null;
5628 };
5629 type OpenedBy = {
5630 __typename?: "SCMId";
5631 login?: string | null;
5632 person?: Person | null;
5633 };
5634 type Person = PersonFields.Fragment;
5635 type ClosedBy = {
5636 __typename?: "SCMId";
5637 login?: string | null;
5638 person?: _Person | null;
5639 };
5640 type _Person = PersonFields.Fragment;
5641 type Repo = CoreRepoFieldsAndChannels.Fragment;
5642 type Assignees = {
5643 __typename?: "SCMId";
5644 login?: string | null;
5645 person?: __Person | null;
5646 };
5647 type __Person = PersonFields.Fragment;
5648}
5649export declare namespace OnFirstPushToRepo {
5650 type Variables = {};
5651 type Subscription = {
5652 __typename?: "Subscription";
5653 Push?: Push[] | null;
5654 };
5655 type Push = PushFields.Fragment;
5656}
5657export declare namespace OnImageLinked {
5658 type Variables = {};
5659 type Subscription = {
5660 __typename?: "Subscription";
5661 ImageLinked?: ImageLinked[] | null;
5662 };
5663 type ImageLinked = {
5664 __typename?: "ImageLinked";
5665 commit?: Commit | null;
5666 image?: Image | null;
5667 };
5668 type Commit = {
5669 __typename?: "Commit";
5670 pushes?: Pushes[] | null;
5671 sha?: string | null;
5672 message?: string | null;
5673 author?: Author | null;
5674 repo?: Repo | null;
5675 statuses?: Statuses[] | null;
5676 };
5677 type Pushes = PushFields.Fragment;
5678 type Author = {
5679 __typename?: "SCMId";
5680 person?: Person | null;
5681 };
5682 type Person = {
5683 __typename?: "Person";
5684 id?: string | null;
5685 name?: string | null;
5686 chatId?: ChatId | null;
5687 };
5688 type ChatId = {
5689 __typename?: "ChatId";
5690 screenName?: string | null;
5691 };
5692 type Repo = CoreRepoFieldsAndChannels.Fragment;
5693 type Statuses = {
5694 __typename?: "Status";
5695 context?: string | null;
5696 description?: string | null;
5697 state?: StatusState | null;
5698 };
5699 type Image = {
5700 __typename?: "DockerImage";
5701 image?: string | null;
5702 imageName?: string | null;
5703 };
5704}
5705export declare namespace OnIssueAction {
5706 type Variables = {};
5707 type Subscription = {
5708 __typename?: "Subscription";
5709 Issue?: Issue[] | null;
5710 };
5711 type Issue = {
5712 __typename?: "Issue";
5713 number?: number | null;
5714 title?: string | null;
5715 state?: IssueState | null;
5716 body?: string | null;
5717 openedBy?: OpenedBy | null;
5718 createdAt?: string | null;
5719 updatedAt?: string | null;
5720 repo: Repo;
5721 assignees?: Assignees[] | null;
5722 };
5723 type OpenedBy = {
5724 __typename?: "SCMId";
5725 login?: string | null;
5726 person?: Person | null;
5727 };
5728 type Person = PersonFields.Fragment;
5729 type Repo = CoreRepoFieldsAndChannels.Fragment;
5730 type Assignees = {
5731 __typename?: "SCMId";
5732 login?: string | null;
5733 person?: _Person | null;
5734 };
5735 type _Person = PersonFields.Fragment;
5736}
5737export declare namespace OnPullRequest {
5738 type Variables = {};
5739 type Subscription = {
5740 __typename?: "Subscription";
5741 PullRequest?: PullRequest[] | null;
5742 };
5743 type PullRequest = {
5744 __typename?: "PullRequest";
5745 title?: string | null;
5746 number?: number | null;
5747 body?: string | null;
5748 id?: string | null;
5749 base?: Base | null;
5750 head?: Head | null;
5751 repo?: _Repo | null;
5752 };
5753 type Base = {
5754 __typename?: "Commit";
5755 sha?: string | null;
5756 message?: string | null;
5757 };
5758 type Head = {
5759 __typename?: "Commit";
5760 sha?: string | null;
5761 message?: string | null;
5762 pushes?: Pushes[] | null;
5763 };
5764 type Pushes = {
5765 __typename?: "Push";
5766 before?: Before | null;
5767 commits?: Commits[] | null;
5768 branch?: string | null;
5769 id?: string | null;
5770 repo?: Repo | null;
5771 };
5772 type Before = {
5773 __typename?: "Commit";
5774 sha?: string | null;
5775 message?: string | null;
5776 };
5777 type Commits = {
5778 __typename?: "Commit";
5779 sha?: string | null;
5780 message?: string | null;
5781 };
5782 type Repo = CoreRepoFieldsAndChannels.Fragment;
5783 type _Repo = CoreRepoFieldsAndChannels.Fragment;
5784}
5785export declare namespace OnPushImpact {
5786 type Variables = {};
5787 type Subscription = {
5788 __typename?: "Subscription";
5789 PushImpact?: PushImpact[] | null;
5790 };
5791 type PushImpact = {
5792 __typename?: "PushImpact";
5793 id?: string | null;
5794 data?: string | null;
5795 push?: Push | null;
5796 };
5797 type Push = {
5798 __typename?: "Push";
5799 before?: Before | null;
5800 after?: After | null;
5801 };
5802 type Before = {
5803 __typename?: "Commit";
5804 sha?: string | null;
5805 fingerprints?: Fingerprints[] | null;
5806 };
5807 type Fingerprints = {
5808 __typename?: "Fingerprint";
5809 sha?: string | null;
5810 name?: string | null;
5811 data?: string | null;
5812 };
5813 type After = {
5814 __typename?: "Commit";
5815 author?: Author | null;
5816 sha?: string | null;
5817 fingerprints?: _Fingerprints[] | null;
5818 repo?: Repo | null;
5819 };
5820 type Author = {
5821 __typename?: "SCMId";
5822 login?: string | null;
5823 emails?: Emails[] | null;
5824 };
5825 type Emails = {
5826 __typename?: "Email";
5827 address?: string | null;
5828 };
5829 type _Fingerprints = {
5830 __typename?: "Fingerprint";
5831 sha?: string | null;
5832 name?: string | null;
5833 data?: string | null;
5834 };
5835 type Repo = CoreRepoFieldsAndChannels.Fragment;
5836}
5837export declare namespace OnPushToAnyBranch {
5838 type Variables = {};
5839 type Subscription = {
5840 __typename?: "Subscription";
5841 Push?: Push[] | null;
5842 };
5843 type Push = PushFields.Fragment;
5844}
5845export declare namespace OnRepoCreation {
5846 type Variables = {};
5847 type Subscription = {
5848 __typename?: "Subscription";
5849 Repo?: Repo[] | null;
5850 };
5851 type Repo = {
5852 __typename?: "Repo";
5853 owner?: string | null;
5854 name?: string | null;
5855 id?: string | null;
5856 };
5857}
5858export declare namespace OnRepoOnboarded {
5859 type Variables = {};
5860 type Subscription = {
5861 __typename?: "Subscription";
5862 RepoOnboarded?: RepoOnboarded[] | null;
5863 };
5864 type RepoOnboarded = {
5865 __typename?: "RepoOnboarded";
5866 repo: Repo;
5867 };
5868 type Repo = CoreRepoFieldsAndChannels.Fragment;
5869}
5870export declare namespace OnSuccessStatus {
5871 type Variables = {
5872 context: string;
5873 };
5874 type Subscription = {
5875 __typename?: "Subscription";
5876 Status?: Status[] | null;
5877 };
5878 type Status = {
5879 __typename?: "Status";
5880 commit?: Commit | null;
5881 state?: StatusState | null;
5882 targetUrl?: string | null;
5883 context?: string | null;
5884 description?: string | null;
5885 };
5886 type Commit = {
5887 __typename?: "Commit";
5888 sha?: string | null;
5889 message?: string | null;
5890 statuses?: Statuses[] | null;
5891 repo?: Repo | null;
5892 pushes?: Pushes[] | null;
5893 };
5894 type Statuses = {
5895 __typename?: "Status";
5896 context?: string | null;
5897 description?: string | null;
5898 state?: StatusState | null;
5899 };
5900 type Repo = CoreRepoFieldsAndChannels.Fragment;
5901 type Pushes = {
5902 __typename?: "Push";
5903 branch?: string | null;
5904 };
5905}
5906export declare namespace OnTag {
5907 type Variables = {};
5908 type Subscription = {
5909 __typename?: "Subscription";
5910 Tag?: Tag[] | null;
5911 };
5912 type Tag = {
5913 __typename?: "Tag";
5914 id?: string | null;
5915 name?: string | null;
5916 description?: string | null;
5917 timestamp?: string | null;
5918 release?: Release | null;
5919 commit?: Commit | null;
5920 };
5921 type Release = {
5922 __typename?: "Release";
5923 name?: string | null;
5924 id?: string | null;
5925 timestamp?: string | null;
5926 };
5927 type Commit = {
5928 __typename?: "Commit";
5929 sha?: string | null;
5930 message?: string | null;
5931 repo?: Repo | null;
5932 };
5933 type Repo = CoreRepoFieldsAndChannels.Fragment;
5934}
5935export declare namespace OnUserJoiningChannel {
5936 type Variables = {};
5937 type Subscription = {
5938 __typename?: "Subscription";
5939 UserJoinedChannel?: UserJoinedChannel[] | null;
5940 };
5941 type UserJoinedChannel = {
5942 __typename?: "UserJoinedChannel";
5943 user?: User | null;
5944 channel?: Channel | null;
5945 };
5946 type User = {
5947 __typename?: "ChatId";
5948 screenName?: string | null;
5949 person?: Person | null;
5950 };
5951 type Person = PersonFields.Fragment;
5952 type Channel = {
5953 __typename?: "ChatChannel";
5954 name?: string | null;
5955 repos?: Repos[] | null;
5956 };
5957 type Repos = CoreRepoFieldsAndChannels.Fragment;
5958}
5959export declare namespace CoreRepoFieldsAndChannels {
5960 type Fragment = {
5961 __typename?: "Repo";
5962 owner?: string | null;
5963 name?: string | null;
5964 org?: Org | null;
5965 channels?: Channels[] | null;
5966 defaultBranch?: string | null;
5967 };
5968 type Org = {
5969 __typename?: "Org";
5970 owner?: string | null;
5971 ownerType?: OwnerType | null;
5972 provider?: Provider | null;
5973 };
5974 type Provider = {
5975 __typename?: "GitHubProvider";
5976 providerId?: string | null;
5977 providerType?: ProviderType | null;
5978 apiUrl?: string | null;
5979 url?: string | null;
5980 };
5981 type Channels = {
5982 __typename?: "ChatChannel";
5983 team?: Team | null;
5984 name?: string | null;
5985 id?: string | null;
5986 };
5987 type Team = {
5988 __typename?: "ChatTeam";
5989 id?: string | null;
5990 };
5991}
5992export declare namespace PersonFields {
5993 type Fragment = {
5994 __typename?: "Person";
5995 forename?: string | null;
5996 surname?: string | null;
5997 name?: string | null;
5998 emails?: Emails[] | null;
5999 gitHubId?: GitHubId | null;
6000 chatId?: ChatId | null;
6001 };
6002 type Emails = {
6003 __typename?: "Email";
6004 address?: string | null;
6005 };
6006 type GitHubId = {
6007 __typename?: "GitHubId";
6008 login?: string | null;
6009 };
6010 type ChatId = {
6011 __typename?: "ChatId";
6012 screenName?: string | null;
6013 };
6014}
6015export declare namespace PushFields {
6016 type Fragment = {
6017 __typename?: "Push";
6018 id?: string | null;
6019 timestamp?: string | null;
6020 branch?: string | null;
6021 before?: Before | null;
6022 after?: After | null;
6023 repo?: Repo | null;
6024 commits?: Commits[] | null;
6025 };
6026 type Before = {
6027 __typename?: "Commit";
6028 sha?: string | null;
6029 message?: string | null;
6030 committer?: Committer | null;
6031 };
6032 type Committer = {
6033 __typename?: "SCMId";
6034 login?: string | null;
6035 person?: Person | null;
6036 };
6037 type Person = PersonFields.Fragment;
6038 type After = {
6039 __typename?: "Commit";
6040 sha?: string | null;
6041 message?: string | null;
6042 committer?: _Committer | null;
6043 image?: Image | null;
6044 };
6045 type _Committer = {
6046 __typename?: "SCMId";
6047 login?: string | null;
6048 person?: _Person | null;
6049 };
6050 type _Person = PersonFields.Fragment;
6051 type Image = {
6052 __typename?: "DockerImage";
6053 image?: string | null;
6054 imageName?: string | null;
6055 };
6056 type Repo = CoreRepoFieldsAndChannels.Fragment;
6057 type Commits = {
6058 __typename?: "Commit";
6059 sha?: string | null;
6060 timestamp?: string | null;
6061 message?: string | null;
6062 author?: Author | null;
6063 };
6064 type Author = {
6065 __typename?: "SCMId";
6066 _id?: Long | null;
6067 login?: string | null;
6068 name?: string | null;
6069 };
6070}
6071export declare namespace SdmGoalFields {
6072 type Fragment = {
6073 __typename?: "SdmGoal";
6074 environment?: string | null;
6075 uniqueName?: string | null;
6076 name?: string | null;
6077 sha?: string | null;
6078 branch?: string | null;
6079 fulfillment?: Fulfillment | null;
6080 description?: string | null;
6081 url?: string | null;
6082 externalUrl?: string | null;
6083 state?: SdmGoalState | null;
6084 phase?: string | null;
6085 externalKey?: string | null;
6086 goalSet?: string | null;
6087 goalSetId?: string | null;
6088 ts?: number | null;
6089 error?: string | null;
6090 retryFeasible?: boolean | null;
6091 preConditions?: PreConditions[] | null;
6092 approval?: Approval | null;
6093 approvalRequired?: boolean | null;
6094 provenance?: Provenance[] | null;
6095 data?: string | null;
6096 push?: Push | null;
6097 };
6098 type Fulfillment = {
6099 __typename?: "SdmGoalFulfillment";
6100 method?: string | null;
6101 name?: string | null;
6102 };
6103 type PreConditions = {
6104 __typename?: "SdmCondition";
6105 environment?: string | null;
6106 name?: string | null;
6107 };
6108 type Approval = {
6109 __typename?: "SdmProvenance";
6110 correlationId?: string | null;
6111 registration?: string | null;
6112 name?: string | null;
6113 version?: string | null;
6114 ts?: number | null;
6115 userId?: string | null;
6116 channelId?: string | null;
6117 };
6118 type Provenance = {
6119 __typename?: "SdmProvenance";
6120 correlationId?: string | null;
6121 registration?: string | null;
6122 name?: string | null;
6123 version?: string | null;
6124 ts?: number | null;
6125 userId?: string | null;
6126 channelId?: string | null;
6127 };
6128 type Push = PushFields.Fragment;
6129}
6130export declare namespace SdmGoalRepo {
6131 type Fragment = {
6132 __typename?: "SdmGoal";
6133 repo?: Repo | null;
6134 };
6135 type Repo = {
6136 __typename?: "SdmRepository";
6137 name?: string | null;
6138 owner?: string | null;
6139 providerId?: string | null;
6140 };
6141}
6142//# sourceMappingURL=types.d.ts.map
\No newline at end of file