@worknice/js-sdk 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/dist/{_types-BXw9D0Qi.d.ts → _types-kBsjg67t.d.ts} +57 -2
  2. package/dist/api/ApiError.d.ts +2 -1
  3. package/dist/api/ApiError.js +4 -2
  4. package/dist/api/ApiError.js.map +1 -1
  5. package/dist/api/WorkniceIntegrationLogger.d.ts +41 -17
  6. package/dist/api/WorkniceIntegrationLogger.js +58 -28
  7. package/dist/api/WorkniceIntegrationLogger.js.map +1 -1
  8. package/dist/api/_generated.d.ts +183 -68
  9. package/dist/api/_generated.js +2 -0
  10. package/dist/api/_generated.js.map +1 -1
  11. package/dist/api/_types.d.ts +2 -2
  12. package/dist/api/createApiOperation.d.ts +1 -1
  13. package/dist/api/createWorkniceClient.d.ts +1 -1
  14. package/dist/api/createWorkniceClient.js +2 -0
  15. package/dist/api/createWorkniceClient.js.map +1 -1
  16. package/dist/api/operations/activateIntegration.d.ts +1 -1
  17. package/dist/api/operations/authorizeIntegration.d.ts +1 -1
  18. package/dist/api/operations/completeSync.d.ts +1 -1
  19. package/dist/api/operations/createApiToken.d.ts +1 -1
  20. package/dist/api/operations/createDataImport.d.ts +1 -1
  21. package/dist/api/operations/createPersonConnection.d.ts +8 -1
  22. package/dist/api/operations/createPersonConnection.js +1 -0
  23. package/dist/api/operations/createPersonConnection.js.map +1 -1
  24. package/dist/api/operations/createPersonDataImportLine.d.ts +7 -3
  25. package/dist/api/operations/createPersonDataImportLine.js +10 -2
  26. package/dist/api/operations/createPersonDataImportLine.js.map +1 -1
  27. package/dist/api/operations/deleteApiToken.d.ts +1 -1
  28. package/dist/api/operations/deletePersonConnection.d.ts +1 -1
  29. package/dist/api/operations/getApiTokens.d.ts +1 -1
  30. package/dist/api/operations/getApiTokens.js +7 -1
  31. package/dist/api/operations/getApiTokens.js.map +1 -1
  32. package/dist/api/operations/getIntegration.d.ts +1 -1
  33. package/dist/api/operations/getMyApps.d.ts +37 -0
  34. package/dist/api/operations/getMyApps.js +62 -0
  35. package/dist/api/operations/getMyApps.js.map +1 -0
  36. package/dist/api/operations/getPeople.d.ts +1 -1
  37. package/dist/api/operations/getPersonConnections.d.ts +8 -1
  38. package/dist/api/operations/getPersonConnections.js +1 -0
  39. package/dist/api/operations/getPersonConnections.js.map +1 -1
  40. package/dist/api/operations/initializeIntegration.d.ts +1 -1
  41. package/dist/api/operations/updatePersonConnection.d.ts +8 -1
  42. package/dist/api/operations/updatePersonConnection.js +1 -0
  43. package/dist/api/operations/updatePersonConnection.js.map +1 -1
  44. package/dist/employee-records/EQUALITY_CHECKS.js +23 -11
  45. package/dist/employee-records/EQUALITY_CHECKS.js.map +1 -1
  46. package/dist/employee-records/_types.d.ts +169 -149
  47. package/dist/employee-records/comparePersonDataTransferLines.js +61 -13
  48. package/dist/employee-records/comparePersonDataTransferLines.js.map +1 -1
  49. package/dist/employee-records/index.d.ts +9 -6
  50. package/dist/employee-records/index.js +22 -14
  51. package/dist/employee-records/index.js.map +1 -1
  52. package/dist/employee-records/mergePersonDataTransferLines.js +5 -9
  53. package/dist/employee-records/mergePersonDataTransferLines.js.map +1 -1
  54. package/dist/employee-records/validatePersonDataTransferLine.js +10 -2
  55. package/dist/employee-records/validatePersonDataTransferLine.js.map +1 -1
  56. package/dist/employee-records/validatePersonDataTransferLineDateOfBirth.d.ts +6 -0
  57. package/dist/employee-records/validatePersonDataTransferLineDateOfBirth.js +17 -0
  58. package/dist/employee-records/validatePersonDataTransferLineDateOfBirth.js.map +1 -0
  59. package/dist/employee-records/validatePersonDataTransferLineFullName.d.ts +6 -0
  60. package/dist/employee-records/validatePersonDataTransferLineFullName.js +20 -0
  61. package/dist/employee-records/validatePersonDataTransferLineFullName.js.map +1 -0
  62. package/dist/employee-records/validatePersonDataTransferLineGender.d.ts +6 -0
  63. package/dist/employee-records/validatePersonDataTransferLineGender.js +13 -0
  64. package/dist/employee-records/validatePersonDataTransferLineGender.js.map +1 -0
  65. package/dist/employee-records/validatePersonDataTransferLinePersonalEmail.d.ts +6 -0
  66. package/dist/employee-records/validatePersonDataTransferLinePersonalEmail.js +15 -0
  67. package/dist/employee-records/validatePersonDataTransferLinePersonalEmail.js.map +1 -0
  68. package/dist/employee-records/validatePersonDataTransferLinePersonalPhone.d.ts +6 -0
  69. package/dist/employee-records/validatePersonDataTransferLinePersonalPhone.js +15 -0
  70. package/dist/employee-records/validatePersonDataTransferLinePersonalPhone.js.map +1 -0
  71. package/dist/employee-records/validatePersonDataTransferLineTenure.js +1 -1
  72. package/dist/employee-records/validatePersonDataTransferLineTenure.js.map +1 -1
  73. package/dist/helpers/_types.d.ts +7 -3
  74. package/dist/helpers/handleApproveLeaveRequestWebhook.d.ts +15 -0
  75. package/dist/helpers/handleApproveLeaveRequestWebhook.js +21 -0
  76. package/dist/helpers/handleApproveLeaveRequestWebhook.js.map +1 -0
  77. package/dist/helpers/handleCancelLeaveRequestWebhook.d.ts +15 -0
  78. package/dist/helpers/handleCancelLeaveRequestWebhook.js +21 -0
  79. package/dist/helpers/handleCancelLeaveRequestWebhook.js.map +1 -0
  80. package/dist/helpers/handleCreateIntegrationWebhook.d.ts +4 -4
  81. package/dist/helpers/handleCreateIntegrationWebhook.js +7 -2
  82. package/dist/helpers/handleCreateIntegrationWebhook.js.map +1 -1
  83. package/dist/helpers/handleCreateLeaveRequestWebhook.d.ts +15 -0
  84. package/dist/helpers/handleCreateLeaveRequestWebhook.js +21 -0
  85. package/dist/helpers/handleCreateLeaveRequestWebhook.js.map +1 -0
  86. package/dist/helpers/handleDenyLeaveRequestWebhook.d.ts +15 -0
  87. package/dist/helpers/handleDenyLeaveRequestWebhook.js +21 -0
  88. package/dist/helpers/handleDenyLeaveRequestWebhook.js.map +1 -0
  89. package/dist/helpers/handleGetAuthorizationUrlWebhook.d.ts +4 -4
  90. package/dist/helpers/handleGetAuthorizationUrlWebhook.js +7 -2
  91. package/dist/helpers/handleGetAuthorizationUrlWebhook.js.map +1 -1
  92. package/dist/helpers/handleGetLeaveBalancesWebhook.d.ts +6 -7
  93. package/dist/helpers/handleGetLeaveBalancesWebhook.js +7 -2
  94. package/dist/helpers/handleGetLeaveBalancesWebhook.js.map +1 -1
  95. package/dist/helpers/handleGetLeaveCategoriesWebhook.d.ts +15 -0
  96. package/dist/helpers/handleGetLeaveCategoriesWebhook.js +27 -0
  97. package/dist/helpers/handleGetLeaveCategoriesWebhook.js.map +1 -0
  98. package/dist/helpers/handleGetLeaveRequestHoursWebhook.d.ts +13 -0
  99. package/dist/helpers/handleGetLeaveRequestHoursWebhook.js +27 -0
  100. package/dist/helpers/handleGetLeaveRequestHoursWebhook.js.map +1 -0
  101. package/dist/helpers/handleProcessLeaveRequestWebhook.d.ts +15 -0
  102. package/dist/helpers/handleProcessLeaveRequestWebhook.js +21 -0
  103. package/dist/helpers/handleProcessLeaveRequestWebhook.js.map +1 -0
  104. package/dist/helpers/handleRequest.d.ts +12 -0
  105. package/dist/helpers/handleRequest.js +58 -0
  106. package/dist/helpers/handleRequest.js.map +1 -0
  107. package/dist/helpers/handleRequestWithWorknice.d.ts +17 -8
  108. package/dist/helpers/handleRequestWithWorknice.js +35 -58
  109. package/dist/helpers/handleRequestWithWorknice.js.map +1 -1
  110. package/dist/helpers/handleTriggerIntegrationSyncWebhook.d.ts +15 -11
  111. package/dist/helpers/handleTriggerIntegrationSyncWebhook.js +211 -141
  112. package/dist/helpers/handleTriggerIntegrationSyncWebhook.js.map +1 -1
  113. package/dist/helpers/index.d.ts +9 -1
  114. package/dist/helpers/index.js +26 -10
  115. package/dist/helpers/index.js.map +1 -1
  116. package/dist/index.d.ts +9 -6
  117. package/dist/index.js +6 -8
  118. package/dist/index.js.map +1 -1
  119. package/dist/utils/isSamePlainDate.d.ts +3 -1
  120. package/dist/utils/isSamePlainDate.js +1 -1
  121. package/dist/utils/isSamePlainDate.js.map +1 -1
  122. package/dist/utils/isValidPlainDate.d.ts +1 -1
  123. package/dist/utils/isValidPlainDate.js +1 -1
  124. package/dist/utils/isValidPlainDate.js.map +1 -1
  125. package/dist/utils/parsePlainDate.d.ts +1 -1
  126. package/dist/utils/parsePlainDate.js +1 -1
  127. package/dist/utils/parsePlainDate.js.map +1 -1
  128. package/dist/webhooks.d.ts +71 -1
  129. package/package.json +4 -4
  130. package/dist/employee-records/validatePersonDataTransferLinePersonalDetails.d.ts +0 -6
  131. package/dist/employee-records/validatePersonDataTransferLinePersonalDetails.js +0 -38
  132. package/dist/employee-records/validatePersonDataTransferLinePersonalDetails.js.map +0 -1
  133. package/dist/utils/isAfter.d.ts +0 -4
  134. package/dist/utils/isAfter.js +0 -5
  135. package/dist/utils/isAfter.js.map +0 -1
