@gusto/embedded-react-sdk 0.51.0 → 0.51.2
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/CHANGELOG.md +18 -0
- package/dist/components/Base/useBaseSubmit.js +4 -4
- package/dist/components/Base/useBaseSubmit.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.d.ts +8 -1
- package/dist/components/Common/DocumentList/DocumentList.js +24 -21
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/OnboardingStatusBadge/index.d.ts +2 -2
- package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
- package/dist/components/Common/TaxInputs/TaxInputs.d.ts +2 -2
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +5 -5
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +9 -8
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +3 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +9 -8
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +11 -10
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +9 -8
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +9 -8
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +3 -3
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +1 -1
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +12 -11
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +12 -11
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Industry.js +2 -2
- package/dist/components/Company/Industry/Industry.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +7 -7
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +46 -45
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +9 -8
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +9 -8
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +9 -8
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +2 -2
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +6 -6
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +2 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +9 -8
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +9 -8
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.d.ts +2 -2
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js +3 -3
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +1 -1
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.d.ts +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.d.ts +3 -1
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js +64 -51
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.d.ts +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js +201 -161
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.d.ts +2 -2
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js +3 -3
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.d.ts +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js +55 -54
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js.map +1 -1
- package/dist/components/Contractor/Landing/Landing.js +2 -2
- package/dist/components/Contractor/Landing/Landing.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +2 -2
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js +2 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js +2 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +5 -5
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +4 -4
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +3 -3
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +4 -4
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js +1 -1
- package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js.map +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.d.ts +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js +3 -3
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +3 -3
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +2 -2
- package/dist/components/Employee/Compensation/onboarding/Compensation.js +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.d.ts +2 -2
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +2 -2
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.d.ts +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.d.ts +2 -2
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +3 -3
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +7 -7
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +3 -3
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +7 -7
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -1
- package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +2 -2
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +5 -5
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +3 -3
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js +2 -2
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentManager.js +2 -2
- package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +9 -8
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +2 -2
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js +3 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js +2 -2
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js +3 -3
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.d.ts +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +2 -2
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +3 -3
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +2 -2
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +2 -2
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +4 -4
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +3 -3
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.d.ts +1 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js +3 -3
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +5 -5
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +4 -4
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +2 -2
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +5 -5
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +2 -2
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +9 -9
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +4 -4
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +2 -2
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +3 -3
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +4 -4
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +2 -2
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +3 -3
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +4 -4
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +8 -7
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +4 -4
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +4 -4
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +2 -2
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +7 -7
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +5 -5
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +4 -4
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +5 -5
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +3 -3
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -4
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +2 -2
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +2 -2
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +4 -4
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +2 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +2 -2
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +8 -8
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -3
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +7 -7
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +4 -4
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +2 -2
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +2 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +4 -4
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +3 -3
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
- package/dist/components/Payroll/helpers.d.ts +6 -6
- package/dist/components/Payroll/helpers.js +1 -1
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/payrollTypes.js +1 -1
- package/dist/components/Payroll/payrollTypes.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +2 -2
- package/dist/components/Payroll/usePreparedPayrollData.js +16 -15
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js +3 -3
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +3 -3
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +3 -3
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyList.js +6 -6
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js +30 -29
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +27 -26
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +2 -2
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +69 -68
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +3 -3
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +67 -66
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/contexts/ApiProvider/ApiProvider.js +3 -3
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ApiProvider/apiVersion.d.ts +23 -0
- package/dist/contexts/ApiProvider/apiVersion.js +6 -0
- package/dist/contexts/ApiProvider/apiVersion.js.map +1 -0
- package/dist/contexts/ApiProvider/apiVersionHook.js +3 -2
- package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.js +7 -6
- package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -1
- package/dist/helpers/apiErrorToList.d.ts +1 -1
- package/dist/helpers/apiErrorToList.js.map +1 -1
- package/dist/helpers/formattedStrings.d.ts +2 -2
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.d.ts +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -1
- package/dist/i18n/en/Contractor.DocumentsList.json.js +20 -16
- package/dist/i18n/en/Contractor.DocumentsList.json.js.map +1 -1
- package/dist/i18n/types.d.ts +4 -0
- package/dist/models/external.d.ts +204 -204
- package/dist/shared/constants.d.ts +1 -1
- package/dist/shared/constants.js +2 -2
- package/dist/shared/constants.js.map +1 -1
- package/dist/types/hooks.d.ts +1 -1
- package/dist/types/sdkError.js +3 -3
- package/dist/types/sdkError.js.map +1 -1
- package/docs/guides/endpoint-inventory.json +1201 -297
- package/package.json +7 -7
|
@@ -1,313 +1,313 @@
|
|
|
1
1
|
/** `Agencies` entity from the Gusto Embedded API. */
|
|
2
|
-
export type { Agencies } from '@gusto/embedded-api
|
|
2
|
+
export type { Agencies } from '@gusto/embedded-api/models/components/childsupportdata';
|
|
3
3
|
/** `FipsCodes` entity from the Gusto Embedded API. */
|
|
4
|
-
export type { FipsCodes } from '@gusto/embedded-api
|
|
4
|
+
export type { FipsCodes } from '@gusto/embedded-api/models/components/childsupportdata';
|
|
5
5
|
/** `RequiredAttributes` entity from the Gusto Embedded API. */
|
|
6
|
-
export type { RequiredAttributes } from '@gusto/embedded-api
|
|
7
|
-
export { ChildSupportDataKey } from '@gusto/embedded-api
|
|
6
|
+
export type { RequiredAttributes } from '@gusto/embedded-api/models/components/childsupportdata';
|
|
7
|
+
export { ChildSupportDataKey } from '@gusto/embedded-api/models/components/childsupportdata';
|
|
8
8
|
/** `PlaidStatus` entity from the Gusto Embedded API. */
|
|
9
|
-
export { PlaidStatus } from '@gusto/embedded-api
|
|
10
|
-
export type { CompanyBankAccount } from '@gusto/embedded-api
|
|
11
|
-
export { AccountType, VerificationStatus, VerificationType, } from '@gusto/embedded-api
|
|
9
|
+
export { PlaidStatus } from '@gusto/embedded-api/models/components/companybankaccount';
|
|
10
|
+
export type { CompanyBankAccount } from '@gusto/embedded-api/models/components/companybankaccount';
|
|
11
|
+
export { AccountType, VerificationStatus, VerificationType, } from '@gusto/embedded-api/models/components/companybankaccount';
|
|
12
12
|
/** `CompanyOnboardingStatusRequirements` entity from the Gusto Embedded API. */
|
|
13
|
-
export { CompanyOnboardingStatusRequirements } from '@gusto/embedded-api
|
|
13
|
+
export { CompanyOnboardingStatusRequirements } from '@gusto/embedded-api/models/components/companyonboardingstatus';
|
|
14
14
|
/** `OnboardingStep` entity from the Gusto Embedded API. */
|
|
15
|
-
export type { OnboardingStep } from '@gusto/embedded-api
|
|
16
|
-
export { Id } from '@gusto/embedded-api
|
|
15
|
+
export type { OnboardingStep } from '@gusto/embedded-api/models/components/companyonboardingstatus';
|
|
16
|
+
export { Id } from '@gusto/embedded-api/models/components/companyonboardingstatus';
|
|
17
17
|
/** `MinimumWages` entity from the Gusto Embedded API. */
|
|
18
|
-
export type { MinimumWages } from '@gusto/embedded-api
|
|
19
|
-
export type { Compensation } from '@gusto/embedded-api
|
|
20
|
-
export { PaymentUnit } from '@gusto/embedded-api
|
|
18
|
+
export type { MinimumWages } from '@gusto/embedded-api/models/components/compensation';
|
|
19
|
+
export type { Compensation } from '@gusto/embedded-api/models/components/compensation';
|
|
20
|
+
export { PaymentUnit } from '@gusto/embedded-api/models/components/compensation';
|
|
21
21
|
/** `ContractorPaymentMethod1` entity from the Gusto Embedded API. */
|
|
22
|
-
export { ContractorPaymentMethod1 } from '@gusto/embedded-api
|
|
23
|
-
export type { Address, Contractor, ContractorMemberPortalInvitationStatus, UpcomingEmployment, } from '@gusto/embedded-api
|
|
24
|
-
export { ContractorOnboardingStatus1, ContractorStatus, ContractorType, WageType, } from '@gusto/embedded-api
|
|
22
|
+
export { ContractorPaymentMethod1 } from '@gusto/embedded-api/models/components/contractor';
|
|
23
|
+
export type { Address, Contractor, ContractorMemberPortalInvitationStatus, UpcomingEmployment, } from '@gusto/embedded-api/models/components/contractor';
|
|
24
|
+
export { ContractorOnboardingStatus1, ContractorStatus, ContractorType, WageType, } from '@gusto/embedded-api/models/components/contractor';
|
|
25
25
|
/** `ContractorAddress` entity from the Gusto Embedded API. */
|
|
26
|
-
export type { ContractorAddress } from '@gusto/embedded-api
|
|
26
|
+
export type { ContractorAddress } from '@gusto/embedded-api/models/components/contractoraddress';
|
|
27
27
|
/** `ContractorBankAccount` entity from the Gusto Embedded API. */
|
|
28
|
-
export type { ContractorBankAccount } from '@gusto/embedded-api
|
|
29
|
-
export { ContractorBankAccountAccountType } from '@gusto/embedded-api
|
|
30
|
-
export type { ContractorCreateRequestBody } from '@gusto/embedded-api
|
|
31
|
-
export { ContractorCreateRequestBodyType, ContractorCreateRequestBodyWageType, } from '@gusto/embedded-api
|
|
32
|
-
export type { ContractorPaymentForGroup } from '@gusto/embedded-api
|
|
33
|
-
export { ContractorPaymentForGroupPaymentMethod, ContractorPaymentForGroupStatus, ContractorPaymentForGroupWageType, } from '@gusto/embedded-api
|
|
34
|
-
export type { ContractorPaymentForGroupPreview } from '@gusto/embedded-api
|
|
35
|
-
export { ContractorPaymentForGroupPreviewPaymentMethod, ContractorPaymentForGroupPreviewStatus, ContractorPaymentForGroupPreviewWageType, } from '@gusto/embedded-api
|
|
28
|
+
export type { ContractorBankAccount } from '@gusto/embedded-api/models/components/contractorbankaccount';
|
|
29
|
+
export { ContractorBankAccountAccountType } from '@gusto/embedded-api/models/components/contractorbankaccount';
|
|
30
|
+
export type { ContractorCreateRequestBody } from '@gusto/embedded-api/models/components/contractorcreaterequestbody';
|
|
31
|
+
export { ContractorCreateRequestBodyType, ContractorCreateRequestBodyWageType, } from '@gusto/embedded-api/models/components/contractorcreaterequestbody';
|
|
32
|
+
export type { ContractorPaymentForGroup } from '@gusto/embedded-api/models/components/contractorpaymentforgroup';
|
|
33
|
+
export { ContractorPaymentForGroupPaymentMethod, ContractorPaymentForGroupStatus, ContractorPaymentForGroupWageType, } from '@gusto/embedded-api/models/components/contractorpaymentforgroup';
|
|
34
|
+
export type { ContractorPaymentForGroupPreview } from '@gusto/embedded-api/models/components/contractorpaymentforgrouppreview';
|
|
35
|
+
export { ContractorPaymentForGroupPreviewPaymentMethod, ContractorPaymentForGroupPreviewStatus, ContractorPaymentForGroupPreviewWageType, } from '@gusto/embedded-api/models/components/contractorpaymentforgrouppreview';
|
|
36
36
|
/** `ContractorPaymentGroupTotals` entity from the Gusto Embedded API. */
|
|
37
|
-
export type { ContractorPaymentGroupTotals } from '@gusto/embedded-api
|
|
38
|
-
export type { ContractorPaymentGroup } from '@gusto/embedded-api
|
|
39
|
-
export { ContractorPaymentGroupStatus } from '@gusto/embedded-api
|
|
37
|
+
export type { ContractorPaymentGroupTotals } from '@gusto/embedded-api/models/components/contractorpaymentgroup';
|
|
38
|
+
export type { ContractorPaymentGroup } from '@gusto/embedded-api/models/components/contractorpaymentgroup';
|
|
39
|
+
export { ContractorPaymentGroupStatus } from '@gusto/embedded-api/models/components/contractorpaymentgroup';
|
|
40
40
|
/** `ContractorPaymentGroupPreviewTotals` entity from the Gusto Embedded API. */
|
|
41
|
-
export type { ContractorPaymentGroupPreviewTotals } from '@gusto/embedded-api
|
|
42
|
-
export type { ContractorPaymentGroupPreview } from '@gusto/embedded-api
|
|
43
|
-
export { ContractorPaymentGroupPreviewStatus } from '@gusto/embedded-api
|
|
41
|
+
export type { ContractorPaymentGroupPreviewTotals } from '@gusto/embedded-api/models/components/contractorpaymentgrouppreview';
|
|
42
|
+
export type { ContractorPaymentGroupPreview } from '@gusto/embedded-api/models/components/contractorpaymentgrouppreview';
|
|
43
|
+
export { ContractorPaymentGroupPreviewStatus } from '@gusto/embedded-api/models/components/contractorpaymentgrouppreview';
|
|
44
44
|
/** `ContractorPaymentGroupWithBlockersTotals` entity from the Gusto Embedded API. */
|
|
45
|
-
export type { ContractorPaymentGroupWithBlockersTotals } from '@gusto/embedded-api
|
|
46
|
-
export type { ContractorPaymentGroupWithBlockers } from '@gusto/embedded-api
|
|
47
|
-
export { ContractorPaymentGroupWithBlockersStatus } from '@gusto/embedded-api
|
|
45
|
+
export type { ContractorPaymentGroupWithBlockersTotals } from '@gusto/embedded-api/models/components/contractorpaymentgroupwithblockers';
|
|
46
|
+
export type { ContractorPaymentGroupWithBlockers } from '@gusto/embedded-api/models/components/contractorpaymentgroupwithblockers';
|
|
47
|
+
export { ContractorPaymentGroupWithBlockersStatus } from '@gusto/embedded-api/models/components/contractorpaymentgroupwithblockers';
|
|
48
48
|
/** `ContractorPaymentMethod` entity from the Gusto Embedded API. */
|
|
49
|
-
export type { ContractorPaymentMethod } from '@gusto/embedded-api
|
|
49
|
+
export type { ContractorPaymentMethod } from '@gusto/embedded-api/models/components/contractorpaymentmethod';
|
|
50
50
|
/** `ContractorPaymentMethodSplitBy` entity from the Gusto Embedded API. */
|
|
51
|
-
export { ContractorPaymentMethodSplitBy } from '@gusto/embedded-api
|
|
51
|
+
export { ContractorPaymentMethodSplitBy } from '@gusto/embedded-api/models/components/contractorpaymentmethod';
|
|
52
52
|
/** `ContractorPaymentMethodType` entity from the Gusto Embedded API. */
|
|
53
|
-
export { ContractorPaymentMethodType } from '@gusto/embedded-api
|
|
53
|
+
export { ContractorPaymentMethodType } from '@gusto/embedded-api/models/components/contractorpaymentmethod';
|
|
54
54
|
/** `ContractorPaymentReceipt` entity from the Gusto Embedded API. */
|
|
55
|
-
export type { ContractorPaymentReceipt } from '@gusto/embedded-api
|
|
55
|
+
export type { ContractorPaymentReceipt } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
|
|
56
56
|
/** `ContractorPayments` entity from the Gusto Embedded API. */
|
|
57
|
-
export type { ContractorPayments } from '@gusto/embedded-api
|
|
58
|
-
export type { ContractorPaymentReceiptLicensee, ContractorPaymentReceiptTotals, } from '@gusto/embedded-api
|
|
59
|
-
export { ContractorPaymentReceiptPaymentMethod } from '@gusto/embedded-api
|
|
60
|
-
export type { ContractorUpdateRequestBody } from '@gusto/embedded-api
|
|
61
|
-
export { ContractorUpdateRequestBodyType, ContractorUpdateRequestBodyWageType, } from '@gusto/embedded-api
|
|
62
|
-
export { CustomFieldType } from '@gusto/embedded-api
|
|
57
|
+
export type { ContractorPayments } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
|
|
58
|
+
export type { ContractorPaymentReceiptLicensee, ContractorPaymentReceiptTotals, } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
|
|
59
|
+
export { ContractorPaymentReceiptPaymentMethod } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
|
|
60
|
+
export type { ContractorUpdateRequestBody } from '@gusto/embedded-api/models/components/contractorupdaterequestbody';
|
|
61
|
+
export { ContractorUpdateRequestBodyType, ContractorUpdateRequestBodyWageType, } from '@gusto/embedded-api/models/components/contractorupdaterequestbody';
|
|
62
|
+
export { CustomFieldType } from '@gusto/embedded-api/models/components/customfieldtype';
|
|
63
63
|
/** `Document` entity from the Gusto Embedded API. */
|
|
64
|
-
export type { Document } from '@gusto/embedded-api
|
|
64
|
+
export type { Document } from '@gusto/embedded-api/models/components/document';
|
|
65
65
|
/** `Fields` entity from the Gusto Embedded API. */
|
|
66
|
-
export type { Fields } from '@gusto/embedded-api
|
|
66
|
+
export type { Fields } from '@gusto/embedded-api/models/components/document';
|
|
67
67
|
/** `Pages` entity from the Gusto Embedded API. */
|
|
68
|
-
export type { Pages } from '@gusto/embedded-api
|
|
69
|
-
export { RecipientType } from '@gusto/embedded-api
|
|
68
|
+
export type { Pages } from '@gusto/embedded-api/models/components/document';
|
|
69
|
+
export { RecipientType } from '@gusto/embedded-api/models/components/document';
|
|
70
70
|
/** `DocumentSigned` entity from the Gusto Embedded API. */
|
|
71
|
-
export type { DocumentSigned } from '@gusto/embedded-api
|
|
71
|
+
export type { DocumentSigned } from '@gusto/embedded-api/models/components/documentsigned';
|
|
72
72
|
/** `DocumentSignedFields` entity from the Gusto Embedded API. */
|
|
73
|
-
export type { DocumentSignedFields } from '@gusto/embedded-api
|
|
73
|
+
export type { DocumentSignedFields } from '@gusto/embedded-api/models/components/documentsigned';
|
|
74
74
|
/** `DocumentSignedPages` entity from the Gusto Embedded API. */
|
|
75
|
-
export type { DocumentSignedPages } from '@gusto/embedded-api
|
|
76
|
-
export { DocumentSignedRecipientType } from '@gusto/embedded-api
|
|
75
|
+
export type { DocumentSignedPages } from '@gusto/embedded-api/models/components/documentsigned';
|
|
76
|
+
export { DocumentSignedRecipientType } from '@gusto/embedded-api/models/components/documentsigned';
|
|
77
77
|
/** `EmployeeCurrentEmploymentStatus` entity from the Gusto Embedded API. */
|
|
78
|
-
export { EmployeeCurrentEmploymentStatus } from '@gusto/embedded-api
|
|
78
|
+
export { EmployeeCurrentEmploymentStatus } from '@gusto/embedded-api/models/components/employee';
|
|
79
79
|
/** `EmployeeOnboardingStatus1` entity from the Gusto Embedded API. */
|
|
80
|
-
export { EmployeeOnboardingStatus1 } from '@gusto/embedded-api
|
|
81
|
-
export type { Employee, EmployeeMemberPortalInvitationStatus, EmployeeOnboardingDocumentsConfig, } from '@gusto/embedded-api
|
|
82
|
-
export { EmployeePaymentMethod1, EmployeeStatus, } from '@gusto/embedded-api
|
|
80
|
+
export { EmployeeOnboardingStatus1 } from '@gusto/embedded-api/models/components/employee';
|
|
81
|
+
export type { Employee, EmployeeMemberPortalInvitationStatus, EmployeeOnboardingDocumentsConfig, } from '@gusto/embedded-api/models/components/employee';
|
|
82
|
+
export { EmployeePaymentMethod1, EmployeeStatus, } from '@gusto/embedded-api/models/components/employee';
|
|
83
83
|
/** `EmployeeAddress` entity from the Gusto Embedded API. */
|
|
84
|
-
export type { EmployeeAddress } from '@gusto/embedded-api
|
|
84
|
+
export type { EmployeeAddress } from '@gusto/embedded-api/models/components/employeeaddress';
|
|
85
85
|
/** `EmployeeBankAccount` entity from the Gusto Embedded API. */
|
|
86
|
-
export type { EmployeeBankAccount } from '@gusto/embedded-api
|
|
87
|
-
export { EmployeeBankAccountAccountType } from '@gusto/embedded-api
|
|
88
|
-
export type { EmployeeCustomField } from '@gusto/embedded-api
|
|
89
|
-
export type { EmployeeFederalTax } from '@gusto/embedded-api
|
|
90
|
-
export type { EmployeeFederalTaxPre2020 } from '@gusto/embedded-api
|
|
91
|
-
export type { EmployeeFederalTaxRev2020 } from '@gusto/embedded-api
|
|
86
|
+
export type { EmployeeBankAccount } from '@gusto/embedded-api/models/components/employeebankaccount';
|
|
87
|
+
export { EmployeeBankAccountAccountType } from '@gusto/embedded-api/models/components/employeebankaccount';
|
|
88
|
+
export type { EmployeeCustomField } from '@gusto/embedded-api/models/components/employeecustomfield';
|
|
89
|
+
export type { EmployeeFederalTax } from '@gusto/embedded-api/models/components/employeefederaltax';
|
|
90
|
+
export type { EmployeeFederalTaxPre2020 } from '@gusto/embedded-api/models/components/employeefederaltaxpre2020';
|
|
91
|
+
export type { EmployeeFederalTaxRev2020 } from '@gusto/embedded-api/models/components/employeefederaltaxrev2020';
|
|
92
92
|
/** `EmployeeOnboardingStatusOnboardingStep` entity from the Gusto Embedded API. */
|
|
93
|
-
export type { EmployeeOnboardingStatusOnboardingStep } from '@gusto/embedded-api
|
|
94
|
-
export type { EmployeeOnboardingStatus } from '@gusto/embedded-api
|
|
93
|
+
export type { EmployeeOnboardingStatusOnboardingStep } from '@gusto/embedded-api/models/components/employeeonboardingstatus';
|
|
94
|
+
export type { EmployeeOnboardingStatus } from '@gusto/embedded-api/models/components/employeeonboardingstatus';
|
|
95
95
|
/** `EmployeePaymentMethod` entity from the Gusto Embedded API. */
|
|
96
|
-
export type { EmployeePaymentMethod } from '@gusto/embedded-api
|
|
96
|
+
export type { EmployeePaymentMethod } from '@gusto/embedded-api/models/components/employeepaymentmethod';
|
|
97
97
|
/** `EmployeePaymentMethodSplitBy` entity from the Gusto Embedded API. */
|
|
98
|
-
export { EmployeePaymentMethodSplitBy } from '@gusto/embedded-api
|
|
99
|
-
export { EmployeePaymentMethodType } from '@gusto/embedded-api
|
|
98
|
+
export { EmployeePaymentMethodSplitBy } from '@gusto/embedded-api/models/components/employeepaymentmethod';
|
|
99
|
+
export { EmployeePaymentMethodType } from '@gusto/embedded-api/models/components/employeepaymentmethod';
|
|
100
100
|
/** `EmployeeStateTaxAnswer` entity from the Gusto Embedded API. */
|
|
101
|
-
export type { EmployeeStateTaxAnswer } from '@gusto/embedded-api
|
|
101
|
+
export type { EmployeeStateTaxAnswer } from '@gusto/embedded-api/models/components/employeestatetaxanswer';
|
|
102
102
|
/** `EmployeeStateTaxesList` entity from the Gusto Embedded API. */
|
|
103
|
-
export type { EmployeeStateTaxesList } from '@gusto/embedded-api
|
|
103
|
+
export type { EmployeeStateTaxesList } from '@gusto/embedded-api/models/components/employeestatetaxeslist';
|
|
104
104
|
/** `Answers` entity from the Gusto Embedded API. */
|
|
105
|
-
export type { Answers } from '@gusto/embedded-api
|
|
105
|
+
export type { Answers } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
|
|
106
106
|
/** `EmployeeStateTaxesRequest` entity from the Gusto Embedded API. */
|
|
107
|
-
export type { EmployeeStateTaxesRequest } from '@gusto/embedded-api
|
|
107
|
+
export type { EmployeeStateTaxesRequest } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
|
|
108
108
|
/** `Questions` entity from the Gusto Embedded API. */
|
|
109
|
-
export type { Questions } from '@gusto/embedded-api
|
|
109
|
+
export type { Questions } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
|
|
110
110
|
/** `States` entity from the Gusto Embedded API. */
|
|
111
|
-
export type { States } from '@gusto/embedded-api
|
|
111
|
+
export type { States } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
|
|
112
112
|
/** `EmployeeStateTaxInputQuestionFormat` entity from the Gusto Embedded API. */
|
|
113
|
-
export type { EmployeeStateTaxInputQuestionFormat } from '@gusto/embedded-api
|
|
113
|
+
export type { EmployeeStateTaxInputQuestionFormat } from '@gusto/embedded-api/models/components/employeestatetaxinputquestionformat';
|
|
114
114
|
/** `Options` entity from the Gusto Embedded API. */
|
|
115
|
-
export type { Options } from '@gusto/embedded-api
|
|
115
|
+
export type { Options } from '@gusto/embedded-api/models/components/employeestatetaxinputquestionformat';
|
|
116
116
|
/** `EmployeeStateTaxQuestion` entity from the Gusto Embedded API. */
|
|
117
|
-
export type { EmployeeStateTaxQuestion } from '@gusto/embedded-api
|
|
117
|
+
export type { EmployeeStateTaxQuestion } from '@gusto/embedded-api/models/components/employeestatetaxquestion';
|
|
118
118
|
/** `EmployeeWorkAddress` entity from the Gusto Embedded API. */
|
|
119
|
-
export type { EmployeeWorkAddress } from '@gusto/embedded-api
|
|
119
|
+
export type { EmployeeWorkAddress } from '@gusto/embedded-api/models/components/employeeworkaddress';
|
|
120
120
|
/** `EntityErrorObject` entity from the Gusto Embedded API. */
|
|
121
|
-
export type { EntityErrorObject } from '@gusto/embedded-api
|
|
121
|
+
export type { EntityErrorObject } from '@gusto/embedded-api/models/components/entityerrorobject';
|
|
122
122
|
/** `FederalTaxDetails` entity from the Gusto Embedded API. */
|
|
123
|
-
export type { FederalTaxDetails } from '@gusto/embedded-api
|
|
123
|
+
export type { FederalTaxDetails } from '@gusto/embedded-api/models/components/federaltaxdetails';
|
|
124
124
|
/** `TaxPayerType` entity from the Gusto Embedded API. */
|
|
125
|
-
export { TaxPayerType } from '@gusto/embedded-api
|
|
126
|
-
export type { EinVerification } from '@gusto/embedded-api
|
|
127
|
-
export { FederalTaxDetailsStatus, FilingForm, } from '@gusto/embedded-api
|
|
128
|
-
export { FlsaStatusType } from '@gusto/embedded-api
|
|
125
|
+
export { TaxPayerType } from '@gusto/embedded-api/models/components/federaltaxdetails';
|
|
126
|
+
export type { EinVerification } from '@gusto/embedded-api/models/components/federaltaxdetails';
|
|
127
|
+
export { FederalTaxDetailsStatus, FilingForm, } from '@gusto/embedded-api/models/components/federaltaxdetails';
|
|
128
|
+
export { FlsaStatusType } from '@gusto/embedded-api/models/components/flsastatustype';
|
|
129
129
|
/** `Form` entity from the Gusto Embedded API. */
|
|
130
|
-
export type { Form } from '@gusto/embedded-api
|
|
130
|
+
export type { Form } from '@gusto/embedded-api/models/components/form';
|
|
131
131
|
/** `GarnishmentType` entity from the Gusto Embedded API. */
|
|
132
|
-
export { GarnishmentType } from '@gusto/embedded-api
|
|
133
|
-
export type { Garnishment } from '@gusto/embedded-api
|
|
134
|
-
export type { GarnishmentChildSupport } from '@gusto/embedded-api
|
|
135
|
-
export { PaymentPeriod } from '@gusto/embedded-api
|
|
132
|
+
export { GarnishmentType } from '@gusto/embedded-api/models/components/garnishment';
|
|
133
|
+
export type { Garnishment } from '@gusto/embedded-api/models/components/garnishment';
|
|
134
|
+
export type { GarnishmentChildSupport } from '@gusto/embedded-api/models/components/garnishmentchildsupport';
|
|
135
|
+
export { PaymentPeriod } from '@gusto/embedded-api/models/components/garnishmentchildsupport';
|
|
136
136
|
/** `ChristmasDay` entity from the Gusto Embedded API. */
|
|
137
|
-
export type { ChristmasDay } from '@gusto/embedded-api
|
|
137
|
+
export type { ChristmasDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
138
138
|
/** `ColumbusDay` entity from the Gusto Embedded API. */
|
|
139
|
-
export type { ColumbusDay } from '@gusto/embedded-api
|
|
139
|
+
export type { ColumbusDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
140
140
|
/** `HolidayPayPolicyEmployees` entity from the Gusto Embedded API. */
|
|
141
|
-
export type { HolidayPayPolicyEmployees } from '@gusto/embedded-api
|
|
141
|
+
export type { HolidayPayPolicyEmployees } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
142
142
|
/** `IndependenceDay` entity from the Gusto Embedded API. */
|
|
143
|
-
export type { IndependenceDay } from '@gusto/embedded-api
|
|
143
|
+
export type { IndependenceDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
144
144
|
/** `Juneteenth` entity from the Gusto Embedded API. */
|
|
145
|
-
export type { Juneteenth } from '@gusto/embedded-api
|
|
145
|
+
export type { Juneteenth } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
146
146
|
/** `LaborDay` entity from the Gusto Embedded API. */
|
|
147
|
-
export type { LaborDay } from '@gusto/embedded-api
|
|
147
|
+
export type { LaborDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
148
148
|
/** `MemorialDay` entity from the Gusto Embedded API. */
|
|
149
|
-
export type { MemorialDay } from '@gusto/embedded-api
|
|
149
|
+
export type { MemorialDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
150
150
|
/** `MlkDay` entity from the Gusto Embedded API. */
|
|
151
|
-
export type { MlkDay } from '@gusto/embedded-api
|
|
151
|
+
export type { MlkDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
152
152
|
/** `NewYearsDay` entity from the Gusto Embedded API. */
|
|
153
|
-
export type { NewYearsDay } from '@gusto/embedded-api
|
|
153
|
+
export type { NewYearsDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
154
154
|
/** `PresidentsDay` entity from the Gusto Embedded API. */
|
|
155
|
-
export type { PresidentsDay } from '@gusto/embedded-api
|
|
155
|
+
export type { PresidentsDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
156
156
|
/** `Thanksgiving` entity from the Gusto Embedded API. */
|
|
157
|
-
export type { Thanksgiving } from '@gusto/embedded-api
|
|
157
|
+
export type { Thanksgiving } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
158
158
|
/** `VeteransDay` entity from the Gusto Embedded API. */
|
|
159
|
-
export type { VeteransDay } from '@gusto/embedded-api
|
|
160
|
-
export type { FederalHolidays, HolidayPayPolicy, } from '@gusto/embedded-api
|
|
159
|
+
export type { VeteransDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
160
|
+
export type { FederalHolidays, HolidayPayPolicy, } from '@gusto/embedded-api/models/components/holidaypaypolicy';
|
|
161
161
|
/** `DocumentType` entity from the Gusto Embedded API. */
|
|
162
|
-
export { DocumentType } from '@gusto/embedded-api
|
|
163
|
-
export { AuthorizationStatus } from '@gusto/embedded-api
|
|
162
|
+
export { DocumentType } from '@gusto/embedded-api/models/components/i9authorization';
|
|
163
|
+
export { AuthorizationStatus } from '@gusto/embedded-api/models/components/i9authorization';
|
|
164
164
|
/** `InformationRequestType` entity from the Gusto Embedded API. */
|
|
165
|
-
export { InformationRequestType } from '@gusto/embedded-api
|
|
165
|
+
export { InformationRequestType } from '@gusto/embedded-api/models/components/informationrequest';
|
|
166
166
|
/** `RequiredQuestions` entity from the Gusto Embedded API. */
|
|
167
|
-
export type { RequiredQuestions } from '@gusto/embedded-api
|
|
168
|
-
export type { InformationRequest } from '@gusto/embedded-api
|
|
169
|
-
export { InformationRequestStatus, ResponseType, } from '@gusto/embedded-api
|
|
170
|
-
export type { Job } from '@gusto/embedded-api
|
|
171
|
-
export type { Location } from '@gusto/embedded-api
|
|
172
|
-
export type { MetadataWithMultipleEntities } from '@gusto/embedded-api
|
|
173
|
-
export type { MetadataWithOneEntity } from '@gusto/embedded-api
|
|
174
|
-
export type { MinimumWage } from '@gusto/embedded-api
|
|
167
|
+
export type { RequiredQuestions } from '@gusto/embedded-api/models/components/informationrequest';
|
|
168
|
+
export type { InformationRequest } from '@gusto/embedded-api/models/components/informationrequest';
|
|
169
|
+
export { InformationRequestStatus, ResponseType, } from '@gusto/embedded-api/models/components/informationrequest';
|
|
170
|
+
export type { Job } from '@gusto/embedded-api/models/components/job';
|
|
171
|
+
export type { Location } from '@gusto/embedded-api/models/components/location';
|
|
172
|
+
export type { MetadataWithMultipleEntities } from '@gusto/embedded-api/models/components/metadatawithmultipleentities';
|
|
173
|
+
export type { MetadataWithOneEntity } from '@gusto/embedded-api/models/components/metadatawithoneentity';
|
|
174
|
+
export type { MinimumWage } from '@gusto/embedded-api/models/components/minimumwage';
|
|
175
175
|
/** `Name` entity from the Gusto Embedded API. */
|
|
176
|
-
export { Name } from '@gusto/embedded-api
|
|
177
|
-
export type { PaidTimeOff } from '@gusto/embedded-api
|
|
178
|
-
export { PaymentSpeed } from '@gusto/embedded-api
|
|
179
|
-
export type { PaymentMethodBankAccount } from '@gusto/embedded-api
|
|
180
|
-
export type { PayPeriod, PayPeriodPayroll
|
|
181
|
-
export { PayrollType } from '@gusto/embedded-api
|
|
176
|
+
export { Name } from '@gusto/embedded-api/models/components/paidtimeoff';
|
|
177
|
+
export type { PaidTimeOff } from '@gusto/embedded-api/models/components/paidtimeoff';
|
|
178
|
+
export { PaymentSpeed } from '@gusto/embedded-api/models/components/paymentconfigs';
|
|
179
|
+
export type { PaymentMethodBankAccount } from '@gusto/embedded-api/models/components/paymentmethodbankaccount';
|
|
180
|
+
export type { PayPeriod, PayPeriodPayroll } from '@gusto/embedded-api/models/components/payperiod';
|
|
181
|
+
export { PayrollType } from '@gusto/embedded-api/models/components/payperiod';
|
|
182
182
|
/** `EmployeeCompensations` entity from the Gusto Embedded API. */
|
|
183
|
-
export type { EmployeeCompensations } from '@gusto/embedded-api
|
|
183
|
+
export type { EmployeeCompensations } from '@gusto/embedded-api/models/components/payroll';
|
|
184
184
|
/** `OffCycleReasonType` entity from the Gusto Embedded API. */
|
|
185
|
-
export { OffCycleReasonType } from '@gusto/embedded-api
|
|
185
|
+
export { OffCycleReasonType } from '@gusto/embedded-api/models/components/payroll';
|
|
186
186
|
/** `Payroll` entity from the Gusto Embedded API. */
|
|
187
|
-
export type { Payroll } from '@gusto/embedded-api
|
|
187
|
+
export type { Payroll } from '@gusto/embedded-api/models/components/payroll';
|
|
188
188
|
/** `PayrollShow` entity from the Gusto Embedded API. */
|
|
189
|
-
export type { PayrollShow } from '@gusto/embedded-api
|
|
189
|
+
export type { PayrollShow } from '@gusto/embedded-api/models/components/payroll';
|
|
190
190
|
/** `PayrollShowBenefits` entity from the Gusto Embedded API. */
|
|
191
|
-
export type { PayrollShowBenefits } from '@gusto/embedded-api
|
|
191
|
+
export type { PayrollShowBenefits } from '@gusto/embedded-api/models/components/payroll';
|
|
192
192
|
/** `PayrollShowDeductions` entity from the Gusto Embedded API. */
|
|
193
|
-
export type { PayrollShowDeductions } from '@gusto/embedded-api
|
|
193
|
+
export type { PayrollShowDeductions } from '@gusto/embedded-api/models/components/payroll';
|
|
194
194
|
/** `PayrollShowFixedCompensations` entity from the Gusto Embedded API. */
|
|
195
|
-
export type { PayrollShowFixedCompensations } from '@gusto/embedded-api
|
|
195
|
+
export type { PayrollShowFixedCompensations } from '@gusto/embedded-api/models/components/payroll';
|
|
196
196
|
/** `PayrollShowHourlyCompensations` entity from the Gusto Embedded API. */
|
|
197
|
-
export type { PayrollShowHourlyCompensations } from '@gusto/embedded-api
|
|
197
|
+
export type { PayrollShowHourlyCompensations } from '@gusto/embedded-api/models/components/payroll';
|
|
198
198
|
/** `PayrollShowPaidTimeOff` entity from the Gusto Embedded API. */
|
|
199
|
-
export type { PayrollShowPaidTimeOff } from '@gusto/embedded-api
|
|
199
|
+
export type { PayrollShowPaidTimeOff } from '@gusto/embedded-api/models/components/payroll';
|
|
200
200
|
/** `PayrollShowPaymentMethod` entity from the Gusto Embedded API. */
|
|
201
|
-
export { PayrollShowPaymentMethod } from '@gusto/embedded-api
|
|
201
|
+
export { PayrollShowPaymentMethod } from '@gusto/embedded-api/models/components/payroll';
|
|
202
202
|
/** `PayrollShowReimbursements` entity from the Gusto Embedded API. */
|
|
203
|
-
export type { PayrollShowReimbursements } from '@gusto/embedded-api
|
|
203
|
+
export type { PayrollShowReimbursements } from '@gusto/embedded-api/models/components/payroll';
|
|
204
204
|
/** `PayrollShowTaxes` entity from the Gusto Embedded API. */
|
|
205
|
-
export type { PayrollShowTaxes } from '@gusto/embedded-api
|
|
205
|
+
export type { PayrollShowTaxes } from '@gusto/embedded-api/models/components/payroll';
|
|
206
206
|
/** `PayrollWithholdingPayPeriodType` entity from the Gusto Embedded API. */
|
|
207
|
-
export { PayrollWithholdingPayPeriodType } from '@gusto/embedded-api
|
|
208
|
-
export type { PayrollPrepared } from '@gusto/embedded-api
|
|
209
|
-
export { PayrollShowAmountType } from '@gusto/embedded-api
|
|
207
|
+
export { PayrollWithholdingPayPeriodType } from '@gusto/embedded-api/models/components/payroll';
|
|
208
|
+
export type { PayrollPrepared } from '@gusto/embedded-api/models/components/payroll';
|
|
209
|
+
export { PayrollShowAmountType } from '@gusto/embedded-api/models/components/payroll';
|
|
210
210
|
/** `PayrollCompanyTaxesType` entity from the Gusto Embedded API. */
|
|
211
|
-
export type { PayrollCompanyTaxesType } from '@gusto/embedded-api
|
|
211
|
+
export type { PayrollCompanyTaxesType } from '@gusto/embedded-api/models/components/payrollcompanytaxestype';
|
|
212
212
|
/** `PayrollCreditBlockerTypeUnblockOptions` entity from the Gusto Embedded API. */
|
|
213
|
-
export type { PayrollCreditBlockerTypeUnblockOptions } from '@gusto/embedded-api
|
|
214
|
-
export type { PayrollCreditBlockerType } from '@gusto/embedded-api
|
|
215
|
-
export { PayrollCreditBlockerTypeStatus } from '@gusto/embedded-api
|
|
213
|
+
export type { PayrollCreditBlockerTypeUnblockOptions } from '@gusto/embedded-api/models/components/payrollcreditblockertype';
|
|
214
|
+
export type { PayrollCreditBlockerType } from '@gusto/embedded-api/models/components/payrollcreditblockertype';
|
|
215
|
+
export { PayrollCreditBlockerTypeStatus } from '@gusto/embedded-api/models/components/payrollcreditblockertype';
|
|
216
216
|
/** `PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfiMetadata` entity from the Gusto Embedded API. */
|
|
217
|
-
export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfiMetadata } from '@gusto/embedded-api
|
|
218
|
-
export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfi } from '@gusto/embedded-api
|
|
217
|
+
export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfiMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionrespondtohighriskfraudrfi';
|
|
218
|
+
export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfi } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionrespondtohighriskfraudrfi';
|
|
219
219
|
/** `PayrollCreditBlockerUnblockOptionSubmitBankScreenshotMetadata` entity from the Gusto Embedded API. */
|
|
220
|
-
export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshotMetadata } from '@gusto/embedded-api
|
|
221
|
-
export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshot } from '@gusto/embedded-api
|
|
220
|
+
export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshotMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitbankscreenshot';
|
|
221
|
+
export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshot } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitbankscreenshot';
|
|
222
222
|
/** `PayrollCreditBlockerUnblockOptionSubmitWireMetadata` entity from the Gusto Embedded API. */
|
|
223
|
-
export type { PayrollCreditBlockerUnblockOptionSubmitWireMetadata } from '@gusto/embedded-api
|
|
224
|
-
export type { PayrollCreditBlockerUnblockOptionSubmitWire } from '@gusto/embedded-api
|
|
223
|
+
export type { PayrollCreditBlockerUnblockOptionSubmitWireMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitwire';
|
|
224
|
+
export type { PayrollCreditBlockerUnblockOptionSubmitWire } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitwire';
|
|
225
225
|
/** `PayrollCreditBlockerUnblockOptionWaitForReverseWireMetadata` entity from the Gusto Embedded API. */
|
|
226
|
-
export type { PayrollCreditBlockerUnblockOptionWaitForReverseWireMetadata } from '@gusto/embedded-api
|
|
227
|
-
export type { PayrollCreditBlockerUnblockOptionWaitForReverseWire } from '@gusto/embedded-api
|
|
226
|
+
export type { PayrollCreditBlockerUnblockOptionWaitForReverseWireMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionwaitforreversewire';
|
|
227
|
+
export type { PayrollCreditBlockerUnblockOptionWaitForReverseWire } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionwaitforreversewire';
|
|
228
228
|
/** `Deductions` entity from the Gusto Embedded API. */
|
|
229
|
-
export type { Deductions } from '@gusto/embedded-api
|
|
229
|
+
export type { Deductions } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
230
230
|
/** `PayrollEmployeeCompensationsType` entity from the Gusto Embedded API. */
|
|
231
|
-
export type { PayrollEmployeeCompensationsType } from '@gusto/embedded-api
|
|
231
|
+
export type { PayrollEmployeeCompensationsType } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
232
232
|
/** `PayrollEmployeeCompensationsTypeFixedCompensations` entity from the Gusto Embedded API. */
|
|
233
|
-
export type { PayrollEmployeeCompensationsTypeFixedCompensations } from '@gusto/embedded-api
|
|
233
|
+
export type { PayrollEmployeeCompensationsTypeFixedCompensations } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
234
234
|
/** `PayrollEmployeeCompensationsTypeHourlyCompensations` entity from the Gusto Embedded API. */
|
|
235
|
-
export type { PayrollEmployeeCompensationsTypeHourlyCompensations } from '@gusto/embedded-api
|
|
235
|
+
export type { PayrollEmployeeCompensationsTypeHourlyCompensations } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
236
236
|
/** `PayrollEmployeeCompensationsTypePaidTimeOff` entity from the Gusto Embedded API. */
|
|
237
|
-
export type { PayrollEmployeeCompensationsTypePaidTimeOff } from '@gusto/embedded-api
|
|
237
|
+
export type { PayrollEmployeeCompensationsTypePaidTimeOff } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
238
238
|
/** `PayrollEmployeeCompensationsTypePaymentMethod` entity from the Gusto Embedded API. */
|
|
239
|
-
export { PayrollEmployeeCompensationsTypePaymentMethod } from '@gusto/embedded-api
|
|
239
|
+
export { PayrollEmployeeCompensationsTypePaymentMethod } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
240
240
|
/** `PayrollEmployeeCompensationsTypeReimbursements` entity from the Gusto Embedded API. */
|
|
241
|
-
export type { PayrollEmployeeCompensationsTypeReimbursements } from '@gusto/embedded-api
|
|
242
|
-
export { AmountType } from '@gusto/embedded-api
|
|
241
|
+
export type { PayrollEmployeeCompensationsTypeReimbursements } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
242
|
+
export { AmountType } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
|
|
243
243
|
/** `PayrollFixedCompensationTypesType` entity from the Gusto Embedded API. */
|
|
244
|
-
export type { PayrollFixedCompensationTypesType } from '@gusto/embedded-api
|
|
245
|
-
export type { PayrollPaymentSpeedChangedType } from '@gusto/embedded-api
|
|
244
|
+
export type { PayrollFixedCompensationTypesType } from '@gusto/embedded-api/models/components/payrollfixedcompensationtypestype';
|
|
245
|
+
export type { PayrollPaymentSpeedChangedType } from '@gusto/embedded-api/models/components/payrollpaymentspeedchangedtype';
|
|
246
246
|
/** `PayrollPayPeriodType` entity from the Gusto Embedded API. */
|
|
247
|
-
export type { PayrollPayPeriodType } from '@gusto/embedded-api
|
|
248
|
-
export type { PayrollPayrollStatusMetaType } from '@gusto/embedded-api
|
|
247
|
+
export type { PayrollPayPeriodType } from '@gusto/embedded-api/models/components/payrollpayperiodtype';
|
|
248
|
+
export type { PayrollPayrollStatusMetaType } from '@gusto/embedded-api/models/components/payrollpayrollstatusmetatype';
|
|
249
249
|
/** `PayrollProcessingRequest` entity from the Gusto Embedded API. */
|
|
250
|
-
export type { PayrollProcessingRequest } from '@gusto/embedded-api
|
|
251
|
-
export { PayrollProcessingRequestStatus } from '@gusto/embedded-api
|
|
250
|
+
export type { PayrollProcessingRequest } from '@gusto/embedded-api/models/components/payrollprocessingrequest';
|
|
251
|
+
export { PayrollProcessingRequestStatus } from '@gusto/embedded-api/models/components/payrollprocessingrequest';
|
|
252
252
|
/** `PayrollReceipt` entity from the Gusto Embedded API. */
|
|
253
|
-
export type { PayrollReceipt } from '@gusto/embedded-api
|
|
253
|
+
export type { PayrollReceipt } from '@gusto/embedded-api/models/components/payrollreceipt';
|
|
254
254
|
/** `PayrollReceiptEmployeeCompensations` entity from the Gusto Embedded API. */
|
|
255
|
-
export type { PayrollReceiptEmployeeCompensations } from '@gusto/embedded-api
|
|
255
|
+
export type { PayrollReceiptEmployeeCompensations } from '@gusto/embedded-api/models/components/payrollreceipt';
|
|
256
256
|
/** `Taxes` entity from the Gusto Embedded API. */
|
|
257
|
-
export type { Taxes } from '@gusto/embedded-api
|
|
258
|
-
export type { Licensee, Totals
|
|
259
|
-
export { PayrollReceiptPaymentMethod } from '@gusto/embedded-api
|
|
257
|
+
export type { Taxes } from '@gusto/embedded-api/models/components/payrollreceipt';
|
|
258
|
+
export type { Licensee, Totals } from '@gusto/embedded-api/models/components/payrollreceipt';
|
|
259
|
+
export { PayrollReceiptPaymentMethod } from '@gusto/embedded-api/models/components/payrollreceipt';
|
|
260
260
|
/** `UnblockOptions` entity from the Gusto Embedded API. */
|
|
261
|
-
export type { UnblockOptions } from '@gusto/embedded-api
|
|
262
|
-
export type { PayrollSubmissionBlockerType } from '@gusto/embedded-api
|
|
263
|
-
export { PayrollSubmissionBlockerTypeStatus } from '@gusto/embedded-api
|
|
261
|
+
export type { UnblockOptions } from '@gusto/embedded-api/models/components/payrollsubmissionblockertype';
|
|
262
|
+
export type { PayrollSubmissionBlockerType } from '@gusto/embedded-api/models/components/payrollsubmissionblockertype';
|
|
263
|
+
export { PayrollSubmissionBlockerTypeStatus } from '@gusto/embedded-api/models/components/payrollsubmissionblockertype';
|
|
264
264
|
/** `PayrollTaxesType` entity from the Gusto Embedded API. */
|
|
265
|
-
export type { PayrollTaxesType } from '@gusto/embedded-api
|
|
266
|
-
export type { PayrollTotalsType } from '@gusto/embedded-api
|
|
265
|
+
export type { PayrollTaxesType } from '@gusto/embedded-api/models/components/payrolltaxestype';
|
|
266
|
+
export type { PayrollTotalsType } from '@gusto/embedded-api/models/components/payrolltotalstype';
|
|
267
267
|
/** `PayrollUpdateEmployeeCompensations` entity from the Gusto Embedded API. */
|
|
268
|
-
export type { PayrollUpdateEmployeeCompensations } from '@gusto/embedded-api
|
|
268
|
+
export type { PayrollUpdateEmployeeCompensations } from '@gusto/embedded-api/models/components/payrollupdate';
|
|
269
269
|
/** `PayrollUpdatePaidTimeOff` entity from the Gusto Embedded API. */
|
|
270
|
-
export type { PayrollUpdatePaidTimeOff } from '@gusto/embedded-api
|
|
270
|
+
export type { PayrollUpdatePaidTimeOff } from '@gusto/embedded-api/models/components/payrollupdate';
|
|
271
271
|
/** `PayrollUpdateReimbursements` entity from the Gusto Embedded API. */
|
|
272
|
-
export type { PayrollUpdateReimbursements } from '@gusto/embedded-api
|
|
273
|
-
export type { PayrollUpdateDeductions, PayrollUpdateFixedCompensations, PayrollUpdateHourlyCompensations, } from '@gusto/embedded-api
|
|
274
|
-
export { PayrollUpdateAmountType, PayrollUpdatePaymentMethod, } from '@gusto/embedded-api
|
|
275
|
-
export type { PayScheduleAutoPayrollEnablementBlocker, PayScheduleAutoPayrollEnablementBlockerMetadata, } from '@gusto/embedded-api
|
|
276
|
-
export { PayScheduleFrequency } from '@gusto/embedded-api
|
|
277
|
-
export type { PaySchedulePreviewPayPeriod } from '@gusto/embedded-api
|
|
278
|
-
export type { PayScheduleShow } from '@gusto/embedded-api
|
|
279
|
-
export type { RecoveryCase } from '@gusto/embedded-api
|
|
280
|
-
export { RecoveryCaseStatus } from '@gusto/embedded-api
|
|
272
|
+
export type { PayrollUpdateReimbursements } from '@gusto/embedded-api/models/components/payrollupdate';
|
|
273
|
+
export type { PayrollUpdateDeductions, PayrollUpdateFixedCompensations, PayrollUpdateHourlyCompensations, } from '@gusto/embedded-api/models/components/payrollupdate';
|
|
274
|
+
export { PayrollUpdateAmountType, PayrollUpdatePaymentMethod, } from '@gusto/embedded-api/models/components/payrollupdate';
|
|
275
|
+
export type { PayScheduleAutoPayrollEnablementBlocker, PayScheduleAutoPayrollEnablementBlockerMetadata, } from '@gusto/embedded-api/models/components/payscheduleautopayrollenablementblocker';
|
|
276
|
+
export { PayScheduleFrequency } from '@gusto/embedded-api/models/components/payschedulefrequency';
|
|
277
|
+
export type { PaySchedulePreviewPayPeriod } from '@gusto/embedded-api/models/components/payschedulepreviewpayperiod';
|
|
278
|
+
export type { PayScheduleShow } from '@gusto/embedded-api/models/components/payscheduleshow';
|
|
279
|
+
export type { RecoveryCase } from '@gusto/embedded-api/models/components/recoverycase';
|
|
280
|
+
export { RecoveryCaseStatus } from '@gusto/embedded-api/models/components/recoverycase';
|
|
281
281
|
/** `HomeAddress` entity from the Gusto Embedded API. */
|
|
282
|
-
export type { HomeAddress } from '@gusto/embedded-api
|
|
282
|
+
export type { HomeAddress } from '@gusto/embedded-api/models/components/signatory';
|
|
283
283
|
/** `IdentityVerificationStatus` entity from the Gusto Embedded API. */
|
|
284
|
-
export { IdentityVerificationStatus } from '@gusto/embedded-api
|
|
285
|
-
export type { Signatory } from '@gusto/embedded-api
|
|
284
|
+
export { IdentityVerificationStatus } from '@gusto/embedded-api/models/components/signatory';
|
|
285
|
+
export type { Signatory } from '@gusto/embedded-api/models/components/signatory';
|
|
286
286
|
/** `ApplicableIf` entity from the Gusto Embedded API. */
|
|
287
|
-
export type { ApplicableIf } from '@gusto/embedded-api
|
|
287
|
+
export type { ApplicableIf } from '@gusto/embedded-api/models/components/taxrequirement';
|
|
288
288
|
/** `TaxRequirement` entity from the Gusto Embedded API. */
|
|
289
|
-
export type { TaxRequirement } from '@gusto/embedded-api
|
|
289
|
+
export type { TaxRequirement } from '@gusto/embedded-api/models/components/taxrequirement';
|
|
290
290
|
/** `TaxRequirementMetadata` entity from the Gusto Embedded API. */
|
|
291
|
-
export type { TaxRequirementMetadata } from '@gusto/embedded-api
|
|
291
|
+
export type { TaxRequirementMetadata } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
|
|
292
292
|
/** `TaxRequirementMetadataOptions` entity from the Gusto Embedded API. */
|
|
293
|
-
export type { TaxRequirementMetadataOptions } from '@gusto/embedded-api
|
|
294
|
-
export type { Validation } from '@gusto/embedded-api
|
|
295
|
-
export { RateType, TaxRequirementMetadataType, TaxRequirementMetadataValidationType, } from '@gusto/embedded-api
|
|
293
|
+
export type { TaxRequirementMetadataOptions } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
|
|
294
|
+
export type { Validation } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
|
|
295
|
+
export { RateType, TaxRequirementMetadataType, TaxRequirementMetadataValidationType, } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
|
|
296
296
|
/** `TaxRequirementSet` entity from the Gusto Embedded API. */
|
|
297
|
-
export type { TaxRequirementSet } from '@gusto/embedded-api
|
|
297
|
+
export type { TaxRequirementSet } from '@gusto/embedded-api/models/components/taxrequirementset';
|
|
298
298
|
/** `TaxRequirementsState` entity from the Gusto Embedded API. */
|
|
299
|
-
export type { TaxRequirementsState } from '@gusto/embedded-api
|
|
299
|
+
export type { TaxRequirementsState } from '@gusto/embedded-api/models/components/taxrequirementsstate';
|
|
300
300
|
/** `TaxRequirementStatesList` entity from the Gusto Embedded API. */
|
|
301
|
-
export type { TaxRequirementStatesList } from '@gusto/embedded-api
|
|
302
|
-
export { SetupStatus } from '@gusto/embedded-api
|
|
303
|
-
export type { TaxRequirementsValue } from '@gusto/embedded-api
|
|
304
|
-
export type { Termination } from '@gusto/embedded-api
|
|
301
|
+
export type { TaxRequirementStatesList } from '@gusto/embedded-api/models/components/taxrequirementstateslist';
|
|
302
|
+
export { SetupStatus } from '@gusto/embedded-api/models/components/taxrequirementstateslist';
|
|
303
|
+
export type { TaxRequirementsValue } from '@gusto/embedded-api/models/components/taxrequirementsvalue';
|
|
304
|
+
export type { Termination } from '@gusto/embedded-api/models/components/termination';
|
|
305
305
|
/** `TimeOffPolicyEmployees` entity from the Gusto Embedded API. */
|
|
306
|
-
export type { TimeOffPolicyEmployees } from '@gusto/embedded-api
|
|
307
|
-
export type { TimeOffPolicy } from '@gusto/embedded-api
|
|
308
|
-
export { PolicyType } from '@gusto/embedded-api
|
|
309
|
-
export type { TimeOffPolicyRequest } from '@gusto/embedded-api
|
|
310
|
-
export { AccrualMethod, TimeOffPolicyRequestPolicyType, } from '@gusto/embedded-api
|
|
311
|
-
export type { UnprocessedTerminationPayPeriod } from '@gusto/embedded-api
|
|
312
|
-
export type { WireInRequest } from '@gusto/embedded-api
|
|
313
|
-
export { PaymentType, WireInRequestStatus, } from '@gusto/embedded-api
|
|
306
|
+
export type { TimeOffPolicyEmployees } from '@gusto/embedded-api/models/components/timeoffpolicy';
|
|
307
|
+
export type { TimeOffPolicy } from '@gusto/embedded-api/models/components/timeoffpolicy';
|
|
308
|
+
export { PolicyType } from '@gusto/embedded-api/models/components/timeoffpolicy';
|
|
309
|
+
export type { TimeOffPolicyRequest } from '@gusto/embedded-api/models/components/timeoffpolicyrequest';
|
|
310
|
+
export { AccrualMethod, TimeOffPolicyRequestPolicyType, } from '@gusto/embedded-api/models/components/timeoffpolicyrequest';
|
|
311
|
+
export type { UnprocessedTerminationPayPeriod } from '@gusto/embedded-api/models/components/unprocessedterminationpayperiod';
|
|
312
|
+
export type { WireInRequest } from '@gusto/embedded-api/models/components/wireinrequest';
|
|
313
|
+
export { PaymentType, WireInRequestStatus, } from '@gusto/embedded-api/models/components/wireinrequest';
|
package/dist/shared/constants.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OnboardingStatus as E } from "@gusto/embedded-api
|
|
2
|
-
import { ContractorOnboardingStatus1 as e } from "@gusto/embedded-api
|
|
1
|
+
import { OnboardingStatus as E } from "@gusto/embedded-api/models/operations/putv1employeesemployeeidonboardingstatus";
|
|
2
|
+
import { ContractorOnboardingStatus1 as e } from "@gusto/embedded-api/models/components/contractor";
|
|
3
3
|
const A = {
|
|
4
4
|
EMPLOYEE_CREATE: "employee/create",
|
|
5
5
|
EMPLOYEE_CREATED: "employee/created",
|