@worknice/js-sdk 0.11.15 → 0.11.17

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.
Files changed (55) hide show
  1. package/dist/{_types-mREZ9_FT.d.ts → _types-BDPQKGH6.d.ts} +55 -1
  2. package/dist/api/WorkniceIntegrationLogger.d.ts +1 -1
  3. package/dist/api/_generated.d.ts +178 -27
  4. package/dist/api/_generated.js.map +1 -1
  5. package/dist/api/_types.d.ts +2 -2
  6. package/dist/api/createApiOperation.d.ts +1 -1
  7. package/dist/api/createWorkniceClient.d.ts +1 -1
  8. package/dist/api/operations/activateIntegration.d.ts +1 -1
  9. package/dist/api/operations/authorizeIntegration.d.ts +1 -1
  10. package/dist/api/operations/completeSync.d.ts +1 -1
  11. package/dist/api/operations/createApiToken.d.ts +1 -1
  12. package/dist/api/operations/createDataImport.d.ts +1 -1
  13. package/dist/api/operations/createLeaveRequest.d.ts +1 -1
  14. package/dist/api/operations/createPerson.d.ts +56 -2
  15. package/dist/api/operations/createPerson.js +3 -1
  16. package/dist/api/operations/createPerson.js.map +1 -1
  17. package/dist/api/operations/createPersonConnection.d.ts +1 -1
  18. package/dist/api/operations/createPersonDataImportLine.d.ts +1 -1
  19. package/dist/api/operations/deleteApiToken.d.ts +1 -1
  20. package/dist/api/operations/deletePersonConnection.d.ts +1 -1
  21. package/dist/api/operations/fragments/PersonFullDetails.d.ts +3 -0
  22. package/dist/api/operations/fragments/PersonFullDetails.js +64 -0
  23. package/dist/api/operations/fragments/PersonFullDetails.js.map +1 -0
  24. package/dist/api/operations/getApiTokens.d.ts +1 -1
  25. package/dist/api/operations/getIntegration.d.ts +1 -1
  26. package/dist/api/operations/getLeaveRequests.d.ts +1 -1
  27. package/dist/api/operations/getMyApps.d.ts +1 -1
  28. package/dist/api/operations/getPeople.d.ts +1 -1
  29. package/dist/api/operations/getPeople.js +3 -55
  30. package/dist/api/operations/getPeople.js.map +1 -1
  31. package/dist/api/operations/getPersonConnections.d.ts +1 -1
  32. package/dist/api/operations/initializeIntegration.d.ts +1 -1
  33. package/dist/api/operations/updateLeaveRequest.d.ts +1 -1
  34. package/dist/api/operations/updatePerson.d.ts +1 -1
  35. package/dist/api/operations/updatePersonConnection.d.ts +1 -1
  36. package/dist/helpers/_types.d.ts +1 -1
  37. package/dist/helpers/handleApproveLeaveRequestWebhook.d.ts +1 -1
  38. package/dist/helpers/handleCancelLeaveRequestWebhook.d.ts +1 -1
  39. package/dist/helpers/handleCreateIntegrationWebhook.d.ts +1 -1
  40. package/dist/helpers/handleCreateLeaveRequestWebhook.d.ts +1 -1
  41. package/dist/helpers/handleDenyLeaveRequestWebhook.d.ts +1 -1
  42. package/dist/helpers/handleGetAuthorizationUrlWebhook.d.ts +1 -1
  43. package/dist/helpers/handleGetConfigurationUrlWebhook.d.ts +1 -1
  44. package/dist/helpers/handleGetLeaveBalancesWebhook.d.ts +1 -1
  45. package/dist/helpers/handleGetLeaveCategoriesWebhook.d.ts +1 -1
  46. package/dist/helpers/handleGetLeaveRequestHoursWebhook.d.ts +1 -1
  47. package/dist/helpers/handleGetOpenUrlWebhook.d.ts +1 -1
  48. package/dist/helpers/handleProcessLeaveRequestWebhook.d.ts +1 -1
  49. package/dist/helpers/handleRequest.d.ts +1 -1
  50. package/dist/helpers/handleRequestWithWorknice.d.ts +1 -1
  51. package/dist/helpers/handleTriggerIntegrationSyncWebhook.d.ts +1 -1
  52. package/dist/helpers/handleTriggerIntegrationSyncWebhook.js +2 -6
  53. package/dist/helpers/handleTriggerIntegrationSyncWebhook.js.map +1 -1
  54. package/dist/helpers/index.d.ts +1 -1
  55. package/package.json +3 -2
@@ -1,4 +1,4 @@
1
- import { Exact, Scalars, InputMaybe, LeaveCategoryInput, LeaveRequestStatus, PersonRole, ConnectionStatus, PersonBankAccountsChangeInput, PersonDataTransferConfigInput, PersonDateOfBirthChangeInput, PersonEmergencyContactsChangeInput, PersonFullNameChangeInput, PersonGenderChangeInput, PersonPersonalEmailChangeInput, PersonPersonalPhoneChangeInput, PersonPostalAddressChangeInput, PersonResidentialAddressChangeInput, PersonSuperFundsChangeInput, PersonTaxDetailsChangeInput, PersonTenureChangeInput, AppCategory, AppStatus, IntegrationStatus, AllocationMethod, Gender, TaxResidencyStatus, SuperFundNomination, TaxFileNumberExemption } from './api/_generated.js';
1
+ import { Exact, Scalars, InputMaybe, LeaveCategoryInput, LeaveRequestStatus, PersonRole, AllocationMethod, Gender, TaxResidencyStatus, SuperFundNomination, TaxFileNumberExemption, ConnectionStatus, PersonBankAccountsChangeInput, PersonDataTransferConfigInput, PersonDateOfBirthChangeInput, PersonEmergencyContactsChangeInput, PersonFullNameChangeInput, PersonGenderChangeInput, PersonPersonalEmailChangeInput, PersonPersonalPhoneChangeInput, PersonPostalAddressChangeInput, PersonResidentialAddressChangeInput, PersonSuperFundsChangeInput, PersonTaxDetailsChangeInput, PersonTenureChangeInput, AppCategory, AppStatus, IntegrationStatus } from './api/_generated.js';
2
2
 
3
3
  declare const createWorkniceClient: (clientConfig?: ClientConfig) => {
4
4
  fetchFromApi: <Data extends object, Variables extends object>(query: string, variables?: Variables, fetchOptions?: FetchOptions) => Promise<SuccessfulQueryResult<Data>>;
@@ -98,7 +98,61 @@ declare const createWorkniceClient: (clientConfig?: ClientConfig) => {
98
98
  displayName: Scalars["String"]["input"];
99
99
  role: PersonRole;
100
100
  }>, fetchOptions?: FetchOptions) => Promise<{
101
+ bankAccount1Allocation?: string | null;
102
+ bankAccount1AllocationMethod?: AllocationMethod | null;
103
+ bankAccount1Bsb?: string | null;
104
+ bankAccount1Name?: string | null;
105
+ bankAccount1Number?: string | null;
106
+ bankAccount2Allocation?: string | null;
107
+ bankAccount2AllocationMethod?: AllocationMethod | null;
108
+ bankAccount2Bsb?: string | null;
109
+ bankAccount2Name?: string | null;
110
+ bankAccount2Number?: string | null;
111
+ bankAccount3Allocation?: string | null;
112
+ bankAccount3AllocationMethod?: AllocationMethod | null;
113
+ bankAccount3Bsb?: string | null;
114
+ bankAccount3Name?: string | null;
115
+ bankAccount3Number?: string | null;
116
+ bankAccount4Allocation?: string | null;
117
+ bankAccount4AllocationMethod?: AllocationMethod | null;
118
+ bankAccount4Bsb?: string | null;
119
+ bankAccount4Name?: string | null;
120
+ bankAccount4Number?: string | null;
121
+ bankAccount5Allocation?: string | null;
122
+ bankAccount5AllocationMethod?: AllocationMethod | null;
123
+ bankAccount5Bsb?: string | null;
124
+ bankAccount5Name?: string | null;
125
+ bankAccount5Number?: string | null;
126
+ dateOfBirth?: string | null;
127
+ displayName: string;
128
+ employeeCode?: string | null;
129
+ endDate?: string | null;
130
+ familyName?: string | null;
131
+ gender?: Gender | null;
132
+ givenName?: string | null;
133
+ hasLoanOrStudentDebt?: boolean | null;
101
134
  id: string;
135
+ otherGivenNames?: string | null;
136
+ personalEmail?: string | null;
137
+ personalPhone?: string | null;
138
+ profileEmail?: string | null;
139
+ profilePhone?: string | null;
140
+ residencyStatus?: TaxResidencyStatus | null;
141
+ residentialAddressCity?: string | null;
142
+ residentialAddressCountry?: string | null;
143
+ residentialAddressLine1?: string | null;
144
+ residentialAddressLine2?: string | null;
145
+ residentialAddressPostcode?: string | null;
146
+ residentialAddressState?: string | null;
147
+ startDate?: string | null;
148
+ superFund1MemberName?: string | null;
149
+ superFund1MemberNumber?: string | null;
150
+ superFund1Nomination?: SuperFundNomination | null;
151
+ superFund1Usi?: string | null;
152
+ taxFileNumber?: string | null;
153
+ taxFileNumberExemption?: TaxFileNumberExemption | null;
154
+ taxFreeThresholdClaimed?: boolean | null;
155
+ updatedAt: string;
102
156
  }>;
