@worknice/js-sdk 0.11.23 → 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.
Files changed (57) hide show
  1. package/dist/{_types-BDPQKGH6.d.ts → _types-of58m62-.d.ts} +3 -0
  2. package/dist/api/WorkniceIntegrationLogger.d.ts +1 -1
  3. package/dist/api/_generated.d.ts +47 -0
  4. package/dist/api/_generated.js.map +1 -1
  5. package/dist/api/_types.d.ts +1 -1
  6. package/dist/api/createApiOperation.d.ts +1 -1
  7. package/dist/api/createWorkniceClient.d.ts +1 -1
  8. package/dist/api/operations/activateIntegration.d.ts +1 -1
  9. package/dist/api/operations/authorizeIntegration.d.ts +1 -1
  10. package/dist/api/operations/completeSync.d.ts +1 -1
  11. package/dist/api/operations/createApiToken.d.ts +1 -1
  12. package/dist/api/operations/createDataImport.d.ts +1 -1
  13. package/dist/api/operations/createLeaveRequest.d.ts +1 -1
  14. package/dist/api/operations/createPerson.d.ts +2 -1
  15. package/dist/api/operations/createPersonConnection.d.ts +1 -1
  16. package/dist/api/operations/createPersonDataImportLine.d.ts +1 -1
  17. package/dist/api/operations/deleteApiToken.d.ts +1 -1
  18. package/dist/api/operations/deletePersonConnection.d.ts +1 -1
  19. package/dist/api/operations/fragments/PersonFullDetails.js +1 -0
  20. package/dist/api/operations/fragments/PersonFullDetails.js.map +1 -1
  21. package/dist/api/operations/getApiTokens.d.ts +1 -1
  22. package/dist/api/operations/getIntegration.d.ts +1 -1
  23. package/dist/api/operations/getLeaveRequests.d.ts +1 -1
  24. package/dist/api/operations/getMyApps.d.ts +1 -1
  25. package/dist/api/operations/getPeople.d.ts +2 -1
  26. package/dist/api/operations/getPersonConnections.d.ts +1 -1
  27. package/dist/api/operations/initializeIntegration.d.ts +1 -1
  28. package/dist/api/operations/updateLeaveRequest.d.ts +1 -1
  29. package/dist/api/operations/updatePerson.d.ts +2 -1
  30. package/dist/api/operations/updatePerson.js +3 -55
  31. package/dist/api/operations/updatePerson.js.map +1 -1
  32. package/dist/api/operations/updatePersonConnection.d.ts +1 -1
  33. package/dist/employee-records/EQUALITY_CHECKS.js +1 -0
  34. package/dist/employee-records/EQUALITY_CHECKS.js.map +1 -1
  35. package/dist/employee-records/_types.d.ts +2 -0
  36. package/dist/employee-records/comparePersonDataTransferLines.js +3 -0
  37. package/dist/employee-records/comparePersonDataTransferLines.js.map +1 -1
  38. package/dist/employee-records/validatePersonDataTransferLineSuperFunds.js +15 -1
  39. package/dist/employee-records/validatePersonDataTransferLineSuperFunds.js.map +1 -1
  40. package/dist/helpers/_types.d.ts +1 -1
  41. package/dist/helpers/handleApproveLeaveRequestWebhook.d.ts +1 -1
  42. package/dist/helpers/handleCancelLeaveRequestWebhook.d.ts +1 -1
  43. package/dist/helpers/handleCreateIntegrationWebhook.d.ts +1 -1
  44. package/dist/helpers/handleCreateLeaveRequestWebhook.d.ts +1 -1
  45. package/dist/helpers/handleDenyLeaveRequestWebhook.d.ts +1 -1
  46. package/dist/helpers/handleGetAuthorizationUrlWebhook.d.ts +1 -1
  47. package/dist/helpers/handleGetConfigurationUrlWebhook.d.ts +1 -1
  48. package/dist/helpers/handleGetLeaveBalancesWebhook.d.ts +1 -1
  49. package/dist/helpers/handleGetLeaveCategoriesWebhook.d.ts +1 -1
  50. package/dist/helpers/handleGetLeaveRequestHoursWebhook.d.ts +1 -1
  51. package/dist/helpers/handleGetOpenUrlWebhook.d.ts +1 -1
  52. package/dist/helpers/handleProcessLeaveRequestWebhook.d.ts +1 -1
  53. package/dist/helpers/handleRequest.d.ts +1 -1
  54. package/dist/helpers/handleRequestWithWorknice.d.ts +1 -1
  55. package/dist/helpers/handleTriggerIntegrationSyncWebhook.d.ts +1 -1
  56. package/dist/helpers/index.d.ts +1 -1
  57. package/package.json +2 -2