@@ -78,6 +78,10 @@ type Scalars = {
78
78
  input: string;
79
79
  output: string;
80
80
  };
81
+ PlainTime: {
82
+ input: string;
83
+ output: string;
84
+ };
81
85
  /** A timezone name (e.g. `Australia/Sydney`). */
82
86
  Timezone: {
83
87
  input: string;
@@ -89,6 +93,8 @@ type Scalars = {
89
93
  };
90
94
  };
91
95
  type Account = {
96
+ /** All the apps owned by this account. */
97
+ apps: Array<App>;
92
98
  archived: Scalars['Boolean']['output'];
93
99
  attioCompanyId?: Maybe<Scalars['String']['output']>;
94
100
  chargebeeCustomerId?: Maybe<Scalars['String']['output']>;
@@ -103,6 +109,9 @@ type Account = {
103
109
  orgs: Array<Org>;
104
110
  updatedAt: Scalars['DateTime']['output'];
105
111
  };
112
+ type AccountAppsArgs = {
113
+ includeDraft?: InputMaybe<Scalars['Boolean']['input']>;
114
+ };
106
115
  type AccountFeatures = {
107
116
  insights: Scalars['Boolean']['output'];
108
117
  performanceManagement: Scalars['Boolean']['output'];
@@ -138,7 +147,9 @@ type ApiToken = {
138
147
  };
139
148
  type App = {
140
149
  category: AppCategory;
150
+ config: AppConfig;
141
151
  description?: Maybe<Scalars['Markdown']['output']>;
152
+ features: IntegrationFeatures;
142
153
  id: Scalars['ID']['output'];
143
154
  /** @deprecated This field is temporary while we transition away from built-in integrations. */
144
155
  integrationType?: Maybe<IntegrationType>;
@@ -158,10 +169,33 @@ declare enum AppCategory {
158
169
  WorkforceManagement = "WORKFORCE_MANAGEMENT",
159
170
  WorkforcePlanning = "WORKFORCE_PLANNING"
160
171
  }
172
+ type AppConfig = {
173
+ /** Unlike the 'features' field on the 'App' type, this one returns the raw values that are configured. */
174
+ features: IntegrationFeatures;
175
+ webhooks: AppConfigWebhooks;
176
+ };
177
+ type AppConfigWebhooks = {
178
+ approveLeaveRequest?: Maybe<Scalars['String']['output']>;
179
+ cancelLeaveRequest?: Maybe<Scalars['String']['output']>;
180
+ createIntegration?: Maybe<Scalars['String']['output']>;
181
+ createLeaveRequest?: Maybe<Scalars['String']['output']>;
182
+ denyLeaveRequest?: Maybe<Scalars['String']['output']>;
183
+ getAuthorizationUrl?: Maybe<Scalars['String']['output']>;
184
+ getConfigurationUrl?: Maybe<Scalars['String']['output']>;
185
+ getLeaveBalances?: Maybe<Scalars['String']['output']>;
186
+ getLeaveCategories?: Maybe<Scalars['String']['output']>;
187
+ getLeaveRequestHours?: Maybe<Scalars['String']['output']>;
188
+ getReconfigurationUrl?: Maybe<Scalars['String']['output']>;
189
+ personConnected?: Maybe<Scalars['String']['output']>;
190
+ processLeaveRequest?: Maybe<Scalars['String']['output']>;
191
+ triggerIntegrationSync?: Maybe<Scalars['String']['output']>;
192
+ };
161
193
  declare enum AppStatus {
162
194
  Available = "AVAILABLE",
163
195
  Draft = "DRAFT",
196
+ Internal = "INTERNAL",
164
197
  Planned = "PLANNED",
198
+ Recommended = "RECOMMENDED",
165
199
  Zapier = "ZAPIER"
166
200
  }
167
201
  type Approval = {
@@ -180,6 +214,7 @@ declare enum ApprovalStatus {
180
214
  Draft = "DRAFT",
181
215
  Requested = "REQUESTED"
182
216
  }
217
+ type Archivable = BasicAbnForm | BasicBankAccountForm | BasicEmergencyContactForm | BasicPersonalDetailsForm | BasicPreEmploymentForm | BasicSuperForm | BasicTaxForm | Certificate | Document | Person | Questionnaire;
183
218
  type Assignment = {
184
219
  approvals: Array<Approval>;
185
220
  archived: Scalars['Boolean']['output'];
@@ -500,7 +535,7 @@ type BasicEmergencyContactFormTemplate = Template & {
500
535
  templateParameters: Array<TemplateParameter>;
501
536
  updatedAt: Scalars['DateTime']['output'];
502
537
  };
503
- type BasicPersonalDetailsForm = Assignment & Form & PaperworkAssignment & PersonChange & PersonPersonalDetailsChange & PersonPostalAddressChange & PersonResidentialAddressChange & {
538
+ type BasicPersonalDetailsForm = Assignment & Form & PaperworkAssignment & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonResidentialAddressChange & {
504
539
  approvals: Array<Approval>;
505
540
  archived: Scalars['Boolean']['output'];
506
541
  assignedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -1206,9 +1241,23 @@ type IntegrationConnection = {
1206
1241
  updatedAt: Scalars['DateTime']['output'];
1207
1242
  };
1208
1243
  type IntegrationFeatures = {
1209
- /** Leave balances are displayed in Worknice. */
1244
+ /**
1245
+ * Leave requests can be viewed in Worknice.
1246
+ *
1247
+ * Irrelevant if 'peopleSync' is false.
1248
+ */
1249
+ leave: Scalars['Boolean']['output'];
1250
+ /**
1251
+ * Leave balances are displayed in Worknice.
1252
+ *
1253
+ * Irrelevant if 'leave' is false.
1254
+ */
1210
1255
  leaveBalances: Scalars['Boolean']['output'];
1211
- /** Leave requests can be created in Worknice. */
1256
+ /**
1257
+ * Leave requests can be created in Worknice.
1258
+ *
1259
+ * Irrelevant if 'leave' is false.
1260
+ */
1212
1261
  leaveCreation: Scalars['Boolean']['output'];
1213
1262
  /**
1214
1263
  * The number of hours for a leave request can be automatically calculated when creating a leave request.
@@ -1222,6 +1271,14 @@ type IntegrationFeatures = {
1222
1271
  * Irrelevant if 'leaveCreation' is false.
1223
1272
  */
1224
1273
  leaveHoursCustomisation: Scalars['Boolean']['output'];
1274
+ /**
1275
+ * The requests can include a start and end times along with the dates.
1276
+ *
1277
+ * Irrelevant if 'leaveCreation' is false.
1278
+ */
1279
+ leaveStartAndEndTimes: Scalars['Boolean']['output'];
1280
+ /** People can be synced from the integration to Worknice. */
1281
+ peopleSync: Scalars['Boolean']['output'];
1225
1282
  };
1226
1283
  type IntegrationLog = {
1227
1284
  createdAt: Scalars['DateTime']['output'];
@@ -1297,7 +1354,7 @@ type KeypayBusiness = {
1297
1354
  id: Scalars['Int']['output'];
1298
1355
  name: Scalars['String']['output'];
1299
1356
  };
1300
- type KeypayEmployee = PersonBankAccountsChange & PersonChange & PersonEmergencyContactsChange & PersonPersonalDetailsChange & PersonPostalAddressChange & PersonRemunerationChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {
1357
+ type KeypayEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonEmergencyContactsChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonRemunerationChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {
1301
1358
  australianResident?: Maybe<Scalars['Boolean']['output']>;
1302
1359
  bankAccount1AccountName?: Maybe<Scalars['String']['output']>;
1303
1360
  bankAccount1AccountNumber?: Maybe<Scalars['String']['output']>;
@@ -1448,7 +1505,7 @@ type KeypayEmployee = PersonBankAccountsChange & PersonChange & PersonEmergencyC
1448
1505
  updatedAt: Scalars['DateTime']['output'];
1449
1506
  workPhone?: Maybe<Scalars['String']['output']>;
1450
1507
  };
1451
- type KeypayEmployeeForm = Assignment & Form & PaperworkAssignment & PersonBankAccountsChange & PersonChange & PersonEmergencyContactsChange & PersonPersonalDetailsChange & PersonPostalAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {
1508
+ type KeypayEmployeeForm = Assignment & Form & PaperworkAssignment & PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonEmergencyContactsChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonPostalAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {
1452
1509
  addressPresence: FieldPresence;
1453
1510
  approvals: Array<Approval>;
1454
1511
  archived: Scalars['Boolean']['output'];
@@ -1753,6 +1810,7 @@ type LeaveRequest = SharedCalendarEvent & {
1753
1810
  decidedAt?: Maybe<Scalars['DateTime']['output']>;
1754
1811
  decider?: Maybe<Person>;
1755
1812
  endDate: Scalars['Date']['output'];
1813
+ endTime?: Maybe<Scalars['PlainTime']['output']>;
1756
1814
  hours?: Maybe<Scalars['Decimal']['output']>;
1757
1815
  hoursBreakdown?: Maybe<Scalars['String']['output']>;
1758
1816
  id: Scalars['ID']['output'];
@@ -1766,6 +1824,7 @@ type LeaveRequest = SharedCalendarEvent & {
1766
1824
  remoteId?: Maybe<Scalars['String']['output']>;
1767
1825
  responsible?: Maybe<Person>;
1768
1826
  startDate: Scalars['Date']['output'];
1827
+ startTime?: Maybe<Scalars['PlainTime']['output']>;
1769
1828
  status: LeaveRequestStatus;
1770
1829
  updatedAt: Scalars['DateTime']['output'];
1771
1830
  };
@@ -1909,7 +1968,7 @@ type Mutation = {
1909
1968
  createCertificate: Certificate;
1910
1969
  createCertificateTemplate: CertificateTemplate;
1911
1970
  createDataExport: DataExport;
1912
- /** Creates a blank data import. Use `createPersonDataImportLine` or `createPersonDataImportLines` to add lines to the import. */
1971
+ /** Creates a blank data import. Use `createPersonDataImportLine` to add lines to the import. */
1913
1972
  createDataImport: DataImport;
1914
1973
  /** Uses a document template to creating a new document. */
1915
1974
  createDocument: Document;
@@ -1929,6 +1988,8 @@ type Mutation = {
1929
1988
  * An invite will only be sent if the person has an 'ONBOARDING' or 'ACTIVE' status. The `invitePerson` will send invites to all users associated with the person as it transitions the person to an 'ONBOARDING' status.
1930
1989
  */
1931
1990
  createLogin: User;
1991
+ /** Add people data to a data import using a CSV. */
1992
+ createManualDataImport: DataImport;
1932
1993
  createNote: Note;
1933
1994
  /**
1934
1995
  * Creates a new organisation within the current user's account. Only owners are allow to create organisations.
@@ -1941,8 +2002,6 @@ type Mutation = {
1941
2002
  createPersonConnection: PersonConnection;
1942
2003
  /** Add a person data import line to a data import. */
1943
2004
  createPersonDataImportLine: PersonDataImportLine;
1944
- /** Add people data to a data import using a CSV. */
1945
- createPersonDataImportLines: DataImport;
1946
2005
  createPosition: Position;
1947
2006
  createQuestionnaire: Questionnaire;
1948
2007
  createQuestionnaireTemplate: QuestionnaireTemplate;
@@ -1967,12 +2026,16 @@ type Mutation = {
1967
2026
  createXeroLeaveRequest: LeaveRequest;
1968
2027
  deleteApiToken: Scalars['Boolean']['output'];
1969
2028
  deleteBundledPerson: Scalars['Boolean']['output'];
2029
+ /** @deprecated Do not use. This mutation is temporary. */
2030
+ deleteJob: Scalars['Boolean']['output'];
1970
2031
  /** Immediately and permanently deletes a leave request. This can only be invoked by a "bot" that is associated with the integration to which the leave request belongs. */
1971
2032
  deleteLeaveRequest: Scalars['Boolean']['output'];
1972
2033
  /** Removes a user's access to an organisation by deleting the login which associates the user with the person. */
1973
2034
  deleteLogin: Scalars['Boolean']['output'];
1974
2035
  deletePersonConnection: Scalars['Boolean']['output'];
1975
2036
  deletePersonConnections: Scalars['Boolean']['output'];
2037
+ /** @deprecated Do not use. This mutation is temporary. */
2038
+ deletePosition: Scalars['Boolean']['output'];
1976
2039
  deleteStandardReviewQuestion: Scalars['Boolean']['output'];
1977
2040
  deleteStandardReviewTemplateQuestion: Scalars['Boolean']['output'];
1978
2041
  deleteTag: Scalars['Boolean']['output'];
@@ -2054,12 +2117,6 @@ type Mutation = {
2054
2117
  terminatePerson: Person;
2055
2118
  /** Transitions an integration from 'ACTIVE' to 'SYNCING' to indicate that the bot is currently syncing data. */
2056
2119
  triggerIntegrationSync: Integration;
2057
- /**
2058
- * Transitions a person with an 'ONBOARDING' status back to a 'DRAFT' status.
2059
- *
2060
- * This will not revoke any invite emails sent to users, but will prevent the user from accessing the organisation.
2061
- */
2062
- uninvitePerson: Person;
2063
2120
  /** Transition the connections from "CONNECTED" or "MERGED" to "REMOTE_ONLY". */
2064
2121
  unmatchPersonConnections: Scalars['Boolean']['output'];
2065
2122
  /** Transitions an integration from 'PAUSED' to 'ACTIVE'. This can only be done by a user — a bot cannot unpause an integration. */
@@ -2348,9 +2405,9 @@ type MutationCreateBundledPersonArgs = {
2348
2405
  personId: Scalars['ID']['input'];
2349
2406
  };
2350
2407
  type MutationCreateCertificateArgs = {
2351
- certificateTemplateId: Scalars['ID']['input'];
2352
2408
  id?: InputMaybe<Scalars['ID']['input']>;
2353
2409
  personId: Scalars['ID']['input'];
2410
+ templateId: Scalars['ID']['input'];
2354
2411
  };
2355
2412
  type MutationCreateCertificateTemplateArgs = {
2356
2413
  applyInstructions?: InputMaybe<Scalars['Markdown']['input']>;
@@ -2430,6 +2487,7 @@ type MutationCreateKeypayLeaveLeaveRequestArgs = {
2430
2487
  type MutationCreateLeaveRequestArgs = {
2431
2488
  attachment?: InputMaybe<Scalars['Upload']['input']>;
2432
2489
  endDate: Scalars['Date']['input'];
2490
+ endTime?: InputMaybe<Scalars['PlainTime']['input']>;
2433
2491
  hours?: InputMaybe<Scalars['Decimal']['input']>;
2434
2492
  hoursBreakdown?: InputMaybe<Scalars['String']['input']>;
2435
2493
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -2439,6 +2497,7 @@ type MutationCreateLeaveRequestArgs = {
2439
2497
  remoteId?: InputMaybe<Scalars['ID']['input']>;
2440
2498
  responsibleId: Scalars['ID']['input'];
2441
2499
  startDate: Scalars['Date']['input'];
2500
+ startTime?: InputMaybe<Scalars['PlainTime']['input']>;
2442
2501
  status?: InputMaybe<LeaveRequestStatus>;
2443
2502
  };
2444
2503
  type MutationCreateLocalPersonConnectionsArgs = {
@@ -2454,6 +2513,10 @@ type MutationCreateLoginArgs = {
2454
2513
  email: Scalars['String']['input'];
2455
2514
  personId: Scalars['ID']['input'];
2456
2515
  };
2516
+ type MutationCreateManualDataImportArgs = {
2517
+ config: PersonDataTransferConfigInput;
2518
+ csv: Scalars['Upload']['input'];
2519
+ };
2457
2520
  type MutationCreateNoteArgs = {
2458
2521
  body: Scalars['Markdown']['input'];
2459
2522
  subjectId: Scalars['ID']['input'];
@@ -2484,20 +2547,19 @@ type MutationCreatePersonDataImportLineArgs = {
2484
2547
  bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;
2485
2548
  config: PersonDataTransferConfigInput;
2486
2549
  dataImportId: Scalars['ID']['input'];
2550
+ dateOfBirth?: InputMaybe<PersonDateOfBirthChangeInput>;
2487
2551
  emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;
2552
+ fullName?: InputMaybe<PersonFullNameChangeInput>;
2553
+ gender?: InputMaybe<PersonGenderChangeInput>;
2488
2554
  personId: Scalars['ID']['input'];
2489
- personalDetails?: InputMaybe<PersonPersonalDetailsChangeInput>;
2555
+ personalEmail?: InputMaybe<PersonPersonalEmailChangeInput>;
2556
+ personalPhone?: InputMaybe<PersonPersonalPhoneChangeInput>;
2490
2557
  postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;
2491
2558
  residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;
2492
2559
  superFunds?: InputMaybe<PersonSuperFundsChangeInput>;
2493
2560
  taxDetails?: InputMaybe<PersonTaxDetailsChangeInput>;
2494
2561
  tenure?: InputMaybe<PersonTenureChangeInput>;
2495
2562
  };
2496
- type MutationCreatePersonDataImportLinesArgs = {
2497
- config: PersonDataTransferConfigInput;
2498
- csv: Scalars['Upload']['input'];
2499
- dataImportId: Scalars['ID']['input'];
2500
- };
2501
2563
  type MutationCreatePositionArgs = {
2502
2564
  id?: InputMaybe<Scalars['ID']['input']>;
2503
2565
  managerId?: InputMaybe<Scalars['ID']['input']>;
@@ -2633,6 +2695,9 @@ type MutationDeleteApiTokenArgs = {
2633
2695
  type MutationDeleteBundledPersonArgs = {
2634
2696
  bundledPersonId: Scalars['ID']['input'];
2635
2697
  };
2698
+ type MutationDeleteJobArgs = {
2699
+ jobId: Scalars['ID']['input'];
2700
+ };
2636
2701
  type MutationDeleteLeaveRequestArgs = {
2637
2702
  leaveRequestId: Scalars['ID']['input'];
2638
2703
  };
@@ -2645,6 +2710,9 @@ type MutationDeletePersonConnectionArgs = {
2645
2710
  type MutationDeletePersonConnectionsArgs = {
2646
2711
  ids: Array<Scalars['ID']['input']>;
2647
2712
  };
2713
+ type MutationDeletePositionArgs = {
2714
+ positionId: Scalars['ID']['input'];
2715
+ };
2648
2716
  type MutationDeleteStandardReviewQuestionArgs = {
2649
2717
  questionId: Scalars['ID']['input'];
2650
2718
  };
@@ -3002,9 +3070,6 @@ type MutationTerminatePersonArgs = {
3002
3070
  type MutationTriggerIntegrationSyncArgs = {
3003
3071
  integrationId: Scalars['ID']['input'];
3004
3072
  };
3005
- type MutationUninvitePersonArgs = {
3006
- personId: Scalars['ID']['input'];
3007
- };
3008
3073
  type MutationUnmatchPersonConnectionsArgs = {
3009
3074
  connectionIds: Array<Scalars['ID']['input']>;
3010
3075
  };
@@ -3344,6 +3409,7 @@ declare enum NotificationType {
3344
3409
  }
3345
3410
  type Org = {
3346
3411
  account: Account;
3412
+ archivables: Array<Archivable>;
3347
3413
  archived: Scalars['Boolean']['output'];
3348
3414
  bundles: Array<Bundle>;
3349
3415
  color: Scalars['String']['output'];
@@ -3377,7 +3443,6 @@ type OrgIntegrationsArgs = {
3377
3443
  includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
3378
3444
  };
3379
3445
  type OrgPeopleArgs = {
3380
- includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
3381
3446
  role?: InputMaybe<Array<PersonRole>>;
3382
3447
  status?: InputMaybe<Array<PersonStatus>>;
3383
3448
  };
@@ -3594,6 +3659,7 @@ type Person = {
3594
3659
  taxFreeThresholdClaimed?: Maybe<Scalars['Boolean']['output']>;
3595
3660
  /** When this person was last terminated. If a person is re-activated after being terminated this field will be reset to null. */
3596
3661
  terminatedAt?: Maybe<Scalars['DateTime']['output']>;
3662
+ timeZone: Scalars['Timezone']['output'];
3597
3663
  updatedAt: Scalars['DateTime']['output'];
3598
3664
  };
3599
3665
  type PersonAssignmentsArgs = {
@@ -3714,7 +3780,7 @@ type PersonConnectionLeaveHoursEstimateArgs = {
3714
3780
  leaveCategoryId: Scalars['String']['input'];
3715
3781
  toDate: Scalars['DateTime']['input'];
3716
3782
  };
3717
- type PersonDataImportLine = DataImportLine & PersonBankAccountsChange & PersonChange & PersonPersonalDetailsChange & PersonRemunerationChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {
3783
+ type PersonDataImportLine = DataImportLine & PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonRemunerationChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & {
3718
3784
  bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;
3719
3785
  bankAccount1AllocationMethod?: Maybe<AllocationMethod>;
3720
3786
  bankAccount1Bsb?: Maybe<Scalars['String']['output']>;
@@ -3774,8 +3840,12 @@ type PersonDataImportLine = DataImportLine & PersonBankAccountsChange & PersonCh
3774
3840
  };
3775
3841
  type PersonDataTransferConfigInput = {
3776
3842
  bankAccounts: Scalars['Boolean']['input'];
3843
+ dateOfBirth: Scalars['Boolean']['input'];
3777
3844
  emergencyContacts: Scalars['Boolean']['input'];
3778
- personalDetails: Scalars['Boolean']['input'];
3845
+ fullName: Scalars['Boolean']['input'];
3846
+ gender: Scalars['Boolean']['input'];
3847
+ personalEmail: Scalars['Boolean']['input'];
3848
+ personalPhone: Scalars['Boolean']['input'];
3779
3849
  postalAddress: Scalars['Boolean']['input'];
3780
3850
  profile: Scalars['Boolean']['input'];
3781
3851
  remuneration: Scalars['Boolean']['input'];
@@ -3784,6 +3854,14 @@ type PersonDataTransferConfigInput = {
3784
3854
  taxDetails: Scalars['Boolean']['input'];
3785
3855
  tenure: Scalars['Boolean']['input'];
3786
3856
  };
3857
+ type PersonDateOfBirthChange = {
3858
+ createdAt: Scalars['DateTime']['output'];
3859
+ dateOfBirth?: Maybe<Scalars['Date']['output']>;
3860
+ id: Scalars['ID']['output'];
3861
+ };
3862
+ type PersonDateOfBirthChangeInput = {
3863
+ dateOfBirth?: InputMaybe<Scalars['Date']['input']>;
3864
+ };
3787
3865
  type PersonEmergencyContactsChange = {
3788
3866
  createdAt: Scalars['DateTime']['output'];
3789
3867
  emergencyContact1AddressCity?: Maybe<Scalars['String']['output']>;
@@ -3830,25 +3908,41 @@ type PersonEmergencyContactsChangeInput = {
3830
3908
  emergencyContact2Phone?: InputMaybe<Scalars['String']['input']>;
3831
3909
  emergencyContact2Relationship?: InputMaybe<Scalars['String']['input']>;
3832
3910
  };
3833
- /** A person's full name for legal purposes (given name, family name and other given names), date of birth, gender and personal phone number and email address. */
3834
- type PersonPersonalDetailsChange = {
3911
+ type PersonFullNameChange = {
3835
3912
  createdAt: Scalars['DateTime']['output'];
3836
- dateOfBirth?: Maybe<Scalars['Date']['output']>;
3837
3913
  familyName?: Maybe<Scalars['String']['output']>;
3838
- gender?: Maybe<Gender>;
3839
3914
  givenName?: Maybe<Scalars['String']['output']>;
3840
3915
  id: Scalars['ID']['output'];
3841
3916
  otherGivenNames?: Maybe<Scalars['String']['output']>;
3842
- personalEmail?: Maybe<Scalars['String']['output']>;
3843
- personalPhone?: Maybe<Scalars['String']['output']>;
3844
3917
  };
3845
- type PersonPersonalDetailsChangeInput = {
3846
- dateOfBirth?: InputMaybe<Scalars['Date']['input']>;
3918
+ /** A person's full name for legal purposes (given name, family name and other given names). */
3919
+ type PersonFullNameChangeInput = {
3847
3920
  familyName?: InputMaybe<Scalars['String']['input']>;
3848
- gender?: InputMaybe<Gender>;
3849
3921
  givenName?: InputMaybe<Scalars['String']['input']>;
3850
3922
  otherGivenNames?: InputMaybe<Scalars['String']['input']>;
3923
+ };
3924
+ type PersonGenderChange = {
3925
+ createdAt: Scalars['DateTime']['output'];
3926
+ gender?: Maybe<Gender>;
3927
+ id: Scalars['ID']['output'];
3928
+ };
3929
+ type PersonGenderChangeInput = {
3930
+ gender?: InputMaybe<Gender>;
3931
+ };
3932
+ type PersonPersonalEmailChange = {
3933
+ createdAt: Scalars['DateTime']['output'];
3934
+ id: Scalars['ID']['output'];
3935
+ personalEmail?: Maybe<Scalars['String']['output']>;
3936
+ };
3937
+ type PersonPersonalEmailChangeInput = {
3851
3938
  personalEmail?: InputMaybe<Scalars['String']['input']>;
3939
+ };
3940
+ type PersonPersonalPhoneChange = {
3941
+ createdAt: Scalars['DateTime']['output'];
3942
+ id: Scalars['ID']['output'];
3943
+ personalPhone?: Maybe<Scalars['String']['output']>;
3944
+ };
3945
+ type PersonPersonalPhoneChangeInput = {
3852
3946
  personalPhone?: InputMaybe<Scalars['String']['input']>;
3853
3947
  };
3854
3948
  /** The address to which this person's mail should be sent. */
@@ -4004,24 +4098,11 @@ type Query = {
4004
4098
  bundle: Bundle;
4005
4099
  certificate: Certificate;
4006
4100
  certificateTemplate: CertificateTemplate;
4007
- /** @deprecated Use the 'Query.session' field instead. */
4008
- currentViewer: Session;
4009
4101
  dataImport: DataImport;
4010
4102
  dataImportLine: DataImportLine;
4011
- /**
4012
- * All departments the current user can access.
4013
- * @deprecated Use 'account.departments' instead.
4014
- */
4015
- departments: Array<Department>;
4016
4103
  document: Document;
4017
4104
  documentTemplate: DocumentTemplate;
4018
- /** @deprecated Use the 'Account.documentTemplates' field instead. */
4019
- documentTemplates: Array<DocumentTemplate>;
4020
- /** @deprecated Use the 'Person.assignments' field instead. */
4021
- documents: Array<Document>;
4022
4105
  form: Form;
4023
- /** @deprecated Use the 'Person.assignments' field instead. */
4024
- forms: Array<Form>;
4025
4106
  integration: Integration;
4026
4107
  job: Job;
4027
4108
  keypayEmployee: KeypayEmployee;
@@ -4034,8 +4115,6 @@ type Query = {
4034
4115
  personConnection: PersonConnection;
4035
4116
  questionnaire: Questionnaire;
4036
4117
  questionnaireTemplate: QuestionnaireTemplate;
4037
- /** @deprecated Use the 'Person.assignments' field instead. */
4038
- questionnaires: Array<Questionnaire>;
4039
4118
  reviewCycle: ReviewCycle;
4040
4119
  savedQuestion: SavedQuestion;
4041
4120
  session: Session;
@@ -4096,19 +4175,9 @@ type QueryDocumentArgs = {
4096
4175
  type QueryDocumentTemplateArgs = {
4097
4176
  id: Scalars['ID']['input'];
4098
4177
  };
4099
- type QueryDocumentTemplatesArgs = {
4100
- includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
4101
- };
4102
- type QueryDocumentsArgs = {
4103
- includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
4104
- };
4105
4178
  type QueryFormArgs = {
4106
4179
  id: Scalars['ID']['input'];
4107
4180
  };
4108
- type QueryFormsArgs = {
4109
- includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
4110
- status?: InputMaybe<Array<AssignmentStatus>>;
4111
- };
4112
4181
  type QueryIntegrationArgs = {
4113
4182
  id: Scalars['ID']['input'];
4114
4183
  };
@@ -4145,10 +4214,6 @@ type QueryQuestionnaireArgs = {
4145
4214
  type QueryQuestionnaireTemplateArgs = {
4146
4215
  id: Scalars['ID']['input'];
4147
4216
  };
4148
- type QueryQuestionnairesArgs = {
4149
- includeArchived?: InputMaybe<Scalars['Boolean']['input']>;
4150
- status?: InputMaybe<Array<AssignmentStatus>>;
4151
- };
4152
4217
  type QueryReviewCycleArgs = {
4153
4218
  id: Scalars['ID']['input'];
4154
4219
  };
@@ -4769,7 +4834,7 @@ type XeroAuBankAccount = {
4769
4834
  statementText: Scalars['String']['output'];
4770
4835
  updatedAt: Scalars['DateTime']['output'];
4771
4836
  };
4772
- type XeroAuEmployee = PersonBankAccountsChange & PersonChange & PersonPersonalDetailsChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {
4837
+ type XeroAuEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirthChange & PersonFullNameChange & PersonGenderChange & PersonPersonalEmailChange & PersonPersonalPhoneChange & PersonResidentialAddressChange & PersonSuperFundsChange & PersonTaxDetailsChange & PersonTenureChange & {
4773
4838
  bankAccount1Allocation?: Maybe<Scalars['Decimal']['output']>;
4774
4839
  bankAccount1AllocationMethod?: Maybe<AllocationMethod>;
4775
4840
  bankAccount1Bsb?: Maybe<Scalars['String']['output']>;
@@ -5064,6 +5129,7 @@ type CreatePersonConnectionMutation = {
5064
5129
  person?: {
5065
5130
  displayName: string;
5066
5131
  id: string;
5132
+ updatedAt: string;
5067
5133
  } | null;
5068
5134
  remote?: {
5069
5135
  name: string;
@@ -5076,8 +5142,12 @@ type CreatePersonDataImportLineMutationVariables = Exact<{
5076
5142
  bankAccounts?: InputMaybe<PersonBankAccountsChangeInput>;
5077
5143
  config: PersonDataTransferConfigInput;
5078
5144
  dataImportId: Scalars['ID']['input'];
5145
+ dateOfBirth?: InputMaybe<PersonDateOfBirthChangeInput>;
5079
5146
  emergencyContacts?: InputMaybe<PersonEmergencyContactsChangeInput>;
5080
- personalDetails?: InputMaybe<PersonPersonalDetailsChangeInput>;
5147
+ fullName?: InputMaybe<PersonFullNameChangeInput>;
5148
+ gender?: InputMaybe<PersonGenderChangeInput>;
5149
+ personalEmail?: InputMaybe<PersonPersonalEmailChangeInput>;
5150
+ personalPhone?: InputMaybe<PersonPersonalPhoneChangeInput>;
5081
5151
  personId: Scalars['ID']['input'];
5082
5152
  postalAddress?: InputMaybe<PersonPostalAddressChangeInput>;
5083
5153
  residentialAddress?: InputMaybe<PersonResidentialAddressChangeInput>;
@@ -5107,6 +5177,7 @@ type GetApiTokensQueryVariables = Exact<{
5107
5177
  }>;
5108
5178
  type GetApiTokensQuery = {
5109
5179
  session: {
5180
+ authState: AuthState;
5110
5181
  person?: {
5111
5182
  apiTokens: Array<{
5112
5183
  createdAt: string;
@@ -5177,6 +5248,44 @@ type GetIntegrationQuery = {
5177
5248
  };
5178
5249
  };
5179
5250
  };
5251
+ type GetMyAppsQueryVariables = Exact<{
5252
+ [key: string]: never;
5253
+ }>;
5254
+ type GetMyAppsQuery = {
5255
+ session: {
5256
+ authState: AuthState;
5257
+ account?: {
5258
+ apps: Array<{
5259
+ category: AppCategory;
5260
+ description?: string | null;
5261
+ id: string;
5262
+ name: string;
5263
+ status: AppStatus;
5264
+ logo?: {
5265
+ url: string;
5266
+ } | null;
5267
+ config: {
5268
+ webhooks: {
5269
+ approveLeaveRequest?: string | null;
5270
+ cancelLeaveRequest?: string | null;
5271
+ createIntegration?: string | null;
5272
+ createLeaveRequest?: string | null;
5273
+ denyLeaveRequest?: string | null;
5274
+ getAuthorizationUrl?: string | null;
5275
+ getConfigurationUrl?: string | null;
5276
+ getLeaveBalances?: string | null;
5277
+ getLeaveCategories?: string | null;
5278
+ getLeaveRequestHours?: string | null;
5279
+ getReconfigurationUrl?: string | null;
5280
+ personConnected?: string | null;
5281
+ processLeaveRequest?: string | null;
5282
+ triggerIntegrationSync?: string | null;
5283
+ };
5284
+ };
5285
+ }>;
5286
+ } | null;
5287
+ };
5288
+ };
5180
5289
  type GetPeopleQueryVariables = Exact<{
5181
5290
  orgId: Scalars['ID']['input'];
5182
5291
  }>;
@@ -5254,6 +5363,7 @@ type GetPersonConnectionsQuery = {
5254
5363
  person?: {
5255
5364
  displayName: string;
5256
5365
  id: string;
5366
+ updatedAt: string;
5257
5367
  } | null;
5258
5368
  remote?: {
5259
5369
  name: string;
@@ -5271,6 +5381,7 @@ type GetPersonConnectionsQuery = {
5271
5381
  person?: {
5272
5382
  displayName: string;
5273
5383
  id: string;
5384
+ updatedAt: string;
5274
5385
  } | null;
5275
5386
  remote?: {
5276
5387
  name: string;
@@ -5288,6 +5399,7 @@ type GetPersonConnectionsQuery = {
5288
5399
  person?: {
5289
5400
  displayName: string;
5290
5401
  id: string;
5402
+ updatedAt: string;
5291
5403
  } | null;
5292
5404
  remote?: {
5293
5405
  name: string;
@@ -5305,6 +5417,7 @@ type GetPersonConnectionsQuery = {
5305
5417
  person?: {
5306
5418
  displayName: string;
5307
5419
  id: string;
5420
+ updatedAt: string;
5308
5421
  } | null;
5309
5422
  remote?: {
5310
5423
  name: string;
@@ -5322,6 +5435,7 @@ type GetPersonConnectionsQuery = {
5322
5435
  person?: {
5323
5436
  displayName: string;
5324
5437
  id: string;
5438
+ updatedAt: string;
5325
5439
  } | null;
5326
5440
  remote?: {
5327
5441
  name: string;
@@ -5363,6 +5477,7 @@ type UpdatePersonConnectionMutation = {
5363
5477
  person?: {
5364
5478
  displayName: string;
5365
5479
  id: string;
5480
+ updatedAt: string;
5366
5481
  } | null;
5367
5482
  remote?: {
5368
5483
  name: string;
@@ -5372,4 +5487,4 @@ type UpdatePersonConnectionMutation = {
5372
5487
  };
5373
5488
  };
5374
5489
 
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 };
5490
+ 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 Archivable, type Assignment, type AssignmentNotification, type AssignmentNotificationsArgs, AssignmentRelation, AssignmentStatus, AssignmentType, AuthMethod, AuthProvider, AuthState, type AuthorizeIntegrationMutation, type AuthorizeIntegrationMutationVariables, type BasicAbnForm, type BasicAbnFormNotificationsArgs, type BasicAbnFormTemplate, type BasicBankAccountForm, type BasicBankAccountFormNotificationsArgs, type BasicBankAccountFormTemplate, type BasicEmergencyContactForm, type BasicEmergencyContactFormNotificationsArgs, type BasicEmergencyContactFormTemplate, type BasicPersonalDetailsForm, type BasicPersonalDetailsFormNotificationsArgs, type BasicPersonalDetailsFormTemplate, type BasicPreEmploymentForm, type BasicPreEmploymentFormNotificationsArgs, type BasicPreEmploymentFormTemplate, type BasicSuperForm, type BasicSuperFormNotificationsArgs, type BasicSuperFormTemplate, type BasicTaxForm, type BasicTaxFormNotificationsArgs, type BasicTaxFormTemplate, type Birthday, type BirthdayEvent, type BirthdayInput, type Bundle, type BundledPerson, type BundledTemplate, type BundledTemplateInput, type Certificate, type CertificateNotificationsArgs, CertificateProof, type CertificateTemplate, type 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 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 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 MutationCreateManualDataImportArgs, type MutationCreateNoteArgs, type MutationCreateOrgArgs, type MutationCreatePersonArgs, type MutationCreatePersonConnectionArgs, type MutationCreatePersonDataImportLineArgs, type MutationCreatePositionArgs, type MutationCreateQuestionnaireArgs, type MutationCreateQuestionnaireTemplateArgs, type MutationCreateReviewCycleArgs, type MutationCreateSavedQuestionArgs, type MutationCreateStandaloneCertificateArgs, type MutationCreateStandaloneDocumentArgs, type MutationCreateStandaloneQuestionnaireArgs, type MutationCreateStandaloneStandardReviewArgs, type MutationCreateStandaloneTaskArgs, type MutationCreateStandardReviewArgs, type MutationCreateStandardReviewQuestionArgs, type MutationCreateStandardReviewTemplateArgs, type MutationCreateStandardReviewTemplateQuestionArgs, type MutationCreateTagArgs, type MutationCreateTagsArgs, type MutationCreateTaskArgs, type MutationCreateTaskTemplateArgs, type MutationCreateXeroLeaveRequestArgs, type MutationDeleteApiTokenArgs, type MutationDeleteBundledPersonArgs, type MutationDeleteJobArgs, type MutationDeleteLeaveRequestArgs, type MutationDeleteLoginArgs, type MutationDeletePersonConnectionArgs, type MutationDeletePersonConnectionsArgs, type MutationDeletePositionArgs, type MutationDeleteStandardReviewQuestionArgs, type MutationDeleteStandardReviewTemplateQuestionArgs, type MutationDeleteTagArgs, type MutationDenyKeypayLeaveLeaveRequestArgs, type MutationDenyLeaveRequestArgs, type MutationDenyXeroLeaveRequestArgs, type MutationDuplicateTemplateArgs, type MutationInitializeIntegrationArgs, type 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 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 PersonDateOfBirthChange, type PersonDateOfBirthChangeInput, type PersonDocumentsArgs, type PersonEmergencyContactsChange, type PersonEmergencyContactsChangeInput, type PersonFormsArgs, type PersonFullNameChange, type PersonFullNameChangeInput, type PersonGenderChange, type PersonGenderChangeInput, type PersonNotesArgs, type PersonNotificationsArgs, type PersonPersonalEmailChange, type PersonPersonalEmailChangeInput, type PersonPersonalPhoneChange, type PersonPersonalPhoneChangeInput, type PersonPostalAddressChange, type PersonPostalAddressChangeInput, type PersonQuestionnairesArgs, type PersonRemunerationChange, type PersonResidentialAddressChange, type PersonResidentialAddressChangeInput, type PersonReviewsArgs, PersonRole, PersonStatus, type PersonSuperFundsChange, type PersonSuperFundsChangeInput, type PersonTasksArgs, type PersonTaxDetailsChange, type PersonTaxDetailsChangeInput, type PersonTenureChange, type PersonTenureChangeInput, type Position, type Query, type QueryAccountArgs, type QueryAssignmentArgs, type QueryBasicAbnFormTemplateArgs, type QueryBasicBankAccountFormTemplateArgs, type QueryBasicEmergencyContactFormTemplateArgs, type QueryBasicPersonalDetailsFormTemplateArgs, type QueryBasicPreEmploymentFormTemplateArgs, type QueryBasicSuperFormTemplateArgs, type QueryBasicTaxFormTemplateArgs, type QueryBundleArgs, type QueryCertificateArgs, type QueryCertificateTemplateArgs, type QueryDataImportArgs, type QueryDataImportLineArgs, type QueryDocumentArgs, type QueryDocumentTemplateArgs, type QueryFormArgs, type QueryIntegrationArgs, type QueryJobArgs, type QueryKeypayEmployeeArgs, type QueryKeypayEmployeeFormTemplateArgs, type QueryKeypayLeaveEmployeeArgs, type QueryLeaveRequestArgs, type QueryNoteArgs, type QueryOrgArgs, type QueryPersonArgs, type QueryPersonConnectionArgs, type QueryQuestionnaireArgs, type QueryQuestionnaireTemplateArgs, type QueryReviewCycleArgs, type QuerySavedQuestionArgs, type QueryStandardReviewArgs, type QueryStandardReviewTemplateArgs, type QueryTaskArgs, type QueryTaskTemplateArgs, type QueryTemplateArgs, type QueryUserArgs, type Question, type QuestionConfig, type QuestionConfigInput, type QuestionLikert5Config, type QuestionLikert5ConfigInput, type QuestionLikert5Response, type QuestionLikert5ResponseInput, type QuestionMultipleChoiceConfig, type QuestionMultipleChoiceConfigInput, type QuestionMultipleChoiceOtherConfig, type QuestionMultipleChoiceOtherConfigInput, type QuestionMultipleChoiceOtherResponse, type QuestionMultipleChoiceOtherResponseInput, type QuestionMultipleChoiceResponse, type QuestionMultipleChoiceResponseInput, type QuestionResponse, type QuestionResponseInput, type QuestionTemplateInput, type QuestionTextConfig, type QuestionTextConfigInput, type QuestionTextResponse, type QuestionTextResponseInput, QuestionType, type Questionnaire, type QuestionnaireNotificationsArgs, type QuestionnaireQuestion, type QuestionnaireQuestionAnswerInput, type QuestionnaireQuestionInput, type QuestionnaireTemplate, type QuestionnaireTemplateQuestion, type ReviewCycle, type ReviewCycleReviewsArgs, ReviewRelation, type SavedQuestion, type Scalars, type Session, type SharedCalendarEvent, type 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 };