@gusto/embedded-react-sdk 0.39.0 → 0.41.0
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 +127 -0
- package/dist/components/Base/Base.js +3 -2
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
- package/dist/components/Common/Form/Form.d.ts +1 -1
- package/dist/components/Common/Form/Form.js +15 -5
- package/dist/components/Common/Form/Form.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +6 -4
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +11 -9
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +12 -10
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.module.scss.js +12 -12
- package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
- package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +8 -6
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +3 -2
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +3 -2
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +7 -6
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +14 -13
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +3 -2
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +10 -9
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +3 -2
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +3 -2
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +8 -7
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +9 -8
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +8 -7
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +5 -4
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +3 -2
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +10 -8
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +80 -61
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/fields.d.ts +3 -3
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/fields.js +2 -2
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/index.d.ts +1 -3
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/signCompanyFormSchema.d.ts +2 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/signCompanyFormSchema.js +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -0
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +33 -0
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +106 -0
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -0
- package/dist/components/Company/FederalTaxes/Actions.js +6 -5
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +9 -7
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +3 -2
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +6 -5
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +3 -2
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +7 -6
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +5 -4
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +7 -6
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +5 -4
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -2
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +7 -6
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +7 -6
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +8 -6
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +6 -5
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -5
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +4 -2
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +4 -3
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.d.ts +6 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +31 -148
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +10 -0
- package/dist/components/Company/PaySchedule/PayScheduleComponents.js +26 -0
- package/dist/components/Company/PaySchedule/PayScheduleComponents.js.map +1 -0
- package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +8 -0
- package/dist/components/Company/PaySchedule/PayScheduleForm.js +199 -0
- package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -0
- package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +8 -0
- package/dist/components/Company/PaySchedule/PayScheduleList.js +103 -0
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -0
- package/dist/components/Company/PaySchedule/{_parts/List.module.scss.js → PayScheduleList.module.scss.js} +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.module.scss.js.map +1 -0
- package/dist/components/Company/PaySchedule/payScheduleStateMachine.d.ts +6 -0
- package/dist/components/Company/PaySchedule/payScheduleStateMachine.js +49 -0
- package/dist/components/Company/PaySchedule/payScheduleStateMachine.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/fields.d.ts +6 -6
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/fields.js +5 -5
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/index.d.ts +0 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/payScheduleSchema.d.ts +2 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/payScheduleSchema.js +2 -2
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -0
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +33 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/usePayScheduleForm.js +30 -26
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -0
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +6 -5
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Company/exports/companyOnboarding.d.ts +14 -0
- package/dist/components/Company/exports/companyOnboarding.js +31 -0
- package/dist/components/Company/exports/companyOnboarding.js.map +1 -0
- package/dist/components/Contractor/Address/Address.js +4 -2
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +3 -2
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +6 -5
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +3 -2
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +3 -2
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +5 -4
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +14 -13
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
- package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +74 -50
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/exports/contractorOnboarding.d.ts +7 -0
- package/dist/components/Contractor/exports/contractorOnboarding.js +17 -0
- package/dist/components/Contractor/exports/contractorOnboarding.js.map +1 -0
- package/dist/components/Employee/Compensation/Actions.js +5 -4
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +23 -22
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +23 -22
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchema.d.ts +2 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchema.js +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/fields.d.ts +8 -8
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/fields.js +6 -6
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/index.d.ts +0 -2
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +43 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/useCompensationForm.js +28 -24
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -0
- package/dist/components/Employee/Dashboard/Dashboard.js +79 -79
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/DocumentsView.js +2 -5
- package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.d.ts +8 -11
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +8 -8
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +10 -12
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +11 -11
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.d.ts +6 -9
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js +10 -10
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.d.ts +7 -10
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js +8 -8
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +7 -6
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +3 -2
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +7 -6
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +11 -9
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +3 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +23 -22
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +3 -2
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +13 -11
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/fields.d.ts +5 -5
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/fields.js +4 -4
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/index.d.ts +0 -4
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/signEmployeeFormSchema.d.ts +1 -1
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/signEmployeeFormSchema.js +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -0
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +47 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/useSignEmployeeForm.js +66 -59
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -0
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +3 -2
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +7 -6
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -4
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +7 -6
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -2
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -6
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +3 -2
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminProfile.d.ts +2 -0
- package/dist/components/Employee/Profile/AdminProfile.js +358 -0
- package/dist/components/Employee/Profile/AdminProfile.js.map +1 -0
- package/dist/components/Employee/Profile/AdminProfile.module.scss.js +10 -0
- package/dist/components/Employee/Profile/AdminProfile.module.scss.js.map +1 -0
- package/dist/components/Employee/Profile/EmployeeProfile.d.ts +2 -0
- package/dist/components/Employee/Profile/EmployeeProfile.js +211 -0
- package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -0
- package/dist/components/Employee/Profile/EmployeeProfile.module.scss.js +10 -0
- package/dist/components/Employee/Profile/EmployeeProfile.module.scss.js.map +1 -0
- package/dist/components/Employee/Profile/Profile.d.ts +3 -3
- package/dist/components/Employee/Profile/Profile.js +25 -261
- package/dist/components/Employee/Profile/Profile.js.map +1 -1
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +2 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/employeeDetailsSchema.js +2 -2
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/fields.d.ts +4 -4
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/fields.js +5 -5
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/index.d.ts +0 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +15 -33
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/useEmployeeDetailsForm.js +31 -27
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +22 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +36 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +41 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js +32 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +5 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +44 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +161 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/fields.d.ts +3 -3
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/fields.js +2 -2
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/index.d.ts +0 -2
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/useWorkAddressForm.d.ts +11 -32
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/useWorkAddressForm.js +34 -30
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -0
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/workAddressSchema.d.ts +3 -5
- package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/workAddressSchema.js +7 -9
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.js.map +1 -0
- package/dist/components/Employee/StateTaxes/Actions.js +8 -7
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +9 -8
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +5 -4
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +4 -3
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +5 -5
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +13 -12
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +9 -8
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +3 -2
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
- package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeList.d.ts +1 -1
- package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeList.js +7 -7
- package/dist/components/Employee/employee-list/management/ManagementEmployeeList.js.map +1 -0
- package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeListView.d.ts +1 -1
- package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeListView.js +15 -14
- package/dist/components/Employee/employee-list/management/ManagementEmployeeListView.js.map +1 -0
- package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeList.d.ts +1 -1
- package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeList.js +7 -7
- package/dist/components/Employee/employee-list/onboarding/EmployeeList.js.map +1 -0
- package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeListView.d.ts +1 -1
- package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js +131 -0
- package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js.map +1 -0
- package/dist/components/Employee/employee-list/shared/index.d.ts +2 -0
- package/dist/components/Employee/{EmployeeList → employee-list/shared}/useEmployeeList.d.ts +8 -10
- package/dist/components/Employee/{EmployeeList → employee-list/shared}/useEmployeeList.js +32 -28
- package/dist/components/Employee/employee-list/shared/useEmployeeList.js.map +1 -0
- package/dist/components/Employee/exports/employeeManagement.d.ts +6 -0
- package/dist/components/Employee/exports/employeeManagement.js +15 -0
- package/dist/components/Employee/exports/employeeManagement.js.map +1 -0
- package/dist/components/Employee/exports/employeeOnboarding.d.ts +14 -0
- package/dist/components/Employee/exports/employeeOnboarding.js +31 -0
- package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -0
- package/dist/components/Employee/index.d.ts +1 -2
- package/dist/components/Employee/index.js +35 -37
- package/dist/components/Employee/index.js.map +1 -1
- package/dist/components/Flow/Flow.js +12 -11
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +18 -17
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.js +3 -2
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +11 -10
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +9 -8
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +3 -2
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +19 -18
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +2 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +7 -6
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +3 -2
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +8 -7
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +17 -17
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +3 -2
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +3 -2
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -4
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +3 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +13 -12
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +30 -29
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +3 -2
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +3 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +106 -108
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +1 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +3 -2
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +13 -12
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +10 -9
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +13 -12
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.d.ts +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js +96 -62
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +48 -45
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListTypes.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +18 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +166 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsTypes.d.ts +18 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +3 -2
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +24 -22
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +3 -2
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/index.js +24 -22
- package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
- package/dist/components/index.d.ts +7 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +11 -10
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/useObservability.js +6 -6
- package/dist/contexts/ObservabilityProvider/useObservability.js.map +1 -1
- package/dist/i18n/I18n.js +9 -9
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.PaySchedule.json.js +15 -13
- package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +1 -1
- package/dist/i18n/en/Contractor.Submit.json.js +16 -12
- package/dist/i18n/en/Contractor.Submit.json.js.map +1 -1
- package/dist/i18n/en/common.json.d.ts +1 -0
- package/dist/i18n/en/common.json.js +1 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.js +102 -26
- package/dist/index.js.map +1 -1
- package/dist/partner-hook-utils/collectErrors.js.map +1 -0
- package/dist/partner-hook-utils/composeErrorHandler.d.ts +24 -0
- package/dist/partner-hook-utils/composeErrorHandler.js +30 -0
- package/dist/partner-hook-utils/composeErrorHandler.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataContext.d.ts +2 -2
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataContext.js +3 -3
- package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataProvider.d.ts +2 -2
- package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/SDKFormProvider.d.ts +2 -2
- package/dist/partner-hook-utils/form/SDKFormProvider.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.d.ts +1 -1
- package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/composeSubmitHandler.d.ts +29 -3
- package/dist/partner-hook-utils/form/composeSubmitHandler.js +40 -0
- package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/CheckboxHookField.d.ts +3 -3
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +37 -0
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/DatePickerHookField.d.ts +3 -3
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/DatePickerHookField.js +1 -1
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/NumberInputHookField.d.ts +3 -3
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +43 -0
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/RadioGroupHookField.d.ts +3 -3
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +43 -0
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SelectHookField.d.ts +3 -3
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SelectHookField.js +18 -16
- package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SwitchHookField.d.ts +3 -3
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js +37 -0
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/TextInputHookField.d.ts +3 -3
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js +41 -0
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/index.d.ts +7 -7
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFieldWithOptions.d.ts +1 -1
- package/dist/partner-hook-utils/form/getFieldWithOptions.js.map +1 -0
- package/dist/partner-hook-utils/form/getFormSubmissionValues.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/index.d.ts +2 -2
- package/dist/partner-hook-utils/form/preprocessors.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/resolveFieldError.d.ts +2 -2
- package/dist/partner-hook-utils/form/resolveFieldError.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useDeriveFieldsMetadata.d.ts +1 -1
- package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js +21 -0
- package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useFieldErrorMessage.d.ts +1 -1
- package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useHookFieldResolution.d.ts +2 -2
- package/dist/partner-hook-utils/form/useHookFieldResolution.js.map +1 -0
- package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/withOptions.d.ts +1 -1
- package/dist/partner-hook-utils/form/withOptions.js.map +1 -0
- package/dist/partner-hook-utils/index.d.ts +5 -0
- package/dist/{types/sdkHooks.d.ts → partner-hook-utils/types.d.ts} +37 -9
- package/dist/shared/constants.d.ts +1 -1
- package/dist/shared/constants.js +15 -16
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +24 -252
- package/dist/types/sdkError.js.map +1 -1
- package/docs/reference/endpoint-inventory.json +531 -170
- package/package.json +15 -19
- package/dist/UNSTABLE_Hooks.d.ts +0 -1
- package/dist/UNSTABLE_Hooks.js +0 -71
- package/dist/UNSTABLE_Hooks.js.map +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Actions.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js +0 -20
- package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Form.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Form.js +0 -20
- package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Head.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Head.js +0 -35
- package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Preview.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js +0 -20
- package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.d.ts +0 -9
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +0 -22
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.d.ts +0 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +0 -63
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.d.ts +0 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +0 -134
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js +0 -14
- package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/Head.d.ts +0 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +0 -47
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/List.d.ts +0 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +0 -57
- package/dist/components/Company/PaySchedule/_parts/List.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/List.module.scss.js.map +0 -1
- package/dist/components/Company/PaySchedule/_parts/index.d.ts +0 -5
- package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -39
- package/dist/components/Company/PaySchedule/usePaySchedule.js +0 -30
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +0 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +0 -1
- package/dist/components/Employee/EmployeeList/EmployeeListView.js +0 -130
- package/dist/components/Employee/EmployeeList/EmployeeListView.js.map +0 -1
- package/dist/components/Employee/EmployeeList/ManagementEmployeeList.js.map +0 -1
- package/dist/components/Employee/EmployeeList/ManagementEmployeeListView.js.map +0 -1
- package/dist/components/Employee/EmployeeList/index.d.ts +0 -3
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +0 -1
- package/dist/components/Employee/Profile/Actions.d.ts +0 -1
- package/dist/components/Employee/Profile/Actions.js +0 -14
- package/dist/components/Employee/Profile/Actions.js.map +0 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.d.ts +0 -33
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +0 -59
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +0 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +0 -8
- package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js.map +0 -1
- package/dist/components/Employee/Profile/Head.d.ts +0 -1
- package/dist/components/Employee/Profile/Head.js +0 -14
- package/dist/components/Employee/Profile/Head.js.map +0 -1
- package/dist/components/Employee/Profile/HomeAddress.d.ts +0 -31
- package/dist/components/Employee/Profile/HomeAddress.js +0 -128
- package/dist/components/Employee/Profile/HomeAddress.js.map +0 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.d.ts +0 -49
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +0 -146
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +0 -1
- package/dist/components/Employee/Profile/SelfPersonalDetails.d.ts +0 -16
- package/dist/components/Employee/Profile/SelfPersonalDetails.js +0 -29
- package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +0 -1
- package/dist/components/Employee/Profile/WorkAddress.d.ts +0 -1
- package/dist/components/Employee/Profile/WorkAddress.js +0 -21
- package/dist/components/Employee/Profile/WorkAddress.js.map +0 -1
- package/dist/components/Employee/Profile/WorkAddress.module.scss.js +0 -8
- package/dist/components/Employee/Profile/WorkAddress.module.scss.js.map +0 -1
- package/dist/components/Employee/Profile/getEmployeeAddressForProfile.d.ts +0 -2
- package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js +0 -8
- package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +0 -1
- package/dist/components/Employee/Profile/useProfile.d.ts +0 -16
- package/dist/components/Employee/Profile/useProfile.js +0 -20
- package/dist/components/Employee/Profile/useProfile.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/buildFormSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js +0 -34
- package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js +0 -35
- package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js +0 -41
- package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js +0 -41
- package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js +0 -35
- package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js +0 -39
- package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/preprocessors.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/resolveFieldError.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js +0 -21
- package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/useHookFieldResolution.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/withOptions.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js +0 -149
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.d.ts +0 -102
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js +0 -112
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.js +0 -172
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/fields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/payScheduleSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/usePayScheduleForm.d.ts +0 -69
- package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/usePayScheduleForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.js +0 -69
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/fields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/signCompanyFormSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.d.ts +0 -57
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.js +0 -101
- package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.js +0 -71
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.js +0 -179
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/fields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/signEmployeeFormSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/useSignEmployeeForm.d.ts +0 -151
- package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/useSignEmployeeForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.d.ts +0 -5
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js +0 -69
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/index.d.ts +0 -12
- package/dist/helpers/buildQueryErrorHandling.d.ts +0 -22
- package/dist/helpers/buildQueryErrorHandling.js +0 -11
- package/dist/helpers/buildQueryErrorHandling.js.map +0 -1
- package/dist/helpers/collectErrors.js.map +0 -1
- package/dist/hooks/useErrorHandling.d.ts +0 -9
- package/dist/hooks/useErrorHandling.js +0 -12
- package/dist/hooks/useErrorHandling.js.map +0 -1
- package/dist/hooks/useErrorHandling.test.d.ts +0 -1
- package/dist/i18n/en/UNSTABLE.CompensationForm.json.js +0 -58
- package/dist/i18n/en/UNSTABLE.CompensationForm.json.js.map +0 -1
- package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js +0 -34
- package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js.map +0 -1
- package/dist/i18n/en/UNSTABLE.PayScheduleForm.json.js +0 -24
- package/dist/i18n/en/UNSTABLE.PayScheduleForm.json.js.map +0 -1
- package/dist/i18n/en/UNSTABLE.SignCompanyForm.json.js +0 -20
- package/dist/i18n/en/UNSTABLE.SignCompanyForm.json.js.map +0 -1
- package/dist/i18n/en/UNSTABLE.SignEmployeeForm.json.js +0 -22
- package/dist/i18n/en/UNSTABLE.SignEmployeeForm.json.js.map +0 -1
- package/dist/i18n/en/UNSTABLE.SignEmployeeI9Form.json.js +0 -70
- package/dist/i18n/en/UNSTABLE.SignEmployeeI9Form.json.js.map +0 -1
- package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js +0 -24
- package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js.map +0 -1
- /package/dist/components/{UNSTABLE_Hooks/hooks/usePayScheduleForm → Company/PaySchedule}/PayScheduleForm.module.scss.js +0 -0
- /package/dist/components/{UNSTABLE_Hooks/hooks/usePayScheduleForm → Company/PaySchedule}/PayScheduleForm.module.scss.js.map +0 -0
- /package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchemaParity.test.d.ts +0 -0
- /package/dist/{helpers → partner-hook-utils}/collectErrors.d.ts +0 -0
- /package/dist/{helpers → partner-hook-utils}/collectErrors.js +0 -0
- /package/dist/{components/Employee/Profile/getEmployeeAddressForProfile.test.d.ts → partner-hook-utils/composeErrorHandler.test.d.ts} +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataProvider.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/SDKFormProvider.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.test.d.ts +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/composeSubmitHandler.test.d.ts +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFieldWithOptions.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.d.ts +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.test.d.ts +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/preprocessors.d.ts +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/preprocessors.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/resolveFieldError.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useFieldErrorMessage.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useHookFieldResolution.js +0 -0
- /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/withOptions.js +0 -0
|
@@ -103,25 +103,6 @@
|
|
|
103
103
|
"companyUuid"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
|
-
"Company.SignatureForm": {
|
|
107
|
-
"endpoints": [
|
|
108
|
-
{
|
|
109
|
-
"method": "GET",
|
|
110
|
-
"path": "/v1/forms/:formId"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"method": "PUT",
|
|
114
|
-
"path": "/v1/forms/:formId/sign"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"method": "GET",
|
|
118
|
-
"path": "/v1/forms/:formId/pdf"
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"variables": [
|
|
122
|
-
"formId"
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
106
|
"Company.DocumentSigner": {
|
|
126
107
|
"endpoints": [
|
|
127
108
|
{
|
|
@@ -136,13 +117,13 @@
|
|
|
136
117
|
"method": "GET",
|
|
137
118
|
"path": "/v1/forms/:formId"
|
|
138
119
|
},
|
|
139
|
-
{
|
|
140
|
-
"method": "PUT",
|
|
141
|
-
"path": "/v1/forms/:formId/sign"
|
|
142
|
-
},
|
|
143
120
|
{
|
|
144
121
|
"method": "GET",
|
|
145
122
|
"path": "/v1/forms/:formId/pdf"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"method": "PUT",
|
|
126
|
+
"path": "/v1/forms/:formId/sign"
|
|
146
127
|
}
|
|
147
128
|
],
|
|
148
129
|
"variables": [
|
|
@@ -190,23 +171,32 @@
|
|
|
190
171
|
"endpoints": [
|
|
191
172
|
{
|
|
192
173
|
"method": "GET",
|
|
193
|
-
"path": "/v1/companies/:companyId/pay_schedules
|
|
174
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
194
175
|
},
|
|
195
176
|
{
|
|
196
|
-
"method": "
|
|
177
|
+
"method": "GET",
|
|
197
178
|
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
198
179
|
},
|
|
199
180
|
{
|
|
200
181
|
"method": "GET",
|
|
201
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
182
|
+
"path": "/v1/companies/:companyId/pay_schedules/preview"
|
|
202
183
|
},
|
|
203
184
|
{
|
|
204
185
|
"method": "POST",
|
|
205
186
|
"path": "/v1/companies/:companyId/pay_schedules"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"method": "PUT",
|
|
190
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"method": "GET",
|
|
194
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
206
195
|
}
|
|
207
196
|
],
|
|
208
197
|
"variables": [
|
|
209
198
|
"companyId",
|
|
199
|
+
"companyUuid",
|
|
210
200
|
"payScheduleId"
|
|
211
201
|
]
|
|
212
202
|
},
|
|
@@ -528,26 +518,6 @@
|
|
|
528
518
|
"employeeId"
|
|
529
519
|
]
|
|
530
520
|
},
|
|
531
|
-
"Employee.ManagementEmployeeList": {
|
|
532
|
-
"endpoints": [
|
|
533
|
-
{
|
|
534
|
-
"method": "GET",
|
|
535
|
-
"path": "/v1/companies/:companyId/employees"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"method": "DELETE",
|
|
539
|
-
"path": "/v1/employees/:employeeId"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"method": "PUT",
|
|
543
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
544
|
-
}
|
|
545
|
-
],
|
|
546
|
-
"variables": [
|
|
547
|
-
"companyId",
|
|
548
|
-
"employeeId"
|
|
549
|
-
]
|
|
550
|
-
},
|
|
551
521
|
"Employee.Deductions": {
|
|
552
522
|
"endpoints": [
|
|
553
523
|
{
|
|
@@ -591,16 +561,24 @@
|
|
|
591
561
|
"endpoints": [
|
|
592
562
|
{
|
|
593
563
|
"method": "GET",
|
|
594
|
-
"path": "/v1/
|
|
564
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"method": "GET",
|
|
568
|
+
"path": "/v1/employees/:employeeId"
|
|
595
569
|
},
|
|
596
570
|
{
|
|
597
571
|
"method": "POST",
|
|
598
572
|
"path": "/v1/companies/:companyId/employees"
|
|
599
573
|
},
|
|
600
574
|
{
|
|
601
|
-
"method": "
|
|
575
|
+
"method": "PUT",
|
|
602
576
|
"path": "/v1/employees/:employeeId"
|
|
603
577
|
},
|
|
578
|
+
{
|
|
579
|
+
"method": "PUT",
|
|
580
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
581
|
+
},
|
|
604
582
|
{
|
|
605
583
|
"method": "GET",
|
|
606
584
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
@@ -613,17 +591,9 @@
|
|
|
613
591
|
"method": "PUT",
|
|
614
592
|
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
615
593
|
},
|
|
616
|
-
{
|
|
617
|
-
"method": "PUT",
|
|
618
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"method": "PUT",
|
|
622
|
-
"path": "/v1/employees/:employeeId"
|
|
623
|
-
},
|
|
624
594
|
{
|
|
625
595
|
"method": "GET",
|
|
626
|
-
"path": "/v1/
|
|
596
|
+
"path": "/v1/companies/:companyId/locations"
|
|
627
597
|
},
|
|
628
598
|
{
|
|
629
599
|
"method": "POST",
|
|
@@ -631,7 +601,7 @@
|
|
|
631
601
|
},
|
|
632
602
|
{
|
|
633
603
|
"method": "PUT",
|
|
634
|
-
"path": "/v1/
|
|
604
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
635
605
|
}
|
|
636
606
|
],
|
|
637
607
|
"variables": [
|
|
@@ -1345,6 +1315,10 @@
|
|
|
1345
1315
|
},
|
|
1346
1316
|
"UNSTABLE_TimeOff.PolicyList": {
|
|
1347
1317
|
"endpoints": [
|
|
1318
|
+
{
|
|
1319
|
+
"method": "POST",
|
|
1320
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1321
|
+
},
|
|
1348
1322
|
{
|
|
1349
1323
|
"method": "GET",
|
|
1350
1324
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1356,6 +1330,18 @@
|
|
|
1356
1330
|
{
|
|
1357
1331
|
"method": "GET",
|
|
1358
1332
|
"path": "/v1/companies/:companyId/employees"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"method": "GET",
|
|
1336
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"method": "DELETE",
|
|
1340
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"method": "POST",
|
|
1344
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1359
1345
|
}
|
|
1360
1346
|
],
|
|
1361
1347
|
"variables": [
|
|
@@ -1364,143 +1350,547 @@
|
|
|
1364
1350
|
"timeOffPolicyUuid"
|
|
1365
1351
|
]
|
|
1366
1352
|
},
|
|
1367
|
-
"UNSTABLE_TimeOff.
|
|
1353
|
+
"UNSTABLE_TimeOff.PolicyTypeSelector": {
|
|
1368
1354
|
"endpoints": [
|
|
1355
|
+
{
|
|
1356
|
+
"method": "POST",
|
|
1357
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"method": "GET",
|
|
1361
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"method": "PUT",
|
|
1365
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"method": "GET",
|
|
1369
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"method": "GET",
|
|
1373
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"method": "DELETE",
|
|
1377
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1378
|
+
},
|
|
1369
1379
|
{
|
|
1370
1380
|
"method": "POST",
|
|
1371
1381
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1372
1382
|
}
|
|
1373
1383
|
],
|
|
1374
1384
|
"variables": [
|
|
1375
|
-
"
|
|
1385
|
+
"companyId",
|
|
1386
|
+
"companyUuid",
|
|
1387
|
+
"timeOffPolicyUuid"
|
|
1376
1388
|
]
|
|
1377
1389
|
},
|
|
1378
|
-
"UNSTABLE_TimeOff.
|
|
1390
|
+
"UNSTABLE_TimeOff.PolicyConfigurationForm": {
|
|
1379
1391
|
"endpoints": [
|
|
1380
1392
|
{
|
|
1381
1393
|
"method": "POST",
|
|
1382
|
-
"path": "/v1/companies/:companyUuid/
|
|
1394
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1383
1395
|
}
|
|
1384
1396
|
],
|
|
1385
1397
|
"variables": [
|
|
1386
1398
|
"companyUuid"
|
|
1387
1399
|
]
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
"flows": {
|
|
1391
|
-
"Company.OnboardingFlow": {
|
|
1392
|
-
"blocks": [
|
|
1393
|
-
"Company.BankAccount",
|
|
1394
|
-
"Company.DocumentSigner",
|
|
1395
|
-
"Company.FederalTaxes",
|
|
1396
|
-
"Company.Industry",
|
|
1397
|
-
"Company.Locations",
|
|
1398
|
-
"Company.OnboardingFlow",
|
|
1399
|
-
"Company.OnboardingOverview",
|
|
1400
|
-
"Company.PaySchedule",
|
|
1401
|
-
"Company.StateTaxes",
|
|
1402
|
-
"Employee.OnboardingFlow"
|
|
1403
|
-
],
|
|
1400
|
+
},
|
|
1401
|
+
"UNSTABLE_TimeOff.PolicySettings": {
|
|
1404
1402
|
"endpoints": [
|
|
1405
1403
|
{
|
|
1406
|
-
"method": "
|
|
1407
|
-
"path": "/v1/companies/:
|
|
1404
|
+
"method": "POST",
|
|
1405
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1408
1406
|
},
|
|
1409
1407
|
{
|
|
1410
|
-
"method": "
|
|
1411
|
-
"path": "/v1/companies/:
|
|
1408
|
+
"method": "GET",
|
|
1409
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1412
1410
|
},
|
|
1413
1411
|
{
|
|
1414
1412
|
"method": "PUT",
|
|
1415
|
-
"path": "/v1/
|
|
1413
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1416
1414
|
},
|
|
1417
1415
|
{
|
|
1418
1416
|
"method": "GET",
|
|
1419
|
-
"path": "/v1/companies/:companyId/
|
|
1417
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1420
1418
|
},
|
|
1421
1419
|
{
|
|
1422
1420
|
"method": "GET",
|
|
1423
|
-
"path": "/v1/companies/:companyUuid/
|
|
1421
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1424
1422
|
},
|
|
1425
1423
|
{
|
|
1426
|
-
"method": "
|
|
1427
|
-
"path": "/v1/
|
|
1424
|
+
"method": "DELETE",
|
|
1425
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1428
1426
|
},
|
|
1429
1427
|
{
|
|
1430
|
-
"method": "
|
|
1431
|
-
"path": "/v1/
|
|
1428
|
+
"method": "POST",
|
|
1429
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1430
|
+
}
|
|
1431
|
+
],
|
|
1432
|
+
"variables": [
|
|
1433
|
+
"companyId",
|
|
1434
|
+
"companyUuid",
|
|
1435
|
+
"timeOffPolicyUuid"
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
"UNSTABLE_TimeOff.PolicySettingsPresentation": {
|
|
1439
|
+
"endpoints": [
|
|
1440
|
+
{
|
|
1441
|
+
"method": "POST",
|
|
1442
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1432
1443
|
},
|
|
1433
1444
|
{
|
|
1434
1445
|
"method": "GET",
|
|
1435
|
-
"path": "/v1/
|
|
1446
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1436
1447
|
},
|
|
1437
1448
|
{
|
|
1438
1449
|
"method": "PUT",
|
|
1439
|
-
"path": "/v1/
|
|
1450
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1440
1451
|
},
|
|
1441
1452
|
{
|
|
1442
1453
|
"method": "GET",
|
|
1443
|
-
"path": "/v1/companies/:companyId/
|
|
1454
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1444
1455
|
},
|
|
1445
1456
|
{
|
|
1446
1457
|
"method": "GET",
|
|
1447
|
-
"path": "/v1/companies/:
|
|
1458
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1448
1459
|
},
|
|
1449
1460
|
{
|
|
1450
|
-
"method": "
|
|
1451
|
-
"path": "/v1/companies/:
|
|
1461
|
+
"method": "DELETE",
|
|
1462
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1452
1463
|
},
|
|
1453
1464
|
{
|
|
1454
|
-
"method": "
|
|
1455
|
-
"path": "/v1/
|
|
1465
|
+
"method": "POST",
|
|
1466
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1467
|
+
}
|
|
1468
|
+
],
|
|
1469
|
+
"variables": [
|
|
1470
|
+
"companyId",
|
|
1471
|
+
"companyUuid",
|
|
1472
|
+
"timeOffPolicyUuid"
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
|
+
"UNSTABLE_TimeOff.AddEmployeesToPolicy": {
|
|
1476
|
+
"endpoints": [
|
|
1477
|
+
{
|
|
1478
|
+
"method": "POST",
|
|
1479
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1456
1480
|
},
|
|
1457
1481
|
{
|
|
1458
1482
|
"method": "GET",
|
|
1459
|
-
"path": "/v1/
|
|
1483
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1460
1484
|
},
|
|
1461
1485
|
{
|
|
1462
|
-
"method": "
|
|
1463
|
-
"path": "/v1/
|
|
1486
|
+
"method": "PUT",
|
|
1487
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1464
1488
|
},
|
|
1465
1489
|
{
|
|
1466
1490
|
"method": "GET",
|
|
1467
|
-
"path": "/v1/companies/:companyId/
|
|
1491
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1468
1492
|
},
|
|
1469
1493
|
{
|
|
1470
1494
|
"method": "GET",
|
|
1471
|
-
"path": "/v1/companies/:companyUuid/
|
|
1495
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1472
1496
|
},
|
|
1473
1497
|
{
|
|
1474
|
-
"method": "
|
|
1475
|
-
"path": "/v1/companies/:
|
|
1498
|
+
"method": "DELETE",
|
|
1499
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1476
1500
|
},
|
|
1477
1501
|
{
|
|
1478
|
-
"method": "
|
|
1479
|
-
"path": "/v1/companies/:
|
|
1480
|
-
}
|
|
1502
|
+
"method": "POST",
|
|
1503
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1506
|
+
"variables": [
|
|
1507
|
+
"companyId",
|
|
1508
|
+
"companyUuid",
|
|
1509
|
+
"timeOffPolicyUuid"
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
"UNSTABLE_TimeOff.ViewPolicyDetails": {
|
|
1513
|
+
"endpoints": [
|
|
1481
1514
|
{
|
|
1482
|
-
"method": "
|
|
1483
|
-
"path": "/v1/companies/:
|
|
1515
|
+
"method": "POST",
|
|
1516
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1484
1517
|
},
|
|
1485
1518
|
{
|
|
1486
|
-
"method": "
|
|
1487
|
-
"path": "/v1/companies/:
|
|
1519
|
+
"method": "GET",
|
|
1520
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1488
1521
|
},
|
|
1489
1522
|
{
|
|
1490
1523
|
"method": "PUT",
|
|
1491
|
-
"path": "/v1/
|
|
1524
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1492
1525
|
},
|
|
1493
1526
|
{
|
|
1494
1527
|
"method": "GET",
|
|
1495
|
-
"path": "/v1/companies/:
|
|
1528
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1496
1529
|
},
|
|
1497
1530
|
{
|
|
1498
1531
|
"method": "GET",
|
|
1499
|
-
"path": "/v1/companies/:companyUuid/
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1532
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"method": "DELETE",
|
|
1536
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"method": "POST",
|
|
1540
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"variables": [
|
|
1544
|
+
"companyId",
|
|
1545
|
+
"companyUuid",
|
|
1546
|
+
"timeOffPolicyUuid"
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
"UNSTABLE_TimeOff.ViewPolicyEmployees": {
|
|
1550
|
+
"endpoints": [
|
|
1551
|
+
{
|
|
1552
|
+
"method": "POST",
|
|
1553
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"method": "GET",
|
|
1557
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"method": "PUT",
|
|
1561
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"method": "GET",
|
|
1565
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"method": "GET",
|
|
1569
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"method": "DELETE",
|
|
1573
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"method": "POST",
|
|
1577
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"variables": [
|
|
1581
|
+
"companyId",
|
|
1582
|
+
"companyUuid",
|
|
1583
|
+
"timeOffPolicyUuid"
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
"UNSTABLE_TimeOff.HolidaySelectionForm": {
|
|
1587
|
+
"endpoints": [
|
|
1588
|
+
{
|
|
1589
|
+
"method": "POST",
|
|
1590
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"method": "GET",
|
|
1594
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"method": "PUT",
|
|
1598
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"method": "GET",
|
|
1602
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"method": "GET",
|
|
1606
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"method": "DELETE",
|
|
1610
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"method": "POST",
|
|
1614
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"variables": [
|
|
1618
|
+
"companyId",
|
|
1619
|
+
"companyUuid",
|
|
1620
|
+
"timeOffPolicyUuid"
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
"UNSTABLE_TimeOff.AddEmployeesHoliday": {
|
|
1624
|
+
"endpoints": [
|
|
1625
|
+
{
|
|
1626
|
+
"method": "POST",
|
|
1627
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"method": "GET",
|
|
1631
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"method": "PUT",
|
|
1635
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"method": "GET",
|
|
1639
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"method": "GET",
|
|
1643
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"method": "DELETE",
|
|
1647
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"method": "POST",
|
|
1651
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1652
|
+
}
|
|
1653
|
+
],
|
|
1654
|
+
"variables": [
|
|
1655
|
+
"companyId",
|
|
1656
|
+
"companyUuid",
|
|
1657
|
+
"timeOffPolicyUuid"
|
|
1658
|
+
]
|
|
1659
|
+
},
|
|
1660
|
+
"UNSTABLE_TimeOff.ViewHolidayEmployees": {
|
|
1661
|
+
"endpoints": [
|
|
1662
|
+
{
|
|
1663
|
+
"method": "POST",
|
|
1664
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"method": "GET",
|
|
1668
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"method": "PUT",
|
|
1672
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"method": "GET",
|
|
1676
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"method": "GET",
|
|
1680
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"method": "DELETE",
|
|
1684
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"method": "POST",
|
|
1688
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"variables": [
|
|
1692
|
+
"companyId",
|
|
1693
|
+
"companyUuid",
|
|
1694
|
+
"timeOffPolicyUuid"
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
"UNSTABLE_TimeOff.ViewHolidaySchedule": {
|
|
1698
|
+
"endpoints": [
|
|
1699
|
+
{
|
|
1700
|
+
"method": "POST",
|
|
1701
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"method": "GET",
|
|
1705
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"method": "PUT",
|
|
1709
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"method": "GET",
|
|
1713
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"method": "GET",
|
|
1717
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"method": "DELETE",
|
|
1721
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"method": "POST",
|
|
1725
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"variables": [
|
|
1729
|
+
"companyId",
|
|
1730
|
+
"companyUuid",
|
|
1731
|
+
"timeOffPolicyUuid"
|
|
1732
|
+
]
|
|
1733
|
+
},
|
|
1734
|
+
"UNSTABLE_TimeOff.TimeOffFlow": {
|
|
1735
|
+
"endpoints": [
|
|
1736
|
+
{
|
|
1737
|
+
"method": "POST",
|
|
1738
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"method": "GET",
|
|
1742
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"method": "PUT",
|
|
1746
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"method": "GET",
|
|
1750
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"method": "GET",
|
|
1754
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"method": "DELETE",
|
|
1758
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"method": "POST",
|
|
1762
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1765
|
+
"variables": [
|
|
1766
|
+
"companyId",
|
|
1767
|
+
"companyUuid",
|
|
1768
|
+
"timeOffPolicyUuid"
|
|
1769
|
+
]
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
"flows": {
|
|
1773
|
+
"Company.OnboardingFlow": {
|
|
1774
|
+
"blocks": [
|
|
1775
|
+
"Company.BankAccount",
|
|
1776
|
+
"Company.DocumentSigner",
|
|
1777
|
+
"Company.FederalTaxes",
|
|
1778
|
+
"Company.Industry",
|
|
1779
|
+
"Company.Locations",
|
|
1780
|
+
"Company.OnboardingFlow",
|
|
1781
|
+
"Company.OnboardingOverview",
|
|
1782
|
+
"Company.PaySchedule",
|
|
1783
|
+
"Company.StateTaxes",
|
|
1784
|
+
"Employee.OnboardingFlow"
|
|
1785
|
+
],
|
|
1786
|
+
"endpoints": [
|
|
1787
|
+
{
|
|
1788
|
+
"method": "GET",
|
|
1789
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"method": "POST",
|
|
1793
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"method": "PUT",
|
|
1797
|
+
"path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"method": "GET",
|
|
1801
|
+
"path": "/v1/companies/:companyId/forms"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"method": "GET",
|
|
1805
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"method": "GET",
|
|
1809
|
+
"path": "/v1/forms/:formId"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"method": "GET",
|
|
1813
|
+
"path": "/v1/forms/:formId/pdf"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"method": "PUT",
|
|
1817
|
+
"path": "/v1/forms/:formId/sign"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"method": "PUT",
|
|
1821
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"method": "GET",
|
|
1825
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"method": "GET",
|
|
1829
|
+
"path": "/v1/companies/:companyId/industry_selection"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"method": "PUT",
|
|
1833
|
+
"path": "/v1/companies/:companyId/industry_selection"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"method": "PUT",
|
|
1837
|
+
"path": "/v1/locations/:locationId"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"method": "GET",
|
|
1841
|
+
"path": "/v1/locations/:locationId"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"method": "POST",
|
|
1845
|
+
"path": "/v1/companies/:companyId/locations"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"method": "GET",
|
|
1849
|
+
"path": "/v1/companies/:companyId/locations"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"method": "GET",
|
|
1853
|
+
"path": "/v1/companies/:companyUuid/onboarding_status"
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"method": "GET",
|
|
1857
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"method": "GET",
|
|
1861
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"method": "GET",
|
|
1865
|
+
"path": "/v1/companies/:companyId/pay_schedules/preview"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"method": "POST",
|
|
1869
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"method": "PUT",
|
|
1873
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"method": "GET",
|
|
1877
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"method": "PUT",
|
|
1881
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"method": "GET",
|
|
1885
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"method": "GET",
|
|
1889
|
+
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
1890
|
+
}
|
|
1891
|
+
],
|
|
1892
|
+
"variables": [
|
|
1893
|
+
"bankAccountUuid",
|
|
1504
1894
|
"companyId",
|
|
1505
1895
|
"companyUuid",
|
|
1506
1896
|
"formId",
|
|
@@ -1757,14 +2147,14 @@
|
|
|
1757
2147
|
"method": "PUT",
|
|
1758
2148
|
"path": "/v1/employees/:employeeId/payment_method"
|
|
1759
2149
|
},
|
|
1760
|
-
{
|
|
1761
|
-
"method": "GET",
|
|
1762
|
-
"path": "/v1/companies/:companyId/locations"
|
|
1763
|
-
},
|
|
1764
2150
|
{
|
|
1765
2151
|
"method": "POST",
|
|
1766
2152
|
"path": "/v1/companies/:companyId/employees"
|
|
1767
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
"method": "PUT",
|
|
2156
|
+
"path": "/v1/employees/:employeeId"
|
|
2157
|
+
},
|
|
1768
2158
|
{
|
|
1769
2159
|
"method": "GET",
|
|
1770
2160
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
@@ -1778,17 +2168,17 @@
|
|
|
1778
2168
|
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1779
2169
|
},
|
|
1780
2170
|
{
|
|
1781
|
-
"method": "
|
|
1782
|
-
"path": "/v1/
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"method": "PUT",
|
|
1786
|
-
"path": "/v1/employees/:employeeId"
|
|
2171
|
+
"method": "GET",
|
|
2172
|
+
"path": "/v1/companies/:companyId/locations"
|
|
1787
2173
|
},
|
|
1788
2174
|
{
|
|
1789
2175
|
"method": "POST",
|
|
1790
2176
|
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1791
2177
|
},
|
|
2178
|
+
{
|
|
2179
|
+
"method": "PUT",
|
|
2180
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2181
|
+
},
|
|
1792
2182
|
{
|
|
1793
2183
|
"method": "GET",
|
|
1794
2184
|
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
@@ -1893,12 +2283,20 @@
|
|
|
1893
2283
|
},
|
|
1894
2284
|
{
|
|
1895
2285
|
"method": "GET",
|
|
1896
|
-
"path": "/v1/
|
|
2286
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1897
2287
|
},
|
|
1898
2288
|
{
|
|
1899
2289
|
"method": "POST",
|
|
1900
2290
|
"path": "/v1/companies/:companyId/employees"
|
|
1901
2291
|
},
|
|
2292
|
+
{
|
|
2293
|
+
"method": "PUT",
|
|
2294
|
+
"path": "/v1/employees/:employeeId"
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"method": "PUT",
|
|
2298
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
2299
|
+
},
|
|
1902
2300
|
{
|
|
1903
2301
|
"method": "GET",
|
|
1904
2302
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
@@ -1911,17 +2309,9 @@
|
|
|
1911
2309
|
"method": "PUT",
|
|
1912
2310
|
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1913
2311
|
},
|
|
1914
|
-
{
|
|
1915
|
-
"method": "PUT",
|
|
1916
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"method": "PUT",
|
|
1920
|
-
"path": "/v1/employees/:employeeId"
|
|
1921
|
-
},
|
|
1922
2312
|
{
|
|
1923
2313
|
"method": "GET",
|
|
1924
|
-
"path": "/v1/
|
|
2314
|
+
"path": "/v1/companies/:companyId/locations"
|
|
1925
2315
|
},
|
|
1926
2316
|
{
|
|
1927
2317
|
"method": "POST",
|
|
@@ -1929,7 +2319,7 @@
|
|
|
1929
2319
|
},
|
|
1930
2320
|
{
|
|
1931
2321
|
"method": "PUT",
|
|
1932
|
-
"path": "/v1/
|
|
2322
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1933
2323
|
},
|
|
1934
2324
|
{
|
|
1935
2325
|
"method": "GET",
|
|
@@ -2140,45 +2530,16 @@
|
|
|
2140
2530
|
},
|
|
2141
2531
|
"UNSTABLE_TimeOff.TimeOffFlow": {
|
|
2142
2532
|
"blocks": [
|
|
2143
|
-
"UNSTABLE_TimeOff.
|
|
2144
|
-
"UNSTABLE_TimeOff.AddEmployeesToPolicy",
|
|
2145
|
-
"UNSTABLE_TimeOff.HolidaySelectionForm",
|
|
2146
|
-
"UNSTABLE_TimeOff.PolicyConfigurationForm",
|
|
2147
|
-
"UNSTABLE_TimeOff.PolicyList",
|
|
2148
|
-
"UNSTABLE_TimeOff.PolicySettings",
|
|
2149
|
-
"UNSTABLE_TimeOff.PolicyTypeSelector",
|
|
2150
|
-
"UNSTABLE_TimeOff.TimeOffFlow",
|
|
2151
|
-
"UNSTABLE_TimeOff.ViewHolidayEmployees",
|
|
2152
|
-
"UNSTABLE_TimeOff.ViewHolidaySchedule",
|
|
2153
|
-
"UNSTABLE_TimeOff.ViewPolicyDetails",
|
|
2154
|
-
"UNSTABLE_TimeOff.ViewPolicyEmployees"
|
|
2533
|
+
"UNSTABLE_TimeOff.PolicyConfigurationForm"
|
|
2155
2534
|
],
|
|
2156
2535
|
"endpoints": [
|
|
2157
2536
|
{
|
|
2158
2537
|
"method": "POST",
|
|
2159
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"method": "POST",
|
|
2163
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"method": "GET",
|
|
2167
2538
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"method": "PUT",
|
|
2171
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"method": "GET",
|
|
2175
|
-
"path": "/v1/companies/:companyId/employees"
|
|
2176
2539
|
}
|
|
2177
2540
|
],
|
|
2178
2541
|
"variables": [
|
|
2179
|
-
"
|
|
2180
|
-
"companyUuid",
|
|
2181
|
-
"timeOffPolicyUuid"
|
|
2542
|
+
"companyUuid"
|
|
2182
2543
|
]
|
|
2183
2544
|
}
|
|
2184
2545
|
}
|