@@ -147,6 +147,7 @@ declare const createWorkniceClient: (clientConfig?: ClientConfig) => {
147
147
  startDate?: string | null;
148
148
  superFund1MemberName?: string | null;
149
149
  superFund1MemberNumber?: string | null;
150
+ superFund1Name?: string | null;
150
151
  superFund1Nomination?: SuperFundNomination | null;
151
152
  superFund1Usi?: string | null;
152
153
  taxFileNumber?: string | null;
@@ -520,6 +521,7 @@ declare const createWorkniceClient: (clientConfig?: ClientConfig) => {
520
521
  startDate?: string | null;
521
522
  superFund1MemberName?: string | null;
522
523
  superFund1MemberNumber?: string | null;
524
+ superFund1Name?: string | null;
523
525
  superFund1Nomination?: SuperFundNomination | null;
524
526
  superFund1Usi?: string | null;
525
527
  taxFileNumber?: string | null;
@@ -729,6 +731,7 @@ declare const createWorkniceClient: (clientConfig?: ClientConfig) => {
729
731
  startDate?: string | null;
730
732
  superFund1MemberName?: string | null;
731
733
  superFund1MemberNumber?: string | null;
734
+ superFund1Name?: string | null;
732
735
  superFund1Nomination?: SuperFundNomination | null;
733
736
  superFund1Usi?: string | null;
734
737
  taxFileNumber?: string | null;
@@ -1,4 +1,4 @@
1
- import { W as WorkniceClient } from '../_types-BDPQKGH6.js';
1
+ import { W as WorkniceClient } from '../_types-of58m62-.js';
2
2
  import './_generated.js';
3
3
 
4
4
  type Logger = Pick<Console, "debug" | "error" | "info" | "warn"> & Partial<Pick<Console, "group" | "groupEnd">>;
@@ -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). */
@@ -695,7 +703,9 @@ type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSu
695
703
  expirationDate?: Maybe<Scalars['Date']['output']>;
696
704
  expirationWarningDays?: Maybe<Scalars['Int']['output']>;
697
705
  expiryStatus: ExpiryStatus;
706
+ fundName?: Maybe<Scalars['String']['output']>;
698
707
  id: Scalars['ID']['output'];
708
+ instructions?: Maybe<Scalars['String']['output']>;
699
709
  memberName?: Maybe<Scalars['String']['output']>;
700
710
  memberNumber?: Maybe<Scalars['String']['output']>;
701
711
  name: Scalars['String']['output'];
@@ -725,6 +735,7 @@ type BasicSuperForm = Assignment & PaperworkAssignment & PersonChange & PersonSu
725
735
  submitter?: Maybe<Person>;
726
736
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
727
737
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
738
+ superFund1Name?: Maybe<Scalars['String']['output']>;
728
739
  superFund1Nomination?: Maybe<SuperFundNomination>;
729
740
  superFund1Usi?: Maybe<Scalars['String']['output']>;
730
741
  taxFileNumber?: Maybe<Scalars['String']['output']>;
@@ -747,6 +758,7 @@ type BasicSuperFormTemplate = PaperworkTemplate & Template & {
747
758
  defaultResponsiblePerson?: Maybe<Person>;
748
759
  defaultUsi?: Maybe<Scalars['String']['output']>;
749
760
  id: Scalars['ID']['output'];
761
+ instructions?: Maybe<Scalars['String']['output']>;
750
762
  name: Scalars['String']['output'];
751
763
  org: Org;
752
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). */
@@ -781,6 +793,7 @@ type BasicTaxForm = Assignment & PaperworkAssignment & PersonChange & PersonTaxD
781
793
  firstGivenName?: Maybe<Scalars['String']['output']>;
782
794
  hasLoanOrStudentDebt?: Maybe<Scalars['Boolean']['output']>;
783
795
  id: Scalars['ID']['output'];
796
+ instructions?: Maybe<Scalars['String']['output']>;
784
797
  name: Scalars['String']['output'];
785
798
  notifications: Array<Notification>;
786
799
  onboardingIndex?: Maybe<Scalars['Int']['output']>;
@@ -814,6 +827,7 @@ type BasicTaxFormTemplate = PaperworkTemplate & Template & {
814
827
  createdAt: Scalars['DateTime']['output'];
815
828
  defaultResponsiblePerson?: Maybe<Person>;
816
829
  id: Scalars['ID']['output'];
830
+ instructions?: Maybe<Scalars['String']['output']>;
817
831
  name: Scalars['String']['output'];
818
832
  org: Org;
819
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). */
@@ -1578,6 +1592,7 @@ type KeypayEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirt
1578
1592
  superFund1FundName?: Maybe<Scalars['String']['output']>;
1579
1593
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
1580
1594
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
1595
+ superFund1Name?: Maybe<Scalars['String']['output']>;
1581
1596
  superFund1Nomination?: Maybe<SuperFundNomination>;
1582
1597
  superFund1ProductCode?: Maybe<Scalars['String']['output']>;
1583
1598
  superFund1Usi?: Maybe<Scalars['String']['output']>;
@@ -1704,6 +1719,7 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
1704
1719
  homePhone?: Maybe<Scalars['String']['output']>;
1705
1720
  homePhonePresence: FieldPresence;
1706
1721
  id: Scalars['ID']['output'];
1722
+ instructions?: Maybe<Scalars['String']['output']>;
1707
1723
  keypayGender?: Maybe<KeypayGender>;
1708
1724
  middleName?: Maybe<Scalars['String']['output']>;
1709
1725
  mobilePhone?: Maybe<Scalars['String']['output']>;
@@ -1750,6 +1766,7 @@ type KeypayEmployeeForm = Assignment & PaperworkAssignment & PersonBankAccountsC
1750
1766
  superFund1FundName?: Maybe<Scalars['String']['output']>;
1751
1767
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
1752
1768
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
1769
+ superFund1Name?: Maybe<Scalars['String']['output']>;
1753
1770
  superFund1Nomination?: Maybe<SuperFundNomination>;
1754
1771
  superFund1ProductCode?: Maybe<Scalars['String']['output']>;
1755
1772
  superFund1Usi?: Maybe<Scalars['String']['output']>;
@@ -1795,6 +1812,7 @@ type KeypayEmployeeFormTemplate = PaperworkTemplate & Template & {
1795
1812
  genderPresence: FieldPresence;
1796
1813
  homePhonePresence: FieldPresence;
1797
1814
  id: Scalars['ID']['output'];
1815
+ instructions?: Maybe<Scalars['String']['output']>;
1798
1816
  mobilePhonePresence: FieldPresence;
1799
1817
  name: Scalars['String']['output'];
1800
1818
  org: Org;
@@ -2483,6 +2501,7 @@ type MutationCreateBasicAbnFormArgs = {
2483
2501
  };
2484
2502
  type MutationCreateBasicAbnFormTemplateArgs = {
2485
2503
  defaultResponsiblePersonId: Scalars['ID']['input'];
2504
+ instructions?: InputMaybe<Scalars['String']['input']>;
2486
2505
  name: Scalars['String']['input'];
2487
2506
  };
2488
2507
  type MutationCreateBasicBankAccountFormArgs = {
@@ -2492,6 +2511,7 @@ type MutationCreateBasicBankAccountFormArgs = {
2492
2511
  };
2493
2512
  type MutationCreateBasicBankAccountFormTemplateArgs = {
2494
2513
  defaultResponsiblePersonId: Scalars['ID']['input'];
2514
+ instructions?: InputMaybe<Scalars['String']['input']>;
2495
2515
  name: Scalars['String']['input'];
2496
2516
  };
2497
2517
  type MutationCreateBasicEmergencyContactFormArgs = {
@@ -2504,6 +2524,7 @@ type MutationCreateBasicEmergencyContactFormTemplateArgs = {
2504
2524
  contact2Presence: FieldPresence;
2505
2525
  defaultResponsiblePersonId: Scalars['ID']['input'];
2506
2526
  emailPresence: FieldPresence;
2527
+ instructions?: InputMaybe<Scalars['String']['input']>;
2507
2528
  name: Scalars['String']['input'];
2508
2529
  };
2509
2530
  type MutationCreateBasicPersonalDetailsFormArgs = {
@@ -2513,6 +2534,7 @@ type MutationCreateBasicPersonalDetailsFormArgs = {
2513
2534
  };
2514
2535
  type MutationCreateBasicPersonalDetailsFormTemplateArgs = {
2515
2536
  defaultResponsiblePersonId: Scalars['ID']['input'];
2537
+ instructions?: InputMaybe<Scalars['String']['input']>;
2516
2538
  name: Scalars['String']['input'];
2517
2539
  };
2518
2540
  type MutationCreateBasicPreEmploymentFormArgs = {
@@ -2538,6 +2560,7 @@ type MutationCreateBasicSuperFormTemplateArgs = {
2538
2560
  defaultFundName?: InputMaybe<Scalars['String']['input']>;
2539
2561
  defaultResponsiblePersonId: Scalars['ID']['input'];
2540
2562
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
2563
+ instructions?: InputMaybe<Scalars['String']['input']>;
2541
2564
  name: Scalars['String']['input'];
2542
2565
  };
2543
2566
  type MutationCreateBasicTaxFormArgs = {
@@ -2547,6 +2570,7 @@ type MutationCreateBasicTaxFormArgs = {
2547
2570
  };
2548
2571
  type MutationCreateBasicTaxFormTemplateArgs = {
2549
2572
  defaultResponsiblePersonId: Scalars['ID']['input'];
2573
+ instructions?: InputMaybe<Scalars['String']['input']>;
2550
2574
  name: Scalars['String']['input'];
2551
2575
  };
2552
2576
  type MutationCreateBundleArgs = {
@@ -2631,6 +2655,7 @@ type MutationCreateKeypayEmployeeFormTemplateArgs = {
2631
2655
  employerSuperFundProductCode?: InputMaybe<Scalars['String']['input']>;
2632
2656
  genderPresence?: InputMaybe<FieldPresence>;
2633
2657
  homePhonePresence?: InputMaybe<FieldPresence>;
2658
+ instructions?: InputMaybe<Scalars['String']['input']>;
2634
2659
  mobilePhonePresence?: InputMaybe<FieldPresence>;
2635
2660
  name: Scalars['String']['input'];
2636
2661
  personalDetailsPresence?: InputMaybe<FieldPresence>;
@@ -3098,6 +3123,11 @@ type MutationSubmitBasicPersonalDetailsFormArgs = {
3098
3123
  id: Scalars['ID']['input'];
3099
3124
  otherGivenNames: Scalars['String']['input'];
3100
3125
  phone: Scalars['String']['input'];
3126
+ postalAddressCity: Scalars['String']['input'];
3127
+ postalAddressLine1: Scalars['String']['input'];
3128
+ postalAddressLine2: Scalars['String']['input'];
3129
+ postalAddressPostcode: Scalars['String']['input'];
3130
+ postalAddressState: Scalars['String']['input'];
3101
3131
  };
3102
3132
  type MutationSubmitBasicPreEmploymentFormArgs = {
3103
3133
  existingHealthConditions?: InputMaybe<Scalars['Boolean']['input']>;
@@ -3109,6 +3139,7 @@ type MutationSubmitBasicPreEmploymentFormArgs = {
3109
3139
  workplaceAdjustmentsRequiredExplanation?: InputMaybe<Scalars['String']['input']>;
3110
3140
  };
3111
3141
  type MutationSubmitBasicSuperFormArgs = {
3142
+ fundName?: InputMaybe<Scalars['String']['input']>;
3112
3143
  id: Scalars['ID']['input'];
3113
3144
  memberName?: InputMaybe<Scalars['String']['input']>;
3114
3145
  memberNumber?: InputMaybe<Scalars['String']['input']>;
@@ -3294,11 +3325,13 @@ type MutationUpdateAssignmentsArgs = {
3294
3325
  type MutationUpdateBasicAbnFormTemplateArgs = {
3295
3326
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3296
3327
  id: Scalars['ID']['input'];
3328
+ instructions?: InputMaybe<Scalars['String']['input']>;
3297
3329
  name?: InputMaybe<Scalars['String']['input']>;
3298
3330
  };
3299
3331
  type MutationUpdateBasicBankAccountFormTemplateArgs = {
3300
3332
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3301
3333
  id: Scalars['ID']['input'];
3334
+ instructions?: InputMaybe<Scalars['String']['input']>;
3302
3335
  name?: InputMaybe<Scalars['String']['input']>;
3303
3336
  };
3304
3337
  type MutationUpdateBasicEmergencyContactFormTemplateArgs = {
@@ -3307,11 +3340,13 @@ type MutationUpdateBasicEmergencyContactFormTemplateArgs = {
3307
3340
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3308
3341
  emailPresence?: InputMaybe<FieldPresence>;
3309
3342
  id: Scalars['ID']['input'];
3343
+ instructions?: InputMaybe<Scalars['String']['input']>;
3310
3344
  name?: InputMaybe<Scalars['String']['input']>;
3311
3345
  };
3312
3346
  type MutationUpdateBasicPersonalDetailsFormTemplateArgs = {
3313
3347
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3314
3348
  id: Scalars['ID']['input'];
3349
+ instructions?: InputMaybe<Scalars['String']['input']>;
3315
3350
  name?: InputMaybe<Scalars['String']['input']>;
3316
3351
  };
3317
3352
  type MutationUpdateBasicPreEmploymentFormTemplateArgs = {
@@ -3329,11 +3364,13 @@ type MutationUpdateBasicSuperFormTemplateArgs = {
3329
3364
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3330
3365
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
3331
3366
  id: Scalars['ID']['input'];
3367
+ instructions?: InputMaybe<Scalars['String']['input']>;
3332
3368
  name?: InputMaybe<Scalars['String']['input']>;
3333
3369
  };
3334
3370
  type MutationUpdateBasicTaxFormTemplateArgs = {
3335
3371
  defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
3336
3372
  id: Scalars['ID']['input'];
3373
+ instructions?: InputMaybe<Scalars['String']['input']>;
3337
3374
  name?: InputMaybe<Scalars['String']['input']>;
3338
3375
  };
3339
3376
  type MutationUpdateBundleArgs = {
@@ -3403,6 +3440,7 @@ type MutationUpdateKeypayEmployeeFormTemplateArgs = {
3403
3440
  genderPresence?: InputMaybe<FieldPresence>;
3404
3441
  homePhonePresence?: InputMaybe<FieldPresence>;
3405
3442
  id: Scalars['ID']['input'];
3443
+ instructions?: InputMaybe<Scalars['String']['input']>;
3406
3444
  mobilePhonePresence?: InputMaybe<FieldPresence>;
3407
3445
  name?: InputMaybe<Scalars['String']['input']>;
3408
3446
  personalDetailsPresence?: InputMaybe<FieldPresence>;
@@ -4002,6 +4040,7 @@ type Person = {
4002
4040
  status: PersonStatus;
4003
4041
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
4004
4042
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
4043
+ superFund1Name?: Maybe<Scalars['String']['output']>;
4005
4044
  superFund1Nomination?: Maybe<SuperFundNomination>;
4006
4045
  superFund1Usi?: Maybe<Scalars['String']['output']>;
4007
4046
  tags: Array<Tag>;
@@ -4182,6 +4221,7 @@ type PersonDataImportLine = DataImportLine & PersonBankAccountsChange & PersonCh
4182
4221
  residentialAddressState?: Maybe<Scalars['String']['output']>;
4183
4222
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
4184
4223
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
4224
+ superFund1Name?: Maybe<Scalars['String']['output']>;
4185
4225
  superFund1Nomination?: Maybe<SuperFundNomination>;
4186
4226
  superFund1Usi?: Maybe<Scalars['String']['output']>;
4187
4227
  taxFileNumber?: Maybe<Scalars['String']['output']>;
@@ -4382,12 +4422,14 @@ type PersonSuperFundsChange = {
4382
4422
  id: Scalars['ID']['output'];
4383
4423
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
4384
4424
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
4425
+ superFund1Name?: Maybe<Scalars['String']['output']>;
4385
4426
  superFund1Nomination?: Maybe<SuperFundNomination>;
4386
4427
  superFund1Usi?: Maybe<Scalars['String']['output']>;
4387
4428
  };
4388
4429
  type PersonSuperFundsChangeInput = {
4389
4430
  superFund1MemberName?: InputMaybe<Scalars['String']['input']>;
4390
4431
  superFund1MemberNumber?: InputMaybe<Scalars['String']['input']>;
4432
+ superFund1Name?: InputMaybe<Scalars['String']['input']>;
4391
4433
  superFund1Nomination: SuperFundNomination;
4392
4434
  superFund1Usi?: InputMaybe<Scalars['String']['input']>;
4393
4435
  };
@@ -5348,6 +5390,7 @@ type XeroAuEmployee = PersonBankAccountsChange & PersonChange & PersonDateOfBirt
5348
5390
  startDate?: Maybe<Scalars['Date']['output']>;
5349
5391
  superFund1MemberName?: Maybe<Scalars['String']['output']>;
5350
5392
  superFund1MemberNumber?: Maybe<Scalars['String']['output']>;
5393
+ superFund1Name?: Maybe<Scalars['String']['output']>;
5351
5394
  superFund1Nomination?: Maybe<SuperFundNomination>;
5352
5395
  superFund1Usi?: Maybe<Scalars['String']['output']>;
5353
5396
  superMemberships: Array<XeroAuSuperMembership>;
@@ -5655,6 +5698,7 @@ type CreatePersonMutation = {
5655
5698
  startDate?: string | null;
5656
5699
  superFund1MemberName?: string | null;
5657
5700
  superFund1MemberNumber?: string | null;
5701
+ superFund1Name?: string | null;
5658
5702
  superFund1Nomination?: SuperFundNomination | null;
5659
5703
  superFund1Usi?: string | null;
5660
5704
  taxFileNumber?: string | null;
@@ -5773,6 +5817,7 @@ type PersonFullDetailsFragment = {
5773
5817
  startDate?: string | null;
5774
5818
  superFund1MemberName?: string | null;
5775
5819
  superFund1MemberNumber?: string | null;
5820
+ superFund1Name?: string | null;
5776
5821
  superFund1Nomination?: SuperFundNomination | null;
5777
5822
  superFund1Usi?: string | null;
5778
5823
  taxFileNumber?: string | null;
@@ -6070,6 +6115,7 @@ type GetPeopleQuery = {
6070
6115
  startDate?: string | null;
6071
6116
  superFund1MemberName?: string | null;
6072
6117
  superFund1MemberNumber?: string | null;
6118
+ superFund1Name?: string | null;
6073
6119
  superFund1Nomination?: SuperFundNomination | null;
6074
6120
  superFund1Usi?: string | null;
6075
6121
  taxFileNumber?: string | null;
@@ -6290,6 +6336,7 @@ type UpdatePersonMutation = {
6290
6336
  startDate?: string | null;
6291
6337
  superFund1MemberName?: string | null;
6292
6338
  superFund1MemberNumber?: string | null;
6339
+ superFund1Name?: string | null;
6293
6340
  superFund1Nomination?: SuperFundNomination | null;
6294
6341
  superFund1Usi?: string | null;
6295
6342
  taxFileNumber?: string | null;