@worknice/js-sdk 0.12.0 → 0.12.1

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.
@@ -325,6 +325,7 @@ type BasicAbnForm = Assignment & PaperworkAssignment & {
325
325
  expirationWarningDays?: Maybe<Scalars['Int']['output']>;
326
326
  expiryStatus: ExpiryStatus;
327
327
  id: Scalars['ID']['output'];
328
+ instructions?: Maybe<Scalars['String']['output']>;
328
329
  name: Scalars['String']['output'];
329
330
  notifications: Array<Notification>;
330
331
  onboardingIndex?: Maybe<Scalars['Int']['output']>;
@@ -354,6 +355,7 @@ type BasicAbnFormTemplate = PaperworkTemplate & Template & {
354
355
  createdAt: Scalars['DateTime']['output'];
355
356
  defaultResponsiblePerson?: Maybe<Person>;
356
357
  id: Scalars['ID']['output'];
358
+ instructions?: Maybe<Scalars['String']['output']>;
357
359
  name: Scalars['String']['output'];
358
360
  org: Org;
359
361
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
@@ -407,6 +409,7 @@ type BasicBankAccountForm = Assignment & PaperworkAssignment & PersonBankAccount
407
409
  expirationWarningDays?: Maybe<Scalars['Int']['output']>;
408
410
  expiryStatus: ExpiryStatus;
409
411
  id: Scalars['ID']['output'];
412
+ instructions?: Maybe<Scalars['String']['output']>;
410
413
  name: Scalars['String']['output'];
411
414
  notifications: Array<Notification>;
412
415
  onboardingIndex?: Maybe<Scalars['Int']['output']>;
@@ -435,6 +438,7 @@ type BasicBankAccountFormTemplate = PaperworkTemplate & Template & {
435
438
  createdAt: Scalars['DateTime']['output'];
436
439
  defaultResponsiblePerson?: Maybe<Person>;
437
440
  id: Scalars['ID']['output'];
441
+ instructions?: Maybe<Scalars['String']['output']>;
438
442
  name: Scalars['String']['output'];
439
443
  org: Org;
440
444
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
@@ -499,6 +503,7 @@ type BasicEmergencyContactForm = Assignment & PaperworkAssignment & PersonChange
499
503
  expirationWarningDays?: Maybe<Scalars['Int']['output']>;
500
504
  expiryStatus: ExpiryStatus;
501
505
  id: Scalars['ID']['output'];
506
+ instructions?: Maybe<Scalars['String']['output']>;
502
507
  name: Scalars['String']['output'];
503
508
  notifications: Array<Notification>;
504
509
  onboardingIndex?: Maybe<Scalars['Int']['output']>;
@@ -530,6 +535,7 @@ type BasicEmergencyContactFormTemplate = PaperworkTemplate & Template & {
530
535
  defaultResponsiblePerson?: Maybe<Person>;
531
536
  emailPresence: FieldPresence;
532
537
  id: Scalars['ID']['output'];
538
+ instructions?: Maybe<Scalars['String']['output']>;
533
539
  name: Scalars['String']['output'];
534
540
  org: Org;
535
541
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
@@ -564,6 +570,7 @@ type BasicPersonalDetailsForm = Assignment & PaperworkAssignment & PersonChange
564
570
  homeAddressPostcode?: Maybe<Scalars['String']['output']>;
565
571
  homeAddressState?: Maybe<Scalars['String']['output']>;
566
572
  id: Scalars['ID']['output'];
573
+ instructions?: Maybe<Scalars['String']['output']>;
567
574
  name: Scalars['String']['output'];
568
575
  notifications: Array<Notification>;
569
576
  onboardingIndex?: Maybe<Scalars['Int']['output']>;
@@ -608,6 +615,7 @@ type BasicPersonalDetailsFormTemplate = PaperworkTemplate & Template & {
608
615
  createdAt: Scalars['DateTime']['output'];
609
616
  defaultResponsiblePerson?: Maybe<Person>;
610
617
  id: Scalars['ID']['output'];
618
+ instructions?: Maybe<Scalars['String']['output']>;
611
619
  name: Scalars['String']['output'];
612
620
  org: Org;
613
621
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
@@ -697,6 +705,7 @@ type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSu
697
705
  expiryStatus: ExpiryStatus;
698
706
  fundName?: Maybe<Scalars['String']['output']>;
699
707
  id: Scalars['ID']['output'];
708
+ instructions?: Maybe<Scalars['String']['output']>;
700
709
  memberName?: Maybe<Scalars['String']['output']>;
701
710
  memberNumber?: Maybe<Scalars['String']['output']>;
702
711
  name: Scalars['String']['output'];
@@ -749,6 +758,7 @@ type BasicSuperFormTemplate = PaperworkTemplate & Template & {
749
758
  defaultResponsiblePerson?: Maybe<Person>;
750
759
  defaultUsi?: Maybe<Scalars['String']['output']>;
751
760
  id: Scalars['ID']['output'];
761
+ instructions?: Maybe<Scalars['String']['output']>;
752
762
  name: Scalars['String']['output'];
753
763
  org: Org;
754
764
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
@@ -783,6 +793,7 @@ type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxD
783
793
  firstGivenName?: Maybe<Scalars['String']['output']>;
784
794
  hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;
785
795
  id: Scalars['ID']['output'];
796
+ instructions?: Maybe<Scalars['String']['output']>;
786
797
  name: Scalars['String']['output'];
787
798
  notifications: Array<Notification>;
788
799
  onboardingIndex?: Maybe<Scalars['Int']['output']>;
@@ -816,6 +827,7 @@ type BasicTaxFormTemplate = PaperworkTemplate & Template & {
816
827
  createdAt: Scalars['DateTime']['output'];
817
828
  defaultResponsiblePerson?: Maybe<Person>;
818
829
  id: Scalars['ID']['output'];
830
+ instructions?: Maybe<Scalars['String']['output']>;
819
831
  name: Scalars['String']['output'];
820
832
  org: Org;
821
833
  /** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
@@ -1707,6 +1719,7 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
1707
1719
  homePhone?: Maybe<Scalars['String']['output']>;
1708
1720
  homePhonePresence: FieldPresence;
1709
1721
  id: Scalars['ID']['output'];
1722
+ instructions?: Maybe<Scalars['String']['output']>;
1710
1723
  keypayGender?: Maybe<KeypayGender>;
1711
1724
  middleName?: Maybe<Scalars['String']['output']>;
1712
1725
  mobilePhone?: Maybe<Scalars['String']['output']>;
@@ -1799,6 +1812,7 @@ type KeypayEmployeeFormTemplate = PaperworkTemplate & Template & {
1799
1812
  genderPresence: FieldPresence;
1800
1813
  homePhonePresence: FieldPresence;
1801
1814
  id: Scalars['ID']['output'];
1815
+ instructions?: Maybe<Scalars['String']['output']>;
1802
1816
  mobilePhonePresence: FieldPresence;
1803
1817
  name: Scalars['String']['output'];
1804
1818
  org: Org;
@@ -2487,6 +2501,7 @@ type MutationCreateBasicAbnFormArgs = {
2487
2501
  };
2488
2502
  type MutationCreateBasicAbnFormTemplateArgs = {
2489
2503
  defaultResponsiblePersonId: Scalars['ID']['input'];
2504
+ instructions?: InputMaybe<Scalars['String']['input']>;
2490
2505
  name: Scalars['String']['input'];
2491
2506
  };
2492
2507
  type MutationCreateBasicBankAccountFormArgs = {
@@ -2496,6 +2511,7 @@ type MutationCreateBasicBankAccountFormArgs = {
2496
2511
  };
2497
2512
  type MutationCreateBasicBankAccountFormTemplateArgs = {
2498
2513
  defaultResponsiblePersonId: Scalars['ID']['input'];
2514
+ instructions?: InputMaybe<Scalars['String']['input']>;
2499
2515
  name: Scalars['String']['input'];
2500
2516
  };
2501
2517
  type MutationCreateBasicEmergencyContactFormArgs = {
@@ -2508,6 +2524,7 @@ type MutationCreateBasicEmergencyContactFormTemplateArgs = {
2508
2524
  contact2Presence: FieldPresence;
2509
2525
  defaultResponsiblePersonId: Scalars['ID']['input'];
2510
2526
  emailPresence: FieldPresence;
2527
+ instructions?: InputMaybe<Scalars['String']['input']>;
2511
2528
  name: Scalars['String']['input'];
2512
2529
  };
2513
2530
  type MutationCreateBasicPersonalDetailsFormArgs = {
@@ -2517,6 +2534,7 @@ type MutationCreateBasicPersonalDetailsFormArgs = {
2517
2534
  };
2518
2535
  type MutationCreateBasicPersonalDetailsFormTemplateArgs = {
2519
2536
  defaultResponsiblePersonId: Scalars['ID']['input'];
2537
+ instructions?: InputMaybe<Scalars['String']['input']>;
2520
2538
  name: Scalars['String']['input'];
2521
2539
  };
2522
2540
  type MutationCreateBasicPreEmploymentFormArgs = {
@@ -2542,6 +2560,7 @@ type MutationCreateBasicSuperFormTemplateArgs = {
2542
2560
  defaultFundName?: InputMaybe<Scalars['String']['input']>;
2543
2561
  defaultResponsiblePersonId: Scalars['ID']['input'];
2544
2562
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
2563
+ instructions?: InputMaybe<Scalars['String']['input']>;
2545
2564
  name: Scalars['String']['input'];
2546
2565
  };
2547
2566
  type MutationCreateBasicTaxFormArgs = {
@@ -2551,6 +2570,7 @@ type MutationCreateBasicTaxFormArgs = {
2551
2570
  };
2552
2571
  type MutationCreateBasicTaxFormTemplateArgs = {
2553
2572
  defaultResponsiblePersonId: Scalars['ID']['input'];
2573
+ instructions?: InputMaybe<Scalars['String']['input']>;
2554
2574
  name: Scalars['String']['input'];
2555
2575
  };
2556
2576
  type MutationCreateBundleArgs = {
@@ -2635,6 +2655,7 @@ type MutationCreateKeypayEmployeeFormTemplateArgs = {
2635
2655
  employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;
2636
2656
  genderPresence?: InputMaybe<FieldPresence>;
2637
2657
  homePhonePresence?: InputMaybe<FieldPresence>;
2658
+ instructions?: InputMaybe<Scalars['String']['input']>;
2638
2659
  mobilePhonePresence?: InputMaybe<FieldPresence>;
2639
2660
  name: Scalars['String']['input'];
2640
2661
  personalDetailsPresence?: InputMaybe<FieldPresence>;
@@ -3304,11 +3325,13 @@ type MutationUpdateAssignmentsArgs = {
3304
3325
  type MutationUpdateBasicAbnFormTemplateArgs = {
3305
3326
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3306
3327
  id: Scalars['ID']['input'];
3328
+ instructions?: InputMaybe<Scalars['String']['input']>;
3307
3329
  name?: InputMaybe<Scalars['String']['input']>;
3308
3330
  };
3309
3331
  type MutationUpdateBasicBankAccountFormTemplateArgs = {
3310
3332
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3311
3333
  id: Scalars['ID']['input'];
3334
+ instructions?: InputMaybe<Scalars['String']['input']>;
3312
3335
  name?: InputMaybe<Scalars['String']['input']>;
3313
3336
  };
3314
3337
  type MutationUpdateBasicEmergencyContactFormTemplateArgs = {
@@ -3317,11 +3340,13 @@ type MutationUpdateBasicEmergencyContactFormTemplateArgs = {
3317
3340
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3318
3341
  emailPresence?: InputMaybe<FieldPresence>;
3319
3342
  id: Scalars['ID']['input'];
3343
+ instructions?: InputMaybe<Scalars['String']['input']>;
3320
3344
  name?: InputMaybe<Scalars['String']['input']>;
3321
3345
  };
3322
3346
  type MutationUpdateBasicPersonalDetailsFormTemplateArgs = {
3323
3347
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3324
3348
  id: Scalars['ID']['input'];
3349
+ instructions?: InputMaybe<Scalars['String']['input']>;
3325
3350
  name?: InputMaybe<Scalars['String']['input']>;
3326
3351
  };
3327
3352
  type MutationUpdateBasicPreEmploymentFormTemplateArgs = {
@@ -3339,11 +3364,13 @@ type MutationUpdateBasicSuperFormTemplateArgs = {
3339
3364
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3340
3365
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
3341
3366
  id: Scalars['ID']['input'];
3367
+ instructions?: InputMaybe<Scalars['String']['input']>;
3342
3368
  name?: InputMaybe<Scalars['String']['input']>;
3343
3369
  };
3344
3370
  type MutationUpdateBasicTaxFormTemplateArgs = {
3345
3371
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3346
3372
  id: Scalars['ID']['input'];
3373
+ instructions?: InputMaybe<Scalars['String']['input']>;
3347
3374
  name?: InputMaybe<Scalars['String']['input']>;
3348
3375
  };
3349
3376
  type MutationUpdateBundleArgs = {
@@ -3413,6 +3440,7 @@ type MutationUpdateKeypayEmployeeFormTemplateArgs = {
3413
3440
  genderPresence?: InputMaybe<FieldPresence>;
3414
3441
  homePhonePresence?: InputMaybe<FieldPresence>;
3415
3442
  id: Scalars['ID']['input'];
3443
+ instructions?: InputMaybe<Scalars['String']['input']>;
3416
3444
  mobilePhonePresence?: InputMaybe<FieldPresence>;
3417
3445
  name?: InputMaybe<Scalars['String']['input']>;
3418
3446
  personalDetailsPresence?: InputMaybe<FieldPresence>;