@gusto/embedded-react-sdk 0.41.0 → 0.43.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 +53 -0
- package/dist/assets/icons/house.svg.js +10 -0
- package/dist/assets/icons/house.svg.js.map +1 -0
- package/dist/assets/icons/search-lg.svg.js +10 -0
- package/dist/assets/icons/search-lg.svg.js.map +1 -0
- package/dist/components/Common/DataView/DataCards/DataCards.d.ts +3 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js +55 -45
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js +16 -10
- package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js.map +1 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js +1 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.d.ts +3 -0
- package/dist/components/Common/EmptyData/EmptyData.js +11 -11
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js +8 -6
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
- package/dist/components/Common/UI/ComboBox/ComboBox.d.ts +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.js +26 -25
- package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +5 -0
- package/dist/components/Common/UI/DatePicker/DatePicker.js +4 -4
- package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/Common/UI/Input/InputTypes.d.ts +1 -1
- package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
- package/dist/components/Common/UI/Menu/Menu.js +18 -17
- package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
- package/dist/components/Common/UI/Menu/MenuTypes.d.ts +5 -0
- package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
- package/dist/components/Common/UI/Select/Select.js +9 -9
- package/dist/components/Common/UI/Select/Select.js.map +1 -1
- package/dist/components/Common/UI/TextInput/TextInput.js +37 -35
- package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +2 -3
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +2 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +2 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +6 -6
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +8 -9
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +2 -3
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +7 -8
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +5 -6
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +2 -3
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +4 -5
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +6 -7
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.d.ts +6 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +29 -27
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +59 -55
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +6 -7
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +33 -33
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.module.scss.js +8 -0
- package/dist/components/Company/Locations/LocationsList/List.module.scss.js.map +1 -0
- package/dist/components/Company/OnboardingFlow/OnboardingFlow.js +11 -15
- package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js +37 -35
- package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleForm.js +87 -99
- package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleForm.module.scss.js +8 -10
- package/dist/components/Company/PaySchedule/PayScheduleForm.module.scss.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +11 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +2 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +2 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js +6 -6
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +4 -4
- package/dist/components/Contractor/Address/Head.js +10 -8
- package/dist/components/Contractor/Address/Head.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +39 -39
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js +13 -16
- package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js +61 -63
- package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +9 -9
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +14 -15
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js +11 -11
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +88 -111
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +48 -49
- package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.js +14 -12
- package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +1 -1
- package/dist/components/Employee/Compensation/List.js +22 -23
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +2 -0
- package/dist/components/Employee/Dashboard/DashboardComponents.js +18 -6
- package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +2 -0
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js +55 -4
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +26 -26
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +6 -7
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +0 -33
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +129 -212
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +79 -57
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.d.ts +3 -4
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/index.d.ts +2 -2
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +0 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js +33 -49
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +12 -3
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js +98 -98
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.js.map +1 -0
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -0
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -0
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -0
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/Actions.js +6 -7
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +4 -5
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddress.d.ts +6 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js +48 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +18 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +477 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +8 -0
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js +36 -0
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.test.d.ts +1 -0
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +45 -0
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +112 -0
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -0
- 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 +5 -6
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +4 -4
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +23 -22
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminProfile.js +94 -100
- package/dist/components/Employee/Profile/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/EmployeeProfile.js +63 -65
- package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +37 -36
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +2 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.d.ts +3 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +24 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +9 -3
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +105 -105
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/index.d.ts +2 -0
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.d.ts +3 -0
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +24 -0
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +10 -4
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +95 -84
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/Actions.js +7 -8
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +8 -9
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +4 -5
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js +11 -9
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js +71 -89
- package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddress.d.ts +6 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js +48 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +16 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +368 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -0
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +4 -0
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js +35 -0
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -0
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +45 -0
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +143 -0
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -0
- package/dist/components/Employee/exports/employeeManagement.d.ts +3 -1
- package/dist/components/Employee/exports/employeeManagement.js +12 -10
- package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
- package/dist/components/Employee/exports/employeeOnboarding.d.ts +1 -1
- package/dist/components/Employee/exports/employeeOnboarding.js +1 -1
- package/dist/components/Employee/index.d.ts +5 -1
- package/dist/components/Employee/index.js +37 -33
- package/dist/components/Employee/index.js.map +1 -1
- package/dist/components/Flow/Flow.js +23 -51
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Flow/FlowHeader.d.ts +16 -0
- package/dist/components/Flow/FlowHeader.js +90 -0
- package/dist/components/Flow/FlowHeader.js.map +1 -0
- package/dist/components/Flow/useFlow.d.ts +33 -6
- package/dist/components/Flow/useFlow.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlow.js +20 -18
- package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +10 -10
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/dismissalStateMachine.js +17 -19
- package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlow.js +13 -11
- package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +9 -9
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycle/offCycleStateMachine.js +25 -29
- package/dist/components/Payroll/OffCycle/offCycleStateMachine.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +0 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +6 -7
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +2 -3
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js +43 -42
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js +38 -42
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlow.js +18 -17
- package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +69 -78
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +13 -12
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +51 -82
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +45 -43
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlow.js +17 -15
- package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js +24 -24
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Transition/transitionStateMachine.js +25 -29
- package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +6 -41
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +1 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +12 -40
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js +61 -41
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +6 -8
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +32 -44
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +36 -29
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js +50 -23
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +26 -25
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +52 -38
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployees.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +6 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +66 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +82 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +24 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +7 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +70 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTypes.d.ts +24 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +11 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +56 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -4
- package/dist/components/UNSTABLE_TimeOff/index.js +19 -21
- package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js +90 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +10 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +31 -31
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +8 -0
- package/dist/contexts/ThemeProvider/ThemeProvider.js +26 -21
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/ThemeProvider/useTheme.d.ts +1 -1
- package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
- package/dist/helpers/breadcrumbHelpers.d.ts +35 -22
- package/dist/helpers/breadcrumbHelpers.js +45 -35
- package/dist/helpers/breadcrumbHelpers.js.map +1 -1
- package/dist/helpers/dateFormatting.d.ts +12 -0
- package/dist/helpers/dateFormatting.js +72 -65
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/helpers/formattedStrings.d.ts +2 -0
- package/dist/helpers/formattedStrings.js +30 -27
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/i18n/I18n.js +131 -35
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.Locations.json.js +43 -39
- package/dist/i18n/en/Company.Locations.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +5 -5
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +22 -0
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -0
- package/dist/i18n/en/Employee.HomeAddress.Management.json.js +60 -0
- package/dist/i18n/en/Employee.HomeAddress.Management.json.js.map +1 -0
- package/dist/i18n/en/Employee.HomeAddress.json.js +22 -20
- package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
- package/dist/i18n/en/Employee.I9SignatureForm.json.js +79 -75
- package/dist/i18n/en/Employee.I9SignatureForm.json.js.map +1 -1
- package/dist/i18n/en/Employee.PaymentMethod.json.js +13 -13
- package/dist/i18n/en/Employee.WorkAddress.Management.json.js +62 -0
- package/dist/i18n/en/Employee.WorkAddress.Management.json.js.map +1 -0
- package/dist/i18n/en/Payroll.RecoveryCasesList.json.js +14 -10
- package/dist/i18n/en/Payroll.RecoveryCasesList.json.js.map +1 -1
- package/dist/i18n/en/common.json.d.ts +1 -0
- package/dist/i18n/en/common.json.js +28 -26
- package/dist/i18n/en/common.json.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +72 -68
- package/dist/index.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +13 -14
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.d.ts +4 -2
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +19 -13
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +16 -17
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +10 -11
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +5 -2
- package/dist/partner-hook-utils/form/fields/SelectHookField.js +21 -18
- package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js +12 -13
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js +14 -15
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/withOptions.d.ts +1 -1
- package/dist/partner-hook-utils/form/withOptions.js.map +1 -1
- package/dist/partner-hook-utils/types.d.ts +1 -1
- package/dist/shared/constants.d.ts +6 -0
- package/dist/shared/constants.js +17 -14
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +109 -1
- package/docs/reference/endpoint-inventory.json +241 -38
- package/package.json +11 -11
- package/dist/_virtual/dynamic-import-helper.js +0 -17
- package/dist/_virtual/dynamic-import-helper.js.map +0 -1
- package/dist/components/Common/SignatureForm/SignatureForm.d.ts +0 -14
- package/dist/components/Common/SignatureForm/SignatureForm.js +0 -28
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +0 -1
- package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js +0 -10
- package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js.map +0 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.d.ts +0 -8
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +0 -22
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +0 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.d.ts +0 -9
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +0 -39
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +0 -1
- package/dist/components/Common/SignatureForm/index.d.ts +0 -5
- package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +0 -8
- package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.d.ts +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js +0 -20
- package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.d.ts +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js +0 -20
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Head.d.ts +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js +0 -35
- package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.d.ts +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js +0 -20
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.d.ts +0 -9
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +0 -21
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +0 -1
- package/dist/components/Employee/employee-list/management/ManagementEmployeeList.js.map +0 -1
- package/dist/components/Employee/employee-list/management/ManagementEmployeeListView.js.map +0 -1
- package/dist/components/Employee/employee-list/onboarding/EmployeeList.js.map +0 -1
- package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js.map +0 -1
- package/dist/components/Employee/employee-list/shared/useEmployeeList.js.map +0 -1
- /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeList.d.ts +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeList.js +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeListView.d.ts +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeListView.js +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeList.d.ts +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeList.js +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeListView.d.ts +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeListView.js +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/shared/index.d.ts +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/shared/useEmployeeList.d.ts +0 -0
- /package/dist/components/Employee/{employee-list → EmployeeList}/shared/useEmployeeList.js +0 -0
package/dist/types/i18next.d.ts
CHANGED
|
@@ -192,8 +192,10 @@ export interface CompanyLocations{
|
|
|
192
192
|
"addressTypeLabel":string;
|
|
193
193
|
"mailingAddressLabel":string;
|
|
194
194
|
"mailingAddressDescription":string;
|
|
195
|
+
"mailingAddressDescriptionLocked":string;
|
|
195
196
|
"filingAddressLabel":string;
|
|
196
197
|
"filingAddressDescription":string;
|
|
198
|
+
"filingAddressDescriptionLocked":string;
|
|
197
199
|
"saveCta":string;
|
|
198
200
|
"cancelCta":string;
|
|
199
201
|
"continueCta":string;
|
|
@@ -387,6 +389,14 @@ export interface CompanyTimeOffCreateTimeOffPolicy{
|
|
|
387
389
|
"perCalendarYearLabel":string;
|
|
388
390
|
"monthLabel":string;
|
|
389
391
|
"dayLabel":string;
|
|
392
|
+
"validations":{
|
|
393
|
+
"policyName":string;
|
|
394
|
+
"accrualMethod":string;
|
|
395
|
+
"accrualRate":string;
|
|
396
|
+
"accrualRateUnit":string;
|
|
397
|
+
"accrualMethodFixed":string;
|
|
398
|
+
"resetDateType":string;
|
|
399
|
+
};
|
|
390
400
|
};
|
|
391
401
|
"policySettings":{
|
|
392
402
|
"title":string;
|
|
@@ -531,6 +541,16 @@ export interface CompanyTimeOffHolidayPolicy{
|
|
|
531
541
|
"employeesRemoved_other":string;
|
|
532
542
|
};
|
|
533
543
|
};
|
|
544
|
+
export interface CompanyTimeOffSelectEmployees{
|
|
545
|
+
"title":string;
|
|
546
|
+
"description":string;
|
|
547
|
+
"holidayDescription":string;
|
|
548
|
+
"reassignmentWarning":string;
|
|
549
|
+
"departmentColumn":string;
|
|
550
|
+
"startingBalanceColumn":string;
|
|
551
|
+
"backCta":string;
|
|
552
|
+
"continueCta":string;
|
|
553
|
+
};
|
|
534
554
|
export interface CompanyTimeOffSelectPolicyType{
|
|
535
555
|
"title":string;
|
|
536
556
|
"policyTypeLabel":string;
|
|
@@ -1704,6 +1724,41 @@ export interface EmployeeFederalTaxes{
|
|
|
1704
1724
|
"federalTwoJobs":string;
|
|
1705
1725
|
};
|
|
1706
1726
|
};
|
|
1727
|
+
export interface EmployeeHomeAddressManagement{
|
|
1728
|
+
"title":string;
|
|
1729
|
+
"description":string;
|
|
1730
|
+
"rowMenuAriaLabel":string;
|
|
1731
|
+
"rowEdit":string;
|
|
1732
|
+
"rowDelete":string;
|
|
1733
|
+
"currentSectionTitle":string;
|
|
1734
|
+
"currentSince":string;
|
|
1735
|
+
"editCta":string;
|
|
1736
|
+
"changeCta":string;
|
|
1737
|
+
"changePendingTitle":string;
|
|
1738
|
+
"changePendingPossessiveFallback":string;
|
|
1739
|
+
"changePendingDescription":string;
|
|
1740
|
+
"historySectionTitle":string;
|
|
1741
|
+
"historyEmptyTitle":string;
|
|
1742
|
+
"historyEmptyDescription":string;
|
|
1743
|
+
"columns":{
|
|
1744
|
+
"address":string;
|
|
1745
|
+
"startDate":string;
|
|
1746
|
+
"endDate":string;
|
|
1747
|
+
};
|
|
1748
|
+
"editModalTitle":string;
|
|
1749
|
+
"editModalDescription":string;
|
|
1750
|
+
"createModalTitle":string;
|
|
1751
|
+
"createModalDescription":string;
|
|
1752
|
+
"startDateHelper":string;
|
|
1753
|
+
"submitCta":string;
|
|
1754
|
+
"cancelCta":string;
|
|
1755
|
+
"deleteModalTitle":string;
|
|
1756
|
+
"deleteModalDescription":string;
|
|
1757
|
+
"deleteModalConfirmCta":string;
|
|
1758
|
+
"form":{
|
|
1759
|
+
"startDateRequired":string;
|
|
1760
|
+
};
|
|
1761
|
+
};
|
|
1707
1762
|
export interface EmployeeHomeAddress{
|
|
1708
1763
|
"formTitle":string;
|
|
1709
1764
|
"desc":string;
|
|
@@ -1713,6 +1768,7 @@ export interface EmployeeHomeAddress{
|
|
|
1713
1768
|
"state":string;
|
|
1714
1769
|
"statePlaceholder":string;
|
|
1715
1770
|
"zip":string;
|
|
1771
|
+
"effectiveDate":string;
|
|
1716
1772
|
"courtesyWithholdingLabel":string;
|
|
1717
1773
|
"courtesyWithholdingDescription":string;
|
|
1718
1774
|
"learnMoreCta":string;
|
|
@@ -1739,6 +1795,7 @@ export interface EmployeeI9SignatureForm{
|
|
|
1739
1795
|
"confirmationLabel":string;
|
|
1740
1796
|
"confirmationError":string;
|
|
1741
1797
|
"preparerQuestion":string;
|
|
1798
|
+
"preparerQuestionError":string;
|
|
1742
1799
|
"preparerNo":string;
|
|
1743
1800
|
"preparerYes":string;
|
|
1744
1801
|
"preparerNote":string;
|
|
@@ -1753,6 +1810,7 @@ export interface EmployeeI9SignatureForm{
|
|
|
1753
1810
|
"preparerCityLabel":string;
|
|
1754
1811
|
"preparerCityError":string;
|
|
1755
1812
|
"preparerStateLabel":string;
|
|
1813
|
+
"preparerStatePlaceholder":string;
|
|
1756
1814
|
"preparerStateError":string;
|
|
1757
1815
|
"preparerZipLabel":string;
|
|
1758
1816
|
"preparerZipError":string;
|
|
@@ -1920,6 +1978,7 @@ export interface EmployeePaymentMethod{
|
|
|
1920
1978
|
"validations":{
|
|
1921
1979
|
"percentageError":string;
|
|
1922
1980
|
"percentageErrorWithTotal":string;
|
|
1981
|
+
"percentageAmountError":string;
|
|
1923
1982
|
"amountError":string;
|
|
1924
1983
|
"accountName":string;
|
|
1925
1984
|
"routingNumber":string;
|
|
@@ -2121,6 +2180,52 @@ export interface EmployeeTerminationsTerminationSummary{
|
|
|
2121
2180
|
"cancel":string;
|
|
2122
2181
|
};
|
|
2123
2182
|
};
|
|
2183
|
+
export interface EmployeeWorkAddressManagement{
|
|
2184
|
+
"title":string;
|
|
2185
|
+
"description":string;
|
|
2186
|
+
"rowMenuAriaLabel":string;
|
|
2187
|
+
"rowEdit":string;
|
|
2188
|
+
"rowDelete":string;
|
|
2189
|
+
"currentSectionTitle":string;
|
|
2190
|
+
"currentSince":string;
|
|
2191
|
+
"currentEmpty":string;
|
|
2192
|
+
"editCta":string;
|
|
2193
|
+
"changeCta":string;
|
|
2194
|
+
"changePendingTitle":string;
|
|
2195
|
+
"changePendingPossessiveFallback":string;
|
|
2196
|
+
"changePendingDescription":string;
|
|
2197
|
+
"historySectionTitle":string;
|
|
2198
|
+
"historyEmptyTitle":string;
|
|
2199
|
+
"historyEmptyDescription":string;
|
|
2200
|
+
"columns":{
|
|
2201
|
+
"location":string;
|
|
2202
|
+
"startDate":string;
|
|
2203
|
+
"endDate":string;
|
|
2204
|
+
};
|
|
2205
|
+
"editModalDescription":string;
|
|
2206
|
+
"changeModalDescription":string;
|
|
2207
|
+
"editPastAddressAlertTitle":string;
|
|
2208
|
+
"editModalTitle":string;
|
|
2209
|
+
"changeModalTitle":string;
|
|
2210
|
+
"form":{
|
|
2211
|
+
"editLocationLabel":string;
|
|
2212
|
+
"editInactiveLocationLabel":string;
|
|
2213
|
+
"editLocationDescription":string;
|
|
2214
|
+
"newWorkAddressLabel":string;
|
|
2215
|
+
"newWorkAddressDescription":string;
|
|
2216
|
+
"selectPlaceholder":string;
|
|
2217
|
+
"locationRequired":string;
|
|
2218
|
+
"startDateLabel":string;
|
|
2219
|
+
"startDateDescription":string;
|
|
2220
|
+
"editInactiveStartDateDescription":string;
|
|
2221
|
+
"startDateRequired":string;
|
|
2222
|
+
};
|
|
2223
|
+
"submitCta":string;
|
|
2224
|
+
"cancelCta":string;
|
|
2225
|
+
"deleteModalTitle":string;
|
|
2226
|
+
"deleteModalDescription":string;
|
|
2227
|
+
"deleteModalConfirmCta":string;
|
|
2228
|
+
};
|
|
2124
2229
|
export interface InformationRequestsInformationRequestForm{
|
|
2125
2230
|
"title":string;
|
|
2126
2231
|
"blockingAlert":{
|
|
@@ -2932,6 +3037,8 @@ export interface PayrollPayrollReceipts{
|
|
|
2932
3037
|
export interface PayrollRecoveryCasesList{
|
|
2933
3038
|
"title":string;
|
|
2934
3039
|
"description":string;
|
|
3040
|
+
"emptyTableTitle":string;
|
|
3041
|
+
"emptyTableDescription":string;
|
|
2935
3042
|
"labels":{
|
|
2936
3043
|
"noLatestErrorCode":string;
|
|
2937
3044
|
"noLatestErrorCodeAriaLabel":string;
|
|
@@ -3084,6 +3191,7 @@ export interface common{
|
|
|
3084
3191
|
};
|
|
3085
3192
|
"optionalLabel":string;
|
|
3086
3193
|
"progressBarLabel":string;
|
|
3194
|
+
"back":string;
|
|
3087
3195
|
"errors":{
|
|
3088
3196
|
"errorHeading":string;
|
|
3089
3197
|
"globalReactError":string;
|
|
@@ -3263,6 +3371,6 @@ export interface common{
|
|
|
3263
3371
|
|
|
3264
3372
|
interface CustomTypeOptions {
|
|
3265
3373
|
defaultNS: 'common';
|
|
3266
|
-
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Company.TimeOff.CreateTimeOffPolicy': CompanyTimeOffCreateTimeOffPolicy, 'Company.TimeOff.EmployeeTable': CompanyTimeOffEmployeeTable, 'Company.TimeOff.HolidayPolicy': CompanyTimeOffHolidayPolicy, 'Company.TimeOff.SelectPolicyType': CompanyTimeOffSelectPolicyType, 'Company.TimeOff.TimeOffPolicies': CompanyTimeOffTimeOffPolicies, 'Company.TimeOff.TimeOffPolicyDetails': CompanyTimeOffTimeOffPolicyDetails, 'Company.TimeOff.TimeOffRequests': CompanyTimeOffTimeOffRequests, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentSummary': ContractorPaymentsPaymentSummary, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Dashboard': EmployeeDashboard, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeDocuments': EmployeeEmployeeDocuments, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.EmploymentEligibility': EmployeeEmploymentEligibility, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.I9SignatureForm': EmployeeI9SignatureForm, 'Employee.Landing': EmployeeLanding, 'Employee.ManagementEmployeeList': EmployeeManagementEmployeeList, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'Employee.Terminations.TerminateEmployee': EmployeeTerminationsTerminateEmployee, 'Employee.Terminations.TerminationFlow': EmployeeTerminationsTerminationFlow, 'Employee.Terminations.TerminationSummary': EmployeeTerminationsTerminationSummary, 'InformationRequests.InformationRequestForm': InformationRequestsInformationRequestForm, 'InformationRequests.InformationRequestList': InformationRequestsInformationRequestList, 'InformationRequests': InformationRequests, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.Dismissal': PayrollDismissal, 'Payroll.EmployeeSelection': PayrollEmployeeSelection, 'Payroll.GrossUpModal': PayrollGrossUpModal, 'Payroll.OffCycle': PayrollOffCycle, 'Payroll.OffCycleCreation': PayrollOffCycleCreation, 'Payroll.OffCycleDeductionsSetting': PayrollOffCycleDeductionsSetting, 'Payroll.OffCyclePayPeriodDateForm': PayrollOffCyclePayPeriodDateForm, 'Payroll.OffCycleReasonSelection': PayrollOffCycleReasonSelection, 'Payroll.OffCycleTaxWithholding': PayrollOffCycleTaxWithholding, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.RecoveryCasesList': PayrollRecoveryCasesList, 'Payroll.RecoveryCasesResubmit': PayrollRecoveryCasesResubmit, 'Payroll.Transition': PayrollTransition, 'Payroll.TransitionCreation': PayrollTransitionCreation, 'Payroll.TransitionPayrollAlert': PayrollTransitionPayrollAlert, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
|
|
3374
|
+
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Company.TimeOff.CreateTimeOffPolicy': CompanyTimeOffCreateTimeOffPolicy, 'Company.TimeOff.EmployeeTable': CompanyTimeOffEmployeeTable, 'Company.TimeOff.HolidayPolicy': CompanyTimeOffHolidayPolicy, 'Company.TimeOff.SelectEmployees': CompanyTimeOffSelectEmployees, 'Company.TimeOff.SelectPolicyType': CompanyTimeOffSelectPolicyType, 'Company.TimeOff.TimeOffPolicies': CompanyTimeOffTimeOffPolicies, 'Company.TimeOff.TimeOffPolicyDetails': CompanyTimeOffTimeOffPolicyDetails, 'Company.TimeOff.TimeOffRequests': CompanyTimeOffTimeOffRequests, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentSummary': ContractorPaymentsPaymentSummary, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Dashboard': EmployeeDashboard, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeDocuments': EmployeeEmployeeDocuments, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.EmploymentEligibility': EmployeeEmploymentEligibility, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress.Management': EmployeeHomeAddressManagement, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.I9SignatureForm': EmployeeI9SignatureForm, 'Employee.Landing': EmployeeLanding, 'Employee.ManagementEmployeeList': EmployeeManagementEmployeeList, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'Employee.Terminations.TerminateEmployee': EmployeeTerminationsTerminateEmployee, 'Employee.Terminations.TerminationFlow': EmployeeTerminationsTerminationFlow, 'Employee.Terminations.TerminationSummary': EmployeeTerminationsTerminationSummary, 'Employee.WorkAddress.Management': EmployeeWorkAddressManagement, 'InformationRequests.InformationRequestForm': InformationRequestsInformationRequestForm, 'InformationRequests.InformationRequestList': InformationRequestsInformationRequestList, 'InformationRequests': InformationRequests, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.Dismissal': PayrollDismissal, 'Payroll.EmployeeSelection': PayrollEmployeeSelection, 'Payroll.GrossUpModal': PayrollGrossUpModal, 'Payroll.OffCycle': PayrollOffCycle, 'Payroll.OffCycleCreation': PayrollOffCycleCreation, 'Payroll.OffCycleDeductionsSetting': PayrollOffCycleDeductionsSetting, 'Payroll.OffCyclePayPeriodDateForm': PayrollOffCyclePayPeriodDateForm, 'Payroll.OffCycleReasonSelection': PayrollOffCycleReasonSelection, 'Payroll.OffCycleTaxWithholding': PayrollOffCycleTaxWithholding, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.RecoveryCasesList': PayrollRecoveryCasesList, 'Payroll.RecoveryCasesResubmit': PayrollRecoveryCasesResubmit, 'Payroll.Transition': PayrollTransition, 'Payroll.TransitionCreation': PayrollTransitionCreation, 'Payroll.TransitionPayrollAlert': PayrollTransitionPayrollAlert, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
|
|
3267
3375
|
};
|
|
3268
3376
|
}
|
|
@@ -583,6 +583,10 @@
|
|
|
583
583
|
"method": "GET",
|
|
584
584
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
585
585
|
},
|
|
586
|
+
{
|
|
587
|
+
"method": "GET",
|
|
588
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
589
|
+
},
|
|
586
590
|
{
|
|
587
591
|
"method": "POST",
|
|
588
592
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
@@ -595,6 +599,10 @@
|
|
|
595
599
|
"method": "GET",
|
|
596
600
|
"path": "/v1/companies/:companyId/locations"
|
|
597
601
|
},
|
|
602
|
+
{
|
|
603
|
+
"method": "GET",
|
|
604
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
605
|
+
},
|
|
598
606
|
{
|
|
599
607
|
"method": "POST",
|
|
600
608
|
"path": "/v1/employees/:employeeId/work_addresses"
|
|
@@ -754,6 +762,10 @@
|
|
|
754
762
|
"method": "PUT",
|
|
755
763
|
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
756
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"method": "GET",
|
|
767
|
+
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
768
|
+
},
|
|
757
769
|
{
|
|
758
770
|
"method": "GET",
|
|
759
771
|
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
@@ -761,10 +773,6 @@
|
|
|
761
773
|
{
|
|
762
774
|
"method": "PUT",
|
|
763
775
|
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"method": "GET",
|
|
767
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
768
776
|
}
|
|
769
777
|
],
|
|
770
778
|
"variables": [
|
|
@@ -835,6 +843,26 @@
|
|
|
835
843
|
"employeeUuid"
|
|
836
844
|
]
|
|
837
845
|
},
|
|
846
|
+
"Employee.HomeAddress": {
|
|
847
|
+
"endpoints": [
|
|
848
|
+
{
|
|
849
|
+
"method": "DELETE",
|
|
850
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"method": "GET",
|
|
854
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"method": "GET",
|
|
858
|
+
"path": "/v1/employees/:employeeId"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"variables": [
|
|
862
|
+
"employeeId",
|
|
863
|
+
"homeAddressUuid"
|
|
864
|
+
]
|
|
865
|
+
},
|
|
838
866
|
"Employee.EmploymentEligibility": {
|
|
839
867
|
"endpoints": [
|
|
840
868
|
{
|
|
@@ -910,6 +938,26 @@
|
|
|
910
938
|
"employeeId"
|
|
911
939
|
]
|
|
912
940
|
},
|
|
941
|
+
"Employee.WorkAddress": {
|
|
942
|
+
"endpoints": [
|
|
943
|
+
{
|
|
944
|
+
"method": "DELETE",
|
|
945
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"method": "GET",
|
|
949
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"method": "GET",
|
|
953
|
+
"path": "/v1/employees/:employeeId"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"variables": [
|
|
957
|
+
"employeeId",
|
|
958
|
+
"workAddressUuid"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
913
961
|
"Employee.Taxes": {
|
|
914
962
|
"endpoints": [
|
|
915
963
|
{
|
|
@@ -1339,9 +1387,25 @@
|
|
|
1339
1387
|
"method": "DELETE",
|
|
1340
1388
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1341
1389
|
},
|
|
1390
|
+
{
|
|
1391
|
+
"method": "GET",
|
|
1392
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"method": "PUT",
|
|
1396
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1397
|
+
},
|
|
1342
1398
|
{
|
|
1343
1399
|
"method": "POST",
|
|
1344
1400
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"method": "PUT",
|
|
1404
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"method": "PUT",
|
|
1408
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1345
1409
|
}
|
|
1346
1410
|
],
|
|
1347
1411
|
"variables": [
|
|
@@ -1376,9 +1440,25 @@
|
|
|
1376
1440
|
"method": "DELETE",
|
|
1377
1441
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1378
1442
|
},
|
|
1443
|
+
{
|
|
1444
|
+
"method": "GET",
|
|
1445
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"method": "PUT",
|
|
1449
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1450
|
+
},
|
|
1379
1451
|
{
|
|
1380
1452
|
"method": "POST",
|
|
1381
1453
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"method": "PUT",
|
|
1457
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"method": "PUT",
|
|
1461
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1382
1462
|
}
|
|
1383
1463
|
],
|
|
1384
1464
|
"variables": [
|
|
@@ -1398,7 +1478,7 @@
|
|
|
1398
1478
|
"companyUuid"
|
|
1399
1479
|
]
|
|
1400
1480
|
},
|
|
1401
|
-
"UNSTABLE_TimeOff.
|
|
1481
|
+
"UNSTABLE_TimeOff.PolicySettingsPresentation": {
|
|
1402
1482
|
"endpoints": [
|
|
1403
1483
|
{
|
|
1404
1484
|
"method": "POST",
|
|
@@ -1424,46 +1504,25 @@
|
|
|
1424
1504
|
"method": "DELETE",
|
|
1425
1505
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1426
1506
|
},
|
|
1427
|
-
{
|
|
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"
|
|
1443
|
-
},
|
|
1444
1507
|
{
|
|
1445
1508
|
"method": "GET",
|
|
1446
|
-
"path": "/v1/
|
|
1509
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1447
1510
|
},
|
|
1448
1511
|
{
|
|
1449
1512
|
"method": "PUT",
|
|
1450
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid
|
|
1513
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1451
1514
|
},
|
|
1452
1515
|
{
|
|
1453
|
-
"method": "
|
|
1454
|
-
"path": "/v1/companies/:
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"method": "GET",
|
|
1458
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1516
|
+
"method": "POST",
|
|
1517
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1459
1518
|
},
|
|
1460
1519
|
{
|
|
1461
|
-
"method": "
|
|
1462
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1520
|
+
"method": "PUT",
|
|
1521
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1463
1522
|
},
|
|
1464
1523
|
{
|
|
1465
|
-
"method": "
|
|
1466
|
-
"path": "/v1/
|
|
1524
|
+
"method": "PUT",
|
|
1525
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1467
1526
|
}
|
|
1468
1527
|
],
|
|
1469
1528
|
"variables": [
|
|
@@ -1498,9 +1557,25 @@
|
|
|
1498
1557
|
"method": "DELETE",
|
|
1499
1558
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1500
1559
|
},
|
|
1560
|
+
{
|
|
1561
|
+
"method": "GET",
|
|
1562
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"method": "PUT",
|
|
1566
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1567
|
+
},
|
|
1501
1568
|
{
|
|
1502
1569
|
"method": "POST",
|
|
1503
1570
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"method": "PUT",
|
|
1574
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"method": "PUT",
|
|
1578
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1504
1579
|
}
|
|
1505
1580
|
],
|
|
1506
1581
|
"variables": [
|
|
@@ -1535,9 +1610,25 @@
|
|
|
1535
1610
|
"method": "DELETE",
|
|
1536
1611
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1537
1612
|
},
|
|
1613
|
+
{
|
|
1614
|
+
"method": "GET",
|
|
1615
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"method": "PUT",
|
|
1619
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1620
|
+
},
|
|
1538
1621
|
{
|
|
1539
1622
|
"method": "POST",
|
|
1540
1623
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"method": "PUT",
|
|
1627
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"method": "PUT",
|
|
1631
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1541
1632
|
}
|
|
1542
1633
|
],
|
|
1543
1634
|
"variables": [
|
|
@@ -1572,9 +1663,25 @@
|
|
|
1572
1663
|
"method": "DELETE",
|
|
1573
1664
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1574
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
"method": "GET",
|
|
1668
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"method": "PUT",
|
|
1672
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1673
|
+
},
|
|
1575
1674
|
{
|
|
1576
1675
|
"method": "POST",
|
|
1577
1676
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"method": "PUT",
|
|
1680
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"method": "PUT",
|
|
1684
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1578
1685
|
}
|
|
1579
1686
|
],
|
|
1580
1687
|
"variables": [
|
|
@@ -1609,9 +1716,25 @@
|
|
|
1609
1716
|
"method": "DELETE",
|
|
1610
1717
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1611
1718
|
},
|
|
1719
|
+
{
|
|
1720
|
+
"method": "GET",
|
|
1721
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"method": "PUT",
|
|
1725
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1726
|
+
},
|
|
1612
1727
|
{
|
|
1613
1728
|
"method": "POST",
|
|
1614
1729
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"method": "PUT",
|
|
1733
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"method": "PUT",
|
|
1737
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1615
1738
|
}
|
|
1616
1739
|
],
|
|
1617
1740
|
"variables": [
|
|
@@ -1646,9 +1769,25 @@
|
|
|
1646
1769
|
"method": "DELETE",
|
|
1647
1770
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1648
1771
|
},
|
|
1772
|
+
{
|
|
1773
|
+
"method": "GET",
|
|
1774
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"method": "PUT",
|
|
1778
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1779
|
+
},
|
|
1649
1780
|
{
|
|
1650
1781
|
"method": "POST",
|
|
1651
1782
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"method": "PUT",
|
|
1786
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"method": "PUT",
|
|
1790
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1652
1791
|
}
|
|
1653
1792
|
],
|
|
1654
1793
|
"variables": [
|
|
@@ -1683,9 +1822,25 @@
|
|
|
1683
1822
|
"method": "DELETE",
|
|
1684
1823
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1685
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"method": "GET",
|
|
1827
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"method": "PUT",
|
|
1831
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1832
|
+
},
|
|
1686
1833
|
{
|
|
1687
1834
|
"method": "POST",
|
|
1688
1835
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"method": "PUT",
|
|
1839
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"method": "PUT",
|
|
1843
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1689
1844
|
}
|
|
1690
1845
|
],
|
|
1691
1846
|
"variables": [
|
|
@@ -1720,9 +1875,25 @@
|
|
|
1720
1875
|
"method": "DELETE",
|
|
1721
1876
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1722
1877
|
},
|
|
1878
|
+
{
|
|
1879
|
+
"method": "GET",
|
|
1880
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"method": "PUT",
|
|
1884
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1885
|
+
},
|
|
1723
1886
|
{
|
|
1724
1887
|
"method": "POST",
|
|
1725
1888
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"method": "PUT",
|
|
1892
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"method": "PUT",
|
|
1896
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1726
1897
|
}
|
|
1727
1898
|
],
|
|
1728
1899
|
"variables": [
|
|
@@ -1757,9 +1928,25 @@
|
|
|
1757
1928
|
"method": "DELETE",
|
|
1758
1929
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1759
1930
|
},
|
|
1931
|
+
{
|
|
1932
|
+
"method": "GET",
|
|
1933
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"method": "PUT",
|
|
1937
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1938
|
+
},
|
|
1760
1939
|
{
|
|
1761
1940
|
"method": "POST",
|
|
1762
1941
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"method": "PUT",
|
|
1945
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"method": "PUT",
|
|
1949
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1763
1950
|
}
|
|
1764
1951
|
],
|
|
1765
1952
|
"variables": [
|
|
@@ -2159,6 +2346,10 @@
|
|
|
2159
2346
|
"method": "GET",
|
|
2160
2347
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
2161
2348
|
},
|
|
2349
|
+
{
|
|
2350
|
+
"method": "GET",
|
|
2351
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
2352
|
+
},
|
|
2162
2353
|
{
|
|
2163
2354
|
"method": "POST",
|
|
2164
2355
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
@@ -2171,6 +2362,10 @@
|
|
|
2171
2362
|
"method": "GET",
|
|
2172
2363
|
"path": "/v1/companies/:companyId/locations"
|
|
2173
2364
|
},
|
|
2365
|
+
{
|
|
2366
|
+
"method": "GET",
|
|
2367
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2368
|
+
},
|
|
2174
2369
|
{
|
|
2175
2370
|
"method": "POST",
|
|
2176
2371
|
"path": "/v1/employees/:employeeId/work_addresses"
|
|
@@ -2229,6 +2424,10 @@
|
|
|
2229
2424
|
"method": "PUT",
|
|
2230
2425
|
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
2231
2426
|
},
|
|
2427
|
+
{
|
|
2428
|
+
"method": "GET",
|
|
2429
|
+
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
2430
|
+
},
|
|
2232
2431
|
{
|
|
2233
2432
|
"method": "GET",
|
|
2234
2433
|
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
@@ -2237,10 +2436,6 @@
|
|
|
2237
2436
|
"method": "PUT",
|
|
2238
2437
|
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
2239
2438
|
},
|
|
2240
|
-
{
|
|
2241
|
-
"method": "GET",
|
|
2242
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
2243
|
-
},
|
|
2244
2439
|
{
|
|
2245
2440
|
"method": "GET",
|
|
2246
2441
|
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
@@ -2301,6 +2496,10 @@
|
|
|
2301
2496
|
"method": "GET",
|
|
2302
2497
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
2303
2498
|
},
|
|
2499
|
+
{
|
|
2500
|
+
"method": "GET",
|
|
2501
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
2502
|
+
},
|
|
2304
2503
|
{
|
|
2305
2504
|
"method": "POST",
|
|
2306
2505
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
@@ -2313,6 +2512,10 @@
|
|
|
2313
2512
|
"method": "GET",
|
|
2314
2513
|
"path": "/v1/companies/:companyId/locations"
|
|
2315
2514
|
},
|
|
2515
|
+
{
|
|
2516
|
+
"method": "GET",
|
|
2517
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2518
|
+
},
|
|
2316
2519
|
{
|
|
2317
2520
|
"method": "POST",
|
|
2318
2521
|
"path": "/v1/employees/:employeeId/work_addresses"
|