@worknice/js-sdk 0.53.0 → 0.55.0
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/api/_generated.d.ts +24 -353
- package/dist/api/_generated.js +0 -26
- package/dist/api/_generated.js.map +1 -1
- package/dist/api/_types.d.ts +1 -1
- package/dist/employee-records/validatePersonDataTransferLineTenure.js +1 -1
- package/dist/employee-records/validatePersonDataTransferLineTenure.js.map +1 -1
- package/package.json +3 -3
package/dist/api/_generated.d.ts
CHANGED
|
@@ -248,7 +248,7 @@ type Assignment = {
|
|
|
248
248
|
processor?: Maybe<Person>;
|
|
249
249
|
/** The person who is receiving this assignment's submission. This is typically a person with an admin role. */
|
|
250
250
|
responsible?: Maybe<Person>;
|
|
251
|
-
/** The person this assignment is about. For many assignments this will be the same as the owner, but for
|
|
251
|
+
/** The person this assignment is about. For many assignments this will be the same as the owner, but for tasks the subject may be different from the owner. */
|
|
252
252
|
subject?: Maybe<Person>;
|
|
253
253
|
submittedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
254
254
|
/** The person who submitted this assignment. */
|
|
@@ -278,7 +278,7 @@ declare enum AssignmentRelation {
|
|
|
278
278
|
Owner = "OWNER",
|
|
279
279
|
/** The person who is receiving an assignment's submission. This is typically a person with an admin role. */
|
|
280
280
|
Responsible = "RESPONSIBLE",
|
|
281
|
-
/** The person the assignment is about. For many assignments this will be the same as the owner, but for
|
|
281
|
+
/** The person the assignment is about. For many assignments this will be the same as the owner, but for tasks the subject may be different from the owner. */
|
|
282
282
|
Subject = "SUBJECT"
|
|
283
283
|
}
|
|
284
284
|
declare enum AssignmentStatus {
|
|
@@ -296,7 +296,6 @@ declare enum AssignmentType {
|
|
|
296
296
|
Document = "DOCUMENT",
|
|
297
297
|
Form = "FORM",
|
|
298
298
|
Questionnaire = "QUESTIONNAIRE",
|
|
299
|
-
Review = "REVIEW",
|
|
300
299
|
Task = "TASK"
|
|
301
300
|
}
|
|
302
301
|
declare enum AuthMethod {
|
|
@@ -348,6 +347,7 @@ type BasicAbnForm = Assignment & PaperworkAssignment & {
|
|
|
348
347
|
submitter?: Maybe<Person>;
|
|
349
348
|
template?: Maybe<PaperworkTemplate>;
|
|
350
349
|
updatedAt: Scalars['DateTime']['output'];
|
|
350
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
351
351
|
};
|
|
352
352
|
type BasicAbnFormNotificationsArgs = {
|
|
353
353
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -429,6 +429,7 @@ type BasicBankAccountForm = Assignment & PaperworkAssignment & PersonBankAccount
|
|
|
429
429
|
submitter?: Maybe<Person>;
|
|
430
430
|
template?: Maybe<PaperworkTemplate>;
|
|
431
431
|
updatedAt: Scalars['DateTime']['output'];
|
|
432
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
432
433
|
};
|
|
433
434
|
type BasicBankAccountFormNotificationsArgs = {
|
|
434
435
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -521,6 +522,7 @@ type BasicEmergencyContactForm = Assignment & PaperworkAssignment & PersonChange
|
|
|
521
522
|
submitter?: Maybe<Person>;
|
|
522
523
|
template?: Maybe<PaperworkTemplate>;
|
|
523
524
|
updatedAt: Scalars['DateTime']['output'];
|
|
525
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
524
526
|
};
|
|
525
527
|
type BasicEmergencyContactFormNotificationsArgs = {
|
|
526
528
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -602,6 +604,7 @@ type BasicPersonalDetailsForm = Assignment & PaperworkAssignment & PersonChange
|
|
|
602
604
|
submitter?: Maybe<Person>;
|
|
603
605
|
template?: Maybe<PaperworkTemplate>;
|
|
604
606
|
updatedAt: Scalars['DateTime']['output'];
|
|
607
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
605
608
|
};
|
|
606
609
|
type BasicPersonalDetailsFormNotificationsArgs = {
|
|
607
610
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -659,6 +662,7 @@ type BasicPreEmploymentForm = Assignment & PaperworkAssignment & {
|
|
|
659
662
|
submitter?: Maybe<Person>;
|
|
660
663
|
template?: Maybe<PaperworkTemplate>;
|
|
661
664
|
updatedAt: Scalars['DateTime']['output'];
|
|
665
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
662
666
|
workplaceAdjustmentsRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
663
667
|
workplaceAdjustmentsRequiredExplanation?: Maybe<Scalars['String']['output']>;
|
|
664
668
|
workplaceAdjustmentsRequiredPresence: Scalars['Boolean']['output'];
|
|
@@ -738,6 +742,7 @@ type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSu
|
|
|
738
742
|
template?: Maybe<PaperworkTemplate>;
|
|
739
743
|
updatedAt: Scalars['DateTime']['output'];
|
|
740
744
|
usi?: Maybe<Scalars['String']['output']>;
|
|
745
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
741
746
|
};
|
|
742
747
|
type BasicSuperFormNotificationsArgs = {
|
|
743
748
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -808,6 +813,7 @@ type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxD
|
|
|
808
813
|
taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;
|
|
809
814
|
template?: Maybe<PaperworkTemplate>;
|
|
810
815
|
updatedAt: Scalars['DateTime']['output'];
|
|
816
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
811
817
|
};
|
|
812
818
|
type BasicTaxFormNotificationsArgs = {
|
|
813
819
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -911,6 +917,7 @@ type Certificate = Assignment & PaperworkAssignment & {
|
|
|
911
917
|
template?: Maybe<PaperworkTemplate>;
|
|
912
918
|
updatedAt: Scalars['DateTime']['output'];
|
|
913
919
|
verifyInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
920
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
914
921
|
};
|
|
915
922
|
type CertificateNotificationsArgs = {
|
|
916
923
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -1297,6 +1304,7 @@ type Document = Assignment & PaperworkAssignment & {
|
|
|
1297
1304
|
updatedAt: Scalars['DateTime']['output'];
|
|
1298
1305
|
/** The signed URL where this document can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. Only available when the document has finished processing. */
|
|
1299
1306
|
url?: Maybe<Scalars['String']['output']>;
|
|
1307
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
1300
1308
|
};
|
|
1301
1309
|
type DocumentNotificationsArgs = {
|
|
1302
1310
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -1375,9 +1383,6 @@ type EmailNotificationSettings = {
|
|
|
1375
1383
|
performanceReviewSelfReviewAssigned: Scalars['Boolean']['output'];
|
|
1376
1384
|
performanceReviewSelfReviewOverdue: Scalars['Boolean']['output'];
|
|
1377
1385
|
performanceReviewSelfReviewSubmitted: Scalars['Boolean']['output'];
|
|
1378
|
-
reviewAssigned: Scalars['Boolean']['output'];
|
|
1379
|
-
reviewScheduled: Scalars['Boolean']['output'];
|
|
1380
|
-
reviewSubmitted: Scalars['Boolean']['output'];
|
|
1381
1386
|
};
|
|
1382
1387
|
type EmailNotificationSettingsInput = {
|
|
1383
1388
|
assignmentApproved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -1387,7 +1392,6 @@ type EmailNotificationSettingsInput = {
|
|
|
1387
1392
|
leaveRequestApproved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1388
1393
|
leaveRequestCancelled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1389
1394
|
leaveRequestDenied?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1390
|
-
reviewSubmitted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1391
1395
|
};
|
|
1392
1396
|
declare enum ExpiryStatus {
|
|
1393
1397
|
/** Has not expired and is not expiring soon. */
|
|
@@ -1924,6 +1928,7 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
|
|
|
1924
1928
|
taxPresence: FieldPresence;
|
|
1925
1929
|
template?: Maybe<PaperworkTemplate>;
|
|
1926
1930
|
updatedAt: Scalars['DateTime']['output'];
|
|
1931
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
1927
1932
|
};
|
|
1928
1933
|
type KeypayEmployeeFormNotificationsArgs = {
|
|
1929
1934
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -2198,10 +2203,7 @@ type Mutation = {
|
|
|
2198
2203
|
archivePerformanceReviewTemplateQuestion: PerformanceReviewTemplateQuestion;
|
|
2199
2204
|
archivePerson: Person;
|
|
2200
2205
|
archivePosition: Position;
|
|
2201
|
-
archiveReviewCycle: ReviewCycle;
|
|
2202
2206
|
archiveSavedQuestion: SavedQuestion;
|
|
2203
|
-
archiveStandardReview: StandardReview;
|
|
2204
|
-
archiveStandardReviewTemplate: StandardReviewTemplate;
|
|
2205
2207
|
/** Archive a template. */
|
|
2206
2208
|
archiveTemplate: Template;
|
|
2207
2209
|
archiveWorkflow: Workflow;
|
|
@@ -2230,8 +2232,6 @@ type Mutation = {
|
|
|
2230
2232
|
assignKeypayEmployeeForm: KeypayEmployeeForm;
|
|
2231
2233
|
/** Transition a questionnaire from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */
|
|
2232
2234
|
assignQuestionnaire: Questionnaire;
|
|
2233
|
-
/** Transitions the review from 'DRAFT' to 'ASSIGNED'. This will notify the reviewer that the review needs to be scheduled. */
|
|
2234
|
-
assignStandardReview: StandardReview;
|
|
2235
2235
|
/** Transition a task from 'DRAFT' to 'ASSIGNED'. This will notify the owner of the document that it has been assigned to them. */
|
|
2236
2236
|
assignTask: Task;
|
|
2237
2237
|
/** Transitions an integration with an 'UNINITIALIZED' or 'UNAUTHORIZED' status to an 'UNCONFIGURED' status. */
|
|
@@ -2319,14 +2319,8 @@ type Mutation = {
|
|
|
2319
2319
|
createProcessedDocument: Document;
|
|
2320
2320
|
createQuestionnaire: Questionnaire;
|
|
2321
2321
|
createQuestionnaireTemplate: QuestionnaireTemplate;
|
|
2322
|
-
createReviewCycle: ReviewCycle;
|
|
2323
2322
|
createSavedQuestion: SavedQuestion;
|
|
2324
|
-
createStandaloneStandardReview: StandardReview;
|
|
2325
2323
|
createStandaloneTask: Task;
|
|
2326
|
-
createStandardReview: StandardReview;
|
|
2327
|
-
createStandardReviewQuestion: StandardReviewQuestion;
|
|
2328
|
-
createStandardReviewTemplate: StandardReviewTemplate;
|
|
2329
|
-
createStandardReviewTemplateQuestion: StandardReviewTemplateQuestion;
|
|
2330
2324
|
/** @deprecated Use 'createTags' instead. */
|
|
2331
2325
|
createTag: Tag;
|
|
2332
2326
|
createTags: Array<Tag>;
|
|
@@ -2347,8 +2341,6 @@ type Mutation = {
|
|
|
2347
2341
|
deletePersonConnections: Scalars['Boolean']['output'];
|
|
2348
2342
|
/** @deprecated Do not use. This mutation is temporary. */
|
|
2349
2343
|
deletePosition: Scalars['Boolean']['output'];
|
|
2350
|
-
deleteStandardReviewQuestion: Scalars['Boolean']['output'];
|
|
2351
|
-
deleteStandardReviewTemplateQuestion: Scalars['Boolean']['output'];
|
|
2352
2344
|
deleteTag: Scalars['Boolean']['output'];
|
|
2353
2345
|
deleteWorkflowGroup: Scalars['Boolean']['output'];
|
|
2354
2346
|
deleteWorkflowStep: Scalars['Boolean']['output'];
|
|
@@ -2391,7 +2383,6 @@ type Mutation = {
|
|
|
2391
2383
|
processAssignment: Assignment;
|
|
2392
2384
|
processAssignments: Array<Assignment>;
|
|
2393
2385
|
processLeaveRequest: LeaveRequest;
|
|
2394
|
-
processStandardReview: StandardReview;
|
|
2395
2386
|
/** An invite can only be sent to a person with an 'ONBOARDING' or 'ACTIVE' status. */
|
|
2396
2387
|
reinviteLogin: Login;
|
|
2397
2388
|
/** People can only be reinvited if they have a status of 'ONBOARDING', have at least one login and haven't already accepted any of their logins. */
|
|
@@ -2418,13 +2409,9 @@ type Mutation = {
|
|
|
2418
2409
|
restoreNotes: Array<Note>;
|
|
2419
2410
|
restorePaperworkType: PaperworkType;
|
|
2420
2411
|
restorePerson: Person;
|
|
2421
|
-
restoreReviewCycle: ReviewCycle;
|
|
2422
2412
|
restoreSavedQuestion: SavedQuestion;
|
|
2423
|
-
restoreStandardReview: StandardReview;
|
|
2424
|
-
restoreStandardReviewTemplate: StandardReviewTemplate;
|
|
2425
2413
|
/** Restores a previously archived template. */
|
|
2426
2414
|
restoreTemplate: Template;
|
|
2427
|
-
scheduleStandardReview: StandardReview;
|
|
2428
2415
|
/** Switches the current user to the given person. The new person must be associated with the current user. If no ID is provided, the user will have no active person set. */
|
|
2429
2416
|
setActiveLogin?: Maybe<Login>;
|
|
2430
2417
|
setPersonCustomFields: Array<PersonCustomField>;
|
|
@@ -2443,8 +2430,6 @@ type Mutation = {
|
|
|
2443
2430
|
submitKeypayEmployeeForm: KeypayEmployeeForm;
|
|
2444
2431
|
submitPerformanceReview: PerformanceReview;
|
|
2445
2432
|
submitQuestionnaire: Questionnaire;
|
|
2446
|
-
submitStandardReview: StandardReview;
|
|
2447
|
-
submitStandardReviewQuestion: StandardReviewQuestion;
|
|
2448
2433
|
submitTask: Task;
|
|
2449
2434
|
terminatePerson: Person;
|
|
2450
2435
|
transferResponsibility: Scalars['Boolean']['output'];
|
|
@@ -2455,8 +2440,6 @@ type Mutation = {
|
|
|
2455
2440
|
unmatchPersonConnections: Scalars['Boolean']['output'];
|
|
2456
2441
|
/** Transitions an integration from 'PAUSED' to 'ACTIVE'. This can only be done by a user — a bot cannot unpause an integration. */
|
|
2457
2442
|
unpauseIntegration: Integration;
|
|
2458
|
-
/** Transitions a review with a 'SCHEDULED' status back to an 'ASSIGNED' status. */
|
|
2459
|
-
unscheduleStandardReview: StandardReview;
|
|
2460
2443
|
updateAccount: Account;
|
|
2461
2444
|
updateAssignment: Assignment;
|
|
2462
2445
|
updateAssignments: Array<Assignment>;
|
|
@@ -2502,12 +2485,7 @@ type Mutation = {
|
|
|
2502
2485
|
/** Only a draft questionnaires can be updated. */
|
|
2503
2486
|
updateQuestionnaire: Questionnaire;
|
|
2504
2487
|
updateQuestionnaireTemplate: QuestionnaireTemplate;
|
|
2505
|
-
updateReviewCycle: ReviewCycle;
|
|
2506
2488
|
updateSavedQuestion: SavedQuestion;
|
|
2507
|
-
updateStandardReview: StandardReview;
|
|
2508
|
-
updateStandardReviewQuestion: StandardReviewQuestion;
|
|
2509
|
-
updateStandardReviewTemplate: StandardReviewTemplate;
|
|
2510
|
-
updateStandardReviewTemplateQuestion: StandardReviewTemplateQuestion;
|
|
2511
2489
|
updateTag: Tag;
|
|
2512
2490
|
updateTask: Task;
|
|
2513
2491
|
updateTaskTemplate: TaskTemplate;
|
|
@@ -2630,18 +2608,9 @@ type MutationArchivePersonArgs = {
|
|
|
2630
2608
|
type MutationArchivePositionArgs = {
|
|
2631
2609
|
id: Scalars['ID']['input'];
|
|
2632
2610
|
};
|
|
2633
|
-
type MutationArchiveReviewCycleArgs = {
|
|
2634
|
-
reviewCycleId: Scalars['ID']['input'];
|
|
2635
|
-
};
|
|
2636
2611
|
type MutationArchiveSavedQuestionArgs = {
|
|
2637
2612
|
id: Scalars['ID']['input'];
|
|
2638
2613
|
};
|
|
2639
|
-
type MutationArchiveStandardReviewArgs = {
|
|
2640
|
-
reviewId: Scalars['ID']['input'];
|
|
2641
|
-
};
|
|
2642
|
-
type MutationArchiveStandardReviewTemplateArgs = {
|
|
2643
|
-
templateId: Scalars['ID']['input'];
|
|
2644
|
-
};
|
|
2645
2614
|
type MutationArchiveTemplateArgs = {
|
|
2646
2615
|
id: Scalars['ID']['input'];
|
|
2647
2616
|
};
|
|
@@ -2699,9 +2668,6 @@ type MutationAssignQuestionnaireArgs = {
|
|
|
2699
2668
|
id: Scalars['ID']['input'];
|
|
2700
2669
|
notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2701
2670
|
};
|
|
2702
|
-
type MutationAssignStandardReviewArgs = {
|
|
2703
|
-
reviewId: Scalars['ID']['input'];
|
|
2704
|
-
};
|
|
2705
2671
|
type MutationAssignTaskArgs = {
|
|
2706
2672
|
id: Scalars['ID']['input'];
|
|
2707
2673
|
notifyOwner?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -3078,10 +3044,6 @@ type MutationCreateQuestionnaireTemplateArgs = {
|
|
|
3078
3044
|
paperworkTypeId: Scalars['ID']['input'];
|
|
3079
3045
|
questions: Array<QuestionTemplateInput>;
|
|
3080
3046
|
};
|
|
3081
|
-
type MutationCreateReviewCycleArgs = {
|
|
3082
|
-
name: Scalars['String']['input'];
|
|
3083
|
-
reviewCycleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3084
|
-
};
|
|
3085
3047
|
type MutationCreateSavedQuestionArgs = {
|
|
3086
3048
|
description?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3087
3049
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -3089,15 +3051,6 @@ type MutationCreateSavedQuestionArgs = {
|
|
|
3089
3051
|
options?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3090
3052
|
type: QuestionType;
|
|
3091
3053
|
};
|
|
3092
|
-
type MutationCreateStandaloneStandardReviewArgs = {
|
|
3093
|
-
dueDate?: InputMaybe<Scalars['Date']['input']>;
|
|
3094
|
-
name: Scalars['String']['input'];
|
|
3095
|
-
responsibleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3096
|
-
reviewCycleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3097
|
-
reviewId?: InputMaybe<Scalars['ID']['input']>;
|
|
3098
|
-
reviewerId: Scalars['ID']['input'];
|
|
3099
|
-
subjectId: Scalars['ID']['input'];
|
|
3100
|
-
};
|
|
3101
3054
|
type MutationCreateStandaloneTaskArgs = {
|
|
3102
3055
|
description?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3103
3056
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -3106,36 +3059,6 @@ type MutationCreateStandaloneTaskArgs = {
|
|
|
3106
3059
|
subjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
3107
3060
|
submissionDueAt?: InputMaybe<Scalars['Date']['input']>;
|
|
3108
3061
|
};
|
|
3109
|
-
type MutationCreateStandardReviewArgs = {
|
|
3110
|
-
dueDate?: InputMaybe<Scalars['Date']['input']>;
|
|
3111
|
-
responsibleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3112
|
-
reviewCycleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3113
|
-
reviewId?: InputMaybe<Scalars['ID']['input']>;
|
|
3114
|
-
reviewerId: Scalars['ID']['input'];
|
|
3115
|
-
subjectId: Scalars['ID']['input'];
|
|
3116
|
-
templateId: Scalars['ID']['input'];
|
|
3117
|
-
};
|
|
3118
|
-
type MutationCreateStandardReviewQuestionArgs = {
|
|
3119
|
-
config: QuestionConfigInput;
|
|
3120
|
-
description?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3121
|
-
label: Scalars['String']['input'];
|
|
3122
|
-
questionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3123
|
-
required: Scalars['Boolean']['input'];
|
|
3124
|
-
respondent: StandardReviewQuestionRespondent;
|
|
3125
|
-
reviewId: Scalars['ID']['input'];
|
|
3126
|
-
savedQuestionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3127
|
-
};
|
|
3128
|
-
type MutationCreateStandardReviewTemplateArgs = {
|
|
3129
|
-
name: Scalars['String']['input'];
|
|
3130
|
-
templateId?: InputMaybe<Scalars['ID']['input']>;
|
|
3131
|
-
};
|
|
3132
|
-
type MutationCreateStandardReviewTemplateQuestionArgs = {
|
|
3133
|
-
questionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3134
|
-
required: Scalars['Boolean']['input'];
|
|
3135
|
-
respondent: StandardReviewQuestionRespondent;
|
|
3136
|
-
savedQuestionId: Scalars['ID']['input'];
|
|
3137
|
-
templateId: Scalars['ID']['input'];
|
|
3138
|
-
};
|
|
3139
3062
|
type MutationCreateTagArgs = {
|
|
3140
3063
|
color: TagColor;
|
|
3141
3064
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3206,12 +3129,6 @@ type MutationDeletePersonConnectionsArgs = {
|
|
|
3206
3129
|
type MutationDeletePositionArgs = {
|
|
3207
3130
|
positionId: Scalars['ID']['input'];
|
|
3208
3131
|
};
|
|
3209
|
-
type MutationDeleteStandardReviewQuestionArgs = {
|
|
3210
|
-
questionId: Scalars['ID']['input'];
|
|
3211
|
-
};
|
|
3212
|
-
type MutationDeleteStandardReviewTemplateQuestionArgs = {
|
|
3213
|
-
questionId: Scalars['ID']['input'];
|
|
3214
|
-
};
|
|
3215
3132
|
type MutationDeleteTagArgs = {
|
|
3216
3133
|
tagId: Scalars['ID']['input'];
|
|
3217
3134
|
};
|
|
@@ -3287,9 +3204,6 @@ type MutationProcessAssignmentsArgs = {
|
|
|
3287
3204
|
type MutationProcessLeaveRequestArgs = {
|
|
3288
3205
|
leaveRequestId: Scalars['ID']['input'];
|
|
3289
3206
|
};
|
|
3290
|
-
type MutationProcessStandardReviewArgs = {
|
|
3291
|
-
reviewId: Scalars['ID']['input'];
|
|
3292
|
-
};
|
|
3293
3207
|
type MutationReinviteLoginArgs = {
|
|
3294
3208
|
loginId: Scalars['ID']['input'];
|
|
3295
3209
|
};
|
|
@@ -3353,25 +3267,12 @@ type MutationRestorePaperworkTypeArgs = {
|
|
|
3353
3267
|
type MutationRestorePersonArgs = {
|
|
3354
3268
|
id: Scalars['ID']['input'];
|
|
3355
3269
|
};
|
|
3356
|
-
type MutationRestoreReviewCycleArgs = {
|
|
3357
|
-
reviewCycleId: Scalars['ID']['input'];
|
|
3358
|
-
};
|
|
3359
3270
|
type MutationRestoreSavedQuestionArgs = {
|
|
3360
3271
|
id: Scalars['ID']['input'];
|
|
3361
3272
|
};
|
|
3362
|
-
type MutationRestoreStandardReviewArgs = {
|
|
3363
|
-
reviewId: Scalars['ID']['input'];
|
|
3364
|
-
};
|
|
3365
|
-
type MutationRestoreStandardReviewTemplateArgs = {
|
|
3366
|
-
templateId: Scalars['ID']['input'];
|
|
3367
|
-
};
|
|
3368
3273
|
type MutationRestoreTemplateArgs = {
|
|
3369
3274
|
id: Scalars['ID']['input'];
|
|
3370
3275
|
};
|
|
3371
|
-
type MutationScheduleStandardReviewArgs = {
|
|
3372
|
-
date: Scalars['DateTime']['input'];
|
|
3373
|
-
reviewId: Scalars['ID']['input'];
|
|
3374
|
-
};
|
|
3375
3276
|
type MutationSetActiveLoginArgs = {
|
|
3376
3277
|
loginId?: InputMaybe<Scalars['ID']['input']>;
|
|
3377
3278
|
};
|
|
@@ -3595,13 +3496,6 @@ type MutationSubmitQuestionnaireArgs = {
|
|
|
3595
3496
|
answers: Array<QuestionnaireQuestionAnswerInput>;
|
|
3596
3497
|
id: Scalars['ID']['input'];
|
|
3597
3498
|
};
|
|
3598
|
-
type MutationSubmitStandardReviewArgs = {
|
|
3599
|
-
reviewId: Scalars['ID']['input'];
|
|
3600
|
-
};
|
|
3601
|
-
type MutationSubmitStandardReviewQuestionArgs = {
|
|
3602
|
-
questionId: Scalars['ID']['input'];
|
|
3603
|
-
response: QuestionResponseInput;
|
|
3604
|
-
};
|
|
3605
3499
|
type MutationSubmitTaskArgs = {
|
|
3606
3500
|
id: Scalars['ID']['input'];
|
|
3607
3501
|
};
|
|
@@ -3624,9 +3518,6 @@ type MutationUnmatchPersonConnectionsArgs = {
|
|
|
3624
3518
|
type MutationUnpauseIntegrationArgs = {
|
|
3625
3519
|
integrationId: Scalars['ID']['input'];
|
|
3626
3520
|
};
|
|
3627
|
-
type MutationUnscheduleStandardReviewArgs = {
|
|
3628
|
-
reviewId: Scalars['ID']['input'];
|
|
3629
|
-
};
|
|
3630
3521
|
type MutationUpdateAccountArgs = {
|
|
3631
3522
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3632
3523
|
attioCompanyId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3948,11 +3839,6 @@ type MutationUpdateQuestionnaireTemplateArgs = {
|
|
|
3948
3839
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
3949
3840
|
questions?: InputMaybe<Array<QuestionTemplateInput>>;
|
|
3950
3841
|
};
|
|
3951
|
-
type MutationUpdateReviewCycleArgs = {
|
|
3952
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
3953
|
-
reviewCycleId: Scalars['ID']['input'];
|
|
3954
|
-
savedOverviewQuestionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3955
|
-
};
|
|
3956
3842
|
type MutationUpdateSavedQuestionArgs = {
|
|
3957
3843
|
description?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3958
3844
|
id: Scalars['ID']['input'];
|
|
@@ -3960,40 +3846,6 @@ type MutationUpdateSavedQuestionArgs = {
|
|
|
3960
3846
|
options?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3961
3847
|
type?: InputMaybe<QuestionType>;
|
|
3962
3848
|
};
|
|
3963
|
-
type MutationUpdateStandardReviewArgs = {
|
|
3964
|
-
dueDate?: InputMaybe<Scalars['Date']['input']>;
|
|
3965
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
3966
|
-
questionOrder?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3967
|
-
responsibleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3968
|
-
reviewCycleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3969
|
-
reviewId: Scalars['ID']['input'];
|
|
3970
|
-
reviewerId?: InputMaybe<Scalars['ID']['input']>;
|
|
3971
|
-
reviewerInstructions?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3972
|
-
subjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
3973
|
-
subjectInstructions?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3974
|
-
};
|
|
3975
|
-
type MutationUpdateStandardReviewQuestionArgs = {
|
|
3976
|
-
config?: InputMaybe<QuestionConfigInput>;
|
|
3977
|
-
description?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3978
|
-
label?: InputMaybe<Scalars['String']['input']>;
|
|
3979
|
-
questionId: Scalars['ID']['input'];
|
|
3980
|
-
required?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3981
|
-
respondent?: InputMaybe<StandardReviewQuestionRespondent>;
|
|
3982
|
-
savedQuestionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3983
|
-
};
|
|
3984
|
-
type MutationUpdateStandardReviewTemplateArgs = {
|
|
3985
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
3986
|
-
questionOrder?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3987
|
-
reviewerInstructions?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3988
|
-
subjectInstructions?: InputMaybe<Scalars['Markdown']['input']>;
|
|
3989
|
-
templateId: Scalars['ID']['input'];
|
|
3990
|
-
};
|
|
3991
|
-
type MutationUpdateStandardReviewTemplateQuestionArgs = {
|
|
3992
|
-
questionId: Scalars['ID']['input'];
|
|
3993
|
-
required?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3994
|
-
respondent?: InputMaybe<StandardReviewQuestionRespondent>;
|
|
3995
|
-
savedQuestionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3996
|
-
};
|
|
3997
3849
|
type MutationUpdateTagArgs = {
|
|
3998
3850
|
color?: InputMaybe<TagColor>;
|
|
3999
3851
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4123,13 +3975,7 @@ declare enum NotificationType {
|
|
|
4123
3975
|
/** Sent to the employee when their self review is overdue. */
|
|
4124
3976
|
PerformanceReviewSelfReviewOverdue = "PERFORMANCE_REVIEW_SELF_REVIEW_OVERDUE",
|
|
4125
3977
|
/** Sent to the manager when the reviewee has submitted their self review. */
|
|
4126
|
-
PerformanceReviewSelfReviewSubmitted = "PERFORMANCE_REVIEW_SELF_REVIEW_SUBMITTED"
|
|
4127
|
-
/** Sent to the reviewer when a review they are required to conduct has been assigned to them. */
|
|
4128
|
-
ReviewAssigned = "REVIEW_ASSIGNED",
|
|
4129
|
-
/** Sent to the subject of a review when a time for the review to take place has been set. */
|
|
4130
|
-
ReviewScheduled = "REVIEW_SCHEDULED",
|
|
4131
|
-
/** Sent to the person responsible for a review (i.e. an admin) when it has been submitted by the reviewer. */
|
|
4132
|
-
ReviewSubmitted = "REVIEW_SUBMITTED"
|
|
3978
|
+
PerformanceReviewSelfReviewSubmitted = "PERFORMANCE_REVIEW_SELF_REVIEW_SUBMITTED"
|
|
4133
3979
|
}
|
|
4134
3980
|
type Org = {
|
|
4135
3981
|
account: Account;
|
|
@@ -4159,7 +4005,6 @@ type Org = {
|
|
|
4159
4005
|
performanceReviewSavedQuestions: Array<PerformanceReviewSavedQuestion>;
|
|
4160
4006
|
performanceReviewTemplates: Array<PerformanceReviewTemplate>;
|
|
4161
4007
|
positions: Array<Position>;
|
|
4162
|
-
reviewCycles: Array<ReviewCycle>;
|
|
4163
4008
|
savedQuestions: Array<SavedQuestion>;
|
|
4164
4009
|
/** Only includes events that are after the start of last year or are in the future. */
|
|
4165
4010
|
sharedCalendarEvents: Array<SharedCalendarEvent>;
|
|
@@ -4201,9 +4046,6 @@ type OrgPerformanceReviewTemplatesArgs = {
|
|
|
4201
4046
|
type OrgPositionsArgs = {
|
|
4202
4047
|
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4203
4048
|
};
|
|
4204
|
-
type OrgReviewCyclesArgs = {
|
|
4205
|
-
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4206
|
-
};
|
|
4207
4049
|
type OrgSavedQuestionsArgs = {
|
|
4208
4050
|
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4209
4051
|
};
|
|
@@ -4259,7 +4101,7 @@ type PaperworkAssignment = {
|
|
|
4259
4101
|
processor?: Maybe<Person>;
|
|
4260
4102
|
/** The person who is receiving this assignment's submission. This is typically a person with an admin role. */
|
|
4261
4103
|
responsible?: Maybe<Person>;
|
|
4262
|
-
/** The person this assignment is about. For many assignments this will be the same as the owner, but for
|
|
4104
|
+
/** The person this assignment is about. For many assignments this will be the same as the owner, but for tasks the subject may be different from the owner. */
|
|
4263
4105
|
subject?: Maybe<Person>;
|
|
4264
4106
|
submittedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
4265
4107
|
/** The person who submitted this assignment. */
|
|
@@ -4267,6 +4109,8 @@ type PaperworkAssignment = {
|
|
|
4267
4109
|
/** 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. */
|
|
4268
4110
|
template?: Maybe<PaperworkTemplate>;
|
|
4269
4111
|
updatedAt: Scalars['DateTime']['output'];
|
|
4112
|
+
/** Previous assignments for the same person and paperwork type, ordered from newest to oldest. */
|
|
4113
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
4270
4114
|
};
|
|
4271
4115
|
type PaperworkAssignmentNotificationsArgs = {
|
|
4272
4116
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -4285,7 +4129,7 @@ type PaperworkRequirementConnection = {
|
|
|
4285
4129
|
totalCount: Scalars['Int']['output'];
|
|
4286
4130
|
};
|
|
4287
4131
|
/**
|
|
4288
|
-
* The intersection of a person and paperwork type. Most usefully, this provides a `
|
|
4132
|
+
* The intersection of a person and paperwork type. Most usefully, this provides a `latestAssignmentSummaryStatus` that
|
|
4289
4133
|
* explains relationship between each person and paperwork type (e.g. "missing" if the paperwork type
|
|
4290
4134
|
* needs to be assigned to the person or "expired" if the person's most recent assignment that belongs
|
|
4291
4135
|
* to that paperwork type has expired).
|
|
@@ -4293,12 +4137,14 @@ type PaperworkRequirementConnection = {
|
|
|
4293
4137
|
type PaperworkSummary = {
|
|
4294
4138
|
latestAssignment?: Maybe<PaperworkAssignment>;
|
|
4295
4139
|
latestAssignmentApprovalSummary: ApprovalSummary;
|
|
4140
|
+
latestAssignmentSummaryStatus: PaperworkSummaryStatus;
|
|
4296
4141
|
latestNonDraftAssignment?: Maybe<PaperworkAssignment>;
|
|
4142
|
+
latestNonDraftAssignmentSummaryStatus: PaperworkSummaryStatus;
|
|
4143
|
+
latestProcessedAssignment?: Maybe<PaperworkAssignment>;
|
|
4144
|
+
latestProcessedAssignmentSummaryStatus: PaperworkSummaryStatus;
|
|
4297
4145
|
paperworkType: PaperworkType;
|
|
4298
4146
|
person: Person;
|
|
4299
4147
|
required: Scalars['Boolean']['output'];
|
|
4300
|
-
status: PaperworkSummaryStatus;
|
|
4301
|
-
statusExcludingDrafts: PaperworkSummaryStatus;
|
|
4302
4148
|
template?: Maybe<PaperworkTemplate>;
|
|
4303
4149
|
};
|
|
4304
4150
|
/**
|
|
@@ -4753,7 +4599,6 @@ type Person = {
|
|
|
4753
4599
|
residentialAddressLine2?: Maybe<Scalars['String']['output']>;
|
|
4754
4600
|
residentialAddressPostcode?: Maybe<Scalars['String']['output']>;
|
|
4755
4601
|
residentialAddressState?: Maybe<Scalars['String']['output']>;
|
|
4756
|
-
reviews: Array<StandardReview>;
|
|
4757
4602
|
role: PersonRole;
|
|
4758
4603
|
startDate?: Maybe<Scalars['Date']['output']>;
|
|
4759
4604
|
status: PersonStatus;
|
|
@@ -4807,11 +4652,6 @@ type PersonQuestionnairesArgs = {
|
|
|
4807
4652
|
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4808
4653
|
status?: InputMaybe<Array<AssignmentStatus>>;
|
|
4809
4654
|
};
|
|
4810
|
-
type PersonReviewsArgs = {
|
|
4811
|
-
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4812
|
-
relation?: InputMaybe<Array<InputMaybe<ReviewRelation>>>;
|
|
4813
|
-
status?: InputMaybe<Array<StandardReviewStatus>>;
|
|
4814
|
-
};
|
|
4815
4655
|
type PersonTasksArgs = {
|
|
4816
4656
|
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4817
4657
|
};
|
|
@@ -5263,11 +5103,8 @@ type Query = {
|
|
|
5263
5103
|
position: Position;
|
|
5264
5104
|
questionnaire: Questionnaire;
|
|
5265
5105
|
questionnaireTemplate: QuestionnaireTemplate;
|
|
5266
|
-
reviewCycle: ReviewCycle;
|
|
5267
5106
|
savedQuestion: SavedQuestion;
|
|
5268
5107
|
session: Session;
|
|
5269
|
-
standardReview: StandardReview;
|
|
5270
|
-
standardReviewTemplate: StandardReviewTemplate;
|
|
5271
5108
|
task: Task;
|
|
5272
5109
|
taskTemplate: TaskTemplate;
|
|
5273
5110
|
template: Template;
|
|
@@ -5385,18 +5222,9 @@ type QueryQuestionnaireArgs = {
|
|
|
5385
5222
|
type QueryQuestionnaireTemplateArgs = {
|
|
5386
5223
|
id: Scalars['ID']['input'];
|
|
5387
5224
|
};
|
|
5388
|
-
type QueryReviewCycleArgs = {
|
|
5389
|
-
id: Scalars['ID']['input'];
|
|
5390
|
-
};
|
|
5391
5225
|
type QuerySavedQuestionArgs = {
|
|
5392
5226
|
id: Scalars['ID']['input'];
|
|
5393
5227
|
};
|
|
5394
|
-
type QueryStandardReviewArgs = {
|
|
5395
|
-
id: Scalars['ID']['input'];
|
|
5396
|
-
};
|
|
5397
|
-
type QueryStandardReviewTemplateArgs = {
|
|
5398
|
-
id: Scalars['ID']['input'];
|
|
5399
|
-
};
|
|
5400
5228
|
type QueryTaskArgs = {
|
|
5401
5229
|
id: Scalars['ID']['input'];
|
|
5402
5230
|
};
|
|
@@ -5416,24 +5244,9 @@ type QueryWorkflowParticipantArgs = {
|
|
|
5416
5244
|
id: Scalars['ID']['input'];
|
|
5417
5245
|
};
|
|
5418
5246
|
type QuestionConfig = QuestionLikert5Config | QuestionMultipleChoiceConfig | QuestionMultipleChoiceOtherConfig | QuestionTextConfig;
|
|
5419
|
-
/**
|
|
5420
|
-
* One and only one of the fields must be provided.
|
|
5421
|
-
*
|
|
5422
|
-
* This will use [OneOf](https://github.com/graphql/graphql-spec/pull/825) when it's introduced to GraphQL.
|
|
5423
|
-
*/
|
|
5424
|
-
type QuestionConfigInput = {
|
|
5425
|
-
likert5?: InputMaybe<QuestionLikert5ConfigInput>;
|
|
5426
|
-
multipleChoice?: InputMaybe<QuestionMultipleChoiceConfigInput>;
|
|
5427
|
-
multipleChoiceOther?: InputMaybe<QuestionMultipleChoiceOtherConfigInput>;
|
|
5428
|
-
text?: InputMaybe<QuestionTextConfigInput>;
|
|
5429
|
-
};
|
|
5430
5247
|
type QuestionLikert5Config = {
|
|
5431
5248
|
options: Array<Scalars['String']['output']>;
|
|
5432
5249
|
};
|
|
5433
|
-
type QuestionLikert5ConfigInput = {
|
|
5434
|
-
/** There must be 2, 3 or 5 options. */
|
|
5435
|
-
options: Array<Scalars['String']['input']>;
|
|
5436
|
-
};
|
|
5437
5250
|
type QuestionLikert5Response = {
|
|
5438
5251
|
choice: Scalars['Int']['output'];
|
|
5439
5252
|
};
|
|
@@ -5443,17 +5256,9 @@ type QuestionLikert5ResponseInput = {
|
|
|
5443
5256
|
type QuestionMultipleChoiceConfig = {
|
|
5444
5257
|
options: Array<Scalars['String']['output']>;
|
|
5445
5258
|
};
|
|
5446
|
-
type QuestionMultipleChoiceConfigInput = {
|
|
5447
|
-
/** At least 2 options must be provided. */
|
|
5448
|
-
options: Array<Scalars['String']['input']>;
|
|
5449
|
-
};
|
|
5450
5259
|
type QuestionMultipleChoiceOtherConfig = {
|
|
5451
5260
|
options: Array<Scalars['String']['output']>;
|
|
5452
5261
|
};
|
|
5453
|
-
type QuestionMultipleChoiceOtherConfigInput = {
|
|
5454
|
-
/** At least 1 option must be provided. */
|
|
5455
|
-
options: Array<Scalars['String']['input']>;
|
|
5456
|
-
};
|
|
5457
5262
|
type QuestionMultipleChoiceOtherResponse = {
|
|
5458
5263
|
choice?: Maybe<Scalars['Int']['output']>;
|
|
5459
5264
|
other?: Maybe<Scalars['String']['output']>;
|
|
@@ -5493,9 +5298,6 @@ type QuestionTemplateInput = {
|
|
|
5493
5298
|
type QuestionTextConfig = {
|
|
5494
5299
|
_?: Maybe<Scalars['Boolean']['output']>;
|
|
5495
5300
|
};
|
|
5496
|
-
type QuestionTextConfigInput = {
|
|
5497
|
-
_?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5498
|
-
};
|
|
5499
5301
|
type QuestionTextResponse = {
|
|
5500
5302
|
value: Scalars['String']['output'];
|
|
5501
5303
|
};
|
|
@@ -5542,6 +5344,7 @@ type Questionnaire = Assignment & PaperworkAssignment & {
|
|
|
5542
5344
|
submitter?: Maybe<Person>;
|
|
5543
5345
|
template?: Maybe<PaperworkTemplate>;
|
|
5544
5346
|
updatedAt: Scalars['DateTime']['output'];
|
|
5347
|
+
versionHistory: Array<PaperworkAssignment>;
|
|
5545
5348
|
};
|
|
5546
5349
|
type QuestionnaireNotificationsArgs = {
|
|
5547
5350
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -5609,27 +5412,6 @@ type QuestionnaireTemplateQuestion = {
|
|
|
5609
5412
|
savedQuestion: SavedQuestion;
|
|
5610
5413
|
template: QuestionnaireTemplate;
|
|
5611
5414
|
};
|
|
5612
|
-
type ReviewCycle = {
|
|
5613
|
-
archived: Scalars['Boolean']['output'];
|
|
5614
|
-
archivedAt?: Maybe<Scalars['Date']['output']>;
|
|
5615
|
-
archiver?: Maybe<Person>;
|
|
5616
|
-
createdAt: Scalars['DateTime']['output'];
|
|
5617
|
-
creator: Person;
|
|
5618
|
-
id: Scalars['ID']['output'];
|
|
5619
|
-
name: Scalars['String']['output'];
|
|
5620
|
-
org: Org;
|
|
5621
|
-
reviews: Array<StandardReview>;
|
|
5622
|
-
savedOverviewQuestion?: Maybe<SavedQuestion>;
|
|
5623
|
-
updatedAt: Scalars['DateTime']['output'];
|
|
5624
|
-
};
|
|
5625
|
-
type ReviewCycleReviewsArgs = {
|
|
5626
|
-
includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5627
|
-
};
|
|
5628
|
-
declare enum ReviewRelation {
|
|
5629
|
-
Responsible = "RESPONSIBLE",
|
|
5630
|
-
Reviewer = "REVIEWER",
|
|
5631
|
-
Subject = "SUBJECT"
|
|
5632
|
-
}
|
|
5633
5415
|
type SavedQuestion = {
|
|
5634
5416
|
archived: Scalars['Boolean']['output'];
|
|
5635
5417
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -5748,118 +5530,6 @@ declare enum SmartDocumentFieldType {
|
|
|
5748
5530
|
WorkEmail = "WORK_EMAIL",
|
|
5749
5531
|
WorkPhone = "WORK_PHONE"
|
|
5750
5532
|
}
|
|
5751
|
-
type StandardReview = Assignment & {
|
|
5752
|
-
approvals: Array<Approval>;
|
|
5753
|
-
archived: Scalars['Boolean']['output'];
|
|
5754
|
-
archivedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5755
|
-
archiver?: Maybe<Person>;
|
|
5756
|
-
assignedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5757
|
-
assignee?: Maybe<Person>;
|
|
5758
|
-
assigner?: Maybe<Person>;
|
|
5759
|
-
assignmentStatus: AssignmentStatus;
|
|
5760
|
-
assignmentType: AssignmentType;
|
|
5761
|
-
createdAt: Scalars['DateTime']['output'];
|
|
5762
|
-
creator: Person;
|
|
5763
|
-
/** The time when the review takes place. */
|
|
5764
|
-
date?: Maybe<Scalars['DateTime']['output']>;
|
|
5765
|
-
dueDate?: Maybe<Scalars['Date']['output']>;
|
|
5766
|
-
dueDateStatus?: Maybe<DueDateStatus>;
|
|
5767
|
-
dueDateWarningDays?: Maybe<Scalars['Int']['output']>;
|
|
5768
|
-
expirationDate?: Maybe<Scalars['Date']['output']>;
|
|
5769
|
-
expirationWarningDays?: Maybe<Scalars['Int']['output']>;
|
|
5770
|
-
expiryStatus: ExpiryStatus;
|
|
5771
|
-
id: Scalars['ID']['output'];
|
|
5772
|
-
name: Scalars['String']['output'];
|
|
5773
|
-
notifications: Array<Notification>;
|
|
5774
|
-
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
5775
|
-
owner?: Maybe<Person>;
|
|
5776
|
-
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5777
|
-
processor?: Maybe<Person>;
|
|
5778
|
-
questions: Array<StandardReviewQuestion>;
|
|
5779
|
-
responsible: Person;
|
|
5780
|
-
reviewCycle?: Maybe<ReviewCycle>;
|
|
5781
|
-
reviewer: Person;
|
|
5782
|
-
reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
5783
|
-
scheduledAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5784
|
-
scheduler?: Maybe<Person>;
|
|
5785
|
-
status: StandardReviewStatus;
|
|
5786
|
-
subject: Person;
|
|
5787
|
-
subjectInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
5788
|
-
submittedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5789
|
-
submitter?: Maybe<Person>;
|
|
5790
|
-
template?: Maybe<StandardReviewTemplate>;
|
|
5791
|
-
updatedAt: Scalars['DateTime']['output'];
|
|
5792
|
-
};
|
|
5793
|
-
type StandardReviewNotificationsArgs = {
|
|
5794
|
-
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5795
|
-
};
|
|
5796
|
-
type StandardReviewQuestionsArgs = {
|
|
5797
|
-
respondent?: InputMaybe<Array<StandardReviewQuestionRespondent>>;
|
|
5798
|
-
};
|
|
5799
|
-
type StandardReviewNotification = Notification & {
|
|
5800
|
-
createdAt: Scalars['DateTime']['output'];
|
|
5801
|
-
emailSentAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5802
|
-
id: Scalars['ID']['output'];
|
|
5803
|
-
person?: Maybe<Person>;
|
|
5804
|
-
read: Scalars['Boolean']['output'];
|
|
5805
|
-
/** This field is nullable because the viewer may no longer have access to the review this notification is about. */
|
|
5806
|
-
standardReview?: Maybe<StandardReview>;
|
|
5807
|
-
type: NotificationType;
|
|
5808
|
-
updatedAt: Scalars['DateTime']['output'];
|
|
5809
|
-
};
|
|
5810
|
-
type StandardReviewQuestion = {
|
|
5811
|
-
config: QuestionConfig;
|
|
5812
|
-
createdAt: Scalars['DateTime']['output'];
|
|
5813
|
-
description?: Maybe<Scalars['Markdown']['output']>;
|
|
5814
|
-
id: Scalars['ID']['output'];
|
|
5815
|
-
index: Scalars['Int']['output'];
|
|
5816
|
-
label: Scalars['String']['output'];
|
|
5817
|
-
required: Scalars['Boolean']['output'];
|
|
5818
|
-
respondent: StandardReviewQuestionRespondent;
|
|
5819
|
-
response?: Maybe<QuestionResponse>;
|
|
5820
|
-
review: StandardReview;
|
|
5821
|
-
savedQuestion?: Maybe<SavedQuestion>;
|
|
5822
|
-
subject: Person;
|
|
5823
|
-
submitted: Scalars['Boolean']['output'];
|
|
5824
|
-
submittedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5825
|
-
submitter?: Maybe<Person>;
|
|
5826
|
-
type: QuestionType;
|
|
5827
|
-
updatedAt: Scalars['DateTime']['output'];
|
|
5828
|
-
};
|
|
5829
|
-
declare enum StandardReviewQuestionRespondent {
|
|
5830
|
-
Reviewer = "REVIEWER",
|
|
5831
|
-
Subject = "SUBJECT"
|
|
5832
|
-
}
|
|
5833
|
-
declare enum StandardReviewStatus {
|
|
5834
|
-
Assigned = "ASSIGNED",
|
|
5835
|
-
Draft = "DRAFT",
|
|
5836
|
-
Processed = "PROCESSED",
|
|
5837
|
-
Scheduled = "SCHEDULED",
|
|
5838
|
-
Submitted = "SUBMITTED"
|
|
5839
|
-
}
|
|
5840
|
-
type StandardReviewTemplate = Template & {
|
|
5841
|
-
archived: Scalars['Boolean']['output'];
|
|
5842
|
-
archivedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5843
|
-
archiver?: Maybe<Person>;
|
|
5844
|
-
assignmentType: AssignmentType;
|
|
5845
|
-
assignments: Array<StandardReview>;
|
|
5846
|
-
createdAt: Scalars['DateTime']['output'];
|
|
5847
|
-
id: Scalars['ID']['output'];
|
|
5848
|
-
name: Scalars['String']['output'];
|
|
5849
|
-
org: Org;
|
|
5850
|
-
questions: Array<StandardReviewTemplateQuestion>;
|
|
5851
|
-
reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
5852
|
-
subjectInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
5853
|
-
updatedAt: Scalars['DateTime']['output'];
|
|
5854
|
-
};
|
|
5855
|
-
type StandardReviewTemplateQuestion = {
|
|
5856
|
-
id: Scalars['ID']['output'];
|
|
5857
|
-
index: Scalars['Int']['output'];
|
|
5858
|
-
required: Scalars['Boolean']['output'];
|
|
5859
|
-
respondent: StandardReviewQuestionRespondent;
|
|
5860
|
-
savedQuestion: SavedQuestion;
|
|
5861
|
-
template: StandardReviewTemplate;
|
|
5862
|
-
};
|
|
5863
5533
|
type StartDateEvent = SharedCalendarEvent & {
|
|
5864
5534
|
endDate: Scalars['Date']['output'];
|
|
5865
5535
|
id: Scalars['ID']['output'];
|
|
@@ -6052,6 +5722,7 @@ type Workflow = {
|
|
|
6052
5722
|
id: Scalars['ID']['output'];
|
|
6053
5723
|
name: Scalars['String']['output'];
|
|
6054
5724
|
participants: WorkflowParticipantConnection;
|
|
5725
|
+
progress: WorkflowRunProgress;
|
|
6055
5726
|
};
|
|
6056
5727
|
type WorkflowGroup = {
|
|
6057
5728
|
eventDateDays?: Maybe<Scalars['Int']['output']>;
|
|
@@ -7194,4 +6865,4 @@ type UpdatePersonConnectionMutation = {
|
|
|
7194
6865
|
};
|
|
7195
6866
|
};
|
|
7196
6867
|
|
|
7197
|
-
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 BundledPaperworkType, type BundledPaperworkTypeConnection, type Certificate, type CertificateNotificationsArgs, CertificateProof, type CertificateTemplate, type ChoiceDocumentField, type ChoiceDocumentFieldConfigInput, type ChoiceDocumentFieldConfigOptionInput, type ChoiceDocumentFieldInput, type ChoiceDocumentFieldOption, type ChoiceDocumentFieldOptionInput, type CompleteSyncMutation, type CompleteSyncMutationVariables, type ComplianceGroup, type ComplianceGroupPaperworkType, type ComplianceGroupPaperworkTypeConnection, type ComplianceGroupPersonConnection, ComplianceStatus, 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 CustomField, type CustomFieldConfig, type CustomFieldConfigInput, type CustomFieldDateConfig, type CustomFieldDateConfigInput, type CustomFieldDateValue, type CustomFieldNumberConfig, type CustomFieldNumberConfigInput, type CustomFieldNumberUnderlyingValue, CustomFieldNumberUnit, type CustomFieldNumberValue, type CustomFieldNumberValueInput, type CustomFieldSingleChoiceConfig, type CustomFieldSingleChoiceConfigInput, type CustomFieldSingleChoiceOption, type CustomFieldSingleChoiceOptionInput, type CustomFieldSingleChoiceValue, type CustomFieldTextConfig, type CustomFieldTextConfigInput, type CustomFieldTextValue, CustomFieldType, type CustomFieldValue, type CustomFieldValueInput, 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 DepartmentPositionsArgs, type Document, type DocumentField, type DocumentFieldConfigInput, type DocumentFieldInput, DocumentFieldResponder, type DocumentNotificationsArgs, type DocumentTemplate, DueDateStatus, type EmailNotificationSettings, type EmailNotificationSettingsInput, type Exact, ExpiryStatus, FieldPresence, FileProcessingStatus, 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 KeypayIntegrationBusinessInput, type KeypayIntegrationFeaturesArgs, type KeypayIntegrationTokenSetInput, type KeypayLeaveEmployee, type KeypayLeaveIntegration, type KeypayLeaveIntegrationFeaturesArgs, type LeaveBalance, type LeaveCategory, type LeaveCategoryInput, type LeaveHoursEstimate, type LeaveRequest, type LeaveRequestNotification, type LeaveRequestNotificationsArgs, LeaveRequestRelation, LeaveRequestStatus, type Location, type Login, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type Media, type MultiLineTextDocumentField, type MultiLineTextDocumentFieldConfigInput, type MultiLineTextDocumentFieldInput, type Mutation, type MutationAcceptInviteArgs, type MutationAcceptLoginArgs, type MutationActivateIntegrationArgs, type MutationActivateKeypayIntegrationArgs, type MutationActivatePersonArgs, type MutationActivateWorkflowRunArgs, type MutationActivateXeroIntegrationArgs, type MutationAddParticipantsToWorkflowArgs, type MutationAddPeopleToComplianceGroupsArgs, type MutationAddPeopleToTagsArgs, type MutationAddRevieweesToPerformanceReviewCycleArgs, type MutationAnswerPerformanceReviewQuestionArgs, type MutationAppendIntegrationLogArgs, type MutationApproveAssignmentArgs, type MutationApproveKeypayLeaveLeaveRequestArgs, type MutationApproveLeaveRequestArgs, type MutationApproveXeroLeaveRequestArgs, type MutationArchiveAssignmentArgs, type MutationArchiveBundleArgs, type MutationArchiveComplianceGroupArgs, type MutationArchiveCustomFieldArgs, type MutationArchiveCustomTableArgs, type MutationArchiveIntegrationArgs, type MutationArchiveLocationArgs, type MutationArchiveNotesArgs, type MutationArchiveOrgArgs, type MutationArchivePaperworkTypeArgs, type MutationArchivePerformanceReviewCycleArgs, type MutationArchivePerformanceReviewRevieweeArgs, type MutationArchivePerformanceReviewSavedQuestionArgs, type MutationArchivePerformanceReviewTemplateArgs, type MutationArchivePerformanceReviewTemplateQuestionArgs, type MutationArchivePersonArgs, type MutationArchivePositionArgs, type MutationArchiveReviewCycleArgs, type MutationArchiveSavedQuestionArgs, type MutationArchiveStandardReviewArgs, type MutationArchiveStandardReviewTemplateArgs, type MutationArchiveTemplateArgs, type MutationArchiveWorkflowArgs, type MutationArchiveWorkflowParticipantArgs, 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 MutationBulkAssignPaperworkArgs, type MutationBulkUpdatePeopleLocationArgs, type MutationCancelLeaveRequestArgs, type MutationCompleteIntegrationSyncArgs, type MutationCompletePasswordResetArgs, type MutationCompletePerformanceReviewCycleArgs, 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 MutationCreateCertificateArgs, type MutationCreateCertificateTemplateArgs, type MutationCreateComplianceGroupArgs, type MutationCreateCustomFieldArgs, 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 MutationCreatePaperworkTypeArgs, type MutationCreatePerformanceReviewCycleArgs, type MutationCreatePerformanceReviewSavedQuestionArgs, type MutationCreatePerformanceReviewTemplateArgs, type MutationCreatePerformanceReviewTemplateQuestionArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePositionArgs, type MutationCreateProcessedCertificateArgs, type MutationCreateProcessedDocumentArgs, type MutationCreateQuestionnaireArgs, type MutationCreateQuestionnaireTemplateArgs, type MutationCreateReviewCycleArgs, type MutationCreateSavedQuestionArgs, type MutationCreateStandaloneStandardReviewArgs, type MutationCreateStandaloneTaskArgs, type MutationCreateStandardReviewArgs, type MutationCreateStandardReviewQuestionArgs, type MutationCreateStandardReviewTemplateArgs, type MutationCreateStandardReviewTemplateQuestionArgs, type MutationCreateTagArgs, type MutationCreateTagsArgs, type MutationCreateTaskArgs, type MutationCreateTaskTemplateArgs, type MutationCreateWorkflowArgs, type MutationCreateWorkflowGroupArgs, type MutationCreateWorkflowStepArgs, type MutationCreateXeroLeaveRequestArgs, type MutationDeleteApiTokenArgs, type MutationDeleteApprovalsArgs, type MutationDeleteJobArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeletePositionArgs, type MutationDeleteStandardReviewQuestionArgs, type MutationDeleteStandardReviewTemplateQuestionArgs, type MutationDeleteTagArgs, type MutationDeleteWorkflowGroupArgs, type MutationDeleteWorkflowStepArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicatePaperworkTypeArgs, type MutationDuplicatePerformanceReviewTemplateArgs, type MutationInitializeIntegrationArgs, type MutationInvitePeopleArgs, type MutationInvitePersonArgs, type MutationJoinOrgArgs, type MutationLaunchPerformanceReviewCycleArgs, type MutationLogInArgs, type MutationLogInWithProviderArgs, type MutationMarkNotificationsReadArgs, type MutationMarkNotificationsUnreadArgs, type MutationMergePaperworkTypesArgs, type MutationPauseIntegrationArgs, type MutationProcessAssignmentArgs, type MutationProcessAssignmentsArgs, type MutationProcessLeaveRequestArgs, type MutationProcessStandardReviewArgs, type MutationReinviteLoginArgs, type MutationReinvitePeopleArgs, type MutationReinvitePersonArgs, type MutationRejectAssignmentArgs, type MutationRejectCertificateArgs, type MutationRemovePaperworkTypeFromBundlesArgs, type MutationRemovePeopleFromComplianceGroupsArgs, type MutationRemovePeopleFromTagsArgs, type MutationRemoveRevieweeFromCycleArgs, type MutationRequestApprovalsArgs, type MutationRequestInviteArgs, type MutationRequestPasswordResetArgs, type MutationResetXeroAuIntegrationArgs, type MutationRestoreAssignmentArgs, type MutationRestoreBundleArgs, type MutationRestoreIntegrationArgs, type MutationRestoreNotesArgs, type MutationRestorePaperworkTypeArgs, type MutationRestorePersonArgs, type MutationRestoreReviewCycleArgs, type MutationRestoreSavedQuestionArgs, type MutationRestoreStandardReviewArgs, type MutationRestoreStandardReviewTemplateArgs, type MutationRestoreTemplateArgs, type MutationScheduleStandardReviewArgs, type MutationSetActiveLoginArgs, type MutationSetPersonCustomFieldsArgs, type MutationSharePerformanceReviewRevieweeArgs, type MutationSubmitBasicAbnFormArgs, type MutationSubmitBasicBankAccountFormArgs, type MutationSubmitBasicEmergencyContactFormArgs, type MutationSubmitBasicPersonalDetailsFormArgs, type MutationSubmitBasicPreEmploymentFormArgs, type MutationSubmitBasicSuperFormArgs, type MutationSubmitBasicTaxFormArgs, type MutationSubmitCertificateArgs, type MutationSubmitDocumentArgs, type MutationSubmitKeypayEmployeeFormArgs, type MutationSubmitPerformanceReviewArgs, type MutationSubmitQuestionnaireArgs, type MutationSubmitStandardReviewArgs, type MutationSubmitStandardReviewQuestionArgs, type MutationSubmitTaskArgs, type MutationTerminatePersonArgs, type MutationTransferResponsibilityArgs, type MutationTriggerIntegrationSyncArgs, type MutationTriggerWorkflowGroupRunArgs, 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 MutationUpdateComplianceGroupArgs, type MutationUpdateCustomFieldArgs, type MutationUpdateCustomTableArgs, type MutationUpdateDocumentArgs, type MutationUpdateDocumentTemplateArgs, type MutationUpdateIntegrationArgs, type MutationUpdateJobArgs, type MutationUpdateKeypayEmployeeFormTemplateArgs, type MutationUpdateKeypayIntegrationArgs, type MutationUpdateKeypayLeaveIntegrationArgs, type MutationUpdateLeaveRequestArgs, type MutationUpdateLocationArgs, type MutationUpdateNoteArgs, type MutationUpdateOnboardingAssignmentsArgs, type MutationUpdateOrgArgs, type MutationUpdatePaperworkAssignmentArgs, type MutationUpdatePaperworkTypeArgs, type MutationUpdatePerformanceReviewCycleArgs, type MutationUpdatePerformanceReviewCycleConfigArgs, type MutationUpdatePerformanceReviewCycleRevieweeArgs, type MutationUpdatePerformanceReviewSavedQuestionArgs, type MutationUpdatePerformanceReviewTemplateArgs, type MutationUpdatePerformanceReviewTemplateQuestionArgs, type MutationUpdatePersonArgs, type MutationUpdatePersonConnectionArgs, type MutationUpdatePersonTagsArgs, 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 MutationUpdateWorkflowArgs, type MutationUpdateWorkflowGroupArgs, type MutationUpdateWorkflowStepArgs, type MutationUpdateXeroAuIntegrationArgs, type MutationUpdateXeroLeaveIntegrationArgs, type Note, type NoteAttachment, type Notification, NotificationType, type Org, type OrgBundlesArgs, type OrgComplianceGroupConnection, type OrgFeatures, type OrgFeaturesInput, type OrgIntegrationsArgs, type OrgLocationsArgs, type OrgPaperworkSummariesArgs, type OrgPaperworkTypesArgs, type OrgPeopleArgs, type OrgPerformanceReviewCyclesArgs, type OrgPerformanceReviewSavedQuestionsArgs, type OrgPerformanceReviewTemplatesArgs, type OrgPositionsArgs, type OrgReviewCyclesArgs, type OrgSavedQuestionsArgs, type OrgTemplatesArgs, type PageInfo, type PaperworkAssignment, type PaperworkAssignmentNotificationsArgs, type PaperworkRequirement, type PaperworkRequirementConnection, type PaperworkSummary, PaperworkSummaryStatus, type PaperworkTemplate, type PaperworkTemplateConnection, type PaperworkTemplateEdge, type PaperworkType, PaperworkTypeAutoReassignMode, type PaperworkTypeTemplatesArgs, type PaperworkWorkflowStep, type PaperworkWorkflowStepRun, PayPeriod, type PerformanceReview, type PerformanceReviewCycle, type PerformanceReviewCycleConfig, PerformanceReviewCycleStatus, type PerformanceReviewNotification, type PerformanceReviewQuestion, type PerformanceReviewQuestionResponse, type PerformanceReviewResponse, type PerformanceReviewReviewee, type PerformanceReviewRevieweeInput, type PerformanceReviewSavedQuestion, PerformanceReviewStatus, type PerformanceReviewTemplate, type PerformanceReviewTemplateQuestion, type PerformanceReviewTemplateTemplateQuestionsArgs, PerformanceReviewType, type Person, type PersonAssignmentsArgs, type PersonBankAccountsChange, type PersonBankAccountsChangeInput, type PersonCertificatesArgs, type PersonChange, type PersonConnection, type PersonConnectionLeaveHoursEstimateArgs, type PersonConnectionLeaveRequestsArgs, type PersonCustomField, type PersonCustomFieldInput, type PersonCustomFieldsArgs, 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 PersonLatestQuestionsArgs, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPerformanceReviewsArgs, 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 PreviousPerformanceRating, 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 QueryComplianceGroupArgs, 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 QueryPerformanceReviewArgs, type QueryPerformanceReviewCycleArgs, type QueryPerformanceReviewRevieweeArgs, type QueryPerformanceReviewTemplateArgs, type QueryPersonArgs, type QueryPersonConnectionArgs, type QueryPositionArgs, type QueryQuestionnaireArgs, type QueryQuestionnaireTemplateArgs, type QueryReviewCycleArgs, type QuerySavedQuestionArgs, type QueryStandardReviewArgs, type QueryStandardReviewTemplateArgs, type QueryTaskArgs, type QueryTaskTemplateArgs, type QueryTemplateArgs, type QueryUserArgs, type QueryWorkflowArgs, type QueryWorkflowParticipantArgs, 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, type StartDateEvent, SuperFundNomination, type Tag, TagColor, type TagInput, type Task, type TaskNotificationsArgs, type TaskTemplate, type TaskWorkflowStep, type TaskWorkflowStepRun, TaxEmploymentBasis, TaxFileNumberExemption, TaxResidencyStatus, type Template, type TemplateInput, 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 Workflow, type WorkflowGroup, WorkflowGroupEventDateType, WorkflowGroupEventTriggerType, type WorkflowGroupRun, WorkflowGroupRunStatus, type WorkflowParticipant, type WorkflowParticipantConnection, type WorkflowRunProgress, WorkflowRunStatus, type WorkflowStep, type WorkflowStepConnection, type WorkflowStepRun, type WorkflowStepRunConnection, WorkflowStepRunStatus, WorkflowStepTaskAssigneeType, WorkflowStepType, type XeroAuBankAccount, type XeroAuEmployee, XeroAuEmploymentBasis, XeroAuGender, type XeroAuIntegration, type XeroAuIntegrationFeaturesArgs, XeroAuResidencyStatus, type XeroAuSuperFund, type XeroAuSuperMembership, XeroAuTfnExemptionType, type XeroIntegrationTenantInput, type XeroIntegrationTokenSetInput, type XeroLeaveEmployee, type XeroLeaveIntegration, type XeroLeaveIntegrationFeaturesArgs };
|
|
6868
|
+
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 BundledPaperworkType, type BundledPaperworkTypeConnection, type Certificate, type CertificateNotificationsArgs, CertificateProof, type CertificateTemplate, type ChoiceDocumentField, type ChoiceDocumentFieldConfigInput, type ChoiceDocumentFieldConfigOptionInput, type ChoiceDocumentFieldInput, type ChoiceDocumentFieldOption, type ChoiceDocumentFieldOptionInput, type CompleteSyncMutation, type CompleteSyncMutationVariables, type ComplianceGroup, type ComplianceGroupPaperworkType, type ComplianceGroupPaperworkTypeConnection, type ComplianceGroupPersonConnection, ComplianceStatus, 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 CustomField, type CustomFieldConfig, type CustomFieldConfigInput, type CustomFieldDateConfig, type CustomFieldDateConfigInput, type CustomFieldDateValue, type CustomFieldNumberConfig, type CustomFieldNumberConfigInput, type CustomFieldNumberUnderlyingValue, CustomFieldNumberUnit, type CustomFieldNumberValue, type CustomFieldNumberValueInput, type CustomFieldSingleChoiceConfig, type CustomFieldSingleChoiceConfigInput, type CustomFieldSingleChoiceOption, type CustomFieldSingleChoiceOptionInput, type CustomFieldSingleChoiceValue, type CustomFieldTextConfig, type CustomFieldTextConfigInput, type CustomFieldTextValue, CustomFieldType, type CustomFieldValue, type CustomFieldValueInput, 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 DepartmentPositionsArgs, type Document, type DocumentField, type DocumentFieldConfigInput, type DocumentFieldInput, DocumentFieldResponder, type DocumentNotificationsArgs, type DocumentTemplate, DueDateStatus, type EmailNotificationSettings, type EmailNotificationSettingsInput, type Exact, ExpiryStatus, FieldPresence, FileProcessingStatus, 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 KeypayIntegrationBusinessInput, type KeypayIntegrationFeaturesArgs, type KeypayIntegrationTokenSetInput, type KeypayLeaveEmployee, type KeypayLeaveIntegration, type KeypayLeaveIntegrationFeaturesArgs, type LeaveBalance, type LeaveCategory, type LeaveCategoryInput, type LeaveHoursEstimate, type LeaveRequest, type LeaveRequestNotification, type LeaveRequestNotificationsArgs, LeaveRequestRelation, LeaveRequestStatus, type Location, type Login, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type Media, type MultiLineTextDocumentField, type MultiLineTextDocumentFieldConfigInput, type MultiLineTextDocumentFieldInput, type Mutation, type MutationAcceptInviteArgs, type MutationAcceptLoginArgs, type MutationActivateIntegrationArgs, type MutationActivateKeypayIntegrationArgs, type MutationActivatePersonArgs, type MutationActivateWorkflowRunArgs, type MutationActivateXeroIntegrationArgs, type MutationAddParticipantsToWorkflowArgs, type MutationAddPeopleToComplianceGroupsArgs, type MutationAddPeopleToTagsArgs, type MutationAddRevieweesToPerformanceReviewCycleArgs, type MutationAnswerPerformanceReviewQuestionArgs, type MutationAppendIntegrationLogArgs, type MutationApproveAssignmentArgs, type MutationApproveKeypayLeaveLeaveRequestArgs, type MutationApproveLeaveRequestArgs, type MutationApproveXeroLeaveRequestArgs, type MutationArchiveAssignmentArgs, type MutationArchiveBundleArgs, type MutationArchiveComplianceGroupArgs, type MutationArchiveCustomFieldArgs, type MutationArchiveCustomTableArgs, type MutationArchiveIntegrationArgs, type MutationArchiveLocationArgs, type MutationArchiveNotesArgs, type MutationArchiveOrgArgs, type MutationArchivePaperworkTypeArgs, type MutationArchivePerformanceReviewCycleArgs, type MutationArchivePerformanceReviewRevieweeArgs, type MutationArchivePerformanceReviewSavedQuestionArgs, type MutationArchivePerformanceReviewTemplateArgs, type MutationArchivePerformanceReviewTemplateQuestionArgs, type MutationArchivePersonArgs, type MutationArchivePositionArgs, type MutationArchiveSavedQuestionArgs, type MutationArchiveTemplateArgs, type MutationArchiveWorkflowArgs, type MutationArchiveWorkflowParticipantArgs, 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 MutationAssignTaskArgs, type MutationAuthorizeIntegrationArgs, type MutationBulkAssignPaperworkArgs, type MutationBulkUpdatePeopleLocationArgs, type MutationCancelLeaveRequestArgs, type MutationCompleteIntegrationSyncArgs, type MutationCompletePasswordResetArgs, type MutationCompletePerformanceReviewCycleArgs, 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 MutationCreateCertificateArgs, type MutationCreateCertificateTemplateArgs, type MutationCreateComplianceGroupArgs, type MutationCreateCustomFieldArgs, 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 MutationCreatePaperworkTypeArgs, type MutationCreatePerformanceReviewCycleArgs, type MutationCreatePerformanceReviewSavedQuestionArgs, type MutationCreatePerformanceReviewTemplateArgs, type MutationCreatePerformanceReviewTemplateQuestionArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePositionArgs, type MutationCreateProcessedCertificateArgs, type MutationCreateProcessedDocumentArgs, type MutationCreateQuestionnaireArgs, type MutationCreateQuestionnaireTemplateArgs, type MutationCreateSavedQuestionArgs, type MutationCreateStandaloneTaskArgs, type MutationCreateTagArgs, type MutationCreateTagsArgs, type MutationCreateTaskArgs, type MutationCreateTaskTemplateArgs, type MutationCreateWorkflowArgs, type MutationCreateWorkflowGroupArgs, type MutationCreateWorkflowStepArgs, type MutationCreateXeroLeaveRequestArgs, type MutationDeleteApiTokenArgs, type MutationDeleteApprovalsArgs, type MutationDeleteJobArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeletePositionArgs, type MutationDeleteTagArgs, type MutationDeleteWorkflowGroupArgs, type MutationDeleteWorkflowStepArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicatePaperworkTypeArgs, type MutationDuplicatePerformanceReviewTemplateArgs, type MutationInitializeIntegrationArgs, type MutationInvitePeopleArgs, type MutationInvitePersonArgs, type MutationJoinOrgArgs, type MutationLaunchPerformanceReviewCycleArgs, type MutationLogInArgs, type MutationLogInWithProviderArgs, type MutationMarkNotificationsReadArgs, type MutationMarkNotificationsUnreadArgs, type MutationMergePaperworkTypesArgs, type MutationPauseIntegrationArgs, type MutationProcessAssignmentArgs, type MutationProcessAssignmentsArgs, type MutationProcessLeaveRequestArgs, type MutationReinviteLoginArgs, type MutationReinvitePeopleArgs, type MutationReinvitePersonArgs, type MutationRejectAssignmentArgs, type MutationRejectCertificateArgs, type MutationRemovePaperworkTypeFromBundlesArgs, type MutationRemovePeopleFromComplianceGroupsArgs, type MutationRemovePeopleFromTagsArgs, type MutationRemoveRevieweeFromCycleArgs, type MutationRequestApprovalsArgs, type MutationRequestInviteArgs, type MutationRequestPasswordResetArgs, type MutationResetXeroAuIntegrationArgs, type MutationRestoreAssignmentArgs, type MutationRestoreBundleArgs, type MutationRestoreIntegrationArgs, type MutationRestoreNotesArgs, type MutationRestorePaperworkTypeArgs, type MutationRestorePersonArgs, type MutationRestoreSavedQuestionArgs, type MutationRestoreTemplateArgs, type MutationSetActiveLoginArgs, type MutationSetPersonCustomFieldsArgs, type MutationSharePerformanceReviewRevieweeArgs, type MutationSubmitBasicAbnFormArgs, type MutationSubmitBasicBankAccountFormArgs, type MutationSubmitBasicEmergencyContactFormArgs, type MutationSubmitBasicPersonalDetailsFormArgs, type MutationSubmitBasicPreEmploymentFormArgs, type MutationSubmitBasicSuperFormArgs, type MutationSubmitBasicTaxFormArgs, type MutationSubmitCertificateArgs, type MutationSubmitDocumentArgs, type MutationSubmitKeypayEmployeeFormArgs, type MutationSubmitPerformanceReviewArgs, type MutationSubmitQuestionnaireArgs, type MutationSubmitTaskArgs, type MutationTerminatePersonArgs, type MutationTransferResponsibilityArgs, type MutationTriggerIntegrationSyncArgs, type MutationTriggerWorkflowGroupRunArgs, type MutationUnmatchPersonConnectionsArgs, type MutationUnpauseIntegrationArgs, 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 MutationUpdateComplianceGroupArgs, type MutationUpdateCustomFieldArgs, type MutationUpdateCustomTableArgs, type MutationUpdateDocumentArgs, type MutationUpdateDocumentTemplateArgs, type MutationUpdateIntegrationArgs, type MutationUpdateJobArgs, type MutationUpdateKeypayEmployeeFormTemplateArgs, type MutationUpdateKeypayIntegrationArgs, type MutationUpdateKeypayLeaveIntegrationArgs, type MutationUpdateLeaveRequestArgs, type MutationUpdateLocationArgs, type MutationUpdateNoteArgs, type MutationUpdateOnboardingAssignmentsArgs, type MutationUpdateOrgArgs, type MutationUpdatePaperworkAssignmentArgs, type MutationUpdatePaperworkTypeArgs, type MutationUpdatePerformanceReviewCycleArgs, type MutationUpdatePerformanceReviewCycleConfigArgs, type MutationUpdatePerformanceReviewCycleRevieweeArgs, type MutationUpdatePerformanceReviewSavedQuestionArgs, type MutationUpdatePerformanceReviewTemplateArgs, type MutationUpdatePerformanceReviewTemplateQuestionArgs, type MutationUpdatePersonArgs, type MutationUpdatePersonConnectionArgs, type MutationUpdatePersonTagsArgs, type MutationUpdatePositionArgs, type MutationUpdatePositionsArgs, type MutationUpdateQuestionnaireArgs, type MutationUpdateQuestionnaireTemplateArgs, type MutationUpdateSavedQuestionArgs, type MutationUpdateTagArgs, type MutationUpdateTaskArgs, type MutationUpdateTaskTemplateArgs, type MutationUpdateUserPasswordArgs, type MutationUpdateWorkflowArgs, type MutationUpdateWorkflowGroupArgs, type MutationUpdateWorkflowStepArgs, type MutationUpdateXeroAuIntegrationArgs, type MutationUpdateXeroLeaveIntegrationArgs, type Note, type NoteAttachment, type Notification, NotificationType, type Org, type OrgBundlesArgs, type OrgComplianceGroupConnection, type OrgFeatures, type OrgFeaturesInput, type OrgIntegrationsArgs, type OrgLocationsArgs, type OrgPaperworkSummariesArgs, type OrgPaperworkTypesArgs, type OrgPeopleArgs, type OrgPerformanceReviewCyclesArgs, type OrgPerformanceReviewSavedQuestionsArgs, type OrgPerformanceReviewTemplatesArgs, type OrgPositionsArgs, type OrgSavedQuestionsArgs, type OrgTemplatesArgs, type PageInfo, type PaperworkAssignment, type PaperworkAssignmentNotificationsArgs, type PaperworkRequirement, type PaperworkRequirementConnection, type PaperworkSummary, PaperworkSummaryStatus, type PaperworkTemplate, type PaperworkTemplateConnection, type PaperworkTemplateEdge, type PaperworkType, PaperworkTypeAutoReassignMode, type PaperworkTypeTemplatesArgs, type PaperworkWorkflowStep, type PaperworkWorkflowStepRun, PayPeriod, type PerformanceReview, type PerformanceReviewCycle, type PerformanceReviewCycleConfig, PerformanceReviewCycleStatus, type PerformanceReviewNotification, type PerformanceReviewQuestion, type PerformanceReviewQuestionResponse, type PerformanceReviewResponse, type PerformanceReviewReviewee, type PerformanceReviewRevieweeInput, type PerformanceReviewSavedQuestion, PerformanceReviewStatus, type PerformanceReviewTemplate, type PerformanceReviewTemplateQuestion, type PerformanceReviewTemplateTemplateQuestionsArgs, PerformanceReviewType, type Person, type PersonAssignmentsArgs, type PersonBankAccountsChange, type PersonBankAccountsChangeInput, type PersonCertificatesArgs, type PersonChange, type PersonConnection, type PersonConnectionLeaveHoursEstimateArgs, type PersonConnectionLeaveRequestsArgs, type PersonCustomField, type PersonCustomFieldInput, type PersonCustomFieldsArgs, 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 PersonLatestQuestionsArgs, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPerformanceReviewsArgs, type PersonPersonalEmailChange, type PersonPersonalEmailChangeInput, type PersonPersonalPhoneChange, type PersonPersonalPhoneChangeInput, type PersonPostalAddressChange, type PersonPostalAddressChangeInput, type PersonQuestionnairesArgs, type PersonRemunerationChange, type PersonResidentialAddressChange, type PersonResidentialAddressChangeInput, PersonRole, PersonStatus, type PersonSuperFundsChange, type PersonSuperFundsChangeInput, type PersonTasksArgs, type PersonTaxDetailsChange, type PersonTaxDetailsChangeInput, type PersonTenureChange, type PersonTenureChangeInput, type Position, type PreviousPerformanceRating, 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 QueryComplianceGroupArgs, 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 QueryPerformanceReviewArgs, type QueryPerformanceReviewCycleArgs, type QueryPerformanceReviewRevieweeArgs, type QueryPerformanceReviewTemplateArgs, type QueryPersonArgs, type QueryPersonConnectionArgs, type QueryPositionArgs, type QueryQuestionnaireArgs, type QueryQuestionnaireTemplateArgs, type QuerySavedQuestionArgs, type QueryTaskArgs, type QueryTaskTemplateArgs, type QueryTemplateArgs, type QueryUserArgs, type QueryWorkflowArgs, type QueryWorkflowParticipantArgs, type QuestionConfig, type QuestionLikert5Config, type QuestionLikert5Response, type QuestionLikert5ResponseInput, type QuestionMultipleChoiceConfig, type QuestionMultipleChoiceOtherConfig, type QuestionMultipleChoiceOtherResponse, type QuestionMultipleChoiceOtherResponseInput, type QuestionMultipleChoiceResponse, type QuestionMultipleChoiceResponseInput, type QuestionResponse, type QuestionResponseInput, type QuestionTemplateInput, type QuestionTextConfig, type QuestionTextResponse, type QuestionTextResponseInput, QuestionType, type Questionnaire, type QuestionnaireNotificationsArgs, type QuestionnaireQuestion, type QuestionnaireQuestionAnswerInput, type QuestionnaireQuestionInput, type QuestionnaireTemplate, type QuestionnaireTemplateQuestion, type SavedQuestion, type Scalars, type Session, type SharedCalendarEvent, type SignatureUploadDocumentField, type SignatureUploadDocumentFieldConfigInput, type SignatureUploadDocumentFieldInput, type SmartDocumentField, type SmartDocumentFieldConfigInput, type SmartDocumentFieldInput, SmartDocumentFieldType, type StartDateEvent, SuperFundNomination, type Tag, TagColor, type TagInput, type Task, type TaskNotificationsArgs, type TaskTemplate, type TaskWorkflowStep, type TaskWorkflowStepRun, TaxEmploymentBasis, TaxFileNumberExemption, TaxResidencyStatus, type Template, type TemplateInput, 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 Workflow, type WorkflowGroup, WorkflowGroupEventDateType, WorkflowGroupEventTriggerType, type WorkflowGroupRun, WorkflowGroupRunStatus, type WorkflowParticipant, type WorkflowParticipantConnection, type WorkflowRunProgress, WorkflowRunStatus, type WorkflowStep, type WorkflowStepConnection, type WorkflowStepRun, type WorkflowStepRunConnection, WorkflowStepRunStatus, WorkflowStepTaskAssigneeType, WorkflowStepType, type XeroAuBankAccount, type XeroAuEmployee, XeroAuEmploymentBasis, XeroAuGender, type XeroAuIntegration, type XeroAuIntegrationFeaturesArgs, XeroAuResidencyStatus, type XeroAuSuperFund, type XeroAuSuperMembership, XeroAuTfnExemptionType, type XeroIntegrationTenantInput, type XeroIntegrationTokenSetInput, type XeroLeaveEmployee, type XeroLeaveIntegration, type XeroLeaveIntegrationFeaturesArgs };
|