@worknice/js-sdk 0.13.42 → 0.13.44
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
CHANGED
|
@@ -256,7 +256,6 @@ type Assignment = {
|
|
|
256
256
|
};
|
|
257
257
|
type AssignmentNotificationsArgs = {
|
|
258
258
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
259
|
-
personId: Scalars['ID']['input'];
|
|
260
259
|
};
|
|
261
260
|
type AssignmentNotification = Notification & {
|
|
262
261
|
/** This field is nullable because the viewer may not longer have access to the assignment this notification is about. */
|
|
@@ -346,7 +345,6 @@ type BasicAbnForm = Assignment & PaperworkAssignment & {
|
|
|
346
345
|
};
|
|
347
346
|
type BasicAbnFormNotificationsArgs = {
|
|
348
347
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
349
|
-
personId: Scalars['ID']['input'];
|
|
350
348
|
};
|
|
351
349
|
type BasicAbnFormTemplate = PaperworkTemplate & Template & {
|
|
352
350
|
archived: Scalars['Boolean']['output'];
|
|
@@ -426,7 +424,6 @@ type BasicBankAccountForm = Assignment & PaperworkAssignment & PersonBankAccount
|
|
|
426
424
|
};
|
|
427
425
|
type BasicBankAccountFormNotificationsArgs = {
|
|
428
426
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
429
|
-
personId: Scalars['ID']['input'];
|
|
430
427
|
};
|
|
431
428
|
type BasicBankAccountFormTemplate = PaperworkTemplate & Template & {
|
|
432
429
|
archived: Scalars['Boolean']['output'];
|
|
@@ -517,7 +514,6 @@ type BasicEmergencyContactForm = Assignment & PaperworkAssignment & PersonChange
|
|
|
517
514
|
};
|
|
518
515
|
type BasicEmergencyContactFormNotificationsArgs = {
|
|
519
516
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
520
|
-
personId: Scalars['ID']['input'];
|
|
521
517
|
};
|
|
522
518
|
type BasicEmergencyContactFormTemplate = PaperworkTemplate & Template & {
|
|
523
519
|
addressPresence: FieldPresence;
|
|
@@ -597,7 +593,6 @@ type BasicPersonalDetailsForm = Assignment & PaperworkAssignment & PersonChange
|
|
|
597
593
|
};
|
|
598
594
|
type BasicPersonalDetailsFormNotificationsArgs = {
|
|
599
595
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
600
|
-
personId: Scalars['ID']['input'];
|
|
601
596
|
};
|
|
602
597
|
type BasicPersonalDetailsFormTemplate = PaperworkTemplate & Template & {
|
|
603
598
|
archived: Scalars['Boolean']['output'];
|
|
@@ -656,7 +651,6 @@ type BasicPreEmploymentForm = Assignment & PaperworkAssignment & {
|
|
|
656
651
|
};
|
|
657
652
|
type BasicPreEmploymentFormNotificationsArgs = {
|
|
658
653
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
659
|
-
personId: Scalars['ID']['input'];
|
|
660
654
|
};
|
|
661
655
|
type BasicPreEmploymentFormTemplate = PaperworkTemplate & Template & {
|
|
662
656
|
archived: Scalars['Boolean']['output'];
|
|
@@ -731,7 +725,6 @@ type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSu
|
|
|
731
725
|
};
|
|
732
726
|
type BasicSuperFormNotificationsArgs = {
|
|
733
727
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
734
|
-
personId: Scalars['ID']['input'];
|
|
735
728
|
};
|
|
736
729
|
type BasicSuperFormTemplate = PaperworkTemplate & Template & {
|
|
737
730
|
archived: Scalars['Boolean']['output'];
|
|
@@ -800,7 +793,6 @@ type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxD
|
|
|
800
793
|
};
|
|
801
794
|
type BasicTaxFormNotificationsArgs = {
|
|
802
795
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
803
|
-
personId: Scalars['ID']['input'];
|
|
804
796
|
};
|
|
805
797
|
type BasicTaxFormTemplate = PaperworkTemplate & Template & {
|
|
806
798
|
archived: Scalars['Boolean']['output'];
|
|
@@ -930,7 +922,6 @@ type Certificate = Assignment & PaperworkAssignment & {
|
|
|
930
922
|
};
|
|
931
923
|
type CertificateNotificationsArgs = {
|
|
932
924
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
933
|
-
personId: Scalars['ID']['input'];
|
|
934
925
|
};
|
|
935
926
|
declare enum CertificateProof {
|
|
936
927
|
IdentifierOnly = "IDENTIFIER_ONLY",
|
|
@@ -1172,7 +1163,6 @@ type Document = Assignment & PaperworkAssignment & {
|
|
|
1172
1163
|
};
|
|
1173
1164
|
type DocumentNotificationsArgs = {
|
|
1174
1165
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1175
|
-
personId: Scalars['ID']['input'];
|
|
1176
1166
|
};
|
|
1177
1167
|
type DocumentField = {
|
|
1178
1168
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -1239,19 +1229,13 @@ type EmailNotificationSettings = {
|
|
|
1239
1229
|
reviewSubmitted: Scalars['Boolean']['output'];
|
|
1240
1230
|
};
|
|
1241
1231
|
type EmailNotificationSettingsInput = {
|
|
1242
|
-
approvalRequested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1243
1232
|
assignmentApproved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1244
|
-
assignmentAssigned?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1245
1233
|
assignmentExpired?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1246
1234
|
assignmentExpiringSoon?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1247
|
-
assignmentReassigned?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1248
1235
|
assignmentSubmitted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1249
1236
|
leaveRequestApproved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1250
1237
|
leaveRequestCancelled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1251
|
-
leaveRequestCreated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1252
1238
|
leaveRequestDenied?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1253
|
-
reviewAssigned?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1254
|
-
reviewScheduled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1255
1239
|
reviewSubmitted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1256
1240
|
};
|
|
1257
1241
|
declare enum ExpiryStatus {
|
|
@@ -1790,7 +1774,6 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
|
|
|
1790
1774
|
};
|
|
1791
1775
|
type KeypayEmployeeFormNotificationsArgs = {
|
|
1792
1776
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1793
|
-
personId: Scalars['ID']['input'];
|
|
1794
1777
|
};
|
|
1795
1778
|
type KeypayEmployeeFormTemplate = PaperworkTemplate & Template & {
|
|
1796
1779
|
addressPresence: FieldPresence;
|
|
@@ -1946,7 +1929,6 @@ type LeaveRequest = SharedCalendarEvent & {
|
|
|
1946
1929
|
};
|
|
1947
1930
|
type LeaveRequestNotificationsArgs = {
|
|
1948
1931
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1949
|
-
personId: Scalars['ID']['input'];
|
|
1950
1932
|
};
|
|
1951
1933
|
type LeaveRequestNotification = Notification & {
|
|
1952
1934
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -3877,7 +3859,6 @@ type PaperworkAssignment = {
|
|
|
3877
3859
|
};
|
|
3878
3860
|
type PaperworkAssignmentNotificationsArgs = {
|
|
3879
3861
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3880
|
-
personId: Scalars['ID']['input'];
|
|
3881
3862
|
};
|
|
3882
3863
|
type PaperworkSummary = {
|
|
3883
3864
|
latestAssignment?: Maybe<PaperworkAssignment>;
|
|
@@ -4941,7 +4922,6 @@ type Questionnaire = Assignment & PaperworkAssignment & {
|
|
|
4941
4922
|
};
|
|
4942
4923
|
type QuestionnaireNotificationsArgs = {
|
|
4943
4924
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4944
|
-
personId: Scalars['ID']['input'];
|
|
4945
4925
|
};
|
|
4946
4926
|
type QuestionnaireQuestion = Question & {
|
|
4947
4927
|
config: QuestionConfig;
|
|
@@ -5189,7 +5169,6 @@ type StandardReview = Assignment & {
|
|
|
5189
5169
|
};
|
|
5190
5170
|
type StandardReviewNotificationsArgs = {
|
|
5191
5171
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5192
|
-
personId: Scalars['ID']['input'];
|
|
5193
5172
|
};
|
|
5194
5173
|
type StandardReviewQuestionsArgs = {
|
|
5195
5174
|
respondent?: InputMaybe<Array<StandardReviewQuestionRespondent>>;
|
|
@@ -5331,7 +5310,6 @@ type Task = Assignment & {
|
|
|
5331
5310
|
};
|
|
5332
5311
|
type TaskNotificationsArgs = {
|
|
5333
5312
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5334
|
-
personId: Scalars['ID']['input'];
|
|
5335
5313
|
};
|
|
5336
5314
|
type TaskTemplate = Template & {
|
|
5337
5315
|
archived: Scalars['Boolean']['output'];
|