103
157
  createPersonConnection: (variables: {
104
158
  integrationId: string;
@@ -1,4 +1,4 @@
1
- import { W as WorkniceClient } from '../_types-mREZ9_FT.js';
1
+ import { W as WorkniceClient } from '../_types-BDPQKGH6.js';
2
2
  import './_generated.js';
3
3
 
4
4
  type Logger = Pick<Console, "debug" | "error" | "info" | "warn"> & Partial<Pick<Console, "group" | "groupEnd">>;
@@ -340,14 +340,14 @@ type BasicAbnForm = Assignment & PaperworkAssignment & {
340
340
  subject?: Maybe<Person>;
341
341
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
342
342
  submitter?: Maybe<Person>;
343
- template?: Maybe<Template>;
343
+ template?: Maybe<PaperworkTemplate>;
344
344
  updatedAt: Scalars['DateTime']['output'];
345
345
  };
346
346
  type BasicAbnFormNotificationsArgs = {
347
347
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
348
348
  personId: Scalars['ID']['input'];
349
349
  };
350
- type BasicAbnFormTemplate = Template & {
350
+ type BasicAbnFormTemplate = PaperworkTemplate & Template & {
351
351
  archived: Scalars['Boolean']['output'];
352
352
  assignmentType: AssignmentType;
353
353
  assignments: Array<BasicAbnForm>;
@@ -421,14 +421,14 @@ type BasicBankAccountForm = Assignment & PaperworkAssignment & PersonBankAccount
421
421
  subject?: Maybe<Person>;
422
422
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
423
423
  submitter?: Maybe<Person>;
424
- template?: Maybe<Template>;
424
+ template?: Maybe<PaperworkTemplate>;
425
425
  updatedAt: Scalars['DateTime']['output'];
426
426
  };
427
427
  type BasicBankAccountFormNotificationsArgs = {
428
428
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
429
429
  personId: Scalars['ID']['input'];
430
430
  };
431
- type BasicBankAccountFormTemplate = Template & {
431
+ type BasicBankAccountFormTemplate = PaperworkTemplate & Template & {
432
432
  archived: Scalars['Boolean']['output'];
433
433
  assignmentType: AssignmentType;
434
434
  assignments: Array<BasicBankAccountForm>;
@@ -513,14 +513,14 @@ type BasicEmergencyContactForm = Assignment & PaperworkAssignment & PersonChange
513
513
  subject?: Maybe<Person>;
514
514
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
515
515
  submitter?: Maybe<Person>;
516
- template?: Maybe<Template>;
516
+ template?: Maybe<PaperworkTemplate>;
517
517
  updatedAt: Scalars['DateTime']['output'];
518
518
  };
519
519
  type BasicEmergencyContactFormNotificationsArgs = {
520
520
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
521
521
  personId: Scalars['ID']['input'];
522
522
  };
523
- type BasicEmergencyContactFormTemplate = Template & {
523
+ type BasicEmergencyContactFormTemplate = PaperworkTemplate & Template & {
524
524
  addressPresence: FieldPresence;
525
525
  archived: Scalars['Boolean']['output'];
526
526
  assignmentType: AssignmentType;
@@ -594,14 +594,14 @@ type BasicPersonalDetailsForm = Assignment & PaperworkAssignment & PersonChange
594
594
  subject?: Maybe<Person>;
595
595
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
596
596
  submitter?: Maybe<Person>;
597
- template?: Maybe<Template>;
597
+ template?: Maybe<PaperworkTemplate>;
598
598
  updatedAt: Scalars['DateTime']['output'];
599
599
  };
600
600
  type BasicPersonalDetailsFormNotificationsArgs = {
601
601
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
602
602
  personId: Scalars['ID']['input'];
603
603
  };
604
- type BasicPersonalDetailsFormTemplate = Template & {
604
+ type BasicPersonalDetailsFormTemplate = PaperworkTemplate & Template & {
605
605
  archived: Scalars['Boolean']['output'];
606
606
  assignmentType: AssignmentType;
607
607
  assignments: Array<BasicPersonalDetailsForm>;
@@ -652,7 +652,7 @@ type BasicPreEmploymentForm = Assignment & PaperworkAssignment & {
652
652
  subject?: Maybe<Person>;
653
653
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
654
654
  submitter?: Maybe<Person>;
655
- template?: Maybe<Template>;
655
+ template?: Maybe<PaperworkTemplate>;
656
656
  updatedAt: Scalars['DateTime']['output'];
657
657
  workplaceAdjustmentsRequired?: Maybe<Scalars['Boolean']['output']>;
658
658
  workplaceAdjustmentsRequiredExplanation?: Maybe<Scalars['String']['output']>;
@@ -662,7 +662,7 @@ type BasicPreEmploymentFormNotificationsArgs = {
662
662
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
663
663
  personId: Scalars['ID']['input'];
664
664
  };
665
- type BasicPreEmploymentFormTemplate = Template & {
665
+ type BasicPreEmploymentFormTemplate = PaperworkTemplate & Template & {
666
666
  archived: Scalars['Boolean']['output'];
667
667
  assignmentType: AssignmentType;
668
668
  assignments: Array<BasicPreEmploymentForm>;
@@ -729,7 +729,7 @@ type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSu
729
729
  superFund1Nomination?: Maybe<SuperFundNomination>;
730
730
  superFund1Usi?: Maybe<Scalars['String']['output']>;
731
731
  taxFileNumber?: Maybe<Scalars['String']['output']>;
732
- template?: Maybe<Template>;
732
+ template?: Maybe<PaperworkTemplate>;
733
733
  updatedAt: Scalars['DateTime']['output'];
734
734
  usi?: Maybe<Scalars['String']['output']>;
735
735
  };
@@ -737,12 +737,14 @@ type BasicSuperFormNotificationsArgs = {
737
737
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
738
738
  personId: Scalars['ID']['input'];
739
739
  };
740
- type BasicSuperFormTemplate = Template & {
740
+ type BasicSuperFormTemplate = PaperworkTemplate & Template & {
741
741
  archived: Scalars['Boolean']['output'];
742
742
  assignmentType: AssignmentType;
743
743
  assignments: Array<BasicSuperForm>;
744
744
  bundledTemplates: Array<BundledTemplate>;
745
745
  createdAt: Scalars['DateTime']['output'];
746
+ defaultFundAbn?: Maybe<Scalars['String']['output']>;
747
+ defaultFundName?: Maybe<Scalars['String']['output']>;
746
748
  defaultResponsiblePerson?: Maybe<Person>;
747
749
  defaultUsi?: Maybe<Scalars['String']['output']>;
748
750
  id: Scalars['ID']['output'];
@@ -798,14 +800,14 @@ type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxD
798
800
  taxFileNumber?: Maybe<Scalars['String']['output']>;
799
801
  taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;
800
802
  taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;
801
- template?: Maybe<Template>;
803
+ template?: Maybe<PaperworkTemplate>;
802
804
  updatedAt: Scalars['DateTime']['output'];
803
805
  };
804
806
  type BasicTaxFormNotificationsArgs = {
805
807
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
806
808
  personId: Scalars['ID']['input'];
807
809
  };
808
- type BasicTaxFormTemplate = Template & {
810
+ type BasicTaxFormTemplate = PaperworkTemplate & Template & {
809
811
  archived: Scalars['Boolean']['output'];
810
812
  assignmentType: AssignmentType;
811
813
  assignments: Array<BasicTaxForm>;
@@ -911,7 +913,7 @@ type Certificate = Assignment & PaperworkAssignment & {
911
913
  /** When the assignee last submitted the certificate. */
912
914
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
913
915
  submitter?: Maybe<Person>;
914
- template?: Maybe<Template>;
916
+ template?: Maybe<PaperworkTemplate>;
915
917
  updatedAt: Scalars['DateTime']['output'];
916
918
  verifyInstructions?: Maybe<Scalars['Markdown']['output']>;
917
919
  };
@@ -925,7 +927,7 @@ declare enum CertificateProof {
925
927
  IdentifierWithUpload = "IDENTIFIER_WITH_UPLOAD",
926
928
  UploadOnly = "UPLOAD_ONLY"
927
929
  }
928
- type CertificateTemplate = Template & {
930
+ type CertificateTemplate = PaperworkTemplate & Template & {
929
931
  applyInstructions?: Maybe<Scalars['Markdown']['output']>;
930
932
  archived: Scalars['Boolean']['output'];
931
933
  assignmentType: AssignmentType;
@@ -1151,7 +1153,7 @@ type Document = Assignment & PaperworkAssignment & {
1151
1153
  /** When the assignee last submitted the document. */
1152
1154
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
1153
1155
  submitter?: Maybe<Person>;
1154
- template?: Maybe<Template>;
1156
+ template?: Maybe<PaperworkTemplate>;
1155
1157
  updatedAt: Scalars['DateTime']['output'];
1156
1158
  /** 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. */
1157
1159
  url: Scalars['String']['output'];
@@ -1188,7 +1190,7 @@ declare enum DocumentFieldResponder {
1188
1190
  None = "NONE",
1189
1191
  Submitter = "SUBMITTER"
1190
1192
  }
1191
- type DocumentTemplate = Template & {
1193
+ type DocumentTemplate = PaperworkTemplate & Template & {
1192
1194
  archived: Scalars['Boolean']['output'];
1193
1195
  assignmentType: AssignmentType;
1194
1196
  assignments: Array<Document>;
@@ -1677,6 +1679,7 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
1677
1679
  emergencyContact2Phone?: Maybe<Scalars['String']['output']>;
1678
1680
  emergencyContact2Relationship?: Maybe<Scalars['String']['output']>;
1679
1681
  emergencyContactsPresence: FieldPresence;
1682
+ employerSuperFundAbn?: Maybe<Scalars['String']['output']>;
1680
1683
  employerSuperFundName?: Maybe<Scalars['String']['output']>;
1681
1684
  employerSuperFundProductCode?: Maybe<Scalars['String']['output']>;
1682
1685
  employmentType?: Maybe<KeypayEmploymentType>;
@@ -1760,14 +1763,14 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
1760
1763
  taxFileNumberExemption?: Maybe<TaxFileNumberExemption>;
1761
1764
  taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;
1762
1765
  taxPresence: FieldPresence;
1763
- template?: Maybe<Template>;
1766
+ template?: Maybe<PaperworkTemplate>;
1764
1767
  updatedAt: Scalars['DateTime']['output'];
1765
1768
  };
1766
1769
  type KeypayEmployeeFormNotificationsArgs = {
1767
1770
  includeRead?: InputMaybe<Scalars['Boolean']['input']>;
1768
1771
  personId: Scalars['ID']['input'];
1769
1772
  };
1770
- type KeypayEmployeeFormTemplate = Template & {
1773
+ type KeypayEmployeeFormTemplate = PaperworkTemplate & Template & {
1771
1774
  addressPresence: FieldPresence;
1772
1775
  archived: Scalars['Boolean']['output'];
1773
1776
  assignmentType: AssignmentType;
@@ -1778,6 +1781,7 @@ type KeypayEmployeeFormTemplate = Template & {
1778
1781
  defaultResponsible?: Maybe<Person>;
1779
1782
  emailAddressPresence: FieldPresence;
1780
1783
  emergencyContactsPresence: FieldPresence;
1784
+ employerSuperFundAbn?: Maybe<Scalars['String']['output']>;
1781
1785
  employerSuperFundName?: Maybe<Scalars['String']['output']>;
1782
1786
  employerSuperFundProductCode?: Maybe<Scalars['String']['output']>;
1783
1787
  genderPresence: FieldPresence;
@@ -2522,6 +2526,8 @@ type MutationCreateBasicSuperFormArgs = {
2522
2526
  templateId: Scalars['ID']['input'];
2523
2527
  };
2524
2528
  type MutationCreateBasicSuperFormTemplateArgs = {
2529
+ defaultFundAbn?: InputMaybe<Scalars['String']['input']>;
2530
+ defaultFundName?: InputMaybe<Scalars['String']['input']>;
2525
2531
  defaultResponsiblePersonId: Scalars['ID']['input'];
2526
2532
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
2527
2533
  name: Scalars['String']['input'];
@@ -2612,6 +2618,7 @@ type MutationCreateKeypayEmployeeFormTemplateArgs = {
2612
2618
  defaultResponsibleId: Scalars['ID']['input'];
2613
2619
  emailAddressPresence?: InputMaybe<FieldPresence>;
2614
2620
  emergencyContactsPresence?: InputMaybe<FieldPresence>;
2621
+ employerSuperFundAbn?: InputMaybe<Scalars['String']['input']>;
2615
2622
  employerSuperFundName?: InputMaybe<Scalars['String']['input']>;
2616
2623
  employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;
2617
2624
  genderPresence?: InputMaybe<FieldPresence>;
@@ -3309,6 +3316,8 @@ type MutationUpdateBasicPreEmploymentFormTemplateArgs = {
3309
3316
  workplaceAdjustmentsRequiredPresence?: InputMaybe<Scalars['Boolean']['input']>;
3310
3317
  };
3311
3318
  type MutationUpdateBasicSuperFormTemplateArgs = {
3319
+ defaultFundAbn?: InputMaybe<Scalars['String']['input']>;
3320
+ defaultFundName?: InputMaybe<Scalars['String']['input']>;
3312
3321
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3313
3322
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
3314
3323
  id: Scalars['ID']['input'];
@@ -3380,6 +3389,7 @@ type MutationUpdateKeypayEmployeeFormTemplateArgs = {
3380
3389
  defaultResponsibleId?: InputMaybe<Scalars['ID']['input']>;
3381
3390
  emailAddressPresence?: InputMaybe<FieldPresence>;
3382
3391
  emergencyContactsPresence?: InputMaybe<FieldPresence>;
3392
+ employerSuperFundAbn?: InputMaybe<Scalars['String']['input']>;
3383
3393
  employerSuperFundName?: InputMaybe<Scalars['String']['input']>;
3384
3394
  employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;
3385
3395
  genderPresence?: InputMaybe<FieldPresence>;
@@ -3629,6 +3639,7 @@ type Org = {
3629
3639
  name: Scalars['String']['output'];
3630
3640
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
3631
3641
  paperworkSummaries: Array<PaperworkSummary>;
3642
+ paperworkTypes: Array<PaperworkType>;
3632
3643
  people: Array<Maybe<Person>>;
3633
3644
  positions: Array<Position>;
3634
3645
  reviewCycles: Array<ReviewCycle>;
@@ -3707,7 +3718,7 @@ type PaperworkAssignment = {
3707
3718
  /** The person who submitted this assignment. */
3708
3719
  submitter?: Maybe<Person>;
3709
3720
  /** 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. */
3710
- template?: Maybe<Template>;
3721
+ template?: Maybe<PaperworkTemplate>;
3711
3722
  updatedAt: Scalars['DateTime']['output'];
3712
3723
  };
3713
3724
  type PaperworkAssignmentNotificationsArgs = {
@@ -3728,7 +3739,7 @@ type PaperworkSummary = {
3728
3739
  person: Person;
3729
3740
  required: Scalars['Boolean']['output'];
3730
3741
  status: PaperworkSummaryStatus;
3731
- template: Template;
3742
+ template: PaperworkTemplate;
3732
3743
  };
3733
3744
  /**
3734
3745
  * Generally speaking, this expected progression of a paperwork summary:
@@ -3814,6 +3825,33 @@ declare enum PaperworkSummaryStatus {
3814
3825
  Processed = "PROCESSED",
3815
3826
  Submitted = "SUBMITTED"
3816
3827
  }
3828
+ type PaperworkTemplate = {
3829
+ archived: Scalars['Boolean']['output'];
3830
+ assignmentType: AssignmentType;
3831
+ assignments: Array<Assignment>;
3832
+ bundledTemplates: Array<BundledTemplate>;
3833
+ createdAt: Scalars['DateTime']['output'];
3834
+ id: Scalars['ID']['output'];
3835
+ name: Scalars['String']['output'];
3836
+ org: Org;
3837
+ /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
3838
+ paperworkSummaries: Array<PaperworkSummary>;
3839
+ /** @deprecated Unused. */
3840
+ templateParameters: Array<TemplateParameter>;
3841
+ updatedAt: Scalars['DateTime']['output'];
3842
+ };
3843
+ type PaperworkType = {
3844
+ archived: Scalars['Boolean']['output'];
3845
+ archivedAt?: Maybe<Scalars['DateTime']['output']>;
3846
+ archiver?: Maybe<Person>;
3847
+ createdAt: Scalars['DateTime']['output'];
3848
+ creator: Person;
3849
+ id: Scalars['ID']['output'];
3850
+ name: Scalars['String']['output'];
3851
+ org: Org;
3852
+ templates: Array<PaperworkTemplate>;
3853
+ updatedAt: Scalars['DateTime']['output'];
3854
+ };
3817
3855
  declare enum PayPeriod {
3818
3856
  Hour = "HOUR",
3819
3857
  Year = "YEAR"
@@ -4413,6 +4451,7 @@ type Query = {
4413
4451
  leaveRequest: LeaveRequest;
4414
4452
  note: Note;
4415
4453
  org: Org;
4454
+ paperworkType: PaperworkType;
4416
4455
  person?: Maybe<Person>;
4417
4456
  personConnection: PersonConnection;
4418
4457
  questionnaire: Questionnaire;
@@ -4504,6 +4543,9 @@ type QueryNoteArgs = {
4504
4543
  type QueryOrgArgs = {
4505
4544
  id: Scalars['ID']['input'];
4506
4545
  };
4546
+ type QueryPaperworkTypeArgs = {
4547
+ id: Scalars['ID']['input'];
4548
+ };
4507
4549
  type QueryPersonArgs = {
4508
4550
  id: Scalars['ID']['input'];
4509
4551
  };
@@ -4678,7 +4720,7 @@ type Questionnaire = Assignment & PaperworkAssignment & {
4678
4720
  subject?: Maybe<Person>;
4679
4721
  submittedAt?: Maybe<Scalars['DateTime']['output']>;
4680
4722
  submitter?: Maybe<Person>;
4681
- template?: Maybe<Template>;
4723
+ template?: Maybe<PaperworkTemplate>;
4682
4724
  updatedAt: Scalars['DateTime']['output'];
4683
4725
  };
4684
4726
  type QuestionnaireNotificationsArgs = {
@@ -4729,7 +4771,7 @@ type QuestionnaireQuestionInput = {
4729
4771
  savedQuestionId?: InputMaybe<Scalars['ID']['input']>;
4730
4772
  type: QuestionType;
4731
4773
  };
4732
- type QuestionnaireTemplate = Template & {
4774
+ type QuestionnaireTemplate = PaperworkTemplate & Template & {
4733
4775
  archived: Scalars['Boolean']['output'];
4734
4776
  assignmentType: AssignmentType;
4735
4777
  assignments: Array<Questionnaire>;
@@ -5120,8 +5162,6 @@ type Template = {
5120
5162
  id: Scalars['ID']['output'];
5121
5163
  name: Scalars['String']['output'];
5122
5164
  org: Org;
5123
- /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
5124
- paperworkSummaries: Array<PaperworkSummary>;
5125
5165
  /** @deprecated Unused. */
5126
5166
  templateParameters: Array<TemplateParameter>;
5127
5167
  updatedAt: Scalars['DateTime']['output'];
@@ -5561,7 +5601,61 @@ type CreatePersonMutationVariables = Exact<{
5561
5601
  }>;
5562
5602
  type CreatePersonMutation = {
5563
5603
  createPerson: {
5604
+ bankAccount1Allocation?: string | null;
5605
+ bankAccount1AllocationMethod?: AllocationMethod | null;
5606
+ bankAccount1Bsb?: string | null;
5607
+ bankAccount1Name?: string | null;
5608
+ bankAccount1Number?: string | null;
5609
+ bankAccount2Allocation?: string | null;
5610
+ bankAccount2AllocationMethod?: AllocationMethod | null;
5611
+ bankAccount2Bsb?: string | null;
5612
+ bankAccount2Name?: string | null;
5613
+ bankAccount2Number?: string | null;
5614
+ bankAccount3Allocation?: string | null;
5615
+ bankAccount3AllocationMethod?: AllocationMethod | null;
5616
+ bankAccount3Bsb?: string | null;
5617
+ bankAccount3Name?: string | null;
5618
+ bankAccount3Number?: string | null;
5619
+ bankAccount4Allocation?: string | null;
5620
+ bankAccount4AllocationMethod?: AllocationMethod | null;
5621
+ bankAccount4Bsb?: string | null;
5622
+ bankAccount4Name?: string | null;
5623
+ bankAccount4Number?: string | null;
5624
+ bankAccount5Allocation?: string | null;
5625
+ bankAccount5AllocationMethod?: AllocationMethod | null;
5626
+ bankAccount5Bsb?: string | null;
5627
+ bankAccount5Name?: string | null;
5628
+ bankAccount5Number?: string | null;
5629
+ dateOfBirth?: string | null;
5630
+ displayName: string;
5631
+ employeeCode?: string | null;
5632
+ endDate?: string | null;
5633
+ familyName?: string | null;
5634
+ gender?: Gender | null;
5635
+ givenName?: string | null;
5636
+ hasLoanOrStudentDebt?: boolean | null;
5564
5637
  id: string;
5638
+ otherGivenNames?: string | null;
5639
+ personalEmail?: string | null;
5640
+ personalPhone?: string | null;
5641
+ profileEmail?: string | null;
5642
+ profilePhone?: string | null;
5643
+ residencyStatus?: TaxResidencyStatus | null;
5644
+ residentialAddressCity?: string | null;
5645
+ residentialAddressCountry?: string | null;
5646
+ residentialAddressLine1?: string | null;
5647
+ residentialAddressLine2?: string | null;
5648
+ residentialAddressPostcode?: string | null;
5649
+ residentialAddressState?: string | null;
5650
+ startDate?: string | null;
5651
+ superFund1MemberName?: string | null;
5652
+ superFund1MemberNumber?: string | null;
5653
+ superFund1Nomination?: SuperFundNomination | null;
5654
+ superFund1Usi?: string | null;
5655
+ taxFileNumber?: string | null;
5656
+ taxFileNumberExemption?: TaxFileNumberExemption | null;
5657
+ taxFreeThresholdClaimed?: boolean | null;
5658
+ updatedAt: string;
5565
5659
  };
5566
5660
  };
5567
5661
  type CreatePersonConnectionMutationVariables = Exact<{
@@ -5624,6 +5718,63 @@ type DeletePersonConnectionMutationVariables = Exact<{
5624
5718
  type DeletePersonConnectionMutation = {
5625
5719
  deletePersonConnection: boolean;
5626
5720
  };
5721
+ type PersonFullDetailsFragment = {
5722
+ bankAccount1Allocation?: string | null;
5723
+ bankAccount1AllocationMethod?: AllocationMethod | null;
5724
+ bankAccount1Bsb?: string | null;
5725
+ bankAccount1Name?: string | null;
5726
+ bankAccount1Number?: string | null;
5727
+ bankAccount2Allocation?: string | null;
5728
+ bankAccount2AllocationMethod?: AllocationMethod | null;
5729
+ bankAccount2Bsb?: string | null;
5730
+ bankAccount2Name?: string | null;
5731
+ bankAccount2Number?: string | null;
5732
+ bankAccount3Allocation?: string | null;
5733
+ bankAccount3AllocationMethod?: AllocationMethod | null;
5734
+ bankAccount3Bsb?: string | null;
5735
+ bankAccount3Name?: string | null;
5736
+ bankAccount3Number?: string | null;
5737
+ bankAccount4Allocation?: string | null;
5738
+ bankAccount4AllocationMethod?: AllocationMethod | null;
5739
+ bankAccount4Bsb?: string | null;
5740
+ bankAccount4Name?: string | null;
5741
+ bankAccount4Number?: string | null;
5742
+ bankAccount5Allocation?: string | null;
5743
+ bankAccount5AllocationMethod?: AllocationMethod | null;
5744
+ bankAccount5Bsb?: string | null;
5745
+ bankAccount5Name?: string | null;
5746
+ bankAccount5Number?: string | null;
5747
+ dateOfBirth?: string | null;
5748
+ displayName: string;
5749
+ employeeCode?: string | null;
5750
+ endDate?: string | null;
5751
+ familyName?: string | null;
5752
+ gender?: Gender | null;
5753
+ givenName?: string | null;
5754
+ hasLoanOrStudentDebt?: boolean | null;
5755
+ id: string;
5756
+ otherGivenNames?: string | null;
5757
+ personalEmail?: string | null;
5758
+ personalPhone?: string | null;
5759
+ profileEmail?: string | null;
5760
+ profilePhone?: string | null;
5761
+ residencyStatus?: TaxResidencyStatus | null;
5762
+ residentialAddressCity?: string | null;
5763
+ residentialAddressCountry?: string | null;
5764
+ residentialAddressLine1?: string | null;
5765
+ residentialAddressLine2?: string | null;
5766
+ residentialAddressPostcode?: string | null;
5767
+ residentialAddressState?: string | null;
5768
+ startDate?: string | null;
5769
+ superFund1MemberName?: string | null;
5770
+ superFund1MemberNumber?: string | null;
5771
+ superFund1Nomination?: SuperFundNomination | null;
5772
+ superFund1Usi?: string | null;
5773
+ taxFileNumber?: string | null;
5774
+ taxFileNumberExemption?: TaxFileNumberExemption | null;
5775
+ taxFreeThresholdClaimed?: boolean | null;
5776
+ updatedAt: string;
5777
+ };
5627
5778
  type GetApiTokensQueryVariables = Exact<{
5628
5779
  [key: string]: never;
5629
5780
  }>;
@@ -6169,4 +6320,4 @@ type UpdatePersonConnectionMutation = {
6169
6320
  };
6170
6321
  };
6171
6322
 
6172
- export { type Account, type AccountAppsArgs, type AccountFeatures, type AccountFeaturesInput, AccountFlag, type ActivateIntegrationMutation, type ActivateIntegrationMutationVariables, AllocationMethod, type AnniversaryEvent, type ApiToken, type App, AppCategory, type AppConfig, type AppConfigWebhooks, AppStatus, type AppendIntegrationLogMutation, type AppendIntegrationLogMutationVariables, type Approval, ApprovalStatus, type ApprovalSummary, type Archivable, type Assignment, type AssignmentNotification, type AssignmentNotificationsArgs, AssignmentRelation, AssignmentStatus, AssignmentType, AuthMethod, AuthProvider, AuthState, type AuthorizeIntegrationMutation, type AuthorizeIntegrationMutationVariables, type BasicAbnForm, type BasicAbnFormNotificationsArgs, type BasicAbnFormTemplate, type BasicBankAccountForm, type BasicBankAccountFormNotificationsArgs, type BasicBankAccountFormTemplate, type BasicEmergencyContactForm, type BasicEmergencyContactFormNotificationsArgs, type BasicEmergencyContactFormTemplate, type BasicPersonalDetailsForm, type BasicPersonalDetailsFormNotificationsArgs, type BasicPersonalDetailsFormTemplate, type BasicPreEmploymentForm, type BasicPreEmploymentFormNotificationsArgs, type BasicPreEmploymentFormTemplate, type BasicSuperForm, type BasicSuperFormNotificationsArgs, type BasicSuperFormTemplate, type BasicTaxForm, type BasicTaxFormNotificationsArgs, type BasicTaxFormTemplate, type Birthday, type BirthdayEvent, type BirthdayInput, type Bundle, type BundledPerson, type BundledTemplate, type BundledTemplateInput, type Certificate, type CertificateNotificationsArgs, CertificateProof, type CertificateTemplate, type ChoiceDocumentField, type ChoiceDocumentFieldConfigInput, type ChoiceDocumentFieldConfigOptionInput, type ChoiceDocumentFieldInput, type ChoiceDocumentFieldOption, type ChoiceDocumentFieldOptionInput, type CompleteSyncMutation, type CompleteSyncMutationVariables, type ConnectionRemote, type ConnectionRemoteInput, ConnectionStatus, type CreateApiTokenMutation, type CreateApiTokenMutationVariables, type CreateDataImportMutation, type CreateDataImportMutationVariables, type CreateLeaveRequestMutation, type CreateLeaveRequestMutationVariables, type CreateNoteAttachmentInput, type CreatePersonConnectionMutation, type CreatePersonConnectionMutationVariables, type CreatePersonDataImportLineMutation, type CreatePersonDataImportLineMutationVariables, type CreatePersonMutation, type CreatePersonMutationVariables, type CustomTable, type CustomTableColumn, type CustomTableColumnInput, type CustomTableConfig, type CustomTableConfigFilter, type CustomTableConfigFilterInput, type CustomTableConfigInput, type CustomTableConfigSorting, type CustomTableConfigSortingInput, type DataExport, DataExportType, type DataImport, type DataImportLine, type DateDocumentField, type DateDocumentFieldConfigInput, type DateDocumentFieldInput, type DeleteApiTokenMutation, type DeleteApiTokenMutationVariables, type DeletePersonConnectionMutation, type DeletePersonConnectionMutationVariables, type Department, type Document, type DocumentField, type DocumentFieldConfigInput, type DocumentFieldInput, DocumentFieldResponder, type DocumentNotificationsArgs, type DocumentTemplate, type EmailNotificationSettings, type EmailNotificationSettingsInput, type Exact, ExpiryStatus, FieldPresence, Gender, type GenericIntegration, type GenericIntegrationFeaturesArgs, type GetApiTokensQuery, type GetApiTokensQueryVariables, type GetIntegrationQuery, type GetIntegrationQueryVariables, type GetLeaveRequestsQuery, type GetLeaveRequestsQueryVariables, type GetMyAppsQuery, type GetMyAppsQueryVariables, type GetPeopleQuery, type GetPeopleQueryVariables, type GetPersonConnectionsQuery, type GetPersonConnectionsQueryVariables, type Incremental, type InitializeIntegrationMutation, type InitializeIntegrationMutationVariables, type InputMaybe, type Integration, type IntegrationConnection, type IntegrationFeatures, type IntegrationFeaturesArgs, type IntegrationFeaturesInput, type IntegrationLog, type IntegrationLogInput, IntegrationStatus, type IntegrationSync, type IntegrationSyncEvent, IntegrationSyncEventType, IntegrationSyncStatus, IntegrationType, type Job, JobStatus, type KeypayBusiness, type KeypayEmployee, type KeypayEmployeeForm, type KeypayEmployeeFormNotificationsArgs, type KeypayEmployeeFormTemplate, KeypayEmployeeStatus, KeypayEmploymentType, KeypayGender, type KeypayIntegration, type KeypayIntegrationFeaturesArgs, type KeypayLeaveEmployee, type KeypayLeaveIntegration, type KeypayLeaveIntegrationFeaturesArgs, type LeaveBalance, type LeaveCategory, type LeaveCategoryInput, type LeaveHoursEstimate, type LeaveRequest, type LeaveRequestNotification, type LeaveRequestNotificationsArgs, LeaveRequestStatus, type Location, type Login, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type Media, type MultiLineTextDocumentField, type MultiLineTextDocumentFieldConfigInput, type MultiLineTextDocumentFieldInput, type Mutation, type MutationAcceptLoginArgs, type MutationActivateIntegrationArgs, type MutationActivatePersonArgs, type MutationAddPeopleToBundlesArgs, type MutationAddPeopleToTagsArgs, type MutationAppendIntegrationLogArgs, type MutationApproveAssignmentArgs, type MutationApproveKeypayLeaveLeaveRequestArgs, type MutationApproveLeaveRequestArgs, type MutationApproveXeroLeaveRequestArgs, type MutationArchiveAssignmentArgs, type MutationArchiveBundleArgs, type MutationArchiveCustomTableArgs, type MutationArchiveIntegrationArgs, type MutationArchiveLocationArgs, type MutationArchiveNotesArgs, type MutationArchiveOrgArgs, type MutationArchivePersonArgs, type MutationArchiveReviewCycleArgs, type MutationArchiveSavedQuestionArgs, type MutationArchiveStandardReviewArgs, type MutationArchiveStandardReviewTemplateArgs, type MutationArchiveTemplateArgs, type MutationAssignAssignmentsArgs, type MutationAssignBasicAbnFormArgs, type MutationAssignBasicBankAccountFormArgs, type MutationAssignBasicEmergencyContactFormArgs, type MutationAssignBasicPersonalDetailsFormArgs, type MutationAssignBasicPreEmploymentFormArgs, type MutationAssignBasicSuperFormArgs, type MutationAssignBasicTaxFormArgs, type MutationAssignCertificateArgs, type MutationAssignDocumentArgs, type MutationAssignKeypayEmployeeFormArgs, type MutationAssignQuestionnaireArgs, type MutationAssignStandardReviewArgs, type MutationAssignTaskArgs, type MutationAuthorizeIntegrationArgs, type MutationCancelLeaveRequestArgs, type MutationCompleteIntegrationSyncArgs, type MutationCompletePasswordResetArgs, type MutationConfirmEmailArgs, type MutationConfirmProfileArgs, type MutationConfirmProviderArgs, type MutationCreateAccountArgs, type MutationCreateApiTokenArgs, type MutationCreateAssignmentsArgs, type MutationCreateBasicAbnFormArgs, type MutationCreateBasicAbnFormTemplateArgs, type MutationCreateBasicBankAccountFormArgs, type MutationCreateBasicBankAccountFormTemplateArgs, type MutationCreateBasicEmergencyContactFormArgs, type MutationCreateBasicEmergencyContactFormTemplateArgs, type MutationCreateBasicPersonalDetailsFormArgs, type MutationCreateBasicPersonalDetailsFormTemplateArgs, type MutationCreateBasicPreEmploymentFormArgs, type MutationCreateBasicPreEmploymentFormTemplateArgs, type MutationCreateBasicSuperFormArgs, type MutationCreateBasicSuperFormTemplateArgs, type MutationCreateBasicTaxFormArgs, type MutationCreateBasicTaxFormTemplateArgs, type MutationCreateBundleArgs, type MutationCreateBundledPersonArgs, type MutationCreateCertificateArgs, type MutationCreateCertificateTemplateArgs, type MutationCreateCustomTableArgs, type MutationCreateDataExportArgs, type MutationCreateDataImportArgs, type MutationCreateDocumentArgs, type MutationCreateDocumentTemplateArgs, type MutationCreateIntegrationArgs, type MutationCreateIntegrationLogArgs, type MutationCreateJobArgs, type MutationCreateKeypayEmployeeFormArgs, type MutationCreateKeypayEmployeeFormTemplateArgs, type MutationCreateKeypayLeaveLeaveRequestArgs, type MutationCreateLeaveRequestArgs, type MutationCreateLocalPersonConnectionsArgs, type MutationCreateLocationArgs, type MutationCreateLoginArgs, type MutationCreateManualDataImportArgs, type MutationCreateNoteArgs, type MutationCreateNoteAttachmentsArgs, type MutationCreateOrgArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePositionArgs, type MutationCreateQuestionnaireArgs, type MutationCreateQuestionnaireTemplateArgs, type MutationCreateReviewCycleArgs, type MutationCreateSavedQuestionArgs, type MutationCreateStandaloneCertificateArgs, type MutationCreateStandaloneDocumentArgs, type MutationCreateStandaloneQuestionnaireArgs, type MutationCreateStandaloneStandardReviewArgs, type MutationCreateStandaloneTaskArgs, type MutationCreateStandardReviewArgs, type MutationCreateStandardReviewQuestionArgs, type MutationCreateStandardReviewTemplateArgs, type MutationCreateStandardReviewTemplateQuestionArgs, type MutationCreateTagArgs, type MutationCreateTagsArgs, type MutationCreateTaskArgs, type MutationCreateTaskTemplateArgs, type MutationCreateXeroLeaveRequestArgs, type MutationDeleteApiTokenArgs, type MutationDeleteApprovalsArgs, type MutationDeleteBundledPersonArgs, type MutationDeleteJobArgs, type MutationDeleteLeaveRequestArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeletePositionArgs, type MutationDeleteStandardReviewQuestionArgs, type MutationDeleteStandardReviewTemplateQuestionArgs, type MutationDeleteTagArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicateTemplateArgs, type MutationInitializeIntegrationArgs, type MutationInvitePeopleArgs, type MutationInvitePersonArgs, type MutationJoinOrgArgs, type MutationLogInArgs, type MutationLogInWithProviderArgs, type MutationMarkNotificationsReadArgs, type MutationMarkNotificationsUnreadArgs, type MutationPauseIntegrationArgs, type MutationProcessAssignmentArgs, type MutationProcessAssignmentsArgs, type MutationProcessLeaveRequestArgs, type MutationProcessStandardReviewArgs, type MutationReassignAssignmentArgs, type MutationReassignCertificateArgs, type MutationReassignTaskArgs, type MutationReinviteLoginArgs, type MutationReinvitePeopleArgs, type MutationReinvitePersonArgs, type MutationRemovePeopleFromBundlesArgs, type MutationRemovePeopleFromTagsArgs, type MutationRequestApprovalsArgs, type MutationRequestPasswordResetArgs, type MutationResetXeroAuIntegrationArgs, type MutationRestoreAssignmentArgs, type MutationRestoreBundleArgs, type MutationRestoreIntegrationArgs, type MutationRestoreNotesArgs, type MutationRestorePersonArgs, type MutationRestoreReviewCycleArgs, type MutationRestoreSavedQuestionArgs, type MutationRestoreStandardReviewArgs, type MutationRestoreStandardReviewTemplateArgs, type MutationRestoreTemplateArgs, type MutationScheduleStandardReviewArgs, type MutationSetActiveLoginArgs, type MutationSignUpArgs, type MutationSubmitBasicAbnFormArgs, type MutationSubmitBasicBankAccountFormArgs, type MutationSubmitBasicEmergencyContactFormArgs, type MutationSubmitBasicPersonalDetailsFormArgs, type MutationSubmitBasicPreEmploymentFormArgs, type MutationSubmitBasicSuperFormArgs, type MutationSubmitBasicTaxFormArgs, type MutationSubmitCertificateArgs, type MutationSubmitDocumentArgs, type MutationSubmitKeypayEmployeeFormArgs, type MutationSubmitQuestionnaireArgs, type MutationSubmitStandardReviewArgs, type MutationSubmitStandardReviewQuestionArgs, type MutationSubmitTaskArgs, type MutationTerminatePersonArgs, type MutationTriggerIntegrationSyncArgs, type MutationUnmatchPersonConnectionsArgs, type MutationUnpauseIntegrationArgs, type MutationUnscheduleStandardReviewArgs, type MutationUpdateAccountArgs, type MutationUpdateAssignmentArgs, type MutationUpdateAssignmentsArgs, type MutationUpdateBasicAbnFormTemplateArgs, type MutationUpdateBasicBankAccountFormTemplateArgs, type MutationUpdateBasicEmergencyContactFormTemplateArgs, type MutationUpdateBasicPersonalDetailsFormTemplateArgs, type MutationUpdateBasicPreEmploymentFormTemplateArgs, type MutationUpdateBasicSuperFormTemplateArgs, type MutationUpdateBasicTaxFormTemplateArgs, type MutationUpdateBundleArgs, type MutationUpdateCertificateArgs, type MutationUpdateCertificateTemplateArgs, type MutationUpdateCustomTableArgs, type MutationUpdateDocumentArgs, type MutationUpdateDocumentTemplateArgs, type MutationUpdateIntegrationArgs, type MutationUpdateJobArgs, type MutationUpdateKeypayEmployeeFormTemplateArgs, type MutationUpdateKeypayIntegrationArgs, type MutationUpdateKeypayLeaveIntegrationArgs, type MutationUpdateLocationArgs, type MutationUpdateNoteArgs, type MutationUpdateOnboardingAssignmentsArgs, type MutationUpdateOrgArgs, type MutationUpdatePaperworkAssignmentArgs, type MutationUpdatePersonArgs, type MutationUpdatePersonConnectionArgs, type MutationUpdatePositionArgs, type MutationUpdatePositionsArgs, type MutationUpdateQuestionnaireArgs, type MutationUpdateQuestionnaireTemplateArgs, type MutationUpdateReviewCycleArgs, type MutationUpdateSavedQuestionArgs, type MutationUpdateStandardReviewArgs, type MutationUpdateStandardReviewQuestionArgs, type MutationUpdateStandardReviewTemplateArgs, type MutationUpdateStandardReviewTemplateQuestionArgs, type MutationUpdateTagArgs, type MutationUpdateTaskArgs, type MutationUpdateTaskTemplateArgs, type MutationUpdateUserPasswordArgs, type MutationUpdateXeroAuIntegrationArgs, type Note, type NoteAttachment, type Notification, NotificationType, type Org, type OrgBundlesArgs, type OrgFeatures, type OrgFeaturesInput, type OrgIntegrationsArgs, type OrgLocationsArgs, type OrgPaperworkSummariesArgs, type OrgPeopleArgs, type OrgReviewCyclesArgs, type OrgSavedQuestionsArgs, type OrgTemplatesArgs, type PaperworkAssignment, type PaperworkAssignmentNotificationsArgs, type PaperworkSummary, PaperworkSummaryStatus, PayPeriod, type Person, type PersonAssignmentsArgs, type PersonBankAccountsChange, type PersonBankAccountsChangeInput, type PersonCertificatesArgs, type PersonChange, type PersonConnection, type PersonConnectionLeaveHoursEstimateArgs, type PersonCustomTablesArgs, type PersonDataImportLine, type PersonDataTransferConfigInput, type PersonDateOfBirthChange, type PersonDateOfBirthChangeInput, type PersonDocumentsArgs, type PersonEmergencyContactsChange, type PersonEmergencyContactsChangeInput, type PersonFullNameChange, type PersonFullNameChangeInput, type PersonGenderChange, type PersonGenderChangeInput, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPersonalEmailChange, type PersonPersonalEmailChangeInput, type PersonPersonalPhoneChange, type PersonPersonalPhoneChangeInput, type PersonPostalAddressChange, type PersonPostalAddressChangeInput, type PersonQuestionnairesArgs, type PersonRemunerationChange, type PersonResidentialAddressChange, type PersonResidentialAddressChangeInput, type PersonReviewsArgs, PersonRole, PersonStatus, type PersonSuperFundsChange, type PersonSuperFundsChangeInput, type PersonTasksArgs, type PersonTaxDetailsChange, type PersonTaxDetailsChangeInput, type PersonTenureChange, type PersonTenureChangeInput, type Position, type Query, type QueryAccountArgs, type QueryAssignmentArgs, type QueryBasicAbnFormTemplateArgs, type QueryBasicBankAccountFormTemplateArgs, type QueryBasicEmergencyContactFormTemplateArgs, type QueryBasicPersonalDetailsFormTemplateArgs, type QueryBasicPreEmploymentFormTemplateArgs, type QueryBasicSuperFormTemplateArgs, type QueryBasicTaxFormTemplateArgs, type QueryBundleArgs, type QueryCertificateArgs, type QueryCertificateTemplateArgs, type QueryCustomTableArgs, type QueryDataImportArgs, type QueryDataImportLineArgs, type QueryDocumentArgs, type QueryDocumentTemplateArgs, type QueryIntegrationArgs, type QueryJobArgs, type QueryKeypayEmployeeArgs, type QueryKeypayEmployeeFormTemplateArgs, type QueryKeypayLeaveEmployeeArgs, type QueryLeaveRequestArgs, type QueryNoteArgs, type QueryOrgArgs, type QueryPersonArgs, type QueryPersonConnectionArgs, type QueryQuestionnaireArgs, type QueryQuestionnaireTemplateArgs, type QueryReviewCycleArgs, type QuerySavedQuestionArgs, type QueryStandardReviewArgs, type QueryStandardReviewTemplateArgs, type QueryTaskArgs, type QueryTaskTemplateArgs, type QueryTemplateArgs, type QueryUserArgs, type Question, type QuestionConfig, type QuestionConfigInput, type QuestionLikert5Config, type QuestionLikert5ConfigInput, type QuestionLikert5Response, type QuestionLikert5ResponseInput, type QuestionMultipleChoiceConfig, type QuestionMultipleChoiceConfigInput, type QuestionMultipleChoiceOtherConfig, type QuestionMultipleChoiceOtherConfigInput, type QuestionMultipleChoiceOtherResponse, type QuestionMultipleChoiceOtherResponseInput, type QuestionMultipleChoiceResponse, type QuestionMultipleChoiceResponseInput, type QuestionResponse, type QuestionResponseInput, type QuestionTemplateInput, type QuestionTextConfig, type QuestionTextConfigInput, type QuestionTextResponse, type QuestionTextResponseInput, QuestionType, type Questionnaire, type QuestionnaireNotificationsArgs, type QuestionnaireQuestion, type QuestionnaireQuestionAnswerInput, type QuestionnaireQuestionInput, type QuestionnaireTemplate, type QuestionnaireTemplateQuestion, type ReviewCycle, type ReviewCycleReviewsArgs, ReviewRelation, type SavedQuestion, type Scalars, type Session, type SharedCalendarEvent, type SignatureUploadDocumentField, type SignatureUploadDocumentFieldConfigInput, type SignatureUploadDocumentFieldInput, type SmartDocumentField, type SmartDocumentFieldConfigInput, type SmartDocumentFieldInput, SmartDocumentFieldType, type StandardReview, type StandardReviewNotification, type StandardReviewNotificationsArgs, type StandardReviewQuestion, StandardReviewQuestionRespondent, type StandardReviewQuestionsArgs, StandardReviewStatus, type StandardReviewTemplate, type StandardReviewTemplateQuestion, SuperFundNomination, type Tag, TagColor, type TagInput, type Task, type TaskNotificationsArgs, type TaskTemplate, TaxEmploymentBasis, TaxFileNumberExemption, TaxResidencyStatus, type Template, type TemplateInput, type TemplateParameter, type TemplateParameterInput, type TemplateParameterInputValue, TemplateParameterType, type TemplateParameterValue, type TextDocumentField, type TextDocumentFieldConfigInput, type TextDocumentFieldInput, type UpdateLeaveRequestMutation, type UpdateLeaveRequestMutationVariables, type UpdateNoteAttachmentInput, type UpdatePersonConnectionMutation, type UpdatePersonConnectionMutationVariables, type UpdatePersonMutation, type UpdatePersonMutationVariables, type Upload, type User, type XeroAuBankAccount, type XeroAuEmployee, XeroAuEmploymentBasis, XeroAuGender, type XeroAuIntegration, type XeroAuIntegrationFeaturesArgs, XeroAuResidencyStatus, type XeroAuSuperFund, type XeroAuSuperMembership, XeroAuTfnExemptionType, type XeroLeaveEmployee, type XeroLeaveIntegration, type XeroLeaveIntegrationFeaturesArgs };
6323
+ export { type Account, type AccountAppsArgs, type AccountFeatures, type AccountFeaturesInput, AccountFlag, type ActivateIntegrationMutation, type ActivateIntegrationMutationVariables, AllocationMethod, type AnniversaryEvent, type ApiToken, type App, AppCategory, type AppConfig, type AppConfigWebhooks, AppStatus, type AppendIntegrationLogMutation, type AppendIntegrationLogMutationVariables, type Approval, ApprovalStatus, type ApprovalSummary, type Archivable, type Assignment, type AssignmentNotification, type AssignmentNotificationsArgs, AssignmentRelation, AssignmentStatus, AssignmentType, AuthMethod, AuthProvider, AuthState, type AuthorizeIntegrationMutation, type AuthorizeIntegrationMutationVariables, type BasicAbnForm, type BasicAbnFormNotificationsArgs, type BasicAbnFormTemplate, type BasicBankAccountForm, type BasicBankAccountFormNotificationsArgs, type BasicBankAccountFormTemplate, type BasicEmergencyContactForm, type BasicEmergencyContactFormNotificationsArgs, type BasicEmergencyContactFormTemplate, type BasicPersonalDetailsForm, type BasicPersonalDetailsFormNotificationsArgs, type BasicPersonalDetailsFormTemplate, type BasicPreEmploymentForm, type BasicPreEmploymentFormNotificationsArgs, type BasicPreEmploymentFormTemplate, type BasicSuperForm, type BasicSuperFormNotificationsArgs, type BasicSuperFormTemplate, type BasicTaxForm, type BasicTaxFormNotificationsArgs, type BasicTaxFormTemplate, type Birthday, type BirthdayEvent, type BirthdayInput, type Bundle, type BundledPerson, type BundledTemplate, type BundledTemplateInput, type Certificate, type CertificateNotificationsArgs, CertificateProof, type CertificateTemplate, type ChoiceDocumentField, type ChoiceDocumentFieldConfigInput, type ChoiceDocumentFieldConfigOptionInput, type ChoiceDocumentFieldInput, type ChoiceDocumentFieldOption, type ChoiceDocumentFieldOptionInput, type CompleteSyncMutation, type CompleteSyncMutationVariables, type ConnectionRemote, type ConnectionRemoteInput, ConnectionStatus, type CreateApiTokenMutation, type CreateApiTokenMutationVariables, type CreateDataImportMutation, type CreateDataImportMutationVariables, type CreateLeaveRequestMutation, type CreateLeaveRequestMutationVariables, type CreateNoteAttachmentInput, type CreatePersonConnectionMutation, type CreatePersonConnectionMutationVariables, type CreatePersonDataImportLineMutation, type CreatePersonDataImportLineMutationVariables, type CreatePersonMutation, type CreatePersonMutationVariables, type CustomTable, type CustomTableColumn, type CustomTableColumnInput, type CustomTableConfig, type CustomTableConfigFilter, type CustomTableConfigFilterInput, type CustomTableConfigInput, type CustomTableConfigSorting, type CustomTableConfigSortingInput, type DataExport, DataExportType, type DataImport, type DataImportLine, type DateDocumentField, type DateDocumentFieldConfigInput, type DateDocumentFieldInput, type DeleteApiTokenMutation, type DeleteApiTokenMutationVariables, type DeletePersonConnectionMutation, type DeletePersonConnectionMutationVariables, type Department, type Document, type DocumentField, type DocumentFieldConfigInput, type DocumentFieldInput, DocumentFieldResponder, type DocumentNotificationsArgs, type DocumentTemplate, type EmailNotificationSettings, type EmailNotificationSettingsInput, type Exact, ExpiryStatus, FieldPresence, Gender, type GenericIntegration, type GenericIntegrationFeaturesArgs, type GetApiTokensQuery, type GetApiTokensQueryVariables, type GetIntegrationQuery, type GetIntegrationQueryVariables, type GetLeaveRequestsQuery, type GetLeaveRequestsQueryVariables, type GetMyAppsQuery, type GetMyAppsQueryVariables, type GetPeopleQuery, type GetPeopleQueryVariables, type GetPersonConnectionsQuery, type GetPersonConnectionsQueryVariables, type Incremental, type InitializeIntegrationMutation, type InitializeIntegrationMutationVariables, type InputMaybe, type Integration, type IntegrationConnection, type IntegrationFeatures, type IntegrationFeaturesArgs, type IntegrationFeaturesInput, type IntegrationLog, type IntegrationLogInput, IntegrationStatus, type IntegrationSync, type IntegrationSyncEvent, IntegrationSyncEventType, IntegrationSyncStatus, IntegrationType, type Job, JobStatus, type KeypayBusiness, type KeypayEmployee, type KeypayEmployeeForm, type KeypayEmployeeFormNotificationsArgs, type KeypayEmployeeFormTemplate, KeypayEmployeeStatus, KeypayEmploymentType, KeypayGender, type KeypayIntegration, type KeypayIntegrationFeaturesArgs, type KeypayLeaveEmployee, type KeypayLeaveIntegration, type KeypayLeaveIntegrationFeaturesArgs, type LeaveBalance, type LeaveCategory, type LeaveCategoryInput, type LeaveHoursEstimate, type LeaveRequest, type LeaveRequestNotification, type LeaveRequestNotificationsArgs, LeaveRequestStatus, type Location, type Login, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type Media, type MultiLineTextDocumentField, type MultiLineTextDocumentFieldConfigInput, type MultiLineTextDocumentFieldInput, type Mutation, type MutationAcceptLoginArgs, type MutationActivateIntegrationArgs, type MutationActivatePersonArgs, type MutationAddPeopleToBundlesArgs, type MutationAddPeopleToTagsArgs, type MutationAppendIntegrationLogArgs, type MutationApproveAssignmentArgs, type MutationApproveKeypayLeaveLeaveRequestArgs, type MutationApproveLeaveRequestArgs, type MutationApproveXeroLeaveRequestArgs, type MutationArchiveAssignmentArgs, type MutationArchiveBundleArgs, type MutationArchiveCustomTableArgs, type MutationArchiveIntegrationArgs, type MutationArchiveLocationArgs, type MutationArchiveNotesArgs, type MutationArchiveOrgArgs, type MutationArchivePersonArgs, type MutationArchiveReviewCycleArgs, type MutationArchiveSavedQuestionArgs, type MutationArchiveStandardReviewArgs, type MutationArchiveStandardReviewTemplateArgs, type MutationArchiveTemplateArgs, type MutationAssignAssignmentsArgs, type MutationAssignBasicAbnFormArgs, type MutationAssignBasicBankAccountFormArgs, type MutationAssignBasicEmergencyContactFormArgs, type MutationAssignBasicPersonalDetailsFormArgs, type MutationAssignBasicPreEmploymentFormArgs, type MutationAssignBasicSuperFormArgs, type MutationAssignBasicTaxFormArgs, type MutationAssignCertificateArgs, type MutationAssignDocumentArgs, type MutationAssignKeypayEmployeeFormArgs, type MutationAssignQuestionnaireArgs, type MutationAssignStandardReviewArgs, type MutationAssignTaskArgs, type MutationAuthorizeIntegrationArgs, type MutationCancelLeaveRequestArgs, type MutationCompleteIntegrationSyncArgs, type MutationCompletePasswordResetArgs, type MutationConfirmEmailArgs, type MutationConfirmProfileArgs, type MutationConfirmProviderArgs, type MutationCreateAccountArgs, type MutationCreateApiTokenArgs, type MutationCreateAssignmentsArgs, type MutationCreateBasicAbnFormArgs, type MutationCreateBasicAbnFormTemplateArgs, type MutationCreateBasicBankAccountFormArgs, type MutationCreateBasicBankAccountFormTemplateArgs, type MutationCreateBasicEmergencyContactFormArgs, type MutationCreateBasicEmergencyContactFormTemplateArgs, type MutationCreateBasicPersonalDetailsFormArgs, type MutationCreateBasicPersonalDetailsFormTemplateArgs, type MutationCreateBasicPreEmploymentFormArgs, type MutationCreateBasicPreEmploymentFormTemplateArgs, type MutationCreateBasicSuperFormArgs, type MutationCreateBasicSuperFormTemplateArgs, type MutationCreateBasicTaxFormArgs, type MutationCreateBasicTaxFormTemplateArgs, type MutationCreateBundleArgs, type MutationCreateBundledPersonArgs, type MutationCreateCertificateArgs, type MutationCreateCertificateTemplateArgs, type MutationCreateCustomTableArgs, type MutationCreateDataExportArgs, type MutationCreateDataImportArgs, type MutationCreateDocumentArgs, type MutationCreateDocumentTemplateArgs, type MutationCreateIntegrationArgs, type MutationCreateIntegrationLogArgs, type MutationCreateJobArgs, type MutationCreateKeypayEmployeeFormArgs, type MutationCreateKeypayEmployeeFormTemplateArgs, type MutationCreateKeypayLeaveLeaveRequestArgs, type MutationCreateLeaveRequestArgs, type MutationCreateLocalPersonConnectionsArgs, type MutationCreateLocationArgs, type MutationCreateLoginArgs, type MutationCreateManualDataImportArgs, type MutationCreateNoteArgs, type MutationCreateNoteAttachmentsArgs, type MutationCreateOrgArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePositionArgs, type MutationCreateQuestionnaireArgs, type MutationCreateQuestionnaireTemplateArgs, type MutationCreateReviewCycleArgs, type MutationCreateSavedQuestionArgs, type MutationCreateStandaloneCertificateArgs, type MutationCreateStandaloneDocumentArgs, type MutationCreateStandaloneQuestionnaireArgs, type MutationCreateStandaloneStandardReviewArgs, type MutationCreateStandaloneTaskArgs, type MutationCreateStandardReviewArgs, type MutationCreateStandardReviewQuestionArgs, type MutationCreateStandardReviewTemplateArgs, type MutationCreateStandardReviewTemplateQuestionArgs, type MutationCreateTagArgs, type MutationCreateTagsArgs, type MutationCreateTaskArgs, type MutationCreateTaskTemplateArgs, type MutationCreateXeroLeaveRequestArgs, type MutationDeleteApiTokenArgs, type MutationDeleteApprovalsArgs, type MutationDeleteBundledPersonArgs, type MutationDeleteJobArgs, type MutationDeleteLeaveRequestArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeletePositionArgs, type MutationDeleteStandardReviewQuestionArgs, type MutationDeleteStandardReviewTemplateQuestionArgs, type MutationDeleteTagArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicateTemplateArgs, type MutationInitializeIntegrationArgs, type MutationInvitePeopleArgs, type MutationInvitePersonArgs, type MutationJoinOrgArgs, type MutationLogInArgs, type MutationLogInWithProviderArgs, type MutationMarkNotificationsReadArgs, type MutationMarkNotificationsUnreadArgs, type MutationPauseIntegrationArgs, type MutationProcessAssignmentArgs, type MutationProcessAssignmentsArgs, type MutationProcessLeaveRequestArgs, type MutationProcessStandardReviewArgs, type MutationReassignAssignmentArgs, type MutationReassignCertificateArgs, type MutationReassignTaskArgs, type MutationReinviteLoginArgs, type MutationReinvitePeopleArgs, type MutationReinvitePersonArgs, type MutationRemovePeopleFromBundlesArgs, type MutationRemovePeopleFromTagsArgs, type MutationRequestApprovalsArgs, type MutationRequestPasswordResetArgs, type MutationResetXeroAuIntegrationArgs, type MutationRestoreAssignmentArgs, type MutationRestoreBundleArgs, type MutationRestoreIntegrationArgs, type MutationRestoreNotesArgs, type MutationRestorePersonArgs, type MutationRestoreReviewCycleArgs, type MutationRestoreSavedQuestionArgs, type MutationRestoreStandardReviewArgs, type MutationRestoreStandardReviewTemplateArgs, type MutationRestoreTemplateArgs, type MutationScheduleStandardReviewArgs, type MutationSetActiveLoginArgs, type MutationSignUpArgs, type MutationSubmitBasicAbnFormArgs, type MutationSubmitBasicBankAccountFormArgs, type MutationSubmitBasicEmergencyContactFormArgs, type MutationSubmitBasicPersonalDetailsFormArgs, type MutationSubmitBasicPreEmploymentFormArgs, type MutationSubmitBasicSuperFormArgs, type MutationSubmitBasicTaxFormArgs, type MutationSubmitCertificateArgs, type MutationSubmitDocumentArgs, type MutationSubmitKeypayEmployeeFormArgs, type MutationSubmitQuestionnaireArgs, type MutationSubmitStandardReviewArgs, type MutationSubmitStandardReviewQuestionArgs, type MutationSubmitTaskArgs, type MutationTerminatePersonArgs, type MutationTriggerIntegrationSyncArgs, type MutationUnmatchPersonConnectionsArgs, type MutationUnpauseIntegrationArgs, type MutationUnscheduleStandardReviewArgs, type MutationUpdateAccountArgs, type MutationUpdateAssignmentArgs, type MutationUpdateAssignmentsArgs, type MutationUpdateBasicAbnFormTemplateArgs, type MutationUpdateBasicBankAccountFormTemplateArgs, type MutationUpdateBasicEmergencyContactFormTemplateArgs, type MutationUpdateBasicPersonalDetailsFormTemplateArgs, type MutationUpdateBasicPreEmploymentFormTemplateArgs, type MutationUpdateBasicSuperFormTemplateArgs, type MutationUpdateBasicTaxFormTemplateArgs, type MutationUpdateBundleArgs, type MutationUpdateCertificateArgs, type MutationUpdateCertificateTemplateArgs, type MutationUpdateCustomTableArgs, type MutationUpdateDocumentArgs, type MutationUpdateDocumentTemplateArgs, type MutationUpdateIntegrationArgs, type MutationUpdateJobArgs, type MutationUpdateKeypayEmployeeFormTemplateArgs, type MutationUpdateKeypayIntegrationArgs, type MutationUpdateKeypayLeaveIntegrationArgs, type MutationUpdateLocationArgs, type MutationUpdateNoteArgs, type MutationUpdateOnboardingAssignmentsArgs, type MutationUpdateOrgArgs, type MutationUpdatePaperworkAssignmentArgs, type MutationUpdatePersonArgs, type MutationUpdatePersonConnectionArgs, type MutationUpdatePositionArgs, type MutationUpdatePositionsArgs, type MutationUpdateQuestionnaireArgs, type MutationUpdateQuestionnaireTemplateArgs, type MutationUpdateReviewCycleArgs, type MutationUpdateSavedQuestionArgs, type MutationUpdateStandardReviewArgs, type MutationUpdateStandardReviewQuestionArgs, type MutationUpdateStandardReviewTemplateArgs, type MutationUpdateStandardReviewTemplateQuestionArgs, type MutationUpdateTagArgs, type MutationUpdateTaskArgs, type MutationUpdateTaskTemplateArgs, type MutationUpdateUserPasswordArgs, type MutationUpdateXeroAuIntegrationArgs, type Note, type NoteAttachment, type Notification, NotificationType, type Org, type OrgBundlesArgs, type OrgFeatures, type OrgFeaturesInput, type OrgIntegrationsArgs, type OrgLocationsArgs, type OrgPaperworkSummariesArgs, type OrgPeopleArgs, type OrgReviewCyclesArgs, type OrgSavedQuestionsArgs, type OrgTemplatesArgs, type PaperworkAssignment, type PaperworkAssignmentNotificationsArgs, type PaperworkSummary, PaperworkSummaryStatus, type PaperworkTemplate, type PaperworkType, PayPeriod, type Person, type PersonAssignmentsArgs, type PersonBankAccountsChange, type PersonBankAccountsChangeInput, type PersonCertificatesArgs, type PersonChange, type PersonConnection, type PersonConnectionLeaveHoursEstimateArgs, type PersonCustomTablesArgs, type PersonDataImportLine, type PersonDataTransferConfigInput, type PersonDateOfBirthChange, type PersonDateOfBirthChangeInput, type PersonDocumentsArgs, type PersonEmergencyContactsChange, type PersonEmergencyContactsChangeInput, type PersonFullDetailsFragment, type PersonFullNameChange, type PersonFullNameChangeInput, type PersonGenderChange, type PersonGenderChangeInput, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPersonalEmailChange, type PersonPersonalEmailChangeInput, type PersonPersonalPhoneChange, type PersonPersonalPhoneChangeInput, type PersonPostalAddressChange, type PersonPostalAddressChangeInput, type PersonQuestionnairesArgs, type PersonRemunerationChange, type PersonResidentialAddressChange, type PersonResidentialAddressChangeInput, type PersonReviewsArgs, PersonRole, PersonStatus, type PersonSuperFundsChange, type PersonSuperFundsChangeInput, type PersonTasksArgs, type PersonTaxDetailsChange, type PersonTaxDetailsChangeInput, type PersonTenureChange, type PersonTenureChangeInput, type Position, type Query, type QueryAccountArgs, type QueryAssignmentArgs, type QueryBasicAbnFormTemplateArgs, type QueryBasicBankAccountFormTemplateArgs, type QueryBasicEmergencyContactFormTemplateArgs, type QueryBasicPersonalDetailsFormTemplateArgs, type QueryBasicPreEmploymentFormTemplateArgs, type QueryBasicSuperFormTemplateArgs, type QueryBasicTaxFormTemplateArgs, type QueryBundleArgs, type QueryCertificateArgs, type QueryCertificateTemplateArgs, type QueryCustomTableArgs, type QueryDataImportArgs, type QueryDataImportLineArgs, type QueryDocumentArgs, type QueryDocumentTemplateArgs, type QueryIntegrationArgs, type QueryJobArgs, type QueryKeypayEmployeeArgs, type QueryKeypayEmployeeFormTemplateArgs, type QueryKeypayLeaveEmployeeArgs, type QueryLeaveRequestArgs, type QueryNoteArgs, type QueryOrgArgs, type QueryPaperworkTypeArgs, type QueryPersonArgs, type QueryPersonConnectionArgs, type QueryQuestionnaireArgs, type QueryQuestionnaireTemplateArgs, type QueryReviewCycleArgs, type QuerySavedQuestionArgs, type QueryStandardReviewArgs, type QueryStandardReviewTemplateArgs, type QueryTaskArgs, type QueryTaskTemplateArgs, type QueryTemplateArgs, type QueryUserArgs, type Question, type QuestionConfig, type QuestionConfigInput, type QuestionLikert5Config, type QuestionLikert5ConfigInput, type QuestionLikert5Response, type QuestionLikert5ResponseInput, type QuestionMultipleChoiceConfig, type QuestionMultipleChoiceConfigInput, type QuestionMultipleChoiceOtherConfig, type QuestionMultipleChoiceOtherConfigInput, type QuestionMultipleChoiceOtherResponse, type QuestionMultipleChoiceOtherResponseInput, type QuestionMultipleChoiceResponse, type QuestionMultipleChoiceResponseInput, type QuestionResponse, type QuestionResponseInput, type QuestionTemplateInput, type QuestionTextConfig, type QuestionTextConfigInput, type QuestionTextResponse, type QuestionTextResponseInput, QuestionType, type Questionnaire, type QuestionnaireNotificationsArgs, type QuestionnaireQuestion, type QuestionnaireQuestionAnswerInput, type QuestionnaireQuestionInput, type QuestionnaireTemplate, type QuestionnaireTemplateQuestion, type ReviewCycle, type ReviewCycleReviewsArgs, ReviewRelation, type SavedQuestion, type Scalars, type Session, type SharedCalendarEvent, type SignatureUploadDocumentField, type SignatureUploadDocumentFieldConfigInput, type SignatureUploadDocumentFieldInput, type SmartDocumentField, type SmartDocumentFieldConfigInput, type SmartDocumentFieldInput, SmartDocumentFieldType, type StandardReview, type StandardReviewNotification, type StandardReviewNotificationsArgs, type StandardReviewQuestion, StandardReviewQuestionRespondent, type StandardReviewQuestionsArgs, StandardReviewStatus, type StandardReviewTemplate, type StandardReviewTemplateQuestion, SuperFundNomination, type Tag, TagColor, type TagInput, type Task, type TaskNotificationsArgs, type TaskTemplate, TaxEmploymentBasis, TaxFileNumberExemption, TaxResidencyStatus, type Template, type TemplateInput, type TemplateParameter, type TemplateParameterInput, type TemplateParameterInputValue, TemplateParameterType, type TemplateParameterValue, type TextDocumentField, type TextDocumentFieldConfigInput, type TextDocumentFieldInput, type UpdateLeaveRequestMutation, type UpdateLeaveRequestMutationVariables, type UpdateNoteAttachmentInput, type UpdatePersonConnectionMutation, type UpdatePersonConnectionMutationVariables, type UpdatePersonMutation, type UpdatePersonMutationVariables, type Upload, type User, type XeroAuBankAccount, type XeroAuEmployee, XeroAuEmploymentBasis, XeroAuGender, type XeroAuIntegration, type XeroAuIntegrationFeaturesArgs, XeroAuResidencyStatus, type XeroAuSuperFund, type XeroAuSuperMembership, XeroAuTfnExemptionType, type XeroLeaveEmployee, type XeroLeaveIntegration, type XeroLeaveIntegrationFeaturesArgs };