@worknice/js-sdk 0.15.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/api/_generated.ts"],"sourcesContent":["// GENERATED FILE — DO NOT EDIT\n// This file is generated using the config in the graphql.config.json file.\nexport type Upload = { file: Buffer; fileName: string; encoding: string; mimeType: Scalars[\"MimeType\"][\"input\"]; };\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n /** An ISO 8601 date string without time info (e.g. `2020-03-25`). */\n Date: { input: string; output: string; }\n /** A complete \"extended format\" ISO 8601 date time string with timezone (e.g. `2020-03-25T14:24:23.341+10:30`). */\n DateTime: { input: string; output: string; }\n /** A decimal number with 15 digits of precision and 6 digits of scale (e.g. `999999999.999999`). */\n Decimal: { input: string; output: string; }\n /** Text with [Markdown](https://commonmark.org/help/) formatting. */\n Markdown: { input: string; output: string; }\n MimeType: { input: string; output: string; }\n PlainTime: { input: string; output: string; }\n /** A timezone name (e.g. `Australia/Sydney`). */\n Timezone: { input: string; output: string; }\n Upload: { input: Upload; output: Upload; }\n};\n\nexport type Account = {\n /** All the apps owned by this account. */\n apps: Array<App>;\n archived: Scalars['Boolean']['output'];\n attioCompanyId?: Maybe<Scalars['String']['output']>;\n chargebeeCustomerId?: Maybe<Scalars['String']['output']>;\n contactEmail: Scalars['String']['output'];\n createdAt: Scalars['DateTime']['output'];\n demo: Scalars['Boolean']['output'];\n features: AccountFeatures;\n flag?: Maybe<AccountFlag>;\n hubspotCompanyId?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n orgs: Array<Org>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type AccountAppsArgs = {\n includeDraft?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type AccountFeatures = {\n insights: Scalars['Boolean']['output'];\n performanceManagement: Scalars['Boolean']['output'];\n};\n\nexport type AccountFeaturesInput = {\n insights?: InputMaybe<Scalars['Boolean']['input']>;\n performanceManagement?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum AccountFlag {\n InvalidCreditCard = 'INVALID_CREDIT_CARD',\n PaymentOverdue = 'PAYMENT_OVERDUE'\n}\n\nexport enum AllocationMethod {\n FixedAmount = 'FIXED_AMOUNT',\n PerLongHundred = 'PER_LONG_HUNDRED',\n Remainder = 'REMAINDER'\n}\n\nexport type AnniversaryEvent = SharedCalendarEvent & {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n ordinalNumber?: Maybe<Scalars['Int']['output']>;\n owner: Person;\n startDate: Scalars['Date']['output'];\n};\n\nexport type ApiToken = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n person: Person;\n /** Only provided in the response from `createApiToken`, null at all other times. */\n token?: Maybe<Scalars['String']['output']>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type App = {\n categories: Array<AppCategory>;\n /** @deprecated Use 'categories' instead. */\n category: AppCategory;\n config: AppConfig;\n description?: Maybe<Scalars['Markdown']['output']>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n /** @deprecated This field is temporary while we transition away from built-in integrations. */\n integrationType?: Maybe<IntegrationType>;\n logo?: Maybe<Media>;\n name: Scalars['String']['output'];\n status: AppStatus;\n};\n\nexport enum AppCategory {\n Communication = 'COMMUNICATION',\n EngagementAndRecognition = 'ENGAGEMENT_AND_RECOGNITION',\n LearningManagement = 'LEARNING_MANAGEMENT',\n LeaveManagement = 'LEAVE_MANAGEMENT',\n Payroll = 'PAYROLL',\n PerformanceManagement = 'PERFORMANCE_MANAGEMENT',\n ProjectManagement = 'PROJECT_MANAGEMENT',\n Recruitment = 'RECRUITMENT',\n WorkforceManagement = 'WORKFORCE_MANAGEMENT',\n WorkforcePlanning = 'WORKFORCE_PLANNING'\n}\n\nexport type AppConfig = {\n /** Unlike the 'features' field on the 'App' type, this one returns the raw values that are configured. */\n features: IntegrationFeatures;\n webhooks: AppConfigWebhooks;\n};\n\nexport type AppConfigWebhooks = {\n approveLeaveRequest?: Maybe<Scalars['String']['output']>;\n cancelLeaveRequest?: Maybe<Scalars['String']['output']>;\n createIntegration?: Maybe<Scalars['String']['output']>;\n createLeaveRequest?: Maybe<Scalars['String']['output']>;\n denyLeaveRequest?: Maybe<Scalars['String']['output']>;\n getAuthorizationUrl?: Maybe<Scalars['String']['output']>;\n getConfigurationUrl?: Maybe<Scalars['String']['output']>;\n getLeaveBalances?: Maybe<Scalars['String']['output']>;\n getLeaveCategories?: Maybe<Scalars['String']['output']>;\n getLeaveRequestHours?: Maybe<Scalars['String']['output']>;\n getOpenUrl?: Maybe<Scalars['String']['output']>;\n integrationArchived?: Maybe<Scalars['String']['output']>;\n personConnected?: Maybe<Scalars['String']['output']>;\n processLeaveRequest?: Maybe<Scalars['String']['output']>;\n triggerIntegrationSync?: Maybe<Scalars['String']['output']>;\n};\n\nexport enum AppStatus {\n Available = 'AVAILABLE',\n Deprecated = 'DEPRECATED',\n Draft = 'DRAFT',\n Internal = 'INTERNAL',\n Planned = 'PLANNED',\n Recommended = 'RECOMMENDED',\n Zapier = 'ZAPIER'\n}\n\nexport type Approval = {\n approvedAt?: Maybe<Scalars['DateTime']['output']>;\n approver: Person;\n assignment?: Maybe<Assignment>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n requestedAt?: Maybe<Scalars['DateTime']['output']>;\n requester?: Maybe<Person>;\n status: ApprovalStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum ApprovalStatus {\n Approved = 'APPROVED',\n Draft = 'DRAFT',\n Requested = 'REQUESTED'\n}\n\nexport type ApprovalSummary = {\n approved: Scalars['Int']['output'];\n draft: Scalars['Int']['output'];\n requested: Scalars['Int']['output'];\n};\n\nexport type Archivable = BasicAbnForm | BasicBankAccountForm | BasicEmergencyContactForm | BasicPersonalDetailsForm | BasicPreEmploymentForm | BasicSuperForm | BasicTaxForm | Certificate | Document | Person | Questionnaire;\n\nexport type Assignment = {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person to whom this assignment is currently assigned. This will change as an assignment's status changes. */\n assignee?: Maybe<Person>;\n /** The person who assigned this assignment. */\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n /** If present, this assignment (if it has an `ASSIGNED` status) will be included in the owner's onboarding. The value of this field will also be used to determine the order assignments are shown during onboarding. If the owner has already completed onboarding this field has no effect. */\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n /** The person who is submitting this assignment. */\n owner?: Maybe<Person>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who processed this assignment. */\n processor?: Maybe<Person>;\n /** The person who is receiving this assignment's submission. This is typically a person with an admin role. */\n responsible?: Maybe<Person>;\n /** The person this assignment is about. For many assignments this will be the same as the owner, but for some assignments such as reviews or tasks the subject may be different from the owner. */\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who submitted this assignment. */\n submitter?: Maybe<Person>;\n /** The template to which this assignment belongs. The template can be changed at any time and there is not guarantee that the assignment was created from the template. */\n template?: Maybe<Template>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type AssignmentNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type AssignmentNotification = Notification & {\n /** This field is nullable because the viewer may not longer have access to the assignment this notification is about. */\n assignment?: Maybe<Assignment>;\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum AssignmentRelation {\n /** The person to whom an assignment is currently assigned. This will change as an assignment's status changes. */\n Assignee = 'ASSIGNEE',\n /** The person who is submitting an assignment. */\n Owner = 'OWNER',\n /** The person who is receiving an assignment's submission. This is typically a person with an admin role. */\n Responsible = 'RESPONSIBLE',\n /** The person the assignment is about. For many assignments this will be the same as the owner, but for some assignments such as reviews or tasks the subject may be different from the owner. */\n Subject = 'SUBJECT'\n}\n\nexport enum AssignmentStatus {\n /** An assignment with this status is visible to the owner is waiting to be submitted. */\n Assigned = 'ASSIGNED',\n /** An assignment with this status is only visible to admin users. The owner of the will not be able to see the assignment (unless they themselves are an admin). */\n Draft = 'DRAFT',\n /** An assignment with this status requires no further action. */\n Processed = 'PROCESSED',\n /** An assignment with this status has been completed by the owner and it waiting on the \"responsible\" person to approve/process it. */\n Submitted = 'SUBMITTED'\n}\n\nexport enum AssignmentType {\n Certificate = 'CERTIFICATE',\n Document = 'DOCUMENT',\n Form = 'FORM',\n Questionnaire = 'QUESTIONNAIRE',\n Review = 'REVIEW',\n Task = 'TASK'\n}\n\nexport enum AuthMethod {\n ApiToken = 'API_TOKEN',\n Email = 'EMAIL'\n}\n\nexport enum AuthProvider {\n Azure = 'AZURE'\n}\n\nexport enum AuthState {\n Active = 'ACTIVE',\n Unassociated = 'UNASSOCIATED',\n Unauthenticated = 'UNAUTHENTICATED'\n}\n\nexport type BasicAbnForm = Assignment & PaperworkAssignment & {\n abn?: Maybe<Scalars['String']['output']>;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n businessName?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicAbnForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n registeredForGst?: Maybe<Scalars['Boolean']['output']>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicAbnFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicAbnFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicAbnForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicBankAccountForm = Assignment & PaperworkAssignment & PersonBankAccountsChange & PersonChange & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1BSB?: Maybe<Scalars['String']['output']>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2BSB?: Maybe<Scalars['String']['output']>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3BSB?: Maybe<Scalars['String']['output']>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4BSB?: Maybe<Scalars['String']['output']>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5BSB?: Maybe<Scalars['String']['output']>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicBankAccountForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicBankAccountFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicBankAccountFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicBankAccountForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicEmergencyContactForm = Assignment & PaperworkAssignment & PersonChange & PersonEmergencyContactsChange & {\n addressPresence: FieldPresence;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n contact1AddressCity?: Maybe<Scalars['String']['output']>;\n contact1AddressLine1?: Maybe<Scalars['String']['output']>;\n contact1AddressLine2?: Maybe<Scalars['String']['output']>;\n contact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n contact1AddressState?: Maybe<Scalars['String']['output']>;\n contact1Email?: Maybe<Scalars['String']['output']>;\n contact1Name?: Maybe<Scalars['String']['output']>;\n contact1Phone?: Maybe<Scalars['String']['output']>;\n contact1Relationship?: Maybe<Scalars['String']['output']>;\n contact2AddressCity?: Maybe<Scalars['String']['output']>;\n contact2AddressLine1?: Maybe<Scalars['String']['output']>;\n contact2AddressLine2?: Maybe<Scalars['String']['output']>;\n contact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n contact2AddressState?: Maybe<Scalars['String']['output']>;\n contact2Email?: Maybe<Scalars['String']['output']>;\n contact2Name?: Maybe<Scalars['String']['output']>;\n contact2Phone?: Maybe<Scalars['String']['output']>;\n contact2Presence: FieldPresence;\n contact2Relationship?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n emailPresence: FieldPresence;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicEmergencyContactForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicEmergencyContactFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicEmergencyContactFormTemplate = PaperworkTemplate & Template & {\n addressPresence: FieldPresence;\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicEmergencyContactForm>;\n contact2Presence: FieldPresence;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n emailPresence: FieldPresence;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicPersonalDetailsForm = Assignment & PaperworkAssignment & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonResidentialAddressChange & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n email?: Maybe<Scalars['String']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n familyName?: Maybe<Scalars['String']['output']>;\n firstGivenName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n homeAddressCity?: Maybe<Scalars['String']['output']>;\n homeAddressLine1?: Maybe<Scalars['String']['output']>;\n homeAddressLine2?: Maybe<Scalars['String']['output']>;\n homeAddressPostcode?: Maybe<Scalars['String']['output']>;\n homeAddressState?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n phone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n previousForms: Array<BasicPersonalDetailsForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicPersonalDetailsFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicPersonalDetailsFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicPersonalDetailsForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicPreEmploymentForm = Assignment & PaperworkAssignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n existingHealthConditions?: Maybe<Scalars['Boolean']['output']>;\n existingHealthConditionsExplanation?: Maybe<Scalars['String']['output']>;\n existingHealthConditionsPresence: Scalars['Boolean']['output'];\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n hindrancesToPerformDuties?: Maybe<Scalars['Boolean']['output']>;\n hindrancesToPerformDutiesExplanation?: Maybe<Scalars['String']['output']>;\n hindrancesToPerformDutiesPresence: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n introduction?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicPreEmploymentForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n workplaceAdjustmentsRequired?: Maybe<Scalars['Boolean']['output']>;\n workplaceAdjustmentsRequiredExplanation?: Maybe<Scalars['String']['output']>;\n workplaceAdjustmentsRequiredPresence: Scalars['Boolean']['output'];\n};\n\n\nexport type BasicPreEmploymentFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicPreEmploymentFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicPreEmploymentForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n existingHealthConditionsPresence: Scalars['Boolean']['output'];\n hindrancesToPerformDutiesPresence: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n introduction?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n workplaceAdjustmentsRequiredPresence: Scalars['Boolean']['output'];\n};\n\nexport type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSuperFundsChange & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n fundName?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n memberName?: Maybe<Scalars['String']['output']>;\n memberNumber?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n nomination?: Maybe<SuperFundNomination>;\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicSuperForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n smsfAbn?: Maybe<Scalars['String']['output']>;\n smsfAccountName?: Maybe<Scalars['String']['output']>;\n smsfAccountNumber?: Maybe<Scalars['String']['output']>;\n smsfAddressCity?: Maybe<Scalars['String']['output']>;\n smsfAddressLine1?: Maybe<Scalars['String']['output']>;\n smsfAddressLine2?: Maybe<Scalars['String']['output']>;\n smsfAddressPostcode?: Maybe<Scalars['String']['output']>;\n smsfAddressState?: Maybe<Scalars['String']['output']>;\n smsfBsb?: Maybe<Scalars['String']['output']>;\n smsfEsa?: Maybe<Scalars['String']['output']>;\n smsfName?: Maybe<Scalars['String']['output']>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n usi?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type BasicSuperFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicSuperFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicSuperForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultFundAbn?: Maybe<Scalars['String']['output']>;\n defaultFundName?: Maybe<Scalars['String']['output']>;\n defaultResponsiblePerson?: Maybe<Person>;\n defaultUsi?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxDetailsChange & {\n addressCity?: Maybe<Scalars['String']['output']>;\n addressLine1?: Maybe<Scalars['String']['output']>;\n addressLine2?: Maybe<Scalars['String']['output']>;\n addressPostcode?: Maybe<Scalars['String']['output']>;\n addressState?: Maybe<Scalars['String']['output']>;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n email?: Maybe<Scalars['String']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n familyName?: Maybe<Scalars['String']['output']>;\n firstGivenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicTaxForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n residencyStatus?: Maybe<TaxResidencyStatus>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicTaxFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicTaxFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicTaxForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Birthday = {\n day: Scalars['Int']['output'];\n month: Scalars['Int']['output'];\n};\n\nexport type BirthdayEvent = SharedCalendarEvent & {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n ordinalNumber?: Maybe<Scalars['Int']['output']>;\n owner: Person;\n startDate: Scalars['Date']['output'];\n};\n\nexport type BirthdayInput = {\n day: Scalars['Int']['input'];\n month: Scalars['Int']['input'];\n};\n\nexport type Bundle = {\n archived: Scalars['Boolean']['output'];\n bundledPaperworkTypes: BundledPaperworkTypeConnection;\n bundledPeople: BundledPersonConnection;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkSummaries: Array<PaperworkSummary>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BundledPaperworkType = {\n bundle: Bundle;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BundledPaperworkTypeConnection = {\n nodes: Array<BundledPaperworkType>;\n totalCount: Scalars['Int']['output'];\n};\n\nexport type BundledPerson = {\n bundle: Bundle;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n person: Person;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BundledPersonConnection = {\n nodes: Array<BundledPerson>;\n totalCount: Scalars['Int']['output'];\n};\n\nexport type Certificate = Assignment & PaperworkAssignment & {\n applyInstructions?: Maybe<Scalars['Markdown']['output']>;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n attachment?: Maybe<Media>;\n certificateTemplate?: Maybe<CertificateTemplate>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n documentExpirationDate?: Maybe<Scalars['Date']['output']>;\n documentNumber?: Maybe<Scalars['String']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationDatePresence: FieldPresence;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n issueDate?: Maybe<Scalars['Date']['output']>;\n issueDatePresence: FieldPresence;\n name: Scalars['String']['output'];\n notes?: Maybe<Scalars['String']['output']>;\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n proof: CertificateProof;\n responsible?: Maybe<Person>;\n /**\n * When this certificate was last verified or rejected.\n * @deprecated Use 'processedAt' instead.\n */\n reviewedAt?: Maybe<Scalars['DateTime']['output']>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n /** When the assignee last submitted the certificate. */\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n verifyInstructions?: Maybe<Scalars['Markdown']['output']>;\n};\n\n\nexport type CertificateNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum CertificateProof {\n IdentifierOnly = 'IDENTIFIER_ONLY',\n IdentifierWithOptionalUpload = 'IDENTIFIER_WITH_OPTIONAL_UPLOAD',\n IdentifierWithUpload = 'IDENTIFIER_WITH_UPLOAD',\n UploadOnly = 'UPLOAD_ONLY'\n}\n\nexport type CertificateTemplate = PaperworkTemplate & Template & {\n applyInstructions?: Maybe<Scalars['Markdown']['output']>;\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Certificate>;\n createdAt: Scalars['DateTime']['output'];\n expirationDatePresence: FieldPresence;\n id: Scalars['ID']['output'];\n issueDatePresence: FieldPresence;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n proof: CertificateProof;\n updatedAt: Scalars['DateTime']['output'];\n uploadLimit?: Maybe<Scalars['Int']['output']>;\n uploadMimeTypes?: Maybe<Array<Scalars['MimeType']['output']>>;\n verifyInstructions?: Maybe<Scalars['Markdown']['output']>;\n};\n\nexport type ChoiceDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n options: Array<ChoiceDocumentFieldOption>;\n responder: DocumentFieldResponder;\n};\n\nexport type ChoiceDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['String']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n options: Array<ChoiceDocumentFieldConfigOptionInput>;\n responder: DocumentFieldResponder;\n};\n\nexport type ChoiceDocumentFieldConfigOptionInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ChoiceDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: ChoiceDocumentFieldOptionInput;\n};\n\nexport type ChoiceDocumentFieldOption = {\n id: Scalars['ID']['output'];\n value: Scalars['String']['output'];\n};\n\nexport type ChoiceDocumentFieldOptionInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ConnectionRemote = {\n /** Useful details that can be used to identify the remote record. Optionally tab-delimited. */\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n name: Scalars['String']['output'];\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type ConnectionRemoteInput = {\n /** Useful details that can be used to identify the remote record. Optionally tab-delimited. */\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['String']['input'];\n name: Scalars['String']['input'];\n url?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport enum ConnectionStatus {\n /** The connection has both a local and remote record, but those records have not been merged together. Before this connection can be used for regular syncing, the records must be merged. */\n Connected = 'CONNECTED',\n /** The connection has only and record in Worknice. It should be matched to either an existing record in the remote system or a new record created in the remote system. */\n LocalOnly = 'LOCAL_ONLY',\n /** The connection has both a local and remote record, and those records have been merged together. This connection is ready for regular syncing. */\n Merged = 'MERGED',\n /** The connection has only a record in the remote system. It should be matched to either an existing record in Worknice or a new record created in Worknice. */\n RemoteOnly = 'REMOTE_ONLY'\n}\n\nexport type CreateNoteAttachmentInput = {\n file: Scalars['Upload']['input'];\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type CustomTable = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n config: CustomTableConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n owner: Person;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type CustomTableColumn = {\n id: Scalars['String']['output'];\n size: Scalars['Int']['output'];\n};\n\nexport type CustomTableColumnInput = {\n id: Scalars['String']['input'];\n size: Scalars['Int']['input'];\n};\n\nexport type CustomTableConfig = {\n columns: Array<CustomTableColumn>;\n filters: Array<CustomTableConfigFilter>;\n sorting: Array<CustomTableConfigSorting>;\n};\n\nexport type CustomTableConfigFilter = {\n id: Scalars['String']['output'];\n value: Scalars['String']['output'];\n};\n\nexport type CustomTableConfigFilterInput = {\n id: Scalars['String']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CustomTableConfigInput = {\n columns: Array<CustomTableColumnInput>;\n filters: Array<CustomTableConfigFilterInput>;\n sorting: Array<CustomTableConfigSortingInput>;\n};\n\nexport type CustomTableConfigSorting = {\n desc: Scalars['Boolean']['output'];\n id: Scalars['String']['output'];\n};\n\nexport type CustomTableConfigSortingInput = {\n desc: Scalars['Boolean']['input'];\n id: Scalars['String']['input'];\n};\n\n/** A data export is a collection of records that were exported to a CSV. */\nexport type DataExport = {\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n org: Org;\n type: DataExportType;\n updatedAt: Scalars['DateTime']['output'];\n url: Scalars['String']['output'];\n};\n\nexport enum DataExportType {\n PeopleSummaryDelta = 'PEOPLE_SUMMARY_DELTA',\n PeopleSummaryFull = 'PEOPLE_SUMMARY_FULL'\n}\n\n/** A data import is a collection of records that were imported from a file or synced from an integration. */\nexport type DataImport = {\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n /** If a bot was used to create this import, this is the integration associated with the bot. If this field is null, the import was created manually. */\n integration?: Maybe<Integration>;\n lines: Array<DataImportLine>;\n org: Org;\n updatedAt: Scalars['DateTime']['output'];\n /** If this import was a manual import, this is the URL of the file that was imported. */\n url?: Maybe<Scalars['String']['output']>;\n};\n\n/** An individual record that was part of a data import. */\nexport type DataImportLine = {\n dataImport: DataImport;\n id: Scalars['ID']['output'];\n rawData: Scalars['String']['output'];\n};\n\nexport type DateDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n prefix?: Maybe<Scalars['String']['output']>;\n responder: DocumentFieldResponder;\n suffix?: Maybe<Scalars['String']['output']>;\n};\n\nexport type DateDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n prefix?: InputMaybe<Scalars['String']['input']>;\n responder: DocumentFieldResponder;\n suffix?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type DateDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['Date']['input'];\n};\n\nexport type Department = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n positions: Array<Position>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type DepartmentPositionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type Document = Assignment & PaperworkAssignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n /** When the document was made available to the assignee. */\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n /** @deprecated Use the 'template' field instead. */\n documentTemplate?: Maybe<DocumentTemplate>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n fields: Array<DocumentField>;\n fileProcessingStatus: FileProcessingStatus;\n /** A version 4 UUID that identifies this document in Worknice. */\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n /** The person to whom the document belongs. */\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n /** When the assignee last submitted the document. */\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n /** The signed URL where this document can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. Only available when the document has finished processing. */\n url?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type DocumentNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type DocumentField = {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n responder: DocumentFieldResponder;\n};\n\nexport type DocumentFieldConfigInput = {\n choice?: InputMaybe<ChoiceDocumentFieldConfigInput>;\n date?: InputMaybe<DateDocumentFieldConfigInput>;\n multiLineText?: InputMaybe<MultiLineTextDocumentFieldConfigInput>;\n signatureUpload?: InputMaybe<SignatureUploadDocumentFieldConfigInput>;\n smart?: InputMaybe<SmartDocumentFieldConfigInput>;\n text?: InputMaybe<TextDocumentFieldConfigInput>;\n};\n\nexport type DocumentFieldInput = {\n choice?: InputMaybe<ChoiceDocumentFieldInput>;\n date?: InputMaybe<DateDocumentFieldInput>;\n multiLineText?: InputMaybe<MultiLineTextDocumentFieldInput>;\n signatureUpload?: InputMaybe<SignatureUploadDocumentFieldInput>;\n smart?: InputMaybe<SmartDocumentFieldInput>;\n text?: InputMaybe<TextDocumentFieldInput>;\n};\n\nexport enum DocumentFieldResponder {\n Assigner = 'ASSIGNER',\n None = 'NONE',\n Submitter = 'SUBMITTER'\n}\n\nexport type DocumentTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Document>;\n createdAt: Scalars['DateTime']['output'];\n fields: Array<DocumentField>;\n /** A version 4 UUID that identifies this document template. */\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n /** The signed URL where this document template can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. */\n url: Scalars['String']['output'];\n};\n\nexport enum DueDateStatus {\n /** Due date is within the next `dueDateWarningDays` days. */\n DueSoon = 'DUE_SOON',\n /** No due date set, or due date is beyond the warning threshold. */\n NotDue = 'NOT_DUE',\n /** Due date has passed. */\n Overdue = 'OVERDUE'\n}\n\nexport type EmailNotificationSettings = {\n approvalRequested: Scalars['Boolean']['output'];\n assignmentApproved: Scalars['Boolean']['output'];\n assignmentAssigned: Scalars['Boolean']['output'];\n assignmentDueSoon: Scalars['Boolean']['output'];\n assignmentExpired: Scalars['Boolean']['output'];\n assignmentExpiringSoon: Scalars['Boolean']['output'];\n assignmentFailed: Scalars['Boolean']['output'];\n assignmentOverdue: Scalars['Boolean']['output'];\n assignmentRejected: Scalars['Boolean']['output'];\n assignmentRenewed: Scalars['Boolean']['output'];\n assignmentSubmitted: Scalars['Boolean']['output'];\n leaveRequestApproved: Scalars['Boolean']['output'];\n leaveRequestCancelled: Scalars['Boolean']['output'];\n leaveRequestCreated: Scalars['Boolean']['output'];\n leaveRequestDenied: Scalars['Boolean']['output'];\n performanceReviewManagerReviewAssigned: Scalars['Boolean']['output'];\n performanceReviewManagerReviewOverdue: Scalars['Boolean']['output'];\n performanceReviewPacketShared: Scalars['Boolean']['output'];\n performanceReviewRevieweeSelfReviewOverdue: Scalars['Boolean']['output'];\n performanceReviewSelfReviewAssigned: Scalars['Boolean']['output'];\n performanceReviewSelfReviewOverdue: Scalars['Boolean']['output'];\n performanceReviewSelfReviewSubmitted: Scalars['Boolean']['output'];\n reviewAssigned: Scalars['Boolean']['output'];\n reviewScheduled: Scalars['Boolean']['output'];\n reviewSubmitted: Scalars['Boolean']['output'];\n};\n\nexport type EmailNotificationSettingsInput = {\n assignmentApproved?: InputMaybe<Scalars['Boolean']['input']>;\n assignmentExpired?: InputMaybe<Scalars['Boolean']['input']>;\n assignmentExpiringSoon?: InputMaybe<Scalars['Boolean']['input']>;\n assignmentSubmitted?: InputMaybe<Scalars['Boolean']['input']>;\n leaveRequestApproved?: InputMaybe<Scalars['Boolean']['input']>;\n leaveRequestCancelled?: InputMaybe<Scalars['Boolean']['input']>;\n leaveRequestDenied?: InputMaybe<Scalars['Boolean']['input']>;\n reviewSubmitted?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum ExpiryStatus {\n /** Has not expired and is not expiring soon. */\n Current = 'CURRENT',\n /** Has expired. */\n Expired = 'EXPIRED',\n /** Expiring within the next `expirationWarningDays` days. */\n ExpiringSoon = 'EXPIRING_SOON',\n /** Expired within the last `expirationWarningDays` days. */\n RecentlyExpired = 'RECENTLY_EXPIRED'\n}\n\nexport enum FieldPresence {\n Hidden = 'HIDDEN',\n Optional = 'OPTIONAL',\n Required = 'REQUIRED'\n}\n\nexport enum FileProcessingStatus {\n Completed = 'COMPLETED',\n Failed = 'FAILED',\n Pending = 'PENDING',\n Processing = 'PROCESSING'\n}\n\nexport enum Gender {\n Female = 'FEMALE',\n Male = 'MALE',\n NonBinary = 'NON_BINARY',\n NotStated = 'NOT_STATED'\n}\n\nexport type GenericIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<IntegrationConnection>;\n createdAt: Scalars['DateTime']['output'];\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type?: Maybe<IntegrationType>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type GenericIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type Integration = {\n app: App;\n archived: Scalars['Boolean']['output'];\n /** This will always be null for integrations that do not currently have an 'UNAUTHORIZED' status. */\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n /** This will always be null for integrations that do not currently have an 'UNCONFIGURED' status. */\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<IntegrationConnection>;\n createdAt: Scalars['DateTime']['output'];\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n /** A URL that will grant users access to the integration. This URL is not guaranteed to be valid for long periods of time. */\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n /** The bot person that acts on behalf of this integration. */\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type?: Maybe<IntegrationType>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type IntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type IntegrationConnection = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n integration: Integration;\n remote?: Maybe<ConnectionRemote>;\n status: ConnectionStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type IntegrationFeatures = {\n /**\n * Leave requests can be viewed in Worknice.\n *\n * Irrelevant if 'peopleSync' is false.\n */\n leave: Scalars['Boolean']['output'];\n /**\n * Leave balances are displayed in Worknice.\n *\n * Irrelevant if 'leave' is false.\n */\n leaveBalances: Scalars['Boolean']['output'];\n /**\n * Leave requests can be created in Worknice.\n *\n * Irrelevant if 'leave' is false.\n */\n leaveCreation: Scalars['Boolean']['output'];\n /**\n * The number of hours for a leave request can be automatically calculated when creating a leave request.\n *\n * Irrelevant if 'leaveCreation' is false.\n */\n leaveHoursCalculation: Scalars['Boolean']['output'];\n /**\n * The number of hours can be set when creating a leave request.\n *\n * Irrelevant if 'leaveCreation' is false.\n */\n leaveHoursCustomisation: Scalars['Boolean']['output'];\n /**\n * The requests can include a start and end times along with the dates.\n *\n * Irrelevant if 'leaveCreation' is false.\n */\n leaveStartAndEndTimes: Scalars['Boolean']['output'];\n /** People can be synced from the integration to Worknice. */\n peopleSync: Scalars['Boolean']['output'];\n};\n\nexport type IntegrationFeaturesInput = {\n leave?: InputMaybe<Scalars['Boolean']['input']>;\n leaveBalances?: InputMaybe<Scalars['Boolean']['input']>;\n leaveCreation?: InputMaybe<Scalars['Boolean']['input']>;\n leaveHoursCalculation?: InputMaybe<Scalars['Boolean']['input']>;\n leaveHoursCustomisation?: InputMaybe<Scalars['Boolean']['input']>;\n leaveStartAndEndTimes?: InputMaybe<Scalars['Boolean']['input']>;\n peopleSync?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type IntegrationLog = {\n createdAt: Scalars['DateTime']['output'];\n entries: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n integration: Integration;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type IntegrationLogInput = {\n message: Scalars['String']['input'];\n time: Scalars['DateTime']['input'];\n};\n\nexport enum IntegrationStatus {\n Active = 'ACTIVE',\n Paused = 'PAUSED',\n Syncing = 'SYNCING',\n Unauthorized = 'UNAUTHORIZED',\n Unconfigured = 'UNCONFIGURED',\n Uninitialized = 'UNINITIALIZED'\n}\n\nexport type IntegrationSync = {\n completedAt: Scalars['DateTime']['output'];\n createdAt: Scalars['DateTime']['output'];\n events: Array<IntegrationSyncEvent>;\n id: Scalars['ID']['output'];\n integration: Integration;\n startedAt: Scalars['DateTime']['output'];\n status: IntegrationSyncStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type IntegrationSyncEvent = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n integrationSync: IntegrationSync;\n message: Scalars['String']['output'];\n type: IntegrationSyncEventType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum IntegrationSyncEventType {\n Error = 'ERROR',\n Info = 'INFO'\n}\n\nexport enum IntegrationSyncStatus {\n Aborted = 'ABORTED',\n Completed = 'COMPLETED',\n Running = 'RUNNING'\n}\n\nexport enum IntegrationType {\n Keypay = 'KEYPAY',\n KeypayLeave = 'KEYPAY_LEAVE',\n XeroAu = 'XERO_AU',\n XeroLeave = 'XERO_LEAVE'\n}\n\nexport type Job = PersonChange & PersonRemunerationChange & PersonTenureChange & {\n createdAt: Scalars['DateTime']['output'];\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n endDate?: Maybe<Scalars['Date']['output']>;\n id: Scalars['ID']['output'];\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n person?: Maybe<Person>;\n position: Position;\n startDate: Scalars['Date']['output'];\n status: JobStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum JobStatus {\n Current = 'CURRENT',\n Future = 'FUTURE',\n Past = 'PAST'\n}\n\nexport type KeypayBusiness = {\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type KeypayEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonEmergencyContactsChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonRemunerationChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {\n australianResident?: Maybe<Scalars['Boolean']['output']>;\n bankAccount1AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount1AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1BSB?: Maybe<Scalars['String']['output']>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2BSB?: Maybe<Scalars['String']['output']>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3BSB?: Maybe<Scalars['String']['output']>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n claimTaxFreeThreshold?: Maybe<Scalars['Boolean']['output']>;\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n emailAddress?: Maybe<Scalars['String']['output']>;\n emergencyContact1Address?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2Address?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n employmentType: Scalars['String']['output'];\n endDate?: Maybe<Scalars['Date']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n homePhone?: Maybe<Scalars['String']['output']>;\n hoursPerDay?: Maybe<Scalars['Decimal']['output']>;\n hoursPerWeek?: Maybe<Scalars['Decimal']['output']>;\n id: Scalars['ID']['output'];\n integration: KeypayIntegration;\n jobTitle?: Maybe<Scalars['String']['output']>;\n keypayGender?: Maybe<Scalars['String']['output']>;\n middleName?: Maybe<Scalars['String']['output']>;\n mobilePhone?: Maybe<Scalars['String']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n postalCountry?: Maybe<Scalars['String']['output']>;\n postalPostCode?: Maybe<Scalars['String']['output']>;\n postalState?: Maybe<Scalars['String']['output']>;\n postalStreetAddress?: Maybe<Scalars['String']['output']>;\n postalSuburb?: Maybe<Scalars['String']['output']>;\n preferredName?: Maybe<Scalars['String']['output']>;\n primaryPayCategory?: Maybe<Scalars['String']['output']>;\n rate?: Maybe<Scalars['Decimal']['output']>;\n rateUnit?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['Int']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialCountry?: Maybe<Scalars['String']['output']>;\n residentialPostCode?: Maybe<Scalars['String']['output']>;\n residentialState?: Maybe<Scalars['String']['output']>;\n residentialStreetAddress?: Maybe<Scalars['String']['output']>;\n residentialSuburb?: Maybe<Scalars['String']['output']>;\n startDate: Scalars['Date']['output'];\n status: KeypayEmployeeStatus;\n stslDebt?: Maybe<Scalars['Boolean']['output']>;\n superFund1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund1EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund1FundName?: Maybe<Scalars['String']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1ProductCode?: Maybe<Scalars['String']['output']>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n superFund2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund2EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund2FundName?: Maybe<Scalars['String']['output']>;\n superFund2MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund2ProductCode?: Maybe<Scalars['String']['output']>;\n superFund3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund3EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund3FundName?: Maybe<Scalars['String']['output']>;\n superFund3MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund3ProductCode?: Maybe<Scalars['String']['output']>;\n surname: Scalars['String']['output'];\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n terminationReason?: Maybe<Scalars['String']['output']>;\n title?: Maybe<Scalars['String']['output']>;\n updatedAt: Scalars['DateTime']['output'];\n workPhone?: Maybe<Scalars['String']['output']>;\n};\n\nexport type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonEmergencyContactsChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {\n addressPresence: FieldPresence;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n australianResident?: Maybe<Scalars['Boolean']['output']>;\n bankAccount1AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount1AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1BSB?: Maybe<Scalars['String']['output']>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2BSB?: Maybe<Scalars['String']['output']>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3BSB?: Maybe<Scalars['String']['output']>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n bankAccountsPresence: FieldPresence;\n claimTaxFreeThreshold?: Maybe<Scalars['Boolean']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n emailAddress?: Maybe<Scalars['String']['output']>;\n emailAddressPresence: FieldPresence;\n emergencyContact1Address?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2Address?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContactsPresence: FieldPresence;\n employerSuperFundAbn?: Maybe<Scalars['String']['output']>;\n employerSuperFundName?: Maybe<Scalars['String']['output']>;\n employerSuperFundProductCode?: Maybe<Scalars['String']['output']>;\n employmentType?: Maybe<KeypayEmploymentType>;\n endDate?: Maybe<Scalars['Date']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n familyName?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n genderPresence: FieldPresence;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n homePhone?: Maybe<Scalars['String']['output']>;\n homePhonePresence: FieldPresence;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n keypayGender?: Maybe<KeypayGender>;\n middleName?: Maybe<Scalars['String']['output']>;\n mobilePhone?: Maybe<Scalars['String']['output']>;\n mobilePhonePresence: FieldPresence;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n personalDetailsPresence: FieldPresence;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n postalCountry?: Maybe<Scalars['String']['output']>;\n postalPostCode?: Maybe<Scalars['String']['output']>;\n postalState?: Maybe<Scalars['String']['output']>;\n postalStreetAddress?: Maybe<Scalars['String']['output']>;\n postalSuburb?: Maybe<Scalars['String']['output']>;\n previousForms: Array<KeypayEmployeeForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialCountry?: Maybe<Scalars['String']['output']>;\n residentialPostCode?: Maybe<Scalars['String']['output']>;\n residentialState?: Maybe<Scalars['String']['output']>;\n residentialStreetAddress?: Maybe<Scalars['String']['output']>;\n residentialSuburb?: Maybe<Scalars['String']['output']>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n stslDebt?: Maybe<Scalars['Boolean']['output']>;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n superFund1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund1EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund1FundName?: Maybe<Scalars['String']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1ProductCode?: Maybe<Scalars['String']['output']>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n superFund2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund2EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund2FundName?: Maybe<Scalars['String']['output']>;\n superFund2MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund2ProductCode?: Maybe<Scalars['String']['output']>;\n superFund3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund3EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund3FundName?: Maybe<Scalars['String']['output']>;\n superFund3MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund3ProductCode?: Maybe<Scalars['String']['output']>;\n superPresence: FieldPresence;\n surname?: Maybe<Scalars['String']['output']>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n taxPresence: FieldPresence;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type KeypayEmployeeFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type KeypayEmployeeFormTemplate = PaperworkTemplate & Template & {\n addressPresence: FieldPresence;\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<KeypayEmployeeForm>;\n bankAccountsPresence: FieldPresence;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsible?: Maybe<Person>;\n emailAddressPresence: FieldPresence;\n emergencyContactsPresence: FieldPresence;\n employerSuperFundAbn?: Maybe<Scalars['String']['output']>;\n employerSuperFundName?: Maybe<Scalars['String']['output']>;\n employerSuperFundProductCode?: Maybe<Scalars['String']['output']>;\n genderPresence: FieldPresence;\n homePhonePresence: FieldPresence;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n mobilePhonePresence: FieldPresence;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n personalDetailsPresence: FieldPresence;\n superPresence: FieldPresence;\n taxPresence: FieldPresence;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum KeypayEmployeeStatus {\n Active = 'ACTIVE',\n Incomplete = 'INCOMPLETE',\n Terminated = 'TERMINATED'\n}\n\nexport enum KeypayEmploymentType {\n Casual = 'CASUAL',\n FullTime = 'FULL_TIME',\n LabourHire = 'LABOUR_HIRE',\n PartTime = 'PART_TIME',\n SuperannuationIncomeStream = 'SUPERANNUATION_INCOME_STREAM'\n}\n\nexport enum KeypayGender {\n Female = 'FEMALE',\n Male = 'MALE'\n}\n\nexport type KeypayIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n availableBusinesses: Array<KeypayBusiness>;\n businessId?: Maybe<Scalars['Int']['output']>;\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<KeypayEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type KeypayIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type KeypayIntegrationBusinessInput = {\n businessId: Scalars['Int']['input'];\n businessName: Scalars['String']['input'];\n};\n\nexport type KeypayIntegrationTokenSetInput = {\n accessToken: Scalars['String']['input'];\n expiresIn: Scalars['Int']['input'];\n refreshToken: Scalars['String']['input'];\n};\n\nexport type KeypayLeaveEmployee = {\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n emailAddress?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n integration: KeypayLeaveIntegration;\n middleName?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['Int']['output'];\n status: KeypayEmployeeStatus;\n surname: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type KeypayLeaveIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n availableBusinesses: Array<KeypayBusiness>;\n businessId?: Maybe<Scalars['Int']['output']>;\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<KeypayLeaveEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type KeypayLeaveIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type LeaveBalance = {\n accruedAmount: Scalars['String']['output'];\n id: Scalars['String']['output'];\n leaveCategory: LeaveCategory;\n};\n\nexport type LeaveCategory = {\n id: Scalars['String']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type LeaveCategoryInput = {\n id: Scalars['String']['input'];\n name: Scalars['String']['input'];\n};\n\nexport type LeaveHoursEstimate = {\n hours: Scalars['Decimal']['output'];\n hoursBreakdown?: Maybe<Scalars['String']['output']>;\n};\n\nexport type LeaveRequest = SharedCalendarEvent & {\n attachment?: Maybe<Media>;\n canceledAt?: Maybe<Scalars['DateTime']['output']>;\n canceler?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n decidedAt?: Maybe<Scalars['DateTime']['output']>;\n decider?: Maybe<Person>;\n endDate: Scalars['Date']['output'];\n endTime?: Maybe<Scalars['PlainTime']['output']>;\n hours?: Maybe<Scalars['Decimal']['output']>;\n hoursBreakdown?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n leaveBalance?: Maybe<LeaveBalance>;\n leaveCategory: LeaveCategory;\n notes?: Maybe<Scalars['String']['output']>;\n notifications: Array<Notification>;\n owner?: Maybe<Person>;\n personConnection: PersonConnection;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n remoteId: Scalars['String']['output'];\n responsible?: Maybe<Person>;\n startDate: Scalars['Date']['output'];\n startTime?: Maybe<Scalars['PlainTime']['output']>;\n status: LeaveRequestStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type LeaveRequestNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type LeaveRequestNotification = Notification & {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n /** This field is nullable because the viewer may not longer have access to the leave request this notification is about. */\n leaveRequest?: Maybe<LeaveRequest>;\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum LeaveRequestRelation {\n Owner = 'OWNER',\n Responsible = 'RESPONSIBLE'\n}\n\nexport enum LeaveRequestStatus {\n Approved = 'APPROVED',\n Canceled = 'CANCELED',\n Denied = 'DENIED',\n Processed = 'PROCESSED',\n Requested = 'REQUESTED'\n}\n\nexport type Location = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n people: Array<Person>;\n timezone: Scalars['Timezone']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Login = {\n acceptedAt?: Maybe<Scalars['DateTime']['output']>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n person: Person;\n updatedAt: Scalars['DateTime']['output'];\n user: User;\n};\n\nexport type Media = {\n type: Scalars['MimeType']['output'];\n url: Scalars['String']['output'];\n};\n\nexport type MultiLineTextDocumentField = DocumentField & {\n defaultValue?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n responder: DocumentFieldResponder;\n};\n\nexport type MultiLineTextDocumentFieldConfigInput = {\n defaultValue?: InputMaybe<Scalars['String']['input']>;\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n responder: DocumentFieldResponder;\n};\n\nexport type MultiLineTextDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type Mutation = {\n acceptInvite: Scalars['Boolean']['output'];\n /** Accepts a login invite. Only the user associated with the login can accept the invite. */\n acceptLogin: Login;\n /** Transitions an integration from 'UNINITIALIZED', 'UNAUTHORIZED' or 'UNCONFIGURED' to 'ACTIVE'. This can only be done by the bot associated with the integration. */\n activateIntegration: Integration;\n activateKeypayIntegration: Integration;\n /** Either transition this person's status from either 'ONBOARDING' or 'TERMINATED' to 'ACTIVE'. */\n activatePerson: Person;\n activateXeroIntegration: Integration;\n addPeopleToBundles: Array<Bundle>;\n addPeopleToTags: Array<Tag>;\n addRevieweesToPerformanceReviewCycle: Array<PerformanceReviewReviewee>;\n appendIntegrationLog: IntegrationLog;\n approveAssignment: Assignment;\n approveKeypayLeaveLeaveRequest: LeaveRequest;\n approveLeaveRequest: LeaveRequest;\n approveXeroLeaveRequest: LeaveRequest;\n archiveAssignment: Assignment;\n /** Archive a bundle. */\n archiveBundle: Bundle;\n archiveCustomTable: CustomTable;\n /** Disable/disconnect an integration. */\n archiveIntegration: Integration;\n archiveLocation: Location;\n archiveNotes: Array<Note>;\n archiveOrg: Org;\n archivePaperworkType: PaperworkType;\n archivePerformanceReviewCycle: PerformanceReviewCycle;\n archivePerformanceReviewReviewee: PerformanceReviewReviewee;\n archivePerformanceReviewSavedQuestion: PerformanceReviewSavedQuestion;\n archivePerformanceReviewTemplate: PerformanceReviewTemplate;\n archivePerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;\n archivePerson: Person;\n archivePosition: Position;\n archiveReviewCycle: ReviewCycle;\n archiveSavedQuestion: SavedQuestion;\n archiveStandardReview: StandardReview;\n archiveStandardReviewTemplate: StandardReviewTemplate;\n /** Archive a template. */\n archiveTemplate: Template;\n /** Transition assignments from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the assignments that they have been assigned to them. */\n assignAssignments: Array<Assignment>;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicAbnForm: BasicAbnForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicBankAccountForm: BasicBankAccountForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicEmergencyContactForm: BasicEmergencyContactForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicPersonalDetailsForm: BasicPersonalDetailsForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicPreEmploymentForm: BasicPreEmploymentForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicSuperForm: BasicSuperForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicTaxForm: BasicTaxForm;\n /** Transition a certificate from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the certificate that it has been assigned to them. */\n assignCertificate: Certificate;\n /** Transition a document from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */\n assignDocument: Document;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignKeypayEmployeeForm: KeypayEmployeeForm;\n /** Transition a questionnaire from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */\n assignQuestionnaire: Questionnaire;\n /** Transitions the review from 'DRAFT' to 'ASSIGNED'. This will notify the reviewer that the review needs to be scheduled. */\n assignStandardReview: StandardReview;\n /** Transition a task from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */\n assignTask: Task;\n /** Transitions an integration with an 'UNINITIALIZED' or 'UNAUTHORIZED' status to an 'UNCONFIGURED' status. */\n authorizeIntegration: Integration;\n cancelLeaveRequest: LeaveRequest;\n /** Transitions an integration from 'SYNCING' to 'ACTIVE'. */\n completeIntegrationSync: Integration;\n /**\n * Given a OTP created with 'requestPasswordReset', update the associated user's password and create a new session (setting a cookie with the session's token).\n *\n * Returns a token for the new session.\n */\n completePasswordReset: Scalars['String']['output'];\n confirmProfile: Person;\n confirmProvider: Scalars['String']['output'];\n createAccount: Account;\n createApiToken: ApiToken;\n createAssignments: Array<Assignment>;\n createBasicAbnForm: BasicAbnForm;\n createBasicAbnFormTemplate: BasicAbnFormTemplate;\n createBasicBankAccountForm: BasicBankAccountForm;\n createBasicBankAccountFormTemplate: BasicBankAccountFormTemplate;\n createBasicEmergencyContactForm: BasicEmergencyContactForm;\n createBasicEmergencyContactFormTemplate: BasicEmergencyContactFormTemplate;\n createBasicPersonalDetailsForm: BasicPersonalDetailsForm;\n createBasicPersonalDetailsFormTemplate: BasicPersonalDetailsFormTemplate;\n createBasicPreEmploymentForm: BasicPreEmploymentForm;\n createBasicPreEmploymentFormTemplate: BasicPreEmploymentFormTemplate;\n createBasicSuperForm: BasicSuperForm;\n createBasicSuperFormTemplate: BasicSuperFormTemplate;\n createBasicTaxForm: BasicTaxForm;\n createBasicTaxFormTemplate: BasicTaxFormTemplate;\n createBundle: Bundle;\n createBundledPerson: BundledPerson;\n createCertificate: Certificate;\n createCertificateTemplate: CertificateTemplate;\n createCustomTable: CustomTable;\n createDataExport: DataExport;\n /** Creates a blank data import. Use `createPersonDataImportLine` to add lines to the import. */\n createDataImport: DataImport;\n /** Uses a document template to creating a new document. */\n createDocument: Document;\n createDocumentTemplate: DocumentTemplate;\n createIntegration: Integration;\n createIntegrationLog: IntegrationLog;\n createJob: Job;\n createKeypayEmployeeForm: BasicPreEmploymentForm;\n createKeypayEmployeeFormTemplate: KeypayEmployeeFormTemplate;\n createKeypayLeaveLeaveRequest: LeaveRequest;\n createLeaveRequest: LeaveRequest;\n createLocalPersonConnections: Array<PersonConnection>;\n createLocation: Location;\n /**\n * Creates a login connecting a user to a person. If the user does not yet exist, they will be created.\n *\n * An invite will only be sent if the person has an 'ONBOARDING' or 'ACTIVE' status. The `invitePerson` will send invites to all users associated with the person as it transitions the person to an 'ONBOARDING' status.\n */\n createLogin: User;\n /** Add people data to a data import using a CSV. */\n createManualDataImport: DataImport;\n createNote: Note;\n createNoteAttachments: Array<NoteAttachment>;\n /**\n * Creates a new organisation within the current user's account. Only owners are allow to create organisations.\n *\n * A new person will be created for the current user and associated with the new organisation.\n */\n createOrg: Org;\n createPaperworkType: PaperworkType;\n createPerformanceReviewCycle: PerformanceReviewCycle;\n createPerformanceReviewSavedQuestion: PerformanceReviewSavedQuestion;\n createPerformanceReviewTemplate: PerformanceReviewTemplate;\n createPerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;\n /** Create a new person. The newly created person will have a 'DRAFT' status. */\n createPerson: Person;\n createPersonConnection: PersonConnection;\n /** Add a person data import line to a data import. */\n createPersonDataImportLine: PersonDataImportLine;\n createPosition: Position;\n createProcessedCertificate: Certificate;\n createProcessedDocument: Document;\n createQuestionnaire: Questionnaire;\n createQuestionnaireTemplate: QuestionnaireTemplate;\n createReviewCycle: ReviewCycle;\n createSavedQuestion: SavedQuestion;\n createStandaloneStandardReview: StandardReview;\n createStandaloneTask: Task;\n createStandardReview: StandardReview;\n createStandardReviewQuestion: StandardReviewQuestion;\n createStandardReviewTemplate: StandardReviewTemplate;\n createStandardReviewTemplateQuestion: StandardReviewTemplateQuestion;\n /** @deprecated Use 'createTags' instead. */\n createTag: Tag;\n createTags: Array<Tag>;\n createTask: Task;\n createTaskTemplate: TaskTemplate;\n createXeroLeaveRequest: LeaveRequest;\n deleteApiToken: Scalars['Boolean']['output'];\n /** Immediately and permanently deletes approvals. Only approvals for 'DRAFT' assignments can be deleted. */\n deleteApprovals: Scalars['Boolean']['output'];\n deleteBundledPerson: Scalars['Boolean']['output'];\n /** @deprecated Do not use. This mutation is temporary. */\n deleteJob: Scalars['Boolean']['output'];\n /** Immediately and permanently deletes a leave request. This can only be invoked by a \"bot\" that is associated with the integration to which the leave request belongs. */\n deleteLeaveRequest: Scalars['Boolean']['output'];\n /** Removes a user's access to an organisation by deleting the login which associates the user with the person. */\n deleteLogin: Scalars['Boolean']['output'];\n deletePersonConnection: Scalars['Boolean']['output'];\n deletePersonConnections: Scalars['Boolean']['output'];\n /** @deprecated Do not use. This mutation is temporary. */\n deletePosition: Scalars['Boolean']['output'];\n deleteStandardReviewQuestion: Scalars['Boolean']['output'];\n deleteStandardReviewTemplateQuestion: Scalars['Boolean']['output'];\n deleteTag: Scalars['Boolean']['output'];\n denyKeypayLeaveLeaveRequest: LeaveRequest;\n denyLeaveRequest: LeaveRequest;\n denyXeroLeaveRequest: LeaveRequest;\n duplicatePaperworkType: Scalars['Boolean']['output'];\n duplicatePerformanceReviewTemplate: PerformanceReviewTemplate;\n /** Transitions an integration with an 'UNINITIALIZED' status to an 'UNAUTHORIZED' status. */\n initializeIntegration: Integration;\n /**\n * Transitions multiple people with a 'DRAFT' status to an 'ONBOARDING' status.\n *\n * Also sends email invites to any users associated with the people being invited.\n */\n invitePeople: Array<Person>;\n /**\n * Transitions a person with a 'DRAFT' status to an 'ONBOARDING' status.\n *\n * Also sends email invites to any users associated with the person.\n */\n invitePerson: Person;\n /** Creates a person and login for the current user an organisation. Only account owners and managers can join an organisation without an invite and they can only join organisations in accounts they're already account owners or managers of. */\n joinOrg: Login;\n launchPerformanceReviewCycle: PerformanceReviewCycle;\n /**\n * Create a new session for the associated user and sets a cookie with the session's token.\n *\n * Returns a token for the new session.\n */\n logIn: Scalars['String']['output'];\n logInWithProvider: Scalars['String']['output'];\n /** Delete the current session. The defunct session will be returned. */\n logOut: Scalars['Boolean']['output'];\n markNotificationsRead: Array<Notification>;\n markNotificationsUnread: Array<Notification>;\n mergePaperworkTypes: PaperworkType;\n /** Transitions an integration with an 'ACTIVE' status to a 'PAUSED' status. A paused integration will not sync. */\n pauseIntegration: Integration;\n processAssignment: Assignment;\n processAssignments: Array<Assignment>;\n processLeaveRequest: LeaveRequest;\n processStandardReview: StandardReview;\n /** An invite can only be sent to a person with an 'ONBOARDING' or 'ACTIVE' status. */\n reinviteLogin: Login;\n /** People can only be reinvited if they have a status of 'ONBOARDING', have at least one login and haven't already accepted any of their logins. */\n reinvitePeople: Array<Person>;\n /** A person can only be reinvited if they have a status of 'ONBOARDING', have at least one login and haven't already accepted any of their logins. */\n reinvitePerson: Person;\n /** Transitions an assignment back from 'SUBMITTED' to 'ASSIGNED'. */\n rejectAssignment: Assignment;\n /** Transitions a certificate back from 'SUBMITTED' to 'ASSIGNED'. */\n rejectCertificate: Certificate;\n removePaperworkTypeFromBundles: Array<Bundle>;\n removePeopleFromBundles: Array<Bundle>;\n removePeopleFromTags: Array<Tag>;\n removeRevieweeFromCycle: Scalars['Boolean']['output'];\n /** Notifies the approver and changes the approvals status to 'REQUESTED'. Only 'DRAFT' approvals can be requested. */\n requestApprovals: Array<Approval>;\n requestInvite: Scalars['Boolean']['output'];\n /** If the given email address is associated with a user in the system, this mutation will send an email to the address with a OTP for resetting the user's password. See 'completePasswordReset'. */\n requestPasswordReset: Scalars['Boolean']['output'];\n resetXeroAuIntegration: Integration;\n restoreAssignment: Assignment;\n restoreBundle: Bundle;\n restoreIntegration: Integration;\n restoreNotes: Array<Note>;\n restorePaperworkType: PaperworkType;\n restorePerson: Person;\n restoreReviewCycle: ReviewCycle;\n restoreSavedQuestion: SavedQuestion;\n restoreStandardReview: StandardReview;\n restoreStandardReviewTemplate: StandardReviewTemplate;\n /** Restores a previously archived template. */\n restoreTemplate: Template;\n scheduleStandardReview: StandardReview;\n /** Switches the current user to the given person. The new person must be associated with the current user. If no ID is provided, the user will have no active person set. */\n setActiveLogin?: Maybe<Login>;\n submitBasicAbnForm: BasicAbnForm;\n submitBasicBankAccountForm: BasicBankAccountForm;\n submitBasicEmergencyContactForm: BasicEmergencyContactForm;\n submitBasicPersonalDetailsForm: BasicPersonalDetailsForm;\n submitBasicPreEmploymentForm: BasicPreEmploymentForm;\n submitBasicSuperForm: BasicSuperForm;\n submitBasicTaxForm: BasicTaxForm;\n /** Transitions a certificate from 'REQUESTED' to 'SUBMITTED'. */\n submitCertificate: Certificate;\n /** Fills in the fields of a 'FORM' or 'CONTRACT' document and transitions it's status from 'ASSIGNED' to 'SUBMITTED'. */\n submitDocument: Document;\n submitKeypayEmployeeForm: KeypayEmployeeForm;\n submitQuestionnaire: Questionnaire;\n submitStandardReview: StandardReview;\n submitStandardReviewQuestion: StandardReviewQuestion;\n submitTask: Task;\n terminatePerson: Person;\n /** Transitions an integration from 'ACTIVE' to 'SYNCING' to indicate that the bot is currently syncing data. */\n triggerIntegrationSync: Integration;\n /** Transition the connections from \"CONNECTED\" or \"MERGED\" to \"REMOTE_ONLY\". */\n unmatchPersonConnections: Scalars['Boolean']['output'];\n /** Transitions an integration from 'PAUSED' to 'ACTIVE'. This can only be done by a user — a bot cannot unpause an integration. */\n unpauseIntegration: Integration;\n /** Transitions a review with a 'SCHEDULED' status back to an 'ASSIGNED' status. */\n unscheduleStandardReview: StandardReview;\n updateAccount: Account;\n updateAssignment: Assignment;\n updateAssignments: Array<Assignment>;\n updateBasicAbnFormTemplate: BasicAbnFormTemplate;\n updateBasicBankAccountFormTemplate: BasicBankAccountFormTemplate;\n updateBasicEmergencyContactFormTemplate: BasicEmergencyContactFormTemplate;\n updateBasicPersonalDetailsFormTemplate: BasicPersonalDetailsFormTemplate;\n updateBasicPreEmploymentFormTemplate: BasicPreEmploymentFormTemplate;\n updateBasicSuperFormTemplate: BasicSuperFormTemplate;\n updateBasicTaxFormTemplate: BasicTaxFormTemplate;\n updateBundle: Bundle;\n updateCertificate: Certificate;\n updateCertificateTemplate: CertificateTemplate;\n updateCustomTable: CustomTable;\n updateDocument: Document;\n updateDocumentTemplate: DocumentTemplate;\n updateIntegration: Integration;\n updateJob: Job;\n updateKeypayEmployeeFormTemplate: KeypayEmployeeFormTemplate;\n updateKeypayIntegration: KeypayIntegration;\n updateKeypayLeaveIntegration: KeypayLeaveIntegration;\n updateLocation: Location;\n updateNote: Note;\n updateOnboardingAssignments: Person;\n updateOrg: Org;\n updatePaperworkAssignment: PaperworkAssignment;\n updatePaperworkType: PaperworkType;\n updatePerformanceReviewCycle: PerformanceReviewCycle;\n updatePerformanceReviewCycleConfig: PerformanceReviewCycleConfig;\n updatePerformanceReviewCycleReviewee: PerformanceReviewReviewee;\n updatePerformanceReviewSavedQuestion: PerformanceReviewSavedQuestion;\n updatePerformanceReviewTemplate: PerformanceReviewTemplate;\n updatePerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;\n updatePerson: Person;\n updatePersonConnection: PersonConnection;\n updatePersonTags: Array<Tag>;\n updatePosition: Position;\n updatePositions: Array<Position>;\n /** Only a draft questionnaires can be updated. */\n updateQuestionnaire: Questionnaire;\n updateQuestionnaireTemplate: QuestionnaireTemplate;\n updateReviewCycle: ReviewCycle;\n updateSavedQuestion: SavedQuestion;\n updateStandardReview: StandardReview;\n updateStandardReviewQuestion: StandardReviewQuestion;\n updateStandardReviewTemplate: StandardReviewTemplate;\n updateStandardReviewTemplateQuestion: StandardReviewTemplateQuestion;\n updateTag: Tag;\n updateTask: Task;\n updateTaskTemplate: TaskTemplate;\n updateUserPassword: User;\n updateXeroAuIntegration: XeroAuIntegration;\n updateXeroLeaveIntegration: XeroLeaveIntegration;\n};\n\n\nexport type MutationAcceptInviteArgs = {\n email: Scalars['String']['input'];\n otp: Scalars['String']['input'];\n};\n\n\nexport type MutationAcceptLoginArgs = {\n loginId: Scalars['ID']['input'];\n};\n\n\nexport type MutationActivateIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationActivateKeypayIntegrationArgs = {\n tenant: KeypayIntegrationBusinessInput;\n tokenSet: KeypayIntegrationTokenSetInput;\n};\n\n\nexport type MutationActivatePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationActivateXeroIntegrationArgs = {\n tenant: XeroIntegrationTenantInput;\n tokenSet: XeroIntegrationTokenSetInput;\n};\n\n\nexport type MutationAddPeopleToBundlesArgs = {\n bundleIds: Array<Scalars['ID']['input']>;\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationAddPeopleToTagsArgs = {\n personIds: Array<Scalars['ID']['input']>;\n tagIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationAddRevieweesToPerformanceReviewCycleArgs = {\n cycleId: Scalars['ID']['input'];\n entries: Array<PerformanceReviewRevieweeInput>;\n};\n\n\nexport type MutationAppendIntegrationLogArgs = {\n entries: Array<IntegrationLogInput>;\n integrationLogId: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveAssignmentArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveKeypayLeaveLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveXeroLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveBundleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveCustomTableArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveIntegrationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveLocationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveNotesArgs = {\n noteIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationArchiveOrgArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePaperworkTypeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewRevieweeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewSavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePositionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveReviewCycleArgs = {\n reviewCycleId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveSavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveStandardReviewTemplateArgs = {\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationAssignAssignmentsArgs = {\n ids: Array<Scalars['ID']['input']>;\n notifyOwners?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicAbnFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicBankAccountFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicEmergencyContactFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicPersonalDetailsFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicPreEmploymentFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicSuperFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicTaxFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignCertificateArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignDocumentArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignKeypayEmployeeFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignQuestionnaireArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationAssignTaskArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAuthorizeIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCancelLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCompleteIntegrationSyncArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCompletePasswordResetArgs = {\n email: Scalars['String']['input'];\n otp: Scalars['String']['input'];\n password: Scalars['String']['input'];\n};\n\n\nexport type MutationConfirmProfileArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationConfirmProviderArgs = {\n code: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateAccountArgs = {\n accountName: Scalars['String']['input'];\n adminName: Scalars['String']['input'];\n timezone: Scalars['Timezone']['input'];\n};\n\n\nexport type MutationCreateApiTokenArgs = {\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateAssignmentsArgs = {\n personId: Scalars['ID']['input'];\n templates: Array<TemplateInput>;\n};\n\n\nexport type MutationCreateBasicAbnFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicAbnFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicBankAccountFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicBankAccountFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicEmergencyContactFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicEmergencyContactFormTemplateArgs = {\n addressPresence: FieldPresence;\n contact2Presence: FieldPresence;\n defaultResponsiblePersonId: Scalars['ID']['input'];\n emailPresence: FieldPresence;\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPersonalDetailsFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPersonalDetailsFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPreEmploymentFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPreEmploymentFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n existingHealthConditionsPresence?: InputMaybe<Scalars['Boolean']['input']>;\n hindrancesToPerformDutiesPresence?: InputMaybe<Scalars['Boolean']['input']>;\n introduction?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n workplaceAdjustmentsRequiredPresence?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationCreateBasicSuperFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicSuperFormTemplateArgs = {\n defaultFundAbn?: InputMaybe<Scalars['String']['input']>;\n defaultFundName?: InputMaybe<Scalars['String']['input']>;\n defaultResponsiblePersonId: Scalars['ID']['input'];\n defaultUsi?: InputMaybe<Scalars['String']['input']>;\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicTaxFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicTaxFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBundleArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateBundledPersonArgs = {\n bundleId: Scalars['ID']['input'];\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateCertificateArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateCertificateTemplateArgs = {\n applyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n expirationDatePresence: FieldPresence;\n issueDatePresence: FieldPresence;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n proof: CertificateProof;\n uploadLimit?: InputMaybe<Scalars['Int']['input']>;\n uploadMimeTypes?: InputMaybe<Array<Scalars['MimeType']['input']>>;\n verifyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n};\n\n\nexport type MutationCreateCustomTableArgs = {\n config: CustomTableConfigInput;\n description?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateDataExportArgs = {\n type: DataExportType;\n};\n\n\nexport type MutationCreateDataImportArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n integrationId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateDocumentArgs = {\n fields?: InputMaybe<Array<DocumentFieldInput>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateDocumentTemplateArgs = {\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n upload: Scalars['Upload']['input'];\n};\n\n\nexport type MutationCreateIntegrationArgs = {\n appId: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationCreateIntegrationLogArgs = {\n integrationId: Scalars['ID']['input'];\n integrationLogId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateJobArgs = {\n employmentBasis?: InputMaybe<TaxEmploymentBasis>;\n endDate?: InputMaybe<Scalars['Date']['input']>;\n payPeriod?: InputMaybe<PayPeriod>;\n payRate?: InputMaybe<Scalars['Decimal']['input']>;\n personId: Scalars['ID']['input'];\n positionId: Scalars['ID']['input'];\n startDate: Scalars['Date']['input'];\n};\n\n\nexport type MutationCreateKeypayEmployeeFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateKeypayEmployeeFormTemplateArgs = {\n addressPresence?: InputMaybe<FieldPresence>;\n bankAccountsPresence?: InputMaybe<FieldPresence>;\n defaultResponsibleId: Scalars['ID']['input'];\n emailAddressPresence?: InputMaybe<FieldPresence>;\n emergencyContactsPresence?: InputMaybe<FieldPresence>;\n employerSuperFundAbn?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundName?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;\n genderPresence?: InputMaybe<FieldPresence>;\n homePhonePresence?: InputMaybe<FieldPresence>;\n instructions?: InputMaybe<Scalars['String']['input']>;\n mobilePhonePresence?: InputMaybe<FieldPresence>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n personalDetailsPresence?: InputMaybe<FieldPresence>;\n superPresence?: InputMaybe<FieldPresence>;\n taxPresence?: InputMaybe<FieldPresence>;\n};\n\n\nexport type MutationCreateKeypayLeaveLeaveRequestArgs = {\n connectionId: Scalars['ID']['input'];\n fromDate: Scalars['DateTime']['input'];\n hours: Scalars['Decimal']['input'];\n leaveCategoryId: Scalars['String']['input'];\n notes?: InputMaybe<Scalars['String']['input']>;\n responsibleId: Scalars['ID']['input'];\n toDate: Scalars['DateTime']['input'];\n};\n\n\nexport type MutationCreateLeaveRequestArgs = {\n attachment?: InputMaybe<Scalars['Upload']['input']>;\n endDate: Scalars['Date']['input'];\n endTime?: InputMaybe<Scalars['PlainTime']['input']>;\n hours?: InputMaybe<Scalars['Decimal']['input']>;\n hoursBreakdown?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n leaveCategory: LeaveCategoryInput;\n notes?: InputMaybe<Scalars['String']['input']>;\n personConnectionId: Scalars['ID']['input'];\n remoteId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n startDate: Scalars['Date']['input'];\n startTime?: InputMaybe<Scalars['PlainTime']['input']>;\n status?: InputMaybe<LeaveRequestStatus>;\n};\n\n\nexport type MutationCreateLocalPersonConnectionsArgs = {\n integrationIds: Array<Scalars['ID']['input']>;\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateLocationArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n timezone: Scalars['Timezone']['input'];\n};\n\n\nexport type MutationCreateLoginArgs = {\n email: Scalars['String']['input'];\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateManualDataImportArgs = {\n config: PersonDataTransferConfigInput;\n csv: Scalars['Upload']['input'];\n};\n\n\nexport type MutationCreateNoteArgs = {\n body?: InputMaybe<Scalars['Markdown']['input']>;\n noteId?: InputMaybe<Scalars['ID']['input']>;\n subjectId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateNoteAttachmentsArgs = {\n noteAttachments: Array<CreateNoteAttachmentInput>;\n noteId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateOrgArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePaperworkTypeArgs = {\n autoAssignOnExpiringSoon: Scalars['Boolean']['input'];\n autoProcessSubmittedPaperwork: Scalars['Boolean']['input'];\n defaultDueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultExpirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePerformanceReviewCycleArgs = {\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePerformanceReviewSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label: Scalars['String']['input'];\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n type: QuestionType;\n};\n\n\nexport type MutationCreatePerformanceReviewTemplateArgs = {\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePerformanceReviewTemplateQuestionArgs = {\n required?: InputMaybe<Scalars['Boolean']['input']>;\n savedQuestionId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreatePersonArgs = {\n displayName: Scalars['String']['input'];\n employeeCode?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n locationId?: InputMaybe<Scalars['ID']['input']>;\n profileBio?: InputMaybe<Scalars['String']['input']>;\n profileBirthday?: InputMaybe<BirthdayInput>;\n profileEmail?: InputMaybe<Scalars['String']['input']>;\n profilePhone?: InputMaybe<Scalars['String']['input']>;\n profilePronouns?: InputMaybe<Scalars['String']['input']>;\n role: PersonRole;\n};\n\n\nexport type MutationCreatePersonConnectionArgs = {\n integrationId: Scalars['ID']['input'];\n personId?: InputMaybe<Scalars['ID']['input']>;\n remote?: InputMaybe<ConnectionRemoteInput>;\n status: ConnectionStatus;\n};\n\n\nexport type MutationCreatePersonDataImportLineArgs = {\n bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;\n config: PersonDataTransferConfigInput;\n dataImportId: Scalars['ID']['input'];\n dateOfBirth?: InputMaybe<PersonDateOfBirthChangeInput>;\n emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;\n fullName?: InputMaybe<PersonFullNameChangeInput>;\n gender?: InputMaybe<PersonGenderChangeInput>;\n personId: Scalars['ID']['input'];\n personalEmail?: InputMaybe<PersonPersonalEmailChangeInput>;\n personalPhone?: InputMaybe<PersonPersonalPhoneChangeInput>;\n postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;\n residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;\n superFunds?: InputMaybe<PersonSuperFundsChangeInput>;\n taxDetails?: InputMaybe<PersonTaxDetailsChangeInput>;\n tenure?: InputMaybe<PersonTenureChangeInput>;\n};\n\n\nexport type MutationCreatePositionArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n managerId?: InputMaybe<Scalars['ID']['input']>;\n positionCode?: InputMaybe<Scalars['String']['input']>;\n title: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateProcessedCertificateArgs = {\n documentNumber?: InputMaybe<Scalars['String']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n issueDate?: InputMaybe<Scalars['Date']['input']>;\n paperworkTypeId: Scalars['ID']['input'];\n personId: Scalars['ID']['input'];\n upload?: InputMaybe<Scalars['Upload']['input']>;\n};\n\n\nexport type MutationCreateProcessedDocumentArgs = {\n paperworkTypeId: Scalars['ID']['input'];\n personId: Scalars['ID']['input'];\n upload: Scalars['Upload']['input'];\n};\n\n\nexport type MutationCreateQuestionnaireArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n ownerId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateQuestionnaireTemplateArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n questions: Array<QuestionTemplateInput>;\n};\n\n\nexport type MutationCreateReviewCycleArgs = {\n name: Scalars['String']['input'];\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n label: Scalars['String']['input'];\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n type: QuestionType;\n};\n\n\nexport type MutationCreateStandaloneStandardReviewArgs = {\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n name: Scalars['String']['input'];\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n reviewId?: InputMaybe<Scalars['ID']['input']>;\n reviewerId: Scalars['ID']['input'];\n subjectId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateStandaloneTaskArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n ownerId: Scalars['ID']['input'];\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n submissionDueAt?: InputMaybe<Scalars['Date']['input']>;\n};\n\n\nexport type MutationCreateStandardReviewArgs = {\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n reviewId?: InputMaybe<Scalars['ID']['input']>;\n reviewerId: Scalars['ID']['input'];\n subjectId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateStandardReviewQuestionArgs = {\n config: QuestionConfigInput;\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label: Scalars['String']['input'];\n questionId?: InputMaybe<Scalars['ID']['input']>;\n required: Scalars['Boolean']['input'];\n respondent: StandardReviewQuestionRespondent;\n reviewId: Scalars['ID']['input'];\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateStandardReviewTemplateArgs = {\n name: Scalars['String']['input'];\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateStandardReviewTemplateQuestionArgs = {\n questionId?: InputMaybe<Scalars['ID']['input']>;\n required: Scalars['Boolean']['input'];\n respondent: StandardReviewQuestionRespondent;\n savedQuestionId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateTagArgs = {\n color: TagColor;\n description?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n tagId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateTagsArgs = {\n tags: Array<TagInput>;\n};\n\n\nexport type MutationCreateTaskArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n ownerId: Scalars['ID']['input'];\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n submissionDueAt?: InputMaybe<Scalars['Date']['input']>;\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateTaskTemplateArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateXeroLeaveRequestArgs = {\n connectionId: Scalars['ID']['input'];\n fromDate: Scalars['DateTime']['input'];\n leaveTypeId: Scalars['ID']['input'];\n responsibleId: Scalars['ID']['input'];\n toDate: Scalars['DateTime']['input'];\n};\n\n\nexport type MutationDeleteApiTokenArgs = {\n tokenId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteApprovalsArgs = {\n approvalIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationDeleteBundledPersonArgs = {\n bundledPersonId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteJobArgs = {\n jobId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteLoginArgs = {\n loginId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeletePersonConnectionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeletePersonConnectionsArgs = {\n ids: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationDeletePositionArgs = {\n positionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteStandardReviewQuestionArgs = {\n questionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteStandardReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteTagArgs = {\n tagId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDenyKeypayLeaveLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n reason: Scalars['String']['input'];\n};\n\n\nexport type MutationDenyLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDenyXeroLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n reason: Scalars['String']['input'];\n};\n\n\nexport type MutationDuplicatePaperworkTypeArgs = {\n newName: Scalars['String']['input'];\n newOrgId: Scalars['ID']['input'];\n originalPaperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDuplicatePerformanceReviewTemplateArgs = {\n name: Scalars['String']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationInitializeIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationInvitePeopleArgs = {\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationInvitePersonArgs = {\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationJoinOrgArgs = {\n displayName: Scalars['String']['input'];\n orgId: Scalars['ID']['input'];\n};\n\n\nexport type MutationLaunchPerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationLogInArgs = {\n email: Scalars['String']['input'];\n password: Scalars['String']['input'];\n};\n\n\nexport type MutationLogInWithProviderArgs = {\n email?: InputMaybe<Scalars['String']['input']>;\n provider: AuthProvider;\n};\n\n\nexport type MutationMarkNotificationsReadArgs = {\n ids: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationMarkNotificationsUnreadArgs = {\n ids: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationMergePaperworkTypesArgs = {\n ids: Array<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationPauseIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationProcessAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationProcessAssignmentsArgs = {\n assignmentIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationProcessLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationProcessStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationReinviteLoginArgs = {\n loginId: Scalars['ID']['input'];\n};\n\n\nexport type MutationReinvitePeopleArgs = {\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationReinvitePersonArgs = {\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRejectAssignmentArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationRejectCertificateArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationRemovePaperworkTypeFromBundlesArgs = {\n bundleIds: Array<Scalars['ID']['input']>;\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRemovePeopleFromBundlesArgs = {\n bundleIds: Array<Scalars['ID']['input']>;\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRemovePeopleFromTagsArgs = {\n personIds: Array<Scalars['ID']['input']>;\n tagIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRemoveRevieweeFromCycleArgs = {\n cycleId: Scalars['ID']['input'];\n revieweeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRequestApprovalsArgs = {\n approvalIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRequestInviteArgs = {\n email: Scalars['String']['input'];\n};\n\n\nexport type MutationRequestPasswordResetArgs = {\n email: Scalars['String']['input'];\n};\n\n\nexport type MutationResetXeroAuIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreBundleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreIntegrationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreNotesArgs = {\n noteIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRestorePaperworkTypeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestorePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreReviewCycleArgs = {\n reviewCycleId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreSavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreStandardReviewTemplateArgs = {\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationScheduleStandardReviewArgs = {\n date: Scalars['DateTime']['input'];\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationSetActiveLoginArgs = {\n loginId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationSubmitBasicAbnFormArgs = {\n abn: Scalars['String']['input'];\n businessName: Scalars['String']['input'];\n id: Scalars['ID']['input'];\n registeredForGst: Scalars['Boolean']['input'];\n};\n\n\nexport type MutationSubmitBasicBankAccountFormArgs = {\n bankAccount1Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount1AllocationMethod: AllocationMethod;\n bankAccount1BSB: Scalars['String']['input'];\n bankAccount1Name: Scalars['String']['input'];\n bankAccount1Number: Scalars['String']['input'];\n bankAccount2Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount2AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount2BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount3AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount3BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount4AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount4BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount5AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount5BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Number?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitBasicEmergencyContactFormArgs = {\n contact1AddressCity?: InputMaybe<Scalars['String']['input']>;\n contact1AddressLine1?: InputMaybe<Scalars['String']['input']>;\n contact1AddressLine2?: InputMaybe<Scalars['String']['input']>;\n contact1AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n contact1AddressState?: InputMaybe<Scalars['String']['input']>;\n contact1Email?: InputMaybe<Scalars['String']['input']>;\n contact1Name: Scalars['String']['input'];\n contact1Phone: Scalars['String']['input'];\n contact1Relationship: Scalars['String']['input'];\n contact2AddressCity?: InputMaybe<Scalars['String']['input']>;\n contact2AddressLine1?: InputMaybe<Scalars['String']['input']>;\n contact2AddressLine2?: InputMaybe<Scalars['String']['input']>;\n contact2AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n contact2AddressState?: InputMaybe<Scalars['String']['input']>;\n contact2Email?: InputMaybe<Scalars['String']['input']>;\n contact2Name?: InputMaybe<Scalars['String']['input']>;\n contact2Phone?: InputMaybe<Scalars['String']['input']>;\n contact2Relationship?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitBasicPersonalDetailsFormArgs = {\n dateOfBirth: Scalars['Date']['input'];\n email: Scalars['String']['input'];\n familyName: Scalars['String']['input'];\n firstGivenName: Scalars['String']['input'];\n gender: Gender;\n homeAddressCity: Scalars['String']['input'];\n homeAddressLine1: Scalars['String']['input'];\n homeAddressLine2: Scalars['String']['input'];\n homeAddressPostcode: Scalars['String']['input'];\n homeAddressState: Scalars['String']['input'];\n id: Scalars['ID']['input'];\n otherGivenNames: Scalars['String']['input'];\n phone: Scalars['String']['input'];\n postalAddressCity: Scalars['String']['input'];\n postalAddressLine1: Scalars['String']['input'];\n postalAddressLine2: Scalars['String']['input'];\n postalAddressPostcode: Scalars['String']['input'];\n postalAddressState: Scalars['String']['input'];\n};\n\n\nexport type MutationSubmitBasicPreEmploymentFormArgs = {\n existingHealthConditions?: InputMaybe<Scalars['Boolean']['input']>;\n existingHealthConditionsExplanation?: InputMaybe<Scalars['String']['input']>;\n hindrancesToPerformDuties?: InputMaybe<Scalars['Boolean']['input']>;\n hindrancesToPerformDutiesExplanation?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n workplaceAdjustmentsRequired?: InputMaybe<Scalars['Boolean']['input']>;\n workplaceAdjustmentsRequiredExplanation?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationSubmitBasicSuperFormArgs = {\n fundName?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n memberName?: InputMaybe<Scalars['String']['input']>;\n memberNumber?: InputMaybe<Scalars['String']['input']>;\n nomination: SuperFundNomination;\n smsfAbn?: InputMaybe<Scalars['String']['input']>;\n smsfAccountName?: InputMaybe<Scalars['String']['input']>;\n smsfAccountNumber?: InputMaybe<Scalars['String']['input']>;\n smsfAddressCity?: InputMaybe<Scalars['String']['input']>;\n smsfAddressLine1?: InputMaybe<Scalars['String']['input']>;\n smsfAddressLine2?: InputMaybe<Scalars['String']['input']>;\n smsfAddressPostcode?: InputMaybe<Scalars['String']['input']>;\n smsfAddressState?: InputMaybe<Scalars['String']['input']>;\n smsfBsb?: InputMaybe<Scalars['String']['input']>;\n smsfEsa?: InputMaybe<Scalars['String']['input']>;\n smsfName?: InputMaybe<Scalars['String']['input']>;\n taxFileNumber?: InputMaybe<Scalars['String']['input']>;\n usi?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationSubmitBasicTaxFormArgs = {\n addressCity: Scalars['String']['input'];\n addressLine1: Scalars['String']['input'];\n addressLine2: Scalars['String']['input'];\n addressPostcode: Scalars['String']['input'];\n addressState: Scalars['String']['input'];\n dateOfBirth: Scalars['Date']['input'];\n email: Scalars['String']['input'];\n employmentBasis: TaxEmploymentBasis;\n familyName: Scalars['String']['input'];\n firstGivenName: Scalars['String']['input'];\n hasLoanOrStudentDebt: Scalars['Boolean']['input'];\n id: Scalars['ID']['input'];\n otherGivenNames: Scalars['String']['input'];\n residencyStatus: TaxResidencyStatus;\n taxFileNumber: Scalars['String']['input'];\n taxFileNumberExemption: TaxFileNumberExemption;\n taxFreeThresholdClaimed: Scalars['Boolean']['input'];\n};\n\n\nexport type MutationSubmitCertificateArgs = {\n documentExpirationDate?: InputMaybe<Scalars['Date']['input']>;\n documentNumber?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n issueDate?: InputMaybe<Scalars['Date']['input']>;\n notes?: InputMaybe<Scalars['String']['input']>;\n upload?: InputMaybe<Scalars['Upload']['input']>;\n};\n\n\nexport type MutationSubmitDocumentArgs = {\n fields: Array<DocumentFieldInput>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitKeypayEmployeeFormArgs = {\n australianResident?: InputMaybe<Scalars['Boolean']['input']>;\n bankAccount1AccountName?: InputMaybe<Scalars['String']['input']>;\n bankAccount1AccountNumber?: InputMaybe<Scalars['String']['input']>;\n bankAccount1AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount1BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount1FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount2AccountName?: InputMaybe<Scalars['String']['input']>;\n bankAccount2AccountNumber?: InputMaybe<Scalars['String']['input']>;\n bankAccount2AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount2BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount2FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount3AccountName?: InputMaybe<Scalars['String']['input']>;\n bankAccount3AccountNumber?: InputMaybe<Scalars['String']['input']>;\n bankAccount3AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount3BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount3FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n claimTaxFreeThreshold?: InputMaybe<Scalars['Boolean']['input']>;\n dateOfBirth?: InputMaybe<Scalars['Date']['input']>;\n emailAddress?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Address?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AlternateContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1ContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Name?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Relationship?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Address?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AlternateContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2ContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Name?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Relationship?: InputMaybe<Scalars['String']['input']>;\n employmentType?: InputMaybe<KeypayEmploymentType>;\n firstName?: InputMaybe<Scalars['String']['input']>;\n gender?: InputMaybe<KeypayGender>;\n homePhone?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n middleName?: InputMaybe<Scalars['String']['input']>;\n mobilePhone?: InputMaybe<Scalars['String']['input']>;\n postalAddressLine2?: InputMaybe<Scalars['String']['input']>;\n postalCountry?: InputMaybe<Scalars['String']['input']>;\n postalPostCode?: InputMaybe<Scalars['String']['input']>;\n postalState?: InputMaybe<Scalars['String']['input']>;\n postalStreetAddress?: InputMaybe<Scalars['String']['input']>;\n postalSuburb?: InputMaybe<Scalars['String']['input']>;\n residentialAddressLine2?: InputMaybe<Scalars['String']['input']>;\n residentialCountry?: InputMaybe<Scalars['String']['input']>;\n residentialPostCode?: InputMaybe<Scalars['String']['input']>;\n residentialState?: InputMaybe<Scalars['String']['input']>;\n residentialStreetAddress?: InputMaybe<Scalars['String']['input']>;\n residentialSuburb?: InputMaybe<Scalars['String']['input']>;\n stslDebt?: InputMaybe<Scalars['Boolean']['input']>;\n superFund1AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n superFund1EmployerNominatedFund?: InputMaybe<Scalars['Boolean']['input']>;\n superFund1FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n superFund1FundName?: InputMaybe<Scalars['String']['input']>;\n superFund1MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund1ProductCode?: InputMaybe<Scalars['String']['input']>;\n superFund2AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n superFund2EmployerNominatedFund?: InputMaybe<Scalars['Boolean']['input']>;\n superFund2FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n superFund2FundName?: InputMaybe<Scalars['String']['input']>;\n superFund2MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund2ProductCode?: InputMaybe<Scalars['String']['input']>;\n superFund3AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n superFund3EmployerNominatedFund?: InputMaybe<Scalars['Boolean']['input']>;\n superFund3FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n superFund3FundName?: InputMaybe<Scalars['String']['input']>;\n superFund3MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund3ProductCode?: InputMaybe<Scalars['String']['input']>;\n surname?: InputMaybe<Scalars['String']['input']>;\n taxFileNumber?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationSubmitQuestionnaireArgs = {\n answers: Array<QuestionnaireQuestionAnswerInput>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitStandardReviewQuestionArgs = {\n questionId: Scalars['ID']['input'];\n response: QuestionResponseInput;\n};\n\n\nexport type MutationSubmitTaskArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationTerminatePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationTriggerIntegrationSyncArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUnmatchPersonConnectionsArgs = {\n connectionIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUnpauseIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUnscheduleStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateAccountArgs = {\n archived?: InputMaybe<Scalars['Boolean']['input']>;\n attioCompanyId?: InputMaybe<Scalars['String']['input']>;\n chargebeeCustomerId?: InputMaybe<Scalars['String']['input']>;\n contactEmail?: InputMaybe<Scalars['String']['input']>;\n demo?: InputMaybe<Scalars['Boolean']['input']>;\n features?: InputMaybe<AccountFeaturesInput>;\n flag?: InputMaybe<AccountFlag>;\n hubspotCompanyId?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateAssignmentArgs = {\n approverIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n dueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n expirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateAssignmentsArgs = {\n approverIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n assignmentIds: Array<Scalars['ID']['input']>;\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n dueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n expirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateBasicAbnFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicBankAccountFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicEmergencyContactFormTemplateArgs = {\n addressPresence?: InputMaybe<FieldPresence>;\n contact2Presence?: InputMaybe<FieldPresence>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n emailPresence?: InputMaybe<FieldPresence>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicPersonalDetailsFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicPreEmploymentFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n existingHealthConditionsPresence?: InputMaybe<Scalars['Boolean']['input']>;\n hindrancesToPerformDutiesPresence?: InputMaybe<Scalars['Boolean']['input']>;\n id: Scalars['ID']['input'];\n introduction?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n workplaceAdjustmentsRequiredPresence?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationUpdateBasicSuperFormTemplateArgs = {\n defaultFundAbn?: InputMaybe<Scalars['String']['input']>;\n defaultFundName?: InputMaybe<Scalars['String']['input']>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n defaultUsi?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicTaxFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBundleArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n paperworkTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n};\n\n\nexport type MutationUpdateCertificateArgs = {\n documentExpirationDate?: InputMaybe<Scalars['Date']['input']>;\n documentNumber?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n issueDate?: InputMaybe<Scalars['Date']['input']>;\n notes?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateCertificateTemplateArgs = {\n applyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n expirationDatePresence?: InputMaybe<FieldPresence>;\n id: Scalars['ID']['input'];\n issueDatePresence?: InputMaybe<FieldPresence>;\n name?: InputMaybe<Scalars['String']['input']>;\n proof?: InputMaybe<CertificateProof>;\n uploadLimit?: InputMaybe<Scalars['Int']['input']>;\n uploadMimeTypes?: InputMaybe<Array<Scalars['MimeType']['input']>>;\n verifyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n};\n\n\nexport type MutationUpdateCustomTableArgs = {\n config?: InputMaybe<CustomTableConfigInput>;\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateDocumentArgs = {\n fields?: InputMaybe<Array<DocumentFieldConfigInput>>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateDocumentTemplateArgs = {\n fields?: InputMaybe<Array<DocumentFieldConfigInput>>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateIntegrationArgs = {\n features?: InputMaybe<IntegrationFeaturesInput>;\n integrationId: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateJobArgs = {\n employmentBasis?: InputMaybe<TaxEmploymentBasis>;\n endDate?: InputMaybe<Scalars['Date']['input']>;\n id: Scalars['ID']['input'];\n payPeriod?: InputMaybe<PayPeriod>;\n payRate?: InputMaybe<Scalars['Decimal']['input']>;\n personId?: InputMaybe<Scalars['ID']['input']>;\n positionId?: InputMaybe<Scalars['ID']['input']>;\n startDate?: InputMaybe<Scalars['Date']['input']>;\n};\n\n\nexport type MutationUpdateKeypayEmployeeFormTemplateArgs = {\n addressPresence?: InputMaybe<FieldPresence>;\n bankAccountsPresence?: InputMaybe<FieldPresence>;\n defaultResponsibleId?: InputMaybe<Scalars['ID']['input']>;\n emailAddressPresence?: InputMaybe<FieldPresence>;\n emergencyContactsPresence?: InputMaybe<FieldPresence>;\n employerSuperFundAbn?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundName?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;\n genderPresence?: InputMaybe<FieldPresence>;\n homePhonePresence?: InputMaybe<FieldPresence>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n mobilePhonePresence?: InputMaybe<FieldPresence>;\n name?: InputMaybe<Scalars['String']['input']>;\n personalDetailsPresence?: InputMaybe<FieldPresence>;\n superPresence?: InputMaybe<FieldPresence>;\n taxPresence?: InputMaybe<FieldPresence>;\n};\n\n\nexport type MutationUpdateKeypayIntegrationArgs = {\n businessId?: InputMaybe<Scalars['Int']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateKeypayLeaveIntegrationArgs = {\n businessId?: InputMaybe<Scalars['Int']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateLocationArgs = {\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n timezone?: InputMaybe<Scalars['Timezone']['input']>;\n};\n\n\nexport type MutationUpdateNoteArgs = {\n attachments?: InputMaybe<Array<UpdateNoteAttachmentInput>>;\n body?: InputMaybe<Scalars['Markdown']['input']>;\n noteId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateOnboardingAssignmentsArgs = {\n assignmentIds: Array<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateOrgArgs = {\n color?: InputMaybe<Scalars['String']['input']>;\n features?: InputMaybe<OrgFeaturesInput>;\n id: Scalars['ID']['input'];\n logo?: InputMaybe<Scalars['Upload']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n timezone?: InputMaybe<Scalars['Timezone']['input']>;\n};\n\n\nexport type MutationUpdatePaperworkAssignmentArgs = {\n approverIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePaperworkTypeArgs = {\n autoAssignOnExpiringSoon?: InputMaybe<Scalars['Boolean']['input']>;\n autoProcessSubmittedPaperwork?: InputMaybe<Scalars['Boolean']['input']>;\n defaultDueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultExpirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdatePerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdatePerformanceReviewCycleConfigArgs = {\n id: Scalars['ID']['input'];\n isManagerReviewIncluded?: InputMaybe<Scalars['Boolean']['input']>;\n isManagerReviewVisibleToReviewee?: InputMaybe<Scalars['Boolean']['input']>;\n isSelfReviewIncluded?: InputMaybe<Scalars['Boolean']['input']>;\n isSelfReviewVisibleToManager?: InputMaybe<Scalars['Boolean']['input']>;\n managerReviewDueDate?: InputMaybe<Scalars['Date']['input']>;\n managerReviewTemplateId?: InputMaybe<Scalars['ID']['input']>;\n selfReviewDueDate?: InputMaybe<Scalars['Date']['input']>;\n selfReviewTemplateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePerformanceReviewCycleRevieweeArgs = {\n primaryManagerId?: InputMaybe<Scalars['ID']['input']>;\n revieweeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdatePerformanceReviewSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label?: InputMaybe<Scalars['String']['input']>;\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n questionId: Scalars['ID']['input'];\n type?: InputMaybe<QuestionType>;\n};\n\n\nexport type MutationUpdatePerformanceReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n questionIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n};\n\n\nexport type MutationUpdatePerformanceReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n required?: InputMaybe<Scalars['Boolean']['input']>;\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePersonArgs = {\n displayName?: InputMaybe<Scalars['String']['input']>;\n emailNotificationSettings?: InputMaybe<EmailNotificationSettingsInput>;\n employeeCode?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n locationId?: InputMaybe<Scalars['ID']['input']>;\n notificationsUserId?: InputMaybe<Scalars['ID']['input']>;\n profileBio?: InputMaybe<Scalars['String']['input']>;\n profileBirthday?: InputMaybe<BirthdayInput>;\n profileEmail?: InputMaybe<Scalars['String']['input']>;\n profileImage?: InputMaybe<Scalars['Upload']['input']>;\n profilePhone?: InputMaybe<Scalars['String']['input']>;\n profilePronouns?: InputMaybe<Scalars['String']['input']>;\n role?: InputMaybe<PersonRole>;\n};\n\n\nexport type MutationUpdatePersonConnectionArgs = {\n connectionId: Scalars['ID']['input'];\n personId?: InputMaybe<Scalars['ID']['input']>;\n remote?: InputMaybe<ConnectionRemoteInput>;\n status: ConnectionStatus;\n};\n\n\nexport type MutationUpdatePersonTagsArgs = {\n personId: Scalars['ID']['input'];\n tagIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePositionArgs = {\n id: Scalars['ID']['input'];\n managerId?: InputMaybe<Scalars['ID']['input']>;\n positionCode?: InputMaybe<Scalars['String']['input']>;\n title?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdatePositionsArgs = {\n positionIds: Array<Scalars['ID']['input']>;\n title?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateQuestionnaireArgs = {\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n questions?: InputMaybe<Array<QuestionnaireQuestionInput>>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateQuestionnaireTemplateArgs = {\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n questions?: InputMaybe<Array<QuestionTemplateInput>>;\n};\n\n\nexport type MutationUpdateReviewCycleArgs = {\n name?: InputMaybe<Scalars['String']['input']>;\n reviewCycleId: Scalars['ID']['input'];\n savedOverviewQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n label?: InputMaybe<Scalars['String']['input']>;\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n type?: InputMaybe<QuestionType>;\n};\n\n\nexport type MutationUpdateStandardReviewArgs = {\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n questionOrder?: InputMaybe<Array<Scalars['ID']['input']>>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n reviewId: Scalars['ID']['input'];\n reviewerId?: InputMaybe<Scalars['ID']['input']>;\n reviewerInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n subjectInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n};\n\n\nexport type MutationUpdateStandardReviewQuestionArgs = {\n config?: InputMaybe<QuestionConfigInput>;\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label?: InputMaybe<Scalars['String']['input']>;\n questionId: Scalars['ID']['input'];\n required?: InputMaybe<Scalars['Boolean']['input']>;\n respondent?: InputMaybe<StandardReviewQuestionRespondent>;\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateStandardReviewTemplateArgs = {\n name?: InputMaybe<Scalars['String']['input']>;\n questionOrder?: InputMaybe<Array<Scalars['ID']['input']>>;\n reviewerInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n subjectInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateStandardReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n required?: InputMaybe<Scalars['Boolean']['input']>;\n respondent?: InputMaybe<StandardReviewQuestionRespondent>;\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateTagArgs = {\n color?: InputMaybe<TagColor>;\n description?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n tagId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateTaskArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n submissionDueAt?: InputMaybe<Scalars['Date']['input']>;\n};\n\n\nexport type MutationUpdateTaskTemplateArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateUserPasswordArgs = {\n password: Scalars['String']['input'];\n};\n\n\nexport type MutationUpdateXeroAuIntegrationArgs = {\n autoMatchRecords?: InputMaybe<Scalars['Boolean']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateXeroLeaveIntegrationArgs = {\n id: Scalars['ID']['input'];\n isLeaveRequestSyncDisabled?: InputMaybe<Scalars['Boolean']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type Note = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n attachments?: Maybe<Array<NoteAttachment>>;\n body?: Maybe<Scalars['Markdown']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n subject: Person;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type NoteAttachment = {\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n file: Media;\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Notification = {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum NotificationType {\n /** Sent to the approver when the approval is requested by an admin. */\n ApprovalRequested = 'APPROVAL_REQUESTED',\n /** Sent to the person responsible for an assignment when all it's approvals have been approved. */\n AssignmentApproved = 'ASSIGNMENT_APPROVED',\n /** Sent to the owner of an assignment when it's assigned (transitions from a 'draft' to an 'assigned' status). */\n AssignmentAssigned = 'ASSIGNMENT_ASSIGNED',\n /** Sent to the owner of an assignment when it is due soon. */\n AssignmentDueSoon = 'ASSIGNMENT_DUE_SOON',\n /** Sent to the person responsible for an assignment (i.e. an admin) when it has expired. */\n AssignmentExpired = 'ASSIGNMENT_EXPIRED',\n /** Sent to the person responsible for an assignment (i.e. an admin) when it will be expiring soon. */\n AssignmentExpiringSoon = 'ASSIGNMENT_EXPIRING_SOON',\n /** Sent to the person responsible for an assignment (i.e. an admin) when a document fails to process or when a document has failed to process. */\n AssignmentFailed = 'ASSIGNMENT_FAILED',\n /** Sent to the owner of an assignment when it is overdue. */\n AssignmentOverdue = 'ASSIGNMENT_OVERDUE',\n /** Sent to the owner of a assignment when an admin rejects an assignment. */\n AssignmentRejected = 'ASSIGNMENT_REJECTED',\n /** Sent to the owner of an assignment when it has been renewed. */\n AssignmentRenewed = 'ASSIGNMENT_RENEWED',\n /** Sent to the person responsible for an assignment (i.e. an admin) when it has expired. */\n AssignmentSubmitted = 'ASSIGNMENT_SUBMITTED',\n /** Sent to the owner when a leave request is approved. */\n LeaveRequestApproved = 'LEAVE_REQUEST_APPROVED',\n /** Sent to the owner when a leave request is cancelled. */\n LeaveRequestCancelled = 'LEAVE_REQUEST_CANCELLED',\n /** Sent to the approver when a leave request is made. */\n LeaveRequestCreated = 'LEAVE_REQUEST_CREATED',\n /** Sent to the owner when a leave request is denied. */\n LeaveRequestDenied = 'LEAVE_REQUEST_DENIED',\n /** Sent to the manager when a manager review has been assigned to them. */\n PerformanceReviewManagerReviewAssigned = 'PERFORMANCE_REVIEW_MANAGER_REVIEW_ASSIGNED',\n /** Sent to the manager when their manager review is overdue. */\n PerformanceReviewManagerReviewOverdue = 'PERFORMANCE_REVIEW_MANAGER_REVIEW_OVERDUE',\n /** Sent to the employee when a review packet has been shared with them. */\n PerformanceReviewPacketShared = 'PERFORMANCE_REVIEW_PACKET_SHARED',\n /** Sent to the manager when the reviewee's self review is overdue. */\n PerformanceReviewRevieweeSelfReviewOverdue = 'PERFORMANCE_REVIEW_REVIEWEE_SELF_REVIEW_OVERDUE',\n /** Sent to the employee when their self review has been assigned. */\n PerformanceReviewSelfReviewAssigned = 'PERFORMANCE_REVIEW_SELF_REVIEW_ASSIGNED',\n /** Sent to the employee when their self review is overdue. */\n PerformanceReviewSelfReviewOverdue = 'PERFORMANCE_REVIEW_SELF_REVIEW_OVERDUE',\n /** Sent to the manager when the reviewee has submitted their self review. */\n PerformanceReviewSelfReviewSubmitted = 'PERFORMANCE_REVIEW_SELF_REVIEW_SUBMITTED',\n /** Sent to the reviewer when a review they are required to conduct has been assigned to them. */\n ReviewAssigned = 'REVIEW_ASSIGNED',\n /** Sent to the subject of a review when a time for the review to take place has been set. */\n ReviewScheduled = 'REVIEW_SCHEDULED',\n /** Sent to the person responsible for a review (i.e. an admin) when it has been submitted by the reviewer. */\n ReviewSubmitted = 'REVIEW_SUBMITTED'\n}\n\nexport type Org = {\n account: Account;\n archivables: Array<Archivable>;\n archived: Scalars['Boolean']['output'];\n bundles: Array<Bundle>;\n color: Scalars['String']['output'];\n createdAt: Scalars['DateTime']['output'];\n dataExports: Array<DataExport>;\n dataImports: Array<DataImport>;\n demo: Scalars['Boolean']['output'];\n departments: Array<Department>;\n failedDocuments: Array<Document>;\n features: OrgFeatures;\n id: Scalars['ID']['output'];\n integrations: Array<Integration>;\n locations: Array<Location>;\n logo?: Maybe<Media>;\n name: Scalars['String']['output'];\n paperworkSummaries: Array<PaperworkSummary>;\n paperworkTypes: Array<PaperworkType>;\n people: Array<Person>;\n performanceReviewCycles: Array<PerformanceReviewCycle>;\n performanceReviewSavedQuestions: Array<PerformanceReviewSavedQuestion>;\n performanceReviewTemplates: Array<PerformanceReviewTemplate>;\n positions: Array<Position>;\n reviewCycles: Array<ReviewCycle>;\n savedQuestions: Array<SavedQuestion>;\n /** Only includes events that are after the start of last year or are in the future. */\n sharedCalendarEvents: Array<SharedCalendarEvent>;\n tags: Array<Tag>;\n templates: Array<Template>;\n timezone: Scalars['Timezone']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type OrgBundlesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgIntegrationsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgLocationsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPaperworkSummariesArgs = {\n status?: InputMaybe<Array<PaperworkSummaryStatus>>;\n};\n\n\nexport type OrgPaperworkTypesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPeopleArgs = {\n role?: InputMaybe<Array<PersonRole>>;\n status?: InputMaybe<Array<PersonStatus>>;\n};\n\n\nexport type OrgPerformanceReviewCyclesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPerformanceReviewSavedQuestionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPerformanceReviewTemplatesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPositionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgReviewCyclesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgSavedQuestionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgTemplatesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n type?: InputMaybe<Array<AssignmentType>>;\n};\n\nexport type OrgFeatures = {\n leaveManagement: Scalars['Boolean']['output'];\n};\n\nexport type OrgFeaturesInput = {\n leaveManagement?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type PageInfo = {\n endCursor?: Maybe<Scalars['String']['output']>;\n hasNextPage: Scalars['Boolean']['output'];\n hasPreviousPage: Scalars['Boolean']['output'];\n startCursor?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PaperworkAssignment = {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person to whom this assignment is currently assigned. This will change as an assignment's status changes. */\n assignee?: Maybe<Person>;\n /** The person who assigned this assignment. */\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n /** If present, this assignment (if it has an `ASSIGNED` status) will be included in the owner's onboarding. The value of this field will also be used to determine the order assignments are shown during onboarding. If the owner has already completed onboarding this field has no effect. */\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n /** The person who is submitting this assignment. */\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who processed this assignment. */\n processor?: Maybe<Person>;\n /** The person who is receiving this assignment's submission. This is typically a person with an admin role. */\n responsible?: Maybe<Person>;\n /** The person this assignment is about. For many assignments this will be the same as the owner, but for some assignments such as reviews or tasks the subject may be different from the owner. */\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who submitted this assignment. */\n submitter?: Maybe<Person>;\n /** The template to which this assignment belongs. The template can be changed at any time and there is not guarantee that the assignment was created from the template. */\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PaperworkAssignmentNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n/**\n * The intersection of a person and paperwork type. Most usefully, this provides a `status` that\n * explains relationship between each person and paperwork type (e.g. \"missing\" if the paperwork type\n * needs to be assigned to the person or \"expired\" if the person's most recent assignment that belongs\n * to that paperwork type has expired).\n */\nexport type PaperworkSummary = {\n latestAssignment?: Maybe<PaperworkAssignment>;\n latestAssignmentApprovalSummary: ApprovalSummary;\n paperworkType: PaperworkType;\n person: Person;\n required: Scalars['Boolean']['output'];\n status: PaperworkSummaryStatus;\n template?: Maybe<PaperworkTemplate>;\n};\n\n/**\n * Generally speaking, this expected progression of a paperwork summary:\n *\n * 1. `MISSING`\n * 2. `DRAFT`\n * 3. `PENDING_APPROVAL`\n * 4. `APPROVED`\n * 5. `ASSIGNED`\n * 6. `DUE_SOON`\n * 7. `OVERDUE`\n * 8. `SUBMITTED`\n * 9. `PROCESSED`\n * 10. `EXPIRING_SOON`\n * 11. `EXPIRED`\n *\n * The status of a paperwork summary is determined using the following algorithm:\n *\n * 1. Let _person_ be the person associated with this paperwork summary.\n *\n * 2. Let _template_ be the template associated with this paperwork summary.\n *\n * 3. Let _latest assignment_ be the most recently created assignment where the\n * owner is _person_ and the template is _template_.\n *\n * 4. If _latest assignment_ is not null:\n *\n * 1. If the status of _latest assignment_ is `DRAFT`:\n *\n * 1. If _latest assignment_ has 1 or more approvals (with any status):\n *\n * 1. If all the approvals on _latest assignment_ have an \"approved\"\n * status:\n *\n * 1. Return `APPROVED`.\n * 2. Return `PENDING_APPROVAL`.\n *\n * 2. Return `DRAFT`.\n *\n * 2. If the status of _latest assignment_ is `ASSIGNED`:\n *\n * 1. If the due date status of _latest assignment_ is `OVERDUE`:\n *\n * 1. Return `OVERDUE`.\n *\n * 2. If the due date status of _latest assignment_ is `DUE_SOON`:\n *\n * 1. Return `DUE_SOON`.\n * 3. Return `ASSIGNED`.\n *\n * 3. If the status of _latest assignment_ is `SUBMITTED`:\n *\n * 1. Return `SUBMITTED`.\n *\n * 4. If the expiry status of _latest assignment_ is `EXPIRED` or\n * `RECENTLY_EXPIRED`:\n *\n * 1. Return `EXPIRED`.\n *\n * 5. If the expiry status of _latest assignment_ is `EXPIRING_SOON`:\n *\n * 1. Return `EXPIRING_SOON`.\n *\n * 6. Return `PROCESSED`.\n *\n * 5. If the _template_ is marked as required for _person_:\n *\n * 1. Return `MISSING`.\n *\n * 6. Return nothing. (The template is not required for the person and there is no assignment — a paperwork summary will not exist and therefore a status is not needed.)\n */\nexport enum PaperworkSummaryStatus {\n Approved = 'APPROVED',\n Assigned = 'ASSIGNED',\n Draft = 'DRAFT',\n DueSoon = 'DUE_SOON',\n Expired = 'EXPIRED',\n ExpiringSoon = 'EXPIRING_SOON',\n Missing = 'MISSING',\n Overdue = 'OVERDUE',\n PendingApproval = 'PENDING_APPROVAL',\n Processed = 'PROCESSED',\n Submitted = 'SUBMITTED'\n}\n\nexport type PaperworkTemplate = {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<PaperworkAssignment>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PaperworkTemplateConnection = {\n edges: Array<PaperworkTemplateEdge>;\n nodes: Array<PaperworkTemplate>;\n pageInfo: PageInfo;\n totalCount: Scalars['Int']['output'];\n};\n\nexport type PaperworkTemplateEdge = {\n cursor: Scalars['String']['output'];\n node: PaperworkTemplate;\n};\n\nexport type PaperworkType = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n autoAssignOnExpiringSoon: Scalars['Boolean']['output'];\n autoProcessSubmittedPaperwork: Scalars['Boolean']['output'];\n bundledPaperworkTypes: Array<BundledPaperworkType>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n defaultDueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n defaultExpirationWarningDays?: Maybe<Scalars['Int']['output']>;\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkSummaries: Array<PaperworkSummary>;\n templates: PaperworkTemplateConnection;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PaperworkTypeTemplatesArgs = {\n after?: InputMaybe<Scalars['String']['input']>;\n first?: InputMaybe<Scalars['Int']['input']>;\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum PayPeriod {\n Hour = 'HOUR',\n Year = 'YEAR'\n}\n\nexport type PerformanceReview = {\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n createdAt: Scalars['DateTime']['output'];\n cycle: PerformanceReviewCycle;\n id: Scalars['ID']['output'];\n lastEditedAt?: Maybe<Scalars['DateTime']['output']>;\n lastEditedBy?: Maybe<Person>;\n reviewee: PerformanceReviewReviewee;\n reviewer?: Maybe<Person>;\n status: PerformanceReviewStatus;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submittedBy?: Maybe<Person>;\n type: PerformanceReviewType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewCycle = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n completedAt?: Maybe<Scalars['DateTime']['output']>;\n completedBy?: Maybe<Person>;\n config: PerformanceReviewCycleConfig;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n id: Scalars['ID']['output'];\n launchedAt?: Maybe<Scalars['DateTime']['output']>;\n launchedBy?: Maybe<Person>;\n name: Scalars['String']['output'];\n org: Org;\n revieweeCount: Scalars['Int']['output'];\n reviewees: Array<PerformanceReviewReviewee>;\n status: PerformanceReviewCycleStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewCycleConfig = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n isManagerReviewIncluded: Scalars['Boolean']['output'];\n isManagerReviewVisibleToReviewee: Scalars['Boolean']['output'];\n isSelfReviewIncluded: Scalars['Boolean']['output'];\n isSelfReviewVisibleToManager: Scalars['Boolean']['output'];\n managerReviewDueDate?: Maybe<Scalars['Date']['output']>;\n managerReviewTemplate?: Maybe<PerformanceReviewTemplate>;\n scheduledStartDate?: Maybe<Scalars['Date']['output']>;\n selfReviewDueDate?: Maybe<Scalars['Date']['output']>;\n selfReviewTemplate?: Maybe<PerformanceReviewTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum PerformanceReviewCycleStatus {\n Completed = 'COMPLETED',\n Draft = 'DRAFT',\n InProgress = 'IN_PROGRESS'\n}\n\nexport type PerformanceReviewNotification = Notification & {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n performanceReview?: Maybe<PerformanceReview>;\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewReviewee = {\n additionalManagers: Array<Person>;\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n cycle: PerformanceReviewCycle;\n id: Scalars['ID']['output'];\n person: Person;\n primaryManager?: Maybe<Person>;\n reviews: Array<PerformanceReview>;\n sharedAt?: Maybe<Scalars['DateTime']['output']>;\n sharedBy?: Maybe<Person>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewRevieweeInput = {\n personId: Scalars['ID']['input'];\n primaryManagerId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type PerformanceReviewSavedQuestion = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n org: Org;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum PerformanceReviewStatus {\n Assigned = 'ASSIGNED',\n NotProvided = 'NOT_PROVIDED',\n Submitted = 'SUBMITTED'\n}\n\nexport type PerformanceReviewTemplate = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n templateQuestions: Array<PerformanceReviewTemplateQuestion>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PerformanceReviewTemplateTemplateQuestionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type PerformanceReviewTemplateQuestion = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n id: Scalars['ID']['output'];\n orderIndex: Scalars['Int']['output'];\n required: Scalars['Boolean']['output'];\n savedQuestion: PerformanceReviewSavedQuestion;\n template: PerformanceReviewTemplate;\n};\n\nexport enum PerformanceReviewType {\n Manager = 'MANAGER',\n Self = 'SELF'\n}\n\nexport type Person = {\n /** When this person was first activated (transitioned from `ONBOARDING` to `ACTIVE`). */\n activatedAt?: Maybe<Scalars['DateTime']['output']>;\n apiTokens: Array<ApiToken>;\n archived: Scalars['Boolean']['output'];\n /** When this person was last archived. If a person is restored after being archived this field will be reset to null. */\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n /** All the assignments associated with a person. */\n assignments: Array<Assignment>;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n bundledPeople: Array<BundledPerson>;\n /**\n * Certificates, certifications, identity documents, permits and other official documents that belong to this person.\n * @deprecated Use the 'Person.assignments' field instead.\n */\n certificates: Array<Certificate>;\n /** All changes to this person's information in reverse chronological order. */\n changeHistory: Array<PersonChange>;\n /** @deprecated The need to confirm a is going to br removed */\n confirmedProfile: Scalars['Boolean']['output'];\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n currentJob?: Maybe<Job>;\n customTables: Array<CustomTable>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n displayName: Scalars['String']['output'];\n /**\n * Documents that have been assigned to this person.\n * @deprecated Use the 'Person.assignments' field instead.\n */\n documents: Array<Document>;\n emailNotificationSettings: EmailNotificationSettings;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n employeeCode?: Maybe<Scalars['String']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n endDate?: Maybe<Scalars['Date']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n hue: Scalars['Decimal']['output'];\n /** A version 4 UUID that identifies this person in Worknice. */\n id: Scalars['ID']['output'];\n /** Only present if this person's role is 'BOT'. Indicates the integration this bot is associated with. */\n integration?: Maybe<Integration>;\n /** When this person was first invited (transitioned from `DRAFT` to `ONBOARDING`). */\n invitedAt?: Maybe<Scalars['DateTime']['output']>;\n /** All the jobs the person has held or will hold in the future. */\n jobs: Array<Job>;\n location?: Maybe<Location>;\n /** The logins associated with this person. */\n logins: Array<Login>;\n notes: Array<Note>;\n notifications: Array<Notification>;\n /** The user to which notifications for the person should be sent. If null, the email notifications should not be sent. */\n notificationsUser?: Maybe<User>;\n org: Org;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n paperworkSummaries: Array<PaperworkSummary>;\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n profileBio?: Maybe<Scalars['String']['output']>;\n profileBirthday?: Maybe<Birthday>;\n /** The email address this person uses for work. */\n profileEmail?: Maybe<Scalars['String']['output']>;\n profileImage?: Maybe<Media>;\n /** The phone number this person uses for work. */\n profilePhone?: Maybe<Scalars['String']['output']>;\n profilePronouns?: Maybe<Scalars['String']['output']>;\n /** @deprecated Use 'assignments' instead */\n questionnaires: Array<Questionnaire>;\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n reviews: Array<StandardReview>;\n role: PersonRole;\n startDate?: Maybe<Scalars['Date']['output']>;\n status: PersonStatus;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n tags: Array<Tag>;\n /** @deprecated Use 'assignments' instead */\n tasks: Array<Task>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n /** When this person was last terminated. If a person is re-activated after being terminated this field will be reset to null. */\n terminatedAt?: Maybe<Scalars['DateTime']['output']>;\n timeZone: Scalars['Timezone']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PersonAssignmentsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n onlyOnboarding?: InputMaybe<Scalars['Boolean']['input']>;\n relation?: InputMaybe<Array<AssignmentRelation>>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n type?: InputMaybe<Array<AssignmentType>>;\n};\n\n\nexport type PersonCertificatesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n};\n\n\nexport type PersonCustomTablesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type PersonDocumentsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n};\n\n\nexport type PersonNotesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type PersonNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type PersonQuestionnairesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n};\n\n\nexport type PersonReviewsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n relation?: InputMaybe<Array<InputMaybe<ReviewRelation>>>;\n status?: InputMaybe<Array<StandardReviewStatus>>;\n};\n\n\nexport type PersonTasksArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n/** The bank account(s) into which a person's pay is deposited and how is should be allocated. */\nexport type PersonBankAccountsChange = {\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n};\n\nexport type PersonBankAccountsChangeInput = {\n bankAccount1Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount1AllocationMethod: AllocationMethod;\n bankAccount1Bsb: Scalars['String']['input'];\n bankAccount1Name: Scalars['String']['input'];\n bankAccount1Number: Scalars['String']['input'];\n bankAccount2Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount2AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount2Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount3AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount3Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount4AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount4Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount5AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount5Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Number?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n};\n\nexport type PersonConnection = IntegrationConnection & {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n integration: Integration;\n leaveBalances?: Maybe<Array<LeaveBalance>>;\n leaveCategories: Array<LeaveCategory>;\n leaveHoursEstimate?: Maybe<LeaveHoursEstimate>;\n leaveRequests: Array<LeaveRequest>;\n person?: Maybe<Person>;\n remote?: Maybe<ConnectionRemote>;\n status: ConnectionStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PersonConnectionLeaveHoursEstimateArgs = {\n fromDate: Scalars['DateTime']['input'];\n leaveCategoryId: Scalars['String']['input'];\n toDate: Scalars['DateTime']['input'];\n};\n\n\nexport type PersonConnectionLeaveRequestsArgs = {\n relation?: InputMaybe<LeaveRequestRelation>;\n};\n\nexport type PersonDataImportLine = DataImportLine & PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonRemunerationChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n dataImport: DataImport;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n familyName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n id: Scalars['ID']['output'];\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n person: Person;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n rawConfig: Scalars['String']['output'];\n rawData: Scalars['String']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type PersonDataTransferConfigInput = {\n bankAccounts: Scalars['Boolean']['input'];\n dateOfBirth: Scalars['Boolean']['input'];\n emergencyContacts: Scalars['Boolean']['input'];\n fullName: Scalars['Boolean']['input'];\n gender: Scalars['Boolean']['input'];\n personalEmail: Scalars['Boolean']['input'];\n personalPhone: Scalars['Boolean']['input'];\n postalAddress: Scalars['Boolean']['input'];\n profile: Scalars['Boolean']['input'];\n remuneration: Scalars['Boolean']['input'];\n residentialAddress: Scalars['Boolean']['input'];\n superFunds: Scalars['Boolean']['input'];\n taxDetails: Scalars['Boolean']['input'];\n tenure: Scalars['Boolean']['input'];\n};\n\nexport type PersonDateOfBirthChange = {\n createdAt: Scalars['DateTime']['output'];\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n id: Scalars['ID']['output'];\n};\n\nexport type PersonDateOfBirthChangeInput = {\n dateOfBirth?: InputMaybe<Scalars['Date']['input']>;\n};\n\nexport type PersonEmergencyContactsChange = {\n createdAt: Scalars['DateTime']['output'];\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n};\n\nexport type PersonEmergencyContactsChangeInput = {\n emergencyContact1AddressCity?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressCountry?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressLine1?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressLine2?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressState?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Email?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Name: Scalars['String']['input'];\n emergencyContact1Phone: Scalars['String']['input'];\n emergencyContact1Relationship: Scalars['String']['input'];\n emergencyContact2AddressCity?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressCountry?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressLine1?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressLine2?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressState?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Email?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Name?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Phone?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Relationship?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonFullNameChange = {\n createdAt: Scalars['DateTime']['output'];\n familyName?: Maybe<Scalars['String']['output']>;\n givenName?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n};\n\n/** A person's full name for legal purposes (given name, family name and other given names). */\nexport type PersonFullNameChangeInput = {\n familyName?: InputMaybe<Scalars['String']['input']>;\n givenName?: InputMaybe<Scalars['String']['input']>;\n otherGivenNames?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonGenderChange = {\n createdAt: Scalars['DateTime']['output'];\n gender?: Maybe<Gender>;\n id: Scalars['ID']['output'];\n};\n\nexport type PersonGenderChangeInput = {\n gender?: InputMaybe<Gender>;\n};\n\nexport type PersonPersonalEmailChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n personalEmail?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonPersonalEmailChangeInput = {\n personalEmail?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonPersonalPhoneChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n personalPhone?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonPersonalPhoneChangeInput = {\n personalPhone?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** The address to which this person's mail should be sent. */\nexport type PersonPostalAddressChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonPostalAddressChangeInput = {\n postalAddressCity: Scalars['String']['input'];\n postalAddressCountry: Scalars['String']['input'];\n postalAddressLine1: Scalars['String']['input'];\n postalAddressLine2?: InputMaybe<Scalars['String']['input']>;\n postalAddressPostcode: Scalars['String']['input'];\n postalAddressState: Scalars['String']['input'];\n};\n\n/** The person's employment basis, pay rate and pay period. */\nexport type PersonRemunerationChange = {\n createdAt: Scalars['DateTime']['output'];\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n id: Scalars['ID']['output'];\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n};\n\n/** The physical address where the person lives. */\nexport type PersonResidentialAddressChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonResidentialAddressChangeInput = {\n residentialAddressCity: Scalars['String']['input'];\n residentialAddressCountry: Scalars['String']['input'];\n residentialAddressLine1: Scalars['String']['input'];\n residentialAddressLine2?: InputMaybe<Scalars['String']['input']>;\n residentialAddressPostcode: Scalars['String']['input'];\n residentialAddressState: Scalars['String']['input'];\n};\n\nexport enum PersonRole {\n /** A Worknice employee who is managing the account. This person has full admin access to the account, but is not visible to the account's employees, managers etc. */\n AccountManager = 'ACCOUNT_MANAGER',\n /** A person with this role has full access to their associated account. They can invite, update and remove people to/from the account and modify all account settings. */\n AccountOwner = 'ACCOUNT_OWNER',\n /** A robot controlled by an integration. */\n Bot = 'BOT',\n /**\n * In almost every respect, this is the same as an 'EMPLOYEE' role. The only difference is cosmetic.\n * @deprecated Use 'EMPLOYEE' instead\n */\n Contractor = 'CONTRACTOR',\n /** A person with this role has limited access to their associated org. */\n Employee = 'EMPLOYEE',\n /** A person with this role has limited access to their associated org. Currently, they can only see their own details and add approve leave request. */\n Manager = 'MANAGER'\n}\n\nexport enum PersonStatus {\n /** A person with this status is visible to everyone in the organisation. */\n Active = 'ACTIVE',\n /**\n * A person with this status is only visible to admin users.\n *\n * You can transition a person from 'DRAFT' to 'ONBOARDING' using the 'invitePerson' mutation.\n */\n Draft = 'DRAFT',\n /**\n * A person with this status has been invited into Worknice. They are visible to everyone in the organisation.\n *\n * You can transition a person from 'ONBOARDING' to 'ACTIVE' using the 'activatePerson' mutation.\n */\n Onboarding = 'ONBOARDING',\n /** A person with this status has no access to Worknice and is only visible to admin users. */\n Terminated = 'TERMINATED'\n}\n\n/** Funds a person's superannuation is to be deposited into. Includes the amount to allocate to each fund. */\nexport type PersonSuperFundsChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonSuperFundsChangeInput = {\n superFund1MemberName?: InputMaybe<Scalars['String']['input']>;\n superFund1MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund1Name?: InputMaybe<Scalars['String']['input']>;\n superFund1Nomination: SuperFundNomination;\n superFund1Usi?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** TFN (or TFN exemption reason), residency status, tax free threshold claim and loan or student debt status. */\nexport type PersonTaxDetailsChange = {\n createdAt: Scalars['DateTime']['output'];\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n id: Scalars['ID']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type PersonTaxDetailsChangeInput = {\n hasLoanOrStudentDebt?: InputMaybe<Scalars['Boolean']['input']>;\n residencyStatus: TaxResidencyStatus;\n taxFileNumber?: InputMaybe<Scalars['String']['input']>;\n taxFileNumberExemption: TaxFileNumberExemption;\n taxFreeThresholdClaimed?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n/** The start and end date of a person's employment. */\nexport type PersonTenureChange = {\n createdAt: Scalars['DateTime']['output'];\n endDate?: Maybe<Scalars['Date']['output']>;\n id: Scalars['ID']['output'];\n startDate?: Maybe<Scalars['Date']['output']>;\n};\n\nexport type PersonTenureChangeInput = {\n endDate?: InputMaybe<Scalars['Date']['input']>;\n startDate: Scalars['Date']['input'];\n};\n\n/** A position in an organization. */\nexport type Position = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['Date']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n currentJob?: Maybe<Job>;\n department?: Maybe<Department>;\n id: Scalars['ID']['output'];\n jobs: Array<Job>;\n manager?: Maybe<Position>;\n org: Org;\n positionCode?: Maybe<Scalars['String']['output']>;\n reports: Array<Position>;\n title: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Query = {\n account: Account;\n /** All the apps available for integrating with Worknice. */\n apps: Array<App>;\n assignment: Assignment;\n basicAbnFormTemplate: BasicAbnFormTemplate;\n basicBankAccountFormTemplate: BasicBankAccountFormTemplate;\n basicEmergencyContactFormTemplate: BasicEmergencyContactFormTemplate;\n basicPersonalDetailsFormTemplate: BasicPersonalDetailsFormTemplate;\n basicPreEmploymentFormTemplate: BasicPreEmploymentFormTemplate;\n basicSuperFormTemplate: BasicSuperFormTemplate;\n basicTaxFormTemplate: BasicTaxFormTemplate;\n bundle: Bundle;\n certificate: Certificate;\n certificateTemplate: CertificateTemplate;\n customTable: CustomTable;\n dataImport: DataImport;\n dataImportLine: DataImportLine;\n document: Document;\n documentTemplate: DocumentTemplate;\n integration: Integration;\n job: Job;\n keypayEmployee: KeypayEmployee;\n keypayEmployeeFormTemplate: KeypayEmployeeFormTemplate;\n keypayLeaveEmployee: KeypayLeaveEmployee;\n leaveRequest: LeaveRequest;\n note: Note;\n org: Org;\n paperworkType: PaperworkType;\n performanceReview: PerformanceReview;\n performanceReviewCycle: PerformanceReviewCycle;\n performanceReviewReviewee: PerformanceReviewReviewee;\n performanceReviewTemplate: PerformanceReviewTemplate;\n person?: Maybe<Person>;\n personConnection: PersonConnection;\n position: Position;\n questionnaire: Questionnaire;\n questionnaireTemplate: QuestionnaireTemplate;\n reviewCycle: ReviewCycle;\n savedQuestion: SavedQuestion;\n session: Session;\n standardReview: StandardReview;\n standardReviewTemplate: StandardReviewTemplate;\n task: Task;\n taskTemplate: TaskTemplate;\n template: Template;\n /** The time used in the database transaction when processing this request. This is useful for ensuring consistent rendering of time-sensitive UI on the server and client. */\n time: Scalars['DateTime']['output'];\n user: User;\n};\n\n\nexport type QueryAccountArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicAbnFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicBankAccountFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicEmergencyContactFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicPersonalDetailsFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicPreEmploymentFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicSuperFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicTaxFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBundleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryCertificateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryCertificateTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryCustomTableArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDataImportArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDataImportLineArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDocumentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDocumentTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryIntegrationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryJobArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryKeypayEmployeeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryKeypayEmployeeFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryKeypayLeaveEmployeeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryNoteArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryOrgArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPaperworkTypeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewRevieweeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPersonConnectionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPositionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryQuestionnaireArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryQuestionnaireTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QuerySavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryStandardReviewArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryStandardReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryTaskArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryTaskTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryUserArgs = {\n id: Scalars['ID']['input'];\n};\n\nexport type Question = {\n config: QuestionConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n required: Scalars['Boolean']['output'];\n response?: Maybe<QuestionResponse>;\n savedQuestion?: Maybe<SavedQuestion>;\n subject: Person;\n submitted: Scalars['Boolean']['output'];\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type QuestionConfig = QuestionLikert5Config | QuestionMultipleChoiceConfig | QuestionMultipleChoiceOtherConfig | QuestionTextConfig;\n\n/**\n * One and only one of the fields must be provided.\n *\n * This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) when it's introduced to GraphQL.\n */\nexport type QuestionConfigInput = {\n likert5?: InputMaybe<QuestionLikert5ConfigInput>;\n multipleChoice?: InputMaybe<QuestionMultipleChoiceConfigInput>;\n multipleChoiceOther?: InputMaybe<QuestionMultipleChoiceOtherConfigInput>;\n text?: InputMaybe<QuestionTextConfigInput>;\n};\n\nexport type QuestionLikert5Config = {\n options: Array<Scalars['String']['output']>;\n};\n\nexport type QuestionLikert5ConfigInput = {\n /** There must be 2, 3 or 5 options. */\n options: Array<Scalars['String']['input']>;\n};\n\nexport type QuestionLikert5Response = {\n choice: Scalars['Int']['output'];\n};\n\nexport type QuestionLikert5ResponseInput = {\n choice: Scalars['Int']['input'];\n};\n\nexport type QuestionMultipleChoiceConfig = {\n options: Array<Scalars['String']['output']>;\n};\n\nexport type QuestionMultipleChoiceConfigInput = {\n /** At least 2 options must be provided. */\n options: Array<Scalars['String']['input']>;\n};\n\nexport type QuestionMultipleChoiceOtherConfig = {\n options: Array<Scalars['String']['output']>;\n};\n\nexport type QuestionMultipleChoiceOtherConfigInput = {\n /** At least 1 option must be provided. */\n options: Array<Scalars['String']['input']>;\n};\n\nexport type QuestionMultipleChoiceOtherResponse = {\n choice?: Maybe<Scalars['Int']['output']>;\n other?: Maybe<Scalars['String']['output']>;\n};\n\n/**\n * One and only one of the fields must be provided.\n *\n * This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) when it's introduced to GraphQL.\n */\nexport type QuestionMultipleChoiceOtherResponseInput = {\n choice?: InputMaybe<Scalars['Int']['input']>;\n other?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type QuestionMultipleChoiceResponse = {\n choice: Scalars['Int']['output'];\n};\n\nexport type QuestionMultipleChoiceResponseInput = {\n choice: Scalars['Int']['input'];\n};\n\nexport type QuestionResponse = QuestionLikert5Response | QuestionMultipleChoiceOtherResponse | QuestionMultipleChoiceResponse | QuestionTextResponse;\n\n/**\n * One and only one of the fields will be returned.\n *\n * This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) if/when support for OneOf fields is introduced to GraphQL.\n */\nexport type QuestionResponseInput = {\n likert5?: InputMaybe<QuestionLikert5ResponseInput>;\n multipleChoice?: InputMaybe<QuestionMultipleChoiceResponseInput>;\n multipleChoiceOther?: InputMaybe<QuestionMultipleChoiceOtherResponseInput>;\n text?: InputMaybe<QuestionTextResponseInput>;\n};\n\nexport type QuestionTemplateInput = {\n id?: InputMaybe<Scalars['String']['input']>;\n required: Scalars['Boolean']['input'];\n savedQuestionId: Scalars['ID']['input'];\n};\n\nexport type QuestionTextConfig = {\n _?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type QuestionTextConfigInput = {\n _?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type QuestionTextResponse = {\n value: Scalars['String']['output'];\n};\n\nexport type QuestionTextResponseInput = {\n value: Scalars['String']['input'];\n};\n\nexport enum QuestionType {\n Likert_5 = 'LIKERT_5',\n MultipleChoice = 'MULTIPLE_CHOICE',\n MultipleChoiceOther = 'MULTIPLE_CHOICE_OTHER',\n Text = 'TEXT'\n}\n\nexport type Questionnaire = Assignment & PaperworkAssignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n questions: Array<QuestionnaireQuestion>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type QuestionnaireNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type QuestionnaireQuestion = Question & {\n config: QuestionConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n questionnaire: Questionnaire;\n required: Scalars['Boolean']['output'];\n response?: Maybe<QuestionResponse>;\n responseBoolean?: Maybe<Scalars['Boolean']['output']>;\n responseDate?: Maybe<Scalars['Date']['output']>;\n responseDateTime?: Maybe<Scalars['DateTime']['output']>;\n responseDecimal?: Maybe<Scalars['Decimal']['output']>;\n responseInteger?: Maybe<Scalars['Int']['output']>;\n responseText?: Maybe<Scalars['String']['output']>;\n savedQuestion?: Maybe<SavedQuestion>;\n subject: Person;\n submitted: Scalars['Boolean']['output'];\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type QuestionnaireQuestionAnswerInput = {\n boolean?: InputMaybe<Scalars['Boolean']['input']>;\n date?: InputMaybe<Scalars['Date']['input']>;\n dateTime?: InputMaybe<Scalars['DateTime']['input']>;\n decimal?: InputMaybe<Scalars['Decimal']['input']>;\n id: Scalars['ID']['input'];\n integer?: InputMaybe<Scalars['Int']['input']>;\n text?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type QuestionnaireQuestionInput = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n label: Scalars['String']['input'];\n /** Only required for a 'LIKERT_5' type question. There must be 2, 3 or 5 options. */\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n required: Scalars['Boolean']['input'];\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n type: QuestionType;\n};\n\nexport type QuestionnaireTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Questionnaire>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n questions: Array<QuestionnaireTemplateQuestion>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type QuestionnaireTemplateQuestion = {\n id: Scalars['ID']['output'];\n required: Scalars['Boolean']['output'];\n savedQuestion: SavedQuestion;\n template: QuestionnaireTemplate;\n};\n\nexport type ReviewCycle = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['Date']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n reviews: Array<StandardReview>;\n savedOverviewQuestion?: Maybe<SavedQuestion>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type ReviewCycleReviewsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum ReviewRelation {\n Responsible = 'RESPONSIBLE',\n Reviewer = 'REVIEWER',\n Subject = 'SUBJECT'\n}\n\nexport type SavedQuestion = {\n archived: Scalars['Boolean']['output'];\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n org: Org;\n questionnaireTemplateQuestions: Array<QuestionnaireTemplateQuestion>;\n questions: Array<Question>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Session = {\n /**\n * The account of the org of the person associated with the active login or API token. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n account?: Maybe<Account>;\n authMethod?: Maybe<AuthMethod>;\n authState: AuthState;\n /**\n * The active login. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated using an API token.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n login?: Maybe<Login>;\n /**\n * The org of the person associated with the active login or API token. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n org?: Maybe<Org>;\n /**\n * The person associated with the active login or API token. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n person?: Maybe<Person>;\n /**\n * The active user. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated using an API token.\n */\n user?: Maybe<User>;\n};\n\n/** The end date is inclusive (i.e. if `endDate` is the same as `startDate`, the event is a single day event). */\nexport type SharedCalendarEvent = {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n owner?: Maybe<Person>;\n startDate: Scalars['Date']['output'];\n};\n\nexport type SignatureUploadDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n responder: DocumentFieldResponder;\n};\n\nexport type SignatureUploadDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n responder: DocumentFieldResponder;\n};\n\nexport type SignatureUploadDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['Upload']['input'];\n};\n\nexport type SmartDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n prefix?: Maybe<Scalars['String']['output']>;\n responder: DocumentFieldResponder;\n smartFieldType: SmartDocumentFieldType;\n suffix?: Maybe<Scalars['String']['output']>;\n};\n\nexport type SmartDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['String']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n prefix?: InputMaybe<Scalars['String']['input']>;\n responder: DocumentFieldResponder;\n smartFieldType: SmartDocumentFieldType;\n suffix?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type SmartDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport enum SmartDocumentFieldType {\n DateOfBirth = 'DATE_OF_BIRTH',\n DisplayName = 'DISPLAY_NAME',\n EmployeeCode = 'EMPLOYEE_CODE',\n EndDate = 'END_DATE',\n FamilyName = 'FAMILY_NAME',\n FullName = 'FULL_NAME',\n GivenName = 'GIVEN_NAME',\n LocationName = 'LOCATION_NAME',\n PersonalEmail = 'PERSONAL_EMAIL',\n PersonalPhone = 'PERSONAL_PHONE',\n PostalAddress = 'POSTAL_ADDRESS',\n ResidentialAddress = 'RESIDENTIAL_ADDRESS',\n StartDate = 'START_DATE',\n WorkEmail = 'WORK_EMAIL',\n WorkPhone = 'WORK_PHONE'\n}\n\nexport type StandardReview = Assignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n /** The time when the review takes place. */\n date?: Maybe<Scalars['DateTime']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n questions: Array<StandardReviewQuestion>;\n responsible: Person;\n reviewCycle?: Maybe<ReviewCycle>;\n reviewer: Person;\n reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;\n scheduledAt?: Maybe<Scalars['DateTime']['output']>;\n scheduler?: Maybe<Person>;\n status: StandardReviewStatus;\n subject: Person;\n subjectInstructions?: Maybe<Scalars['Markdown']['output']>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<StandardReviewTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type StandardReviewNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type StandardReviewQuestionsArgs = {\n respondent?: InputMaybe<Array<StandardReviewQuestionRespondent>>;\n};\n\nexport type StandardReviewNotification = Notification & {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n /** This field is nullable because the viewer may no longer have access to the review this notification is about. */\n standardReview?: Maybe<StandardReview>;\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type StandardReviewQuestion = Question & {\n config: QuestionConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n label: Scalars['String']['output'];\n required: Scalars['Boolean']['output'];\n respondent: StandardReviewQuestionRespondent;\n response?: Maybe<QuestionResponse>;\n review: StandardReview;\n savedQuestion?: Maybe<SavedQuestion>;\n subject: Person;\n submitted: Scalars['Boolean']['output'];\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum StandardReviewQuestionRespondent {\n Reviewer = 'REVIEWER',\n Subject = 'SUBJECT'\n}\n\nexport enum StandardReviewStatus {\n Assigned = 'ASSIGNED',\n Draft = 'DRAFT',\n Processed = 'PROCESSED',\n Scheduled = 'SCHEDULED',\n Submitted = 'SUBMITTED'\n}\n\nexport type StandardReviewTemplate = Template & {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n assignmentType: AssignmentType;\n assignments: Array<StandardReview>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n questions: Array<StandardReviewTemplateQuestion>;\n reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;\n subjectInstructions?: Maybe<Scalars['Markdown']['output']>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type StandardReviewTemplateQuestion = {\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n required: Scalars['Boolean']['output'];\n respondent: StandardReviewQuestionRespondent;\n savedQuestion: SavedQuestion;\n template: StandardReviewTemplate;\n};\n\nexport type StartDateEvent = SharedCalendarEvent & {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n owner: Person;\n startDate: Scalars['Date']['output'];\n};\n\nexport enum SuperFundNomination {\n EmployerNominated = 'EMPLOYER_NOMINATED',\n NotEntitled = 'NOT_ENTITLED',\n Regulated = 'REGULATED',\n SelfManaged = 'SELF_MANAGED'\n}\n\nexport type Tag = {\n color: TagColor;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n people: Array<Person>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum TagColor {\n Blue = 'BLUE',\n Green = 'GREEN',\n Grey = 'GREY',\n Maroon = 'MAROON',\n Orange = 'ORANGE',\n Purple = 'PURPLE',\n Red = 'RED',\n Teal = 'TEAL',\n Yellow = 'YELLOW'\n}\n\nexport type TagInput = {\n color: TagColor;\n description?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n tagId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type Task = Assignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n description?: Maybe<Scalars['String']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n subject?: Maybe<Person>;\n /** @deprecated Use 'dueDate' instead. */\n submissionDueAt?: Maybe<Scalars['Date']['output']>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<TaskTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type TaskNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type TaskTemplate = Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Task>;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum TaxEmploymentBasis {\n Casual = 'CASUAL',\n FullTime = 'FULL_TIME',\n LabourHire = 'LABOUR_HIRE',\n PartTime = 'PART_TIME',\n SuperIncomeStream = 'SUPER_INCOME_STREAM'\n}\n\nexport enum TaxFileNumberExemption {\n None = 'NONE',\n Pending = 'PENDING',\n Pensioner = 'PENSIONER',\n Under_18 = 'UNDER_18'\n}\n\nexport enum TaxResidencyStatus {\n AustralianResident = 'AUSTRALIAN_RESIDENT',\n ForeignResident = 'FOREIGN_RESIDENT',\n WorkingHolidayMaker = 'WORKING_HOLIDAY_MAKER'\n}\n\nexport type Template = {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Assignment>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type TemplateInput = {\n /** Only used by document templates. */\n fields?: InputMaybe<Array<DocumentFieldInput>>;\n /** ID of the assignment to create from this template. */\n id: Scalars['ID']['input'];\n paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;\n templateId: Scalars['ID']['input'];\n};\n\nexport type TextDocumentField = DocumentField & {\n defaultValue?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n prefix?: Maybe<Scalars['String']['output']>;\n responder: DocumentFieldResponder;\n suffix?: Maybe<Scalars['String']['output']>;\n};\n\nexport type TextDocumentFieldConfigInput = {\n defaultValue?: InputMaybe<Scalars['String']['input']>;\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n prefix?: InputMaybe<Scalars['String']['input']>;\n responder: DocumentFieldResponder;\n suffix?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type TextDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type UpdateNoteAttachmentInput = {\n id: Scalars['ID']['input'];\n name: Scalars['String']['input'];\n};\n\nexport type User = {\n /**\n * Organisations this user is eligible to join. Currently, an organisation will be included in this list if the user is not yet part of that organisation and has an account owner or account manager role in another organisation in the same account.\n *\n * In the future this will also include organisations that allow email addresses matching their domains to join automatically.\n */\n eligibleOrgs: Array<Org>;\n /** This is the email address the person uses to log-in. */\n email: Scalars['String']['output'];\n /** If present, the user has an email change that is pending verification. */\n emailChange?: Maybe<Scalars['String']['output']>;\n /** If true, the current email has been confirmed and can be used. */\n emailConfirmed: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n invitedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The logins associated with this user. Only includes logins belonging to a person with an 'ONBOARDING' or 'ACTIVE' status which is not archived and does not belong to an org or account that is archived. */\n logins: Array<Login>;\n};\n\nexport type XeroAuBankAccount = {\n accountName: Scalars['String']['output'];\n accountNumber: Scalars['String']['output'];\n amount?: Maybe<Scalars['Decimal']['output']>;\n bsb: Scalars['String']['output'];\n createdAt: Scalars['DateTime']['output'];\n employee: XeroAuEmployee;\n id: Scalars['ID']['output'];\n remainder: Scalars['Boolean']['output'];\n statementText: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type XeroAuEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n bankAccounts: Array<XeroAuBankAccount>;\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n dateOfBirth: Scalars['Date']['output'];\n email?: Maybe<Scalars['String']['output']>;\n endDate?: Maybe<Scalars['Date']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n homeAddressCity?: Maybe<Scalars['String']['output']>;\n homeAddressCountry?: Maybe<Scalars['String']['output']>;\n homeAddressLine1?: Maybe<Scalars['String']['output']>;\n homeAddressLine2?: Maybe<Scalars['String']['output']>;\n homeAddressPostalCode?: Maybe<Scalars['String']['output']>;\n homeAddressRegion?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n integration: XeroAuIntegration;\n jobTitle?: Maybe<Scalars['String']['output']>;\n lastName: Scalars['String']['output'];\n middleNames?: Maybe<Scalars['String']['output']>;\n mobile?: Maybe<Scalars['String']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n phone?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['String']['output'];\n remoteUpdatedAt: Scalars['DateTime']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n startDate?: Maybe<Scalars['Date']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n superMemberships: Array<XeroAuSuperMembership>;\n taxEmploymentBasis?: Maybe<XeroAuEmploymentBasis>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdBeingClaimed?: Maybe<Scalars['Boolean']['output']>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n taxHasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n taxResidencyStatus?: Maybe<XeroAuResidencyStatus>;\n taxTfnExemptionType?: Maybe<XeroAuTfnExemptionType>;\n updatedAt: Scalars['DateTime']['output'];\n xeroGender?: Maybe<XeroAuGender>;\n};\n\nexport enum XeroAuEmploymentBasis {\n Casual = 'CASUAL',\n Fulltime = 'FULLTIME',\n Labourhire = 'LABOURHIRE',\n Nonemployee = 'NONEMPLOYEE',\n Parttime = 'PARTTIME',\n Superincomestream = 'SUPERINCOMESTREAM'\n}\n\nexport enum XeroAuGender {\n F = 'F',\n I = 'I',\n M = 'M',\n N = 'N'\n}\n\nexport type XeroAuIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n autoMatchRecords: Scalars['Boolean']['output'];\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<XeroAuEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n superFunds: Array<XeroAuSuperFund>;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type XeroAuIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum XeroAuResidencyStatus {\n Australianresident = 'AUSTRALIANRESIDENT',\n Foreignresident = 'FOREIGNRESIDENT',\n Workingholidaymaker = 'WORKINGHOLIDAYMAKER'\n}\n\nexport type XeroAuSuperFund = {\n abn?: Maybe<Scalars['String']['output']>;\n accountName?: Maybe<Scalars['String']['output']>;\n accountNumber?: Maybe<Scalars['String']['output']>;\n bsb?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n electronicServiceAddress?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n integration: XeroAuIntegration;\n name: Scalars['String']['output'];\n type: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n usi?: Maybe<Scalars['String']['output']>;\n};\n\nexport type XeroAuSuperMembership = {\n createdAt: Scalars['DateTime']['output'];\n employee: XeroAuEmployee;\n employeeNumber?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n superFund: XeroAuSuperFund;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum XeroAuTfnExemptionType {\n Notquoted = 'NOTQUOTED',\n Pending = 'PENDING',\n Pensioner = 'PENSIONER',\n Under18 = 'UNDER18'\n}\n\nexport type XeroIntegrationTenantInput = {\n id: Scalars['String']['input'];\n tenantId: Scalars['String']['input'];\n tenantName: Scalars['String']['input'];\n};\n\nexport type XeroIntegrationTokenSetInput = {\n accessToken: Scalars['String']['input'];\n expiresAt: Scalars['Int']['input'];\n refreshToken: Scalars['String']['input'];\n};\n\nexport type XeroLeaveEmployee = {\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n email?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n integration: XeroLeaveIntegration;\n lastName: Scalars['String']['output'];\n middleNames?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['String']['output'];\n remoteUpdatedAt: Scalars['DateTime']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type XeroLeaveIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n autoMatchRecords: Scalars['Boolean']['output'];\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<XeroLeaveEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n isLeaveRequestSyncDisabled: Scalars['Boolean']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type XeroLeaveIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type AppendIntegrationLogMutationVariables = Exact<{\n createNewLog: Scalars['Boolean']['input'];\n entries: Array<IntegrationLogInput>;\n integrationId: Scalars['ID']['input'];\n integrationLogId: Scalars['ID']['input'];\n}>;\n\n\nexport type AppendIntegrationLogMutation = { createIntegrationLog?: { id: string }, appendIntegrationLog: { id: string } };\n\nexport type ActivateIntegrationMutationVariables = Exact<{\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n rename: Scalars['Boolean']['input'];\n}>;\n\n\nexport type ActivateIntegrationMutation = { activateIntegration: { id: string } | { id: string } | { id: string } | { id: string } | { id: string }, updateIntegration?: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type AuthorizeIntegrationMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type AuthorizeIntegrationMutation = { authorizeIntegration: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type CompleteSyncMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type CompleteSyncMutation = { completeIntegrationSync: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type CreateApiTokenMutationVariables = Exact<{\n name: Scalars['String']['input'];\n}>;\n\n\nexport type CreateApiTokenMutation = { createApiToken: { id: string, name: string, token?: string | null } };\n\nexport type CreateDataImportMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type CreateDataImportMutation = { createDataImport: { id: string } };\n\nexport type CreateLeaveRequestMutationVariables = Exact<{\n endDate: Scalars['Date']['input'];\n endTime?: InputMaybe<Scalars['PlainTime']['input']>;\n leaveCategory: LeaveCategoryInput;\n notes?: InputMaybe<Scalars['String']['input']>;\n personConnectionId: Scalars['ID']['input'];\n remoteId: Scalars['ID']['input'];\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n startDate: Scalars['Date']['input'];\n startTime?: InputMaybe<Scalars['PlainTime']['input']>;\n status: LeaveRequestStatus;\n}>;\n\n\nexport type CreateLeaveRequestMutation = { createLeaveRequest: { endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null } };\n\nexport type CreatePersonMutationVariables = Exact<{\n displayName: Scalars['String']['input'];\n role: PersonRole;\n}>;\n\n\nexport type CreatePersonMutation = { createPerson: { bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string } };\n\nexport type CreatePersonConnectionMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n remote?: InputMaybe<ConnectionRemoteInput>;\n personId?: InputMaybe<Scalars['ID']['input']>;\n status: ConnectionStatus;\n}>;\n\n\nexport type CreatePersonConnectionMutation = { createPersonConnection: { __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null } };\n\nexport type CreatePersonDataImportLineMutationVariables = Exact<{\n bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;\n config: PersonDataTransferConfigInput;\n dataImportId: Scalars['ID']['input'];\n dateOfBirth?: InputMaybe<PersonDateOfBirthChangeInput>;\n emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;\n fullName?: InputMaybe<PersonFullNameChangeInput>;\n gender?: InputMaybe<PersonGenderChangeInput>;\n personalEmail?: InputMaybe<PersonPersonalEmailChangeInput>;\n personalPhone?: InputMaybe<PersonPersonalPhoneChangeInput>;\n personId: Scalars['ID']['input'];\n postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;\n residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;\n superFunds?: InputMaybe<PersonSuperFundsChangeInput>;\n taxDetails?: InputMaybe<PersonTaxDetailsChangeInput>;\n tenure?: InputMaybe<PersonTenureChangeInput>;\n}>;\n\n\nexport type CreatePersonDataImportLineMutation = { createPersonDataImportLine: { id: string } };\n\nexport type DeleteApiTokenMutationVariables = Exact<{\n tokenId: Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteApiTokenMutation = { deleteApiToken: boolean };\n\nexport type DeletePersonConnectionMutationVariables = Exact<{\n personConnectionId: Scalars['ID']['input'];\n}>;\n\n\nexport type DeletePersonConnectionMutation = { deletePersonConnection: boolean };\n\nexport type PersonFullDetailsFragment = { bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string };\n\nexport type GetApiTokensQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetApiTokensQuery = { session: { authState: AuthState, person?: { apiTokens: Array<{ createdAt: string, id: string, name: string }> } | null } };\n\nexport type GetIntegrationQueryVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetIntegrationQuery = { integration: { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } };\n\nexport type GetLeaveRequestsQueryVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetLeaveRequestsQuery = { integration: { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } };\n\nexport type GetMyAppsQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetMyAppsQuery = { session: { authState: AuthState, account?: { apps: Array<{ category: AppCategory, description?: string | null, id: string, name: string, status: AppStatus, logo?: { url: string } | null, config: { webhooks: { approveLeaveRequest?: string | null, cancelLeaveRequest?: string | null, createIntegration?: string | null, createLeaveRequest?: string | null, denyLeaveRequest?: string | null, getAuthorizationUrl?: string | null, getConfigurationUrl?: string | null, getLeaveBalances?: string | null, getLeaveCategories?: string | null, getLeaveRequestHours?: string | null, getOpenUrl?: string | null, integrationArchived?: string | null, personConnected?: string | null, processLeaveRequest?: string | null, triggerIntegrationSync?: string | null } } }> } | null } };\n\nexport type GetPeopleQueryVariables = Exact<{\n orgId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetPeopleQuery = { org: { people: Array<{ bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string }> } };\n\nexport type GetPersonConnectionsQueryVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetPersonConnectionsQuery = { integration: { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } };\n\nexport type InitializeIntegrationMutationVariables = Exact<{\n id: Scalars['ID']['input'];\n}>;\n\n\nexport type InitializeIntegrationMutation = { initializeIntegration: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type UpdateLeaveRequestMutationVariables = Exact<{\n endDate: Scalars['Date']['input'];\n endTime?: InputMaybe<Scalars['PlainTime']['input']>;\n id: Scalars['ID']['input'];\n leaveCategory: LeaveCategoryInput;\n notes?: InputMaybe<Scalars['String']['input']>;\n personConnectionId: Scalars['ID']['input'];\n remoteId: Scalars['ID']['input'];\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n startDate: Scalars['Date']['input'];\n startTime?: InputMaybe<Scalars['PlainTime']['input']>;\n status: LeaveRequestStatus;\n}>;\n\n\nexport type UpdateLeaveRequestMutation = { deleteLeaveRequest: boolean, createLeaveRequest: { endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null } };\n\nexport type UpdatePersonMutationVariables = Exact<{\n displayName?: InputMaybe<Scalars['String']['input']>;\n employeeCode?: InputMaybe<Scalars['String']['input']>;\n personId: Scalars['ID']['input'];\n profileEmail?: InputMaybe<Scalars['String']['input']>;\n profilePhone?: InputMaybe<Scalars['String']['input']>;\n}>;\n\n\nexport type UpdatePersonMutation = { updatePerson: { bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string } };\n\nexport type UpdatePersonConnectionMutationVariables = Exact<{\n personConnectionId: Scalars['ID']['input'];\n personId?: InputMaybe<Scalars['ID']['input']>;\n remote?: InputMaybe<ConnectionRemoteInput>;\n status: ConnectionStatus;\n}>;\n\n\nexport type UpdatePersonConnectionMutation = { updatePersonConnection: { __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, name: string, id: string, url?: string | null } | null } };\n"],"mappings":"AAiEO,IAAK,cAAL,kBAAKA,iBAAL;AACL,EAAAA,aAAA,uBAAoB;AACpB,EAAAA,aAAA,oBAAiB;AAFP,SAAAA;AAAA,GAAA;AAKL,IAAK,mBAAL,kBAAKC,sBAAL;AACL,EAAAA,kBAAA,iBAAc;AACd,EAAAA,kBAAA,oBAAiB;AACjB,EAAAA,kBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAuCL,IAAK,cAAL,kBAAKC,iBAAL;AACL,EAAAA,aAAA,mBAAgB;AAChB,EAAAA,aAAA,8BAA2B;AAC3B,EAAAA,aAAA,wBAAqB;AACrB,EAAAA,aAAA,qBAAkB;AAClB,EAAAA,aAAA,aAAU;AACV,EAAAA,aAAA,2BAAwB;AACxB,EAAAA,aAAA,uBAAoB;AACpB,EAAAA,aAAA,iBAAc;AACd,EAAAA,aAAA,yBAAsB;AACtB,EAAAA,aAAA,uBAAoB;AAVV,SAAAA;AAAA,GAAA;AAqCL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,eAAY;AACZ,EAAAA,WAAA,gBAAa;AACb,EAAAA,WAAA,WAAQ;AACR,EAAAA,WAAA,cAAW;AACX,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,iBAAc;AACd,EAAAA,WAAA,YAAS;AAPC,SAAAA;AAAA,GAAA;AAsBL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,WAAQ;AACR,EAAAA,gBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAuEL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,cAAW;AAEX,EAAAA,oBAAA,WAAQ;AAER,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AAWL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,cAAW;AAEX,EAAAA,kBAAA,WAAQ;AAER,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,eAAY;AARF,SAAAA;AAAA,GAAA;AAWL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,UAAO;AACP,EAAAA,gBAAA,mBAAgB;AAChB,EAAAA,gBAAA,YAAS;AACT,EAAAA,gBAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AASL,IAAK,aAAL,kBAAKC,gBAAL;AACL,EAAAA,YAAA,cAAW;AACX,EAAAA,YAAA,WAAQ;AAFE,SAAAA;AAAA,GAAA;AAKL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,WAAQ;AADE,SAAAA;AAAA,GAAA;AAIL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,YAAS;AACT,EAAAA,WAAA,kBAAe;AACf,EAAAA,WAAA,qBAAkB;AAHR,SAAAA;AAAA,GAAA;AA8oBL,IAAK,mBAAL,kBAAKC,sBAAL;AACL,EAAAA,kBAAA,oBAAiB;AACjB,EAAAA,kBAAA,kCAA+B;AAC/B,EAAAA,kBAAA,0BAAuB;AACvB,EAAAA,kBAAA,gBAAa;AAJH,SAAAA;AAAA,GAAA;AAgFL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,YAAS;AAET,EAAAA,kBAAA,gBAAa;AARH,SAAAA;AAAA,GAAA;AAmFL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,wBAAqB;AACrB,EAAAA,gBAAA,uBAAoB;AAFV,SAAAA;AAAA,GAAA;AA2IL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,UAAO;AACP,EAAAA,wBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAsBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,aAAU;AAEV,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,aAAU;AANA,SAAAA;AAAA,GAAA;AAgDL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,aAAU;AAEV,EAAAA,cAAA,aAAU;AAEV,EAAAA,cAAA,kBAAe;AAEf,EAAAA,cAAA,qBAAkB;AARR,SAAAA;AAAA,GAAA;AAWL,IAAK,gBAAL,kBAAKC,mBAAL;AACL,EAAAA,eAAA,YAAS;AACT,EAAAA,eAAA,cAAW;AACX,EAAAA,eAAA,cAAW;AAHD,SAAAA;AAAA,GAAA;AAML,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,eAAY;AACZ,EAAAA,sBAAA,YAAS;AACT,EAAAA,sBAAA,aAAU;AACV,EAAAA,sBAAA,gBAAa;AAJH,SAAAA;AAAA,GAAA;AAOL,IAAK,SAAL,kBAAKC,YAAL;AACL,EAAAA,QAAA,YAAS;AACT,EAAAA,QAAA,UAAO;AACP,EAAAA,QAAA,eAAY;AACZ,EAAAA,QAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAwIL,IAAK,oBAAL,kBAAKC,uBAAL;AACL,EAAAA,mBAAA,YAAS;AACT,EAAAA,mBAAA,YAAS;AACT,EAAAA,mBAAA,aAAU;AACV,EAAAA,mBAAA,kBAAe;AACf,EAAAA,mBAAA,kBAAe;AACf,EAAAA,mBAAA,mBAAgB;AANN,SAAAA;AAAA,GAAA;AA6BL,IAAK,2BAAL,kBAAKC,8BAAL;AACL,EAAAA,0BAAA,WAAQ;AACR,EAAAA,0BAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAKL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,aAAU;AACV,EAAAA,uBAAA,eAAY;AACZ,EAAAA,uBAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAML,IAAK,kBAAL,kBAAKC,qBAAL;AACL,EAAAA,iBAAA,YAAS;AACT,EAAAA,iBAAA,iBAAc;AACd,EAAAA,iBAAA,YAAS;AACT,EAAAA,iBAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAqBL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,YAAS;AACT,EAAAA,WAAA,UAAO;AAHG,SAAAA;AAAA,GAAA;AAqXL,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,YAAS;AACT,EAAAA,sBAAA,gBAAa;AACb,EAAAA,sBAAA,gBAAa;AAHH,SAAAA;AAAA,GAAA;AAML,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,YAAS;AACT,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,gBAAa;AACb,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,gCAA6B;AALnB,SAAAA;AAAA,GAAA;AAQL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,YAAS;AACT,EAAAA,cAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AA2JL,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,WAAQ;AACR,EAAAA,sBAAA,iBAAc;AAFJ,SAAAA;AAAA,GAAA;AAKL,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,YAAS;AACT,EAAAA,oBAAA,eAAY;AACZ,EAAAA,oBAAA,eAAY;AALF,SAAAA;AAAA,GAAA;AA4xEL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,4BAAyB;AAEzB,EAAAA,kBAAA,sBAAmB;AAEnB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,yBAAsB;AAEtB,EAAAA,kBAAA,0BAAuB;AAEvB,EAAAA,kBAAA,2BAAwB;AAExB,EAAAA,kBAAA,yBAAsB;AAEtB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,4CAAyC;AAEzC,EAAAA,kBAAA,2CAAwC;AAExC,EAAAA,kBAAA,mCAAgC;AAEhC,EAAAA,kBAAA,gDAA6C;AAE7C,EAAAA,kBAAA,yCAAsC;AAEtC,EAAAA,kBAAA,wCAAqC;AAErC,EAAAA,kBAAA,0CAAuC;AAEvC,EAAAA,kBAAA,oBAAiB;AAEjB,EAAAA,kBAAA,qBAAkB;AAElB,EAAAA,kBAAA,qBAAkB;AAlDR,SAAAA;AAAA,GAAA;AA8SL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,WAAQ;AACR,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,kBAAe;AACf,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,qBAAkB;AAClB,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,eAAY;AAXF,SAAAA;AAAA,GAAA;AAiEL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,UAAO;AACP,EAAAA,WAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAwDL,IAAK,+BAAL,kBAAKC,kCAAL;AACL,EAAAA,8BAAA,eAAY;AACZ,EAAAA,8BAAA,WAAQ;AACR,EAAAA,8BAAA,gBAAa;AAHH,SAAAA;AAAA,GAAA;AAsDL,IAAK,0BAAL,kBAAKC,6BAAL;AACL,EAAAA,yBAAA,cAAW;AACX,EAAAA,yBAAA,iBAAc;AACd,EAAAA,yBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAoCL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,aAAU;AACV,EAAAA,uBAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAkhBL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,oBAAiB;AAEjB,EAAAA,YAAA,kBAAe;AAEf,EAAAA,YAAA,SAAM;AAKN,EAAAA,YAAA,gBAAa;AAEb,EAAAA,YAAA,cAAW;AAEX,EAAAA,YAAA,aAAU;AAfA,SAAAA;AAAA,GAAA;AAkBL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAMT,EAAAA,cAAA,WAAQ;AAMR,EAAAA,cAAA,gBAAa;AAEb,EAAAA,cAAA,gBAAa;AAhBH,SAAAA;AAAA,GAAA;AA+dL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,cAAW;AACX,EAAAA,cAAA,oBAAiB;AACjB,EAAAA,cAAA,yBAAsB;AACtB,EAAAA,cAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAsIL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAqHL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,iBAAc;AACd,EAAAA,wBAAA,iBAAc;AACd,EAAAA,wBAAA,kBAAe;AACf,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,gBAAa;AACb,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,kBAAe;AACf,EAAAA,wBAAA,mBAAgB;AAChB,EAAAA,wBAAA,mBAAgB;AAChB,EAAAA,wBAAA,mBAAgB;AAChB,EAAAA,wBAAA,wBAAqB;AACrB,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,eAAY;AAfF,SAAAA;AAAA,GAAA;AAuGL,IAAK,mCAAL,kBAAKC,sCAAL;AACL,EAAAA,kCAAA,cAAW;AACX,EAAAA,kCAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAKL,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,WAAQ;AACR,EAAAA,sBAAA,eAAY;AACZ,EAAAA,sBAAA,eAAY;AACZ,EAAAA,sBAAA,eAAY;AALF,SAAAA;AAAA,GAAA;AAwCL,IAAK,sBAAL,kBAAKC,yBAAL;AACL,EAAAA,qBAAA,uBAAoB;AACpB,EAAAA,qBAAA,iBAAc;AACd,EAAAA,qBAAA,eAAY;AACZ,EAAAA,qBAAA,iBAAc;AAJJ,SAAAA;AAAA,GAAA;AAkBL,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,YAAS;AATC,SAAAA;AAAA,GAAA;AAsEL,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,YAAS;AACT,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,gBAAa;AACb,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,uBAAoB;AALV,SAAAA;AAAA,GAAA;AAQL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,UAAO;AACP,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAOL,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,wBAAqB;AACrB,EAAAA,oBAAA,qBAAkB;AAClB,EAAAA,oBAAA,yBAAsB;AAHZ,SAAAA;AAAA,GAAA;AA2KL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,YAAS;AACT,EAAAA,uBAAA,cAAW;AACX,EAAAA,uBAAA,gBAAa;AACb,EAAAA,uBAAA,iBAAc;AACd,EAAAA,uBAAA,cAAW;AACX,EAAAA,uBAAA,uBAAoB;AANV,SAAAA;AAAA,GAAA;AASL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,OAAI;AACJ,EAAAA,cAAA,OAAI;AACJ,EAAAA,cAAA,OAAI;AACJ,EAAAA,cAAA,OAAI;AAJM,SAAAA;AAAA,GAAA;AAoCL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,wBAAqB;AACrB,EAAAA,uBAAA,qBAAkB;AAClB,EAAAA,uBAAA,yBAAsB;AAHZ,SAAAA;AAAA,GAAA;AA8BL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;","names":["AccountFlag","AllocationMethod","AppCategory","AppStatus","ApprovalStatus","AssignmentRelation","AssignmentStatus","AssignmentType","AuthMethod","AuthProvider","AuthState","CertificateProof","ConnectionStatus","DataExportType","DocumentFieldResponder","DueDateStatus","ExpiryStatus","FieldPresence","FileProcessingStatus","Gender","IntegrationStatus","IntegrationSyncEventType","IntegrationSyncStatus","IntegrationType","JobStatus","KeypayEmployeeStatus","KeypayEmploymentType","KeypayGender","LeaveRequestRelation","LeaveRequestStatus","NotificationType","PaperworkSummaryStatus","PayPeriod","PerformanceReviewCycleStatus","PerformanceReviewStatus","PerformanceReviewType","PersonRole","PersonStatus","QuestionType","ReviewRelation","SmartDocumentFieldType","StandardReviewQuestionRespondent","StandardReviewStatus","SuperFundNomination","TagColor","TaxEmploymentBasis","TaxFileNumberExemption","TaxResidencyStatus","XeroAuEmploymentBasis","XeroAuGender","XeroAuResidencyStatus","XeroAuTfnExemptionType"]}
1
+ {"version":3,"sources":["../../src/api/_generated.ts"],"sourcesContent":["// GENERATED FILE — DO NOT EDIT\n// This file is generated using the config in the graphql.config.json file.\nexport type Upload = { file: Buffer; fileName: string; encoding: string; mimeType: Scalars[\"MimeType\"][\"input\"]; };\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n /** An ISO 8601 date string without time info (e.g. `2020-03-25`). */\n Date: { input: string; output: string; }\n /** A complete \"extended format\" ISO 8601 date time string with timezone (e.g. `2020-03-25T14:24:23.341+10:30`). */\n DateTime: { input: string; output: string; }\n /** A decimal number with 15 digits of precision and 6 digits of scale (e.g. `999999999.999999`). */\n Decimal: { input: string; output: string; }\n /** Text with [Markdown](https://commonmark.org/help/) formatting. */\n Markdown: { input: string; output: string; }\n MimeType: { input: string; output: string; }\n PlainTime: { input: string; output: string; }\n /** A timezone name (e.g. `Australia/Sydney`). */\n Timezone: { input: string; output: string; }\n Upload: { input: Upload; output: Upload; }\n};\n\nexport type Account = {\n /** All the apps owned by this account. */\n apps: Array<App>;\n archived: Scalars['Boolean']['output'];\n attioCompanyId?: Maybe<Scalars['String']['output']>;\n chargebeeCustomerId?: Maybe<Scalars['String']['output']>;\n contactEmail: Scalars['String']['output'];\n createdAt: Scalars['DateTime']['output'];\n demo: Scalars['Boolean']['output'];\n features: AccountFeatures;\n flag?: Maybe<AccountFlag>;\n hubspotCompanyId?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n orgs: Array<Org>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type AccountAppsArgs = {\n includeDraft?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type AccountFeatures = {\n insights: Scalars['Boolean']['output'];\n performanceManagement: Scalars['Boolean']['output'];\n};\n\nexport type AccountFeaturesInput = {\n insights?: InputMaybe<Scalars['Boolean']['input']>;\n performanceManagement?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum AccountFlag {\n InvalidCreditCard = 'INVALID_CREDIT_CARD',\n PaymentOverdue = 'PAYMENT_OVERDUE'\n}\n\nexport enum AllocationMethod {\n FixedAmount = 'FIXED_AMOUNT',\n PerLongHundred = 'PER_LONG_HUNDRED',\n Remainder = 'REMAINDER'\n}\n\nexport type AnniversaryEvent = SharedCalendarEvent & {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n ordinalNumber?: Maybe<Scalars['Int']['output']>;\n owner: Person;\n startDate: Scalars['Date']['output'];\n};\n\nexport type ApiToken = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n person: Person;\n /** Only provided in the response from `createApiToken`, null at all other times. */\n token?: Maybe<Scalars['String']['output']>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type App = {\n categories: Array<AppCategory>;\n /** @deprecated Use 'categories' instead. */\n category: AppCategory;\n config: AppConfig;\n description?: Maybe<Scalars['Markdown']['output']>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n /** @deprecated This field is temporary while we transition away from built-in integrations. */\n integrationType?: Maybe<IntegrationType>;\n logo?: Maybe<Media>;\n name: Scalars['String']['output'];\n status: AppStatus;\n};\n\nexport enum AppCategory {\n Communication = 'COMMUNICATION',\n EngagementAndRecognition = 'ENGAGEMENT_AND_RECOGNITION',\n LearningManagement = 'LEARNING_MANAGEMENT',\n LeaveManagement = 'LEAVE_MANAGEMENT',\n Payroll = 'PAYROLL',\n PerformanceManagement = 'PERFORMANCE_MANAGEMENT',\n ProjectManagement = 'PROJECT_MANAGEMENT',\n Recruitment = 'RECRUITMENT',\n WorkforceManagement = 'WORKFORCE_MANAGEMENT',\n WorkforcePlanning = 'WORKFORCE_PLANNING'\n}\n\nexport type AppConfig = {\n /** Unlike the 'features' field on the 'App' type, this one returns the raw values that are configured. */\n features: IntegrationFeatures;\n webhooks: AppConfigWebhooks;\n};\n\nexport type AppConfigWebhooks = {\n approveLeaveRequest?: Maybe<Scalars['String']['output']>;\n cancelLeaveRequest?: Maybe<Scalars['String']['output']>;\n createIntegration?: Maybe<Scalars['String']['output']>;\n createLeaveRequest?: Maybe<Scalars['String']['output']>;\n denyLeaveRequest?: Maybe<Scalars['String']['output']>;\n getAuthorizationUrl?: Maybe<Scalars['String']['output']>;\n getConfigurationUrl?: Maybe<Scalars['String']['output']>;\n getLeaveBalances?: Maybe<Scalars['String']['output']>;\n getLeaveCategories?: Maybe<Scalars['String']['output']>;\n getLeaveRequestHours?: Maybe<Scalars['String']['output']>;\n getOpenUrl?: Maybe<Scalars['String']['output']>;\n integrationArchived?: Maybe<Scalars['String']['output']>;\n personConnected?: Maybe<Scalars['String']['output']>;\n processLeaveRequest?: Maybe<Scalars['String']['output']>;\n triggerIntegrationSync?: Maybe<Scalars['String']['output']>;\n};\n\nexport enum AppStatus {\n Available = 'AVAILABLE',\n Deprecated = 'DEPRECATED',\n Draft = 'DRAFT',\n Internal = 'INTERNAL',\n Planned = 'PLANNED',\n Recommended = 'RECOMMENDED',\n Zapier = 'ZAPIER'\n}\n\nexport type Approval = {\n approvedAt?: Maybe<Scalars['DateTime']['output']>;\n approver: Person;\n assignment?: Maybe<Assignment>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n requestedAt?: Maybe<Scalars['DateTime']['output']>;\n requester?: Maybe<Person>;\n status: ApprovalStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum ApprovalStatus {\n Approved = 'APPROVED',\n Draft = 'DRAFT',\n Requested = 'REQUESTED'\n}\n\nexport type ApprovalSummary = {\n approved: Scalars['Int']['output'];\n draft: Scalars['Int']['output'];\n requested: Scalars['Int']['output'];\n};\n\nexport type Archivable = BasicAbnForm | BasicBankAccountForm | BasicEmergencyContactForm | BasicPersonalDetailsForm | BasicPreEmploymentForm | BasicSuperForm | BasicTaxForm | Certificate | Document | Person | Questionnaire;\n\nexport type Assignment = {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person to whom this assignment is currently assigned. This will change as an assignment's status changes. */\n assignee?: Maybe<Person>;\n /** The person who assigned this assignment. */\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n /** If present, this assignment (if it has an `ASSIGNED` status) will be included in the owner's onboarding. The value of this field will also be used to determine the order assignments are shown during onboarding. If the owner has already completed onboarding this field has no effect. */\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n /** The person who is submitting this assignment. */\n owner?: Maybe<Person>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who processed this assignment. */\n processor?: Maybe<Person>;\n /** The person who is receiving this assignment's submission. This is typically a person with an admin role. */\n responsible?: Maybe<Person>;\n /** The person this assignment is about. For many assignments this will be the same as the owner, but for some assignments such as reviews or tasks the subject may be different from the owner. */\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who submitted this assignment. */\n submitter?: Maybe<Person>;\n /** The template to which this assignment belongs. The template can be changed at any time and there is not guarantee that the assignment was created from the template. */\n template?: Maybe<Template>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type AssignmentNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type AssignmentNotification = Notification & {\n /** This field is nullable because the viewer may not longer have access to the assignment this notification is about. */\n assignment?: Maybe<Assignment>;\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum AssignmentRelation {\n /** The person to whom an assignment is currently assigned. This will change as an assignment's status changes. */\n Assignee = 'ASSIGNEE',\n /** The person who is submitting an assignment. */\n Owner = 'OWNER',\n /** The person who is receiving an assignment's submission. This is typically a person with an admin role. */\n Responsible = 'RESPONSIBLE',\n /** The person the assignment is about. For many assignments this will be the same as the owner, but for some assignments such as reviews or tasks the subject may be different from the owner. */\n Subject = 'SUBJECT'\n}\n\nexport enum AssignmentStatus {\n /** An assignment with this status is visible to the owner is waiting to be submitted. */\n Assigned = 'ASSIGNED',\n /** An assignment with this status is only visible to admin users. The owner of the will not be able to see the assignment (unless they themselves are an admin). */\n Draft = 'DRAFT',\n /** An assignment with this status requires no further action. */\n Processed = 'PROCESSED',\n /** An assignment with this status has been completed by the owner and it waiting on the \"responsible\" person to approve/process it. */\n Submitted = 'SUBMITTED'\n}\n\nexport enum AssignmentType {\n Certificate = 'CERTIFICATE',\n Document = 'DOCUMENT',\n Form = 'FORM',\n Questionnaire = 'QUESTIONNAIRE',\n Review = 'REVIEW',\n Task = 'TASK'\n}\n\nexport enum AuthMethod {\n ApiToken = 'API_TOKEN',\n Email = 'EMAIL'\n}\n\nexport enum AuthProvider {\n Azure = 'AZURE'\n}\n\nexport enum AuthState {\n Active = 'ACTIVE',\n Unassociated = 'UNASSOCIATED',\n Unauthenticated = 'UNAUTHENTICATED'\n}\n\nexport type BasicAbnForm = Assignment & PaperworkAssignment & {\n abn?: Maybe<Scalars['String']['output']>;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n businessName?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicAbnForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n registeredForGst?: Maybe<Scalars['Boolean']['output']>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicAbnFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicAbnFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicAbnForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicBankAccountForm = Assignment & PaperworkAssignment & PersonBankAccountsChange & PersonChange & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1BSB?: Maybe<Scalars['String']['output']>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2BSB?: Maybe<Scalars['String']['output']>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3BSB?: Maybe<Scalars['String']['output']>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4BSB?: Maybe<Scalars['String']['output']>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5BSB?: Maybe<Scalars['String']['output']>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicBankAccountForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicBankAccountFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicBankAccountFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicBankAccountForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicEmergencyContactForm = Assignment & PaperworkAssignment & PersonChange & PersonEmergencyContactsChange & {\n addressPresence: FieldPresence;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n contact1AddressCity?: Maybe<Scalars['String']['output']>;\n contact1AddressLine1?: Maybe<Scalars['String']['output']>;\n contact1AddressLine2?: Maybe<Scalars['String']['output']>;\n contact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n contact1AddressState?: Maybe<Scalars['String']['output']>;\n contact1Email?: Maybe<Scalars['String']['output']>;\n contact1Name?: Maybe<Scalars['String']['output']>;\n contact1Phone?: Maybe<Scalars['String']['output']>;\n contact1Relationship?: Maybe<Scalars['String']['output']>;\n contact2AddressCity?: Maybe<Scalars['String']['output']>;\n contact2AddressLine1?: Maybe<Scalars['String']['output']>;\n contact2AddressLine2?: Maybe<Scalars['String']['output']>;\n contact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n contact2AddressState?: Maybe<Scalars['String']['output']>;\n contact2Email?: Maybe<Scalars['String']['output']>;\n contact2Name?: Maybe<Scalars['String']['output']>;\n contact2Phone?: Maybe<Scalars['String']['output']>;\n contact2Presence: FieldPresence;\n contact2Relationship?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n emailPresence: FieldPresence;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicEmergencyContactForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicEmergencyContactFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicEmergencyContactFormTemplate = PaperworkTemplate & Template & {\n addressPresence: FieldPresence;\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicEmergencyContactForm>;\n contact2Presence: FieldPresence;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n emailPresence: FieldPresence;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicPersonalDetailsForm = Assignment & PaperworkAssignment & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonResidentialAddressChange & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n email?: Maybe<Scalars['String']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n familyName?: Maybe<Scalars['String']['output']>;\n firstGivenName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n homeAddressCity?: Maybe<Scalars['String']['output']>;\n homeAddressLine1?: Maybe<Scalars['String']['output']>;\n homeAddressLine2?: Maybe<Scalars['String']['output']>;\n homeAddressPostcode?: Maybe<Scalars['String']['output']>;\n homeAddressState?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n phone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n previousForms: Array<BasicPersonalDetailsForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicPersonalDetailsFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicPersonalDetailsFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicPersonalDetailsForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicPreEmploymentForm = Assignment & PaperworkAssignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n existingHealthConditions?: Maybe<Scalars['Boolean']['output']>;\n existingHealthConditionsExplanation?: Maybe<Scalars['String']['output']>;\n existingHealthConditionsPresence: Scalars['Boolean']['output'];\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n hindrancesToPerformDuties?: Maybe<Scalars['Boolean']['output']>;\n hindrancesToPerformDutiesExplanation?: Maybe<Scalars['String']['output']>;\n hindrancesToPerformDutiesPresence: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n introduction?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicPreEmploymentForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n workplaceAdjustmentsRequired?: Maybe<Scalars['Boolean']['output']>;\n workplaceAdjustmentsRequiredExplanation?: Maybe<Scalars['String']['output']>;\n workplaceAdjustmentsRequiredPresence: Scalars['Boolean']['output'];\n};\n\n\nexport type BasicPreEmploymentFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicPreEmploymentFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicPreEmploymentForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n existingHealthConditionsPresence: Scalars['Boolean']['output'];\n hindrancesToPerformDutiesPresence: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n introduction?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n workplaceAdjustmentsRequiredPresence: Scalars['Boolean']['output'];\n};\n\nexport type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSuperFundsChange & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n fundName?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n memberName?: Maybe<Scalars['String']['output']>;\n memberNumber?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n nomination?: Maybe<SuperFundNomination>;\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicSuperForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n smsfAbn?: Maybe<Scalars['String']['output']>;\n smsfAccountName?: Maybe<Scalars['String']['output']>;\n smsfAccountNumber?: Maybe<Scalars['String']['output']>;\n smsfAddressCity?: Maybe<Scalars['String']['output']>;\n smsfAddressLine1?: Maybe<Scalars['String']['output']>;\n smsfAddressLine2?: Maybe<Scalars['String']['output']>;\n smsfAddressPostcode?: Maybe<Scalars['String']['output']>;\n smsfAddressState?: Maybe<Scalars['String']['output']>;\n smsfBsb?: Maybe<Scalars['String']['output']>;\n smsfEsa?: Maybe<Scalars['String']['output']>;\n smsfName?: Maybe<Scalars['String']['output']>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n usi?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type BasicSuperFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicSuperFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicSuperForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultFundAbn?: Maybe<Scalars['String']['output']>;\n defaultFundName?: Maybe<Scalars['String']['output']>;\n defaultResponsiblePerson?: Maybe<Person>;\n defaultUsi?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxDetailsChange & {\n addressCity?: Maybe<Scalars['String']['output']>;\n addressLine1?: Maybe<Scalars['String']['output']>;\n addressLine2?: Maybe<Scalars['String']['output']>;\n addressPostcode?: Maybe<Scalars['String']['output']>;\n addressState?: Maybe<Scalars['String']['output']>;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n email?: Maybe<Scalars['String']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n familyName?: Maybe<Scalars['String']['output']>;\n firstGivenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n previousForms: Array<BasicTaxForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n residencyStatus?: Maybe<TaxResidencyStatus>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type BasicTaxFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type BasicTaxFormTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<BasicTaxForm>;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Birthday = {\n day: Scalars['Int']['output'];\n month: Scalars['Int']['output'];\n};\n\nexport type BirthdayEvent = SharedCalendarEvent & {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n ordinalNumber?: Maybe<Scalars['Int']['output']>;\n owner: Person;\n startDate: Scalars['Date']['output'];\n};\n\nexport type BirthdayInput = {\n day: Scalars['Int']['input'];\n month: Scalars['Int']['input'];\n};\n\nexport type Bundle = {\n archived: Scalars['Boolean']['output'];\n bundledPaperworkTypes: BundledPaperworkTypeConnection;\n bundledPeople: BundledPersonConnection;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkSummaries: Array<PaperworkSummary>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BundledPaperworkType = {\n bundle: Bundle;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BundledPaperworkTypeConnection = {\n nodes: Array<BundledPaperworkType>;\n totalCount: Scalars['Int']['output'];\n};\n\nexport type BundledPerson = {\n bundle: Bundle;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n person: Person;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type BundledPersonConnection = {\n nodes: Array<BundledPerson>;\n totalCount: Scalars['Int']['output'];\n};\n\nexport type Certificate = Assignment & PaperworkAssignment & {\n applyInstructions?: Maybe<Scalars['Markdown']['output']>;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n attachment?: Maybe<Media>;\n certificateTemplate?: Maybe<CertificateTemplate>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n documentExpirationDate?: Maybe<Scalars['Date']['output']>;\n documentNumber?: Maybe<Scalars['String']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationDatePresence: FieldPresence;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n issueDate?: Maybe<Scalars['Date']['output']>;\n issueDatePresence: FieldPresence;\n name: Scalars['String']['output'];\n notes?: Maybe<Scalars['String']['output']>;\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n proof: CertificateProof;\n responsible?: Maybe<Person>;\n /**\n * When this certificate was last verified or rejected.\n * @deprecated Use 'processedAt' instead.\n */\n reviewedAt?: Maybe<Scalars['DateTime']['output']>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n /** When the assignee last submitted the certificate. */\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n verifyInstructions?: Maybe<Scalars['Markdown']['output']>;\n};\n\n\nexport type CertificateNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum CertificateProof {\n IdentifierOnly = 'IDENTIFIER_ONLY',\n IdentifierWithOptionalUpload = 'IDENTIFIER_WITH_OPTIONAL_UPLOAD',\n IdentifierWithUpload = 'IDENTIFIER_WITH_UPLOAD',\n UploadOnly = 'UPLOAD_ONLY'\n}\n\nexport type CertificateTemplate = PaperworkTemplate & Template & {\n applyInstructions?: Maybe<Scalars['Markdown']['output']>;\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Certificate>;\n createdAt: Scalars['DateTime']['output'];\n expirationDatePresence: FieldPresence;\n id: Scalars['ID']['output'];\n issueDatePresence: FieldPresence;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n proof: CertificateProof;\n updatedAt: Scalars['DateTime']['output'];\n uploadLimit?: Maybe<Scalars['Int']['output']>;\n uploadMimeTypes?: Maybe<Array<Scalars['MimeType']['output']>>;\n verifyInstructions?: Maybe<Scalars['Markdown']['output']>;\n};\n\nexport type ChoiceDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n options: Array<ChoiceDocumentFieldOption>;\n responder: DocumentFieldResponder;\n};\n\nexport type ChoiceDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['String']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n options: Array<ChoiceDocumentFieldConfigOptionInput>;\n responder: DocumentFieldResponder;\n};\n\nexport type ChoiceDocumentFieldConfigOptionInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ChoiceDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: ChoiceDocumentFieldOptionInput;\n};\n\nexport type ChoiceDocumentFieldOption = {\n id: Scalars['ID']['output'];\n value: Scalars['String']['output'];\n};\n\nexport type ChoiceDocumentFieldOptionInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ConnectionRemote = {\n /** Useful details that can be used to identify the remote record. Optionally tab-delimited. */\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n name: Scalars['String']['output'];\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type ConnectionRemoteInput = {\n /** Useful details that can be used to identify the remote record. Optionally tab-delimited. */\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['String']['input'];\n name: Scalars['String']['input'];\n url?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport enum ConnectionStatus {\n /** The connection has both a local and remote record, but those records have not been merged together. Before this connection can be used for regular syncing, the records must be merged. */\n Connected = 'CONNECTED',\n /** The connection has only and record in Worknice. It should be matched to either an existing record in the remote system or a new record created in the remote system. */\n LocalOnly = 'LOCAL_ONLY',\n /** The connection has both a local and remote record, and those records have been merged together. This connection is ready for regular syncing. */\n Merged = 'MERGED',\n /** The connection has only a record in the remote system. It should be matched to either an existing record in Worknice or a new record created in Worknice. */\n RemoteOnly = 'REMOTE_ONLY'\n}\n\nexport type CreateNoteAttachmentInput = {\n file: Scalars['Upload']['input'];\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type CustomTable = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n config: CustomTableConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n owner: Person;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type CustomTableColumn = {\n id: Scalars['String']['output'];\n size: Scalars['Int']['output'];\n};\n\nexport type CustomTableColumnInput = {\n id: Scalars['String']['input'];\n size: Scalars['Int']['input'];\n};\n\nexport type CustomTableConfig = {\n columns: Array<CustomTableColumn>;\n filters: Array<CustomTableConfigFilter>;\n sorting: Array<CustomTableConfigSorting>;\n};\n\nexport type CustomTableConfigFilter = {\n id: Scalars['String']['output'];\n value: Scalars['String']['output'];\n};\n\nexport type CustomTableConfigFilterInput = {\n id: Scalars['String']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CustomTableConfigInput = {\n columns: Array<CustomTableColumnInput>;\n filters: Array<CustomTableConfigFilterInput>;\n sorting: Array<CustomTableConfigSortingInput>;\n};\n\nexport type CustomTableConfigSorting = {\n desc: Scalars['Boolean']['output'];\n id: Scalars['String']['output'];\n};\n\nexport type CustomTableConfigSortingInput = {\n desc: Scalars['Boolean']['input'];\n id: Scalars['String']['input'];\n};\n\n/** A data export is a collection of records that were exported to a CSV. */\nexport type DataExport = {\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n org: Org;\n type: DataExportType;\n updatedAt: Scalars['DateTime']['output'];\n url: Scalars['String']['output'];\n};\n\nexport enum DataExportType {\n PeopleSummaryDelta = 'PEOPLE_SUMMARY_DELTA',\n PeopleSummaryFull = 'PEOPLE_SUMMARY_FULL'\n}\n\n/** A data import is a collection of records that were imported from a file or synced from an integration. */\nexport type DataImport = {\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n /** If a bot was used to create this import, this is the integration associated with the bot. If this field is null, the import was created manually. */\n integration?: Maybe<Integration>;\n lines: Array<DataImportLine>;\n org: Org;\n updatedAt: Scalars['DateTime']['output'];\n /** If this import was a manual import, this is the URL of the file that was imported. */\n url?: Maybe<Scalars['String']['output']>;\n};\n\n/** An individual record that was part of a data import. */\nexport type DataImportLine = {\n dataImport: DataImport;\n id: Scalars['ID']['output'];\n rawData: Scalars['String']['output'];\n};\n\nexport type DateDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n prefix?: Maybe<Scalars['String']['output']>;\n responder: DocumentFieldResponder;\n suffix?: Maybe<Scalars['String']['output']>;\n};\n\nexport type DateDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n prefix?: InputMaybe<Scalars['String']['input']>;\n responder: DocumentFieldResponder;\n suffix?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type DateDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['Date']['input'];\n};\n\nexport type Department = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n positions: Array<Position>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type DepartmentPositionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type Document = Assignment & PaperworkAssignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n /** When the document was made available to the assignee. */\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n /** @deprecated Use the 'template' field instead. */\n documentTemplate?: Maybe<DocumentTemplate>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n fields: Array<DocumentField>;\n fileProcessingStatus: FileProcessingStatus;\n /** A version 4 UUID that identifies this document in Worknice. */\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n /** The person to whom the document belongs. */\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n /** When the assignee last submitted the document. */\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n /** The signed URL where this document can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. Only available when the document has finished processing. */\n url?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type DocumentNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type DocumentField = {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n responder: DocumentFieldResponder;\n};\n\nexport type DocumentFieldConfigInput = {\n choice?: InputMaybe<ChoiceDocumentFieldConfigInput>;\n date?: InputMaybe<DateDocumentFieldConfigInput>;\n multiLineText?: InputMaybe<MultiLineTextDocumentFieldConfigInput>;\n signatureUpload?: InputMaybe<SignatureUploadDocumentFieldConfigInput>;\n smart?: InputMaybe<SmartDocumentFieldConfigInput>;\n text?: InputMaybe<TextDocumentFieldConfigInput>;\n};\n\nexport type DocumentFieldInput = {\n choice?: InputMaybe<ChoiceDocumentFieldInput>;\n date?: InputMaybe<DateDocumentFieldInput>;\n multiLineText?: InputMaybe<MultiLineTextDocumentFieldInput>;\n signatureUpload?: InputMaybe<SignatureUploadDocumentFieldInput>;\n smart?: InputMaybe<SmartDocumentFieldInput>;\n text?: InputMaybe<TextDocumentFieldInput>;\n};\n\nexport enum DocumentFieldResponder {\n Assigner = 'ASSIGNER',\n None = 'NONE',\n Submitter = 'SUBMITTER'\n}\n\nexport type DocumentTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Document>;\n createdAt: Scalars['DateTime']['output'];\n fields: Array<DocumentField>;\n /** A version 4 UUID that identifies this document template. */\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n /** The signed URL where this document template can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. */\n url: Scalars['String']['output'];\n};\n\nexport enum DueDateStatus {\n /** Due date is within the next `dueDateWarningDays` days. */\n DueSoon = 'DUE_SOON',\n /** No due date set, or due date is beyond the warning threshold. */\n NotDue = 'NOT_DUE',\n /** Due date has passed. */\n Overdue = 'OVERDUE'\n}\n\nexport type EmailNotificationSettings = {\n approvalRequested: Scalars['Boolean']['output'];\n assignmentApproved: Scalars['Boolean']['output'];\n assignmentAssigned: Scalars['Boolean']['output'];\n assignmentDueSoon: Scalars['Boolean']['output'];\n assignmentExpired: Scalars['Boolean']['output'];\n assignmentExpiringSoon: Scalars['Boolean']['output'];\n assignmentFailed: Scalars['Boolean']['output'];\n assignmentOverdue: Scalars['Boolean']['output'];\n assignmentReassigned: Scalars['Boolean']['output'];\n assignmentRejected: Scalars['Boolean']['output'];\n assignmentSubmitted: Scalars['Boolean']['output'];\n leaveRequestApproved: Scalars['Boolean']['output'];\n leaveRequestCancelled: Scalars['Boolean']['output'];\n leaveRequestCreated: Scalars['Boolean']['output'];\n leaveRequestDenied: Scalars['Boolean']['output'];\n performanceReviewManagerReviewAssigned: Scalars['Boolean']['output'];\n performanceReviewManagerReviewOverdue: Scalars['Boolean']['output'];\n performanceReviewPacketShared: Scalars['Boolean']['output'];\n performanceReviewRevieweeSelfReviewOverdue: Scalars['Boolean']['output'];\n performanceReviewSelfReviewAssigned: Scalars['Boolean']['output'];\n performanceReviewSelfReviewOverdue: Scalars['Boolean']['output'];\n performanceReviewSelfReviewSubmitted: Scalars['Boolean']['output'];\n reviewAssigned: Scalars['Boolean']['output'];\n reviewScheduled: Scalars['Boolean']['output'];\n reviewSubmitted: Scalars['Boolean']['output'];\n};\n\nexport type EmailNotificationSettingsInput = {\n assignmentApproved?: InputMaybe<Scalars['Boolean']['input']>;\n assignmentExpired?: InputMaybe<Scalars['Boolean']['input']>;\n assignmentExpiringSoon?: InputMaybe<Scalars['Boolean']['input']>;\n assignmentSubmitted?: InputMaybe<Scalars['Boolean']['input']>;\n leaveRequestApproved?: InputMaybe<Scalars['Boolean']['input']>;\n leaveRequestCancelled?: InputMaybe<Scalars['Boolean']['input']>;\n leaveRequestDenied?: InputMaybe<Scalars['Boolean']['input']>;\n reviewSubmitted?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum ExpiryStatus {\n /** Has not expired and is not expiring soon. */\n Current = 'CURRENT',\n /** Has expired. */\n Expired = 'EXPIRED',\n /** Expiring within the next `expirationWarningDays` days. */\n ExpiringSoon = 'EXPIRING_SOON',\n /** Expired within the last `expirationWarningDays` days. */\n RecentlyExpired = 'RECENTLY_EXPIRED'\n}\n\nexport enum FieldPresence {\n Hidden = 'HIDDEN',\n Optional = 'OPTIONAL',\n Required = 'REQUIRED'\n}\n\nexport enum FileProcessingStatus {\n Completed = 'COMPLETED',\n Failed = 'FAILED',\n Pending = 'PENDING',\n Processing = 'PROCESSING'\n}\n\nexport enum Gender {\n Female = 'FEMALE',\n Male = 'MALE',\n NonBinary = 'NON_BINARY',\n NotStated = 'NOT_STATED'\n}\n\nexport type GenericIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<IntegrationConnection>;\n createdAt: Scalars['DateTime']['output'];\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type?: Maybe<IntegrationType>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type GenericIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type Integration = {\n app: App;\n archived: Scalars['Boolean']['output'];\n /** This will always be null for integrations that do not currently have an 'UNAUTHORIZED' status. */\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n /** This will always be null for integrations that do not currently have an 'UNCONFIGURED' status. */\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<IntegrationConnection>;\n createdAt: Scalars['DateTime']['output'];\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n /** A URL that will grant users access to the integration. This URL is not guaranteed to be valid for long periods of time. */\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n /** The bot person that acts on behalf of this integration. */\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type?: Maybe<IntegrationType>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type IntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type IntegrationConnection = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n integration: Integration;\n remote?: Maybe<ConnectionRemote>;\n status: ConnectionStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type IntegrationFeatures = {\n /**\n * Leave requests can be viewed in Worknice.\n *\n * Irrelevant if 'peopleSync' is false.\n */\n leave: Scalars['Boolean']['output'];\n /**\n * Leave balances are displayed in Worknice.\n *\n * Irrelevant if 'leave' is false.\n */\n leaveBalances: Scalars['Boolean']['output'];\n /**\n * Leave requests can be created in Worknice.\n *\n * Irrelevant if 'leave' is false.\n */\n leaveCreation: Scalars['Boolean']['output'];\n /**\n * The number of hours for a leave request can be automatically calculated when creating a leave request.\n *\n * Irrelevant if 'leaveCreation' is false.\n */\n leaveHoursCalculation: Scalars['Boolean']['output'];\n /**\n * The number of hours can be set when creating a leave request.\n *\n * Irrelevant if 'leaveCreation' is false.\n */\n leaveHoursCustomisation: Scalars['Boolean']['output'];\n /**\n * The requests can include a start and end times along with the dates.\n *\n * Irrelevant if 'leaveCreation' is false.\n */\n leaveStartAndEndTimes: Scalars['Boolean']['output'];\n /** People can be synced from the integration to Worknice. */\n peopleSync: Scalars['Boolean']['output'];\n};\n\nexport type IntegrationFeaturesInput = {\n leave?: InputMaybe<Scalars['Boolean']['input']>;\n leaveBalances?: InputMaybe<Scalars['Boolean']['input']>;\n leaveCreation?: InputMaybe<Scalars['Boolean']['input']>;\n leaveHoursCalculation?: InputMaybe<Scalars['Boolean']['input']>;\n leaveHoursCustomisation?: InputMaybe<Scalars['Boolean']['input']>;\n leaveStartAndEndTimes?: InputMaybe<Scalars['Boolean']['input']>;\n peopleSync?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type IntegrationLog = {\n createdAt: Scalars['DateTime']['output'];\n entries: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n integration: Integration;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type IntegrationLogInput = {\n message: Scalars['String']['input'];\n time: Scalars['DateTime']['input'];\n};\n\nexport enum IntegrationStatus {\n Active = 'ACTIVE',\n Paused = 'PAUSED',\n Syncing = 'SYNCING',\n Unauthorized = 'UNAUTHORIZED',\n Unconfigured = 'UNCONFIGURED',\n Uninitialized = 'UNINITIALIZED'\n}\n\nexport type IntegrationSync = {\n completedAt: Scalars['DateTime']['output'];\n createdAt: Scalars['DateTime']['output'];\n events: Array<IntegrationSyncEvent>;\n id: Scalars['ID']['output'];\n integration: Integration;\n startedAt: Scalars['DateTime']['output'];\n status: IntegrationSyncStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type IntegrationSyncEvent = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n integrationSync: IntegrationSync;\n message: Scalars['String']['output'];\n type: IntegrationSyncEventType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum IntegrationSyncEventType {\n Error = 'ERROR',\n Info = 'INFO'\n}\n\nexport enum IntegrationSyncStatus {\n Aborted = 'ABORTED',\n Completed = 'COMPLETED',\n Running = 'RUNNING'\n}\n\nexport enum IntegrationType {\n Keypay = 'KEYPAY',\n KeypayLeave = 'KEYPAY_LEAVE',\n XeroAu = 'XERO_AU',\n XeroLeave = 'XERO_LEAVE'\n}\n\nexport type Job = PersonChange & PersonRemunerationChange & PersonTenureChange & {\n createdAt: Scalars['DateTime']['output'];\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n endDate?: Maybe<Scalars['Date']['output']>;\n id: Scalars['ID']['output'];\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n person?: Maybe<Person>;\n position: Position;\n startDate: Scalars['Date']['output'];\n status: JobStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum JobStatus {\n Current = 'CURRENT',\n Future = 'FUTURE',\n Past = 'PAST'\n}\n\nexport type KeypayBusiness = {\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type KeypayEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonEmergencyContactsChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonRemunerationChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {\n australianResident?: Maybe<Scalars['Boolean']['output']>;\n bankAccount1AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount1AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1BSB?: Maybe<Scalars['String']['output']>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2BSB?: Maybe<Scalars['String']['output']>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3BSB?: Maybe<Scalars['String']['output']>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n claimTaxFreeThreshold?: Maybe<Scalars['Boolean']['output']>;\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n emailAddress?: Maybe<Scalars['String']['output']>;\n emergencyContact1Address?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2Address?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n employmentType: Scalars['String']['output'];\n endDate?: Maybe<Scalars['Date']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n homePhone?: Maybe<Scalars['String']['output']>;\n hoursPerDay?: Maybe<Scalars['Decimal']['output']>;\n hoursPerWeek?: Maybe<Scalars['Decimal']['output']>;\n id: Scalars['ID']['output'];\n integration: KeypayIntegration;\n jobTitle?: Maybe<Scalars['String']['output']>;\n keypayGender?: Maybe<Scalars['String']['output']>;\n middleName?: Maybe<Scalars['String']['output']>;\n mobilePhone?: Maybe<Scalars['String']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n postalCountry?: Maybe<Scalars['String']['output']>;\n postalPostCode?: Maybe<Scalars['String']['output']>;\n postalState?: Maybe<Scalars['String']['output']>;\n postalStreetAddress?: Maybe<Scalars['String']['output']>;\n postalSuburb?: Maybe<Scalars['String']['output']>;\n preferredName?: Maybe<Scalars['String']['output']>;\n primaryPayCategory?: Maybe<Scalars['String']['output']>;\n rate?: Maybe<Scalars['Decimal']['output']>;\n rateUnit?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['Int']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialCountry?: Maybe<Scalars['String']['output']>;\n residentialPostCode?: Maybe<Scalars['String']['output']>;\n residentialState?: Maybe<Scalars['String']['output']>;\n residentialStreetAddress?: Maybe<Scalars['String']['output']>;\n residentialSuburb?: Maybe<Scalars['String']['output']>;\n startDate: Scalars['Date']['output'];\n status: KeypayEmployeeStatus;\n stslDebt?: Maybe<Scalars['Boolean']['output']>;\n superFund1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund1EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund1FundName?: Maybe<Scalars['String']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1ProductCode?: Maybe<Scalars['String']['output']>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n superFund2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund2EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund2FundName?: Maybe<Scalars['String']['output']>;\n superFund2MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund2ProductCode?: Maybe<Scalars['String']['output']>;\n superFund3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund3EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund3FundName?: Maybe<Scalars['String']['output']>;\n superFund3MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund3ProductCode?: Maybe<Scalars['String']['output']>;\n surname: Scalars['String']['output'];\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n terminationReason?: Maybe<Scalars['String']['output']>;\n title?: Maybe<Scalars['String']['output']>;\n updatedAt: Scalars['DateTime']['output'];\n workPhone?: Maybe<Scalars['String']['output']>;\n};\n\nexport type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonEmergencyContactsChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {\n addressPresence: FieldPresence;\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n australianResident?: Maybe<Scalars['Boolean']['output']>;\n bankAccount1AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount1AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1BSB?: Maybe<Scalars['String']['output']>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount2AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2BSB?: Maybe<Scalars['String']['output']>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountName?: Maybe<Scalars['String']['output']>;\n bankAccount3AccountNumber?: Maybe<Scalars['String']['output']>;\n bankAccount3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3BSB?: Maybe<Scalars['String']['output']>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n bankAccountsPresence: FieldPresence;\n claimTaxFreeThreshold?: Maybe<Scalars['Boolean']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n emailAddress?: Maybe<Scalars['String']['output']>;\n emailAddressPresence: FieldPresence;\n emergencyContact1Address?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2Address?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2AlternateContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2ContactNumber?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContactsPresence: FieldPresence;\n employerSuperFundAbn?: Maybe<Scalars['String']['output']>;\n employerSuperFundName?: Maybe<Scalars['String']['output']>;\n employerSuperFundProductCode?: Maybe<Scalars['String']['output']>;\n employmentType?: Maybe<KeypayEmploymentType>;\n endDate?: Maybe<Scalars['Date']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n familyName?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n genderPresence: FieldPresence;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n homePhone?: Maybe<Scalars['String']['output']>;\n homePhonePresence: FieldPresence;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n keypayGender?: Maybe<KeypayGender>;\n middleName?: Maybe<Scalars['String']['output']>;\n mobilePhone?: Maybe<Scalars['String']['output']>;\n mobilePhonePresence: FieldPresence;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n personalDetailsPresence: FieldPresence;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n postalCountry?: Maybe<Scalars['String']['output']>;\n postalPostCode?: Maybe<Scalars['String']['output']>;\n postalState?: Maybe<Scalars['String']['output']>;\n postalStreetAddress?: Maybe<Scalars['String']['output']>;\n postalSuburb?: Maybe<Scalars['String']['output']>;\n previousForms: Array<KeypayEmployeeForm>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialCountry?: Maybe<Scalars['String']['output']>;\n residentialPostCode?: Maybe<Scalars['String']['output']>;\n residentialState?: Maybe<Scalars['String']['output']>;\n residentialStreetAddress?: Maybe<Scalars['String']['output']>;\n residentialSuburb?: Maybe<Scalars['String']['output']>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n stslDebt?: Maybe<Scalars['Boolean']['output']>;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n superFund1AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund1EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund1FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund1FundName?: Maybe<Scalars['String']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1ProductCode?: Maybe<Scalars['String']['output']>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n superFund2AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund2EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund2FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund2FundName?: Maybe<Scalars['String']['output']>;\n superFund2MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund2ProductCode?: Maybe<Scalars['String']['output']>;\n superFund3AllocatedPercentage?: Maybe<Scalars['Decimal']['output']>;\n superFund3EmployerNominatedFund?: Maybe<Scalars['Boolean']['output']>;\n superFund3FixedAmount?: Maybe<Scalars['Decimal']['output']>;\n superFund3FundName?: Maybe<Scalars['String']['output']>;\n superFund3MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund3ProductCode?: Maybe<Scalars['String']['output']>;\n superPresence: FieldPresence;\n surname?: Maybe<Scalars['String']['output']>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n taxPresence: FieldPresence;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type KeypayEmployeeFormNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type KeypayEmployeeFormTemplate = PaperworkTemplate & Template & {\n addressPresence: FieldPresence;\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<KeypayEmployeeForm>;\n bankAccountsPresence: FieldPresence;\n createdAt: Scalars['DateTime']['output'];\n defaultResponsible?: Maybe<Person>;\n emailAddressPresence: FieldPresence;\n emergencyContactsPresence: FieldPresence;\n employerSuperFundAbn?: Maybe<Scalars['String']['output']>;\n employerSuperFundName?: Maybe<Scalars['String']['output']>;\n employerSuperFundProductCode?: Maybe<Scalars['String']['output']>;\n genderPresence: FieldPresence;\n homePhonePresence: FieldPresence;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n mobilePhonePresence: FieldPresence;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n personalDetailsPresence: FieldPresence;\n superPresence: FieldPresence;\n taxPresence: FieldPresence;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum KeypayEmployeeStatus {\n Active = 'ACTIVE',\n Incomplete = 'INCOMPLETE',\n Terminated = 'TERMINATED'\n}\n\nexport enum KeypayEmploymentType {\n Casual = 'CASUAL',\n FullTime = 'FULL_TIME',\n LabourHire = 'LABOUR_HIRE',\n PartTime = 'PART_TIME',\n SuperannuationIncomeStream = 'SUPERANNUATION_INCOME_STREAM'\n}\n\nexport enum KeypayGender {\n Female = 'FEMALE',\n Male = 'MALE'\n}\n\nexport type KeypayIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n availableBusinesses: Array<KeypayBusiness>;\n businessId?: Maybe<Scalars['Int']['output']>;\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<KeypayEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type KeypayIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type KeypayIntegrationBusinessInput = {\n businessId: Scalars['Int']['input'];\n businessName: Scalars['String']['input'];\n};\n\nexport type KeypayIntegrationTokenSetInput = {\n accessToken: Scalars['String']['input'];\n expiresIn: Scalars['Int']['input'];\n refreshToken: Scalars['String']['input'];\n};\n\nexport type KeypayLeaveEmployee = {\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n emailAddress?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n integration: KeypayLeaveIntegration;\n middleName?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['Int']['output'];\n status: KeypayEmployeeStatus;\n surname: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type KeypayLeaveIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n availableBusinesses: Array<KeypayBusiness>;\n businessId?: Maybe<Scalars['Int']['output']>;\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<KeypayLeaveEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type KeypayLeaveIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type LeaveBalance = {\n accruedAmount: Scalars['String']['output'];\n id: Scalars['String']['output'];\n leaveCategory: LeaveCategory;\n};\n\nexport type LeaveCategory = {\n id: Scalars['String']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type LeaveCategoryInput = {\n id: Scalars['String']['input'];\n name: Scalars['String']['input'];\n};\n\nexport type LeaveHoursEstimate = {\n hours: Scalars['Decimal']['output'];\n hoursBreakdown?: Maybe<Scalars['String']['output']>;\n};\n\nexport type LeaveRequest = SharedCalendarEvent & {\n attachment?: Maybe<Media>;\n canceledAt?: Maybe<Scalars['DateTime']['output']>;\n canceler?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n decidedAt?: Maybe<Scalars['DateTime']['output']>;\n decider?: Maybe<Person>;\n endDate: Scalars['Date']['output'];\n endTime?: Maybe<Scalars['PlainTime']['output']>;\n hours?: Maybe<Scalars['Decimal']['output']>;\n hoursBreakdown?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n leaveBalance?: Maybe<LeaveBalance>;\n leaveCategory: LeaveCategory;\n notes?: Maybe<Scalars['String']['output']>;\n notifications: Array<Notification>;\n owner?: Maybe<Person>;\n personConnection: PersonConnection;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n remoteId: Scalars['String']['output'];\n responsible?: Maybe<Person>;\n startDate: Scalars['Date']['output'];\n startTime?: Maybe<Scalars['PlainTime']['output']>;\n status: LeaveRequestStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type LeaveRequestNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type LeaveRequestNotification = Notification & {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n /** This field is nullable because the viewer may not longer have access to the leave request this notification is about. */\n leaveRequest?: Maybe<LeaveRequest>;\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum LeaveRequestRelation {\n Owner = 'OWNER',\n Responsible = 'RESPONSIBLE'\n}\n\nexport enum LeaveRequestStatus {\n Approved = 'APPROVED',\n Canceled = 'CANCELED',\n Denied = 'DENIED',\n Processed = 'PROCESSED',\n Requested = 'REQUESTED'\n}\n\nexport type Location = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n people: Array<Person>;\n timezone: Scalars['Timezone']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Login = {\n acceptedAt?: Maybe<Scalars['DateTime']['output']>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n person: Person;\n updatedAt: Scalars['DateTime']['output'];\n user: User;\n};\n\nexport type Media = {\n type: Scalars['MimeType']['output'];\n url: Scalars['String']['output'];\n};\n\nexport type MultiLineTextDocumentField = DocumentField & {\n defaultValue?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n responder: DocumentFieldResponder;\n};\n\nexport type MultiLineTextDocumentFieldConfigInput = {\n defaultValue?: InputMaybe<Scalars['String']['input']>;\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n responder: DocumentFieldResponder;\n};\n\nexport type MultiLineTextDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type Mutation = {\n acceptInvite: Scalars['Boolean']['output'];\n /** Accepts a login invite. Only the user associated with the login can accept the invite. */\n acceptLogin: Login;\n /** Transitions an integration from 'UNINITIALIZED', 'UNAUTHORIZED' or 'UNCONFIGURED' to 'ACTIVE'. This can only be done by the bot associated with the integration. */\n activateIntegration: Integration;\n activateKeypayIntegration: Integration;\n /** Either transition this person's status from either 'ONBOARDING' or 'TERMINATED' to 'ACTIVE'. */\n activatePerson: Person;\n activateXeroIntegration: Integration;\n addPeopleToBundles: Array<Bundle>;\n addPeopleToTags: Array<Tag>;\n addRevieweesToPerformanceReviewCycle: Array<PerformanceReviewReviewee>;\n appendIntegrationLog: IntegrationLog;\n approveAssignment: Assignment;\n approveKeypayLeaveLeaveRequest: LeaveRequest;\n approveLeaveRequest: LeaveRequest;\n approveXeroLeaveRequest: LeaveRequest;\n archiveAssignment: Assignment;\n /** Archive a bundle. */\n archiveBundle: Bundle;\n archiveCustomTable: CustomTable;\n /** Disable/disconnect an integration. */\n archiveIntegration: Integration;\n archiveLocation: Location;\n archiveNotes: Array<Note>;\n archiveOrg: Org;\n archivePaperworkType: PaperworkType;\n archivePerformanceReviewCycle: PerformanceReviewCycle;\n archivePerformanceReviewReviewee: PerformanceReviewReviewee;\n archivePerformanceReviewSavedQuestion: PerformanceReviewSavedQuestion;\n archivePerformanceReviewTemplate: PerformanceReviewTemplate;\n archivePerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;\n archivePerson: Person;\n archivePosition: Position;\n archiveReviewCycle: ReviewCycle;\n archiveSavedQuestion: SavedQuestion;\n archiveStandardReview: StandardReview;\n archiveStandardReviewTemplate: StandardReviewTemplate;\n /** Archive a template. */\n archiveTemplate: Template;\n /** Transition assignments from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the assignments that they have been assigned to them. */\n assignAssignments: Array<Assignment>;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicAbnForm: BasicAbnForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicBankAccountForm: BasicBankAccountForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicEmergencyContactForm: BasicEmergencyContactForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicPersonalDetailsForm: BasicPersonalDetailsForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicPreEmploymentForm: BasicPreEmploymentForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicSuperForm: BasicSuperForm;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignBasicTaxForm: BasicTaxForm;\n /** Transition a certificate from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the certificate that it has been assigned to them. */\n assignCertificate: Certificate;\n /** Transition a document from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */\n assignDocument: Document;\n /** Transition a form from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the form that it has been assigned to them. */\n assignKeypayEmployeeForm: KeypayEmployeeForm;\n /** Transition a questionnaire from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */\n assignQuestionnaire: Questionnaire;\n /** Transitions the review from 'DRAFT' to 'ASSIGNED'. This will notify the reviewer that the review needs to be scheduled. */\n assignStandardReview: StandardReview;\n /** Transition a task from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */\n assignTask: Task;\n /** Transitions an integration with an 'UNINITIALIZED' or 'UNAUTHORIZED' status to an 'UNCONFIGURED' status. */\n authorizeIntegration: Integration;\n cancelLeaveRequest: LeaveRequest;\n /** Transitions an integration from 'SYNCING' to 'ACTIVE'. */\n completeIntegrationSync: Integration;\n /**\n * Given a OTP created with 'requestPasswordReset', update the associated user's password and create a new session (setting a cookie with the session's token).\n *\n * Returns a token for the new session.\n */\n completePasswordReset: Scalars['String']['output'];\n completePerformanceReviewCycle: PerformanceReviewCycle;\n confirmProfile: Person;\n confirmProvider: Scalars['String']['output'];\n createAccount: Account;\n createApiToken: ApiToken;\n createAssignments: Array<Assignment>;\n createBasicAbnForm: BasicAbnForm;\n createBasicAbnFormTemplate: BasicAbnFormTemplate;\n createBasicBankAccountForm: BasicBankAccountForm;\n createBasicBankAccountFormTemplate: BasicBankAccountFormTemplate;\n createBasicEmergencyContactForm: BasicEmergencyContactForm;\n createBasicEmergencyContactFormTemplate: BasicEmergencyContactFormTemplate;\n createBasicPersonalDetailsForm: BasicPersonalDetailsForm;\n createBasicPersonalDetailsFormTemplate: BasicPersonalDetailsFormTemplate;\n createBasicPreEmploymentForm: BasicPreEmploymentForm;\n createBasicPreEmploymentFormTemplate: BasicPreEmploymentFormTemplate;\n createBasicSuperForm: BasicSuperForm;\n createBasicSuperFormTemplate: BasicSuperFormTemplate;\n createBasicTaxForm: BasicTaxForm;\n createBasicTaxFormTemplate: BasicTaxFormTemplate;\n createBundle: Bundle;\n createBundledPerson: BundledPerson;\n createCertificate: Certificate;\n createCertificateTemplate: CertificateTemplate;\n createCustomTable: CustomTable;\n createDataExport: DataExport;\n /** Creates a blank data import. Use `createPersonDataImportLine` to add lines to the import. */\n createDataImport: DataImport;\n /** Uses a document template to creating a new document. */\n createDocument: Document;\n createDocumentTemplate: DocumentTemplate;\n createIntegration: Integration;\n createIntegrationLog: IntegrationLog;\n createJob: Job;\n createKeypayEmployeeForm: BasicPreEmploymentForm;\n createKeypayEmployeeFormTemplate: KeypayEmployeeFormTemplate;\n createKeypayLeaveLeaveRequest: LeaveRequest;\n createLeaveRequest: LeaveRequest;\n createLocalPersonConnections: Array<PersonConnection>;\n createLocation: Location;\n /**\n * Creates a login connecting a user to a person. If the user does not yet exist, they will be created.\n *\n * An invite will only be sent if the person has an 'ONBOARDING' or 'ACTIVE' status. The `invitePerson` will send invites to all users associated with the person as it transitions the person to an 'ONBOARDING' status.\n */\n createLogin: User;\n /** Add people data to a data import using a CSV. */\n createManualDataImport: DataImport;\n createNote: Note;\n createNoteAttachments: Array<NoteAttachment>;\n /**\n * Creates a new organisation within the current user's account. Only owners are allow to create organisations.\n *\n * A new person will be created for the current user and associated with the new organisation.\n */\n createOrg: Org;\n createPaperworkType: PaperworkType;\n createPerformanceReviewCycle: PerformanceReviewCycle;\n createPerformanceReviewSavedQuestion: PerformanceReviewSavedQuestion;\n createPerformanceReviewTemplate: PerformanceReviewTemplate;\n createPerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;\n /** Create a new person. The newly created person will have a 'DRAFT' status. */\n createPerson: Person;\n createPersonConnection: PersonConnection;\n /** Add a person data import line to a data import. */\n createPersonDataImportLine: PersonDataImportLine;\n createPosition: Position;\n createProcessedCertificate: Certificate;\n createProcessedDocument: Document;\n createQuestionnaire: Questionnaire;\n createQuestionnaireTemplate: QuestionnaireTemplate;\n createReviewCycle: ReviewCycle;\n createSavedQuestion: SavedQuestion;\n createStandaloneStandardReview: StandardReview;\n createStandaloneTask: Task;\n createStandardReview: StandardReview;\n createStandardReviewQuestion: StandardReviewQuestion;\n createStandardReviewTemplate: StandardReviewTemplate;\n createStandardReviewTemplateQuestion: StandardReviewTemplateQuestion;\n /** @deprecated Use 'createTags' instead. */\n createTag: Tag;\n createTags: Array<Tag>;\n createTask: Task;\n createTaskTemplate: TaskTemplate;\n createXeroLeaveRequest: LeaveRequest;\n deleteApiToken: Scalars['Boolean']['output'];\n /** Immediately and permanently deletes approvals. Only approvals for 'DRAFT' assignments can be deleted. */\n deleteApprovals: Scalars['Boolean']['output'];\n deleteBundledPerson: Scalars['Boolean']['output'];\n /** @deprecated Do not use. This mutation is temporary. */\n deleteJob: Scalars['Boolean']['output'];\n /** Immediately and permanently deletes a leave request. This can only be invoked by a \"bot\" that is associated with the integration to which the leave request belongs. */\n deleteLeaveRequest: Scalars['Boolean']['output'];\n /** Removes a user's access to an organisation by deleting the login which associates the user with the person. */\n deleteLogin: Scalars['Boolean']['output'];\n deletePersonConnection: Scalars['Boolean']['output'];\n deletePersonConnections: Scalars['Boolean']['output'];\n /** @deprecated Do not use. This mutation is temporary. */\n deletePosition: Scalars['Boolean']['output'];\n deleteStandardReviewQuestion: Scalars['Boolean']['output'];\n deleteStandardReviewTemplateQuestion: Scalars['Boolean']['output'];\n deleteTag: Scalars['Boolean']['output'];\n denyKeypayLeaveLeaveRequest: LeaveRequest;\n denyLeaveRequest: LeaveRequest;\n denyXeroLeaveRequest: LeaveRequest;\n duplicatePaperworkType: Scalars['Boolean']['output'];\n duplicatePerformanceReviewTemplate: PerformanceReviewTemplate;\n /** Transitions an integration with an 'UNINITIALIZED' status to an 'UNAUTHORIZED' status. */\n initializeIntegration: Integration;\n /**\n * Transitions multiple people with a 'DRAFT' status to an 'ONBOARDING' status.\n *\n * Also sends email invites to any users associated with the people being invited.\n */\n invitePeople: Array<Person>;\n /**\n * Transitions a person with a 'DRAFT' status to an 'ONBOARDING' status.\n *\n * Also sends email invites to any users associated with the person.\n */\n invitePerson: Person;\n /** Creates a person and login for the current user an organisation. Only account owners and managers can join an organisation without an invite and they can only join organisations in accounts they're already account owners or managers of. */\n joinOrg: Login;\n launchPerformanceReviewCycle: PerformanceReviewCycle;\n /**\n * Create a new session for the associated user and sets a cookie with the session's token.\n *\n * Returns a token for the new session.\n */\n logIn: Scalars['String']['output'];\n logInWithProvider: Scalars['String']['output'];\n /** Delete the current session. The defunct session will be returned. */\n logOut: Scalars['Boolean']['output'];\n markNotificationsRead: Array<Notification>;\n markNotificationsUnread: Array<Notification>;\n mergePaperworkTypes: PaperworkType;\n /** Transitions an integration with an 'ACTIVE' status to a 'PAUSED' status. A paused integration will not sync. */\n pauseIntegration: Integration;\n processAssignment: Assignment;\n processAssignments: Array<Assignment>;\n processLeaveRequest: LeaveRequest;\n processStandardReview: StandardReview;\n /** An invite can only be sent to a person with an 'ONBOARDING' or 'ACTIVE' status. */\n reinviteLogin: Login;\n /** People can only be reinvited if they have a status of 'ONBOARDING', have at least one login and haven't already accepted any of their logins. */\n reinvitePeople: Array<Person>;\n /** A person can only be reinvited if they have a status of 'ONBOARDING', have at least one login and haven't already accepted any of their logins. */\n reinvitePerson: Person;\n /** Transitions an assignment back from 'SUBMITTED' to 'ASSIGNED'. */\n rejectAssignment: Assignment;\n /** Transitions a certificate back from 'SUBMITTED' to 'ASSIGNED'. */\n rejectCertificate: Certificate;\n removePaperworkTypeFromBundles: Array<Bundle>;\n removePeopleFromBundles: Array<Bundle>;\n removePeopleFromTags: Array<Tag>;\n removeRevieweeFromCycle: Scalars['Boolean']['output'];\n /** Notifies the approver and changes the approvals status to 'REQUESTED'. Only 'DRAFT' approvals can be requested. */\n requestApprovals: Array<Approval>;\n requestInvite: Scalars['Boolean']['output'];\n /** If the given email address is associated with a user in the system, this mutation will send an email to the address with a OTP for resetting the user's password. See 'completePasswordReset'. */\n requestPasswordReset: Scalars['Boolean']['output'];\n resetXeroAuIntegration: Integration;\n restoreAssignment: Assignment;\n restoreBundle: Bundle;\n restoreIntegration: Integration;\n restoreNotes: Array<Note>;\n restorePaperworkType: PaperworkType;\n restorePerson: Person;\n restoreReviewCycle: ReviewCycle;\n restoreSavedQuestion: SavedQuestion;\n restoreStandardReview: StandardReview;\n restoreStandardReviewTemplate: StandardReviewTemplate;\n /** Restores a previously archived template. */\n restoreTemplate: Template;\n scheduleStandardReview: StandardReview;\n /** Switches the current user to the given person. The new person must be associated with the current user. If no ID is provided, the user will have no active person set. */\n setActiveLogin?: Maybe<Login>;\n sharePerformanceReviewReviewee: PerformanceReviewReviewee;\n submitBasicAbnForm: BasicAbnForm;\n submitBasicBankAccountForm: BasicBankAccountForm;\n submitBasicEmergencyContactForm: BasicEmergencyContactForm;\n submitBasicPersonalDetailsForm: BasicPersonalDetailsForm;\n submitBasicPreEmploymentForm: BasicPreEmploymentForm;\n submitBasicSuperForm: BasicSuperForm;\n submitBasicTaxForm: BasicTaxForm;\n /** Transitions a certificate from 'REQUESTED' to 'SUBMITTED'. */\n submitCertificate: Certificate;\n /** Fills in the fields of a 'FORM' or 'CONTRACT' document and transitions it's status from 'ASSIGNED' to 'SUBMITTED'. */\n submitDocument: Document;\n submitKeypayEmployeeForm: KeypayEmployeeForm;\n submitQuestionnaire: Questionnaire;\n submitStandardReview: StandardReview;\n submitStandardReviewQuestion: StandardReviewQuestion;\n submitTask: Task;\n terminatePerson: Person;\n /** Transitions an integration from 'ACTIVE' to 'SYNCING' to indicate that the bot is currently syncing data. */\n triggerIntegrationSync: Integration;\n /** Transition the connections from \"CONNECTED\" or \"MERGED\" to \"REMOTE_ONLY\". */\n unmatchPersonConnections: Scalars['Boolean']['output'];\n /** Transitions an integration from 'PAUSED' to 'ACTIVE'. This can only be done by a user — a bot cannot unpause an integration. */\n unpauseIntegration: Integration;\n /** Transitions a review with a 'SCHEDULED' status back to an 'ASSIGNED' status. */\n unscheduleStandardReview: StandardReview;\n updateAccount: Account;\n updateAssignment: Assignment;\n updateAssignments: Array<Assignment>;\n updateBasicAbnFormTemplate: BasicAbnFormTemplate;\n updateBasicBankAccountFormTemplate: BasicBankAccountFormTemplate;\n updateBasicEmergencyContactFormTemplate: BasicEmergencyContactFormTemplate;\n updateBasicPersonalDetailsFormTemplate: BasicPersonalDetailsFormTemplate;\n updateBasicPreEmploymentFormTemplate: BasicPreEmploymentFormTemplate;\n updateBasicSuperFormTemplate: BasicSuperFormTemplate;\n updateBasicTaxFormTemplate: BasicTaxFormTemplate;\n updateBundle: Bundle;\n updateCertificate: Certificate;\n updateCertificateTemplate: CertificateTemplate;\n updateCustomTable: CustomTable;\n updateDocument: Document;\n updateDocumentTemplate: DocumentTemplate;\n updateIntegration: Integration;\n updateJob: Job;\n updateKeypayEmployeeFormTemplate: KeypayEmployeeFormTemplate;\n updateKeypayIntegration: KeypayIntegration;\n updateKeypayLeaveIntegration: KeypayLeaveIntegration;\n updateLocation: Location;\n updateNote: Note;\n updateOnboardingAssignments: Person;\n updateOrg: Org;\n updatePaperworkAssignment: PaperworkAssignment;\n updatePaperworkType: PaperworkType;\n updatePerformanceReviewCycle: PerformanceReviewCycle;\n updatePerformanceReviewCycleConfig: PerformanceReviewCycleConfig;\n updatePerformanceReviewCycleReviewee: PerformanceReviewReviewee;\n updatePerformanceReviewSavedQuestion: PerformanceReviewSavedQuestion;\n updatePerformanceReviewTemplate: PerformanceReviewTemplate;\n updatePerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;\n updatePerson: Person;\n updatePersonConnection: PersonConnection;\n updatePersonTags: Array<Tag>;\n updatePosition: Position;\n updatePositions: Array<Position>;\n /** Only a draft questionnaires can be updated. */\n updateQuestionnaire: Questionnaire;\n updateQuestionnaireTemplate: QuestionnaireTemplate;\n updateReviewCycle: ReviewCycle;\n updateSavedQuestion: SavedQuestion;\n updateStandardReview: StandardReview;\n updateStandardReviewQuestion: StandardReviewQuestion;\n updateStandardReviewTemplate: StandardReviewTemplate;\n updateStandardReviewTemplateQuestion: StandardReviewTemplateQuestion;\n updateTag: Tag;\n updateTask: Task;\n updateTaskTemplate: TaskTemplate;\n updateUserPassword: User;\n updateXeroAuIntegration: XeroAuIntegration;\n updateXeroLeaveIntegration: XeroLeaveIntegration;\n};\n\n\nexport type MutationAcceptInviteArgs = {\n email: Scalars['String']['input'];\n otp: Scalars['String']['input'];\n};\n\n\nexport type MutationAcceptLoginArgs = {\n loginId: Scalars['ID']['input'];\n};\n\n\nexport type MutationActivateIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationActivateKeypayIntegrationArgs = {\n tenant: KeypayIntegrationBusinessInput;\n tokenSet: KeypayIntegrationTokenSetInput;\n};\n\n\nexport type MutationActivatePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationActivateXeroIntegrationArgs = {\n tenant: XeroIntegrationTenantInput;\n tokenSet: XeroIntegrationTokenSetInput;\n};\n\n\nexport type MutationAddPeopleToBundlesArgs = {\n bundleIds: Array<Scalars['ID']['input']>;\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationAddPeopleToTagsArgs = {\n personIds: Array<Scalars['ID']['input']>;\n tagIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationAddRevieweesToPerformanceReviewCycleArgs = {\n cycleId: Scalars['ID']['input'];\n entries: Array<PerformanceReviewRevieweeInput>;\n};\n\n\nexport type MutationAppendIntegrationLogArgs = {\n entries: Array<IntegrationLogInput>;\n integrationLogId: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveAssignmentArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveKeypayLeaveLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationApproveXeroLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveBundleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveCustomTableArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveIntegrationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveLocationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveNotesArgs = {\n noteIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationArchiveOrgArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePaperworkTypeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewRevieweeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewSavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePerformanceReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchivePositionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveReviewCycleArgs = {\n reviewCycleId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveSavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveStandardReviewTemplateArgs = {\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationArchiveTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationAssignAssignmentsArgs = {\n ids: Array<Scalars['ID']['input']>;\n notifyOwners?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicAbnFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicBankAccountFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicEmergencyContactFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicPersonalDetailsFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicPreEmploymentFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicSuperFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignBasicTaxFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignCertificateArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignDocumentArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignKeypayEmployeeFormArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignQuestionnaireArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAssignStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationAssignTaskArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationAuthorizeIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCancelLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCompleteIntegrationSyncArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCompletePasswordResetArgs = {\n email: Scalars['String']['input'];\n otp: Scalars['String']['input'];\n password: Scalars['String']['input'];\n};\n\n\nexport type MutationCompletePerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationConfirmProfileArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationConfirmProviderArgs = {\n code: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateAccountArgs = {\n accountName: Scalars['String']['input'];\n adminName: Scalars['String']['input'];\n timezone: Scalars['Timezone']['input'];\n};\n\n\nexport type MutationCreateApiTokenArgs = {\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateAssignmentsArgs = {\n personId: Scalars['ID']['input'];\n templates: Array<TemplateInput>;\n};\n\n\nexport type MutationCreateBasicAbnFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicAbnFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicBankAccountFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicBankAccountFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicEmergencyContactFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicEmergencyContactFormTemplateArgs = {\n addressPresence: FieldPresence;\n contact2Presence: FieldPresence;\n defaultResponsiblePersonId: Scalars['ID']['input'];\n emailPresence: FieldPresence;\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPersonalDetailsFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPersonalDetailsFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPreEmploymentFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicPreEmploymentFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n existingHealthConditionsPresence?: InputMaybe<Scalars['Boolean']['input']>;\n hindrancesToPerformDutiesPresence?: InputMaybe<Scalars['Boolean']['input']>;\n introduction?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n workplaceAdjustmentsRequiredPresence?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationCreateBasicSuperFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicSuperFormTemplateArgs = {\n defaultFundAbn?: InputMaybe<Scalars['String']['input']>;\n defaultFundName?: InputMaybe<Scalars['String']['input']>;\n defaultResponsiblePersonId: Scalars['ID']['input'];\n defaultUsi?: InputMaybe<Scalars['String']['input']>;\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicTaxFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBasicTaxFormTemplateArgs = {\n defaultResponsiblePersonId: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateBundleArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateBundledPersonArgs = {\n bundleId: Scalars['ID']['input'];\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateCertificateArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateCertificateTemplateArgs = {\n applyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n expirationDatePresence: FieldPresence;\n issueDatePresence: FieldPresence;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n proof: CertificateProof;\n uploadLimit?: InputMaybe<Scalars['Int']['input']>;\n uploadMimeTypes?: InputMaybe<Array<Scalars['MimeType']['input']>>;\n verifyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n};\n\n\nexport type MutationCreateCustomTableArgs = {\n config: CustomTableConfigInput;\n description?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateDataExportArgs = {\n type: DataExportType;\n};\n\n\nexport type MutationCreateDataImportArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n integrationId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateDocumentArgs = {\n fields?: InputMaybe<Array<DocumentFieldInput>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateDocumentTemplateArgs = {\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n upload: Scalars['Upload']['input'];\n};\n\n\nexport type MutationCreateIntegrationArgs = {\n appId: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationCreateIntegrationLogArgs = {\n integrationId: Scalars['ID']['input'];\n integrationLogId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateJobArgs = {\n employmentBasis?: InputMaybe<TaxEmploymentBasis>;\n endDate?: InputMaybe<Scalars['Date']['input']>;\n payPeriod?: InputMaybe<PayPeriod>;\n payRate?: InputMaybe<Scalars['Decimal']['input']>;\n personId: Scalars['ID']['input'];\n positionId: Scalars['ID']['input'];\n startDate: Scalars['Date']['input'];\n};\n\n\nexport type MutationCreateKeypayEmployeeFormArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateKeypayEmployeeFormTemplateArgs = {\n addressPresence?: InputMaybe<FieldPresence>;\n bankAccountsPresence?: InputMaybe<FieldPresence>;\n defaultResponsibleId: Scalars['ID']['input'];\n emailAddressPresence?: InputMaybe<FieldPresence>;\n emergencyContactsPresence?: InputMaybe<FieldPresence>;\n employerSuperFundAbn?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundName?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;\n genderPresence?: InputMaybe<FieldPresence>;\n homePhonePresence?: InputMaybe<FieldPresence>;\n instructions?: InputMaybe<Scalars['String']['input']>;\n mobilePhonePresence?: InputMaybe<FieldPresence>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n personalDetailsPresence?: InputMaybe<FieldPresence>;\n superPresence?: InputMaybe<FieldPresence>;\n taxPresence?: InputMaybe<FieldPresence>;\n};\n\n\nexport type MutationCreateKeypayLeaveLeaveRequestArgs = {\n connectionId: Scalars['ID']['input'];\n fromDate: Scalars['DateTime']['input'];\n hours: Scalars['Decimal']['input'];\n leaveCategoryId: Scalars['String']['input'];\n notes?: InputMaybe<Scalars['String']['input']>;\n responsibleId: Scalars['ID']['input'];\n toDate: Scalars['DateTime']['input'];\n};\n\n\nexport type MutationCreateLeaveRequestArgs = {\n attachment?: InputMaybe<Scalars['Upload']['input']>;\n endDate: Scalars['Date']['input'];\n endTime?: InputMaybe<Scalars['PlainTime']['input']>;\n hours?: InputMaybe<Scalars['Decimal']['input']>;\n hoursBreakdown?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n leaveCategory: LeaveCategoryInput;\n notes?: InputMaybe<Scalars['String']['input']>;\n personConnectionId: Scalars['ID']['input'];\n remoteId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n startDate: Scalars['Date']['input'];\n startTime?: InputMaybe<Scalars['PlainTime']['input']>;\n status?: InputMaybe<LeaveRequestStatus>;\n};\n\n\nexport type MutationCreateLocalPersonConnectionsArgs = {\n integrationIds: Array<Scalars['ID']['input']>;\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateLocationArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n timezone: Scalars['Timezone']['input'];\n};\n\n\nexport type MutationCreateLoginArgs = {\n email: Scalars['String']['input'];\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateManualDataImportArgs = {\n config: PersonDataTransferConfigInput;\n csv: Scalars['Upload']['input'];\n};\n\n\nexport type MutationCreateNoteArgs = {\n body?: InputMaybe<Scalars['Markdown']['input']>;\n noteId?: InputMaybe<Scalars['ID']['input']>;\n subjectId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateNoteAttachmentsArgs = {\n noteAttachments: Array<CreateNoteAttachmentInput>;\n noteId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateOrgArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePaperworkTypeArgs = {\n autoProcessSubmittedPaperwork: Scalars['Boolean']['input'];\n autoReassignMode: PaperworkTypeAutoReassignMode;\n defaultDueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultExpirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePerformanceReviewCycleArgs = {\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePerformanceReviewSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label: Scalars['String']['input'];\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n type: QuestionType;\n};\n\n\nexport type MutationCreatePerformanceReviewTemplateArgs = {\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreatePerformanceReviewTemplateQuestionArgs = {\n required?: InputMaybe<Scalars['Boolean']['input']>;\n savedQuestionId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreatePersonArgs = {\n displayName: Scalars['String']['input'];\n employeeCode?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n locationId?: InputMaybe<Scalars['ID']['input']>;\n profileBio?: InputMaybe<Scalars['String']['input']>;\n profileBirthday?: InputMaybe<BirthdayInput>;\n profileEmail?: InputMaybe<Scalars['String']['input']>;\n profilePhone?: InputMaybe<Scalars['String']['input']>;\n profilePronouns?: InputMaybe<Scalars['String']['input']>;\n role: PersonRole;\n};\n\n\nexport type MutationCreatePersonConnectionArgs = {\n integrationId: Scalars['ID']['input'];\n personId?: InputMaybe<Scalars['ID']['input']>;\n remote?: InputMaybe<ConnectionRemoteInput>;\n status: ConnectionStatus;\n};\n\n\nexport type MutationCreatePersonDataImportLineArgs = {\n bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;\n config: PersonDataTransferConfigInput;\n dataImportId: Scalars['ID']['input'];\n dateOfBirth?: InputMaybe<PersonDateOfBirthChangeInput>;\n emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;\n fullName?: InputMaybe<PersonFullNameChangeInput>;\n gender?: InputMaybe<PersonGenderChangeInput>;\n personId: Scalars['ID']['input'];\n personalEmail?: InputMaybe<PersonPersonalEmailChangeInput>;\n personalPhone?: InputMaybe<PersonPersonalPhoneChangeInput>;\n postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;\n residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;\n superFunds?: InputMaybe<PersonSuperFundsChangeInput>;\n taxDetails?: InputMaybe<PersonTaxDetailsChangeInput>;\n tenure?: InputMaybe<PersonTenureChangeInput>;\n};\n\n\nexport type MutationCreatePositionArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n managerId?: InputMaybe<Scalars['ID']['input']>;\n positionCode?: InputMaybe<Scalars['String']['input']>;\n title: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateProcessedCertificateArgs = {\n documentNumber?: InputMaybe<Scalars['String']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n issueDate?: InputMaybe<Scalars['Date']['input']>;\n paperworkTypeId: Scalars['ID']['input'];\n personId: Scalars['ID']['input'];\n upload?: InputMaybe<Scalars['Upload']['input']>;\n};\n\n\nexport type MutationCreateProcessedDocumentArgs = {\n paperworkTypeId: Scalars['ID']['input'];\n personId: Scalars['ID']['input'];\n upload: Scalars['Upload']['input'];\n};\n\n\nexport type MutationCreateQuestionnaireArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n ownerId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateQuestionnaireTemplateArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n instructions?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n paperworkTypeId: Scalars['ID']['input'];\n questions: Array<QuestionTemplateInput>;\n};\n\n\nexport type MutationCreateReviewCycleArgs = {\n name: Scalars['String']['input'];\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n label: Scalars['String']['input'];\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n type: QuestionType;\n};\n\n\nexport type MutationCreateStandaloneStandardReviewArgs = {\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n name: Scalars['String']['input'];\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n reviewId?: InputMaybe<Scalars['ID']['input']>;\n reviewerId: Scalars['ID']['input'];\n subjectId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateStandaloneTaskArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n ownerId: Scalars['ID']['input'];\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n submissionDueAt?: InputMaybe<Scalars['Date']['input']>;\n};\n\n\nexport type MutationCreateStandardReviewArgs = {\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n reviewId?: InputMaybe<Scalars['ID']['input']>;\n reviewerId: Scalars['ID']['input'];\n subjectId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateStandardReviewQuestionArgs = {\n config: QuestionConfigInput;\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label: Scalars['String']['input'];\n questionId?: InputMaybe<Scalars['ID']['input']>;\n required: Scalars['Boolean']['input'];\n respondent: StandardReviewQuestionRespondent;\n reviewId: Scalars['ID']['input'];\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateStandardReviewTemplateArgs = {\n name: Scalars['String']['input'];\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateStandardReviewTemplateQuestionArgs = {\n questionId?: InputMaybe<Scalars['ID']['input']>;\n required: Scalars['Boolean']['input'];\n respondent: StandardReviewQuestionRespondent;\n savedQuestionId: Scalars['ID']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateTagArgs = {\n color: TagColor;\n description?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n tagId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationCreateTagsArgs = {\n tags: Array<TagInput>;\n};\n\n\nexport type MutationCreateTaskArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n ownerId: Scalars['ID']['input'];\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n submissionDueAt?: InputMaybe<Scalars['Date']['input']>;\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationCreateTaskTemplateArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationCreateXeroLeaveRequestArgs = {\n connectionId: Scalars['ID']['input'];\n fromDate: Scalars['DateTime']['input'];\n leaveTypeId: Scalars['ID']['input'];\n responsibleId: Scalars['ID']['input'];\n toDate: Scalars['DateTime']['input'];\n};\n\n\nexport type MutationDeleteApiTokenArgs = {\n tokenId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteApprovalsArgs = {\n approvalIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationDeleteBundledPersonArgs = {\n bundledPersonId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteJobArgs = {\n jobId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteLoginArgs = {\n loginId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeletePersonConnectionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeletePersonConnectionsArgs = {\n ids: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationDeletePositionArgs = {\n positionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteStandardReviewQuestionArgs = {\n questionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteStandardReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDeleteTagArgs = {\n tagId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDenyKeypayLeaveLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n reason: Scalars['String']['input'];\n};\n\n\nexport type MutationDenyLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDenyXeroLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n reason: Scalars['String']['input'];\n};\n\n\nexport type MutationDuplicatePaperworkTypeArgs = {\n newName: Scalars['String']['input'];\n newOrgId: Scalars['ID']['input'];\n originalPaperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationDuplicatePerformanceReviewTemplateArgs = {\n name: Scalars['String']['input'];\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationInitializeIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationInvitePeopleArgs = {\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationInvitePersonArgs = {\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationJoinOrgArgs = {\n displayName: Scalars['String']['input'];\n orgId: Scalars['ID']['input'];\n};\n\n\nexport type MutationLaunchPerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationLogInArgs = {\n email: Scalars['String']['input'];\n password: Scalars['String']['input'];\n};\n\n\nexport type MutationLogInWithProviderArgs = {\n email?: InputMaybe<Scalars['String']['input']>;\n provider: AuthProvider;\n};\n\n\nexport type MutationMarkNotificationsReadArgs = {\n ids: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationMarkNotificationsUnreadArgs = {\n ids: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationMergePaperworkTypesArgs = {\n ids: Array<Scalars['ID']['input']>;\n name: Scalars['String']['input'];\n};\n\n\nexport type MutationPauseIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationProcessAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationProcessAssignmentsArgs = {\n assignmentIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationProcessLeaveRequestArgs = {\n leaveRequestId: Scalars['ID']['input'];\n};\n\n\nexport type MutationProcessStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationReinviteLoginArgs = {\n loginId: Scalars['ID']['input'];\n};\n\n\nexport type MutationReinvitePeopleArgs = {\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationReinvitePersonArgs = {\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRejectAssignmentArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationRejectCertificateArgs = {\n id: Scalars['ID']['input'];\n notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationRemovePaperworkTypeFromBundlesArgs = {\n bundleIds: Array<Scalars['ID']['input']>;\n paperworkTypeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRemovePeopleFromBundlesArgs = {\n bundleIds: Array<Scalars['ID']['input']>;\n personIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRemovePeopleFromTagsArgs = {\n personIds: Array<Scalars['ID']['input']>;\n tagIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRemoveRevieweeFromCycleArgs = {\n cycleId: Scalars['ID']['input'];\n revieweeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRequestApprovalsArgs = {\n approvalIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRequestInviteArgs = {\n email: Scalars['String']['input'];\n};\n\n\nexport type MutationRequestPasswordResetArgs = {\n email: Scalars['String']['input'];\n};\n\n\nexport type MutationResetXeroAuIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreBundleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreIntegrationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreNotesArgs = {\n noteIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationRestorePaperworkTypeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestorePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreReviewCycleArgs = {\n reviewCycleId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreSavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreStandardReviewTemplateArgs = {\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationRestoreTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationScheduleStandardReviewArgs = {\n date: Scalars['DateTime']['input'];\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationSetActiveLoginArgs = {\n loginId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationSharePerformanceReviewRevieweeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitBasicAbnFormArgs = {\n abn: Scalars['String']['input'];\n businessName: Scalars['String']['input'];\n id: Scalars['ID']['input'];\n registeredForGst: Scalars['Boolean']['input'];\n};\n\n\nexport type MutationSubmitBasicBankAccountFormArgs = {\n bankAccount1Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount1AllocationMethod: AllocationMethod;\n bankAccount1BSB: Scalars['String']['input'];\n bankAccount1Name: Scalars['String']['input'];\n bankAccount1Number: Scalars['String']['input'];\n bankAccount2Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount2AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount2BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount3AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount3BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount4AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount4BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Allocation?: InputMaybe<Scalars['Int']['input']>;\n bankAccount5AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount5BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Number?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitBasicEmergencyContactFormArgs = {\n contact1AddressCity?: InputMaybe<Scalars['String']['input']>;\n contact1AddressLine1?: InputMaybe<Scalars['String']['input']>;\n contact1AddressLine2?: InputMaybe<Scalars['String']['input']>;\n contact1AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n contact1AddressState?: InputMaybe<Scalars['String']['input']>;\n contact1Email?: InputMaybe<Scalars['String']['input']>;\n contact1Name: Scalars['String']['input'];\n contact1Phone: Scalars['String']['input'];\n contact1Relationship: Scalars['String']['input'];\n contact2AddressCity?: InputMaybe<Scalars['String']['input']>;\n contact2AddressLine1?: InputMaybe<Scalars['String']['input']>;\n contact2AddressLine2?: InputMaybe<Scalars['String']['input']>;\n contact2AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n contact2AddressState?: InputMaybe<Scalars['String']['input']>;\n contact2Email?: InputMaybe<Scalars['String']['input']>;\n contact2Name?: InputMaybe<Scalars['String']['input']>;\n contact2Phone?: InputMaybe<Scalars['String']['input']>;\n contact2Relationship?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitBasicPersonalDetailsFormArgs = {\n dateOfBirth: Scalars['Date']['input'];\n email: Scalars['String']['input'];\n familyName: Scalars['String']['input'];\n firstGivenName: Scalars['String']['input'];\n gender: Gender;\n homeAddressCity: Scalars['String']['input'];\n homeAddressLine1: Scalars['String']['input'];\n homeAddressLine2: Scalars['String']['input'];\n homeAddressPostcode: Scalars['String']['input'];\n homeAddressState: Scalars['String']['input'];\n id: Scalars['ID']['input'];\n otherGivenNames: Scalars['String']['input'];\n phone: Scalars['String']['input'];\n postalAddressCity: Scalars['String']['input'];\n postalAddressLine1: Scalars['String']['input'];\n postalAddressLine2: Scalars['String']['input'];\n postalAddressPostcode: Scalars['String']['input'];\n postalAddressState: Scalars['String']['input'];\n};\n\n\nexport type MutationSubmitBasicPreEmploymentFormArgs = {\n existingHealthConditions?: InputMaybe<Scalars['Boolean']['input']>;\n existingHealthConditionsExplanation?: InputMaybe<Scalars['String']['input']>;\n hindrancesToPerformDuties?: InputMaybe<Scalars['Boolean']['input']>;\n hindrancesToPerformDutiesExplanation?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n workplaceAdjustmentsRequired?: InputMaybe<Scalars['Boolean']['input']>;\n workplaceAdjustmentsRequiredExplanation?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationSubmitBasicSuperFormArgs = {\n fundName?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n memberName?: InputMaybe<Scalars['String']['input']>;\n memberNumber?: InputMaybe<Scalars['String']['input']>;\n nomination: SuperFundNomination;\n smsfAbn?: InputMaybe<Scalars['String']['input']>;\n smsfAccountName?: InputMaybe<Scalars['String']['input']>;\n smsfAccountNumber?: InputMaybe<Scalars['String']['input']>;\n smsfAddressCity?: InputMaybe<Scalars['String']['input']>;\n smsfAddressLine1?: InputMaybe<Scalars['String']['input']>;\n smsfAddressLine2?: InputMaybe<Scalars['String']['input']>;\n smsfAddressPostcode?: InputMaybe<Scalars['String']['input']>;\n smsfAddressState?: InputMaybe<Scalars['String']['input']>;\n smsfBsb?: InputMaybe<Scalars['String']['input']>;\n smsfEsa?: InputMaybe<Scalars['String']['input']>;\n smsfName?: InputMaybe<Scalars['String']['input']>;\n taxFileNumber?: InputMaybe<Scalars['String']['input']>;\n usi?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationSubmitBasicTaxFormArgs = {\n addressCity: Scalars['String']['input'];\n addressLine1: Scalars['String']['input'];\n addressLine2: Scalars['String']['input'];\n addressPostcode: Scalars['String']['input'];\n addressState: Scalars['String']['input'];\n dateOfBirth: Scalars['Date']['input'];\n email: Scalars['String']['input'];\n employmentBasis: TaxEmploymentBasis;\n familyName: Scalars['String']['input'];\n firstGivenName: Scalars['String']['input'];\n hasLoanOrStudentDebt: Scalars['Boolean']['input'];\n id: Scalars['ID']['input'];\n otherGivenNames: Scalars['String']['input'];\n residencyStatus: TaxResidencyStatus;\n taxFileNumber: Scalars['String']['input'];\n taxFileNumberExemption: TaxFileNumberExemption;\n taxFreeThresholdClaimed: Scalars['Boolean']['input'];\n};\n\n\nexport type MutationSubmitCertificateArgs = {\n documentExpirationDate?: InputMaybe<Scalars['Date']['input']>;\n documentNumber?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n issueDate?: InputMaybe<Scalars['Date']['input']>;\n notes?: InputMaybe<Scalars['String']['input']>;\n upload?: InputMaybe<Scalars['Upload']['input']>;\n};\n\n\nexport type MutationSubmitDocumentArgs = {\n fields: Array<DocumentFieldInput>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitKeypayEmployeeFormArgs = {\n australianResident?: InputMaybe<Scalars['Boolean']['input']>;\n bankAccount1AccountName?: InputMaybe<Scalars['String']['input']>;\n bankAccount1AccountNumber?: InputMaybe<Scalars['String']['input']>;\n bankAccount1AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount1BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount1FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount2AccountName?: InputMaybe<Scalars['String']['input']>;\n bankAccount2AccountNumber?: InputMaybe<Scalars['String']['input']>;\n bankAccount2AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount2BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount2FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount3AccountName?: InputMaybe<Scalars['String']['input']>;\n bankAccount3AccountNumber?: InputMaybe<Scalars['String']['input']>;\n bankAccount3AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount3BSB?: InputMaybe<Scalars['String']['input']>;\n bankAccount3FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n claimTaxFreeThreshold?: InputMaybe<Scalars['Boolean']['input']>;\n dateOfBirth?: InputMaybe<Scalars['Date']['input']>;\n emailAddress?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Address?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AlternateContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1ContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Name?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Relationship?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Address?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AlternateContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2ContactNumber?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Name?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Relationship?: InputMaybe<Scalars['String']['input']>;\n employmentType?: InputMaybe<KeypayEmploymentType>;\n firstName?: InputMaybe<Scalars['String']['input']>;\n gender?: InputMaybe<KeypayGender>;\n homePhone?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n middleName?: InputMaybe<Scalars['String']['input']>;\n mobilePhone?: InputMaybe<Scalars['String']['input']>;\n postalAddressLine2?: InputMaybe<Scalars['String']['input']>;\n postalCountry?: InputMaybe<Scalars['String']['input']>;\n postalPostCode?: InputMaybe<Scalars['String']['input']>;\n postalState?: InputMaybe<Scalars['String']['input']>;\n postalStreetAddress?: InputMaybe<Scalars['String']['input']>;\n postalSuburb?: InputMaybe<Scalars['String']['input']>;\n residentialAddressLine2?: InputMaybe<Scalars['String']['input']>;\n residentialCountry?: InputMaybe<Scalars['String']['input']>;\n residentialPostCode?: InputMaybe<Scalars['String']['input']>;\n residentialState?: InputMaybe<Scalars['String']['input']>;\n residentialStreetAddress?: InputMaybe<Scalars['String']['input']>;\n residentialSuburb?: InputMaybe<Scalars['String']['input']>;\n stslDebt?: InputMaybe<Scalars['Boolean']['input']>;\n superFund1AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n superFund1EmployerNominatedFund?: InputMaybe<Scalars['Boolean']['input']>;\n superFund1FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n superFund1FundName?: InputMaybe<Scalars['String']['input']>;\n superFund1MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund1ProductCode?: InputMaybe<Scalars['String']['input']>;\n superFund2AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n superFund2EmployerNominatedFund?: InputMaybe<Scalars['Boolean']['input']>;\n superFund2FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n superFund2FundName?: InputMaybe<Scalars['String']['input']>;\n superFund2MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund2ProductCode?: InputMaybe<Scalars['String']['input']>;\n superFund3AllocatedPercentage?: InputMaybe<Scalars['Decimal']['input']>;\n superFund3EmployerNominatedFund?: InputMaybe<Scalars['Boolean']['input']>;\n superFund3FixedAmount?: InputMaybe<Scalars['Decimal']['input']>;\n superFund3FundName?: InputMaybe<Scalars['String']['input']>;\n superFund3MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund3ProductCode?: InputMaybe<Scalars['String']['input']>;\n surname?: InputMaybe<Scalars['String']['input']>;\n taxFileNumber?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationSubmitQuestionnaireArgs = {\n answers: Array<QuestionnaireQuestionAnswerInput>;\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationSubmitStandardReviewQuestionArgs = {\n questionId: Scalars['ID']['input'];\n response: QuestionResponseInput;\n};\n\n\nexport type MutationSubmitTaskArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationTerminatePersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type MutationTriggerIntegrationSyncArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUnmatchPersonConnectionsArgs = {\n connectionIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUnpauseIntegrationArgs = {\n integrationId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUnscheduleStandardReviewArgs = {\n reviewId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateAccountArgs = {\n archived?: InputMaybe<Scalars['Boolean']['input']>;\n attioCompanyId?: InputMaybe<Scalars['String']['input']>;\n chargebeeCustomerId?: InputMaybe<Scalars['String']['input']>;\n contactEmail?: InputMaybe<Scalars['String']['input']>;\n demo?: InputMaybe<Scalars['Boolean']['input']>;\n features?: InputMaybe<AccountFeaturesInput>;\n flag?: InputMaybe<AccountFlag>;\n hubspotCompanyId?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateAssignmentArgs = {\n approverIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n dueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n expirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateAssignmentsArgs = {\n approverIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n assignmentIds: Array<Scalars['ID']['input']>;\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n dueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n expirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateBasicAbnFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicBankAccountFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicEmergencyContactFormTemplateArgs = {\n addressPresence?: InputMaybe<FieldPresence>;\n contact2Presence?: InputMaybe<FieldPresence>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n emailPresence?: InputMaybe<FieldPresence>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicPersonalDetailsFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicPreEmploymentFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n existingHealthConditionsPresence?: InputMaybe<Scalars['Boolean']['input']>;\n hindrancesToPerformDutiesPresence?: InputMaybe<Scalars['Boolean']['input']>;\n id: Scalars['ID']['input'];\n introduction?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n workplaceAdjustmentsRequiredPresence?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type MutationUpdateBasicSuperFormTemplateArgs = {\n defaultFundAbn?: InputMaybe<Scalars['String']['input']>;\n defaultFundName?: InputMaybe<Scalars['String']['input']>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n defaultUsi?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBasicTaxFormTemplateArgs = {\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateBundleArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n paperworkTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n};\n\n\nexport type MutationUpdateCertificateArgs = {\n documentExpirationDate?: InputMaybe<Scalars['Date']['input']>;\n documentNumber?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n issueDate?: InputMaybe<Scalars['Date']['input']>;\n notes?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateCertificateTemplateArgs = {\n applyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n expirationDatePresence?: InputMaybe<FieldPresence>;\n id: Scalars['ID']['input'];\n issueDatePresence?: InputMaybe<FieldPresence>;\n name?: InputMaybe<Scalars['String']['input']>;\n proof?: InputMaybe<CertificateProof>;\n uploadLimit?: InputMaybe<Scalars['Int']['input']>;\n uploadMimeTypes?: InputMaybe<Array<Scalars['MimeType']['input']>>;\n verifyInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n};\n\n\nexport type MutationUpdateCustomTableArgs = {\n config?: InputMaybe<CustomTableConfigInput>;\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateDocumentArgs = {\n fields?: InputMaybe<Array<DocumentFieldConfigInput>>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateDocumentTemplateArgs = {\n fields?: InputMaybe<Array<DocumentFieldConfigInput>>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateIntegrationArgs = {\n features?: InputMaybe<IntegrationFeaturesInput>;\n integrationId: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateJobArgs = {\n employmentBasis?: InputMaybe<TaxEmploymentBasis>;\n endDate?: InputMaybe<Scalars['Date']['input']>;\n id: Scalars['ID']['input'];\n payPeriod?: InputMaybe<PayPeriod>;\n payRate?: InputMaybe<Scalars['Decimal']['input']>;\n personId?: InputMaybe<Scalars['ID']['input']>;\n positionId?: InputMaybe<Scalars['ID']['input']>;\n startDate?: InputMaybe<Scalars['Date']['input']>;\n};\n\n\nexport type MutationUpdateKeypayEmployeeFormTemplateArgs = {\n addressPresence?: InputMaybe<FieldPresence>;\n bankAccountsPresence?: InputMaybe<FieldPresence>;\n defaultResponsibleId?: InputMaybe<Scalars['ID']['input']>;\n emailAddressPresence?: InputMaybe<FieldPresence>;\n emergencyContactsPresence?: InputMaybe<FieldPresence>;\n employerSuperFundAbn?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundName?: InputMaybe<Scalars['String']['input']>;\n employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;\n genderPresence?: InputMaybe<FieldPresence>;\n homePhonePresence?: InputMaybe<FieldPresence>;\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n mobilePhonePresence?: InputMaybe<FieldPresence>;\n name?: InputMaybe<Scalars['String']['input']>;\n personalDetailsPresence?: InputMaybe<FieldPresence>;\n superPresence?: InputMaybe<FieldPresence>;\n taxPresence?: InputMaybe<FieldPresence>;\n};\n\n\nexport type MutationUpdateKeypayIntegrationArgs = {\n businessId?: InputMaybe<Scalars['Int']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateKeypayLeaveIntegrationArgs = {\n businessId?: InputMaybe<Scalars['Int']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateLocationArgs = {\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n timezone?: InputMaybe<Scalars['Timezone']['input']>;\n};\n\n\nexport type MutationUpdateNoteArgs = {\n attachments?: InputMaybe<Array<UpdateNoteAttachmentInput>>;\n body?: InputMaybe<Scalars['Markdown']['input']>;\n noteId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateOnboardingAssignmentsArgs = {\n assignmentIds: Array<Scalars['ID']['input']>;\n personId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateOrgArgs = {\n color?: InputMaybe<Scalars['String']['input']>;\n features?: InputMaybe<OrgFeaturesInput>;\n id: Scalars['ID']['input'];\n logo?: InputMaybe<Scalars['Upload']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n timezone?: InputMaybe<Scalars['Timezone']['input']>;\n};\n\n\nexport type MutationUpdatePaperworkAssignmentArgs = {\n approverIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n expirationDate?: InputMaybe<Scalars['Date']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePaperworkTypeArgs = {\n autoProcessSubmittedPaperwork?: InputMaybe<Scalars['Boolean']['input']>;\n autoReassignMode?: InputMaybe<PaperworkTypeAutoReassignMode>;\n defaultDueDateWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultExpirationWarningDays?: InputMaybe<Scalars['Int']['input']>;\n defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdatePerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdatePerformanceReviewCycleConfigArgs = {\n id: Scalars['ID']['input'];\n isManagerReviewIncluded?: InputMaybe<Scalars['Boolean']['input']>;\n isManagerReviewVisibleToReviewee?: InputMaybe<Scalars['Boolean']['input']>;\n isSelfReviewIncluded?: InputMaybe<Scalars['Boolean']['input']>;\n isSelfReviewVisibleToManager?: InputMaybe<Scalars['Boolean']['input']>;\n managerReviewDueDate?: InputMaybe<Scalars['Date']['input']>;\n managerReviewTemplateId?: InputMaybe<Scalars['ID']['input']>;\n selfReviewDueDate?: InputMaybe<Scalars['Date']['input']>;\n selfReviewTemplateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePerformanceReviewCycleRevieweeArgs = {\n primaryManagerId?: InputMaybe<Scalars['ID']['input']>;\n revieweeId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdatePerformanceReviewSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label?: InputMaybe<Scalars['String']['input']>;\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n questionId: Scalars['ID']['input'];\n type?: InputMaybe<QuestionType>;\n};\n\n\nexport type MutationUpdatePerformanceReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n questionIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n};\n\n\nexport type MutationUpdatePerformanceReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n required?: InputMaybe<Scalars['Boolean']['input']>;\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePersonArgs = {\n displayName?: InputMaybe<Scalars['String']['input']>;\n emailNotificationSettings?: InputMaybe<EmailNotificationSettingsInput>;\n employeeCode?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n locationId?: InputMaybe<Scalars['ID']['input']>;\n notificationsUserId?: InputMaybe<Scalars['ID']['input']>;\n profileBio?: InputMaybe<Scalars['String']['input']>;\n profileBirthday?: InputMaybe<BirthdayInput>;\n profileEmail?: InputMaybe<Scalars['String']['input']>;\n profileImage?: InputMaybe<Scalars['Upload']['input']>;\n profilePhone?: InputMaybe<Scalars['String']['input']>;\n profilePronouns?: InputMaybe<Scalars['String']['input']>;\n role?: InputMaybe<PersonRole>;\n};\n\n\nexport type MutationUpdatePersonConnectionArgs = {\n connectionId: Scalars['ID']['input'];\n personId?: InputMaybe<Scalars['ID']['input']>;\n remote?: InputMaybe<ConnectionRemoteInput>;\n status: ConnectionStatus;\n};\n\n\nexport type MutationUpdatePersonTagsArgs = {\n personId: Scalars['ID']['input'];\n tagIds: Array<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdatePositionArgs = {\n id: Scalars['ID']['input'];\n managerId?: InputMaybe<Scalars['ID']['input']>;\n positionCode?: InputMaybe<Scalars['String']['input']>;\n title?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdatePositionsArgs = {\n positionIds: Array<Scalars['ID']['input']>;\n title?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateQuestionnaireArgs = {\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n questions?: InputMaybe<Array<QuestionnaireQuestionInput>>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n templateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateQuestionnaireTemplateArgs = {\n id: Scalars['ID']['input'];\n instructions?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n questions?: InputMaybe<Array<QuestionTemplateInput>>;\n};\n\n\nexport type MutationUpdateReviewCycleArgs = {\n name?: InputMaybe<Scalars['String']['input']>;\n reviewCycleId: Scalars['ID']['input'];\n savedOverviewQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateSavedQuestionArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n label?: InputMaybe<Scalars['String']['input']>;\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n type?: InputMaybe<QuestionType>;\n};\n\n\nexport type MutationUpdateStandardReviewArgs = {\n dueDate?: InputMaybe<Scalars['Date']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n questionOrder?: InputMaybe<Array<Scalars['ID']['input']>>;\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n reviewCycleId?: InputMaybe<Scalars['ID']['input']>;\n reviewId: Scalars['ID']['input'];\n reviewerId?: InputMaybe<Scalars['ID']['input']>;\n reviewerInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n subjectInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n};\n\n\nexport type MutationUpdateStandardReviewQuestionArgs = {\n config?: InputMaybe<QuestionConfigInput>;\n description?: InputMaybe<Scalars['Markdown']['input']>;\n label?: InputMaybe<Scalars['String']['input']>;\n questionId: Scalars['ID']['input'];\n required?: InputMaybe<Scalars['Boolean']['input']>;\n respondent?: InputMaybe<StandardReviewQuestionRespondent>;\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateStandardReviewTemplateArgs = {\n name?: InputMaybe<Scalars['String']['input']>;\n questionOrder?: InputMaybe<Array<Scalars['ID']['input']>>;\n reviewerInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n subjectInstructions?: InputMaybe<Scalars['Markdown']['input']>;\n templateId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateStandardReviewTemplateQuestionArgs = {\n questionId: Scalars['ID']['input'];\n required?: InputMaybe<Scalars['Boolean']['input']>;\n respondent?: InputMaybe<StandardReviewQuestionRespondent>;\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type MutationUpdateTagArgs = {\n color?: InputMaybe<TagColor>;\n description?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n tagId: Scalars['ID']['input'];\n};\n\n\nexport type MutationUpdateTaskArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n ownerId?: InputMaybe<Scalars['ID']['input']>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n submissionDueAt?: InputMaybe<Scalars['Date']['input']>;\n};\n\n\nexport type MutationUpdateTaskTemplateArgs = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateUserPasswordArgs = {\n password: Scalars['String']['input'];\n};\n\n\nexport type MutationUpdateXeroAuIntegrationArgs = {\n autoMatchRecords?: InputMaybe<Scalars['Boolean']['input']>;\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type MutationUpdateXeroLeaveIntegrationArgs = {\n id: Scalars['ID']['input'];\n isLeaveRequestSyncDisabled?: InputMaybe<Scalars['Boolean']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type Note = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n attachments?: Maybe<Array<NoteAttachment>>;\n body?: Maybe<Scalars['Markdown']['output']>;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n subject: Person;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type NoteAttachment = {\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n file: Media;\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Notification = {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum NotificationType {\n /** Sent to the approver when the approval is requested by an admin. */\n ApprovalRequested = 'APPROVAL_REQUESTED',\n /** Sent to the person responsible for an assignment when all it's approvals have been approved. */\n AssignmentApproved = 'ASSIGNMENT_APPROVED',\n /** Sent to the owner of an assignment when it's assigned (transitions from a 'draft' to an 'assigned' status). */\n AssignmentAssigned = 'ASSIGNMENT_ASSIGNED',\n /** Sent to the owner of an assignment when it is due soon. */\n AssignmentDueSoon = 'ASSIGNMENT_DUE_SOON',\n /** Sent to the person responsible for an assignment (i.e. an admin) when it has expired. */\n AssignmentExpired = 'ASSIGNMENT_EXPIRED',\n /** Sent to the person responsible for an assignment (i.e. an admin) when it will be expiring soon. */\n AssignmentExpiringSoon = 'ASSIGNMENT_EXPIRING_SOON',\n /** Sent to the person responsible for an assignment (i.e. an admin) when a document fails to process or when a document has failed to process. */\n AssignmentFailed = 'ASSIGNMENT_FAILED',\n /** Sent to the owner of an assignment when it is overdue. */\n AssignmentOverdue = 'ASSIGNMENT_OVERDUE',\n /** Sent to the owner of an assignment when it has been reassigned. */\n AssignmentReassigned = 'ASSIGNMENT_REASSIGNED',\n /** Sent to the owner of a assignment when an admin rejects an assignment. */\n AssignmentRejected = 'ASSIGNMENT_REJECTED',\n /** Sent to the person responsible for an assignment (i.e. an admin) when it has expired. */\n AssignmentSubmitted = 'ASSIGNMENT_SUBMITTED',\n /** Sent to the owner when a leave request is approved. */\n LeaveRequestApproved = 'LEAVE_REQUEST_APPROVED',\n /** Sent to the owner when a leave request is cancelled. */\n LeaveRequestCancelled = 'LEAVE_REQUEST_CANCELLED',\n /** Sent to the approver when a leave request is made. */\n LeaveRequestCreated = 'LEAVE_REQUEST_CREATED',\n /** Sent to the owner when a leave request is denied. */\n LeaveRequestDenied = 'LEAVE_REQUEST_DENIED',\n /** Sent to the manager when a manager review has been assigned to them. */\n PerformanceReviewManagerReviewAssigned = 'PERFORMANCE_REVIEW_MANAGER_REVIEW_ASSIGNED',\n /** Sent to the manager when their manager review is overdue. */\n PerformanceReviewManagerReviewOverdue = 'PERFORMANCE_REVIEW_MANAGER_REVIEW_OVERDUE',\n /** Sent to the employee when a review packet has been shared with them. */\n PerformanceReviewPacketShared = 'PERFORMANCE_REVIEW_PACKET_SHARED',\n /** Sent to the manager when the reviewee's self review is overdue. */\n PerformanceReviewRevieweeSelfReviewOverdue = 'PERFORMANCE_REVIEW_REVIEWEE_SELF_REVIEW_OVERDUE',\n /** Sent to the employee when their self review has been assigned. */\n PerformanceReviewSelfReviewAssigned = 'PERFORMANCE_REVIEW_SELF_REVIEW_ASSIGNED',\n /** Sent to the employee when their self review is overdue. */\n PerformanceReviewSelfReviewOverdue = 'PERFORMANCE_REVIEW_SELF_REVIEW_OVERDUE',\n /** Sent to the manager when the reviewee has submitted their self review. */\n PerformanceReviewSelfReviewSubmitted = 'PERFORMANCE_REVIEW_SELF_REVIEW_SUBMITTED',\n /** Sent to the reviewer when a review they are required to conduct has been assigned to them. */\n ReviewAssigned = 'REVIEW_ASSIGNED',\n /** Sent to the subject of a review when a time for the review to take place has been set. */\n ReviewScheduled = 'REVIEW_SCHEDULED',\n /** Sent to the person responsible for a review (i.e. an admin) when it has been submitted by the reviewer. */\n ReviewSubmitted = 'REVIEW_SUBMITTED'\n}\n\nexport type Org = {\n account: Account;\n archivables: Array<Archivable>;\n archived: Scalars['Boolean']['output'];\n bundles: Array<Bundle>;\n color: Scalars['String']['output'];\n createdAt: Scalars['DateTime']['output'];\n dataExports: Array<DataExport>;\n dataImports: Array<DataImport>;\n demo: Scalars['Boolean']['output'];\n departments: Array<Department>;\n failedDocuments: Array<Document>;\n features: OrgFeatures;\n id: Scalars['ID']['output'];\n integrations: Array<Integration>;\n locations: Array<Location>;\n logo?: Maybe<Media>;\n name: Scalars['String']['output'];\n paperworkSummaries: Array<PaperworkSummary>;\n paperworkTypes: Array<PaperworkType>;\n people: Array<Person>;\n performanceReviewCycles: Array<PerformanceReviewCycle>;\n performanceReviewSavedQuestions: Array<PerformanceReviewSavedQuestion>;\n performanceReviewTemplates: Array<PerformanceReviewTemplate>;\n positions: Array<Position>;\n reviewCycles: Array<ReviewCycle>;\n savedQuestions: Array<SavedQuestion>;\n /** Only includes events that are after the start of last year or are in the future. */\n sharedCalendarEvents: Array<SharedCalendarEvent>;\n tags: Array<Tag>;\n templates: Array<Template>;\n timezone: Scalars['Timezone']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type OrgBundlesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgIntegrationsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgLocationsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPaperworkSummariesArgs = {\n status?: InputMaybe<Array<PaperworkSummaryStatus>>;\n};\n\n\nexport type OrgPaperworkTypesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPeopleArgs = {\n role?: InputMaybe<Array<PersonRole>>;\n status?: InputMaybe<Array<PersonStatus>>;\n};\n\n\nexport type OrgPerformanceReviewCyclesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPerformanceReviewSavedQuestionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPerformanceReviewTemplatesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgPositionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgReviewCyclesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgSavedQuestionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type OrgTemplatesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n type?: InputMaybe<Array<AssignmentType>>;\n};\n\nexport type OrgFeatures = {\n leaveManagement: Scalars['Boolean']['output'];\n};\n\nexport type OrgFeaturesInput = {\n leaveManagement?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type PageInfo = {\n endCursor?: Maybe<Scalars['String']['output']>;\n hasNextPage: Scalars['Boolean']['output'];\n hasPreviousPage: Scalars['Boolean']['output'];\n startCursor?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PaperworkAssignment = {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person to whom this assignment is currently assigned. This will change as an assignment's status changes. */\n assignee?: Maybe<Person>;\n /** The person who assigned this assignment. */\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n /** If present, this assignment (if it has an `ASSIGNED` status) will be included in the owner's onboarding. The value of this field will also be used to determine the order assignments are shown during onboarding. If the owner has already completed onboarding this field has no effect. */\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n /** The person who is submitting this assignment. */\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who processed this assignment. */\n processor?: Maybe<Person>;\n /** The person who is receiving this assignment's submission. This is typically a person with an admin role. */\n responsible?: Maybe<Person>;\n /** The person this assignment is about. For many assignments this will be the same as the owner, but for some assignments such as reviews or tasks the subject may be different from the owner. */\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The person who submitted this assignment. */\n submitter?: Maybe<Person>;\n /** The template to which this assignment belongs. The template can be changed at any time and there is not guarantee that the assignment was created from the template. */\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PaperworkAssignmentNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n/**\n * The intersection of a person and paperwork type. Most usefully, this provides a `status` that\n * explains relationship between each person and paperwork type (e.g. \"missing\" if the paperwork type\n * needs to be assigned to the person or \"expired\" if the person's most recent assignment that belongs\n * to that paperwork type has expired).\n */\nexport type PaperworkSummary = {\n latestAssignment?: Maybe<PaperworkAssignment>;\n latestAssignmentApprovalSummary: ApprovalSummary;\n paperworkType: PaperworkType;\n person: Person;\n required: Scalars['Boolean']['output'];\n status: PaperworkSummaryStatus;\n template?: Maybe<PaperworkTemplate>;\n};\n\n/**\n * Generally speaking, this expected progression of a paperwork summary:\n *\n * 1. `MISSING`\n * 2. `DRAFT`\n * 3. `PENDING_APPROVAL`\n * 4. `APPROVED`\n * 5. `ASSIGNED`\n * 6. `DUE_SOON`\n * 7. `OVERDUE`\n * 8. `SUBMITTED`\n * 9. `PROCESSED`\n * 10. `EXPIRING_SOON`\n * 11. `EXPIRED`\n *\n * The status of a paperwork summary is determined using the following algorithm:\n *\n * 1. Let _person_ be the person associated with this paperwork summary.\n *\n * 2. Let _template_ be the template associated with this paperwork summary.\n *\n * 3. Let _latest assignment_ be the most recently created assignment where the\n * owner is _person_ and the template is _template_.\n *\n * 4. If _latest assignment_ is not null:\n *\n * 1. If the status of _latest assignment_ is `DRAFT`:\n *\n * 1. If _latest assignment_ has 1 or more approvals (with any status):\n *\n * 1. If all the approvals on _latest assignment_ have an \"approved\"\n * status:\n *\n * 1. Return `APPROVED`.\n * 2. Return `PENDING_APPROVAL`.\n *\n * 2. Return `DRAFT`.\n *\n * 2. If the status of _latest assignment_ is `ASSIGNED`:\n *\n * 1. If the due date status of _latest assignment_ is `OVERDUE`:\n *\n * 1. Return `OVERDUE`.\n *\n * 2. If the due date status of _latest assignment_ is `DUE_SOON`:\n *\n * 1. Return `DUE_SOON`.\n * 3. Return `ASSIGNED`.\n *\n * 3. If the status of _latest assignment_ is `SUBMITTED`:\n *\n * 1. Return `SUBMITTED`.\n *\n * 4. If the expiry status of _latest assignment_ is `EXPIRED` or\n * `RECENTLY_EXPIRED`:\n *\n * 1. Return `EXPIRED`.\n *\n * 5. If the expiry status of _latest assignment_ is `EXPIRING_SOON`:\n *\n * 1. Return `EXPIRING_SOON`.\n *\n * 6. Return `PROCESSED`.\n *\n * 5. If the _template_ is marked as required for _person_:\n *\n * 1. Return `MISSING`.\n *\n * 6. Return nothing. (The template is not required for the person and there is no assignment — a paperwork summary will not exist and therefore a status is not needed.)\n */\nexport enum PaperworkSummaryStatus {\n Approved = 'APPROVED',\n Assigned = 'ASSIGNED',\n Draft = 'DRAFT',\n DueSoon = 'DUE_SOON',\n Expired = 'EXPIRED',\n ExpiringSoon = 'EXPIRING_SOON',\n Missing = 'MISSING',\n Overdue = 'OVERDUE',\n PendingApproval = 'PENDING_APPROVAL',\n Processed = 'PROCESSED',\n Submitted = 'SUBMITTED'\n}\n\nexport type PaperworkTemplate = {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<PaperworkAssignment>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PaperworkTemplateConnection = {\n edges: Array<PaperworkTemplateEdge>;\n nodes: Array<PaperworkTemplate>;\n pageInfo: PageInfo;\n totalCount: Scalars['Int']['output'];\n};\n\nexport type PaperworkTemplateEdge = {\n cursor: Scalars['String']['output'];\n node: PaperworkTemplate;\n};\n\nexport type PaperworkType = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n autoProcessSubmittedPaperwork: Scalars['Boolean']['output'];\n autoReassignMode: PaperworkTypeAutoReassignMode;\n bundledPaperworkTypes: Array<BundledPaperworkType>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n defaultDueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n defaultExpirationWarningDays?: Maybe<Scalars['Int']['output']>;\n defaultResponsiblePerson?: Maybe<Person>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n paperworkSummaries: Array<PaperworkSummary>;\n templates: PaperworkTemplateConnection;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PaperworkTypeTemplatesArgs = {\n after?: InputMaybe<Scalars['String']['input']>;\n first?: InputMaybe<Scalars['Int']['input']>;\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum PaperworkTypeAutoReassignMode {\n All = 'ALL',\n None = 'NONE',\n Optional = 'OPTIONAL',\n Required = 'REQUIRED'\n}\n\nexport enum PayPeriod {\n Hour = 'HOUR',\n Year = 'YEAR'\n}\n\nexport type PerformanceReview = {\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n createdAt: Scalars['DateTime']['output'];\n cycle: PerformanceReviewCycle;\n id: Scalars['ID']['output'];\n lastEditedAt?: Maybe<Scalars['DateTime']['output']>;\n lastEditedBy?: Maybe<Person>;\n questions: Array<PerformanceReviewQuestionResponse>;\n reviewee: PerformanceReviewReviewee;\n reviewer?: Maybe<Person>;\n status: PerformanceReviewStatus;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submittedBy?: Maybe<Person>;\n type: PerformanceReviewType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewCycle = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n completedAt?: Maybe<Scalars['DateTime']['output']>;\n completedBy?: Maybe<Person>;\n config: PerformanceReviewCycleConfig;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n id: Scalars['ID']['output'];\n launchedAt?: Maybe<Scalars['DateTime']['output']>;\n launchedBy?: Maybe<Person>;\n name: Scalars['String']['output'];\n org: Org;\n revieweeCount: Scalars['Int']['output'];\n reviewees: Array<PerformanceReviewReviewee>;\n status: PerformanceReviewCycleStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewCycleConfig = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n isManagerReviewIncluded: Scalars['Boolean']['output'];\n isManagerReviewVisibleToReviewee: Scalars['Boolean']['output'];\n isSelfReviewIncluded: Scalars['Boolean']['output'];\n isSelfReviewVisibleToManager: Scalars['Boolean']['output'];\n managerReviewDueDate?: Maybe<Scalars['Date']['output']>;\n managerReviewTemplate?: Maybe<PerformanceReviewTemplate>;\n scheduledStartDate?: Maybe<Scalars['Date']['output']>;\n selfReviewDueDate?: Maybe<Scalars['Date']['output']>;\n selfReviewTemplate?: Maybe<PerformanceReviewTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum PerformanceReviewCycleStatus {\n Completed = 'COMPLETED',\n Draft = 'DRAFT',\n InProgress = 'IN_PROGRESS'\n}\n\nexport type PerformanceReviewNotification = Notification & {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n performanceReview?: Maybe<PerformanceReview>;\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewQuestion = {\n createdAt: Scalars['DateTime']['output'];\n cycle: PerformanceReviewCycle;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n orderIndex: Scalars['Int']['output'];\n required: Scalars['Boolean']['output'];\n savedQuestion?: Maybe<PerformanceReviewSavedQuestion>;\n template?: Maybe<PerformanceReviewTemplate>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewQuestionResponse = {\n question: PerformanceReviewQuestion;\n response?: Maybe<PerformanceReviewResponse>;\n};\n\nexport type PerformanceReviewResponse = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n lastSavedAt?: Maybe<Scalars['DateTime']['output']>;\n lastSavedBy?: Maybe<Person>;\n question: PerformanceReviewQuestion;\n responseValue?: Maybe<QuestionResponse>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewReviewee = {\n additionalManagers: Array<Person>;\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n cycle: PerformanceReviewCycle;\n id: Scalars['ID']['output'];\n person: Person;\n primaryManager?: Maybe<Person>;\n reviews: Array<PerformanceReview>;\n sharedAt?: Maybe<Scalars['DateTime']['output']>;\n sharedBy?: Maybe<Person>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type PerformanceReviewRevieweeInput = {\n personId: Scalars['ID']['input'];\n primaryManagerId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type PerformanceReviewSavedQuestion = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n org: Org;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum PerformanceReviewStatus {\n Assigned = 'ASSIGNED',\n Incomplete = 'INCOMPLETE',\n Submitted = 'SUBMITTED'\n}\n\nexport type PerformanceReviewTemplate = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n templateQuestions: Array<PerformanceReviewTemplateQuestion>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PerformanceReviewTemplateTemplateQuestionsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type PerformanceReviewTemplateQuestion = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n id: Scalars['ID']['output'];\n orderIndex: Scalars['Int']['output'];\n required: Scalars['Boolean']['output'];\n savedQuestion: PerformanceReviewSavedQuestion;\n template: PerformanceReviewTemplate;\n};\n\nexport enum PerformanceReviewType {\n Manager = 'MANAGER',\n Self = 'SELF'\n}\n\nexport type Person = {\n /** When this person was first activated (transitioned from `ONBOARDING` to `ACTIVE`). */\n activatedAt?: Maybe<Scalars['DateTime']['output']>;\n apiTokens: Array<ApiToken>;\n archived: Scalars['Boolean']['output'];\n /** When this person was last archived. If a person is restored after being archived this field will be reset to null. */\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n /** All the assignments associated with a person. */\n assignments: Array<Assignment>;\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n bundledPeople: Array<BundledPerson>;\n /**\n * Certificates, certifications, identity documents, permits and other official documents that belong to this person.\n * @deprecated Use the 'Person.assignments' field instead.\n */\n certificates: Array<Certificate>;\n /** All changes to this person's information in reverse chronological order. */\n changeHistory: Array<PersonChange>;\n /** @deprecated The need to confirm a is going to br removed */\n confirmedProfile: Scalars['Boolean']['output'];\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n currentJob?: Maybe<Job>;\n customTables: Array<CustomTable>;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n displayName: Scalars['String']['output'];\n /**\n * Documents that have been assigned to this person.\n * @deprecated Use the 'Person.assignments' field instead.\n */\n documents: Array<Document>;\n emailNotificationSettings: EmailNotificationSettings;\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n employeeCode?: Maybe<Scalars['String']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n endDate?: Maybe<Scalars['Date']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n hue: Scalars['Decimal']['output'];\n /** A version 4 UUID that identifies this person in Worknice. */\n id: Scalars['ID']['output'];\n /** Only present if this person's role is 'BOT'. Indicates the integration this bot is associated with. */\n integration?: Maybe<Integration>;\n /** When this person was first invited (transitioned from `DRAFT` to `ONBOARDING`). */\n invitedAt?: Maybe<Scalars['DateTime']['output']>;\n /** All the jobs the person has held or will hold in the future. */\n jobs: Array<Job>;\n location?: Maybe<Location>;\n /** The logins associated with this person. */\n logins: Array<Login>;\n notes: Array<Note>;\n notifications: Array<Notification>;\n /** The user to which notifications for the person should be sent. If null, the email notifications should not be sent. */\n notificationsUser?: Maybe<User>;\n org: Org;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n paperworkSummaries: Array<PaperworkSummary>;\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n profileBio?: Maybe<Scalars['String']['output']>;\n profileBirthday?: Maybe<Birthday>;\n /** The email address this person uses for work. */\n profileEmail?: Maybe<Scalars['String']['output']>;\n profileImage?: Maybe<Media>;\n /** The phone number this person uses for work. */\n profilePhone?: Maybe<Scalars['String']['output']>;\n profilePronouns?: Maybe<Scalars['String']['output']>;\n /** @deprecated Use 'assignments' instead */\n questionnaires: Array<Questionnaire>;\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n reviews: Array<StandardReview>;\n role: PersonRole;\n startDate?: Maybe<Scalars['Date']['output']>;\n status: PersonStatus;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n tags: Array<Tag>;\n /** @deprecated Use 'assignments' instead */\n tasks: Array<Task>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n /** When this person was last terminated. If a person is re-activated after being terminated this field will be reset to null. */\n terminatedAt?: Maybe<Scalars['DateTime']['output']>;\n timeZone: Scalars['Timezone']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PersonAssignmentsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n onlyOnboarding?: InputMaybe<Scalars['Boolean']['input']>;\n relation?: InputMaybe<Array<AssignmentRelation>>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n type?: InputMaybe<Array<AssignmentType>>;\n};\n\n\nexport type PersonCertificatesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n};\n\n\nexport type PersonCustomTablesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type PersonDocumentsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n};\n\n\nexport type PersonNotesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type PersonNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type PersonQuestionnairesArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n status?: InputMaybe<Array<AssignmentStatus>>;\n};\n\n\nexport type PersonReviewsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n relation?: InputMaybe<Array<InputMaybe<ReviewRelation>>>;\n status?: InputMaybe<Array<StandardReviewStatus>>;\n};\n\n\nexport type PersonTasksArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n/** The bank account(s) into which a person's pay is deposited and how is should be allocated. */\nexport type PersonBankAccountsChange = {\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n};\n\nexport type PersonBankAccountsChangeInput = {\n bankAccount1Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount1AllocationMethod: AllocationMethod;\n bankAccount1Bsb: Scalars['String']['input'];\n bankAccount1Name: Scalars['String']['input'];\n bankAccount1Number: Scalars['String']['input'];\n bankAccount2Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount2AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount2Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount2Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount3AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount3Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount3Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount4AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount4Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount4Number?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Allocation?: InputMaybe<Scalars['Decimal']['input']>;\n bankAccount5AllocationMethod?: InputMaybe<AllocationMethod>;\n bankAccount5Bsb?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Name?: InputMaybe<Scalars['String']['input']>;\n bankAccount5Number?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n};\n\nexport type PersonConnection = IntegrationConnection & {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n integration: Integration;\n leaveBalances?: Maybe<Array<LeaveBalance>>;\n leaveCategories: Array<LeaveCategory>;\n leaveHoursEstimate?: Maybe<LeaveHoursEstimate>;\n leaveRequests: Array<LeaveRequest>;\n person?: Maybe<Person>;\n remote?: Maybe<ConnectionRemote>;\n status: ConnectionStatus;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type PersonConnectionLeaveHoursEstimateArgs = {\n fromDate: Scalars['DateTime']['input'];\n leaveCategoryId: Scalars['String']['input'];\n toDate: Scalars['DateTime']['input'];\n};\n\n\nexport type PersonConnectionLeaveRequestsArgs = {\n relation?: InputMaybe<LeaveRequestRelation>;\n};\n\nexport type PersonDataImportLine = DataImportLine & PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonRemunerationChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n dataImport: DataImport;\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n familyName?: Maybe<Scalars['String']['output']>;\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n id: Scalars['ID']['output'];\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n person: Person;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n rawConfig: Scalars['String']['output'];\n rawData: Scalars['String']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type PersonDataTransferConfigInput = {\n bankAccounts: Scalars['Boolean']['input'];\n dateOfBirth: Scalars['Boolean']['input'];\n emergencyContacts: Scalars['Boolean']['input'];\n fullName: Scalars['Boolean']['input'];\n gender: Scalars['Boolean']['input'];\n personalEmail: Scalars['Boolean']['input'];\n personalPhone: Scalars['Boolean']['input'];\n postalAddress: Scalars['Boolean']['input'];\n profile: Scalars['Boolean']['input'];\n remuneration: Scalars['Boolean']['input'];\n residentialAddress: Scalars['Boolean']['input'];\n superFunds: Scalars['Boolean']['input'];\n taxDetails: Scalars['Boolean']['input'];\n tenure: Scalars['Boolean']['input'];\n};\n\nexport type PersonDateOfBirthChange = {\n createdAt: Scalars['DateTime']['output'];\n dateOfBirth?: Maybe<Scalars['Date']['output']>;\n id: Scalars['ID']['output'];\n};\n\nexport type PersonDateOfBirthChangeInput = {\n dateOfBirth?: InputMaybe<Scalars['Date']['input']>;\n};\n\nexport type PersonEmergencyContactsChange = {\n createdAt: Scalars['DateTime']['output'];\n emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact1AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact1Email?: Maybe<Scalars['String']['output']>;\n emergencyContact1Name?: Maybe<Scalars['String']['output']>;\n emergencyContact1Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact1Relationship?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCity?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressCountry?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine1?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressLine2?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressPostcode?: Maybe<Scalars['String']['output']>;\n emergencyContact2AddressState?: Maybe<Scalars['String']['output']>;\n emergencyContact2Email?: Maybe<Scalars['String']['output']>;\n emergencyContact2Name?: Maybe<Scalars['String']['output']>;\n emergencyContact2Phone?: Maybe<Scalars['String']['output']>;\n emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n};\n\nexport type PersonEmergencyContactsChangeInput = {\n emergencyContact1AddressCity?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressCountry?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressLine1?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressLine2?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1AddressState?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Email?: InputMaybe<Scalars['String']['input']>;\n emergencyContact1Name: Scalars['String']['input'];\n emergencyContact1Phone: Scalars['String']['input'];\n emergencyContact1Relationship: Scalars['String']['input'];\n emergencyContact2AddressCity?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressCountry?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressLine1?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressLine2?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressPostcode?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2AddressState?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Email?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Name?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Phone?: InputMaybe<Scalars['String']['input']>;\n emergencyContact2Relationship?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonFullNameChange = {\n createdAt: Scalars['DateTime']['output'];\n familyName?: Maybe<Scalars['String']['output']>;\n givenName?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n};\n\n/** A person's full name for legal purposes (given name, family name and other given names). */\nexport type PersonFullNameChangeInput = {\n familyName?: InputMaybe<Scalars['String']['input']>;\n givenName?: InputMaybe<Scalars['String']['input']>;\n otherGivenNames?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonGenderChange = {\n createdAt: Scalars['DateTime']['output'];\n gender?: Maybe<Gender>;\n id: Scalars['ID']['output'];\n};\n\nexport type PersonGenderChangeInput = {\n gender?: InputMaybe<Gender>;\n};\n\nexport type PersonPersonalEmailChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n personalEmail?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonPersonalEmailChangeInput = {\n personalEmail?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type PersonPersonalPhoneChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n personalPhone?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonPersonalPhoneChangeInput = {\n personalPhone?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** The address to which this person's mail should be sent. */\nexport type PersonPostalAddressChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n postalAddressCity?: Maybe<Scalars['String']['output']>;\n postalAddressCountry?: Maybe<Scalars['String']['output']>;\n postalAddressLine1?: Maybe<Scalars['String']['output']>;\n postalAddressLine2?: Maybe<Scalars['String']['output']>;\n postalAddressPostcode?: Maybe<Scalars['String']['output']>;\n postalAddressState?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonPostalAddressChangeInput = {\n postalAddressCity: Scalars['String']['input'];\n postalAddressCountry: Scalars['String']['input'];\n postalAddressLine1: Scalars['String']['input'];\n postalAddressLine2?: InputMaybe<Scalars['String']['input']>;\n postalAddressPostcode: Scalars['String']['input'];\n postalAddressState: Scalars['String']['input'];\n};\n\n/** The person's employment basis, pay rate and pay period. */\nexport type PersonRemunerationChange = {\n createdAt: Scalars['DateTime']['output'];\n employmentBasis?: Maybe<TaxEmploymentBasis>;\n id: Scalars['ID']['output'];\n payPeriod?: Maybe<PayPeriod>;\n payRate?: Maybe<Scalars['Decimal']['output']>;\n};\n\n/** The physical address where the person lives. */\nexport type PersonResidentialAddressChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonResidentialAddressChangeInput = {\n residentialAddressCity: Scalars['String']['input'];\n residentialAddressCountry: Scalars['String']['input'];\n residentialAddressLine1: Scalars['String']['input'];\n residentialAddressLine2?: InputMaybe<Scalars['String']['input']>;\n residentialAddressPostcode: Scalars['String']['input'];\n residentialAddressState: Scalars['String']['input'];\n};\n\nexport enum PersonRole {\n /** A Worknice employee who is managing the account. This person has full admin access to the account, but is not visible to the account's employees, managers etc. */\n AccountManager = 'ACCOUNT_MANAGER',\n /** A person with this role has full access to their associated account. They can invite, update and remove people to/from the account and modify all account settings. */\n AccountOwner = 'ACCOUNT_OWNER',\n /** A robot controlled by an integration. */\n Bot = 'BOT',\n /**\n * In almost every respect, this is the same as an 'EMPLOYEE' role. The only difference is cosmetic.\n * @deprecated Use 'EMPLOYEE' instead\n */\n Contractor = 'CONTRACTOR',\n /** A person with this role has limited access to their associated org. */\n Employee = 'EMPLOYEE',\n /** A person with this role has limited access to their associated org. Currently, they can only see their own details and add approve leave request. */\n Manager = 'MANAGER'\n}\n\nexport enum PersonStatus {\n /** A person with this status is visible to everyone in the organisation. */\n Active = 'ACTIVE',\n /**\n * A person with this status is only visible to admin users.\n *\n * You can transition a person from 'DRAFT' to 'ONBOARDING' using the 'invitePerson' mutation.\n */\n Draft = 'DRAFT',\n /**\n * A person with this status has been invited into Worknice. They are visible to everyone in the organisation.\n *\n * You can transition a person from 'ONBOARDING' to 'ACTIVE' using the 'activatePerson' mutation.\n */\n Onboarding = 'ONBOARDING',\n /** A person with this status has no access to Worknice and is only visible to admin users. */\n Terminated = 'TERMINATED'\n}\n\n/** Funds a person's superannuation is to be deposited into. Includes the amount to allocate to each fund. */\nexport type PersonSuperFundsChange = {\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PersonSuperFundsChangeInput = {\n superFund1MemberName?: InputMaybe<Scalars['String']['input']>;\n superFund1MemberNumber?: InputMaybe<Scalars['String']['input']>;\n superFund1Name?: InputMaybe<Scalars['String']['input']>;\n superFund1Nomination: SuperFundNomination;\n superFund1Usi?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** TFN (or TFN exemption reason), residency status, tax free threshold claim and loan or student debt status. */\nexport type PersonTaxDetailsChange = {\n createdAt: Scalars['DateTime']['output'];\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n id: Scalars['ID']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type PersonTaxDetailsChangeInput = {\n hasLoanOrStudentDebt?: InputMaybe<Scalars['Boolean']['input']>;\n residencyStatus: TaxResidencyStatus;\n taxFileNumber?: InputMaybe<Scalars['String']['input']>;\n taxFileNumberExemption: TaxFileNumberExemption;\n taxFreeThresholdClaimed?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n/** The start and end date of a person's employment. */\nexport type PersonTenureChange = {\n createdAt: Scalars['DateTime']['output'];\n endDate?: Maybe<Scalars['Date']['output']>;\n id: Scalars['ID']['output'];\n startDate?: Maybe<Scalars['Date']['output']>;\n};\n\nexport type PersonTenureChangeInput = {\n endDate?: InputMaybe<Scalars['Date']['input']>;\n startDate: Scalars['Date']['input'];\n};\n\n/** A position in an organization. */\nexport type Position = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['Date']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n currentJob?: Maybe<Job>;\n department?: Maybe<Department>;\n id: Scalars['ID']['output'];\n jobs: Array<Job>;\n manager?: Maybe<Position>;\n org: Org;\n positionCode?: Maybe<Scalars['String']['output']>;\n reports: Array<Position>;\n title: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Query = {\n account: Account;\n /** All the apps available for integrating with Worknice. */\n apps: Array<App>;\n assignment: Assignment;\n basicAbnFormTemplate: BasicAbnFormTemplate;\n basicBankAccountFormTemplate: BasicBankAccountFormTemplate;\n basicEmergencyContactFormTemplate: BasicEmergencyContactFormTemplate;\n basicPersonalDetailsFormTemplate: BasicPersonalDetailsFormTemplate;\n basicPreEmploymentFormTemplate: BasicPreEmploymentFormTemplate;\n basicSuperFormTemplate: BasicSuperFormTemplate;\n basicTaxFormTemplate: BasicTaxFormTemplate;\n bundle: Bundle;\n certificate: Certificate;\n certificateTemplate: CertificateTemplate;\n customTable: CustomTable;\n dataImport: DataImport;\n dataImportLine: DataImportLine;\n document: Document;\n documentTemplate: DocumentTemplate;\n integration: Integration;\n job: Job;\n keypayEmployee: KeypayEmployee;\n keypayEmployeeFormTemplate: KeypayEmployeeFormTemplate;\n keypayLeaveEmployee: KeypayLeaveEmployee;\n leaveRequest: LeaveRequest;\n note: Note;\n org: Org;\n paperworkType: PaperworkType;\n performanceReview: PerformanceReview;\n performanceReviewCycle: PerformanceReviewCycle;\n performanceReviewReviewee: PerformanceReviewReviewee;\n performanceReviewTemplate: PerformanceReviewTemplate;\n person?: Maybe<Person>;\n personConnection: PersonConnection;\n position: Position;\n questionnaire: Questionnaire;\n questionnaireTemplate: QuestionnaireTemplate;\n reviewCycle: ReviewCycle;\n savedQuestion: SavedQuestion;\n session: Session;\n standardReview: StandardReview;\n standardReviewTemplate: StandardReviewTemplate;\n task: Task;\n taskTemplate: TaskTemplate;\n template: Template;\n /** The time used in the database transaction when processing this request. This is useful for ensuring consistent rendering of time-sensitive UI on the server and client. */\n time: Scalars['DateTime']['output'];\n user: User;\n};\n\n\nexport type QueryAccountArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryAssignmentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicAbnFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicBankAccountFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicEmergencyContactFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicPersonalDetailsFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicPreEmploymentFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicSuperFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBasicTaxFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryBundleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryCertificateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryCertificateTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryCustomTableArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDataImportArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDataImportLineArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDocumentArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryDocumentTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryIntegrationArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryJobArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryKeypayEmployeeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryKeypayEmployeeFormTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryKeypayLeaveEmployeeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryLeaveRequestArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryNoteArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryOrgArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPaperworkTypeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewRevieweeArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPerformanceReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPersonArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPersonConnectionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryPositionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryQuestionnaireArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryQuestionnaireTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryReviewCycleArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QuerySavedQuestionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryStandardReviewArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryStandardReviewTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryTaskArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryTaskTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryTemplateArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type QueryUserArgs = {\n id: Scalars['ID']['input'];\n};\n\nexport type Question = {\n config: QuestionConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n required: Scalars['Boolean']['output'];\n response?: Maybe<QuestionResponse>;\n savedQuestion?: Maybe<SavedQuestion>;\n subject: Person;\n submitted: Scalars['Boolean']['output'];\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type QuestionConfig = QuestionLikert5Config | QuestionMultipleChoiceConfig | QuestionMultipleChoiceOtherConfig | QuestionTextConfig;\n\n/**\n * One and only one of the fields must be provided.\n *\n * This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) when it's introduced to GraphQL.\n */\nexport type QuestionConfigInput = {\n likert5?: InputMaybe<QuestionLikert5ConfigInput>;\n multipleChoice?: InputMaybe<QuestionMultipleChoiceConfigInput>;\n multipleChoiceOther?: InputMaybe<QuestionMultipleChoiceOtherConfigInput>;\n text?: InputMaybe<QuestionTextConfigInput>;\n};\n\nexport type QuestionLikert5Config = {\n options: Array<Scalars['String']['output']>;\n};\n\nexport type QuestionLikert5ConfigInput = {\n /** There must be 2, 3 or 5 options. */\n options: Array<Scalars['String']['input']>;\n};\n\nexport type QuestionLikert5Response = {\n choice: Scalars['Int']['output'];\n};\n\nexport type QuestionLikert5ResponseInput = {\n choice: Scalars['Int']['input'];\n};\n\nexport type QuestionMultipleChoiceConfig = {\n options: Array<Scalars['String']['output']>;\n};\n\nexport type QuestionMultipleChoiceConfigInput = {\n /** At least 2 options must be provided. */\n options: Array<Scalars['String']['input']>;\n};\n\nexport type QuestionMultipleChoiceOtherConfig = {\n options: Array<Scalars['String']['output']>;\n};\n\nexport type QuestionMultipleChoiceOtherConfigInput = {\n /** At least 1 option must be provided. */\n options: Array<Scalars['String']['input']>;\n};\n\nexport type QuestionMultipleChoiceOtherResponse = {\n choice?: Maybe<Scalars['Int']['output']>;\n other?: Maybe<Scalars['String']['output']>;\n};\n\n/**\n * One and only one of the fields must be provided.\n *\n * This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) when it's introduced to GraphQL.\n */\nexport type QuestionMultipleChoiceOtherResponseInput = {\n choice?: InputMaybe<Scalars['Int']['input']>;\n other?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type QuestionMultipleChoiceResponse = {\n choice: Scalars['Int']['output'];\n};\n\nexport type QuestionMultipleChoiceResponseInput = {\n choice: Scalars['Int']['input'];\n};\n\nexport type QuestionResponse = QuestionLikert5Response | QuestionMultipleChoiceOtherResponse | QuestionMultipleChoiceResponse | QuestionTextResponse;\n\n/**\n * One and only one of the fields will be returned.\n *\n * This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) if/when support for OneOf fields is introduced to GraphQL.\n */\nexport type QuestionResponseInput = {\n likert5?: InputMaybe<QuestionLikert5ResponseInput>;\n multipleChoice?: InputMaybe<QuestionMultipleChoiceResponseInput>;\n multipleChoiceOther?: InputMaybe<QuestionMultipleChoiceOtherResponseInput>;\n text?: InputMaybe<QuestionTextResponseInput>;\n};\n\nexport type QuestionTemplateInput = {\n id?: InputMaybe<Scalars['String']['input']>;\n required: Scalars['Boolean']['input'];\n savedQuestionId: Scalars['ID']['input'];\n};\n\nexport type QuestionTextConfig = {\n _?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type QuestionTextConfigInput = {\n _?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type QuestionTextResponse = {\n value: Scalars['String']['output'];\n};\n\nexport type QuestionTextResponseInput = {\n value: Scalars['String']['input'];\n};\n\nexport enum QuestionType {\n Likert_5 = 'LIKERT_5',\n MultipleChoice = 'MULTIPLE_CHOICE',\n MultipleChoiceOther = 'MULTIPLE_CHOICE_OTHER',\n Text = 'TEXT'\n}\n\nexport type Questionnaire = Assignment & PaperworkAssignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n paperworkType: PaperworkType;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n questions: Array<QuestionnaireQuestion>;\n responsible?: Maybe<Person>;\n status: AssignmentStatus;\n subject?: Maybe<Person>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<PaperworkTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type QuestionnaireNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type QuestionnaireQuestion = Question & {\n config: QuestionConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n questionnaire: Questionnaire;\n required: Scalars['Boolean']['output'];\n response?: Maybe<QuestionResponse>;\n responseBoolean?: Maybe<Scalars['Boolean']['output']>;\n responseDate?: Maybe<Scalars['Date']['output']>;\n responseDateTime?: Maybe<Scalars['DateTime']['output']>;\n responseDecimal?: Maybe<Scalars['Decimal']['output']>;\n responseInteger?: Maybe<Scalars['Int']['output']>;\n responseText?: Maybe<Scalars['String']['output']>;\n savedQuestion?: Maybe<SavedQuestion>;\n subject: Person;\n submitted: Scalars['Boolean']['output'];\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type QuestionnaireQuestionAnswerInput = {\n boolean?: InputMaybe<Scalars['Boolean']['input']>;\n date?: InputMaybe<Scalars['Date']['input']>;\n dateTime?: InputMaybe<Scalars['DateTime']['input']>;\n decimal?: InputMaybe<Scalars['Decimal']['input']>;\n id: Scalars['ID']['input'];\n integer?: InputMaybe<Scalars['Int']['input']>;\n text?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type QuestionnaireQuestionInput = {\n description?: InputMaybe<Scalars['Markdown']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n label: Scalars['String']['input'];\n /** Only required for a 'LIKERT_5' type question. There must be 2, 3 or 5 options. */\n options?: InputMaybe<Array<Scalars['String']['input']>>;\n required: Scalars['Boolean']['input'];\n savedQuestionId?: InputMaybe<Scalars['ID']['input']>;\n type: QuestionType;\n};\n\nexport type QuestionnaireTemplate = PaperworkTemplate & Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Questionnaire>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n instructions?: Maybe<Scalars['String']['output']>;\n name: Scalars['String']['output'];\n org: Org;\n paperworkType: PaperworkType;\n questions: Array<QuestionnaireTemplateQuestion>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type QuestionnaireTemplateQuestion = {\n id: Scalars['ID']['output'];\n required: Scalars['Boolean']['output'];\n savedQuestion: SavedQuestion;\n template: QuestionnaireTemplate;\n};\n\nexport type ReviewCycle = {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['Date']['output']>;\n archiver?: Maybe<Person>;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n reviews: Array<StandardReview>;\n savedOverviewQuestion?: Maybe<SavedQuestion>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type ReviewCycleReviewsArgs = {\n includeArchived?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum ReviewRelation {\n Responsible = 'RESPONSIBLE',\n Reviewer = 'REVIEWER',\n Subject = 'SUBJECT'\n}\n\nexport type SavedQuestion = {\n archived: Scalars['Boolean']['output'];\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n label: Scalars['String']['output'];\n options?: Maybe<Array<Scalars['String']['output']>>;\n org: Org;\n questionnaireTemplateQuestions: Array<QuestionnaireTemplateQuestion>;\n questions: Array<Question>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type Session = {\n /**\n * The account of the org of the person associated with the active login or API token. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n account?: Maybe<Account>;\n authMethod?: Maybe<AuthMethod>;\n authState: AuthState;\n /**\n * The active login. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated using an API token.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n login?: Maybe<Login>;\n /**\n * The org of the person associated with the active login or API token. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n org?: Maybe<Org>;\n /**\n * The person associated with the active login or API token. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated (not using an API token), but the user does not have an active login.\n */\n person?: Maybe<Person>;\n /**\n * The active user. This will be null under any of the following conditions:\n *\n * - The session is not authenticated.\n * - The session is authenticated using an API token.\n */\n user?: Maybe<User>;\n};\n\n/** The end date is inclusive (i.e. if `endDate` is the same as `startDate`, the event is a single day event). */\nexport type SharedCalendarEvent = {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n owner?: Maybe<Person>;\n startDate: Scalars['Date']['output'];\n};\n\nexport type SignatureUploadDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n responder: DocumentFieldResponder;\n};\n\nexport type SignatureUploadDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n responder: DocumentFieldResponder;\n};\n\nexport type SignatureUploadDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['Upload']['input'];\n};\n\nexport type SmartDocumentField = DocumentField & {\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n prefix?: Maybe<Scalars['String']['output']>;\n responder: DocumentFieldResponder;\n smartFieldType: SmartDocumentFieldType;\n suffix?: Maybe<Scalars['String']['output']>;\n};\n\nexport type SmartDocumentFieldConfigInput = {\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['String']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n prefix?: InputMaybe<Scalars['String']['input']>;\n responder: DocumentFieldResponder;\n smartFieldType: SmartDocumentFieldType;\n suffix?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type SmartDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport enum SmartDocumentFieldType {\n DateOfBirth = 'DATE_OF_BIRTH',\n DisplayName = 'DISPLAY_NAME',\n EmployeeCode = 'EMPLOYEE_CODE',\n EndDate = 'END_DATE',\n FamilyName = 'FAMILY_NAME',\n FullName = 'FULL_NAME',\n GivenName = 'GIVEN_NAME',\n LocationName = 'LOCATION_NAME',\n PersonalEmail = 'PERSONAL_EMAIL',\n PersonalPhone = 'PERSONAL_PHONE',\n PostalAddress = 'POSTAL_ADDRESS',\n ResidentialAddress = 'RESIDENTIAL_ADDRESS',\n StartDate = 'START_DATE',\n WorkEmail = 'WORK_EMAIL',\n WorkPhone = 'WORK_PHONE'\n}\n\nexport type StandardReview = Assignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n /** The time when the review takes place. */\n date?: Maybe<Scalars['DateTime']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n questions: Array<StandardReviewQuestion>;\n responsible: Person;\n reviewCycle?: Maybe<ReviewCycle>;\n reviewer: Person;\n reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;\n scheduledAt?: Maybe<Scalars['DateTime']['output']>;\n scheduler?: Maybe<Person>;\n status: StandardReviewStatus;\n subject: Person;\n subjectInstructions?: Maybe<Scalars['Markdown']['output']>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<StandardReviewTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type StandardReviewNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type StandardReviewQuestionsArgs = {\n respondent?: InputMaybe<Array<StandardReviewQuestionRespondent>>;\n};\n\nexport type StandardReviewNotification = Notification & {\n createdAt: Scalars['DateTime']['output'];\n emailSentAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n person?: Maybe<Person>;\n read: Scalars['Boolean']['output'];\n /** This field is nullable because the viewer may no longer have access to the review this notification is about. */\n standardReview?: Maybe<StandardReview>;\n type: NotificationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type StandardReviewQuestion = Question & {\n config: QuestionConfig;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n label: Scalars['String']['output'];\n required: Scalars['Boolean']['output'];\n respondent: StandardReviewQuestionRespondent;\n response?: Maybe<QuestionResponse>;\n review: StandardReview;\n savedQuestion?: Maybe<SavedQuestion>;\n subject: Person;\n submitted: Scalars['Boolean']['output'];\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n type: QuestionType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum StandardReviewQuestionRespondent {\n Reviewer = 'REVIEWER',\n Subject = 'SUBJECT'\n}\n\nexport enum StandardReviewStatus {\n Assigned = 'ASSIGNED',\n Draft = 'DRAFT',\n Processed = 'PROCESSED',\n Scheduled = 'SCHEDULED',\n Submitted = 'SUBMITTED'\n}\n\nexport type StandardReviewTemplate = Template & {\n archived: Scalars['Boolean']['output'];\n archivedAt?: Maybe<Scalars['DateTime']['output']>;\n archiver?: Maybe<Person>;\n assignmentType: AssignmentType;\n assignments: Array<StandardReview>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n questions: Array<StandardReviewTemplateQuestion>;\n reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;\n subjectInstructions?: Maybe<Scalars['Markdown']['output']>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type StandardReviewTemplateQuestion = {\n id: Scalars['ID']['output'];\n index: Scalars['Int']['output'];\n required: Scalars['Boolean']['output'];\n respondent: StandardReviewQuestionRespondent;\n savedQuestion: SavedQuestion;\n template: StandardReviewTemplate;\n};\n\nexport type StartDateEvent = SharedCalendarEvent & {\n endDate: Scalars['Date']['output'];\n id: Scalars['ID']['output'];\n owner: Person;\n startDate: Scalars['Date']['output'];\n};\n\nexport enum SuperFundNomination {\n EmployerNominated = 'EMPLOYER_NOMINATED',\n NotEntitled = 'NOT_ENTITLED',\n Regulated = 'REGULATED',\n SelfManaged = 'SELF_MANAGED'\n}\n\nexport type Tag = {\n color: TagColor;\n createdAt: Scalars['DateTime']['output'];\n creator: Person;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n people: Array<Person>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum TagColor {\n Blue = 'BLUE',\n Green = 'GREEN',\n Grey = 'GREY',\n Maroon = 'MAROON',\n Orange = 'ORANGE',\n Purple = 'PURPLE',\n Red = 'RED',\n Teal = 'TEAL',\n Yellow = 'YELLOW'\n}\n\nexport type TagInput = {\n color: TagColor;\n description?: InputMaybe<Scalars['String']['input']>;\n name: Scalars['String']['input'];\n tagId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type Task = Assignment & {\n approvals: Array<Approval>;\n archived: Scalars['Boolean']['output'];\n assignedAt?: Maybe<Scalars['DateTime']['output']>;\n assignee?: Maybe<Person>;\n assigner?: Maybe<Person>;\n assignmentStatus: AssignmentStatus;\n assignmentType: AssignmentType;\n createdAt: Scalars['DateTime']['output'];\n creator?: Maybe<Person>;\n description?: Maybe<Scalars['String']['output']>;\n dueDate?: Maybe<Scalars['Date']['output']>;\n dueDateStatus?: Maybe<DueDateStatus>;\n dueDateWarningDays?: Maybe<Scalars['Int']['output']>;\n expirationDate?: Maybe<Scalars['Date']['output']>;\n expirationWarningDays?: Maybe<Scalars['Int']['output']>;\n expiryStatus: ExpiryStatus;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n notifications: Array<Notification>;\n onboardingIndex?: Maybe<Scalars['Int']['output']>;\n owner?: Maybe<Person>;\n processedAt?: Maybe<Scalars['DateTime']['output']>;\n processor?: Maybe<Person>;\n responsible?: Maybe<Person>;\n subject?: Maybe<Person>;\n /** @deprecated Use 'dueDate' instead. */\n submissionDueAt?: Maybe<Scalars['Date']['output']>;\n submittedAt?: Maybe<Scalars['DateTime']['output']>;\n submitter?: Maybe<Person>;\n template?: Maybe<TaskTemplate>;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type TaskNotificationsArgs = {\n includeRead?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type TaskTemplate = Template & {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Task>;\n createdAt: Scalars['DateTime']['output'];\n description?: Maybe<Scalars['Markdown']['output']>;\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum TaxEmploymentBasis {\n Casual = 'CASUAL',\n FullTime = 'FULL_TIME',\n LabourHire = 'LABOUR_HIRE',\n PartTime = 'PART_TIME',\n SuperIncomeStream = 'SUPER_INCOME_STREAM'\n}\n\nexport enum TaxFileNumberExemption {\n None = 'NONE',\n Pending = 'PENDING',\n Pensioner = 'PENSIONER',\n Under_18 = 'UNDER_18'\n}\n\nexport enum TaxResidencyStatus {\n AustralianResident = 'AUSTRALIAN_RESIDENT',\n ForeignResident = 'FOREIGN_RESIDENT',\n WorkingHolidayMaker = 'WORKING_HOLIDAY_MAKER'\n}\n\nexport type Template = {\n archived: Scalars['Boolean']['output'];\n assignmentType: AssignmentType;\n assignments: Array<Assignment>;\n createdAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n org: Org;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type TemplateInput = {\n /** Only used by document templates. */\n fields?: InputMaybe<Array<DocumentFieldInput>>;\n /** ID of the assignment to create from this template. */\n id: Scalars['ID']['input'];\n paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;\n templateId: Scalars['ID']['input'];\n};\n\nexport type TextDocumentField = DocumentField & {\n defaultValue?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n id: Scalars['String']['output'];\n isRequired: Scalars['Boolean']['output'];\n label: Scalars['String']['output'];\n prefix?: Maybe<Scalars['String']['output']>;\n responder: DocumentFieldResponder;\n suffix?: Maybe<Scalars['String']['output']>;\n};\n\nexport type TextDocumentFieldConfigInput = {\n defaultValue?: InputMaybe<Scalars['String']['input']>;\n description?: InputMaybe<Scalars['String']['input']>;\n id: Scalars['ID']['input'];\n isRequired: Scalars['Boolean']['input'];\n label: Scalars['String']['input'];\n prefix?: InputMaybe<Scalars['String']['input']>;\n responder: DocumentFieldResponder;\n suffix?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type TextDocumentFieldInput = {\n id: Scalars['ID']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type UpdateNoteAttachmentInput = {\n id: Scalars['ID']['input'];\n name: Scalars['String']['input'];\n};\n\nexport type User = {\n /**\n * Organisations this user is eligible to join. Currently, an organisation will be included in this list if the user is not yet part of that organisation and has an account owner or account manager role in another organisation in the same account.\n *\n * In the future this will also include organisations that allow email addresses matching their domains to join automatically.\n */\n eligibleOrgs: Array<Org>;\n /** This is the email address the person uses to log-in. */\n email: Scalars['String']['output'];\n /** If present, the user has an email change that is pending verification. */\n emailChange?: Maybe<Scalars['String']['output']>;\n /** If true, the current email has been confirmed and can be used. */\n emailConfirmed: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n invitedAt?: Maybe<Scalars['DateTime']['output']>;\n /** The logins associated with this user. Only includes logins belonging to a person with an 'ONBOARDING' or 'ACTIVE' status which is not archived and does not belong to an org or account that is archived. */\n logins: Array<Login>;\n};\n\nexport type XeroAuBankAccount = {\n accountName: Scalars['String']['output'];\n accountNumber: Scalars['String']['output'];\n amount?: Maybe<Scalars['Decimal']['output']>;\n bsb: Scalars['String']['output'];\n createdAt: Scalars['DateTime']['output'];\n employee: XeroAuEmployee;\n id: Scalars['ID']['output'];\n remainder: Scalars['Boolean']['output'];\n statementText: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type XeroAuEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {\n bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount1AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount1Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount1Name?: Maybe<Scalars['String']['output']>;\n bankAccount1Number?: Maybe<Scalars['String']['output']>;\n bankAccount2Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount2AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount2Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount2Name?: Maybe<Scalars['String']['output']>;\n bankAccount2Number?: Maybe<Scalars['String']['output']>;\n bankAccount3Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount3AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount3Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount3Name?: Maybe<Scalars['String']['output']>;\n bankAccount3Number?: Maybe<Scalars['String']['output']>;\n bankAccount4Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount4AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount4Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount4Name?: Maybe<Scalars['String']['output']>;\n bankAccount4Number?: Maybe<Scalars['String']['output']>;\n bankAccount5Allocation?: Maybe<Scalars['Decimal']['output']>;\n bankAccount5AllocationMethod?: Maybe<AllocationMethod>;\n bankAccount5Bsb?: Maybe<Scalars['String']['output']>;\n bankAccount5Name?: Maybe<Scalars['String']['output']>;\n bankAccount5Number?: Maybe<Scalars['String']['output']>;\n bankAccounts: Array<XeroAuBankAccount>;\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n dateOfBirth: Scalars['Date']['output'];\n email?: Maybe<Scalars['String']['output']>;\n endDate?: Maybe<Scalars['Date']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n gender?: Maybe<Gender>;\n givenName?: Maybe<Scalars['String']['output']>;\n hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n homeAddressCity?: Maybe<Scalars['String']['output']>;\n homeAddressCountry?: Maybe<Scalars['String']['output']>;\n homeAddressLine1?: Maybe<Scalars['String']['output']>;\n homeAddressLine2?: Maybe<Scalars['String']['output']>;\n homeAddressPostalCode?: Maybe<Scalars['String']['output']>;\n homeAddressRegion?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n integration: XeroAuIntegration;\n jobTitle?: Maybe<Scalars['String']['output']>;\n lastName: Scalars['String']['output'];\n middleNames?: Maybe<Scalars['String']['output']>;\n mobile?: Maybe<Scalars['String']['output']>;\n otherGivenNames?: Maybe<Scalars['String']['output']>;\n personalEmail?: Maybe<Scalars['String']['output']>;\n personalPhone?: Maybe<Scalars['String']['output']>;\n phone?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['String']['output'];\n remoteUpdatedAt: Scalars['DateTime']['output'];\n residencyStatus?: Maybe<TaxResidencyStatus>;\n residentialAddressCity?: Maybe<Scalars['String']['output']>;\n residentialAddressCountry?: Maybe<Scalars['String']['output']>;\n residentialAddressLine1?: Maybe<Scalars['String']['output']>;\n residentialAddressLine2?: Maybe<Scalars['String']['output']>;\n residentialAddressPostcode?: Maybe<Scalars['String']['output']>;\n residentialAddressState?: Maybe<Scalars['String']['output']>;\n startDate?: Maybe<Scalars['Date']['output']>;\n superFund1MemberName?: Maybe<Scalars['String']['output']>;\n superFund1MemberNumber?: Maybe<Scalars['String']['output']>;\n superFund1Name?: Maybe<Scalars['String']['output']>;\n superFund1Nomination?: Maybe<SuperFundNomination>;\n superFund1Usi?: Maybe<Scalars['String']['output']>;\n superMemberships: Array<XeroAuSuperMembership>;\n taxEmploymentBasis?: Maybe<XeroAuEmploymentBasis>;\n taxFileNumber?: Maybe<Scalars['String']['output']>;\n taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;\n taxFreeThresholdBeingClaimed?: Maybe<Scalars['Boolean']['output']>;\n taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;\n taxHasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;\n taxResidencyStatus?: Maybe<XeroAuResidencyStatus>;\n taxTfnExemptionType?: Maybe<XeroAuTfnExemptionType>;\n updatedAt: Scalars['DateTime']['output'];\n xeroGender?: Maybe<XeroAuGender>;\n};\n\nexport enum XeroAuEmploymentBasis {\n Casual = 'CASUAL',\n Fulltime = 'FULLTIME',\n Labourhire = 'LABOURHIRE',\n Nonemployee = 'NONEMPLOYEE',\n Parttime = 'PARTTIME',\n Superincomestream = 'SUPERINCOMESTREAM'\n}\n\nexport enum XeroAuGender {\n F = 'F',\n I = 'I',\n M = 'M',\n N = 'N'\n}\n\nexport type XeroAuIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n autoMatchRecords: Scalars['Boolean']['output'];\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<XeroAuEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n superFunds: Array<XeroAuSuperFund>;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type XeroAuIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport enum XeroAuResidencyStatus {\n Australianresident = 'AUSTRALIANRESIDENT',\n Foreignresident = 'FOREIGNRESIDENT',\n Workingholidaymaker = 'WORKINGHOLIDAYMAKER'\n}\n\nexport type XeroAuSuperFund = {\n abn?: Maybe<Scalars['String']['output']>;\n accountName?: Maybe<Scalars['String']['output']>;\n accountNumber?: Maybe<Scalars['String']['output']>;\n bsb?: Maybe<Scalars['String']['output']>;\n createdAt: Scalars['DateTime']['output'];\n electronicServiceAddress?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n integration: XeroAuIntegration;\n name: Scalars['String']['output'];\n type: Scalars['String']['output'];\n updatedAt: Scalars['DateTime']['output'];\n usi?: Maybe<Scalars['String']['output']>;\n};\n\nexport type XeroAuSuperMembership = {\n createdAt: Scalars['DateTime']['output'];\n employee: XeroAuEmployee;\n employeeNumber?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n superFund: XeroAuSuperFund;\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport enum XeroAuTfnExemptionType {\n Notquoted = 'NOTQUOTED',\n Pending = 'PENDING',\n Pensioner = 'PENSIONER',\n Under18 = 'UNDER18'\n}\n\nexport type XeroIntegrationTenantInput = {\n id: Scalars['String']['input'];\n tenantId: Scalars['String']['input'];\n tenantName: Scalars['String']['input'];\n};\n\nexport type XeroIntegrationTokenSetInput = {\n accessToken: Scalars['String']['input'];\n expiresAt: Scalars['Int']['input'];\n refreshToken: Scalars['String']['input'];\n};\n\nexport type XeroLeaveEmployee = {\n connection?: Maybe<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n email?: Maybe<Scalars['String']['output']>;\n firstName: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n integration: XeroLeaveIntegration;\n lastName: Scalars['String']['output'];\n middleNames?: Maybe<Scalars['String']['output']>;\n remoteId: Scalars['String']['output'];\n remoteUpdatedAt: Scalars['DateTime']['output'];\n updatedAt: Scalars['DateTime']['output'];\n};\n\nexport type XeroLeaveIntegration = Integration & {\n app: App;\n archived: Scalars['Boolean']['output'];\n authorizationUrl?: Maybe<Scalars['String']['output']>;\n autoMatchRecords: Scalars['Boolean']['output'];\n configurationUrl?: Maybe<Scalars['String']['output']>;\n connections: Array<PersonConnection>;\n createdAt: Scalars['DateTime']['output'];\n employees: Array<XeroLeaveEmployee>;\n features: IntegrationFeatures;\n id: Scalars['ID']['output'];\n isLeaveRequestSyncDisabled: Scalars['Boolean']['output'];\n logs: Array<IntegrationLog>;\n name: Scalars['String']['output'];\n openUrl?: Maybe<Scalars['String']['output']>;\n org: Org;\n person: Person;\n status: IntegrationStatus;\n syncs: Array<IntegrationSync>;\n /** @deprecated Use the 'app.integrationType' field instead. */\n type: IntegrationType;\n updatedAt: Scalars['DateTime']['output'];\n};\n\n\nexport type XeroLeaveIntegrationFeaturesArgs = {\n rawValues?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\nexport type AppendIntegrationLogMutationVariables = Exact<{\n createNewLog: Scalars['Boolean']['input'];\n entries: Array<IntegrationLogInput>;\n integrationId: Scalars['ID']['input'];\n integrationLogId: Scalars['ID']['input'];\n}>;\n\n\nexport type AppendIntegrationLogMutation = { createIntegrationLog?: { id: string }, appendIntegrationLog: { id: string } };\n\nexport type ActivateIntegrationMutationVariables = Exact<{\n id: Scalars['ID']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n rename: Scalars['Boolean']['input'];\n}>;\n\n\nexport type ActivateIntegrationMutation = { activateIntegration: { id: string } | { id: string } | { id: string } | { id: string } | { id: string }, updateIntegration?: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type AuthorizeIntegrationMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type AuthorizeIntegrationMutation = { authorizeIntegration: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type CompleteSyncMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type CompleteSyncMutation = { completeIntegrationSync: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type CreateApiTokenMutationVariables = Exact<{\n name: Scalars['String']['input'];\n}>;\n\n\nexport type CreateApiTokenMutation = { createApiToken: { id: string, name: string, token?: string | null } };\n\nexport type CreateDataImportMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type CreateDataImportMutation = { createDataImport: { id: string } };\n\nexport type CreateLeaveRequestMutationVariables = Exact<{\n endDate: Scalars['Date']['input'];\n endTime?: InputMaybe<Scalars['PlainTime']['input']>;\n leaveCategory: LeaveCategoryInput;\n notes?: InputMaybe<Scalars['String']['input']>;\n personConnectionId: Scalars['ID']['input'];\n remoteId: Scalars['ID']['input'];\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n startDate: Scalars['Date']['input'];\n startTime?: InputMaybe<Scalars['PlainTime']['input']>;\n status: LeaveRequestStatus;\n}>;\n\n\nexport type CreateLeaveRequestMutation = { createLeaveRequest: { endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null } };\n\nexport type CreatePersonMutationVariables = Exact<{\n displayName: Scalars['String']['input'];\n role: PersonRole;\n}>;\n\n\nexport type CreatePersonMutation = { createPerson: { bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string } };\n\nexport type CreatePersonConnectionMutationVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n remote?: InputMaybe<ConnectionRemoteInput>;\n personId?: InputMaybe<Scalars['ID']['input']>;\n status: ConnectionStatus;\n}>;\n\n\nexport type CreatePersonConnectionMutation = { createPersonConnection: { __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null } };\n\nexport type CreatePersonDataImportLineMutationVariables = Exact<{\n bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;\n config: PersonDataTransferConfigInput;\n dataImportId: Scalars['ID']['input'];\n dateOfBirth?: InputMaybe<PersonDateOfBirthChangeInput>;\n emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;\n fullName?: InputMaybe<PersonFullNameChangeInput>;\n gender?: InputMaybe<PersonGenderChangeInput>;\n personalEmail?: InputMaybe<PersonPersonalEmailChangeInput>;\n personalPhone?: InputMaybe<PersonPersonalPhoneChangeInput>;\n personId: Scalars['ID']['input'];\n postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;\n residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;\n superFunds?: InputMaybe<PersonSuperFundsChangeInput>;\n taxDetails?: InputMaybe<PersonTaxDetailsChangeInput>;\n tenure?: InputMaybe<PersonTenureChangeInput>;\n}>;\n\n\nexport type CreatePersonDataImportLineMutation = { createPersonDataImportLine: { id: string } };\n\nexport type DeleteApiTokenMutationVariables = Exact<{\n tokenId: Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteApiTokenMutation = { deleteApiToken: boolean };\n\nexport type DeletePersonConnectionMutationVariables = Exact<{\n personConnectionId: Scalars['ID']['input'];\n}>;\n\n\nexport type DeletePersonConnectionMutation = { deletePersonConnection: boolean };\n\nexport type PersonFullDetailsFragment = { bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string };\n\nexport type GetApiTokensQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetApiTokensQuery = { session: { authState: AuthState, person?: { apiTokens: Array<{ createdAt: string, id: string, name: string }> } | null } };\n\nexport type GetIntegrationQueryVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetIntegrationQuery = { integration: { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } | { archived: boolean, id: string, status: IntegrationStatus, app: { category: AppCategory, name: string }, org: { id: string } } };\n\nexport type GetLeaveRequestsQueryVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetLeaveRequestsQuery = { integration: { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } | { connections: Array<{ leaveRequests: Array<{ endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null }> }> } };\n\nexport type GetMyAppsQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetMyAppsQuery = { session: { authState: AuthState, account?: { apps: Array<{ category: AppCategory, description?: string | null, id: string, name: string, status: AppStatus, logo?: { url: string } | null, config: { webhooks: { approveLeaveRequest?: string | null, cancelLeaveRequest?: string | null, createIntegration?: string | null, createLeaveRequest?: string | null, denyLeaveRequest?: string | null, getAuthorizationUrl?: string | null, getConfigurationUrl?: string | null, getLeaveBalances?: string | null, getLeaveCategories?: string | null, getLeaveRequestHours?: string | null, getOpenUrl?: string | null, integrationArchived?: string | null, personConnected?: string | null, processLeaveRequest?: string | null, triggerIntegrationSync?: string | null } } }> } | null } };\n\nexport type GetPeopleQueryVariables = Exact<{\n orgId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetPeopleQuery = { org: { people: Array<{ bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string }> } };\n\nexport type GetPersonConnectionsQueryVariables = Exact<{\n integrationId: Scalars['ID']['input'];\n}>;\n\n\nexport type GetPersonConnectionsQuery = { integration: { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } | { connections: Array<{ __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, id: string, name: string, url?: string | null } | null }> } };\n\nexport type InitializeIntegrationMutationVariables = Exact<{\n id: Scalars['ID']['input'];\n}>;\n\n\nexport type InitializeIntegrationMutation = { initializeIntegration: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } };\n\nexport type UpdateLeaveRequestMutationVariables = Exact<{\n endDate: Scalars['Date']['input'];\n endTime?: InputMaybe<Scalars['PlainTime']['input']>;\n id: Scalars['ID']['input'];\n leaveCategory: LeaveCategoryInput;\n notes?: InputMaybe<Scalars['String']['input']>;\n personConnectionId: Scalars['ID']['input'];\n remoteId: Scalars['ID']['input'];\n responsibleId?: InputMaybe<Scalars['ID']['input']>;\n startDate: Scalars['Date']['input'];\n startTime?: InputMaybe<Scalars['PlainTime']['input']>;\n status: LeaveRequestStatus;\n}>;\n\n\nexport type UpdateLeaveRequestMutation = { deleteLeaveRequest: boolean, createLeaveRequest: { endDate: string, endTime?: string | null, id: string, notes?: string | null, remoteId: string, startDate: string, startTime?: string | null, status: LeaveRequestStatus, leaveCategory: { id: string, name: string }, personConnection: { id: string }, responsible?: { id: string } | null } };\n\nexport type UpdatePersonMutationVariables = Exact<{\n displayName?: InputMaybe<Scalars['String']['input']>;\n employeeCode?: InputMaybe<Scalars['String']['input']>;\n personId: Scalars['ID']['input'];\n profileEmail?: InputMaybe<Scalars['String']['input']>;\n profilePhone?: InputMaybe<Scalars['String']['input']>;\n}>;\n\n\nexport type UpdatePersonMutation = { updatePerson: { bankAccount1Allocation?: string | null, bankAccount1AllocationMethod?: AllocationMethod | null, bankAccount1Bsb?: string | null, bankAccount1Name?: string | null, bankAccount1Number?: string | null, bankAccount2Allocation?: string | null, bankAccount2AllocationMethod?: AllocationMethod | null, bankAccount2Bsb?: string | null, bankAccount2Name?: string | null, bankAccount2Number?: string | null, bankAccount3Allocation?: string | null, bankAccount3AllocationMethod?: AllocationMethod | null, bankAccount3Bsb?: string | null, bankAccount3Name?: string | null, bankAccount3Number?: string | null, bankAccount4Allocation?: string | null, bankAccount4AllocationMethod?: AllocationMethod | null, bankAccount4Bsb?: string | null, bankAccount4Name?: string | null, bankAccount4Number?: string | null, bankAccount5Allocation?: string | null, bankAccount5AllocationMethod?: AllocationMethod | null, bankAccount5Bsb?: string | null, bankAccount5Name?: string | null, bankAccount5Number?: string | null, dateOfBirth?: string | null, displayName: string, employeeCode?: string | null, endDate?: string | null, familyName?: string | null, gender?: Gender | null, givenName?: string | null, hasLoanOrStudentDebt?: boolean | null, id: string, otherGivenNames?: string | null, personalEmail?: string | null, personalPhone?: string | null, profileEmail?: string | null, profilePhone?: string | null, residencyStatus?: TaxResidencyStatus | null, residentialAddressCity?: string | null, residentialAddressCountry?: string | null, residentialAddressLine1?: string | null, residentialAddressLine2?: string | null, residentialAddressPostcode?: string | null, residentialAddressState?: string | null, startDate?: string | null, superFund1MemberName?: string | null, superFund1MemberNumber?: string | null, superFund1Name?: string | null, superFund1Nomination?: SuperFundNomination | null, superFund1Usi?: string | null, taxFileNumber?: string | null, taxFileNumberExemption?: TaxFileNumberExemption | null, taxFreeThresholdClaimed?: boolean | null, updatedAt: string } };\n\nexport type UpdatePersonConnectionMutationVariables = Exact<{\n personConnectionId: Scalars['ID']['input'];\n personId?: InputMaybe<Scalars['ID']['input']>;\n remote?: InputMaybe<ConnectionRemoteInput>;\n status: ConnectionStatus;\n}>;\n\n\nexport type UpdatePersonConnectionMutation = { updatePersonConnection: { __typename: 'PersonConnection', createdAt: string, id: string, status: ConnectionStatus, updatedAt: string, person?: { displayName: string, id: string, updatedAt: string } | null, remote?: { description?: string | null, name: string, id: string, url?: string | null } | null } };\n"],"mappings":"AAiEO,IAAK,cAAL,kBAAKA,iBAAL;AACL,EAAAA,aAAA,uBAAoB;AACpB,EAAAA,aAAA,oBAAiB;AAFP,SAAAA;AAAA,GAAA;AAKL,IAAK,mBAAL,kBAAKC,sBAAL;AACL,EAAAA,kBAAA,iBAAc;AACd,EAAAA,kBAAA,oBAAiB;AACjB,EAAAA,kBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAuCL,IAAK,cAAL,kBAAKC,iBAAL;AACL,EAAAA,aAAA,mBAAgB;AAChB,EAAAA,aAAA,8BAA2B;AAC3B,EAAAA,aAAA,wBAAqB;AACrB,EAAAA,aAAA,qBAAkB;AAClB,EAAAA,aAAA,aAAU;AACV,EAAAA,aAAA,2BAAwB;AACxB,EAAAA,aAAA,uBAAoB;AACpB,EAAAA,aAAA,iBAAc;AACd,EAAAA,aAAA,yBAAsB;AACtB,EAAAA,aAAA,uBAAoB;AAVV,SAAAA;AAAA,GAAA;AAqCL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,eAAY;AACZ,EAAAA,WAAA,gBAAa;AACb,EAAAA,WAAA,WAAQ;AACR,EAAAA,WAAA,cAAW;AACX,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,iBAAc;AACd,EAAAA,WAAA,YAAS;AAPC,SAAAA;AAAA,GAAA;AAsBL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,WAAQ;AACR,EAAAA,gBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAuEL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,cAAW;AAEX,EAAAA,oBAAA,WAAQ;AAER,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AAWL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,cAAW;AAEX,EAAAA,kBAAA,WAAQ;AAER,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,eAAY;AARF,SAAAA;AAAA,GAAA;AAWL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,UAAO;AACP,EAAAA,gBAAA,mBAAgB;AAChB,EAAAA,gBAAA,YAAS;AACT,EAAAA,gBAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AASL,IAAK,aAAL,kBAAKC,gBAAL;AACL,EAAAA,YAAA,cAAW;AACX,EAAAA,YAAA,WAAQ;AAFE,SAAAA;AAAA,GAAA;AAKL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,WAAQ;AADE,SAAAA;AAAA,GAAA;AAIL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,YAAS;AACT,EAAAA,WAAA,kBAAe;AACf,EAAAA,WAAA,qBAAkB;AAHR,SAAAA;AAAA,GAAA;AA8oBL,IAAK,mBAAL,kBAAKC,sBAAL;AACL,EAAAA,kBAAA,oBAAiB;AACjB,EAAAA,kBAAA,kCAA+B;AAC/B,EAAAA,kBAAA,0BAAuB;AACvB,EAAAA,kBAAA,gBAAa;AAJH,SAAAA;AAAA,GAAA;AAgFL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,YAAS;AAET,EAAAA,kBAAA,gBAAa;AARH,SAAAA;AAAA,GAAA;AAmFL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,wBAAqB;AACrB,EAAAA,gBAAA,uBAAoB;AAFV,SAAAA;AAAA,GAAA;AA2IL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,UAAO;AACP,EAAAA,wBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAsBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,aAAU;AAEV,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,aAAU;AANA,SAAAA;AAAA,GAAA;AAgDL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,aAAU;AAEV,EAAAA,cAAA,aAAU;AAEV,EAAAA,cAAA,kBAAe;AAEf,EAAAA,cAAA,qBAAkB;AARR,SAAAA;AAAA,GAAA;AAWL,IAAK,gBAAL,kBAAKC,mBAAL;AACL,EAAAA,eAAA,YAAS;AACT,EAAAA,eAAA,cAAW;AACX,EAAAA,eAAA,cAAW;AAHD,SAAAA;AAAA,GAAA;AAML,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,eAAY;AACZ,EAAAA,sBAAA,YAAS;AACT,EAAAA,sBAAA,aAAU;AACV,EAAAA,sBAAA,gBAAa;AAJH,SAAAA;AAAA,GAAA;AAOL,IAAK,SAAL,kBAAKC,YAAL;AACL,EAAAA,QAAA,YAAS;AACT,EAAAA,QAAA,UAAO;AACP,EAAAA,QAAA,eAAY;AACZ,EAAAA,QAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAwIL,IAAK,oBAAL,kBAAKC,uBAAL;AACL,EAAAA,mBAAA,YAAS;AACT,EAAAA,mBAAA,YAAS;AACT,EAAAA,mBAAA,aAAU;AACV,EAAAA,mBAAA,kBAAe;AACf,EAAAA,mBAAA,kBAAe;AACf,EAAAA,mBAAA,mBAAgB;AANN,SAAAA;AAAA,GAAA;AA6BL,IAAK,2BAAL,kBAAKC,8BAAL;AACL,EAAAA,0BAAA,WAAQ;AACR,EAAAA,0BAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAKL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,aAAU;AACV,EAAAA,uBAAA,eAAY;AACZ,EAAAA,uBAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAML,IAAK,kBAAL,kBAAKC,qBAAL;AACL,EAAAA,iBAAA,YAAS;AACT,EAAAA,iBAAA,iBAAc;AACd,EAAAA,iBAAA,YAAS;AACT,EAAAA,iBAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAqBL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,YAAS;AACT,EAAAA,WAAA,UAAO;AAHG,SAAAA;AAAA,GAAA;AAqXL,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,YAAS;AACT,EAAAA,sBAAA,gBAAa;AACb,EAAAA,sBAAA,gBAAa;AAHH,SAAAA;AAAA,GAAA;AAML,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,YAAS;AACT,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,gBAAa;AACb,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,gCAA6B;AALnB,SAAAA;AAAA,GAAA;AAQL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,YAAS;AACT,EAAAA,cAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AA2JL,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,WAAQ;AACR,EAAAA,sBAAA,iBAAc;AAFJ,SAAAA;AAAA,GAAA;AAKL,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,YAAS;AACT,EAAAA,oBAAA,eAAY;AACZ,EAAAA,oBAAA,eAAY;AALF,SAAAA;AAAA,GAAA;AAwyEL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,4BAAyB;AAEzB,EAAAA,kBAAA,sBAAmB;AAEnB,EAAAA,kBAAA,uBAAoB;AAEpB,EAAAA,kBAAA,0BAAuB;AAEvB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,yBAAsB;AAEtB,EAAAA,kBAAA,0BAAuB;AAEvB,EAAAA,kBAAA,2BAAwB;AAExB,EAAAA,kBAAA,yBAAsB;AAEtB,EAAAA,kBAAA,wBAAqB;AAErB,EAAAA,kBAAA,4CAAyC;AAEzC,EAAAA,kBAAA,2CAAwC;AAExC,EAAAA,kBAAA,mCAAgC;AAEhC,EAAAA,kBAAA,gDAA6C;AAE7C,EAAAA,kBAAA,yCAAsC;AAEtC,EAAAA,kBAAA,wCAAqC;AAErC,EAAAA,kBAAA,0CAAuC;AAEvC,EAAAA,kBAAA,oBAAiB;AAEjB,EAAAA,kBAAA,qBAAkB;AAElB,EAAAA,kBAAA,qBAAkB;AAlDR,SAAAA;AAAA,GAAA;AA8SL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,WAAQ;AACR,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,kBAAe;AACf,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,qBAAkB;AAClB,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,eAAY;AAXF,SAAAA;AAAA,GAAA;AAiEL,IAAK,gCAAL,kBAAKC,mCAAL;AACL,EAAAA,+BAAA,SAAM;AACN,EAAAA,+BAAA,UAAO;AACP,EAAAA,+BAAA,cAAW;AACX,EAAAA,+BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAOL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,UAAO;AACP,EAAAA,WAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAyDL,IAAK,+BAAL,kBAAKC,kCAAL;AACL,EAAAA,8BAAA,eAAY;AACZ,EAAAA,8BAAA,WAAQ;AACR,EAAAA,8BAAA,gBAAa;AAHH,SAAAA;AAAA,GAAA;AAoFL,IAAK,0BAAL,kBAAKC,6BAAL;AACL,EAAAA,yBAAA,cAAW;AACX,EAAAA,yBAAA,gBAAa;AACb,EAAAA,yBAAA,eAAY;AAHF,SAAAA;AAAA,GAAA;AAoCL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,aAAU;AACV,EAAAA,uBAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAkhBL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,oBAAiB;AAEjB,EAAAA,YAAA,kBAAe;AAEf,EAAAA,YAAA,SAAM;AAKN,EAAAA,YAAA,gBAAa;AAEb,EAAAA,YAAA,cAAW;AAEX,EAAAA,YAAA,aAAU;AAfA,SAAAA;AAAA,GAAA;AAkBL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAMT,EAAAA,cAAA,WAAQ;AAMR,EAAAA,cAAA,gBAAa;AAEb,EAAAA,cAAA,gBAAa;AAhBH,SAAAA;AAAA,GAAA;AA+dL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,cAAW;AACX,EAAAA,cAAA,oBAAiB;AACjB,EAAAA,cAAA,yBAAsB;AACtB,EAAAA,cAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAsIL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAqHL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,iBAAc;AACd,EAAAA,wBAAA,iBAAc;AACd,EAAAA,wBAAA,kBAAe;AACf,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,gBAAa;AACb,EAAAA,wBAAA,cAAW;AACX,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,kBAAe;AACf,EAAAA,wBAAA,mBAAgB;AAChB,EAAAA,wBAAA,mBAAgB;AAChB,EAAAA,wBAAA,mBAAgB;AAChB,EAAAA,wBAAA,wBAAqB;AACrB,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,eAAY;AAfF,SAAAA;AAAA,GAAA;AAuGL,IAAK,mCAAL,kBAAKC,sCAAL;AACL,EAAAA,kCAAA,cAAW;AACX,EAAAA,kCAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAKL,IAAK,uBAAL,kBAAKC,0BAAL;AACL,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,WAAQ;AACR,EAAAA,sBAAA,eAAY;AACZ,EAAAA,sBAAA,eAAY;AACZ,EAAAA,sBAAA,eAAY;AALF,SAAAA;AAAA,GAAA;AAwCL,IAAK,sBAAL,kBAAKC,yBAAL;AACL,EAAAA,qBAAA,uBAAoB;AACpB,EAAAA,qBAAA,iBAAc;AACd,EAAAA,qBAAA,eAAY;AACZ,EAAAA,qBAAA,iBAAc;AAJJ,SAAAA;AAAA,GAAA;AAkBL,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,YAAS;AATC,SAAAA;AAAA,GAAA;AAsEL,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,YAAS;AACT,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,gBAAa;AACb,EAAAA,oBAAA,cAAW;AACX,EAAAA,oBAAA,uBAAoB;AALV,SAAAA;AAAA,GAAA;AAQL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,UAAO;AACP,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAOL,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,wBAAqB;AACrB,EAAAA,oBAAA,qBAAkB;AAClB,EAAAA,oBAAA,yBAAsB;AAHZ,SAAAA;AAAA,GAAA;AA2KL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,YAAS;AACT,EAAAA,uBAAA,cAAW;AACX,EAAAA,uBAAA,gBAAa;AACb,EAAAA,uBAAA,iBAAc;AACd,EAAAA,uBAAA,cAAW;AACX,EAAAA,uBAAA,uBAAoB;AANV,SAAAA;AAAA,GAAA;AASL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,OAAI;AACJ,EAAAA,cAAA,OAAI;AACJ,EAAAA,cAAA,OAAI;AACJ,EAAAA,cAAA,OAAI;AAJM,SAAAA;AAAA,GAAA;AAoCL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,wBAAqB;AACrB,EAAAA,uBAAA,qBAAkB;AAClB,EAAAA,uBAAA,yBAAsB;AAHZ,SAAAA;AAAA,GAAA;AA8BL,IAAK,yBAAL,kBAAKC,4BAAL;AACL,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,aAAU;AACV,EAAAA,wBAAA,eAAY;AACZ,EAAAA,wBAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;","names":["AccountFlag","AllocationMethod","AppCategory","AppStatus","ApprovalStatus","AssignmentRelation","AssignmentStatus","AssignmentType","AuthMethod","AuthProvider","AuthState","CertificateProof","ConnectionStatus","DataExportType","DocumentFieldResponder","DueDateStatus","ExpiryStatus","FieldPresence","FileProcessingStatus","Gender","IntegrationStatus","IntegrationSyncEventType","IntegrationSyncStatus","IntegrationType","JobStatus","KeypayEmployeeStatus","KeypayEmploymentType","KeypayGender","LeaveRequestRelation","LeaveRequestStatus","NotificationType","PaperworkSummaryStatus","PaperworkTypeAutoReassignMode","PayPeriod","PerformanceReviewCycleStatus","PerformanceReviewStatus","PerformanceReviewType","PersonRole","PersonStatus","QuestionType","ReviewRelation","SmartDocumentFieldType","StandardReviewQuestionRespondent","StandardReviewStatus","SuperFundNomination","TagColor","TaxEmploymentBasis","TaxFileNumberExemption","TaxResidencyStatus","XeroAuEmploymentBasis","XeroAuGender","XeroAuResidencyStatus","XeroAuTfnExemptionType"]}