export declare type Long = any; export interface _IssueFilter { AND?: _IssueFilter[] | null; OR?: _IssueFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; number?: number | null; number_not?: number | null; number_in?: number[] | null; number_not_in?: number[] | null; number_lt?: number | null; number_lte?: number | null; number_gt?: number | null; number_gte?: number | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; title?: string | null; title_not?: string | null; title_in?: string[] | null; title_not_in?: string[] | null; title_lt?: string | null; title_lte?: string | null; title_gt?: string | null; title_gte?: string | null; title_contains?: string | null; title_not_contains?: string | null; title_starts_with?: string | null; title_not_starts_with?: string | null; title_ends_with?: string | null; title_not_ends_with?: string | null; body?: string | null; body_not?: string | null; body_in?: string[] | null; body_not_in?: string[] | null; body_lt?: string | null; body_lte?: string | null; body_gt?: string | null; body_gte?: string | null; body_contains?: string | null; body_not_contains?: string | null; body_starts_with?: string | null; body_not_starts_with?: string | null; body_ends_with?: string | null; body_not_ends_with?: string | null; state?: IssueState | null; state_not?: IssueState | null; state_in?: IssueState[] | null; state_not_in?: IssueState[] | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; action?: string | null; action_not?: string | null; action_in?: string[] | null; action_not_in?: string[] | null; action_lt?: string | null; action_lte?: string | null; action_gt?: string | null; action_gte?: string | null; action_contains?: string | null; action_not_contains?: string | null; action_starts_with?: string | null; action_not_starts_with?: string | null; action_ends_with?: string | null; action_not_ends_with?: string | null; createdAt?: string | null; createdAt_not?: string | null; createdAt_in?: string[] | null; createdAt_not_in?: string[] | null; createdAt_lt?: string | null; createdAt_lte?: string | null; createdAt_gt?: string | null; createdAt_gte?: string | null; createdAt_contains?: string | null; createdAt_not_contains?: string | null; createdAt_starts_with?: string | null; createdAt_not_starts_with?: string | null; createdAt_ends_with?: string | null; createdAt_not_ends_with?: string | null; updatedAt?: string | null; updatedAt_not?: string | null; updatedAt_in?: string[] | null; updatedAt_not_in?: string[] | null; updatedAt_lt?: string | null; updatedAt_lte?: string | null; updatedAt_gt?: string | null; updatedAt_gte?: string | null; updatedAt_contains?: string | null; updatedAt_not_contains?: string | null; updatedAt_starts_with?: string | null; updatedAt_not_starts_with?: string | null; updatedAt_ends_with?: string | null; updatedAt_not_ends_with?: string | null; closedAt?: string | null; closedAt_not?: string | null; closedAt_in?: string[] | null; closedAt_not_in?: string[] | null; closedAt_lt?: string | null; closedAt_lte?: string | null; closedAt_gt?: string | null; closedAt_gte?: string | null; closedAt_contains?: string | null; closedAt_not_contains?: string | null; closedAt_starts_with?: string | null; closedAt_not_starts_with?: string | null; closedAt_ends_with?: string | null; closedAt_not_ends_with?: string | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; resolvingCommits?: _CommitFilter | null; resolvingCommits_not?: _CommitFilter | null; resolvingCommits_in?: _CommitFilter | null; resolvingCommits_not_in?: _CommitFilter | null; resolvingCommits_some?: _CommitFilter | null; resolvingCommits_none?: _CommitFilter | null; resolvingCommits_single?: _CommitFilter | null; resolvingCommits_every?: _CommitFilter | null; openedBy?: _SCMIdFilter | null; openedBy_not?: _SCMIdFilter | null; openedBy_in?: _SCMIdFilter | null; openedBy_not_in?: _SCMIdFilter | null; closedBy?: _SCMIdFilter | null; closedBy_not?: _SCMIdFilter | null; closedBy_in?: _SCMIdFilter | null; closedBy_not_in?: _SCMIdFilter | null; labels?: _LabelFilter | null; labels_not?: _LabelFilter | null; labels_in?: _LabelFilter | null; labels_not_in?: _LabelFilter | null; labels_some?: _LabelFilter | null; labels_none?: _LabelFilter | null; labels_single?: _LabelFilter | null; labels_every?: _LabelFilter | null; assignees?: _SCMIdFilter | null; assignees_not?: _SCMIdFilter | null; assignees_in?: _SCMIdFilter | null; assignees_not_in?: _SCMIdFilter | null; assignees_some?: _SCMIdFilter | null; assignees_none?: _SCMIdFilter | null; assignees_single?: _SCMIdFilter | null; assignees_every?: _SCMIdFilter | null; lastAssignedBy?: _SCMIdFilter | null; lastAssignedBy_not?: _SCMIdFilter | null; lastAssignedBy_in?: _SCMIdFilter | null; lastAssignedBy_not_in?: _SCMIdFilter | null; comments?: _CommentFilter | null; comments_not?: _CommentFilter | null; comments_in?: _CommentFilter | null; comments_not_in?: _CommentFilter | null; comments_some?: _CommentFilter | null; comments_none?: _CommentFilter | null; comments_single?: _CommentFilter | null; comments_every?: _CommentFilter | null; } export interface _RepoFilter { AND?: _RepoFilter[] | null; OR?: _RepoFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; owner?: string | null; owner_not?: string | null; owner_in?: string[] | null; owner_not_in?: string[] | null; owner_lt?: string | null; owner_lte?: string | null; owner_gt?: string | null; owner_gte?: string | null; owner_contains?: string | null; owner_not_contains?: string | null; owner_starts_with?: string | null; owner_not_starts_with?: string | null; owner_ends_with?: string | null; owner_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; allowRebaseMerge?: boolean | null; allowRebaseMerge_not?: boolean | null; allowSquashMerge?: boolean | null; allowSquashMerge_not?: boolean | null; allowMergeCommit?: boolean | null; allowMergeCommit_not?: boolean | null; repoId?: string | null; repoId_not?: string | null; repoId_in?: string[] | null; repoId_not_in?: string[] | null; repoId_lt?: string | null; repoId_lte?: string | null; repoId_gt?: string | null; repoId_gte?: string | null; repoId_contains?: string | null; repoId_not_contains?: string | null; repoId_starts_with?: string | null; repoId_not_starts_with?: string | null; repoId_ends_with?: string | null; repoId_not_ends_with?: string | null; gitHubId?: string | null; gitHubId_not?: string | null; gitHubId_in?: string[] | null; gitHubId_not_in?: string[] | null; gitHubId_lt?: string | null; gitHubId_lte?: string | null; gitHubId_gt?: string | null; gitHubId_gte?: string | null; gitHubId_contains?: string | null; gitHubId_not_contains?: string | null; gitHubId_starts_with?: string | null; gitHubId_not_starts_with?: string | null; gitHubId_ends_with?: string | null; gitHubId_not_ends_with?: string | null; defaultBranch?: string | null; defaultBranch_not?: string | null; defaultBranch_in?: string[] | null; defaultBranch_not_in?: string[] | null; defaultBranch_lt?: string | null; defaultBranch_lte?: string | null; defaultBranch_gt?: string | null; defaultBranch_gte?: string | null; defaultBranch_contains?: string | null; defaultBranch_not_contains?: string | null; defaultBranch_starts_with?: string | null; defaultBranch_not_starts_with?: string | null; defaultBranch_ends_with?: string | null; defaultBranch_not_ends_with?: string | null; labels?: _LabelFilter | null; labels_not?: _LabelFilter | null; labels_in?: _LabelFilter | null; labels_not_in?: _LabelFilter | null; labels_some?: _LabelFilter | null; labels_none?: _LabelFilter | null; labels_single?: _LabelFilter | null; labels_every?: _LabelFilter | null; channels?: _ChatChannelFilter | null; channels_not?: _ChatChannelFilter | null; channels_in?: _ChatChannelFilter | null; channels_not_in?: _ChatChannelFilter | null; channels_some?: _ChatChannelFilter | null; channels_none?: _ChatChannelFilter | null; channels_single?: _ChatChannelFilter | null; channels_every?: _ChatChannelFilter | null; org?: _OrgFilter | null; org_not?: _OrgFilter | null; org_in?: _OrgFilter | null; org_not_in?: _OrgFilter | null; issue?: _IssueFilter | null; issue_not?: _IssueFilter | null; issue_in?: _IssueFilter | null; issue_not_in?: _IssueFilter | null; issue_some?: _IssueFilter | null; issue_none?: _IssueFilter | null; issue_single?: _IssueFilter | null; issue_every?: _IssueFilter | null; issues?: _IssueFilter | null; issues_not?: _IssueFilter | null; issues_in?: _IssueFilter | null; issues_not_in?: _IssueFilter | null; issues_some?: _IssueFilter | null; issues_none?: _IssueFilter | null; issues_single?: _IssueFilter | null; issues_every?: _IssueFilter | null; pullRequest?: _PullRequestFilter | null; pullRequest_not?: _PullRequestFilter | null; pullRequest_in?: _PullRequestFilter | null; pullRequest_not_in?: _PullRequestFilter | null; pullRequest_some?: _PullRequestFilter | null; pullRequest_none?: _PullRequestFilter | null; pullRequest_single?: _PullRequestFilter | null; pullRequest_every?: _PullRequestFilter | null; pullRequests?: _PullRequestFilter | null; pullRequests_not?: _PullRequestFilter | null; pullRequests_in?: _PullRequestFilter | null; pullRequests_not_in?: _PullRequestFilter | null; pullRequests_some?: _PullRequestFilter | null; pullRequests_none?: _PullRequestFilter | null; pullRequests_single?: _PullRequestFilter | null; pullRequests_every?: _PullRequestFilter | null; branches?: _BranchFilter | null; branches_not?: _BranchFilter | null; branches_in?: _BranchFilter | null; branches_not_in?: _BranchFilter | null; branches_some?: _BranchFilter | null; branches_none?: _BranchFilter | null; branches_single?: _BranchFilter | null; branches_every?: _BranchFilter | null; links?: _ChannelLinkFilter | null; links_not?: _ChannelLinkFilter | null; links_in?: _ChannelLinkFilter | null; links_not_in?: _ChannelLinkFilter | null; links_some?: _ChannelLinkFilter | null; links_none?: _ChannelLinkFilter | null; links_single?: _ChannelLinkFilter | null; links_every?: _ChannelLinkFilter | null; webhook?: _WebhookFilter | null; webhook_not?: _WebhookFilter | null; webhook_in?: _WebhookFilter | null; webhook_not_in?: _WebhookFilter | null; } export interface _LabelFilter { AND?: _LabelFilter[] | null; OR?: _LabelFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; default?: string | null; default_not?: string | null; default_in?: string[] | null; default_not_in?: string[] | null; default_lt?: string | null; default_lte?: string | null; default_gt?: string | null; default_gte?: string | null; default_contains?: string | null; default_not_contains?: string | null; default_starts_with?: string | null; default_not_starts_with?: string | null; default_ends_with?: string | null; default_not_ends_with?: string | null; color?: string | null; color_not?: string | null; color_in?: string[] | null; color_not_in?: string[] | null; color_lt?: string | null; color_lte?: string | null; color_gt?: string | null; color_gte?: string | null; color_contains?: string | null; color_not_contains?: string | null; color_starts_with?: string | null; color_not_starts_with?: string | null; color_ends_with?: string | null; color_not_ends_with?: string | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; } export interface _ChatChannelFilter { AND?: _ChatChannelFilter[] | null; OR?: _ChatChannelFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; provider?: string | null; provider_not?: string | null; provider_in?: string[] | null; provider_not_in?: string[] | null; provider_lt?: string | null; provider_lte?: string | null; provider_gt?: string | null; provider_gte?: string | null; provider_contains?: string | null; provider_not_contains?: string | null; provider_starts_with?: string | null; provider_not_starts_with?: string | null; provider_ends_with?: string | null; provider_not_ends_with?: string | null; normalizedName?: string | null; normalizedName_not?: string | null; normalizedName_in?: string[] | null; normalizedName_not_in?: string[] | null; normalizedName_lt?: string | null; normalizedName_lte?: string | null; normalizedName_gt?: string | null; normalizedName_gte?: string | null; normalizedName_contains?: string | null; normalizedName_not_contains?: string | null; normalizedName_starts_with?: string | null; normalizedName_not_starts_with?: string | null; normalizedName_ends_with?: string | null; normalizedName_not_ends_with?: string | null; channelId?: string | null; channelId_not?: string | null; channelId_in?: string[] | null; channelId_not_in?: string[] | null; channelId_lt?: string | null; channelId_lte?: string | null; channelId_gt?: string | null; channelId_gte?: string | null; channelId_contains?: string | null; channelId_not_contains?: string | null; channelId_starts_with?: string | null; channelId_not_starts_with?: string | null; channelId_ends_with?: string | null; channelId_not_ends_with?: string | null; isDefault?: boolean | null; isDefault_not?: boolean | null; botInvitedSelf?: boolean | null; botInvitedSelf_not?: boolean | null; archived?: boolean | null; archived_not?: boolean | null; createdBy?: _ChatIdFilter | null; createdBy_not?: _ChatIdFilter | null; createdBy_in?: _ChatIdFilter | null; createdBy_not_in?: _ChatIdFilter | null; repos?: _RepoFilter | null; repos_not?: _RepoFilter | null; repos_in?: _RepoFilter | null; repos_not_in?: _RepoFilter | null; repos_some?: _RepoFilter | null; repos_none?: _RepoFilter | null; repos_single?: _RepoFilter | null; repos_every?: _RepoFilter | null; links?: _ChannelLinkFilter | null; links_not?: _ChannelLinkFilter | null; links_in?: _ChannelLinkFilter | null; links_not_in?: _ChannelLinkFilter | null; links_some?: _ChannelLinkFilter | null; links_none?: _ChannelLinkFilter | null; links_single?: _ChannelLinkFilter | null; links_every?: _ChannelLinkFilter | null; members?: _ChatIdFilter | null; members_not?: _ChatIdFilter | null; members_in?: _ChatIdFilter | null; members_not_in?: _ChatIdFilter | null; members_some?: _ChatIdFilter | null; members_none?: _ChatIdFilter | null; members_single?: _ChatIdFilter | null; members_every?: _ChatIdFilter | null; team?: _ChatTeamFilter | null; team_not?: _ChatTeamFilter | null; team_in?: _ChatTeamFilter | null; team_not_in?: _ChatTeamFilter | null; } export interface _ChatIdFilter { AND?: _ChatIdFilter[] | null; OR?: _ChatIdFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; screenName?: string | null; screenName_not?: string | null; screenName_in?: string[] | null; screenName_not_in?: string[] | null; screenName_lt?: string | null; screenName_lte?: string | null; screenName_gt?: string | null; screenName_gte?: string | null; screenName_contains?: string | null; screenName_not_contains?: string | null; screenName_starts_with?: string | null; screenName_not_starts_with?: string | null; screenName_ends_with?: string | null; screenName_not_ends_with?: string | null; userId?: string | null; userId_not?: string | null; userId_in?: string[] | null; userId_not_in?: string[] | null; userId_lt?: string | null; userId_lte?: string | null; userId_gt?: string | null; userId_gte?: string | null; userId_contains?: string | null; userId_not_contains?: string | null; userId_starts_with?: string | null; userId_not_starts_with?: string | null; userId_ends_with?: string | null; userId_not_ends_with?: string | null; provider?: string | null; provider_not?: string | null; provider_in?: string[] | null; provider_not_in?: string[] | null; provider_lt?: string | null; provider_lte?: string | null; provider_gt?: string | null; provider_gte?: string | null; provider_contains?: string | null; provider_not_contains?: string | null; provider_starts_with?: string | null; provider_not_starts_with?: string | null; provider_ends_with?: string | null; provider_not_ends_with?: string | null; isAtomistBot?: string | null; isAtomistBot_not?: string | null; isAtomistBot_in?: string[] | null; isAtomistBot_not_in?: string[] | null; isAtomistBot_lt?: string | null; isAtomistBot_lte?: string | null; isAtomistBot_gt?: string | null; isAtomistBot_gte?: string | null; isAtomistBot_contains?: string | null; isAtomistBot_not_contains?: string | null; isAtomistBot_starts_with?: string | null; isAtomistBot_not_starts_with?: string | null; isAtomistBot_ends_with?: string | null; isAtomistBot_not_ends_with?: string | null; isOwner?: string | null; isOwner_not?: string | null; isOwner_in?: string[] | null; isOwner_not_in?: string[] | null; isOwner_lt?: string | null; isOwner_lte?: string | null; isOwner_gt?: string | null; isOwner_gte?: string | null; isOwner_contains?: string | null; isOwner_not_contains?: string | null; isOwner_starts_with?: string | null; isOwner_not_starts_with?: string | null; isOwner_ends_with?: string | null; isOwner_not_ends_with?: string | null; isPrimaryOwner?: string | null; isPrimaryOwner_not?: string | null; isPrimaryOwner_in?: string[] | null; isPrimaryOwner_not_in?: string[] | null; isPrimaryOwner_lt?: string | null; isPrimaryOwner_lte?: string | null; isPrimaryOwner_gt?: string | null; isPrimaryOwner_gte?: string | null; isPrimaryOwner_contains?: string | null; isPrimaryOwner_not_contains?: string | null; isPrimaryOwner_starts_with?: string | null; isPrimaryOwner_not_starts_with?: string | null; isPrimaryOwner_ends_with?: string | null; isPrimaryOwner_not_ends_with?: string | null; isAdmin?: string | null; isAdmin_not?: string | null; isAdmin_in?: string[] | null; isAdmin_not_in?: string[] | null; isAdmin_lt?: string | null; isAdmin_lte?: string | null; isAdmin_gt?: string | null; isAdmin_gte?: string | null; isAdmin_contains?: string | null; isAdmin_not_contains?: string | null; isAdmin_starts_with?: string | null; isAdmin_not_starts_with?: string | null; isAdmin_ends_with?: string | null; isAdmin_not_ends_with?: string | null; isBot?: string | null; isBot_not?: string | null; isBot_in?: string[] | null; isBot_not_in?: string[] | null; isBot_lt?: string | null; isBot_lte?: string | null; isBot_gt?: string | null; isBot_gte?: string | null; isBot_contains?: string | null; isBot_not_contains?: string | null; isBot_starts_with?: string | null; isBot_not_starts_with?: string | null; isBot_ends_with?: string | null; isBot_not_ends_with?: string | null; timezoneLabel?: string | null; timezoneLabel_not?: string | null; timezoneLabel_in?: string[] | null; timezoneLabel_not_in?: string[] | null; timezoneLabel_lt?: string | null; timezoneLabel_lte?: string | null; timezoneLabel_gt?: string | null; timezoneLabel_gte?: string | null; timezoneLabel_contains?: string | null; timezoneLabel_not_contains?: string | null; timezoneLabel_starts_with?: string | null; timezoneLabel_not_starts_with?: string | null; timezoneLabel_ends_with?: string | null; timezoneLabel_not_ends_with?: string | null; channels?: _ChatChannelFilter | null; channels_not?: _ChatChannelFilter | null; channels_in?: _ChatChannelFilter | null; channels_not_in?: _ChatChannelFilter | null; channels_some?: _ChatChannelFilter | null; channels_none?: _ChatChannelFilter | null; channels_single?: _ChatChannelFilter | null; channels_every?: _ChatChannelFilter | null; emails?: _EmailFilter | null; emails_not?: _EmailFilter | null; emails_in?: _EmailFilter | null; emails_not_in?: _EmailFilter | null; emails_some?: _EmailFilter | null; emails_none?: _EmailFilter | null; emails_single?: _EmailFilter | null; emails_every?: _EmailFilter | null; chatTeam?: _ChatTeamFilter | null; chatTeam_not?: _ChatTeamFilter | null; chatTeam_in?: _ChatTeamFilter | null; chatTeam_not_in?: _ChatTeamFilter | null; channelsCreated?: _ChatChannelFilter | null; channelsCreated_not?: _ChatChannelFilter | null; channelsCreated_in?: _ChatChannelFilter | null; channelsCreated_not_in?: _ChatChannelFilter | null; channelsCreated_some?: _ChatChannelFilter | null; channelsCreated_none?: _ChatChannelFilter | null; channelsCreated_single?: _ChatChannelFilter | null; channelsCreated_every?: _ChatChannelFilter | null; person?: _PersonFilter | null; person_not?: _PersonFilter | null; person_in?: _PersonFilter | null; person_not_in?: _PersonFilter | null; } export interface _EmailFilter { AND?: _EmailFilter[] | null; OR?: _EmailFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; address?: string | null; address_not?: string | null; address_in?: string[] | null; address_not_in?: string[] | null; address_lt?: string | null; address_lte?: string | null; address_gt?: string | null; address_gte?: string | null; address_contains?: string | null; address_not_contains?: string | null; address_starts_with?: string | null; address_not_starts_with?: string | null; address_ends_with?: string | null; address_not_ends_with?: string | null; scmId?: _SCMIdFilter | null; scmId_not?: _SCMIdFilter | null; scmId_in?: _SCMIdFilter | null; scmId_not_in?: _SCMIdFilter | null; gitHubId?: _GitHubIdFilter | null; gitHubId_not?: _GitHubIdFilter | null; gitHubId_in?: _GitHubIdFilter | null; gitHubId_not_in?: _GitHubIdFilter | null; chatId?: _ChatIdFilter | null; chatId_not?: _ChatIdFilter | null; chatId_in?: _ChatIdFilter | null; chatId_not_in?: _ChatIdFilter | null; person?: _PersonFilter | null; person_not?: _PersonFilter | null; person_in?: _PersonFilter | null; person_not_in?: _PersonFilter | null; } export interface _SCMIdFilter { AND?: _SCMIdFilter[] | null; OR?: _SCMIdFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; login?: string | null; login_not?: string | null; login_in?: string[] | null; login_not_in?: string[] | null; login_lt?: string | null; login_lte?: string | null; login_gt?: string | null; login_gte?: string | null; login_contains?: string | null; login_not_contains?: string | null; login_starts_with?: string | null; login_not_starts_with?: string | null; login_ends_with?: string | null; login_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; avatar?: string | null; avatar_not?: string | null; avatar_in?: string[] | null; avatar_not_in?: string[] | null; avatar_lt?: string | null; avatar_lte?: string | null; avatar_gt?: string | null; avatar_gte?: string | null; avatar_contains?: string | null; avatar_not_contains?: string | null; avatar_starts_with?: string | null; avatar_not_starts_with?: string | null; avatar_ends_with?: string | null; avatar_not_ends_with?: string | null; provider?: _GitHubProviderFilter | null; provider_not?: _GitHubProviderFilter | null; provider_in?: _GitHubProviderFilter | null; provider_not_in?: _GitHubProviderFilter | null; provider_some?: _GitHubProviderFilter | null; provider_none?: _GitHubProviderFilter | null; provider_single?: _GitHubProviderFilter | null; provider_every?: _GitHubProviderFilter | null; scmProvider?: _SCMProviderFilter | null; scmProvider_not?: _SCMProviderFilter | null; scmProvider_in?: _SCMProviderFilter | null; scmProvider_not_in?: _SCMProviderFilter | null; emails?: _EmailFilter | null; emails_not?: _EmailFilter | null; emails_in?: _EmailFilter | null; emails_not_in?: _EmailFilter | null; emails_some?: _EmailFilter | null; emails_none?: _EmailFilter | null; emails_single?: _EmailFilter | null; emails_every?: _EmailFilter | null; person?: _PersonFilter | null; person_not?: _PersonFilter | null; person_in?: _PersonFilter | null; person_not_in?: _PersonFilter | null; } export interface _GitHubProviderFilter { AND?: _GitHubProviderFilter[] | null; OR?: _GitHubProviderFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; providerId?: string | null; providerId_not?: string | null; providerId_in?: string[] | null; providerId_not_in?: string[] | null; providerId_lt?: string | null; providerId_lte?: string | null; providerId_gt?: string | null; providerId_gte?: string | null; providerId_contains?: string | null; providerId_not_contains?: string | null; providerId_starts_with?: string | null; providerId_not_starts_with?: string | null; providerId_ends_with?: string | null; providerId_not_ends_with?: string | null; apiUrl?: string | null; apiUrl_not?: string | null; apiUrl_in?: string[] | null; apiUrl_not_in?: string[] | null; apiUrl_lt?: string | null; apiUrl_lte?: string | null; apiUrl_gt?: string | null; apiUrl_gte?: string | null; apiUrl_contains?: string | null; apiUrl_not_contains?: string | null; apiUrl_starts_with?: string | null; apiUrl_not_starts_with?: string | null; apiUrl_ends_with?: string | null; apiUrl_not_ends_with?: string | null; gitUrl?: string | null; gitUrl_not?: string | null; gitUrl_in?: string[] | null; gitUrl_not_in?: string[] | null; gitUrl_lt?: string | null; gitUrl_lte?: string | null; gitUrl_gt?: string | null; gitUrl_gte?: string | null; gitUrl_contains?: string | null; gitUrl_not_contains?: string | null; gitUrl_starts_with?: string | null; gitUrl_not_starts_with?: string | null; gitUrl_ends_with?: string | null; gitUrl_not_ends_with?: string | null; providerType?: ProviderType | null; providerType_not?: ProviderType | null; providerType_in?: ProviderType[] | null; providerType_not_in?: ProviderType[] | null; team?: _TeamFilter | null; team_not?: _TeamFilter | null; team_in?: _TeamFilter | null; team_not_in?: _TeamFilter | null; } export interface _TeamFilter { AND?: _TeamFilter[] | null; OR?: _TeamFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; description?: string | null; description_not?: string | null; description_in?: string[] | null; description_not_in?: string[] | null; description_lt?: string | null; description_lte?: string | null; description_gt?: string | null; description_gte?: string | null; description_contains?: string | null; description_not_contains?: string | null; description_starts_with?: string | null; description_not_starts_with?: string | null; description_ends_with?: string | null; description_not_ends_with?: string | null; iconUrl?: string | null; iconUrl_not?: string | null; iconUrl_in?: string[] | null; iconUrl_not_in?: string[] | null; iconUrl_lt?: string | null; iconUrl_lte?: string | null; iconUrl_gt?: string | null; iconUrl_gte?: string | null; iconUrl_contains?: string | null; iconUrl_not_contains?: string | null; iconUrl_starts_with?: string | null; iconUrl_not_starts_with?: string | null; iconUrl_ends_with?: string | null; iconUrl_not_ends_with?: string | null; createdAt?: string | null; createdAt_not?: string | null; createdAt_in?: string[] | null; createdAt_not_in?: string[] | null; createdAt_lt?: string | null; createdAt_lte?: string | null; createdAt_gt?: string | null; createdAt_gte?: string | null; createdAt_contains?: string | null; createdAt_not_contains?: string | null; createdAt_starts_with?: string | null; createdAt_not_starts_with?: string | null; createdAt_ends_with?: string | null; createdAt_not_ends_with?: string | null; persons?: _PersonFilter | null; persons_not?: _PersonFilter | null; persons_in?: _PersonFilter | null; persons_not_in?: _PersonFilter | null; persons_some?: _PersonFilter | null; persons_none?: _PersonFilter | null; persons_single?: _PersonFilter | null; persons_every?: _PersonFilter | null; orgs?: _OrgFilter | null; orgs_not?: _OrgFilter | null; orgs_in?: _OrgFilter | null; orgs_not_in?: _OrgFilter | null; orgs_some?: _OrgFilter | null; orgs_none?: _OrgFilter | null; orgs_single?: _OrgFilter | null; orgs_every?: _OrgFilter | null; providers?: _GitHubProviderFilter | null; providers_not?: _GitHubProviderFilter | null; providers_in?: _GitHubProviderFilter | null; providers_not_in?: _GitHubProviderFilter | null; providers_some?: _GitHubProviderFilter | null; providers_none?: _GitHubProviderFilter | null; providers_single?: _GitHubProviderFilter | null; providers_every?: _GitHubProviderFilter | null; scmProviders?: _SCMProviderFilter | null; scmProviders_not?: _SCMProviderFilter | null; scmProviders_in?: _SCMProviderFilter | null; scmProviders_not_in?: _SCMProviderFilter | null; scmProviders_some?: _SCMProviderFilter | null; scmProviders_none?: _SCMProviderFilter | null; scmProviders_single?: _SCMProviderFilter | null; scmProviders_every?: _SCMProviderFilter | null; chatTeams?: _ChatTeamFilter | null; chatTeams_not?: _ChatTeamFilter | null; chatTeams_in?: _ChatTeamFilter | null; chatTeams_not_in?: _ChatTeamFilter | null; chatTeams_some?: _ChatTeamFilter | null; chatTeams_none?: _ChatTeamFilter | null; chatTeams_single?: _ChatTeamFilter | null; chatTeams_every?: _ChatTeamFilter | null; } export interface _PersonFilter { AND?: _PersonFilter[] | null; OR?: _PersonFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; forename?: string | null; forename_not?: string | null; forename_in?: string[] | null; forename_not_in?: string[] | null; forename_lt?: string | null; forename_lte?: string | null; forename_gt?: string | null; forename_gte?: string | null; forename_contains?: string | null; forename_not_contains?: string | null; forename_starts_with?: string | null; forename_not_starts_with?: string | null; forename_ends_with?: string | null; forename_not_ends_with?: string | null; surname?: string | null; surname_not?: string | null; surname_in?: string[] | null; surname_not_in?: string[] | null; surname_lt?: string | null; surname_lte?: string | null; surname_gt?: string | null; surname_gte?: string | null; surname_contains?: string | null; surname_not_contains?: string | null; surname_starts_with?: string | null; surname_not_starts_with?: string | null; surname_ends_with?: string | null; surname_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; scmId?: _SCMIdFilter | null; scmId_not?: _SCMIdFilter | null; scmId_in?: _SCMIdFilter | null; scmId_not_in?: _SCMIdFilter | null; gitHubId?: _GitHubIdFilter | null; gitHubId_not?: _GitHubIdFilter | null; gitHubId_in?: _GitHubIdFilter | null; gitHubId_not_in?: _GitHubIdFilter | null; chatId?: _ChatIdFilter | null; chatId_not?: _ChatIdFilter | null; chatId_in?: _ChatIdFilter | null; chatId_not_in?: _ChatIdFilter | null; emails?: _EmailFilter | null; emails_not?: _EmailFilter | null; emails_in?: _EmailFilter | null; emails_not_in?: _EmailFilter | null; emails_some?: _EmailFilter | null; emails_none?: _EmailFilter | null; emails_single?: _EmailFilter | null; emails_every?: _EmailFilter | null; team?: _TeamFilter | null; team_not?: _TeamFilter | null; team_in?: _TeamFilter | null; team_not_in?: _TeamFilter | null; } export interface _GitHubIdFilter { AND?: _GitHubIdFilter[] | null; OR?: _GitHubIdFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; login?: string | null; login_not?: string | null; login_in?: string[] | null; login_not_in?: string[] | null; login_lt?: string | null; login_lte?: string | null; login_gt?: string | null; login_gte?: string | null; login_contains?: string | null; login_not_contains?: string | null; login_starts_with?: string | null; login_not_starts_with?: string | null; login_ends_with?: string | null; login_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; provider?: _GitHubProviderFilter | null; provider_not?: _GitHubProviderFilter | null; provider_in?: _GitHubProviderFilter | null; provider_not_in?: _GitHubProviderFilter | null; provider_some?: _GitHubProviderFilter | null; provider_none?: _GitHubProviderFilter | null; provider_single?: _GitHubProviderFilter | null; provider_every?: _GitHubProviderFilter | null; scmProvider?: _SCMProviderFilter | null; scmProvider_not?: _SCMProviderFilter | null; scmProvider_in?: _SCMProviderFilter | null; scmProvider_not_in?: _SCMProviderFilter | null; emails?: _EmailFilter | null; emails_not?: _EmailFilter | null; emails_in?: _EmailFilter | null; emails_not_in?: _EmailFilter | null; emails_some?: _EmailFilter | null; emails_none?: _EmailFilter | null; emails_single?: _EmailFilter | null; emails_every?: _EmailFilter | null; person?: _PersonFilter | null; person_not?: _PersonFilter | null; person_in?: _PersonFilter | null; person_not_in?: _PersonFilter | null; } export interface _SCMProviderFilter { AND?: _SCMProviderFilter[] | null; OR?: _SCMProviderFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; providerId?: string | null; providerId_not?: string | null; providerId_in?: string[] | null; providerId_not_in?: string[] | null; providerId_lt?: string | null; providerId_lte?: string | null; providerId_gt?: string | null; providerId_gte?: string | null; providerId_contains?: string | null; providerId_not_contains?: string | null; providerId_starts_with?: string | null; providerId_not_starts_with?: string | null; providerId_ends_with?: string | null; providerId_not_ends_with?: string | null; apiUrl?: string | null; apiUrl_not?: string | null; apiUrl_in?: string[] | null; apiUrl_not_in?: string[] | null; apiUrl_lt?: string | null; apiUrl_lte?: string | null; apiUrl_gt?: string | null; apiUrl_gte?: string | null; apiUrl_contains?: string | null; apiUrl_not_contains?: string | null; apiUrl_starts_with?: string | null; apiUrl_not_starts_with?: string | null; apiUrl_ends_with?: string | null; apiUrl_not_ends_with?: string | null; gitUrl?: string | null; gitUrl_not?: string | null; gitUrl_in?: string[] | null; gitUrl_not_in?: string[] | null; gitUrl_lt?: string | null; gitUrl_lte?: string | null; gitUrl_gt?: string | null; gitUrl_gte?: string | null; gitUrl_contains?: string | null; gitUrl_not_contains?: string | null; gitUrl_starts_with?: string | null; gitUrl_not_starts_with?: string | null; gitUrl_ends_with?: string | null; gitUrl_not_ends_with?: string | null; providerType?: ProviderType | null; providerType_not?: ProviderType | null; providerType_in?: ProviderType[] | null; providerType_not_in?: ProviderType[] | null; team?: _TeamFilter | null; team_not?: _TeamFilter | null; team_in?: _TeamFilter | null; team_not_in?: _TeamFilter | null; } export interface _OrgFilter { AND?: _OrgFilter[] | null; OR?: _OrgFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; owner?: string | null; owner_not?: string | null; owner_in?: string[] | null; owner_not_in?: string[] | null; owner_lt?: string | null; owner_lte?: string | null; owner_gt?: string | null; owner_gte?: string | null; owner_contains?: string | null; owner_not_contains?: string | null; owner_starts_with?: string | null; owner_not_starts_with?: string | null; owner_ends_with?: string | null; owner_not_ends_with?: string | null; ownerType?: OwnerType | null; ownerType_not?: OwnerType | null; ownerType_in?: OwnerType[] | null; ownerType_not_in?: OwnerType[] | null; provider?: _GitHubProviderFilter | null; provider_not?: _GitHubProviderFilter | null; provider_in?: _GitHubProviderFilter | null; provider_not_in?: _GitHubProviderFilter | null; scmProvider?: _SCMProviderFilter | null; scmProvider_not?: _SCMProviderFilter | null; scmProvider_in?: _SCMProviderFilter | null; scmProvider_not_in?: _SCMProviderFilter | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; repo_some?: _RepoFilter | null; repo_none?: _RepoFilter | null; repo_single?: _RepoFilter | null; repo_every?: _RepoFilter | null; repos?: _RepoFilter | null; repos_not?: _RepoFilter | null; repos_in?: _RepoFilter | null; repos_not_in?: _RepoFilter | null; repos_some?: _RepoFilter | null; repos_none?: _RepoFilter | null; repos_single?: _RepoFilter | null; repos_every?: _RepoFilter | null; webhook?: _GitHubOrgWebhookFilter | null; webhook_not?: _GitHubOrgWebhookFilter | null; webhook_in?: _GitHubOrgWebhookFilter | null; webhook_not_in?: _GitHubOrgWebhookFilter | null; webhook_some?: _GitHubOrgWebhookFilter | null; webhook_none?: _GitHubOrgWebhookFilter | null; webhook_single?: _GitHubOrgWebhookFilter | null; webhook_every?: _GitHubOrgWebhookFilter | null; webhooks?: _WebhookFilter | null; webhooks_not?: _WebhookFilter | null; webhooks_in?: _WebhookFilter | null; webhooks_not_in?: _WebhookFilter | null; webhooks_some?: _WebhookFilter | null; webhooks_none?: _WebhookFilter | null; webhooks_single?: _WebhookFilter | null; webhooks_every?: _WebhookFilter | null; chatTeam?: _ChatTeamFilter | null; chatTeam_not?: _ChatTeamFilter | null; chatTeam_in?: _ChatTeamFilter | null; chatTeam_not_in?: _ChatTeamFilter | null; team?: _TeamFilter | null; team_not?: _TeamFilter | null; team_in?: _TeamFilter | null; team_not_in?: _TeamFilter | null; } export interface _GitHubOrgWebhookFilter { AND?: _GitHubOrgWebhookFilter[] | null; OR?: _GitHubOrgWebhookFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; webhookType?: WebhookType | null; webhookType_not?: WebhookType | null; webhookType_in?: WebhookType[] | null; webhookType_not_in?: WebhookType[] | null; org?: _OrgFilter | null; org_not?: _OrgFilter | null; org_in?: _OrgFilter | null; org_not_in?: _OrgFilter | null; } export interface _WebhookFilter { AND?: _WebhookFilter[] | null; OR?: _WebhookFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; webhookType?: WebhookType | null; webhookType_not?: WebhookType | null; webhookType_in?: WebhookType[] | null; webhookType_not_in?: WebhookType[] | null; org?: _OrgFilter | null; org_not?: _OrgFilter | null; org_in?: _OrgFilter | null; org_not_in?: _OrgFilter | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; } export interface _ChatTeamFilter { AND?: _ChatTeamFilter[] | null; OR?: _ChatTeamFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; provider?: string | null; provider_not?: string | null; provider_in?: string[] | null; provider_not_in?: string[] | null; provider_lt?: string | null; provider_lte?: string | null; provider_gt?: string | null; provider_gte?: string | null; provider_contains?: string | null; provider_not_contains?: string | null; provider_starts_with?: string | null; provider_not_starts_with?: string | null; provider_ends_with?: string | null; provider_not_ends_with?: string | null; domain?: string | null; domain_not?: string | null; domain_in?: string[] | null; domain_not_in?: string[] | null; domain_lt?: string | null; domain_lte?: string | null; domain_gt?: string | null; domain_gte?: string | null; domain_contains?: string | null; domain_not_contains?: string | null; domain_starts_with?: string | null; domain_not_starts_with?: string | null; domain_ends_with?: string | null; domain_not_ends_with?: string | null; messageCount?: number | null; messageCount_not?: number | null; messageCount_in?: number[] | null; messageCount_not_in?: number[] | null; messageCount_lt?: number | null; messageCount_lte?: number | null; messageCount_gt?: number | null; messageCount_gte?: number | null; emailDomain?: string | null; emailDomain_not?: string | null; emailDomain_in?: string[] | null; emailDomain_not_in?: string[] | null; emailDomain_lt?: string | null; emailDomain_lte?: string | null; emailDomain_gt?: string | null; emailDomain_gte?: string | null; emailDomain_contains?: string | null; emailDomain_not_contains?: string | null; emailDomain_starts_with?: string | null; emailDomain_not_starts_with?: string | null; emailDomain_ends_with?: string | null; emailDomain_not_ends_with?: string | null; orgs?: _OrgFilter | null; orgs_not?: _OrgFilter | null; orgs_in?: _OrgFilter | null; orgs_not_in?: _OrgFilter | null; orgs_some?: _OrgFilter | null; orgs_none?: _OrgFilter | null; orgs_single?: _OrgFilter | null; orgs_every?: _OrgFilter | null; providers?: _GitHubProviderFilter | null; providers_not?: _GitHubProviderFilter | null; providers_in?: _GitHubProviderFilter | null; providers_not_in?: _GitHubProviderFilter | null; providers_some?: _GitHubProviderFilter | null; providers_none?: _GitHubProviderFilter | null; providers_single?: _GitHubProviderFilter | null; providers_every?: _GitHubProviderFilter | null; scmProviders?: _SCMProviderFilter | null; scmProviders_not?: _SCMProviderFilter | null; scmProviders_in?: _SCMProviderFilter | null; scmProviders_not_in?: _SCMProviderFilter | null; scmProviders_some?: _SCMProviderFilter | null; scmProviders_none?: _SCMProviderFilter | null; scmProviders_single?: _SCMProviderFilter | null; scmProviders_every?: _SCMProviderFilter | null; channels?: _ChatChannelFilter | null; channels_not?: _ChatChannelFilter | null; channels_in?: _ChatChannelFilter | null; channels_not_in?: _ChatChannelFilter | null; channels_some?: _ChatChannelFilter | null; channels_none?: _ChatChannelFilter | null; channels_single?: _ChatChannelFilter | null; channels_every?: _ChatChannelFilter | null; members?: _ChatIdFilter | null; members_not?: _ChatIdFilter | null; members_in?: _ChatIdFilter | null; members_not_in?: _ChatIdFilter | null; members_some?: _ChatIdFilter | null; members_none?: _ChatIdFilter | null; members_single?: _ChatIdFilter | null; members_every?: _ChatIdFilter | null; team?: _TeamFilter | null; team_not?: _TeamFilter | null; team_in?: _TeamFilter | null; team_not_in?: _TeamFilter | null; } export interface _ChannelLinkFilter { AND?: _ChannelLinkFilter[] | null; OR?: _ChannelLinkFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; channel?: _ChatChannelFilter | null; channel_not?: _ChatChannelFilter | null; channel_in?: _ChatChannelFilter | null; channel_not_in?: _ChatChannelFilter | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; } export interface _PullRequestFilter { AND?: _PullRequestFilter[] | null; OR?: _PullRequestFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; number?: number | null; number_not?: number | null; number_in?: number[] | null; number_not_in?: number[] | null; number_lt?: number | null; number_lte?: number | null; number_gt?: number | null; number_gte?: number | null; prId?: string | null; prId_not?: string | null; prId_in?: string[] | null; prId_not_in?: string[] | null; prId_lt?: string | null; prId_lte?: string | null; prId_gt?: string | null; prId_gte?: string | null; prId_contains?: string | null; prId_not_contains?: string | null; prId_starts_with?: string | null; prId_not_starts_with?: string | null; prId_ends_with?: string | null; prId_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; body?: string | null; body_not?: string | null; body_in?: string[] | null; body_not_in?: string[] | null; body_lt?: string | null; body_lte?: string | null; body_gt?: string | null; body_gte?: string | null; body_contains?: string | null; body_not_contains?: string | null; body_starts_with?: string | null; body_not_starts_with?: string | null; body_ends_with?: string | null; body_not_ends_with?: string | null; state?: string | null; state_not?: string | null; state_in?: string[] | null; state_not_in?: string[] | null; state_lt?: string | null; state_lte?: string | null; state_gt?: string | null; state_gte?: string | null; state_contains?: string | null; state_not_contains?: string | null; state_starts_with?: string | null; state_not_starts_with?: string | null; state_ends_with?: string | null; state_not_ends_with?: string | null; merged?: boolean | null; merged_not?: boolean | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; baseBranchName?: string | null; baseBranchName_not?: string | null; baseBranchName_in?: string[] | null; baseBranchName_not_in?: string[] | null; baseBranchName_lt?: string | null; baseBranchName_lte?: string | null; baseBranchName_gt?: string | null; baseBranchName_gte?: string | null; baseBranchName_contains?: string | null; baseBranchName_not_contains?: string | null; baseBranchName_starts_with?: string | null; baseBranchName_not_starts_with?: string | null; baseBranchName_ends_with?: string | null; baseBranchName_not_ends_with?: string | null; branchName?: string | null; branchName_not?: string | null; branchName_in?: string[] | null; branchName_not_in?: string[] | null; branchName_lt?: string | null; branchName_lte?: string | null; branchName_gt?: string | null; branchName_gte?: string | null; branchName_contains?: string | null; branchName_not_contains?: string | null; branchName_starts_with?: string | null; branchName_not_starts_with?: string | null; branchName_ends_with?: string | null; branchName_not_ends_with?: string | null; title?: string | null; title_not?: string | null; title_in?: string[] | null; title_not_in?: string[] | null; title_lt?: string | null; title_lte?: string | null; title_gt?: string | null; title_gte?: string | null; title_contains?: string | null; title_not_contains?: string | null; title_starts_with?: string | null; title_not_starts_with?: string | null; title_ends_with?: string | null; title_not_ends_with?: string | null; createdAt?: string | null; createdAt_not?: string | null; createdAt_in?: string[] | null; createdAt_not_in?: string[] | null; createdAt_lt?: string | null; createdAt_lte?: string | null; createdAt_gt?: string | null; createdAt_gte?: string | null; createdAt_contains?: string | null; createdAt_not_contains?: string | null; createdAt_starts_with?: string | null; createdAt_not_starts_with?: string | null; createdAt_ends_with?: string | null; createdAt_not_ends_with?: string | null; updatedAt?: string | null; updatedAt_not?: string | null; updatedAt_in?: string[] | null; updatedAt_not_in?: string[] | null; updatedAt_lt?: string | null; updatedAt_lte?: string | null; updatedAt_gt?: string | null; updatedAt_gte?: string | null; updatedAt_contains?: string | null; updatedAt_not_contains?: string | null; updatedAt_starts_with?: string | null; updatedAt_not_starts_with?: string | null; updatedAt_ends_with?: string | null; updatedAt_not_ends_with?: string | null; closedAt?: string | null; closedAt_not?: string | null; closedAt_in?: string[] | null; closedAt_not_in?: string[] | null; closedAt_lt?: string | null; closedAt_lte?: string | null; closedAt_gt?: string | null; closedAt_gte?: string | null; closedAt_contains?: string | null; closedAt_not_contains?: string | null; closedAt_starts_with?: string | null; closedAt_not_starts_with?: string | null; closedAt_ends_with?: string | null; closedAt_not_ends_with?: string | null; mergedAt?: string | null; mergedAt_not?: string | null; mergedAt_in?: string[] | null; mergedAt_not_in?: string[] | null; mergedAt_lt?: string | null; mergedAt_lte?: string | null; mergedAt_gt?: string | null; mergedAt_gte?: string | null; mergedAt_contains?: string | null; mergedAt_not_contains?: string | null; mergedAt_starts_with?: string | null; mergedAt_not_starts_with?: string | null; mergedAt_ends_with?: string | null; mergedAt_not_ends_with?: string | null; mergeStatus?: MergeStatus | null; mergeStatus_not?: MergeStatus | null; mergeStatus_in?: MergeStatus[] | null; mergeStatus_not_in?: MergeStatus[] | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; head?: _CommitFilter | null; head_not?: _CommitFilter | null; head_in?: _CommitFilter | null; head_not_in?: _CommitFilter | null; base?: _CommitFilter | null; base_not?: _CommitFilter | null; base_in?: _CommitFilter | null; base_not_in?: _CommitFilter | null; mergeCommit?: _CommitFilter | null; mergeCommit_not?: _CommitFilter | null; mergeCommit_in?: _CommitFilter | null; mergeCommit_not_in?: _CommitFilter | null; author?: _SCMIdFilter | null; author_not?: _SCMIdFilter | null; author_in?: _SCMIdFilter | null; author_not_in?: _SCMIdFilter | null; merger?: _SCMIdFilter | null; merger_not?: _SCMIdFilter | null; merger_in?: _SCMIdFilter | null; merger_not_in?: _SCMIdFilter | null; assignees?: _SCMIdFilter | null; assignees_not?: _SCMIdFilter | null; assignees_in?: _SCMIdFilter | null; assignees_not_in?: _SCMIdFilter | null; assignees_some?: _SCMIdFilter | null; assignees_none?: _SCMIdFilter | null; assignees_single?: _SCMIdFilter | null; assignees_every?: _SCMIdFilter | null; commits?: _CommitFilter | null; commits_not?: _CommitFilter | null; commits_in?: _CommitFilter | null; commits_not_in?: _CommitFilter | null; commits_some?: _CommitFilter | null; commits_none?: _CommitFilter | null; commits_single?: _CommitFilter | null; commits_every?: _CommitFilter | null; branch?: _BranchFilter | null; branch_not?: _BranchFilter | null; branch_in?: _BranchFilter | null; branch_not_in?: _BranchFilter | null; sourceBranch?: _BranchFilter | null; sourceBranch_not?: _BranchFilter | null; sourceBranch_in?: _BranchFilter | null; sourceBranch_not_in?: _BranchFilter | null; destinationBranch?: _BranchFilter | null; destinationBranch_not?: _BranchFilter | null; destinationBranch_in?: _BranchFilter | null; destinationBranch_not_in?: _BranchFilter | null; labels?: _LabelFilter | null; labels_not?: _LabelFilter | null; labels_in?: _LabelFilter | null; labels_not_in?: _LabelFilter | null; labels_some?: _LabelFilter | null; labels_none?: _LabelFilter | null; labels_single?: _LabelFilter | null; labels_every?: _LabelFilter | null; reviews?: _ReviewFilter | null; reviews_not?: _ReviewFilter | null; reviews_in?: _ReviewFilter | null; reviews_not_in?: _ReviewFilter | null; reviews_some?: _ReviewFilter | null; reviews_none?: _ReviewFilter | null; reviews_single?: _ReviewFilter | null; reviews_every?: _ReviewFilter | null; reviewers?: _SCMIdFilter | null; reviewers_not?: _SCMIdFilter | null; reviewers_in?: _SCMIdFilter | null; reviewers_not_in?: _SCMIdFilter | null; reviewers_some?: _SCMIdFilter | null; reviewers_none?: _SCMIdFilter | null; reviewers_single?: _SCMIdFilter | null; reviewers_every?: _SCMIdFilter | null; lastAssignedBy?: _SCMIdFilter | null; lastAssignedBy_not?: _SCMIdFilter | null; lastAssignedBy_in?: _SCMIdFilter | null; lastAssignedBy_not_in?: _SCMIdFilter | null; comments?: _CommentFilter | null; comments_not?: _CommentFilter | null; comments_in?: _CommentFilter | null; comments_not_in?: _CommentFilter | null; comments_some?: _CommentFilter | null; comments_none?: _CommentFilter | null; comments_single?: _CommentFilter | null; comments_every?: _CommentFilter | null; builds?: _BuildFilter | null; builds_not?: _BuildFilter | null; builds_in?: _BuildFilter | null; builds_not_in?: _BuildFilter | null; builds_some?: _BuildFilter | null; builds_none?: _BuildFilter | null; builds_single?: _BuildFilter | null; builds_every?: _BuildFilter | null; } export interface _CommitFilter { AND?: _CommitFilter[] | null; OR?: _CommitFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; sha?: string | null; sha_not?: string | null; sha_in?: string[] | null; sha_not_in?: string[] | null; sha_lt?: string | null; sha_lte?: string | null; sha_gt?: string | null; sha_gte?: string | null; sha_contains?: string | null; sha_not_contains?: string | null; sha_starts_with?: string | null; sha_not_starts_with?: string | null; sha_ends_with?: string | null; sha_not_ends_with?: string | null; message?: string | null; message_not?: string | null; message_in?: string[] | null; message_not_in?: string[] | null; message_lt?: string | null; message_lte?: string | null; message_gt?: string | null; message_gte?: string | null; message_contains?: string | null; message_not_contains?: string | null; message_starts_with?: string | null; message_not_starts_with?: string | null; message_ends_with?: string | null; message_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; email?: _EmailFilter | null; email_not?: _EmailFilter | null; email_in?: _EmailFilter | null; email_not_in?: _EmailFilter | null; builds?: _BuildFilter | null; builds_not?: _BuildFilter | null; builds_in?: _BuildFilter | null; builds_not_in?: _BuildFilter | null; builds_some?: _BuildFilter | null; builds_none?: _BuildFilter | null; builds_single?: _BuildFilter | null; builds_every?: _BuildFilter | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; author?: _SCMIdFilter | null; author_not?: _SCMIdFilter | null; author_in?: _SCMIdFilter | null; author_not_in?: _SCMIdFilter | null; committer?: _SCMIdFilter | null; committer_not?: _SCMIdFilter | null; committer_in?: _SCMIdFilter | null; committer_not_in?: _SCMIdFilter | null; tags?: _TagFilter | null; tags_not?: _TagFilter | null; tags_in?: _TagFilter | null; tags_not_in?: _TagFilter | null; tags_some?: _TagFilter | null; tags_none?: _TagFilter | null; tags_single?: _TagFilter | null; tags_every?: _TagFilter | null; resolves?: _IssueFilter | null; resolves_not?: _IssueFilter | null; resolves_in?: _IssueFilter | null; resolves_not_in?: _IssueFilter | null; resolves_some?: _IssueFilter | null; resolves_none?: _IssueFilter | null; resolves_single?: _IssueFilter | null; resolves_every?: _IssueFilter | null; statuses?: _StatusFilter | null; statuses_not?: _StatusFilter | null; statuses_in?: _StatusFilter | null; statuses_not_in?: _StatusFilter | null; statuses_some?: _StatusFilter | null; statuses_none?: _StatusFilter | null; statuses_single?: _StatusFilter | null; statuses_every?: _StatusFilter | null; pushes?: _PushFilter | null; pushes_not?: _PushFilter | null; pushes_in?: _PushFilter | null; pushes_not_in?: _PushFilter | null; pushes_some?: _PushFilter | null; pushes_none?: _PushFilter | null; pushes_single?: _PushFilter | null; pushes_every?: _PushFilter | null; pullRequests?: _PullRequestFilter | null; pullRequests_not?: _PullRequestFilter | null; pullRequests_in?: _PullRequestFilter | null; pullRequests_not_in?: _PullRequestFilter | null; pullRequests_some?: _PullRequestFilter | null; pullRequests_none?: _PullRequestFilter | null; pullRequests_single?: _PullRequestFilter | null; pullRequests_every?: _PullRequestFilter | null; herokuApps?: _HerokuAppFilter | null; herokuApps_not?: _HerokuAppFilter | null; herokuApps_in?: _HerokuAppFilter | null; herokuApps_not_in?: _HerokuAppFilter | null; herokuApps_some?: _HerokuAppFilter | null; herokuApps_none?: _HerokuAppFilter | null; herokuApps_single?: _HerokuAppFilter | null; herokuApps_every?: _HerokuAppFilter | null; apps?: _ApplicationFilter | null; apps_not?: _ApplicationFilter | null; apps_in?: _ApplicationFilter | null; apps_not_in?: _ApplicationFilter | null; apps_some?: _ApplicationFilter | null; apps_none?: _ApplicationFilter | null; apps_single?: _ApplicationFilter | null; apps_every?: _ApplicationFilter | null; fingerprints?: _FingerprintFilter | null; fingerprints_not?: _FingerprintFilter | null; fingerprints_in?: _FingerprintFilter | null; fingerprints_not_in?: _FingerprintFilter | null; fingerprints_some?: _FingerprintFilter | null; fingerprints_none?: _FingerprintFilter | null; fingerprints_single?: _FingerprintFilter | null; fingerprints_every?: _FingerprintFilter | null; impact?: _ParentImpactFilter | null; impact_not?: _ParentImpactFilter | null; impact_in?: _ParentImpactFilter | null; impact_not_in?: _ParentImpactFilter | null; image?: _DockerImageFilter | null; image_not?: _DockerImageFilter | null; image_in?: _DockerImageFilter | null; image_not_in?: _DockerImageFilter | null; images?: _DockerImageFilter | null; images_not?: _DockerImageFilter | null; images_in?: _DockerImageFilter | null; images_not_in?: _DockerImageFilter | null; images_some?: _DockerImageFilter | null; images_none?: _DockerImageFilter | null; images_single?: _DockerImageFilter | null; images_every?: _DockerImageFilter | null; } export interface _BuildFilter { AND?: _BuildFilter[] | null; OR?: _BuildFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; buildId?: string | null; buildId_not?: string | null; buildId_in?: string[] | null; buildId_not_in?: string[] | null; buildId_lt?: string | null; buildId_lte?: string | null; buildId_gt?: string | null; buildId_gte?: string | null; buildId_contains?: string | null; buildId_not_contains?: string | null; buildId_starts_with?: string | null; buildId_not_starts_with?: string | null; buildId_ends_with?: string | null; buildId_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; status?: BuildStatus | null; status_not?: BuildStatus | null; status_in?: BuildStatus[] | null; status_not_in?: BuildStatus[] | null; buildUrl?: string | null; buildUrl_not?: string | null; buildUrl_in?: string[] | null; buildUrl_not_in?: string[] | null; buildUrl_lt?: string | null; buildUrl_lte?: string | null; buildUrl_gt?: string | null; buildUrl_gte?: string | null; buildUrl_contains?: string | null; buildUrl_not_contains?: string | null; buildUrl_starts_with?: string | null; buildUrl_not_starts_with?: string | null; buildUrl_ends_with?: string | null; buildUrl_not_ends_with?: string | null; compareUrl?: string | null; compareUrl_not?: string | null; compareUrl_in?: string[] | null; compareUrl_not_in?: string[] | null; compareUrl_lt?: string | null; compareUrl_lte?: string | null; compareUrl_gt?: string | null; compareUrl_gte?: string | null; compareUrl_contains?: string | null; compareUrl_not_contains?: string | null; compareUrl_starts_with?: string | null; compareUrl_not_starts_with?: string | null; compareUrl_ends_with?: string | null; compareUrl_not_ends_with?: string | null; trigger?: BuildTrigger | null; trigger_not?: BuildTrigger | null; trigger_in?: BuildTrigger[] | null; trigger_not_in?: BuildTrigger[] | null; provider?: string | null; provider_not?: string | null; provider_in?: string[] | null; provider_not_in?: string[] | null; provider_lt?: string | null; provider_lte?: string | null; provider_gt?: string | null; provider_gte?: string | null; provider_contains?: string | null; provider_not_contains?: string | null; provider_starts_with?: string | null; provider_not_starts_with?: string | null; provider_ends_with?: string | null; provider_not_ends_with?: string | null; pullRequestNumber?: number | null; pullRequestNumber_not?: number | null; pullRequestNumber_in?: number[] | null; pullRequestNumber_not_in?: number[] | null; pullRequestNumber_lt?: number | null; pullRequestNumber_lte?: number | null; pullRequestNumber_gt?: number | null; pullRequestNumber_gte?: number | null; startedAt?: string | null; startedAt_not?: string | null; startedAt_in?: string[] | null; startedAt_not_in?: string[] | null; startedAt_lt?: string | null; startedAt_lte?: string | null; startedAt_gt?: string | null; startedAt_gte?: string | null; startedAt_contains?: string | null; startedAt_not_contains?: string | null; startedAt_starts_with?: string | null; startedAt_not_starts_with?: string | null; startedAt_ends_with?: string | null; startedAt_not_ends_with?: string | null; finishedAt?: string | null; finishedAt_not?: string | null; finishedAt_in?: string[] | null; finishedAt_not_in?: string[] | null; finishedAt_lt?: string | null; finishedAt_lte?: string | null; finishedAt_gt?: string | null; finishedAt_gte?: string | null; finishedAt_contains?: string | null; finishedAt_not_contains?: string | null; finishedAt_starts_with?: string | null; finishedAt_not_starts_with?: string | null; finishedAt_ends_with?: string | null; finishedAt_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; workflowId?: string | null; workflowId_not?: string | null; workflowId_in?: string[] | null; workflowId_not_in?: string[] | null; workflowId_lt?: string | null; workflowId_lte?: string | null; workflowId_gt?: string | null; workflowId_gte?: string | null; workflowId_contains?: string | null; workflowId_not_contains?: string | null; workflowId_starts_with?: string | null; workflowId_not_starts_with?: string | null; workflowId_ends_with?: string | null; workflowId_not_ends_with?: string | null; jobName?: string | null; jobName_not?: string | null; jobName_in?: string[] | null; jobName_not_in?: string[] | null; jobName_lt?: string | null; jobName_lte?: string | null; jobName_gt?: string | null; jobName_gte?: string | null; jobName_contains?: string | null; jobName_not_contains?: string | null; jobName_starts_with?: string | null; jobName_not_starts_with?: string | null; jobName_ends_with?: string | null; jobName_not_ends_with?: string | null; jobId?: string | null; jobId_not?: string | null; jobId_in?: string[] | null; jobId_not_in?: string[] | null; jobId_lt?: string | null; jobId_lte?: string | null; jobId_gt?: string | null; jobId_gte?: string | null; jobId_contains?: string | null; jobId_not_contains?: string | null; jobId_starts_with?: string | null; jobId_not_starts_with?: string | null; jobId_ends_with?: string | null; jobId_not_ends_with?: string | null; data?: string | null; data_not?: string | null; data_in?: string[] | null; data_not_in?: string[] | null; data_lt?: string | null; data_lte?: string | null; data_gt?: string | null; data_gte?: string | null; data_contains?: string | null; data_not_contains?: string | null; data_starts_with?: string | null; data_not_starts_with?: string | null; data_ends_with?: string | null; data_not_ends_with?: string | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; push?: _PushFilter | null; push_not?: _PushFilter | null; push_in?: _PushFilter | null; push_not_in?: _PushFilter | null; pullRequest?: _PullRequestFilter | null; pullRequest_not?: _PullRequestFilter | null; pullRequest_in?: _PullRequestFilter | null; pullRequest_not_in?: _PullRequestFilter | null; tag?: _TagFilter | null; tag_not?: _TagFilter | null; tag_in?: _TagFilter | null; tag_not_in?: _TagFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; workflow?: _WorkflowFilter | null; workflow_not?: _WorkflowFilter | null; workflow_in?: _WorkflowFilter | null; workflow_not_in?: _WorkflowFilter | null; } export interface _PushFilter { AND?: _PushFilter[] | null; OR?: _PushFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; branch?: string | null; branch_not?: string | null; branch_in?: string[] | null; branch_not_in?: string[] | null; branch_lt?: string | null; branch_lte?: string | null; branch_gt?: string | null; branch_gte?: string | null; branch_contains?: string | null; branch_not_contains?: string | null; branch_starts_with?: string | null; branch_not_starts_with?: string | null; branch_ends_with?: string | null; branch_not_ends_with?: string | null; after?: _CommitFilter | null; after_not?: _CommitFilter | null; after_in?: _CommitFilter | null; after_not_in?: _CommitFilter | null; before?: _CommitFilter | null; before_not?: _CommitFilter | null; before_in?: _CommitFilter | null; before_not_in?: _CommitFilter | null; commits?: _CommitFilter | null; commits_not?: _CommitFilter | null; commits_in?: _CommitFilter | null; commits_not_in?: _CommitFilter | null; commits_some?: _CommitFilter | null; commits_none?: _CommitFilter | null; commits_single?: _CommitFilter | null; commits_every?: _CommitFilter | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; builds?: _BuildFilter | null; builds_not?: _BuildFilter | null; builds_in?: _BuildFilter | null; builds_not_in?: _BuildFilter | null; builds_some?: _BuildFilter | null; builds_none?: _BuildFilter | null; builds_single?: _BuildFilter | null; builds_every?: _BuildFilter | null; } export interface _TagFilter { AND?: _TagFilter[] | null; OR?: _TagFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; description?: string | null; description_not?: string | null; description_in?: string[] | null; description_not_in?: string[] | null; description_lt?: string | null; description_lte?: string | null; description_gt?: string | null; description_gte?: string | null; description_contains?: string | null; description_not_contains?: string | null; description_starts_with?: string | null; description_not_starts_with?: string | null; description_ends_with?: string | null; description_not_ends_with?: string | null; ref?: string | null; ref_not?: string | null; ref_in?: string[] | null; ref_not_in?: string[] | null; ref_lt?: string | null; ref_lte?: string | null; ref_gt?: string | null; ref_gte?: string | null; ref_contains?: string | null; ref_not_contains?: string | null; ref_starts_with?: string | null; ref_not_starts_with?: string | null; ref_ends_with?: string | null; ref_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; release?: _ReleaseFilter | null; release_not?: _ReleaseFilter | null; release_in?: _ReleaseFilter | null; release_not_in?: _ReleaseFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; containers?: _DockerImageFilter | null; containers_not?: _DockerImageFilter | null; containers_in?: _DockerImageFilter | null; containers_not_in?: _DockerImageFilter | null; containers_some?: _DockerImageFilter | null; containers_none?: _DockerImageFilter | null; containers_single?: _DockerImageFilter | null; containers_every?: _DockerImageFilter | null; builds?: _BuildFilter | null; builds_not?: _BuildFilter | null; builds_in?: _BuildFilter | null; builds_not_in?: _BuildFilter | null; builds_some?: _BuildFilter | null; builds_none?: _BuildFilter | null; builds_single?: _BuildFilter | null; builds_every?: _BuildFilter | null; } export interface _ReleaseFilter { AND?: _ReleaseFilter[] | null; OR?: _ReleaseFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; tag?: _TagFilter | null; tag_not?: _TagFilter | null; tag_in?: _TagFilter | null; tag_not_in?: _TagFilter | null; } export interface _DockerImageFilter { AND?: _DockerImageFilter[] | null; OR?: _DockerImageFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; image?: string | null; image_not?: string | null; image_in?: string[] | null; image_not_in?: string[] | null; image_lt?: string | null; image_lte?: string | null; image_gt?: string | null; image_gte?: string | null; image_contains?: string | null; image_not_contains?: string | null; image_starts_with?: string | null; image_not_starts_with?: string | null; image_ends_with?: string | null; image_not_ends_with?: string | null; imageName?: string | null; imageName_not?: string | null; imageName_in?: string[] | null; imageName_not_in?: string[] | null; imageName_lt?: string | null; imageName_lte?: string | null; imageName_gt?: string | null; imageName_gte?: string | null; imageName_contains?: string | null; imageName_not_contains?: string | null; imageName_starts_with?: string | null; imageName_not_starts_with?: string | null; imageName_ends_with?: string | null; imageName_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; pods?: _K8PodFilter | null; pods_not?: _K8PodFilter | null; pods_in?: _K8PodFilter | null; pods_not_in?: _K8PodFilter | null; pods_some?: _K8PodFilter | null; pods_none?: _K8PodFilter | null; pods_single?: _K8PodFilter | null; pods_every?: _K8PodFilter | null; commits?: _CommitFilter | null; commits_not?: _CommitFilter | null; commits_in?: _CommitFilter | null; commits_not_in?: _CommitFilter | null; commits_some?: _CommitFilter | null; commits_none?: _CommitFilter | null; commits_single?: _CommitFilter | null; commits_every?: _CommitFilter | null; containers?: _K8ContainerFilter | null; containers_not?: _K8ContainerFilter | null; containers_in?: _K8ContainerFilter | null; containers_not_in?: _K8ContainerFilter | null; containers_some?: _K8ContainerFilter | null; containers_none?: _K8ContainerFilter | null; containers_single?: _K8ContainerFilter | null; containers_every?: _K8ContainerFilter | null; } export interface _K8PodFilter { AND?: _K8PodFilter[] | null; OR?: _K8PodFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; phase?: string | null; phase_not?: string | null; phase_in?: string[] | null; phase_not_in?: string[] | null; phase_lt?: string | null; phase_lte?: string | null; phase_gt?: string | null; phase_gte?: string | null; phase_contains?: string | null; phase_not_contains?: string | null; phase_starts_with?: string | null; phase_not_starts_with?: string | null; phase_ends_with?: string | null; phase_not_ends_with?: string | null; environment?: string | null; environment_not?: string | null; environment_in?: string[] | null; environment_not_in?: string[] | null; environment_lt?: string | null; environment_lte?: string | null; environment_gt?: string | null; environment_gte?: string | null; environment_contains?: string | null; environment_not_contains?: string | null; environment_starts_with?: string | null; environment_not_starts_with?: string | null; environment_ends_with?: string | null; environment_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; baseName?: string | null; baseName_not?: string | null; baseName_in?: string[] | null; baseName_not_in?: string[] | null; baseName_lt?: string | null; baseName_lte?: string | null; baseName_gt?: string | null; baseName_gte?: string | null; baseName_contains?: string | null; baseName_not_contains?: string | null; baseName_starts_with?: string | null; baseName_not_starts_with?: string | null; baseName_ends_with?: string | null; baseName_not_ends_with?: string | null; namespace?: string | null; namespace_not?: string | null; namespace_in?: string[] | null; namespace_not_in?: string[] | null; namespace_lt?: string | null; namespace_lte?: string | null; namespace_gt?: string | null; namespace_gte?: string | null; namespace_contains?: string | null; namespace_not_contains?: string | null; namespace_starts_with?: string | null; namespace_not_starts_with?: string | null; namespace_ends_with?: string | null; namespace_not_ends_with?: string | null; statusJSON?: string | null; statusJSON_not?: string | null; statusJSON_in?: string[] | null; statusJSON_not_in?: string[] | null; statusJSON_lt?: string | null; statusJSON_lte?: string | null; statusJSON_gt?: string | null; statusJSON_gte?: string | null; statusJSON_contains?: string | null; statusJSON_not_contains?: string | null; statusJSON_starts_with?: string | null; statusJSON_not_starts_with?: string | null; statusJSON_ends_with?: string | null; statusJSON_not_ends_with?: string | null; host?: string | null; host_not?: string | null; host_in?: string[] | null; host_not_in?: string[] | null; host_lt?: string | null; host_lte?: string | null; host_gt?: string | null; host_gte?: string | null; host_contains?: string | null; host_not_contains?: string | null; host_starts_with?: string | null; host_not_starts_with?: string | null; host_ends_with?: string | null; host_not_ends_with?: string | null; state?: string | null; state_not?: string | null; state_in?: string[] | null; state_not_in?: string[] | null; state_lt?: string | null; state_lte?: string | null; state_gt?: string | null; state_gte?: string | null; state_contains?: string | null; state_not_contains?: string | null; state_starts_with?: string | null; state_not_starts_with?: string | null; state_ends_with?: string | null; state_not_ends_with?: string | null; specsJSON?: string | null; specsJSON_not?: string | null; specsJSON_in?: string[] | null; specsJSON_not_in?: string[] | null; specsJSON_lt?: string | null; specsJSON_lte?: string | null; specsJSON_gt?: string | null; specsJSON_gte?: string | null; specsJSON_contains?: string | null; specsJSON_not_contains?: string | null; specsJSON_starts_with?: string | null; specsJSON_not_starts_with?: string | null; specsJSON_ends_with?: string | null; specsJSON_not_ends_with?: string | null; envJSON?: string | null; envJSON_not?: string | null; envJSON_in?: string[] | null; envJSON_not_in?: string[] | null; envJSON_lt?: string | null; envJSON_lte?: string | null; envJSON_gt?: string | null; envJSON_gte?: string | null; envJSON_contains?: string | null; envJSON_not_contains?: string | null; envJSON_starts_with?: string | null; envJSON_not_starts_with?: string | null; envJSON_ends_with?: string | null; envJSON_not_ends_with?: string | null; metadataJSON?: string | null; metadataJSON_not?: string | null; metadataJSON_in?: string[] | null; metadataJSON_not_in?: string[] | null; metadataJSON_lt?: string | null; metadataJSON_lte?: string | null; metadataJSON_gt?: string | null; metadataJSON_gte?: string | null; metadataJSON_contains?: string | null; metadataJSON_not_contains?: string | null; metadataJSON_starts_with?: string | null; metadataJSON_not_starts_with?: string | null; metadataJSON_ends_with?: string | null; metadataJSON_not_ends_with?: string | null; containersCrashLoopBackOff?: boolean | null; containersCrashLoopBackOff_not?: boolean | null; resourceVersion?: number | null; resourceVersion_not?: number | null; resourceVersion_in?: number[] | null; resourceVersion_not_in?: number[] | null; resourceVersion_lt?: number | null; resourceVersion_lte?: number | null; resourceVersion_gt?: number | null; resourceVersion_gte?: number | null; images?: _DockerImageFilter | null; images_not?: _DockerImageFilter | null; images_in?: _DockerImageFilter | null; images_not_in?: _DockerImageFilter | null; images_some?: _DockerImageFilter | null; images_none?: _DockerImageFilter | null; images_single?: _DockerImageFilter | null; images_every?: _DockerImageFilter | null; containers?: _K8ContainerFilter | null; containers_not?: _K8ContainerFilter | null; containers_in?: _K8ContainerFilter | null; containers_not_in?: _K8ContainerFilter | null; containers_some?: _K8ContainerFilter | null; containers_none?: _K8ContainerFilter | null; containers_single?: _K8ContainerFilter | null; containers_every?: _K8ContainerFilter | null; } export interface _K8ContainerFilter { AND?: _K8ContainerFilter[] | null; OR?: _K8ContainerFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; imageName?: string | null; imageName_not?: string | null; imageName_in?: string[] | null; imageName_not_in?: string[] | null; imageName_lt?: string | null; imageName_lte?: string | null; imageName_gt?: string | null; imageName_gte?: string | null; imageName_contains?: string | null; imageName_not_contains?: string | null; imageName_starts_with?: string | null; imageName_not_starts_with?: string | null; imageName_ends_with?: string | null; imageName_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; environment?: string | null; environment_not?: string | null; environment_in?: string[] | null; environment_not_in?: string[] | null; environment_lt?: string | null; environment_lte?: string | null; environment_gt?: string | null; environment_gte?: string | null; environment_contains?: string | null; environment_not_contains?: string | null; environment_starts_with?: string | null; environment_not_starts_with?: string | null; environment_ends_with?: string | null; environment_not_ends_with?: string | null; containerJSON?: string | null; containerJSON_not?: string | null; containerJSON_in?: string[] | null; containerJSON_not_in?: string[] | null; containerJSON_lt?: string | null; containerJSON_lte?: string | null; containerJSON_gt?: string | null; containerJSON_gte?: string | null; containerJSON_contains?: string | null; containerJSON_not_contains?: string | null; containerJSON_starts_with?: string | null; containerJSON_not_starts_with?: string | null; containerJSON_ends_with?: string | null; containerJSON_not_ends_with?: string | null; state?: string | null; state_not?: string | null; state_in?: string[] | null; state_not_in?: string[] | null; state_lt?: string | null; state_lte?: string | null; state_gt?: string | null; state_gte?: string | null; state_contains?: string | null; state_not_contains?: string | null; state_starts_with?: string | null; state_not_starts_with?: string | null; state_ends_with?: string | null; state_not_ends_with?: string | null; stateReason?: string | null; stateReason_not?: string | null; stateReason_in?: string[] | null; stateReason_not_in?: string[] | null; stateReason_lt?: string | null; stateReason_lte?: string | null; stateReason_gt?: string | null; stateReason_gte?: string | null; stateReason_contains?: string | null; stateReason_not_contains?: string | null; stateReason_starts_with?: string | null; stateReason_not_starts_with?: string | null; stateReason_ends_with?: string | null; stateReason_not_ends_with?: string | null; ready?: boolean | null; ready_not?: boolean | null; restartCount?: number | null; restartCount_not?: number | null; restartCount_in?: number[] | null; restartCount_not_in?: number[] | null; restartCount_lt?: number | null; restartCount_lte?: number | null; restartCount_gt?: number | null; restartCount_gte?: number | null; statusJSON?: string | null; statusJSON_not?: string | null; statusJSON_in?: string[] | null; statusJSON_not_in?: string[] | null; statusJSON_lt?: string | null; statusJSON_lte?: string | null; statusJSON_gt?: string | null; statusJSON_gte?: string | null; statusJSON_contains?: string | null; statusJSON_not_contains?: string | null; statusJSON_starts_with?: string | null; statusJSON_not_starts_with?: string | null; statusJSON_ends_with?: string | null; statusJSON_not_ends_with?: string | null; resourceVersion?: number | null; resourceVersion_not?: number | null; resourceVersion_in?: number[] | null; resourceVersion_not_in?: number[] | null; resourceVersion_lt?: number | null; resourceVersion_lte?: number | null; resourceVersion_gt?: number | null; resourceVersion_gte?: number | null; containerID?: string | null; containerID_not?: string | null; containerID_in?: string[] | null; containerID_not_in?: string[] | null; containerID_lt?: string | null; containerID_lte?: string | null; containerID_gt?: string | null; containerID_gte?: string | null; containerID_contains?: string | null; containerID_not_contains?: string | null; containerID_starts_with?: string | null; containerID_not_starts_with?: string | null; containerID_ends_with?: string | null; containerID_not_ends_with?: string | null; image?: _DockerImageFilter | null; image_not?: _DockerImageFilter | null; image_in?: _DockerImageFilter | null; image_not_in?: _DockerImageFilter | null; pod?: _K8PodFilter | null; pod_not?: _K8PodFilter | null; pod_in?: _K8PodFilter | null; pod_not_in?: _K8PodFilter | null; } export interface _WorkflowFilter { AND?: _WorkflowFilter[] | null; OR?: _WorkflowFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; workflowId?: string | null; workflowId_not?: string | null; workflowId_in?: string[] | null; workflowId_not_in?: string[] | null; workflowId_lt?: string | null; workflowId_lte?: string | null; workflowId_gt?: string | null; workflowId_gte?: string | null; workflowId_contains?: string | null; workflowId_not_contains?: string | null; workflowId_starts_with?: string | null; workflowId_not_starts_with?: string | null; workflowId_ends_with?: string | null; workflowId_not_ends_with?: string | null; provider?: string | null; provider_not?: string | null; provider_in?: string[] | null; provider_not_in?: string[] | null; provider_lt?: string | null; provider_lte?: string | null; provider_gt?: string | null; provider_gte?: string | null; provider_contains?: string | null; provider_not_contains?: string | null; provider_starts_with?: string | null; provider_not_starts_with?: string | null; provider_ends_with?: string | null; provider_not_ends_with?: string | null; config?: string | null; config_not?: string | null; config_in?: string[] | null; config_not_in?: string[] | null; config_lt?: string | null; config_lte?: string | null; config_gt?: string | null; config_gte?: string | null; config_contains?: string | null; config_not_contains?: string | null; config_starts_with?: string | null; config_not_starts_with?: string | null; config_ends_with?: string | null; config_not_ends_with?: string | null; builds?: _BuildFilter | null; builds_not?: _BuildFilter | null; builds_in?: _BuildFilter | null; builds_not_in?: _BuildFilter | null; builds_some?: _BuildFilter | null; builds_none?: _BuildFilter | null; builds_single?: _BuildFilter | null; builds_every?: _BuildFilter | null; } export interface _StatusFilter { AND?: _StatusFilter[] | null; OR?: _StatusFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; state?: StatusState | null; state_not?: StatusState | null; state_in?: StatusState[] | null; state_not_in?: StatusState[] | null; description?: string | null; description_not?: string | null; description_in?: string[] | null; description_not_in?: string[] | null; description_lt?: string | null; description_lte?: string | null; description_gt?: string | null; description_gte?: string | null; description_contains?: string | null; description_not_contains?: string | null; description_starts_with?: string | null; description_not_starts_with?: string | null; description_ends_with?: string | null; description_not_ends_with?: string | null; targetUrl?: string | null; targetUrl_not?: string | null; targetUrl_in?: string[] | null; targetUrl_not_in?: string[] | null; targetUrl_lt?: string | null; targetUrl_lte?: string | null; targetUrl_gt?: string | null; targetUrl_gte?: string | null; targetUrl_contains?: string | null; targetUrl_not_contains?: string | null; targetUrl_starts_with?: string | null; targetUrl_not_starts_with?: string | null; targetUrl_ends_with?: string | null; targetUrl_not_ends_with?: string | null; context?: string | null; context_not?: string | null; context_in?: string[] | null; context_not_in?: string[] | null; context_lt?: string | null; context_lte?: string | null; context_gt?: string | null; context_gte?: string | null; context_contains?: string | null; context_not_contains?: string | null; context_starts_with?: string | null; context_not_starts_with?: string | null; context_ends_with?: string | null; context_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; } export interface _HerokuAppFilter { AND?: _HerokuAppFilter[] | null; OR?: _HerokuAppFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; app?: string | null; app_not?: string | null; app_in?: string[] | null; app_not_in?: string[] | null; app_lt?: string | null; app_lte?: string | null; app_gt?: string | null; app_gte?: string | null; app_contains?: string | null; app_not_contains?: string | null; app_starts_with?: string | null; app_not_starts_with?: string | null; app_ends_with?: string | null; app_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; user?: string | null; user_not?: string | null; user_in?: string[] | null; user_not_in?: string[] | null; user_lt?: string | null; user_lte?: string | null; user_gt?: string | null; user_gte?: string | null; user_contains?: string | null; user_not_contains?: string | null; user_starts_with?: string | null; user_not_starts_with?: string | null; user_ends_with?: string | null; user_not_ends_with?: string | null; appId?: string | null; appId_not?: string | null; appId_in?: string[] | null; appId_not_in?: string[] | null; appId_lt?: string | null; appId_lte?: string | null; appId_gt?: string | null; appId_gte?: string | null; appId_contains?: string | null; appId_not_contains?: string | null; appId_starts_with?: string | null; appId_not_starts_with?: string | null; appId_ends_with?: string | null; appId_not_ends_with?: string | null; release?: string | null; release_not?: string | null; release_in?: string[] | null; release_not_in?: string[] | null; release_lt?: string | null; release_lte?: string | null; release_gt?: string | null; release_gte?: string | null; release_contains?: string | null; release_not_contains?: string | null; release_starts_with?: string | null; release_not_starts_with?: string | null; release_ends_with?: string | null; release_not_ends_with?: string | null; commits?: _CommitFilter | null; commits_not?: _CommitFilter | null; commits_in?: _CommitFilter | null; commits_not_in?: _CommitFilter | null; commits_some?: _CommitFilter | null; commits_none?: _CommitFilter | null; commits_single?: _CommitFilter | null; commits_every?: _CommitFilter | null; } export interface _ApplicationFilter { AND?: _ApplicationFilter[] | null; OR?: _ApplicationFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; state?: string | null; state_not?: string | null; state_in?: string[] | null; state_not_in?: string[] | null; state_lt?: string | null; state_lte?: string | null; state_gt?: string | null; state_gte?: string | null; state_contains?: string | null; state_not_contains?: string | null; state_starts_with?: string | null; state_not_starts_with?: string | null; state_ends_with?: string | null; state_not_ends_with?: string | null; host?: string | null; host_not?: string | null; host_in?: string[] | null; host_not_in?: string[] | null; host_lt?: string | null; host_lte?: string | null; host_gt?: string | null; host_gte?: string | null; host_contains?: string | null; host_not_contains?: string | null; host_starts_with?: string | null; host_not_starts_with?: string | null; host_ends_with?: string | null; host_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; domain?: string | null; domain_not?: string | null; domain_in?: string[] | null; domain_not_in?: string[] | null; domain_lt?: string | null; domain_lte?: string | null; domain_gt?: string | null; domain_gte?: string | null; domain_contains?: string | null; domain_not_contains?: string | null; domain_starts_with?: string | null; domain_not_starts_with?: string | null; domain_ends_with?: string | null; domain_not_ends_with?: string | null; data?: string | null; data_not?: string | null; data_in?: string[] | null; data_not_in?: string[] | null; data_lt?: string | null; data_lte?: string | null; data_gt?: string | null; data_gte?: string | null; data_contains?: string | null; data_not_contains?: string | null; data_starts_with?: string | null; data_not_starts_with?: string | null; data_ends_with?: string | null; data_not_ends_with?: string | null; commits?: _CommitFilter | null; commits_not?: _CommitFilter | null; commits_in?: _CommitFilter | null; commits_not_in?: _CommitFilter | null; commits_some?: _CommitFilter | null; commits_none?: _CommitFilter | null; commits_single?: _CommitFilter | null; commits_every?: _CommitFilter | null; } export interface _FingerprintFilter { AND?: _FingerprintFilter[] | null; OR?: _FingerprintFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; sha?: string | null; sha_not?: string | null; sha_in?: string[] | null; sha_not_in?: string[] | null; sha_lt?: string | null; sha_lte?: string | null; sha_gt?: string | null; sha_gte?: string | null; sha_contains?: string | null; sha_not_contains?: string | null; sha_starts_with?: string | null; sha_not_starts_with?: string | null; sha_ends_with?: string | null; sha_not_ends_with?: string | null; data?: string | null; data_not?: string | null; data_in?: string[] | null; data_not_in?: string[] | null; data_lt?: string | null; data_lte?: string | null; data_gt?: string | null; data_gte?: string | null; data_contains?: string | null; data_not_contains?: string | null; data_starts_with?: string | null; data_not_starts_with?: string | null; data_ends_with?: string | null; data_not_ends_with?: string | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; } export interface _ParentImpactFilter { AND?: _ParentImpactFilter[] | null; OR?: _ParentImpactFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; data?: string | null; data_not?: string | null; data_in?: string[] | null; data_not_in?: string[] | null; data_lt?: string | null; data_lte?: string | null; data_gt?: string | null; data_gte?: string | null; data_contains?: string | null; data_not_contains?: string | null; data_starts_with?: string | null; data_not_starts_with?: string | null; data_ends_with?: string | null; data_not_ends_with?: string | null; commits?: _CommitFilter | null; commits_not?: _CommitFilter | null; commits_in?: _CommitFilter | null; commits_not_in?: _CommitFilter | null; commits_some?: _CommitFilter | null; commits_none?: _CommitFilter | null; commits_single?: _CommitFilter | null; commits_every?: _CommitFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; } export interface _BranchFilter { AND?: _BranchFilter[] | null; OR?: _BranchFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; isRemote?: boolean | null; isRemote_not?: boolean | null; remoteRepoHtmlUrl?: string | null; remoteRepoHtmlUrl_not?: string | null; remoteRepoHtmlUrl_in?: string[] | null; remoteRepoHtmlUrl_not_in?: string[] | null; remoteRepoHtmlUrl_lt?: string | null; remoteRepoHtmlUrl_lte?: string | null; remoteRepoHtmlUrl_gt?: string | null; remoteRepoHtmlUrl_gte?: string | null; remoteRepoHtmlUrl_contains?: string | null; remoteRepoHtmlUrl_not_contains?: string | null; remoteRepoHtmlUrl_starts_with?: string | null; remoteRepoHtmlUrl_not_starts_with?: string | null; remoteRepoHtmlUrl_ends_with?: string | null; remoteRepoHtmlUrl_not_ends_with?: string | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; pullRequests?: _PullRequestFilter | null; pullRequests_not?: _PullRequestFilter | null; pullRequests_in?: _PullRequestFilter | null; pullRequests_not_in?: _PullRequestFilter | null; pullRequests_some?: _PullRequestFilter | null; pullRequests_none?: _PullRequestFilter | null; pullRequests_single?: _PullRequestFilter | null; pullRequests_every?: _PullRequestFilter | null; } export interface _ReviewFilter { AND?: _ReviewFilter[] | null; OR?: _ReviewFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; gitHubId?: string | null; gitHubId_not?: string | null; gitHubId_in?: string[] | null; gitHubId_not_in?: string[] | null; gitHubId_lt?: string | null; gitHubId_lte?: string | null; gitHubId_gt?: string | null; gitHubId_gte?: string | null; gitHubId_contains?: string | null; gitHubId_not_contains?: string | null; gitHubId_starts_with?: string | null; gitHubId_not_starts_with?: string | null; gitHubId_ends_with?: string | null; gitHubId_not_ends_with?: string | null; reviewId?: string | null; reviewId_not?: string | null; reviewId_in?: string[] | null; reviewId_not_in?: string[] | null; reviewId_lt?: string | null; reviewId_lte?: string | null; reviewId_gt?: string | null; reviewId_gte?: string | null; reviewId_contains?: string | null; reviewId_not_contains?: string | null; reviewId_starts_with?: string | null; reviewId_not_starts_with?: string | null; reviewId_ends_with?: string | null; reviewId_not_ends_with?: string | null; body?: string | null; body_not?: string | null; body_in?: string[] | null; body_not_in?: string[] | null; body_lt?: string | null; body_lte?: string | null; body_gt?: string | null; body_gte?: string | null; body_contains?: string | null; body_not_contains?: string | null; body_starts_with?: string | null; body_not_starts_with?: string | null; body_ends_with?: string | null; body_not_ends_with?: string | null; state?: ReviewState | null; state_not?: ReviewState | null; state_in?: ReviewState[] | null; state_not_in?: ReviewState[] | null; submittedAt?: string | null; submittedAt_not?: string | null; submittedAt_in?: string[] | null; submittedAt_not_in?: string[] | null; submittedAt_lt?: string | null; submittedAt_lte?: string | null; submittedAt_gt?: string | null; submittedAt_gte?: string | null; submittedAt_contains?: string | null; submittedAt_not_contains?: string | null; submittedAt_starts_with?: string | null; submittedAt_not_starts_with?: string | null; submittedAt_ends_with?: string | null; submittedAt_not_ends_with?: string | null; htmlUrl?: string | null; htmlUrl_not?: string | null; htmlUrl_in?: string[] | null; htmlUrl_not_in?: string[] | null; htmlUrl_lt?: string | null; htmlUrl_lte?: string | null; htmlUrl_gt?: string | null; htmlUrl_gte?: string | null; htmlUrl_contains?: string | null; htmlUrl_not_contains?: string | null; htmlUrl_starts_with?: string | null; htmlUrl_not_starts_with?: string | null; htmlUrl_ends_with?: string | null; htmlUrl_not_ends_with?: string | null; by?: _SCMIdFilter | null; by_not?: _SCMIdFilter | null; by_in?: _SCMIdFilter | null; by_not_in?: _SCMIdFilter | null; by_some?: _SCMIdFilter | null; by_none?: _SCMIdFilter | null; by_single?: _SCMIdFilter | null; by_every?: _SCMIdFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; comments?: _CommentFilter | null; comments_not?: _CommentFilter | null; comments_in?: _CommentFilter | null; comments_not_in?: _CommentFilter | null; comments_some?: _CommentFilter | null; comments_none?: _CommentFilter | null; comments_single?: _CommentFilter | null; comments_every?: _CommentFilter | null; pullRequest?: _PullRequestFilter | null; pullRequest_not?: _PullRequestFilter | null; pullRequest_in?: _PullRequestFilter | null; pullRequest_not_in?: _PullRequestFilter | null; } export interface _CommentFilter { AND?: _CommentFilter[] | null; OR?: _CommentFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; body?: string | null; body_not?: string | null; body_in?: string[] | null; body_not_in?: string[] | null; body_lt?: string | null; body_lte?: string | null; body_gt?: string | null; body_gte?: string | null; body_contains?: string | null; body_not_contains?: string | null; body_starts_with?: string | null; body_not_starts_with?: string | null; body_ends_with?: string | null; body_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; createdAt?: string | null; createdAt_not?: string | null; createdAt_in?: string[] | null; createdAt_not_in?: string[] | null; createdAt_lt?: string | null; createdAt_lte?: string | null; createdAt_gt?: string | null; createdAt_gte?: string | null; createdAt_contains?: string | null; createdAt_not_contains?: string | null; createdAt_starts_with?: string | null; createdAt_not_starts_with?: string | null; createdAt_ends_with?: string | null; createdAt_not_ends_with?: string | null; updatedAt?: string | null; updatedAt_not?: string | null; updatedAt_in?: string[] | null; updatedAt_not_in?: string[] | null; updatedAt_lt?: string | null; updatedAt_lte?: string | null; updatedAt_gt?: string | null; updatedAt_gte?: string | null; updatedAt_contains?: string | null; updatedAt_not_contains?: string | null; updatedAt_starts_with?: string | null; updatedAt_not_starts_with?: string | null; updatedAt_ends_with?: string | null; updatedAt_not_ends_with?: string | null; commentId?: string | null; commentId_not?: string | null; commentId_in?: string[] | null; commentId_not_in?: string[] | null; commentId_lt?: string | null; commentId_lte?: string | null; commentId_gt?: string | null; commentId_gte?: string | null; commentId_contains?: string | null; commentId_not_contains?: string | null; commentId_starts_with?: string | null; commentId_not_starts_with?: string | null; commentId_ends_with?: string | null; commentId_not_ends_with?: string | null; gitHubId?: string | null; gitHubId_not?: string | null; gitHubId_in?: string[] | null; gitHubId_not_in?: string[] | null; gitHubId_lt?: string | null; gitHubId_lte?: string | null; gitHubId_gt?: string | null; gitHubId_gte?: string | null; gitHubId_contains?: string | null; gitHubId_not_contains?: string | null; gitHubId_starts_with?: string | null; gitHubId_not_starts_with?: string | null; gitHubId_ends_with?: string | null; gitHubId_not_ends_with?: string | null; path?: string | null; path_not?: string | null; path_in?: string[] | null; path_not_in?: string[] | null; path_lt?: string | null; path_lte?: string | null; path_gt?: string | null; path_gte?: string | null; path_contains?: string | null; path_not_contains?: string | null; path_starts_with?: string | null; path_not_starts_with?: string | null; path_ends_with?: string | null; path_not_ends_with?: string | null; position?: string | null; position_not?: string | null; position_in?: string[] | null; position_not_in?: string[] | null; position_lt?: string | null; position_lte?: string | null; position_gt?: string | null; position_gte?: string | null; position_contains?: string | null; position_not_contains?: string | null; position_starts_with?: string | null; position_not_starts_with?: string | null; position_ends_with?: string | null; position_not_ends_with?: string | null; htmlUrl?: string | null; htmlUrl_not?: string | null; htmlUrl_in?: string[] | null; htmlUrl_not_in?: string[] | null; htmlUrl_lt?: string | null; htmlUrl_lte?: string | null; htmlUrl_gt?: string | null; htmlUrl_gte?: string | null; htmlUrl_contains?: string | null; htmlUrl_not_contains?: string | null; htmlUrl_starts_with?: string | null; htmlUrl_not_starts_with?: string | null; htmlUrl_ends_with?: string | null; htmlUrl_not_ends_with?: string | null; commentType?: CommentCommentType | null; commentType_not?: CommentCommentType | null; commentType_in?: CommentCommentType[] | null; commentType_not_in?: CommentCommentType[] | null; issue?: _IssueFilter | null; issue_not?: _IssueFilter | null; issue_in?: _IssueFilter | null; issue_not_in?: _IssueFilter | null; review?: _ReviewFilter | null; review_not?: _ReviewFilter | null; review_in?: _ReviewFilter | null; review_not_in?: _ReviewFilter | null; pullRequest?: _PullRequestFilter | null; pullRequest_not?: _PullRequestFilter | null; pullRequest_in?: _PullRequestFilter | null; pullRequest_not_in?: _PullRequestFilter | null; by?: _SCMIdFilter | null; by_not?: _SCMIdFilter | null; by_in?: _SCMIdFilter | null; by_not_in?: _SCMIdFilter | null; } export interface _DeletedBranchFilter { AND?: _DeletedBranchFilter[] | null; OR?: _DeletedBranchFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; name?: string | null; name_not?: string | null; name_in?: string[] | null; name_not_in?: string[] | null; name_lt?: string | null; name_lte?: string | null; name_gt?: string | null; name_gte?: string | null; name_contains?: string | null; name_not_contains?: string | null; name_starts_with?: string | null; name_not_starts_with?: string | null; name_ends_with?: string | null; name_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; repo?: _RepoFilter | null; repo_not?: _RepoFilter | null; repo_in?: _RepoFilter | null; repo_not_in?: _RepoFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; pullRequests?: _PullRequestFilter | null; pullRequests_not?: _PullRequestFilter | null; pullRequests_in?: _PullRequestFilter | null; pullRequests_not_in?: _PullRequestFilter | null; pullRequests_some?: _PullRequestFilter | null; pullRequests_none?: _PullRequestFilter | null; pullRequests_single?: _PullRequestFilter | null; pullRequests_every?: _PullRequestFilter | null; } export interface _ImageLinkedFilter { AND?: _ImageLinkedFilter[] | null; OR?: _ImageLinkedFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; timestamp?: string | null; timestamp_not?: string | null; timestamp_in?: string[] | null; timestamp_not_in?: string[] | null; timestamp_lt?: string | null; timestamp_lte?: string | null; timestamp_gt?: string | null; timestamp_gte?: string | null; timestamp_contains?: string | null; timestamp_not_contains?: string | null; timestamp_starts_with?: string | null; timestamp_not_starts_with?: string | null; timestamp_ends_with?: string | null; timestamp_not_ends_with?: string | null; image?: _DockerImageFilter | null; image_not?: _DockerImageFilter | null; image_in?: _DockerImageFilter | null; image_not_in?: _DockerImageFilter | null; commit?: _CommitFilter | null; commit_not?: _CommitFilter | null; commit_in?: _CommitFilter | null; commit_not_in?: _CommitFilter | null; } export interface _PushImpactFilter { AND?: _PushImpactFilter[] | null; OR?: _PushImpactFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; data?: string | null; data_not?: string | null; data_in?: string[] | null; data_not_in?: string[] | null; data_lt?: string | null; data_lte?: string | null; data_gt?: string | null; data_gte?: string | null; data_contains?: string | null; data_not_contains?: string | null; data_starts_with?: string | null; data_not_starts_with?: string | null; data_ends_with?: string | null; data_not_ends_with?: string | null; push?: _PushFilter | null; push_not?: _PushFilter | null; push_in?: _PushFilter | null; push_not_in?: _PushFilter | null; } export interface _PullRequestImpactFilter { AND?: _PullRequestImpactFilter[] | null; OR?: _PullRequestImpactFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; url?: string | null; url_not?: string | null; url_in?: string[] | null; url_not_in?: string[] | null; url_lt?: string | null; url_lte?: string | null; url_gt?: string | null; url_gte?: string | null; url_contains?: string | null; url_not_contains?: string | null; url_starts_with?: string | null; url_not_starts_with?: string | null; url_ends_with?: string | null; url_not_ends_with?: string | null; data?: string | null; data_not?: string | null; data_in?: string[] | null; data_not_in?: string[] | null; data_lt?: string | null; data_lte?: string | null; data_gt?: string | null; data_gte?: string | null; data_contains?: string | null; data_not_contains?: string | null; data_starts_with?: string | null; data_not_starts_with?: string | null; data_ends_with?: string | null; data_not_ends_with?: string | null; pullRequest?: _PullRequestFilter | null; pullRequest_not?: _PullRequestFilter | null; pullRequest_in?: _PullRequestFilter | null; pullRequest_not_in?: _PullRequestFilter | null; } export interface _UserJoinedChannelFilter { AND?: _UserJoinedChannelFilter[] | null; OR?: _UserJoinedChannelFilter[] | null; atmTeamId?: string | null; atmTeamId_not?: string | null; atmTeamId_in?: string[] | null; atmTeamId_not_in?: string[] | null; atmTeamId_lt?: string | null; atmTeamId_lte?: string | null; atmTeamId_gt?: string | null; atmTeamId_gte?: string | null; atmTeamId_contains?: string | null; atmTeamId_not_contains?: string | null; atmTeamId_starts_with?: string | null; atmTeamId_not_starts_with?: string | null; atmTeamId_ends_with?: string | null; atmTeamId_not_ends_with?: string | null; id?: string | null; id_not?: string | null; id_in?: string[] | null; id_not_in?: string[] | null; id_lt?: string | null; id_lte?: string | null; id_gt?: string | null; id_gte?: string | null; id_contains?: string | null; id_not_contains?: string | null; id_starts_with?: string | null; id_not_starts_with?: string | null; id_ends_with?: string | null; id_not_ends_with?: string | null; user?: _ChatIdFilter | null; user_not?: _ChatIdFilter | null; user_in?: _ChatIdFilter | null; user_not_in?: _ChatIdFilter | null; channel?: _ChatChannelFilter | null; channel_not?: _ChatChannelFilter | null; channel_in?: _ChatChannelFilter | null; channel_not_in?: _ChatChannelFilter | null; } export declare enum IssueState { open = "open", closed = "closed" } export declare enum _IssueOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", number_asc = "number_asc", number_desc = "number_desc", name_asc = "name_asc", name_desc = "name_desc", title_asc = "title_asc", title_desc = "title_desc", body_asc = "body_asc", body_desc = "body_desc", state_asc = "state_asc", state_desc = "state_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", action_asc = "action_asc", action_desc = "action_desc", createdAt_asc = "createdAt_asc", createdAt_desc = "createdAt_desc", updatedAt_asc = "updatedAt_asc", updatedAt_desc = "updatedAt_desc", closedAt_asc = "closedAt_asc", closedAt_desc = "closedAt_desc" } export declare enum ProviderType { bitbucket_cloud = "bitbucket_cloud", github_com = "github_com", ghe = "ghe", bitbucket = "bitbucket", gitlab = "gitlab" } export declare enum OwnerType { user = "user", organization = "organization" } export declare enum WebhookType { organization = "organization", repository = "repository" } export declare enum MergeStatus { can_be_merged = "can_be_merged", unchecked = "unchecked", cannot_be_merged = "cannot_be_merged" } export declare enum BuildStatus { passed = "passed", broken = "broken", failed = "failed", started = "started", canceled = "canceled" } export declare enum BuildTrigger { pull_request = "pull_request", push = "push", tag = "tag", cron = "cron" } export declare enum StatusState { pending = "pending", success = "success", error = "error", failure = "failure" } export declare enum ReviewState { requested = "requested", pending = "pending", approved = "approved", commented = "commented", unapproved = "unapproved", changes_requested = "changes_requested" } export declare enum CommentCommentType { review = "review", pullRequest = "pullRequest", issue = "issue" } export declare enum _RepoOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", owner_asc = "owner_asc", owner_desc = "owner_desc", name_asc = "name_asc", name_desc = "name_desc", allowRebaseMerge_asc = "allowRebaseMerge_asc", allowRebaseMerge_desc = "allowRebaseMerge_desc", allowSquashMerge_asc = "allowSquashMerge_asc", allowSquashMerge_desc = "allowSquashMerge_desc", allowMergeCommit_asc = "allowMergeCommit_asc", allowMergeCommit_desc = "allowMergeCommit_desc", repoId_asc = "repoId_asc", repoId_desc = "repoId_desc", gitHubId_asc = "gitHubId_asc", gitHubId_desc = "gitHubId_desc", defaultBranch_asc = "defaultBranch_asc", defaultBranch_desc = "defaultBranch_desc" } export declare enum _LabelOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", default_asc = "default_asc", default_desc = "default_desc", color_asc = "color_asc", color_desc = "color_desc" } export declare enum _ChatChannelOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", provider_asc = "provider_asc", provider_desc = "provider_desc", normalizedName_asc = "normalizedName_asc", normalizedName_desc = "normalizedName_desc", channelId_asc = "channelId_asc", channelId_desc = "channelId_desc", isDefault_asc = "isDefault_asc", isDefault_desc = "isDefault_desc", botInvitedSelf_asc = "botInvitedSelf_asc", botInvitedSelf_desc = "botInvitedSelf_desc", archived_asc = "archived_asc", archived_desc = "archived_desc" } export declare enum _ChatIdOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", screenName_asc = "screenName_asc", screenName_desc = "screenName_desc", userId_asc = "userId_asc", userId_desc = "userId_desc", provider_asc = "provider_asc", provider_desc = "provider_desc", isAtomistBot_asc = "isAtomistBot_asc", isAtomistBot_desc = "isAtomistBot_desc", isOwner_asc = "isOwner_asc", isOwner_desc = "isOwner_desc", isPrimaryOwner_asc = "isPrimaryOwner_asc", isPrimaryOwner_desc = "isPrimaryOwner_desc", isAdmin_asc = "isAdmin_asc", isAdmin_desc = "isAdmin_desc", isBot_asc = "isBot_asc", isBot_desc = "isBot_desc", timezoneLabel_asc = "timezoneLabel_asc", timezoneLabel_desc = "timezoneLabel_desc" } export declare enum _EmailOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", address_asc = "address_asc", address_desc = "address_desc" } export declare enum _SCMIdOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", login_asc = "login_asc", login_desc = "login_desc", name_asc = "name_asc", name_desc = "name_desc", avatar_asc = "avatar_asc", avatar_desc = "avatar_desc" } export declare enum _GitHubProviderOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", providerId_asc = "providerId_asc", providerId_desc = "providerId_desc", apiUrl_asc = "apiUrl_asc", apiUrl_desc = "apiUrl_desc", gitUrl_asc = "gitUrl_asc", gitUrl_desc = "gitUrl_desc", providerType_asc = "providerType_asc", providerType_desc = "providerType_desc" } export declare enum _TeamOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", description_asc = "description_asc", description_desc = "description_desc", iconUrl_asc = "iconUrl_asc", iconUrl_desc = "iconUrl_desc", createdAt_asc = "createdAt_asc", createdAt_desc = "createdAt_desc" } export declare enum _PersonOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", forename_asc = "forename_asc", forename_desc = "forename_desc", surname_asc = "surname_asc", surname_desc = "surname_desc", name_asc = "name_asc", name_desc = "name_desc" } export declare enum _GitHubIdOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", login_asc = "login_asc", login_desc = "login_desc", name_asc = "name_asc", name_desc = "name_desc" } export declare enum _SCMProviderOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", providerId_asc = "providerId_asc", providerId_desc = "providerId_desc", apiUrl_asc = "apiUrl_asc", apiUrl_desc = "apiUrl_desc", gitUrl_asc = "gitUrl_asc", gitUrl_desc = "gitUrl_desc", providerType_asc = "providerType_asc", providerType_desc = "providerType_desc" } export declare enum _OrgOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", owner_asc = "owner_asc", owner_desc = "owner_desc", ownerType_asc = "ownerType_asc", ownerType_desc = "ownerType_desc" } export declare enum _GitHubOrgWebhookOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", webhookType_asc = "webhookType_asc", webhookType_desc = "webhookType_desc" } export declare enum _WebhookOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", webhookType_asc = "webhookType_asc", webhookType_desc = "webhookType_desc" } export declare enum _ChatTeamOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", provider_asc = "provider_asc", provider_desc = "provider_desc", domain_asc = "domain_asc", domain_desc = "domain_desc", messageCount_asc = "messageCount_asc", messageCount_desc = "messageCount_desc", emailDomain_asc = "emailDomain_asc", emailDomain_desc = "emailDomain_desc" } export declare enum _ChannelLinkOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc" } export declare enum _PullRequestOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", number_asc = "number_asc", number_desc = "number_desc", prId_asc = "prId_asc", prId_desc = "prId_desc", name_asc = "name_asc", name_desc = "name_desc", body_asc = "body_asc", body_desc = "body_desc", state_asc = "state_asc", state_desc = "state_desc", merged_asc = "merged_asc", merged_desc = "merged_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", baseBranchName_asc = "baseBranchName_asc", baseBranchName_desc = "baseBranchName_desc", branchName_asc = "branchName_asc", branchName_desc = "branchName_desc", title_asc = "title_asc", title_desc = "title_desc", createdAt_asc = "createdAt_asc", createdAt_desc = "createdAt_desc", updatedAt_asc = "updatedAt_asc", updatedAt_desc = "updatedAt_desc", closedAt_asc = "closedAt_asc", closedAt_desc = "closedAt_desc", mergedAt_asc = "mergedAt_asc", mergedAt_desc = "mergedAt_desc", mergeStatus_asc = "mergeStatus_asc", mergeStatus_desc = "mergeStatus_desc" } export declare enum _CommitOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", sha_asc = "sha_asc", sha_desc = "sha_desc", message_asc = "message_asc", message_desc = "message_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _BuildOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", buildId_asc = "buildId_asc", buildId_desc = "buildId_desc", name_asc = "name_asc", name_desc = "name_desc", status_asc = "status_asc", status_desc = "status_desc", buildUrl_asc = "buildUrl_asc", buildUrl_desc = "buildUrl_desc", compareUrl_asc = "compareUrl_asc", compareUrl_desc = "compareUrl_desc", trigger_asc = "trigger_asc", trigger_desc = "trigger_desc", provider_asc = "provider_asc", provider_desc = "provider_desc", pullRequestNumber_asc = "pullRequestNumber_asc", pullRequestNumber_desc = "pullRequestNumber_desc", startedAt_asc = "startedAt_asc", startedAt_desc = "startedAt_desc", finishedAt_asc = "finishedAt_asc", finishedAt_desc = "finishedAt_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", workflowId_asc = "workflowId_asc", workflowId_desc = "workflowId_desc", jobName_asc = "jobName_asc", jobName_desc = "jobName_desc", jobId_asc = "jobId_asc", jobId_desc = "jobId_desc", data_asc = "data_asc", data_desc = "data_desc" } export declare enum _PushOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", branch_asc = "branch_asc", branch_desc = "branch_desc" } export declare enum SdmGoalState { success = "success", requested = "requested", approved = "approved", waiting_for_approval = "waiting_for_approval", failure = "failure", planned = "planned", in_process = "in_process", skipped = "skipped" } export declare enum _TagOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", description_asc = "description_asc", description_desc = "description_desc", ref_asc = "ref_asc", ref_desc = "ref_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _ReleaseOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _DockerImageOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", image_asc = "image_asc", image_desc = "image_desc", imageName_asc = "imageName_asc", imageName_desc = "imageName_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _K8PodOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", name_asc = "name_asc", name_desc = "name_desc", phase_asc = "phase_asc", phase_desc = "phase_desc", environment_asc = "environment_asc", environment_desc = "environment_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", baseName_asc = "baseName_asc", baseName_desc = "baseName_desc", namespace_asc = "namespace_asc", namespace_desc = "namespace_desc", statusJSON_asc = "statusJSON_asc", statusJSON_desc = "statusJSON_desc", host_asc = "host_asc", host_desc = "host_desc", state_asc = "state_asc", state_desc = "state_desc", specsJSON_asc = "specsJSON_asc", specsJSON_desc = "specsJSON_desc", envJSON_asc = "envJSON_asc", envJSON_desc = "envJSON_desc", metadataJSON_asc = "metadataJSON_asc", metadataJSON_desc = "metadataJSON_desc", containersCrashLoopBackOff_asc = "containersCrashLoopBackOff_asc", containersCrashLoopBackOff_desc = "containersCrashLoopBackOff_desc", resourceVersion_asc = "resourceVersion_asc", resourceVersion_desc = "resourceVersion_desc" } export declare enum _K8ContainerOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", name_asc = "name_asc", name_desc = "name_desc", imageName_asc = "imageName_asc", imageName_desc = "imageName_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", environment_asc = "environment_asc", environment_desc = "environment_desc", containerJSON_asc = "containerJSON_asc", containerJSON_desc = "containerJSON_desc", state_asc = "state_asc", state_desc = "state_desc", stateReason_asc = "stateReason_asc", stateReason_desc = "stateReason_desc", ready_asc = "ready_asc", ready_desc = "ready_desc", restartCount_asc = "restartCount_asc", restartCount_desc = "restartCount_desc", statusJSON_asc = "statusJSON_asc", statusJSON_desc = "statusJSON_desc", resourceVersion_asc = "resourceVersion_asc", resourceVersion_desc = "resourceVersion_desc", containerID_asc = "containerID_asc", containerID_desc = "containerID_desc" } export declare enum _WorkflowOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", workflowId_asc = "workflowId_asc", workflowId_desc = "workflowId_desc", provider_asc = "provider_asc", provider_desc = "provider_desc", config_asc = "config_asc", config_desc = "config_desc" } export declare enum _StatusOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", state_asc = "state_asc", state_desc = "state_desc", description_asc = "description_asc", description_desc = "description_desc", targetUrl_asc = "targetUrl_asc", targetUrl_desc = "targetUrl_desc", context_asc = "context_asc", context_desc = "context_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _HerokuAppOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", app_asc = "app_asc", app_desc = "app_desc", url_asc = "url_asc", url_desc = "url_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", user_asc = "user_asc", user_desc = "user_desc", appId_asc = "appId_asc", appId_desc = "appId_desc", release_asc = "release_asc", release_desc = "release_desc" } export declare enum _ApplicationOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", state_asc = "state_asc", state_desc = "state_desc", host_asc = "host_asc", host_desc = "host_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", domain_asc = "domain_asc", domain_desc = "domain_desc", data_asc = "data_asc", data_desc = "data_desc" } export declare enum _FingerprintOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", name_asc = "name_asc", name_desc = "name_desc", sha_asc = "sha_asc", sha_desc = "sha_desc", data_asc = "data_asc", data_desc = "data_desc" } export declare enum _ParentImpactOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", data_asc = "data_asc", data_desc = "data_desc" } export declare enum _BranchOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", isRemote_asc = "isRemote_asc", isRemote_desc = "isRemote_desc", remoteRepoHtmlUrl_asc = "remoteRepoHtmlUrl_asc", remoteRepoHtmlUrl_desc = "remoteRepoHtmlUrl_desc" } export declare enum _ReviewOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", gitHubId_asc = "gitHubId_asc", gitHubId_desc = "gitHubId_desc", reviewId_asc = "reviewId_asc", reviewId_desc = "reviewId_desc", body_asc = "body_asc", body_desc = "body_desc", state_asc = "state_asc", state_desc = "state_desc", submittedAt_asc = "submittedAt_asc", submittedAt_desc = "submittedAt_desc", htmlUrl_asc = "htmlUrl_asc", htmlUrl_desc = "htmlUrl_desc" } export declare enum _CommentOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", body_asc = "body_asc", body_desc = "body_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc", createdAt_asc = "createdAt_asc", createdAt_desc = "createdAt_desc", updatedAt_asc = "updatedAt_asc", updatedAt_desc = "updatedAt_desc", commentId_asc = "commentId_asc", commentId_desc = "commentId_desc", gitHubId_asc = "gitHubId_asc", gitHubId_desc = "gitHubId_desc", path_asc = "path_asc", path_desc = "path_desc", position_asc = "position_asc", position_desc = "position_desc", htmlUrl_asc = "htmlUrl_asc", htmlUrl_desc = "htmlUrl_desc", commentType_asc = "commentType_asc", commentType_desc = "commentType_desc" } export declare enum _DeletedBranchOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", name_asc = "name_asc", name_desc = "name_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _ImageLinkedOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", timestamp_asc = "timestamp_asc", timestamp_desc = "timestamp_desc" } export declare enum _PushImpactOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", data_asc = "data_asc", data_desc = "data_desc" } export declare enum _PullRequestImpactOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc", url_asc = "url_asc", url_desc = "url_desc", data_asc = "data_asc", data_desc = "data_desc" } export declare enum _UserJoinedChannelOrdering { atmTeamId_asc = "atmTeamId_asc", atmTeamId_desc = "atmTeamId_desc", id_asc = "id_asc", id_desc = "id_desc" } export declare enum _Ordering { desc = "desc", asc = "asc" } export declare enum CommitIssueRelationshipType { fixes = "fixes", references = "references" } export declare enum SdmDeployState { requested = "requested", disabled = "disabled" } export declare namespace BuildUrlBySha { type Variables = { sha: string; }; type Query = { __typename?: "Query"; Commit?: Commit[] | null; }; type Commit = { __typename?: "Commit"; builds?: Builds[] | null; }; type Builds = { __typename?: "Build"; status?: BuildStatus | null; buildUrl?: string | null; timestamp?: string | null; }; } export declare namespace LastEndpoint { type Variables = { name: string; owner: string; branch: string; statusContext: string; }; type Query = { __typename?: "Query"; Repo?: Repo[] | null; }; type Repo = { __typename?: "Repo"; branches?: Branches[] | null; }; type Branches = { __typename?: "Branch"; commit?: Commit | null; }; type Commit = { __typename?: "Commit"; sha?: string | null; statuses?: Statuses[] | null; pushes?: Pushes[] | null; }; type Statuses = { __typename?: "Status"; context?: string | null; description?: string | null; state?: StatusState | null; targetUrl?: string | null; }; type Pushes = { __typename?: "Push"; id?: string | null; }; } export declare namespace PersonByChatId { type Variables = { screenName: string; }; type Query = { __typename?: "Query"; ChatId?: ChatId[] | null; }; type ChatId = { __typename?: "ChatId"; userId?: string | null; screenName?: string | null; person?: Person | null; }; type Person = PersonFields.Fragment; } export declare namespace PullRequestForSha { type Variables = { owner: string; repo: string; sha: string; }; type Query = { __typename?: "Query"; PullRequest?: PullRequest[] | null; }; type PullRequest = { __typename?: "PullRequest"; name?: string | null; title?: string | null; body?: string | null; id?: string | null; number?: number | null; author?: Author | null; repo?: Repo | null; head?: Head | null; base?: Base | null; }; type Author = { __typename?: "SCMId"; person?: Person | null; }; type Person = { __typename?: "Person"; chatId?: ChatId | null; }; type ChatId = { __typename?: "ChatId"; screenName?: string | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Head = { __typename?: "Commit"; message?: string | null; }; type Base = { __typename?: "Commit"; sha?: string | null; message?: string | null; }; } export declare namespace PushForCommit { type Variables = { sha: string; repo: string; owner: string; providerId: string; branch: string; }; type Query = { __typename?: "Query"; Commit?: Commit[] | null; }; type Commit = { __typename?: "Commit"; pushes?: Pushes[] | null; repo?: Repo | null; }; type Pushes = PushFields.Fragment; type Repo = { __typename?: "Repo"; org?: Org | null; }; type Org = { __typename?: "Org"; provider?: Provider | null; }; type Provider = { __typename?: "GitHubProvider"; providerId?: string | null; }; } export declare namespace RepoBranchTips { type Variables = { name: string; owner: string; }; type Query = { __typename?: "Query"; Repo?: Repo[] | null; }; type Repo = { __typename?: "Repo"; owner?: string | null; org?: Org | null; defaultBranch?: string | null; branches?: Branches[] | null; }; type Org = { __typename?: "Org"; provider?: Provider | null; }; type Provider = { __typename?: "GitHubProvider"; providerId?: string | null; }; type Branches = { __typename?: "Branch"; name?: string | null; commit?: Commit | null; }; type Commit = { __typename?: "Commit"; sha?: string | null; }; } export declare namespace ScmProvider { type Variables = { providerId: string; }; type Query = { __typename?: "Query"; SCMProvider?: ScmProvider[] | null; }; type ScmProvider = { __typename?: "SCMProvider"; providerType?: ProviderType | null; url?: string | null; providerId?: string | null; apiUrl?: string | null; }; } export declare namespace SdmBuildIdentifierForRepo { type Variables = { owner?: string[] | null; name?: string[] | null; providerId?: string[] | null; }; type Query = { __typename?: "Query"; SdmBuildIdentifier?: SdmBuildIdentifier[] | null; }; type SdmBuildIdentifier = { __typename?: "SdmBuildIdentifier"; identifier?: string | null; id?: string | null; repo?: Repo | null; }; type Repo = { __typename?: "SdmBuildIdentifierRepository"; name?: string | null; owner?: string | null; providerId?: string | null; }; } export declare namespace SdmGoalById { type Variables = { id: string; }; type Query = { __typename?: "Query"; SdmGoal?: SdmGoal[] | null; }; type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment; } export declare namespace SdmVersionForCommit { type Variables = { sha?: string[] | null; branch?: string[] | null; name?: string[] | null; owner?: string[] | null; providerId?: string[] | null; }; type Query = { __typename?: "Query"; SdmVersion?: SdmVersion[] | null; }; type SdmVersion = { __typename?: "SdmVersion"; repo?: Repo | null; version?: string | null; }; type Repo = { __typename?: "SdmVersionRepository"; name?: string | null; owner?: string | null; providerId?: string | null; }; } export declare namespace WhatIsRunning { type Variables = { domain?: string | null; }; type Query = { __typename?: "Query"; Application?: Application[] | null; }; type Application = { __typename?: "Application"; domain?: string | null; commits?: Commits[] | null; }; type Commits = { __typename?: "Commit"; sha?: string | null; repo?: Repo | null; }; type Repo = { __typename?: "Repo"; owner?: string | null; name?: string | null; }; } export declare namespace OnAnyApprovedSdmGoal { type Variables = {}; type Subscription = { __typename?: "Subscription"; SdmGoal?: SdmGoal[] | null; }; type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment; } export declare namespace OnAnyCompletedSdmGoal { type Variables = {}; type Subscription = { __typename?: "Subscription"; SdmGoal?: SdmGoal[] | null; }; type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment; } export declare namespace OnAnyFailedSdmGoal { type Variables = {}; type Subscription = { __typename?: "Subscription"; SdmGoal?: SdmGoal[] | null; }; type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment; } export declare namespace OnAnyRequestedSdmGoal { type Variables = {}; type Subscription = { __typename?: "Subscription"; SdmGoal?: SdmGoal[] | null; }; type SdmGoal = { __typename?: "SdmGoal"; id?: string | null; } & SdmGoalFields.Fragment & SdmGoalRepo.Fragment; } export declare namespace OnAnySuccessfulSdmGoal { type Variables = {}; type Subscription = { __typename?: "Subscription"; SdmGoal?: SdmGoal[] | null; }; type SdmGoal = SdmGoalFields.Fragment & SdmGoalRepo.Fragment; } export declare namespace OnAParticularStatus { type Variables = { context: string; }; type Subscription = { __typename?: "Subscription"; Status?: Status[] | null; }; type Status = { __typename?: "Status"; commit?: Commit | null; state?: StatusState | null; targetUrl?: string | null; context?: string | null; description?: string | null; }; type Commit = { __typename?: "Commit"; sha?: string | null; message?: string | null; statuses?: Statuses[] | null; repo?: Repo | null; pushes?: Pushes[] | null; image?: Image | null; }; type Statuses = { __typename?: "Status"; context?: string | null; description?: string | null; state?: StatusState | null; targetUrl?: string | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Pushes = { __typename?: "Push"; branch?: string | null; }; type Image = { __typename?: "DockerImage"; image?: string | null; imageName?: string | null; }; } export declare namespace OnBuildComplete { type Variables = {}; type Subscription = { __typename?: "Subscription"; Build?: Build[] | null; }; type Build = { __typename?: "Build"; buildId?: string | null; buildUrl?: string | null; compareUrl?: string | null; name?: string | null; status?: BuildStatus | null; jobId?: string | null; startedAt?: string | null; timestamp?: string | null; push?: Push | null; commit?: Commit | null; }; type Push = PushFields.Fragment; type Commit = { __typename?: "Commit"; sha?: string | null; message?: string | null; timestamp?: string | null; repo?: Repo | null; statuses?: Statuses[] | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Statuses = { __typename?: "Status"; context?: string | null; description?: string | null; state?: StatusState | null; targetUrl?: string | null; }; } export declare namespace OnBuildCompleteForDryRun { type Variables = {}; type Subscription = { __typename?: "Subscription"; Build?: Build[] | null; }; type Build = { __typename?: "Build"; buildId?: string | null; buildUrl?: string | null; compareUrl?: string | null; name?: string | null; status?: BuildStatus | null; commit?: Commit | null; }; type Commit = { __typename?: "Commit"; sha?: string | null; message?: string | null; repo?: Repo | null; pushes?: Pushes[] | null; statuses?: Statuses[] | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Pushes = { __typename?: "Push"; branch?: string | null; }; type Statuses = { __typename?: "Status"; context?: string | null; description?: string | null; state?: StatusState | null; targetUrl?: string | null; }; } export declare namespace OnChannelLink { type Variables = {}; type Subscription = { __typename?: "Subscription"; ChannelLink?: ChannelLink[] | null; }; type ChannelLink = { __typename?: "ChannelLink"; repo?: Repo | null; channel?: Channel | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Channel = { __typename?: "ChatChannel"; team?: Team | null; name?: string | null; id?: string | null; }; type Team = { __typename?: "ChatTeam"; id?: string | null; }; } export declare namespace OnClosedIssue { type Variables = {}; type Subscription = { __typename?: "Subscription"; Issue?: Issue[] | null; }; type Issue = { __typename?: "Issue"; number?: number | null; title?: string | null; body?: string | null; openedBy?: OpenedBy | null; closedBy?: ClosedBy | null; createdAt?: string | null; updatedAt?: string | null; repo: Repo; assignees?: Assignees[] | null; }; type OpenedBy = { __typename?: "SCMId"; login?: string | null; person?: Person | null; }; type Person = PersonFields.Fragment; type ClosedBy = { __typename?: "SCMId"; login?: string | null; person?: _Person | null; }; type _Person = PersonFields.Fragment; type Repo = CoreRepoFieldsAndChannels.Fragment; type Assignees = { __typename?: "SCMId"; login?: string | null; person?: __Person | null; }; type __Person = PersonFields.Fragment; } export declare namespace OnFirstPushToRepo { type Variables = {}; type Subscription = { __typename?: "Subscription"; Push?: Push[] | null; }; type Push = PushFields.Fragment; } export declare namespace OnImageLinked { type Variables = {}; type Subscription = { __typename?: "Subscription"; ImageLinked?: ImageLinked[] | null; }; type ImageLinked = { __typename?: "ImageLinked"; commit?: Commit | null; image?: Image | null; }; type Commit = { __typename?: "Commit"; pushes?: Pushes[] | null; sha?: string | null; message?: string | null; author?: Author | null; repo?: Repo | null; statuses?: Statuses[] | null; }; type Pushes = PushFields.Fragment; type Author = { __typename?: "SCMId"; person?: Person | null; }; type Person = { __typename?: "Person"; id?: string | null; name?: string | null; chatId?: ChatId | null; }; type ChatId = { __typename?: "ChatId"; screenName?: string | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Statuses = { __typename?: "Status"; context?: string | null; description?: string | null; state?: StatusState | null; }; type Image = { __typename?: "DockerImage"; image?: string | null; imageName?: string | null; }; } export declare namespace OnIssueAction { type Variables = {}; type Subscription = { __typename?: "Subscription"; Issue?: Issue[] | null; }; type Issue = { __typename?: "Issue"; number?: number | null; title?: string | null; state?: IssueState | null; body?: string | null; openedBy?: OpenedBy | null; createdAt?: string | null; updatedAt?: string | null; repo: Repo; assignees?: Assignees[] | null; }; type OpenedBy = { __typename?: "SCMId"; login?: string | null; person?: Person | null; }; type Person = PersonFields.Fragment; type Repo = CoreRepoFieldsAndChannels.Fragment; type Assignees = { __typename?: "SCMId"; login?: string | null; person?: _Person | null; }; type _Person = PersonFields.Fragment; } export declare namespace OnPullRequest { type Variables = {}; type Subscription = { __typename?: "Subscription"; PullRequest?: PullRequest[] | null; }; type PullRequest = { __typename?: "PullRequest"; title?: string | null; number?: number | null; body?: string | null; id?: string | null; base?: Base | null; head?: Head | null; repo?: _Repo | null; }; type Base = { __typename?: "Commit"; sha?: string | null; message?: string | null; }; type Head = { __typename?: "Commit"; sha?: string | null; message?: string | null; pushes?: Pushes[] | null; }; type Pushes = { __typename?: "Push"; before?: Before | null; commits?: Commits[] | null; branch?: string | null; id?: string | null; repo?: Repo | null; }; type Before = { __typename?: "Commit"; sha?: string | null; message?: string | null; }; type Commits = { __typename?: "Commit"; sha?: string | null; message?: string | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type _Repo = CoreRepoFieldsAndChannels.Fragment; } export declare namespace OnPushImpact { type Variables = {}; type Subscription = { __typename?: "Subscription"; PushImpact?: PushImpact[] | null; }; type PushImpact = { __typename?: "PushImpact"; id?: string | null; data?: string | null; push?: Push | null; }; type Push = { __typename?: "Push"; before?: Before | null; after?: After | null; }; type Before = { __typename?: "Commit"; sha?: string | null; fingerprints?: Fingerprints[] | null; }; type Fingerprints = { __typename?: "Fingerprint"; sha?: string | null; name?: string | null; data?: string | null; }; type After = { __typename?: "Commit"; author?: Author | null; sha?: string | null; fingerprints?: _Fingerprints[] | null; repo?: Repo | null; }; type Author = { __typename?: "SCMId"; login?: string | null; emails?: Emails[] | null; }; type Emails = { __typename?: "Email"; address?: string | null; }; type _Fingerprints = { __typename?: "Fingerprint"; sha?: string | null; name?: string | null; data?: string | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; } export declare namespace OnPushToAnyBranch { type Variables = {}; type Subscription = { __typename?: "Subscription"; Push?: Push[] | null; }; type Push = PushFields.Fragment; } export declare namespace OnRepoCreation { type Variables = {}; type Subscription = { __typename?: "Subscription"; Repo?: Repo[] | null; }; type Repo = { __typename?: "Repo"; owner?: string | null; name?: string | null; id?: string | null; }; } export declare namespace OnRepoOnboarded { type Variables = {}; type Subscription = { __typename?: "Subscription"; RepoOnboarded?: RepoOnboarded[] | null; }; type RepoOnboarded = { __typename?: "RepoOnboarded"; repo: Repo; }; type Repo = CoreRepoFieldsAndChannels.Fragment; } export declare namespace OnSuccessStatus { type Variables = { context: string; }; type Subscription = { __typename?: "Subscription"; Status?: Status[] | null; }; type Status = { __typename?: "Status"; commit?: Commit | null; state?: StatusState | null; targetUrl?: string | null; context?: string | null; description?: string | null; }; type Commit = { __typename?: "Commit"; sha?: string | null; message?: string | null; statuses?: Statuses[] | null; repo?: Repo | null; pushes?: Pushes[] | null; }; type Statuses = { __typename?: "Status"; context?: string | null; description?: string | null; state?: StatusState | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Pushes = { __typename?: "Push"; branch?: string | null; }; } export declare namespace OnTag { type Variables = {}; type Subscription = { __typename?: "Subscription"; Tag?: Tag[] | null; }; type Tag = { __typename?: "Tag"; id?: string | null; name?: string | null; description?: string | null; timestamp?: string | null; release?: Release | null; commit?: Commit | null; }; type Release = { __typename?: "Release"; name?: string | null; id?: string | null; timestamp?: string | null; }; type Commit = { __typename?: "Commit"; sha?: string | null; message?: string | null; repo?: Repo | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; } export declare namespace OnUserJoiningChannel { type Variables = {}; type Subscription = { __typename?: "Subscription"; UserJoinedChannel?: UserJoinedChannel[] | null; }; type UserJoinedChannel = { __typename?: "UserJoinedChannel"; user?: User | null; channel?: Channel | null; }; type User = { __typename?: "ChatId"; screenName?: string | null; person?: Person | null; }; type Person = PersonFields.Fragment; type Channel = { __typename?: "ChatChannel"; name?: string | null; repos?: Repos[] | null; }; type Repos = CoreRepoFieldsAndChannels.Fragment; } export declare namespace CoreRepoFieldsAndChannels { type Fragment = { __typename?: "Repo"; owner?: string | null; name?: string | null; org?: Org | null; channels?: Channels[] | null; defaultBranch?: string | null; }; type Org = { __typename?: "Org"; owner?: string | null; ownerType?: OwnerType | null; provider?: Provider | null; }; type Provider = { __typename?: "GitHubProvider"; providerId?: string | null; providerType?: ProviderType | null; apiUrl?: string | null; url?: string | null; }; type Channels = { __typename?: "ChatChannel"; team?: Team | null; name?: string | null; id?: string | null; }; type Team = { __typename?: "ChatTeam"; id?: string | null; }; } export declare namespace PersonFields { type Fragment = { __typename?: "Person"; forename?: string | null; surname?: string | null; name?: string | null; emails?: Emails[] | null; gitHubId?: GitHubId | null; chatId?: ChatId | null; }; type Emails = { __typename?: "Email"; address?: string | null; }; type GitHubId = { __typename?: "GitHubId"; login?: string | null; }; type ChatId = { __typename?: "ChatId"; screenName?: string | null; }; } export declare namespace PushFields { type Fragment = { __typename?: "Push"; id?: string | null; timestamp?: string | null; branch?: string | null; before?: Before | null; after?: After | null; repo?: Repo | null; commits?: Commits[] | null; }; type Before = { __typename?: "Commit"; sha?: string | null; message?: string | null; committer?: Committer | null; }; type Committer = { __typename?: "SCMId"; login?: string | null; person?: Person | null; }; type Person = PersonFields.Fragment; type After = { __typename?: "Commit"; sha?: string | null; message?: string | null; committer?: _Committer | null; image?: Image | null; }; type _Committer = { __typename?: "SCMId"; login?: string | null; person?: _Person | null; }; type _Person = PersonFields.Fragment; type Image = { __typename?: "DockerImage"; image?: string | null; imageName?: string | null; }; type Repo = CoreRepoFieldsAndChannels.Fragment; type Commits = { __typename?: "Commit"; sha?: string | null; timestamp?: string | null; message?: string | null; author?: Author | null; }; type Author = { __typename?: "SCMId"; _id?: Long | null; login?: string | null; name?: string | null; }; } export declare namespace SdmGoalFields { type Fragment = { __typename?: "SdmGoal"; environment?: string | null; uniqueName?: string | null; name?: string | null; sha?: string | null; branch?: string | null; fulfillment?: Fulfillment | null; description?: string | null; url?: string | null; externalUrl?: string | null; state?: SdmGoalState | null; phase?: string | null; externalKey?: string | null; goalSet?: string | null; goalSetId?: string | null; ts?: number | null; error?: string | null; retryFeasible?: boolean | null; preConditions?: PreConditions[] | null; approval?: Approval | null; approvalRequired?: boolean | null; provenance?: Provenance[] | null; data?: string | null; push?: Push | null; }; type Fulfillment = { __typename?: "SdmGoalFulfillment"; method?: string | null; name?: string | null; }; type PreConditions = { __typename?: "SdmCondition"; environment?: string | null; name?: string | null; }; type Approval = { __typename?: "SdmProvenance"; correlationId?: string | null; registration?: string | null; name?: string | null; version?: string | null; ts?: number | null; userId?: string | null; channelId?: string | null; }; type Provenance = { __typename?: "SdmProvenance"; correlationId?: string | null; registration?: string | null; name?: string | null; version?: string | null; ts?: number | null; userId?: string | null; channelId?: string | null; }; type Push = PushFields.Fragment; } export declare namespace SdmGoalRepo { type Fragment = { __typename?: "SdmGoal"; repo?: Repo | null; }; type Repo = { __typename?: "SdmRepository"; name?: string | null; owner?: string | null; providerId?: string | null; }; } //# sourceMappingURL=types.d.ts.map