@worknice/js-sdk 0.0.2 → 0.0.4
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.
- package/dist/_types-BXw9D0Qi.d.ts +642 -0
- package/dist/api/WorkniceIntegrationLogger.d.ts +99 -0
- package/dist/api/WorkniceIntegrationLogger.js +173 -0
- package/dist/api/WorkniceIntegrationLogger.js.map +1 -0
- package/dist/api/_generated.d.ts +357 -22
- package/dist/api/_generated.js.map +1 -1
- package/dist/api/_types.d.ts +2 -2
- package/dist/api/_types.js +1 -0
- package/dist/api/_types.js.map +1 -1
- package/dist/api/createApiOperation.d.ts +1 -1
- package/dist/api/createWorkniceClient.d.ts +1 -1
- package/dist/api/createWorkniceClient.js +21 -1
- package/dist/api/createWorkniceClient.js.map +1 -1
- package/dist/api/operations/activateIntegration.d.ts +1 -1
- package/dist/api/operations/authorizeIntegration.d.ts +20 -0
- package/dist/api/operations/authorizeIntegration.js +23 -0
- package/dist/api/operations/authorizeIntegration.js.map +1 -0
- package/dist/api/operations/completeSync.d.ts +20 -0
- package/dist/api/operations/completeSync.js +23 -0
- package/dist/api/operations/completeSync.js.map +1 -0
- package/dist/api/operations/createApiToken.d.ts +1 -1
- package/dist/api/operations/createDataImport.d.ts +12 -0
- package/dist/api/operations/createDataImport.js +25 -0
- package/dist/api/operations/createDataImport.js.map +1 -0
- package/dist/api/operations/createPersonConnection.d.ts +132 -0
- package/dist/api/operations/createPersonConnection.js +65 -0
- package/dist/api/operations/createPersonConnection.js.map +1 -0
- package/dist/api/operations/createPersonDataImportLine.d.ts +22 -0
- package/dist/api/operations/createPersonDataImportLine.js +49 -0
- package/dist/api/operations/createPersonDataImportLine.js.map +1 -0
- package/dist/api/operations/deleteApiToken.d.ts +1 -1
- package/dist/api/operations/deletePersonConnection.d.ts +10 -0
- package/dist/api/operations/deletePersonConnection.js +21 -0
- package/dist/api/operations/deletePersonConnection.js.map +1 -0
- package/dist/api/operations/getApiTokens.d.ts +1 -1
- package/dist/api/operations/getIntegration.d.ts +65 -0
- package/dist/api/operations/getIntegration.js +32 -0
- package/dist/api/operations/getIntegration.js.map +1 -0
- package/dist/api/operations/getPeople.d.ts +65 -0
- package/dist/api/operations/getPeople.js +79 -0
- package/dist/api/operations/getPeople.js.map +1 -0
- package/dist/api/operations/getPersonConnections.d.ts +107 -0
- package/dist/api/operations/getPersonConnections.js +43 -0
- package/dist/api/operations/getPersonConnections.js.map +1 -0
- package/dist/api/operations/initializeIntegration.d.ts +1 -1
- package/dist/api/operations/updatePersonConnection.d.ts +132 -0
- package/dist/api/operations/updatePersonConnection.js +65 -0
- package/dist/api/operations/updatePersonConnection.js.map +1 -0
- package/dist/employee-records/EQUALITY_CHECKS.d.ts +1 -0
- package/dist/employee-records/EQUALITY_CHECKS.js +0 -1
- package/dist/employee-records/EQUALITY_CHECKS.js.map +1 -1
- package/dist/employee-records/_types.d.ts +13 -12
- package/dist/employee-records/comparePersonDataTransferLines.d.ts +1 -0
- package/dist/employee-records/comparePersonDataTransferLines.js +0 -3
- package/dist/employee-records/comparePersonDataTransferLines.js.map +1 -1
- package/dist/employee-records/index.d.ts +1 -0
- package/dist/employee-records/mergePersonDataTransferLines.d.ts +1 -0
- package/dist/employee-records/mergePersonDataTransferLines.js +0 -1
- package/dist/employee-records/mergePersonDataTransferLines.js.map +1 -1
- package/dist/employee-records/validatePersonDataTransferLine.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLineBankAccounts.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLineBankAccounts.js +10 -9
- package/dist/employee-records/validatePersonDataTransferLineBankAccounts.js.map +1 -1
- package/dist/employee-records/validatePersonDataTransferLineEmergencyContacts.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLinePersonalDetails.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLinePersonalDetails.js +0 -2
- package/dist/employee-records/validatePersonDataTransferLinePersonalDetails.js.map +1 -1
- package/dist/employee-records/validatePersonDataTransferLinePostalAddress.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLineResidentialAddress.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLineSuperFunds.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLineTaxDetails.d.ts +1 -0
- package/dist/employee-records/validatePersonDataTransferLineTenure.d.ts +1 -0
- package/dist/helpers/_types.d.ts +7 -6
- package/dist/helpers/handleCreateIntegrationWebhook.d.ts +2 -1
- package/dist/helpers/handleCreateIntegrationWebhook.js +6 -4
- package/dist/helpers/handleCreateIntegrationWebhook.js.map +1 -1
- package/dist/helpers/handleGetAuthorizationUrlWebhook.d.ts +2 -1
- package/dist/helpers/handleGetAuthorizationUrlWebhook.js +4 -1
- package/dist/helpers/handleGetAuthorizationUrlWebhook.js.map +1 -1
- package/dist/helpers/handleGetLeaveBalancesWebhook.d.ts +14 -0
- package/dist/helpers/handleGetLeaveBalancesWebhook.js +22 -0
- package/dist/helpers/handleGetLeaveBalancesWebhook.js.map +1 -0
- package/dist/helpers/handleRequestWithWorknice.d.ts +9 -14
- package/dist/helpers/handleRequestWithWorknice.js +40 -19
- package/dist/helpers/handleRequestWithWorknice.js.map +1 -1
- package/dist/helpers/handleTriggerIntegrationSyncWebhook.d.ts +73 -0
- package/dist/helpers/handleTriggerIntegrationSyncWebhook.js +612 -0
- package/dist/helpers/handleTriggerIntegrationSyncWebhook.js.map +1 -0
- package/dist/helpers/index.d.ts +7 -1
- package/dist/helpers/index.js +9 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/utils/disambiguatePersonConnections.d.ts +25 -0
- package/dist/utils/disambiguatePersonConnections.js +18 -0
- package/dist/utils/disambiguatePersonConnections.js.map +1 -0
- package/dist/utils/isNotNullable.d.ts +10 -0
- package/dist/utils/isNotNullable.js +6 -0
- package/dist/utils/isNotNullable.js.map +1 -0
- package/dist/webhooks.d.ts +13 -1
- package/package.json +8 -4
- package/dist/_types-DsB4q143.d.ts +0 -127
package/dist/api/_generated.d.ts
CHANGED
|
@@ -190,7 +190,6 @@ type Assignment = {
|
|
|
190
190
|
assigner?: Maybe<Person>;
|
|
191
191
|
assignmentStatus: AssignmentStatus;
|
|
192
192
|
assignmentType: AssignmentType;
|
|
193
|
-
canonical: Assignment;
|
|
194
193
|
createdAt: Scalars['DateTime']['output'];
|
|
195
194
|
creator?: Maybe<Person>;
|
|
196
195
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -204,6 +203,7 @@ type Assignment = {
|
|
|
204
203
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
205
204
|
/** The person who is submitting this assignment. */
|
|
206
205
|
owner?: Maybe<Person>;
|
|
206
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
207
207
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
208
208
|
/** The person who processed this assignment. */
|
|
209
209
|
processor?: Maybe<Person>;
|
|
@@ -283,7 +283,6 @@ type BasicAbnForm = Assignment & Form & PaperworkAssignment & {
|
|
|
283
283
|
assignmentStatus: AssignmentStatus;
|
|
284
284
|
assignmentType: AssignmentType;
|
|
285
285
|
businessName?: Maybe<Scalars['String']['output']>;
|
|
286
|
-
canonical: Assignment;
|
|
287
286
|
createdAt: Scalars['DateTime']['output'];
|
|
288
287
|
creator?: Maybe<Person>;
|
|
289
288
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -296,6 +295,7 @@ type BasicAbnForm = Assignment & Form & PaperworkAssignment & {
|
|
|
296
295
|
notifications: Array<Notification>;
|
|
297
296
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
298
297
|
owner?: Maybe<Person>;
|
|
298
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
299
299
|
previousForms: Array<BasicAbnForm>;
|
|
300
300
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
301
301
|
processor?: Maybe<Person>;
|
|
@@ -364,7 +364,6 @@ type BasicBankAccountForm = Assignment & Form & PaperworkAssignment & PersonBank
|
|
|
364
364
|
bankAccount5Bsb?: Maybe<Scalars['String']['output']>;
|
|
365
365
|
bankAccount5Name?: Maybe<Scalars['String']['output']>;
|
|
366
366
|
bankAccount5Number?: Maybe<Scalars['String']['output']>;
|
|
367
|
-
canonical: Assignment;
|
|
368
367
|
createdAt: Scalars['DateTime']['output'];
|
|
369
368
|
creator?: Maybe<Person>;
|
|
370
369
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -377,6 +376,7 @@ type BasicBankAccountForm = Assignment & Form & PaperworkAssignment & PersonBank
|
|
|
377
376
|
notifications: Array<Notification>;
|
|
378
377
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
379
378
|
owner?: Maybe<Person>;
|
|
379
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
380
380
|
previousForms: Array<BasicBankAccountForm>;
|
|
381
381
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
382
382
|
processor?: Maybe<Person>;
|
|
@@ -415,7 +415,6 @@ type BasicEmergencyContactForm = Assignment & Form & PaperworkAssignment & Perso
|
|
|
415
415
|
assigner?: Maybe<Person>;
|
|
416
416
|
assignmentStatus: AssignmentStatus;
|
|
417
417
|
assignmentType: AssignmentType;
|
|
418
|
-
canonical: Assignment;
|
|
419
418
|
contact1AddressCity?: Maybe<Scalars['String']['output']>;
|
|
420
419
|
contact1AddressLine1?: Maybe<Scalars['String']['output']>;
|
|
421
420
|
contact1AddressLine2?: Maybe<Scalars['String']['output']>;
|
|
@@ -468,6 +467,7 @@ type BasicEmergencyContactForm = Assignment & Form & PaperworkAssignment & Perso
|
|
|
468
467
|
notifications: Array<Notification>;
|
|
469
468
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
470
469
|
owner?: Maybe<Person>;
|
|
470
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
471
471
|
previousForms: Array<BasicEmergencyContactForm>;
|
|
472
472
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
473
473
|
processor?: Maybe<Person>;
|
|
@@ -508,7 +508,6 @@ type BasicPersonalDetailsForm = Assignment & Form & PaperworkAssignment & Person
|
|
|
508
508
|
assigner?: Maybe<Person>;
|
|
509
509
|
assignmentStatus: AssignmentStatus;
|
|
510
510
|
assignmentType: AssignmentType;
|
|
511
|
-
canonical: Assignment;
|
|
512
511
|
createdAt: Scalars['DateTime']['output'];
|
|
513
512
|
creator?: Maybe<Person>;
|
|
514
513
|
dateOfBirth?: Maybe<Scalars['Date']['output']>;
|
|
@@ -533,6 +532,7 @@ type BasicPersonalDetailsForm = Assignment & Form & PaperworkAssignment & Person
|
|
|
533
532
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
534
533
|
otherGivenNames?: Maybe<Scalars['String']['output']>;
|
|
535
534
|
owner?: Maybe<Person>;
|
|
535
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
536
536
|
personalEmail?: Maybe<Scalars['String']['output']>;
|
|
537
537
|
personalPhone?: Maybe<Scalars['String']['output']>;
|
|
538
538
|
phone?: Maybe<Scalars['String']['output']>;
|
|
@@ -585,7 +585,6 @@ type BasicPreEmploymentForm = Assignment & Form & PaperworkAssignment & {
|
|
|
585
585
|
assigner?: Maybe<Person>;
|
|
586
586
|
assignmentStatus: AssignmentStatus;
|
|
587
587
|
assignmentType: AssignmentType;
|
|
588
|
-
canonical: Assignment;
|
|
589
588
|
createdAt: Scalars['DateTime']['output'];
|
|
590
589
|
creator?: Maybe<Person>;
|
|
591
590
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -605,6 +604,7 @@ type BasicPreEmploymentForm = Assignment & Form & PaperworkAssignment & {
|
|
|
605
604
|
notifications: Array<Notification>;
|
|
606
605
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
607
606
|
owner?: Maybe<Person>;
|
|
607
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
608
608
|
previousForms: Array<BasicPreEmploymentForm>;
|
|
609
609
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
610
610
|
processor?: Maybe<Person>;
|
|
@@ -649,7 +649,6 @@ type BasicSuperForm = Assignment & Form & PaperworkAssignment & PersonChange & P
|
|
|
649
649
|
assigner?: Maybe<Person>;
|
|
650
650
|
assignmentStatus: AssignmentStatus;
|
|
651
651
|
assignmentType: AssignmentType;
|
|
652
|
-
canonical: Assignment;
|
|
653
652
|
createdAt: Scalars['DateTime']['output'];
|
|
654
653
|
creator?: Maybe<Person>;
|
|
655
654
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -665,6 +664,7 @@ type BasicSuperForm = Assignment & Form & PaperworkAssignment & PersonChange & P
|
|
|
665
664
|
notifications: Array<Notification>;
|
|
666
665
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
667
666
|
owner?: Maybe<Person>;
|
|
667
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
668
668
|
previousForms: Array<BasicSuperForm>;
|
|
669
669
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
670
670
|
processor?: Maybe<Person>;
|
|
@@ -725,7 +725,6 @@ type BasicTaxForm = Assignment & Form & PaperworkAssignment & PersonChange & Per
|
|
|
725
725
|
assigner?: Maybe<Person>;
|
|
726
726
|
assignmentStatus: AssignmentStatus;
|
|
727
727
|
assignmentType: AssignmentType;
|
|
728
|
-
canonical: Assignment;
|
|
729
728
|
createdAt: Scalars['DateTime']['output'];
|
|
730
729
|
creator?: Maybe<Person>;
|
|
731
730
|
dateOfBirth?: Maybe<Scalars['Date']['output']>;
|
|
@@ -745,6 +744,7 @@ type BasicTaxForm = Assignment & Form & PaperworkAssignment & PersonChange & Per
|
|
|
745
744
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
746
745
|
otherGivenNames?: Maybe<Scalars['String']['output']>;
|
|
747
746
|
owner?: Maybe<Person>;
|
|
747
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
748
748
|
previousForms: Array<BasicTaxForm>;
|
|
749
749
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
750
750
|
processor?: Maybe<Person>;
|
|
@@ -802,6 +802,7 @@ type Bundle = {
|
|
|
802
802
|
id: Scalars['ID']['output'];
|
|
803
803
|
name: Scalars['String']['output'];
|
|
804
804
|
org: Org;
|
|
805
|
+
paperworkSummaries: Array<PaperworkSummary>;
|
|
805
806
|
updatedAt: Scalars['DateTime']['output'];
|
|
806
807
|
};
|
|
807
808
|
type BundledPerson = {
|
|
@@ -833,7 +834,6 @@ type Certificate = Assignment & PaperworkAssignment & {
|
|
|
833
834
|
assignmentStatus: AssignmentStatus;
|
|
834
835
|
assignmentType: AssignmentType;
|
|
835
836
|
attachment?: Maybe<Media>;
|
|
836
|
-
canonical: Assignment;
|
|
837
837
|
certificateTemplate?: Maybe<CertificateTemplate>;
|
|
838
838
|
createdAt: Scalars['DateTime']['output'];
|
|
839
839
|
creator?: Maybe<Person>;
|
|
@@ -852,6 +852,7 @@ type Certificate = Assignment & PaperworkAssignment & {
|
|
|
852
852
|
notifications: Array<Notification>;
|
|
853
853
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
854
854
|
owner?: Maybe<Person>;
|
|
855
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
855
856
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
856
857
|
processor?: Maybe<Person>;
|
|
857
858
|
proof: CertificateProof;
|
|
@@ -970,7 +971,6 @@ type Document = Assignment & PaperworkAssignment & {
|
|
|
970
971
|
assigner?: Maybe<Person>;
|
|
971
972
|
assignmentStatus: AssignmentStatus;
|
|
972
973
|
assignmentType: AssignmentType;
|
|
973
|
-
canonical: Assignment;
|
|
974
974
|
createdAt: Scalars['DateTime']['output'];
|
|
975
975
|
creator?: Maybe<Person>;
|
|
976
976
|
/** @deprecated Use the 'template' field instead. */
|
|
@@ -987,6 +987,7 @@ type Document = Assignment & PaperworkAssignment & {
|
|
|
987
987
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
988
988
|
/** The person to whom the document belongs. */
|
|
989
989
|
owner?: Maybe<Person>;
|
|
990
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
990
991
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
991
992
|
processor?: Maybe<Person>;
|
|
992
993
|
responsible?: Maybe<Person>;
|
|
@@ -1107,7 +1108,6 @@ type Form = {
|
|
|
1107
1108
|
assigner?: Maybe<Person>;
|
|
1108
1109
|
assignmentStatus: AssignmentStatus;
|
|
1109
1110
|
assignmentType: AssignmentType;
|
|
1110
|
-
canonical: Assignment;
|
|
1111
1111
|
createdAt: Scalars['DateTime']['output'];
|
|
1112
1112
|
creator?: Maybe<Person>;
|
|
1113
1113
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -1499,7 +1499,6 @@ type KeypayEmployeeForm = Assignment & Form & PaperworkAssignment & PersonBankAc
|
|
|
1499
1499
|
bankAccount5Name?: Maybe<Scalars['String']['output']>;
|
|
1500
1500
|
bankAccount5Number?: Maybe<Scalars['String']['output']>;
|
|
1501
1501
|
bankAccountsPresence: FieldPresence;
|
|
1502
|
-
canonical: Assignment;
|
|
1503
1502
|
claimTaxFreeThreshold?: Maybe<Scalars['Boolean']['output']>;
|
|
1504
1503
|
createdAt: Scalars['DateTime']['output'];
|
|
1505
1504
|
creator?: Maybe<Person>;
|
|
@@ -1560,6 +1559,7 @@ type KeypayEmployeeForm = Assignment & Form & PaperworkAssignment & PersonBankAc
|
|
|
1560
1559
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
1561
1560
|
otherGivenNames?: Maybe<Scalars['String']['output']>;
|
|
1562
1561
|
owner?: Maybe<Person>;
|
|
1562
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
1563
1563
|
personalDetailsPresence: FieldPresence;
|
|
1564
1564
|
personalEmail?: Maybe<Scalars['String']['output']>;
|
|
1565
1565
|
personalPhone?: Maybe<Scalars['String']['output']>;
|
|
@@ -3407,7 +3407,6 @@ type PaperworkAssignment = {
|
|
|
3407
3407
|
assigner?: Maybe<Person>;
|
|
3408
3408
|
assignmentStatus: AssignmentStatus;
|
|
3409
3409
|
assignmentType: AssignmentType;
|
|
3410
|
-
canonical: Assignment;
|
|
3411
3410
|
createdAt: Scalars['DateTime']['output'];
|
|
3412
3411
|
creator?: Maybe<Person>;
|
|
3413
3412
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -4005,8 +4004,6 @@ type Query = {
|
|
|
4005
4004
|
bundle: Bundle;
|
|
4006
4005
|
certificate: Certificate;
|
|
4007
4006
|
certificateTemplate: CertificateTemplate;
|
|
4008
|
-
/** @deprecated Use the 'Person.assignments' field instead. */
|
|
4009
|
-
certificates: Array<Certificate>;
|
|
4010
4007
|
/** @deprecated Use the 'Query.session' field instead. */
|
|
4011
4008
|
currentViewer: Session;
|
|
4012
4009
|
dataImport: DataImport;
|
|
@@ -4087,9 +4084,6 @@ type QueryCertificateArgs = {
|
|
|
4087
4084
|
type QueryCertificateTemplateArgs = {
|
|
4088
4085
|
id: Scalars['ID']['input'];
|
|
4089
4086
|
};
|
|
4090
|
-
type QueryCertificatesArgs = {
|
|
4091
|
-
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4092
|
-
};
|
|
4093
4087
|
type QueryDataImportArgs = {
|
|
4094
4088
|
id: Scalars['ID']['input'];
|
|
4095
4089
|
};
|
|
@@ -4295,7 +4289,6 @@ type Questionnaire = Assignment & {
|
|
|
4295
4289
|
assigner?: Maybe<Person>;
|
|
4296
4290
|
assignmentStatus: AssignmentStatus;
|
|
4297
4291
|
assignmentType: AssignmentType;
|
|
4298
|
-
canonical: Assignment;
|
|
4299
4292
|
createdAt: Scalars['DateTime']['output'];
|
|
4300
4293
|
creator?: Maybe<Person>;
|
|
4301
4294
|
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
@@ -4308,6 +4301,7 @@ type Questionnaire = Assignment & {
|
|
|
4308
4301
|
notifications: Array<Notification>;
|
|
4309
4302
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
4310
4303
|
owner?: Maybe<Person>;
|
|
4304
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
4311
4305
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
4312
4306
|
processor?: Maybe<Person>;
|
|
4313
4307
|
questions: Array<QuestionnaireQuestion>;
|
|
@@ -4476,7 +4470,6 @@ type StandardReview = Assignment & {
|
|
|
4476
4470
|
assigner?: Maybe<Person>;
|
|
4477
4471
|
assignmentStatus: AssignmentStatus;
|
|
4478
4472
|
assignmentType: AssignmentType;
|
|
4479
|
-
canonical: Assignment;
|
|
4480
4473
|
createdAt: Scalars['DateTime']['output'];
|
|
4481
4474
|
creator: Person;
|
|
4482
4475
|
/** The time when the review takes place. */
|
|
@@ -4490,6 +4483,7 @@ type StandardReview = Assignment & {
|
|
|
4490
4483
|
notifications: Array<Notification>;
|
|
4491
4484
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
4492
4485
|
owner?: Maybe<Person>;
|
|
4486
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
4493
4487
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
4494
4488
|
processor?: Maybe<Person>;
|
|
4495
4489
|
questions: Array<StandardReviewQuestion>;
|
|
@@ -4621,7 +4615,6 @@ type Task = Assignment & {
|
|
|
4621
4615
|
assigner?: Maybe<Person>;
|
|
4622
4616
|
assignmentStatus: AssignmentStatus;
|
|
4623
4617
|
assignmentType: AssignmentType;
|
|
4624
|
-
canonical: Assignment;
|
|
4625
4618
|
createdAt: Scalars['DateTime']['output'];
|
|
4626
4619
|
creator?: Maybe<Person>;
|
|
4627
4620
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -4634,6 +4627,7 @@ type Task = Assignment & {
|
|
|
4634
4627
|
notifications: Array<Notification>;
|
|
4635
4628
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
4636
4629
|
owner?: Maybe<Person>;
|
|
4630
|
+
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
4637
4631
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
4638
4632
|
processor?: Maybe<Person>;
|
|
4639
4633
|
responsible?: Maybe<Person>;
|
|
@@ -4961,6 +4955,20 @@ type XeroLeaveIntegration = Integration & {
|
|
|
4961
4955
|
type: IntegrationType;
|
|
4962
4956
|
updatedAt: Scalars['DateTime']['output'];
|
|
4963
4957
|
};
|
|
4958
|
+
type AppendIntegrationLogMutationVariables = Exact<{
|
|
4959
|
+
createNewLog: Scalars['Boolean']['input'];
|
|
4960
|
+
entries: Array<IntegrationLogInput>;
|
|
4961
|
+
integrationId: Scalars['ID']['input'];
|
|
4962
|
+
integrationLogId: Scalars['ID']['input'];
|
|
4963
|
+
}>;
|
|
4964
|
+
type AppendIntegrationLogMutation = {
|
|
4965
|
+
createIntegrationLog?: {
|
|
4966
|
+
id: string;
|
|
4967
|
+
};
|
|
4968
|
+
appendIntegrationLog: {
|
|
4969
|
+
id: string;
|
|
4970
|
+
};
|
|
4971
|
+
};
|
|
4964
4972
|
type ActivateIntegrationMutationVariables = Exact<{
|
|
4965
4973
|
id: Scalars['ID']['input'];
|
|
4966
4974
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4990,6 +4998,38 @@ type ActivateIntegrationMutation = {
|
|
|
4990
4998
|
id: string;
|
|
4991
4999
|
};
|
|
4992
5000
|
};
|
|
5001
|
+
type AuthorizeIntegrationMutationVariables = Exact<{
|
|
5002
|
+
integrationId: Scalars['ID']['input'];
|
|
5003
|
+
}>;
|
|
5004
|
+
type AuthorizeIntegrationMutation = {
|
|
5005
|
+
authorizeIntegration: {
|
|
5006
|
+
id: string;
|
|
5007
|
+
} | {
|
|
5008
|
+
id: string;
|
|
5009
|
+
} | {
|
|
5010
|
+
id: string;
|
|
5011
|
+
} | {
|
|
5012
|
+
id: string;
|
|
5013
|
+
} | {
|
|
5014
|
+
id: string;
|
|
5015
|
+
};
|
|
5016
|
+
};
|
|
5017
|
+
type CompleteSyncMutationVariables = Exact<{
|
|
5018
|
+
integrationId: Scalars['ID']['input'];
|
|
5019
|
+
}>;
|
|
5020
|
+
type CompleteSyncMutation = {
|
|
5021
|
+
completeIntegrationSync: {
|
|
5022
|
+
id: string;
|
|
5023
|
+
} | {
|
|
5024
|
+
id: string;
|
|
5025
|
+
} | {
|
|
5026
|
+
id: string;
|
|
5027
|
+
} | {
|
|
5028
|
+
id: string;
|
|
5029
|
+
} | {
|
|
5030
|
+
id: string;
|
|
5031
|
+
};
|
|
5032
|
+
};
|
|
4993
5033
|
type CreateApiTokenMutationVariables = Exact<{
|
|
4994
5034
|
name: Scalars['String']['input'];
|
|
4995
5035
|
}>;
|
|
@@ -5000,12 +5040,68 @@ type CreateApiTokenMutation = {
|
|
|
5000
5040
|
token?: string | null;
|
|
5001
5041
|
};
|
|
5002
5042
|
};
|
|
5043
|
+
type CreateDataImportMutationVariables = Exact<{
|
|
5044
|
+
integrationId: Scalars['ID']['input'];
|
|
5045
|
+
}>;
|
|
5046
|
+
type CreateDataImportMutation = {
|
|
5047
|
+
createDataImport: {
|
|
5048
|
+
id: string;
|
|
5049
|
+
};
|
|
5050
|
+
};
|
|
5051
|
+
type CreatePersonConnectionMutationVariables = Exact<{
|
|
5052
|
+
integrationId: Scalars['ID']['input'];
|
|
5053
|
+
remote?: InputMaybe<ConnectionRemoteInput>;
|
|
5054
|
+
personId?: InputMaybe<Scalars['ID']['input']>;
|
|
5055
|
+
status: ConnectionStatus;
|
|
5056
|
+
}>;
|
|
5057
|
+
type CreatePersonConnectionMutation = {
|
|
5058
|
+
createPersonConnection: {
|
|
5059
|
+
__typename: 'PersonConnection';
|
|
5060
|
+
createdAt: string;
|
|
5061
|
+
id: string;
|
|
5062
|
+
status: ConnectionStatus;
|
|
5063
|
+
updatedAt: string;
|
|
5064
|
+
person?: {
|
|
5065
|
+
displayName: string;
|
|
5066
|
+
id: string;
|
|
5067
|
+
} | null;
|
|
5068
|
+
remote?: {
|
|
5069
|
+
name: string;
|
|
5070
|
+
id: string;
|
|
5071
|
+
url?: string | null;
|
|
5072
|
+
} | null;
|
|
5073
|
+
};
|
|
5074
|
+
};
|
|
5075
|
+
type CreatePersonDataImportLineMutationVariables = Exact<{
|
|
5076
|
+
bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;
|
|
5077
|
+
config: PersonDataTransferConfigInput;
|
|
5078
|
+
dataImportId: Scalars['ID']['input'];
|
|
5079
|
+
emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;
|
|
5080
|
+
personalDetails?: InputMaybe<PersonPersonalDetailsChangeInput>;
|
|
5081
|
+
personId: Scalars['ID']['input'];
|
|
5082
|
+
postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;
|
|
5083
|
+
residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;
|
|
5084
|
+
superFunds?: InputMaybe<PersonSuperFundsChangeInput>;
|
|
5085
|
+
taxDetails?: InputMaybe<PersonTaxDetailsChangeInput>;
|
|
5086
|
+
tenure?: InputMaybe<PersonTenureChangeInput>;
|
|
5087
|
+
}>;
|
|
5088
|
+
type CreatePersonDataImportLineMutation = {
|
|
5089
|
+
createPersonDataImportLine: {
|
|
5090
|
+
id: string;
|
|
5091
|
+
};
|
|
5092
|
+
};
|
|
5003
5093
|
type DeleteApiTokenMutationVariables = Exact<{
|
|
5004
5094
|
tokenId: Scalars['ID']['input'];
|
|
5005
5095
|
}>;
|
|
5006
5096
|
type DeleteApiTokenMutation = {
|
|
5007
5097
|
deleteApiToken: boolean;
|
|
5008
5098
|
};
|
|
5099
|
+
type DeletePersonConnectionMutationVariables = Exact<{
|
|
5100
|
+
personConnectionId: Scalars['ID']['input'];
|
|
5101
|
+
}>;
|
|
5102
|
+
type DeletePersonConnectionMutation = {
|
|
5103
|
+
deletePersonConnection: boolean;
|
|
5104
|
+
};
|
|
5009
5105
|
type GetApiTokensQueryVariables = Exact<{
|
|
5010
5106
|
[key: string]: never;
|
|
5011
5107
|
}>;
|
|
@@ -5020,6 +5116,221 @@ type GetApiTokensQuery = {
|
|
|
5020
5116
|
} | null;
|
|
5021
5117
|
};
|
|
5022
5118
|
};
|
|
5119
|
+
type GetIntegrationQueryVariables = Exact<{
|
|
5120
|
+
integrationId: Scalars['ID']['input'];
|
|
5121
|
+
}>;
|
|
5122
|
+
type GetIntegrationQuery = {
|
|
5123
|
+
integration: {
|
|
5124
|
+
archived: boolean;
|
|
5125
|
+
id: string;
|
|
5126
|
+
status: IntegrationStatus;
|
|
5127
|
+
app: {
|
|
5128
|
+
category: AppCategory;
|
|
5129
|
+
name: string;
|
|
5130
|
+
};
|
|
5131
|
+
org: {
|
|
5132
|
+
id: string;
|
|
5133
|
+
};
|
|
5134
|
+
} | {
|
|
5135
|
+
archived: boolean;
|
|
5136
|
+
id: string;
|
|
5137
|
+
status: IntegrationStatus;
|
|
5138
|
+
app: {
|
|
5139
|
+
category: AppCategory;
|
|
5140
|
+
name: string;
|
|
5141
|
+
};
|
|
5142
|
+
org: {
|
|
5143
|
+
id: string;
|
|
5144
|
+
};
|
|
5145
|
+
} | {
|
|
5146
|
+
archived: boolean;
|
|
5147
|
+
id: string;
|
|
5148
|
+
status: IntegrationStatus;
|
|
5149
|
+
app: {
|
|
5150
|
+
category: AppCategory;
|
|
5151
|
+
name: string;
|
|
5152
|
+
};
|
|
5153
|
+
org: {
|
|
5154
|
+
id: string;
|
|
5155
|
+
};
|
|
5156
|
+
} | {
|
|
5157
|
+
archived: boolean;
|
|
5158
|
+
id: string;
|
|
5159
|
+
status: IntegrationStatus;
|
|
5160
|
+
app: {
|
|
5161
|
+
category: AppCategory;
|
|
5162
|
+
name: string;
|
|
5163
|
+
};
|
|
5164
|
+
org: {
|
|
5165
|
+
id: string;
|
|
5166
|
+
};
|
|
5167
|
+
} | {
|
|
5168
|
+
archived: boolean;
|
|
5169
|
+
id: string;
|
|
5170
|
+
status: IntegrationStatus;
|
|
5171
|
+
app: {
|
|
5172
|
+
category: AppCategory;
|
|
5173
|
+
name: string;
|
|
5174
|
+
};
|
|
5175
|
+
org: {
|
|
5176
|
+
id: string;
|
|
5177
|
+
};
|
|
5178
|
+
};
|
|
5179
|
+
};
|
|
5180
|
+
type GetPeopleQueryVariables = Exact<{
|
|
5181
|
+
orgId: Scalars['ID']['input'];
|
|
5182
|
+
}>;
|
|
5183
|
+
type GetPeopleQuery = {
|
|
5184
|
+
org: {
|
|
5185
|
+
people: Array<{
|
|
5186
|
+
bankAccount1Allocation?: string | null;
|
|
5187
|
+
bankAccount1AllocationMethod?: AllocationMethod | null;
|
|
5188
|
+
bankAccount1Bsb?: string | null;
|
|
5189
|
+
bankAccount1Name?: string | null;
|
|
5190
|
+
bankAccount1Number?: string | null;
|
|
5191
|
+
bankAccount2Allocation?: string | null;
|
|
5192
|
+
bankAccount2AllocationMethod?: AllocationMethod | null;
|
|
5193
|
+
bankAccount2Bsb?: string | null;
|
|
5194
|
+
bankAccount2Name?: string | null;
|
|
5195
|
+
bankAccount2Number?: string | null;
|
|
5196
|
+
bankAccount3Allocation?: string | null;
|
|
5197
|
+
bankAccount3AllocationMethod?: AllocationMethod | null;
|
|
5198
|
+
bankAccount3Bsb?: string | null;
|
|
5199
|
+
bankAccount3Name?: string | null;
|
|
5200
|
+
bankAccount3Number?: string | null;
|
|
5201
|
+
bankAccount4Allocation?: string | null;
|
|
5202
|
+
bankAccount4AllocationMethod?: AllocationMethod | null;
|
|
5203
|
+
bankAccount4Bsb?: string | null;
|
|
5204
|
+
bankAccount4Name?: string | null;
|
|
5205
|
+
bankAccount4Number?: string | null;
|
|
5206
|
+
bankAccount5Allocation?: string | null;
|
|
5207
|
+
bankAccount5AllocationMethod?: AllocationMethod | null;
|
|
5208
|
+
bankAccount5Bsb?: string | null;
|
|
5209
|
+
bankAccount5Name?: string | null;
|
|
5210
|
+
bankAccount5Number?: string | null;
|
|
5211
|
+
dateOfBirth?: string | null;
|
|
5212
|
+
displayName: string;
|
|
5213
|
+
employeeCode?: string | null;
|
|
5214
|
+
endDate?: string | null;
|
|
5215
|
+
familyName?: string | null;
|
|
5216
|
+
gender?: Gender | null;
|
|
5217
|
+
givenName?: string | null;
|
|
5218
|
+
hasLoanOrStudentDebt?: boolean | null;
|
|
5219
|
+
id: string;
|
|
5220
|
+
otherGivenNames?: string | null;
|
|
5221
|
+
personalEmail?: string | null;
|
|
5222
|
+
personalPhone?: string | null;
|
|
5223
|
+
profileEmail?: string | null;
|
|
5224
|
+
residencyStatus?: TaxResidencyStatus | null;
|
|
5225
|
+
residentialAddressCity?: string | null;
|
|
5226
|
+
residentialAddressCountry?: string | null;
|
|
5227
|
+
residentialAddressLine1?: string | null;
|
|
5228
|
+
residentialAddressLine2?: string | null;
|
|
5229
|
+
residentialAddressPostcode?: string | null;
|
|
5230
|
+
residentialAddressState?: string | null;
|
|
5231
|
+
startDate?: string | null;
|
|
5232
|
+
superFund1MemberName?: string | null;
|
|
5233
|
+
superFund1MemberNumber?: string | null;
|
|
5234
|
+
superFund1Nomination?: SuperFundNomination | null;
|
|
5235
|
+
superFund1Usi?: string | null;
|
|
5236
|
+
taxFileNumber?: string | null;
|
|
5237
|
+
taxFileNumberExemption?: TaxFileNumberExemption | null;
|
|
5238
|
+
taxFreeThresholdClaimed?: boolean | null;
|
|
5239
|
+
updatedAt: string;
|
|
5240
|
+
} | null>;
|
|
5241
|
+
};
|
|
5242
|
+
};
|
|
5243
|
+
type GetPersonConnectionsQueryVariables = Exact<{
|
|
5244
|
+
integrationId: Scalars['ID']['input'];
|
|
5245
|
+
}>;
|
|
5246
|
+
type GetPersonConnectionsQuery = {
|
|
5247
|
+
integration: {
|
|
5248
|
+
connections: Array<{
|
|
5249
|
+
__typename: 'PersonConnection';
|
|
5250
|
+
createdAt: string;
|
|
5251
|
+
id: string;
|
|
5252
|
+
status: ConnectionStatus;
|
|
5253
|
+
updatedAt: string;
|
|
5254
|
+
person?: {
|
|
5255
|
+
displayName: string;
|
|
5256
|
+
id: string;
|
|
5257
|
+
} | null;
|
|
5258
|
+
remote?: {
|
|
5259
|
+
name: string;
|
|
5260
|
+
id: string;
|
|
5261
|
+
url?: string | null;
|
|
5262
|
+
} | null;
|
|
5263
|
+
}>;
|
|
5264
|
+
} | {
|
|
5265
|
+
connections: Array<{
|
|
5266
|
+
__typename: 'PersonConnection';
|
|
5267
|
+
createdAt: string;
|
|
5268
|
+
id: string;
|
|
5269
|
+
status: ConnectionStatus;
|
|
5270
|
+
updatedAt: string;
|
|
5271
|
+
person?: {
|
|
5272
|
+
displayName: string;
|
|
5273
|
+
id: string;
|
|
5274
|
+
} | null;
|
|
5275
|
+
remote?: {
|
|
5276
|
+
name: string;
|
|
5277
|
+
id: string;
|
|
5278
|
+
url?: string | null;
|
|
5279
|
+
} | null;
|
|
5280
|
+
}>;
|
|
5281
|
+
} | {
|
|
5282
|
+
connections: Array<{
|
|
5283
|
+
__typename: 'PersonConnection';
|
|
5284
|
+
createdAt: string;
|
|
5285
|
+
id: string;
|
|
5286
|
+
status: ConnectionStatus;
|
|
5287
|
+
updatedAt: string;
|
|
5288
|
+
person?: {
|
|
5289
|
+
displayName: string;
|
|
5290
|
+
id: string;
|
|
5291
|
+
} | null;
|
|
5292
|
+
remote?: {
|
|
5293
|
+
name: string;
|
|
5294
|
+
id: string;
|
|
5295
|
+
url?: string | null;
|
|
5296
|
+
} | null;
|
|
5297
|
+
}>;
|
|
5298
|
+
} | {
|
|
5299
|
+
connections: Array<{
|
|
5300
|
+
__typename: 'PersonConnection';
|
|
5301
|
+
createdAt: string;
|
|
5302
|
+
id: string;
|
|
5303
|
+
status: ConnectionStatus;
|
|
5304
|
+
updatedAt: string;
|
|
5305
|
+
person?: {
|
|
5306
|
+
displayName: string;
|
|
5307
|
+
id: string;
|
|
5308
|
+
} | null;
|
|
5309
|
+
remote?: {
|
|
5310
|
+
name: string;
|
|
5311
|
+
id: string;
|
|
5312
|
+
url?: string | null;
|
|
5313
|
+
} | null;
|
|
5314
|
+
}>;
|
|
5315
|
+
} | {
|
|
5316
|
+
connections: Array<{
|
|
5317
|
+
__typename: 'PersonConnection';
|
|
5318
|
+
createdAt: string;
|
|
5319
|
+
id: string;
|
|
5320
|
+
status: ConnectionStatus;
|
|
5321
|
+
updatedAt: string;
|
|
5322
|
+
person?: {
|
|
5323
|
+
displayName: string;
|
|
5324
|
+
id: string;
|
|
5325
|
+
} | null;
|
|
5326
|
+
remote?: {
|
|
5327
|
+
name: string;
|
|
5328
|
+
id: string;
|
|
5329
|
+
url?: string | null;
|
|
5330
|
+
} | null;
|
|
5331
|
+
}>;
|
|
5332
|
+
};
|
|
5333
|
+
};
|
|
5023
5334
|
type InitializeIntegrationMutationVariables = Exact<{
|
|
5024
5335
|
id: Scalars['ID']['input'];
|
|
5025
5336
|
}>;
|
|
@@ -5036,5 +5347,29 @@ type InitializeIntegrationMutation = {
|
|
|
5036
5347
|
id: string;
|
|
5037
5348
|
};
|
|
5038
5349
|
};
|
|
5350
|
+
type UpdatePersonConnectionMutationVariables = Exact<{
|
|
5351
|
+
personConnectionId: Scalars['ID']['input'];
|
|
5352
|
+
personId?: InputMaybe<Scalars['ID']['input']>;
|
|
5353
|
+
remote?: InputMaybe<ConnectionRemoteInput>;
|
|
5354
|
+
status: ConnectionStatus;
|
|
5355
|
+
}>;
|
|
5356
|
+
type UpdatePersonConnectionMutation = {
|
|
5357
|
+
updatePersonConnection: {
|
|
5358
|
+
__typename: 'PersonConnection';
|
|
5359
|
+
createdAt: string;
|
|
5360
|
+
id: string;
|
|
5361
|
+
status: ConnectionStatus;
|
|
5362
|
+
updatedAt: string;
|
|
5363
|
+
person?: {
|
|
5364
|
+
displayName: string;
|
|
5365
|
+
id: string;
|
|
5366
|
+
} | null;
|
|
5367
|
+
remote?: {
|
|
5368
|
+
name: string;
|
|
5369
|
+
id: string;
|
|
5370
|
+
url?: string | null;
|
|
5371
|
+
} | null;
|
|
5372
|
+
};
|
|
5373
|
+
};
|
|
5039
5374
|
|
|
5040
|
-
export { type Account, type AccountFeatures, type AccountFeaturesInput, AccountFlag, type ActivateIntegrationMutation, type ActivateIntegrationMutationVariables, AllocationMethod, type AnniversaryEvent, type ApiToken, type App, AppCategory, AppStatus, type Approval, ApprovalStatus, type Assignment, type AssignmentNotification, type AssignmentNotificationsArgs, AssignmentRelation, AssignmentStatus, AssignmentType, AuthMethod, AuthProvider, AuthState, 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 ConnectionRemote, type ConnectionRemoteInput, ConnectionStatus, type CreateApiTokenMutation, type CreateApiTokenMutationVariables, type DataExport, DataExportType, type DataImport, type DataImportLine, type DeleteApiTokenMutation, type DeleteApiTokenMutationVariables, type Department, type Document, type DocumentField, type DocumentFieldConfigInput, type DocumentFieldInput, DocumentFieldType, type DocumentNotificationsArgs, type DocumentTemplate, type EmailNotificationSettings, type EmailNotificationSettingsInput, type Exact, ExpiryStatus, FieldPresence, type Form, type FormNotificationsArgs, FormOrderBy, FormType, Gender, type GenericIntegration, type GetApiTokensQuery, type GetApiTokensQueryVariables, type Incremental, type InitializeIntegrationMutation, type InitializeIntegrationMutationVariables, type InputMaybe, type Integration, type IntegrationConnection, type IntegrationFeatures, 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 KeypayLeaveEmployee, type KeypayLeaveIntegration, 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 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 MutationArchiveIntegrationArgs, 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 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 MutationCreateNoteArgs, type MutationCreateOrgArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePersonDataImportLinesArgs, 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 MutationDeleteBundledPersonArgs, type MutationDeleteLeaveRequestArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeleteStandardReviewQuestionArgs, type MutationDeleteStandardReviewTemplateQuestionArgs, type MutationDeleteTagArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicateTemplateArgs, type MutationInitializeIntegrationArgs, 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 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 MutationUninvitePersonArgs, 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 MutationUpdateCertificateTemplateArgs, 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 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 Notification, NotificationType, type Org, type OrgBundlesArgs, type OrgFeatures, type OrgFeaturesInput, type OrgIntegrationsArgs, type OrgPeopleArgs, type OrgReviewCyclesArgs, type OrgSavedQuestionsArgs, type OrgTemplatesArgs, type PaperworkAssignment, type PaperworkAssignmentNotificationsArgs, type PaperworkSummary, PayPeriod, type Person, type PersonAssignmentsArgs, type PersonBankAccountsChange, type PersonBankAccountsChangeInput, type PersonCertificatesArgs, type PersonChange, type PersonConnection, type PersonConnectionLeaveHoursEstimateArgs, type PersonDataImportLine, type PersonDataTransferConfigInput, type PersonDocumentsArgs, type PersonEmergencyContactsChange, type PersonEmergencyContactsChangeInput, type PersonFormsArgs, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPersonalDetailsChange, type PersonPersonalDetailsChangeInput, 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 QueryCertificatesArgs, type QueryDataImportArgs, type QueryDataImportLineArgs, type QueryDocumentArgs, type QueryDocumentTemplateArgs, type QueryDocumentTemplatesArgs, type QueryDocumentsArgs, type QueryFormArgs, type QueryFormsArgs, 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 QueryQuestionnairesArgs, 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 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 Upload, type User, type XeroAuBankAccount, type XeroAuEmployee, XeroAuEmploymentBasis, XeroAuGender, type XeroAuIntegration, XeroAuResidencyStatus, type XeroAuSuperFund, type XeroAuSuperMembership, XeroAuTfnExemptionType, type XeroLeaveEmployee, type XeroLeaveIntegration };
|
|
5375
|
+
export { type Account, type AccountFeatures, type AccountFeaturesInput, AccountFlag, type ActivateIntegrationMutation, type ActivateIntegrationMutationVariables, AllocationMethod, type AnniversaryEvent, type ApiToken, type App, AppCategory, AppStatus, type AppendIntegrationLogMutation, type AppendIntegrationLogMutationVariables, type Approval, ApprovalStatus, 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 CompleteSyncMutation, type CompleteSyncMutationVariables, type ConnectionRemote, type ConnectionRemoteInput, ConnectionStatus, type CreateApiTokenMutation, type CreateApiTokenMutationVariables, type CreateDataImportMutation, type CreateDataImportMutationVariables, type CreatePersonConnectionMutation, type CreatePersonConnectionMutationVariables, type CreatePersonDataImportLineMutation, type CreatePersonDataImportLineMutationVariables, type DataExport, DataExportType, type DataImport, type DataImportLine, type DeleteApiTokenMutation, type DeleteApiTokenMutationVariables, type DeletePersonConnectionMutation, type DeletePersonConnectionMutationVariables, type Department, type Document, type DocumentField, type DocumentFieldConfigInput, type DocumentFieldInput, DocumentFieldType, type DocumentNotificationsArgs, type DocumentTemplate, type EmailNotificationSettings, type EmailNotificationSettingsInput, type Exact, ExpiryStatus, FieldPresence, type Form, type FormNotificationsArgs, FormOrderBy, FormType, Gender, type GenericIntegration, type GetApiTokensQuery, type GetApiTokensQueryVariables, type GetIntegrationQuery, type GetIntegrationQueryVariables, type GetPeopleQuery, type GetPeopleQueryVariables, type GetPersonConnectionsQuery, type GetPersonConnectionsQueryVariables, type Incremental, type InitializeIntegrationMutation, type InitializeIntegrationMutationVariables, type InputMaybe, type Integration, type IntegrationConnection, type IntegrationFeatures, 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 KeypayLeaveEmployee, type KeypayLeaveIntegration, 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 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 MutationArchiveIntegrationArgs, 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 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 MutationCreateNoteArgs, type MutationCreateOrgArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePersonDataImportLinesArgs, 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 MutationDeleteBundledPersonArgs, type MutationDeleteLeaveRequestArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeleteStandardReviewQuestionArgs, type MutationDeleteStandardReviewTemplateQuestionArgs, type MutationDeleteTagArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicateTemplateArgs, type MutationInitializeIntegrationArgs, 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 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 MutationUninvitePersonArgs, 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 MutationUpdateCertificateTemplateArgs, 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 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 Notification, NotificationType, type Org, type OrgBundlesArgs, type OrgFeatures, type OrgFeaturesInput, type OrgIntegrationsArgs, type OrgPeopleArgs, type OrgReviewCyclesArgs, type OrgSavedQuestionsArgs, type OrgTemplatesArgs, type PaperworkAssignment, type PaperworkAssignmentNotificationsArgs, type PaperworkSummary, PayPeriod, type Person, type PersonAssignmentsArgs, type PersonBankAccountsChange, type PersonBankAccountsChangeInput, type PersonCertificatesArgs, type PersonChange, type PersonConnection, type PersonConnectionLeaveHoursEstimateArgs, type PersonDataImportLine, type PersonDataTransferConfigInput, type PersonDocumentsArgs, type PersonEmergencyContactsChange, type PersonEmergencyContactsChangeInput, type PersonFormsArgs, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPersonalDetailsChange, type PersonPersonalDetailsChangeInput, 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 QueryDataImportArgs, type QueryDataImportLineArgs, type QueryDocumentArgs, type QueryDocumentTemplateArgs, type QueryDocumentTemplatesArgs, type QueryDocumentsArgs, type QueryFormArgs, type QueryFormsArgs, 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 QueryQuestionnairesArgs, 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 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 UpdatePersonConnectionMutation, type UpdatePersonConnectionMutationVariables, type Upload, type User, type XeroAuBankAccount, type XeroAuEmployee, XeroAuEmploymentBasis, XeroAuGender, type XeroAuIntegration, XeroAuResidencyStatus, type XeroAuSuperFund, type XeroAuSuperMembership, XeroAuTfnExemptionType, type XeroLeaveEmployee, type XeroLeaveIntegration };
|