@worknice/js-sdk 0.13.2 → 0.13.3

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.
@@ -2525,6 +2525,7 @@ type MutationCreateBasicAbnFormTemplateArgs = {
2525
2525
  defaultResponsiblePersonId: Scalars['ID']['input'];
2526
2526
  instructions?: InputMaybe<Scalars['String']['input']>;
2527
2527
  name: Scalars['String']['input'];
2528
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2528
2529
  };
2529
2530
  type MutationCreateBasicBankAccountFormArgs = {
2530
2531
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -2535,6 +2536,7 @@ type MutationCreateBasicBankAccountFormTemplateArgs = {
2535
2536
  defaultResponsiblePersonId: Scalars['ID']['input'];
2536
2537
  instructions?: InputMaybe<Scalars['String']['input']>;
2537
2538
  name: Scalars['String']['input'];
2539
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2538
2540
  };
2539
2541
  type MutationCreateBasicEmergencyContactFormArgs = {
2540
2542
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -2548,6 +2550,7 @@ type MutationCreateBasicEmergencyContactFormTemplateArgs = {
2548
2550
  emailPresence: FieldPresence;
2549
2551
  instructions?: InputMaybe<Scalars['String']['input']>;
2550
2552
  name: Scalars['String']['input'];
2553
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2551
2554
  };
2552
2555
  type MutationCreateBasicPersonalDetailsFormArgs = {
2553
2556
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -2558,6 +2561,7 @@ type MutationCreateBasicPersonalDetailsFormTemplateArgs = {
2558
2561
  defaultResponsiblePersonId: Scalars['ID']['input'];
2559
2562
  instructions?: InputMaybe<Scalars['String']['input']>;
2560
2563
  name: Scalars['String']['input'];
2564
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2561
2565
  };
2562
2566
  type MutationCreateBasicPreEmploymentFormArgs = {
2563
2567
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -2570,6 +2574,7 @@ type MutationCreateBasicPreEmploymentFormTemplateArgs = {
2570
2574
  hindrancesToPerformDutiesPresence?: InputMaybe<Scalars['Boolean']['input']>;
2571
2575
  introduction?: InputMaybe<Scalars['String']['input']>;
2572
2576
  name: Scalars['String']['input'];
2577
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2573
2578
  workplaceAdjustmentsRequiredPresence?: InputMaybe<Scalars['Boolean']['input']>;
2574
2579
  };
2575
2580
  type MutationCreateBasicSuperFormArgs = {
@@ -2584,6 +2589,7 @@ type MutationCreateBasicSuperFormTemplateArgs = {
2584
2589
  defaultUsi?: InputMaybe<Scalars['String']['input']>;
2585
2590
  instructions?: InputMaybe<Scalars['String']['input']>;
2586
2591
  name: Scalars['String']['input'];
2592
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2587
2593
  };
2588
2594
  type MutationCreateBasicTaxFormArgs = {
2589
2595
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -2594,6 +2600,7 @@ type MutationCreateBasicTaxFormTemplateArgs = {
2594
2600
  defaultResponsiblePersonId: Scalars['ID']['input'];
2595
2601
  instructions?: InputMaybe<Scalars['String']['input']>;
2596
2602
  name: Scalars['String']['input'];
2603
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2597
2604
  };
2598
2605
  type MutationCreateBundleArgs = {
2599
2606
  bundledTemplates: Array<BundledTemplateInput>;
@@ -2616,6 +2623,7 @@ type MutationCreateCertificateTemplateArgs = {
2616
2623
  id?: InputMaybe<Scalars['ID']['input']>;
2617
2624
  issueDatePresence: FieldPresence;
2618
2625
  name: Scalars['String']['input'];
2626
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2619
2627
  proof: CertificateProof;
2620
2628
  uploadLimit?: InputMaybe<Scalars['Int']['input']>;
2621
2629
  uploadMimeTypes?: InputMaybe<Array<Scalars['MimeType']['input']>>;
@@ -2642,6 +2650,7 @@ type MutationCreateDocumentArgs = {
2642
2650
  };
2643
2651
  type MutationCreateDocumentTemplateArgs = {
2644
2652
  name: Scalars['String']['input'];
2653
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2645
2654
  upload: Scalars['Upload']['input'];
2646
2655
  };
2647
2656
  type MutationCreateIntegrationArgs = {
@@ -2680,6 +2689,7 @@ type MutationCreateKeypayEmployeeFormTemplateArgs = {
2680
2689
  instructions?: InputMaybe<Scalars['String']['input']>;
2681
2690
  mobilePhonePresence?: InputMaybe<FieldPresence>;
2682
2691
  name: Scalars['String']['input'];
2692
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2683
2693
  personalDetailsPresence?: InputMaybe<FieldPresence>;
2684
2694
  superPresence?: InputMaybe<FieldPresence>;
2685
2695
  taxPresence?: InputMaybe<FieldPresence>;
@@ -2794,6 +2804,7 @@ type MutationCreateQuestionnaireTemplateArgs = {
2794
2804
  id?: InputMaybe<Scalars['ID']['input']>;
2795
2805
  instructions?: InputMaybe<Scalars['String']['input']>;
2796
2806
  name: Scalars['String']['input'];
2807
+ paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
2797
2808
  questions: Array<QuestionTemplateInput>;
2798
2809
  };
2799
2810
  type MutationCreateReviewCycleArgs = {