|
@@ -3461,6 +3461,8 @@ export type TicketChecklistTitleUpdatePayload = {
|
|
|
/** Autogenerated return type of TicketChecklistUpdates. */
|
|
|
export type TicketChecklistUpdatesPayload = {
|
|
|
__typename?: 'TicketChecklistUpdatesPayload';
|
|
|
+ /** Ticket checklist was removed from ticket */
|
|
|
+ removedTicketChecklist?: Maybe<Scalars['Boolean']['output']>;
|
|
|
/** Ticket checklist */
|
|
|
ticketChecklist?: Maybe<Checklist>;
|
|
|
};
|
|
@@ -5173,7 +5175,7 @@ export type TicketChecklistUpdatesSubscriptionVariables = Exact<{
|
|
|
}>;
|
|
|
|
|
|
|
|
|
-export type TicketChecklistUpdatesSubscription = { __typename?: 'Subscriptions', ticketChecklistUpdates: { __typename?: 'TicketChecklistUpdatesPayload', ticketChecklist?: { __typename?: 'Checklist', id: string, name?: string | null, completed: boolean, incomplete: number, items: Array<{ __typename?: 'ChecklistItem', id: string, text: string, checked: boolean, ticketAccess?: EnumChecklistItemTicketAccess | null, ticket?: { __typename?: 'Ticket', id: string, internalId: number, number: string, title: string, stateColorCode: EnumTicketStateColorCode, state: { __typename?: 'TicketState', name: string } } | null }> } | null } };
|
|
|
+export type TicketChecklistUpdatesSubscription = { __typename?: 'Subscriptions', ticketChecklistUpdates: { __typename?: 'TicketChecklistUpdatesPayload', removedTicketChecklist?: boolean | null, ticketChecklist?: { __typename?: 'Checklist', id: string, name?: string | null, completed: boolean, incomplete: number, items: Array<{ __typename?: 'ChecklistItem', id: string, text: string, checked: boolean, ticketAccess?: EnumChecklistItemTicketAccess | null, ticket?: { __typename?: 'Ticket', id: string, internalId: number, number: string, title: string, stateColorCode: EnumTicketStateColorCode, state: { __typename?: 'TicketState', name: string } } | null }> } | null } };
|
|
|
|
|
|
export type OrganizationUpdateMutationVariables = Exact<{
|
|
|
id: Scalars['ID']['input'];
|