@gusto/embedded-react-sdk 0.42.0 → 0.44.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/README.md +23 -5
- package/dist/assets/icons/edit-02.svg.js +10 -0
- package/dist/assets/icons/edit-02.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/Base/Base.js +3 -2
- package/dist/components/Base/Base.js.map +1 -1
- 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/DataView/DataTable/DataTable.js +86 -64
- package/dist/components/Common/DataView/DataTable/DataTable.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/DetailViewLayout/DetailViewLayout.js +52 -0
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.js.map +1 -0
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.module.scss.js +18 -0
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.module.scss.js.map +1 -0
- package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.d.ts +13 -0
- package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.js +12 -0
- package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.js.map +1 -0
- package/dist/components/Common/Fields/hooks/fieldElementRegistry.d.ts +21 -0
- package/dist/components/Common/Fields/hooks/fieldElementRegistry.js +29 -0
- package/dist/components/Common/Fields/hooks/fieldElementRegistry.js.map +1 -0
- package/dist/components/Common/Fields/hooks/useField.js +43 -37
- package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
- package/dist/components/Common/Flex/Flex.d.ts +2 -1
- package/dist/components/Common/Flex/Flex.js +14 -12
- package/dist/components/Common/Flex/Flex.js.map +1 -1
- package/dist/components/Common/Flex/Flex.module.scss.js +4 -4
- package/dist/components/Common/TaxInputs/TaxInputs.js +1 -1
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
- package/dist/components/Common/UI/Button/Button.module.scss.js +2 -2
- 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/Dialog/Dialog.js +35 -36
- package/dist/components/Common/UI/Dialog/Dialog.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/Switch/SwitchTypes.d.ts +2 -2
- package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +8 -6
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +10 -8
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +7 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +8 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +7 -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 +9 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +11 -9
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +7 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +12 -10
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +13 -11
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +6 -4
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +7 -5
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +9 -8
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +7 -3
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +4 -3
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +26 -25
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +9 -7
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +8 -7
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +4 -2
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +12 -8
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +7 -5
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +10 -6
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +12 -10
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +8 -6
- 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 -54
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/index.d.ts +2 -0
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +7 -3
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +8 -6
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +43 -40
- 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/Locations/LocationsList/LocationsList.js +3 -2
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +7 -3
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +14 -12
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +7 -5
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -2
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +7 -3
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +4 -3
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +53 -52
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +7 -5
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js +12 -11
- package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +67 -63
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +7 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.d.ts +2 -0
- package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.js +6 -0
- package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.js.map +1 -0
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +8 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +58 -26
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +7 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Company/exports/companyOnboarding.d.ts +3 -0
- package/dist/components/Company/exports/companyOnboarding.js +21 -15
- package/dist/components/Company/exports/companyOnboarding.js.map +1 -1
- package/dist/components/Company/index.d.ts +1 -0
- package/dist/components/Company/index.js +14 -12
- package/dist/components/Company/index.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js +10 -9
- 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 +12 -9
- package/dist/components/Contractor/Address/Head.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +9 -5
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +20 -19
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +42 -41
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +13 -10
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +17 -17
- 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 +4 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +7 -5
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +4 -3
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +4 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +15 -13
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +4 -2
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +9 -7
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.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/Profile/useContractorProfile.js +35 -33
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +4 -3
- package/dist/components/Contractor/Submit/Submit.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/Compensation.d.ts +7 -4
- package/dist/components/Employee/Compensation/Compensation.js +72 -179
- package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/CompensationFlowComponents.d.ts +27 -0
- package/dist/components/Employee/Compensation/CompensationFlowComponents.js +61 -0
- package/dist/components/Employee/Compensation/CompensationFlowComponents.js.map +1 -0
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.d.ts +14 -0
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.js +128 -0
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.js.map +1 -0
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.d.ts +17 -0
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.js +224 -0
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.js.map +1 -0
- package/dist/components/Employee/Compensation/EditCompensation/index.d.ts +5 -0
- package/dist/components/Employee/Compensation/JobsList/JobsList.d.ts +5 -0
- package/dist/components/Employee/Compensation/JobsList/JobsList.js +47 -0
- package/dist/components/Employee/Compensation/JobsList/JobsList.js.map +1 -0
- package/dist/components/Employee/Compensation/JobsList/JobsListPresentation.d.ts +11 -0
- package/dist/components/Employee/Compensation/JobsList/JobsListPresentation.js +98 -0
- package/dist/components/Employee/Compensation/JobsList/JobsListPresentation.js.map +1 -0
- package/dist/components/Employee/Compensation/JobsList/index.d.ts +5 -0
- package/dist/components/Employee/Compensation/{useCompensation.d.ts → compensationSchema.d.ts} +0 -22
- package/dist/components/Employee/Compensation/{useCompensation.js → compensationSchema.js} +9 -12
- package/dist/components/Employee/Compensation/compensationSchema.js.map +1 -0
- package/dist/components/Employee/Compensation/compensationStateMachine.d.ts +6 -0
- package/dist/components/Employee/Compensation/compensationStateMachine.js +73 -0
- package/dist/components/Employee/Compensation/compensationStateMachine.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +62 -36
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js +81 -57
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +5 -12
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js +22 -35
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/index.d.ts +5 -3
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +55 -13
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +216 -226
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.d.ts +15 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.js +27 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.d.ts +19 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.js +29 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/index.d.ts +7 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +43 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +37 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.d.ts +13 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.js +26 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +56 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +180 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -0
- package/dist/components/Employee/Dashboard/BasicDetailsView.js +15 -13
- package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +3 -0
- package/dist/components/Employee/Dashboard/DashboardComponents.js +33 -15
- package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
- package/dist/components/Employee/Dashboard/DocumentsView.js +13 -11
- package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/JobAndPayView.js +11 -9
- package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
- package/dist/components/Employee/Dashboard/TaxesView.js +21 -19
- package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +3 -0
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js +54 -33
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +15 -11
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +37 -33
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.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/Deductions/DeductionsForm/GarnishmentForm.js +7 -3
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +8 -7
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +8 -6
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +6 -5
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +7 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +9 -7
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +36 -34
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.d.ts +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js +100 -99
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +4 -2
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js +9 -7
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js +42 -40
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/index.d.ts +3 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.d.ts +8 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +71 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/management/index.d.ts +2 -0
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.d.ts +8 -0
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +55 -0
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/onboarding/index.d.ts +2 -0
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.d.ts +15 -0
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +104 -0
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/shared/index.d.ts +3 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.d.ts +41 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +40 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.d.ts +18 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js +31 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/index.d.ts +5 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +37 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +140 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -0
- package/dist/components/Employee/Landing/Landing.js +15 -14
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.d.ts +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +2 -2
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js +1 -1
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
- package/dist/components/Employee/PaymentMethod/Actions.js +9 -7
- 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 +7 -6
- 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 +4 -3
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +9 -5
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/management/Profile.d.ts +6 -0
- package/dist/components/Employee/Profile/management/Profile.js +122 -0
- package/dist/components/Employee/Profile/management/Profile.js.map +1 -0
- package/dist/components/Employee/Profile/management/Profile.module.scss.js +8 -0
- package/dist/components/Employee/Profile/management/Profile.module.scss.js.map +1 -0
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js +352 -0
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -0
- package/dist/components/Employee/Profile/{EmployeeProfile.js → onboarding/EmployeeProfile.js} +60 -66
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -0
- package/dist/components/Employee/Profile/{Profile.d.ts → onboarding/Profile.d.ts} +2 -2
- package/dist/components/Employee/Profile/{Profile.js → onboarding/Profile.js} +4 -4
- package/dist/components/Employee/Profile/onboarding/Profile.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +9 -4
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +61 -58
- 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/useHomeAddressForm.js +50 -49
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +47 -46
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js +14 -14
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/StateTaxes/index.d.ts +2 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxes.d.ts +6 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxes.js +59 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -0
- package/dist/components/Employee/StateTaxes/management/index.d.ts +2 -0
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.d.ts +8 -0
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +49 -0
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -0
- package/dist/components/Employee/StateTaxes/onboarding/index.d.ts +2 -0
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.d.ts +14 -0
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +32 -0
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -0
- package/dist/components/Employee/StateTaxes/shared/index.d.ts +3 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +8 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +36 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +56 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js +116 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.d.ts +12 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +76 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js.map +1 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +14 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js +23 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMeta.d.ts +6 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldProps.d.ts +39 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +46 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js +93 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/index.d.ts +6 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +36 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +159 -0
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -0
- package/dist/components/Employee/Taxes/Actions.js +10 -8
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +6 -4
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +7 -3
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +4 -2
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +13 -12
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +4 -2
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
- package/dist/components/Employee/exports/employeeManagement.d.ts +3 -0
- package/dist/components/Employee/exports/employeeManagement.js +16 -10
- package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
- package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -3
- package/dist/components/Employee/exports/employeeOnboarding.js +19 -19
- package/dist/components/Employee/index.d.ts +2 -1
- package/dist/components/Employee/index.js +37 -37
- package/dist/components/Flow/FlowHeader.js +11 -10
- package/dist/components/Flow/FlowHeader.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +56 -54
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +12 -11
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.js +4 -3
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +10 -8
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +23 -20
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +20 -18
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +12 -10
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +8 -6
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +4 -2
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +13 -11
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +12 -12
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +18 -16
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +4 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +14 -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/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +4 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +3 -2
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +7 -6
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +7 -6
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +4 -2
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +4 -2
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +16 -12
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +11 -0
- package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +3 -0
- package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +19 -0
- package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +6 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +149 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +2 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js +80 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailTypes.d.ts +21 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/index.d.ts +5 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/HolidaySelectionForm/HolidaySelectionForm.d.ts +1 -0
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +115 -0
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/HolidaySelectionForm/HolidaySelectionFormPresentation.js +13 -10
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/HolidaySelectionForm/HolidaySelectionFormTypes.d.ts +2 -0
- package/dist/components/TimeOff/PolicyList/PolicyList.js +103 -0
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -0
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js +135 -0
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyList/PolicyListTypes.d.ts +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js +70 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettings.module.scss.js +16 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicySettings/PolicySettings.module.scss.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js +164 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicySettings/PolicySettingsTypes.d.ts +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +31 -0
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyTypeSelector/PolicyTypeSelectorPresentation.d.ts +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +68 -0
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyTypeSelector/PolicyTypeSelectorTypes.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffFlow/TimeOffFlowComponents.d.ts +3 -3
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js +117 -0
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -0
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +9 -0
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js +25 -0
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffFlow/timeOffStateMachine.d.ts +4 -2
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js +487 -0
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +158 -0
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -0
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +230 -0
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +6 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +143 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +2 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +103 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +41 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +9 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +216 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +12 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +64 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +9 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js +56 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +5 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +251 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.module.scss.js +10 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.module.scss.js.map +1 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +2 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js +143 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailTypes.d.ts +52 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/index.d.ts +7 -0
- package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js +9 -0
- package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +1 -0
- package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +6 -0
- package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.js +9 -0
- package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.js.map +1 -0
- package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js +9 -0
- package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/index.d.ts +7 -8
- package/dist/components/TimeOff/index.js +27 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/index.js.map +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +2 -0
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +95 -0
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -0
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +10 -0
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js.map +1 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/shared/EmployeeTable/EmployeeTableTypes.d.ts +2 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +3 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js +86 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayoutTypes.d.ts +27 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/index.d.ts +3 -0
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/shared/holidayHelpers.d.ts +1 -1
- package/dist/components/{UNSTABLE_TimeOff → TimeOff}/shared/holidayHelpers.js +8 -8
- package/dist/components/TimeOff/shared/holidayHelpers.js.map +1 -0
- package/dist/components/TimeOff/shared/holidayHelpers.test.d.ts +1 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +35 -32
- 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/dateFormatting.d.ts +2 -0
- package/dist/helpers/dateFormatting.js +4 -0
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/i18n/I18n.js +12 -10
- 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.StateTaxes.json.js +1 -1
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +10 -12
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.HolidayPolicy.json.js +18 -16
- package/dist/i18n/en/Company.TimeOff.HolidayPolicy.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.PolicyDetail.json.js +14 -0
- package/dist/i18n/en/Company.TimeOff.PolicyDetail.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +30 -0
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicies.json.js +14 -14
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicyDetails.json.js +46 -42
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicyDetails.json.js.map +1 -1
- package/dist/i18n/en/Employee.FederalTaxes.json.js +16 -10
- package/dist/i18n/en/Employee.FederalTaxes.json.js.map +1 -1
- package/dist/i18n/en/Employee.Profile.json.js +24 -20
- package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
- package/dist/i18n/en/Employee.StateTaxes.json.js +14 -6
- package/dist/i18n/en/Employee.StateTaxes.json.js.map +1 -1
- package/dist/i18n/en/Payroll.GrossUpModal.json.js +12 -10
- package/dist/i18n/en/Payroll.GrossUpModal.json.js.map +1 -1
- package/dist/index.d.ts +8 -2
- package/dist/index.js +118 -93
- package/dist/index.js.map +1 -1
- package/dist/partner-hook-utils/form/SDKFormProvider.js +18 -14
- package/dist/partner-hook-utils/form/SDKFormProvider.js.map +1 -1
- package/dist/partner-hook-utils/form/buildFormSchema.js +41 -41
- package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
- package/dist/partner-hook-utils/form/composeSubmitHandler.d.ts +10 -6
- package/dist/partner-hook-utils/form/composeSubmitHandler.js +49 -26
- package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +30 -24
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +33 -29
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +34 -28
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +30 -24
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/SelectHookField.js +38 -32
- package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SwitchHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js +28 -22
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/TextInputHookField.d.ts +1 -1
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js +30 -24
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.d.ts +10 -0
- package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.js +9 -0
- package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.js.map +1 -0
- package/dist/partner-hook-utils/form/index.d.ts +3 -0
- package/dist/partner-hook-utils/form/resolveFieldError.js +10 -7
- package/dist/partner-hook-utils/form/resolveFieldError.js.map +1 -1
- package/dist/partner-hook-utils/form/useFieldErrorMessage.js +10 -7
- package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +1 -1
- package/dist/partner-hook-utils/form/useHookFieldResolution.d.ts +10 -3
- package/dist/partner-hook-utils/form/useHookFieldResolution.js +6 -6
- package/dist/partner-hook-utils/form/useHookFieldResolution.js.map +1 -1
- package/dist/partner-hook-utils/form/useHookFormInternals.d.ts +22 -0
- package/dist/partner-hook-utils/form/useHookFormInternals.js +12 -0
- package/dist/partner-hook-utils/form/useHookFormInternals.js.map +1 -0
- 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 +16 -1
- package/dist/shared/constants.d.ts +24 -0
- package/dist/shared/constants.js +42 -30
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +82 -14
- package/docs/reference/endpoint-inventory.json +453 -123
- package/package.json +22 -20
- 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/Compensation/Actions.d.ts +0 -1
- package/dist/components/Employee/Compensation/Actions.js +0 -38
- package/dist/components/Employee/Compensation/Actions.js.map +0 -1
- package/dist/components/Employee/Compensation/Edit.d.ts +0 -5
- package/dist/components/Employee/Compensation/Edit.js +0 -178
- package/dist/components/Employee/Compensation/Edit.js.map +0 -1
- package/dist/components/Employee/Compensation/Head.d.ts +0 -1
- package/dist/components/Employee/Compensation/Head.js +0 -22
- package/dist/components/Employee/Compensation/Head.js.map +0 -1
- package/dist/components/Employee/Compensation/List.d.ts +0 -1
- package/dist/components/Employee/Compensation/List.js +0 -71
- package/dist/components/Employee/Compensation/List.js.map +0 -1
- package/dist/components/Employee/Compensation/useCompensation.js.map +0 -1
- package/dist/components/Employee/FederalTaxes/Actions.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +0 -13
- package/dist/components/Employee/FederalTaxes/Actions.js.map +0 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.d.ts +0 -12
- package/dist/components/Employee/FederalTaxes/FederalForm.js +0 -109
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +0 -1
- package/dist/components/Employee/FederalTaxes/FederalTaxes.d.ts +0 -6
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js +0 -84
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +0 -1
- package/dist/components/Employee/FederalTaxes/Head.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/Head.js +0 -24
- package/dist/components/Employee/FederalTaxes/Head.js.map +0 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.d.ts +0 -5
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +0 -20
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +0 -1
- package/dist/components/Employee/Profile/AdminProfile.js +0 -358
- package/dist/components/Employee/Profile/AdminProfile.js.map +0 -1
- package/dist/components/Employee/Profile/EmployeeProfile.js.map +0 -1
- package/dist/components/Employee/Profile/Profile.js.map +0 -1
- package/dist/components/Employee/Profile/index.d.ts +0 -2
- package/dist/components/Employee/StateTaxes/Actions.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/Actions.js +0 -13
- package/dist/components/Employee/StateTaxes/Actions.js.map +0 -1
- package/dist/components/Employee/StateTaxes/StateForm.d.ts +0 -6
- package/dist/components/Employee/StateTaxes/StateForm.js +0 -34
- package/dist/components/Employee/StateTaxes/StateForm.js.map +0 -1
- package/dist/components/Employee/StateTaxes/StateTaxes.d.ts +0 -7
- package/dist/components/Employee/StateTaxes/StateTaxes.js +0 -98
- package/dist/components/Employee/StateTaxes/StateTaxes.js.map +0 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.d.ts +0 -8
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +0 -20
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +0 -46
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +0 -46
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +0 -49
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js +0 -107
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +0 -124
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js +0 -46
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +0 -18
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +0 -166
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +0 -29
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +0 -66
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlow.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +0 -103
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js +0 -290
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +0 -71
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +0 -206
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js +0 -35
- package/dist/components/UNSTABLE_TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js +0 -35
- package/dist/components/UNSTABLE_TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyDetails/ViewPolicyDetails.d.ts +0 -5
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyDetails/ViewPolicyDetails.js +0 -35
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyDetails/ViewPolicyDetails.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyEmployees/ViewPolicyEmployees.d.ts +0 -5
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyEmployees/ViewPolicyEmployees.js +0 -35
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyEmployees/ViewPolicyEmployees.js.map +0 -1
- package/dist/components/UNSTABLE_TimeOff/index.js +0 -29
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +0 -2
- package/dist/components/UNSTABLE_TimeOff/shared/holidayHelpers.js.map +0 -1
- /package/dist/components/Employee/{Compensation/shared/useCompensationForm/compensationSchemaParity.test.d.ts → FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.test.d.ts} +0 -0
- /package/dist/components/Employee/Profile/{AdminProfile.d.ts → onboarding/AdminProfile.d.ts} +0 -0
- /package/dist/components/Employee/Profile/{AdminProfile.module.scss.js → onboarding/AdminProfile.module.scss.js} +0 -0
- /package/dist/components/Employee/Profile/{AdminProfile.module.scss.js.map → onboarding/AdminProfile.module.scss.js.map} +0 -0
- /package/dist/components/Employee/Profile/{EmployeeProfile.d.ts → onboarding/EmployeeProfile.d.ts} +0 -0
- /package/dist/components/Employee/Profile/{EmployeeProfile.module.scss.js → onboarding/EmployeeProfile.module.scss.js} +0 -0
- /package/dist/components/Employee/Profile/{EmployeeProfile.module.scss.js.map → onboarding/EmployeeProfile.module.scss.js.map} +0 -0
- /package/dist/components/{UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.test.d.ts → Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.test.d.ts} +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/HolidaySelectionForm/HolidaySelectionFormPresentation.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyList/PolicyList.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyList/PolicyListPresentation.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyList/PolicyListPresentation.module.scss.js +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyList/PolicyListPresentation.module.scss.js.map +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicySettings/PolicySettings.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicySettings/PolicySettingsPresentation.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/PolicyTypeSelector/PolicyTypeSelector.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffFlow/TimeOffFlow.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffFlow/TimeOffFlow.js +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffFlow/index.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff/shared/holidayHelpers.test.d.ts → TimeOff/TimeOffFlow/timeOffStateMachine.test.d.ts} +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.module.scss.js +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.module.scss.js.map +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/TimeOffManagement/PolicyConfigurationForm/index.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +0 -0
- /package/dist/components/{UNSTABLE_TimeOff → TimeOff}/shared/EmployeeTable/index.d.ts +0 -0
|
@@ -167,6 +167,26 @@
|
|
|
167
167
|
"locationId"
|
|
168
168
|
]
|
|
169
169
|
},
|
|
170
|
+
"Company.LocationForm": {
|
|
171
|
+
"endpoints": [
|
|
172
|
+
{
|
|
173
|
+
"method": "PUT",
|
|
174
|
+
"path": "/v1/locations/:locationId"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"method": "GET",
|
|
178
|
+
"path": "/v1/locations/:locationId"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"method": "POST",
|
|
182
|
+
"path": "/v1/companies/:companyId/locations"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"variables": [
|
|
186
|
+
"companyId",
|
|
187
|
+
"locationId"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
170
190
|
"Company.PaySchedule": {
|
|
171
191
|
"endpoints": [
|
|
172
192
|
{
|
|
@@ -633,21 +653,17 @@
|
|
|
633
653
|
"method": "PUT",
|
|
634
654
|
"path": "/v1/jobs/:jobId"
|
|
635
655
|
},
|
|
636
|
-
{
|
|
637
|
-
"method": "DELETE",
|
|
638
|
-
"path": "/v1/jobs/:jobId"
|
|
639
|
-
},
|
|
640
656
|
{
|
|
641
657
|
"method": "PUT",
|
|
642
658
|
"path": "/v1/compensations/:compensationId"
|
|
643
659
|
},
|
|
644
660
|
{
|
|
645
661
|
"method": "GET",
|
|
646
|
-
"path": "/v1/
|
|
662
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
647
663
|
},
|
|
648
664
|
{
|
|
649
665
|
"method": "GET",
|
|
650
|
-
"path": "/v1/employees/:employeeId
|
|
666
|
+
"path": "/v1/employees/:employeeId"
|
|
651
667
|
},
|
|
652
668
|
{
|
|
653
669
|
"method": "GET",
|
|
@@ -655,7 +671,15 @@
|
|
|
655
671
|
},
|
|
656
672
|
{
|
|
657
673
|
"method": "GET",
|
|
658
|
-
"path": "/v1/
|
|
674
|
+
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"method": "DELETE",
|
|
678
|
+
"path": "/v1/jobs/:jobId"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"method": "POST",
|
|
682
|
+
"path": "/v1/jobs/:jobId/compensations"
|
|
659
683
|
}
|
|
660
684
|
],
|
|
661
685
|
"variables": [
|
|
@@ -1361,12 +1385,28 @@
|
|
|
1361
1385
|
"companyId"
|
|
1362
1386
|
]
|
|
1363
1387
|
},
|
|
1364
|
-
"
|
|
1388
|
+
"TimeOff.PolicyList": {
|
|
1365
1389
|
"endpoints": [
|
|
1390
|
+
{
|
|
1391
|
+
"method": "GET",
|
|
1392
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"method": "PUT",
|
|
1396
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"method": "GET",
|
|
1400
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1401
|
+
},
|
|
1366
1402
|
{
|
|
1367
1403
|
"method": "POST",
|
|
1368
1404
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1369
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
"method": "PUT",
|
|
1408
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1409
|
+
},
|
|
1370
1410
|
{
|
|
1371
1411
|
"method": "GET",
|
|
1372
1412
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1376,20 +1416,36 @@
|
|
|
1376
1416
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1377
1417
|
},
|
|
1378
1418
|
{
|
|
1379
|
-
"method": "
|
|
1380
|
-
"path": "/v1/companies/:
|
|
1419
|
+
"method": "DELETE",
|
|
1420
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1381
1421
|
},
|
|
1382
1422
|
{
|
|
1383
1423
|
"method": "GET",
|
|
1384
|
-
"path": "/v1/
|
|
1424
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1385
1425
|
},
|
|
1386
1426
|
{
|
|
1387
|
-
"method": "
|
|
1388
|
-
"path": "/v1/
|
|
1427
|
+
"method": "PUT",
|
|
1428
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1389
1429
|
},
|
|
1390
1430
|
{
|
|
1391
1431
|
"method": "POST",
|
|
1392
1432
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"method": "PUT",
|
|
1436
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"method": "PUT",
|
|
1440
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"method": "PUT",
|
|
1444
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"method": "PUT",
|
|
1448
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1393
1449
|
}
|
|
1394
1450
|
],
|
|
1395
1451
|
"variables": [
|
|
@@ -1398,12 +1454,28 @@
|
|
|
1398
1454
|
"timeOffPolicyUuid"
|
|
1399
1455
|
]
|
|
1400
1456
|
},
|
|
1401
|
-
"
|
|
1457
|
+
"TimeOff.PolicyTypeSelector": {
|
|
1402
1458
|
"endpoints": [
|
|
1459
|
+
{
|
|
1460
|
+
"method": "GET",
|
|
1461
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"method": "PUT",
|
|
1465
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"method": "GET",
|
|
1469
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1470
|
+
},
|
|
1403
1471
|
{
|
|
1404
1472
|
"method": "POST",
|
|
1405
1473
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1406
1474
|
},
|
|
1475
|
+
{
|
|
1476
|
+
"method": "PUT",
|
|
1477
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1478
|
+
},
|
|
1407
1479
|
{
|
|
1408
1480
|
"method": "GET",
|
|
1409
1481
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1413,20 +1485,36 @@
|
|
|
1413
1485
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1414
1486
|
},
|
|
1415
1487
|
{
|
|
1416
|
-
"method": "
|
|
1417
|
-
"path": "/v1/companies/:
|
|
1488
|
+
"method": "DELETE",
|
|
1489
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1418
1490
|
},
|
|
1419
1491
|
{
|
|
1420
1492
|
"method": "GET",
|
|
1421
|
-
"path": "/v1/
|
|
1493
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1422
1494
|
},
|
|
1423
1495
|
{
|
|
1424
|
-
"method": "
|
|
1425
|
-
"path": "/v1/
|
|
1496
|
+
"method": "PUT",
|
|
1497
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1426
1498
|
},
|
|
1427
1499
|
{
|
|
1428
1500
|
"method": "POST",
|
|
1429
1501
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"method": "PUT",
|
|
1505
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"method": "PUT",
|
|
1509
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"method": "PUT",
|
|
1513
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"method": "PUT",
|
|
1517
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1430
1518
|
}
|
|
1431
1519
|
],
|
|
1432
1520
|
"variables": [
|
|
@@ -1435,58 +1523,46 @@
|
|
|
1435
1523
|
"timeOffPolicyUuid"
|
|
1436
1524
|
]
|
|
1437
1525
|
},
|
|
1438
|
-
"
|
|
1526
|
+
"TimeOff.PolicyConfigurationForm": {
|
|
1439
1527
|
"endpoints": [
|
|
1440
1528
|
{
|
|
1441
1529
|
"method": "POST",
|
|
1442
1530
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"method": "PUT",
|
|
1534
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"method": "GET",
|
|
1538
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1443
1539
|
}
|
|
1444
1540
|
],
|
|
1445
1541
|
"variables": [
|
|
1446
|
-
"companyUuid"
|
|
1542
|
+
"companyUuid",
|
|
1543
|
+
"timeOffPolicyUuid"
|
|
1447
1544
|
]
|
|
1448
1545
|
},
|
|
1449
|
-
"
|
|
1546
|
+
"TimeOff.PolicySettingsPresentation": {
|
|
1450
1547
|
"endpoints": [
|
|
1451
|
-
{
|
|
1452
|
-
"method": "POST",
|
|
1453
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1454
|
-
},
|
|
1455
1548
|
{
|
|
1456
1549
|
"method": "GET",
|
|
1457
|
-
"path": "/v1/companies/:companyUuid/
|
|
1550
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1458
1551
|
},
|
|
1459
1552
|
{
|
|
1460
1553
|
"method": "PUT",
|
|
1461
|
-
"path": "/v1/
|
|
1554
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1462
1555
|
},
|
|
1463
1556
|
{
|
|
1464
1557
|
"method": "GET",
|
|
1465
1558
|
"path": "/v1/companies/:companyId/employees"
|
|
1466
1559
|
},
|
|
1467
1560
|
{
|
|
1468
|
-
"method": "
|
|
1469
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"method": "DELETE",
|
|
1561
|
+
"method": "POST",
|
|
1473
1562
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1474
1563
|
},
|
|
1475
1564
|
{
|
|
1476
|
-
"method": "
|
|
1477
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1478
|
-
}
|
|
1479
|
-
],
|
|
1480
|
-
"variables": [
|
|
1481
|
-
"companyId",
|
|
1482
|
-
"companyUuid",
|
|
1483
|
-
"timeOffPolicyUuid"
|
|
1484
|
-
]
|
|
1485
|
-
},
|
|
1486
|
-
"UNSTABLE_TimeOff.PolicySettingsPresentation": {
|
|
1487
|
-
"endpoints": [
|
|
1488
|
-
{
|
|
1489
|
-
"method": "POST",
|
|
1565
|
+
"method": "PUT",
|
|
1490
1566
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1491
1567
|
},
|
|
1492
1568
|
{
|
|
@@ -1498,20 +1574,36 @@
|
|
|
1498
1574
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1499
1575
|
},
|
|
1500
1576
|
{
|
|
1501
|
-
"method": "
|
|
1502
|
-
"path": "/v1/companies/:
|
|
1577
|
+
"method": "DELETE",
|
|
1578
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1503
1579
|
},
|
|
1504
1580
|
{
|
|
1505
1581
|
"method": "GET",
|
|
1506
|
-
"path": "/v1/
|
|
1582
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1507
1583
|
},
|
|
1508
1584
|
{
|
|
1509
|
-
"method": "
|
|
1510
|
-
"path": "/v1/
|
|
1585
|
+
"method": "PUT",
|
|
1586
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1511
1587
|
},
|
|
1512
1588
|
{
|
|
1513
1589
|
"method": "POST",
|
|
1514
1590
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"method": "PUT",
|
|
1594
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"method": "PUT",
|
|
1598
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"method": "PUT",
|
|
1602
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"method": "PUT",
|
|
1606
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1515
1607
|
}
|
|
1516
1608
|
],
|
|
1517
1609
|
"variables": [
|
|
@@ -1520,12 +1612,28 @@
|
|
|
1520
1612
|
"timeOffPolicyUuid"
|
|
1521
1613
|
]
|
|
1522
1614
|
},
|
|
1523
|
-
"
|
|
1615
|
+
"TimeOff.AddEmployeesToPolicy": {
|
|
1524
1616
|
"endpoints": [
|
|
1617
|
+
{
|
|
1618
|
+
"method": "GET",
|
|
1619
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"method": "PUT",
|
|
1623
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"method": "GET",
|
|
1627
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1628
|
+
},
|
|
1525
1629
|
{
|
|
1526
1630
|
"method": "POST",
|
|
1527
1631
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1528
1632
|
},
|
|
1633
|
+
{
|
|
1634
|
+
"method": "PUT",
|
|
1635
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1636
|
+
},
|
|
1529
1637
|
{
|
|
1530
1638
|
"method": "GET",
|
|
1531
1639
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1535,20 +1643,36 @@
|
|
|
1535
1643
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1536
1644
|
},
|
|
1537
1645
|
{
|
|
1538
|
-
"method": "
|
|
1539
|
-
"path": "/v1/companies/:
|
|
1646
|
+
"method": "DELETE",
|
|
1647
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1540
1648
|
},
|
|
1541
1649
|
{
|
|
1542
1650
|
"method": "GET",
|
|
1543
|
-
"path": "/v1/
|
|
1651
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1544
1652
|
},
|
|
1545
1653
|
{
|
|
1546
|
-
"method": "
|
|
1547
|
-
"path": "/v1/
|
|
1654
|
+
"method": "PUT",
|
|
1655
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1548
1656
|
},
|
|
1549
1657
|
{
|
|
1550
1658
|
"method": "POST",
|
|
1551
1659
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"method": "PUT",
|
|
1663
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"method": "PUT",
|
|
1667
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"method": "PUT",
|
|
1671
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"method": "PUT",
|
|
1675
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1552
1676
|
}
|
|
1553
1677
|
],
|
|
1554
1678
|
"variables": [
|
|
@@ -1557,12 +1681,28 @@
|
|
|
1557
1681
|
"timeOffPolicyUuid"
|
|
1558
1682
|
]
|
|
1559
1683
|
},
|
|
1560
|
-
"
|
|
1684
|
+
"TimeOff.HolidaySelectionForm": {
|
|
1561
1685
|
"endpoints": [
|
|
1686
|
+
{
|
|
1687
|
+
"method": "GET",
|
|
1688
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"method": "PUT",
|
|
1692
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"method": "GET",
|
|
1696
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1697
|
+
},
|
|
1562
1698
|
{
|
|
1563
1699
|
"method": "POST",
|
|
1564
1700
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1565
1701
|
},
|
|
1702
|
+
{
|
|
1703
|
+
"method": "PUT",
|
|
1704
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1705
|
+
},
|
|
1566
1706
|
{
|
|
1567
1707
|
"method": "GET",
|
|
1568
1708
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1572,20 +1712,36 @@
|
|
|
1572
1712
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1573
1713
|
},
|
|
1574
1714
|
{
|
|
1575
|
-
"method": "
|
|
1576
|
-
"path": "/v1/companies/:
|
|
1715
|
+
"method": "DELETE",
|
|
1716
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1577
1717
|
},
|
|
1578
1718
|
{
|
|
1579
1719
|
"method": "GET",
|
|
1580
|
-
"path": "/v1/
|
|
1720
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1581
1721
|
},
|
|
1582
1722
|
{
|
|
1583
|
-
"method": "
|
|
1584
|
-
"path": "/v1/
|
|
1723
|
+
"method": "PUT",
|
|
1724
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1585
1725
|
},
|
|
1586
1726
|
{
|
|
1587
1727
|
"method": "POST",
|
|
1588
1728
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"method": "PUT",
|
|
1732
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"method": "PUT",
|
|
1736
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"method": "PUT",
|
|
1740
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"method": "PUT",
|
|
1744
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1589
1745
|
}
|
|
1590
1746
|
],
|
|
1591
1747
|
"variables": [
|
|
@@ -1594,12 +1750,28 @@
|
|
|
1594
1750
|
"timeOffPolicyUuid"
|
|
1595
1751
|
]
|
|
1596
1752
|
},
|
|
1597
|
-
"
|
|
1753
|
+
"TimeOff.AddEmployeesHoliday": {
|
|
1598
1754
|
"endpoints": [
|
|
1755
|
+
{
|
|
1756
|
+
"method": "GET",
|
|
1757
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"method": "PUT",
|
|
1761
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"method": "GET",
|
|
1765
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1766
|
+
},
|
|
1599
1767
|
{
|
|
1600
1768
|
"method": "POST",
|
|
1601
1769
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1602
1770
|
},
|
|
1771
|
+
{
|
|
1772
|
+
"method": "PUT",
|
|
1773
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1774
|
+
},
|
|
1603
1775
|
{
|
|
1604
1776
|
"method": "GET",
|
|
1605
1777
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1609,20 +1781,36 @@
|
|
|
1609
1781
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1610
1782
|
},
|
|
1611
1783
|
{
|
|
1612
|
-
"method": "
|
|
1613
|
-
"path": "/v1/companies/:
|
|
1784
|
+
"method": "DELETE",
|
|
1785
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1614
1786
|
},
|
|
1615
1787
|
{
|
|
1616
1788
|
"method": "GET",
|
|
1617
|
-
"path": "/v1/
|
|
1789
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1618
1790
|
},
|
|
1619
1791
|
{
|
|
1620
|
-
"method": "
|
|
1621
|
-
"path": "/v1/
|
|
1792
|
+
"method": "PUT",
|
|
1793
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1622
1794
|
},
|
|
1623
1795
|
{
|
|
1624
1796
|
"method": "POST",
|
|
1625
1797
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"method": "PUT",
|
|
1801
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"method": "PUT",
|
|
1805
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"method": "PUT",
|
|
1809
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"method": "PUT",
|
|
1813
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1626
1814
|
}
|
|
1627
1815
|
],
|
|
1628
1816
|
"variables": [
|
|
@@ -1631,12 +1819,28 @@
|
|
|
1631
1819
|
"timeOffPolicyUuid"
|
|
1632
1820
|
]
|
|
1633
1821
|
},
|
|
1634
|
-
"
|
|
1822
|
+
"TimeOff.ViewHolidayEmployees": {
|
|
1635
1823
|
"endpoints": [
|
|
1824
|
+
{
|
|
1825
|
+
"method": "GET",
|
|
1826
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"method": "PUT",
|
|
1830
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"method": "GET",
|
|
1834
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1835
|
+
},
|
|
1636
1836
|
{
|
|
1637
1837
|
"method": "POST",
|
|
1638
1838
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1639
1839
|
},
|
|
1840
|
+
{
|
|
1841
|
+
"method": "PUT",
|
|
1842
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1843
|
+
},
|
|
1640
1844
|
{
|
|
1641
1845
|
"method": "GET",
|
|
1642
1846
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1646,20 +1850,36 @@
|
|
|
1646
1850
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1647
1851
|
},
|
|
1648
1852
|
{
|
|
1649
|
-
"method": "
|
|
1650
|
-
"path": "/v1/companies/:
|
|
1853
|
+
"method": "DELETE",
|
|
1854
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1651
1855
|
},
|
|
1652
1856
|
{
|
|
1653
1857
|
"method": "GET",
|
|
1654
|
-
"path": "/v1/
|
|
1858
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1655
1859
|
},
|
|
1656
1860
|
{
|
|
1657
|
-
"method": "
|
|
1658
|
-
"path": "/v1/
|
|
1861
|
+
"method": "PUT",
|
|
1862
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1659
1863
|
},
|
|
1660
1864
|
{
|
|
1661
1865
|
"method": "POST",
|
|
1662
1866
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"method": "PUT",
|
|
1870
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"method": "PUT",
|
|
1874
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"method": "PUT",
|
|
1878
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"method": "PUT",
|
|
1882
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1663
1883
|
}
|
|
1664
1884
|
],
|
|
1665
1885
|
"variables": [
|
|
@@ -1668,12 +1888,28 @@
|
|
|
1668
1888
|
"timeOffPolicyUuid"
|
|
1669
1889
|
]
|
|
1670
1890
|
},
|
|
1671
|
-
"
|
|
1891
|
+
"TimeOff.ViewHolidayPolicyDetails": {
|
|
1672
1892
|
"endpoints": [
|
|
1893
|
+
{
|
|
1894
|
+
"method": "GET",
|
|
1895
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"method": "PUT",
|
|
1899
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"method": "GET",
|
|
1903
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1904
|
+
},
|
|
1673
1905
|
{
|
|
1674
1906
|
"method": "POST",
|
|
1675
1907
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1676
1908
|
},
|
|
1909
|
+
{
|
|
1910
|
+
"method": "PUT",
|
|
1911
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1912
|
+
},
|
|
1677
1913
|
{
|
|
1678
1914
|
"method": "GET",
|
|
1679
1915
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1683,20 +1919,36 @@
|
|
|
1683
1919
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1684
1920
|
},
|
|
1685
1921
|
{
|
|
1686
|
-
"method": "
|
|
1687
|
-
"path": "/v1/companies/:
|
|
1922
|
+
"method": "DELETE",
|
|
1923
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1688
1924
|
},
|
|
1689
1925
|
{
|
|
1690
1926
|
"method": "GET",
|
|
1691
|
-
"path": "/v1/
|
|
1927
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1692
1928
|
},
|
|
1693
1929
|
{
|
|
1694
|
-
"method": "
|
|
1695
|
-
"path": "/v1/
|
|
1930
|
+
"method": "PUT",
|
|
1931
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1696
1932
|
},
|
|
1697
1933
|
{
|
|
1698
1934
|
"method": "POST",
|
|
1699
1935
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"method": "PUT",
|
|
1939
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"method": "PUT",
|
|
1943
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"method": "PUT",
|
|
1947
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"method": "PUT",
|
|
1951
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1700
1952
|
}
|
|
1701
1953
|
],
|
|
1702
1954
|
"variables": [
|
|
@@ -1705,12 +1957,28 @@
|
|
|
1705
1957
|
"timeOffPolicyUuid"
|
|
1706
1958
|
]
|
|
1707
1959
|
},
|
|
1708
|
-
"
|
|
1960
|
+
"TimeOff.ViewHolidaySchedule": {
|
|
1709
1961
|
"endpoints": [
|
|
1962
|
+
{
|
|
1963
|
+
"method": "GET",
|
|
1964
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"method": "PUT",
|
|
1968
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"method": "GET",
|
|
1972
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1973
|
+
},
|
|
1710
1974
|
{
|
|
1711
1975
|
"method": "POST",
|
|
1712
1976
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1713
1977
|
},
|
|
1978
|
+
{
|
|
1979
|
+
"method": "PUT",
|
|
1980
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1981
|
+
},
|
|
1714
1982
|
{
|
|
1715
1983
|
"method": "GET",
|
|
1716
1984
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1720,20 +1988,36 @@
|
|
|
1720
1988
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1721
1989
|
},
|
|
1722
1990
|
{
|
|
1723
|
-
"method": "
|
|
1724
|
-
"path": "/v1/companies/:
|
|
1991
|
+
"method": "DELETE",
|
|
1992
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1725
1993
|
},
|
|
1726
1994
|
{
|
|
1727
1995
|
"method": "GET",
|
|
1728
|
-
"path": "/v1/
|
|
1996
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1729
1997
|
},
|
|
1730
1998
|
{
|
|
1731
|
-
"method": "
|
|
1732
|
-
"path": "/v1/
|
|
1999
|
+
"method": "PUT",
|
|
2000
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1733
2001
|
},
|
|
1734
2002
|
{
|
|
1735
2003
|
"method": "POST",
|
|
1736
2004
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"method": "PUT",
|
|
2008
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"method": "PUT",
|
|
2012
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"method": "PUT",
|
|
2016
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"method": "PUT",
|
|
2020
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1737
2021
|
}
|
|
1738
2022
|
],
|
|
1739
2023
|
"variables": [
|
|
@@ -1742,49 +2026,52 @@
|
|
|
1742
2026
|
"timeOffPolicyUuid"
|
|
1743
2027
|
]
|
|
1744
2028
|
},
|
|
1745
|
-
"
|
|
2029
|
+
"TimeOff.TimeOffPolicyDetailPresentation": {
|
|
1746
2030
|
"endpoints": [
|
|
1747
|
-
{
|
|
1748
|
-
"method": "POST",
|
|
1749
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1750
|
-
},
|
|
1751
2031
|
{
|
|
1752
2032
|
"method": "GET",
|
|
1753
|
-
"path": "/v1/
|
|
2033
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1754
2034
|
},
|
|
1755
2035
|
{
|
|
1756
2036
|
"method": "PUT",
|
|
1757
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/
|
|
2037
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1758
2038
|
},
|
|
1759
2039
|
{
|
|
1760
|
-
"method": "
|
|
1761
|
-
"path": "/v1/
|
|
2040
|
+
"method": "PUT",
|
|
2041
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1762
2042
|
},
|
|
1763
2043
|
{
|
|
1764
2044
|
"method": "GET",
|
|
1765
|
-
"path": "/v1/companies/:
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"method": "DELETE",
|
|
1769
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"method": "POST",
|
|
1773
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2045
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1774
2046
|
}
|
|
1775
2047
|
],
|
|
1776
2048
|
"variables": [
|
|
1777
2049
|
"companyId",
|
|
1778
|
-
"companyUuid",
|
|
1779
2050
|
"timeOffPolicyUuid"
|
|
1780
2051
|
]
|
|
1781
2052
|
},
|
|
1782
|
-
"
|
|
2053
|
+
"TimeOff.TimeOffFlow": {
|
|
1783
2054
|
"endpoints": [
|
|
2055
|
+
{
|
|
2056
|
+
"method": "GET",
|
|
2057
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"method": "PUT",
|
|
2061
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"method": "GET",
|
|
2065
|
+
"path": "/v1/companies/:companyId/employees"
|
|
2066
|
+
},
|
|
1784
2067
|
{
|
|
1785
2068
|
"method": "POST",
|
|
1786
2069
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1787
2070
|
},
|
|
2071
|
+
{
|
|
2072
|
+
"method": "PUT",
|
|
2073
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
2074
|
+
},
|
|
1788
2075
|
{
|
|
1789
2076
|
"method": "GET",
|
|
1790
2077
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
@@ -1794,20 +2081,36 @@
|
|
|
1794
2081
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1795
2082
|
},
|
|
1796
2083
|
{
|
|
1797
|
-
"method": "
|
|
1798
|
-
"path": "/v1/companies/:
|
|
2084
|
+
"method": "DELETE",
|
|
2085
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1799
2086
|
},
|
|
1800
2087
|
{
|
|
1801
2088
|
"method": "GET",
|
|
1802
|
-
"path": "/v1/
|
|
2089
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1803
2090
|
},
|
|
1804
2091
|
{
|
|
1805
|
-
"method": "
|
|
1806
|
-
"path": "/v1/
|
|
2092
|
+
"method": "PUT",
|
|
2093
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1807
2094
|
},
|
|
1808
2095
|
{
|
|
1809
2096
|
"method": "POST",
|
|
1810
2097
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"method": "PUT",
|
|
2101
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"method": "PUT",
|
|
2105
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"method": "PUT",
|
|
2109
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"method": "PUT",
|
|
2113
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1811
2114
|
}
|
|
1812
2115
|
],
|
|
1813
2116
|
"variables": [
|
|
@@ -2103,21 +2406,17 @@
|
|
|
2103
2406
|
"method": "PUT",
|
|
2104
2407
|
"path": "/v1/jobs/:jobId"
|
|
2105
2408
|
},
|
|
2106
|
-
{
|
|
2107
|
-
"method": "DELETE",
|
|
2108
|
-
"path": "/v1/jobs/:jobId"
|
|
2109
|
-
},
|
|
2110
2409
|
{
|
|
2111
2410
|
"method": "PUT",
|
|
2112
2411
|
"path": "/v1/compensations/:compensationId"
|
|
2113
2412
|
},
|
|
2114
2413
|
{
|
|
2115
2414
|
"method": "GET",
|
|
2116
|
-
"path": "/v1/
|
|
2415
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
2117
2416
|
},
|
|
2118
2417
|
{
|
|
2119
2418
|
"method": "GET",
|
|
2120
|
-
"path": "/v1/employees/:employeeId
|
|
2419
|
+
"path": "/v1/employees/:employeeId"
|
|
2121
2420
|
},
|
|
2122
2421
|
{
|
|
2123
2422
|
"method": "GET",
|
|
@@ -2125,7 +2424,15 @@
|
|
|
2125
2424
|
},
|
|
2126
2425
|
{
|
|
2127
2426
|
"method": "GET",
|
|
2128
|
-
"path": "/v1/
|
|
2427
|
+
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"method": "DELETE",
|
|
2431
|
+
"path": "/v1/jobs/:jobId"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"method": "POST",
|
|
2435
|
+
"path": "/v1/jobs/:jobId/compensations"
|
|
2129
2436
|
},
|
|
2130
2437
|
{
|
|
2131
2438
|
"method": "GET",
|
|
@@ -2592,18 +2899,41 @@
|
|
|
2592
2899
|
"wireInRequestUuid"
|
|
2593
2900
|
]
|
|
2594
2901
|
},
|
|
2595
|
-
"
|
|
2902
|
+
"TimeOff.TimeOffFlow": {
|
|
2596
2903
|
"blocks": [
|
|
2597
|
-
"
|
|
2904
|
+
"TimeOff.PolicyConfigurationForm",
|
|
2905
|
+
"TimeOff.TimeOffPolicyDetailPresentation"
|
|
2598
2906
|
],
|
|
2599
2907
|
"endpoints": [
|
|
2600
2908
|
{
|
|
2601
2909
|
"method": "POST",
|
|
2602
2910
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"method": "PUT",
|
|
2914
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"method": "GET",
|
|
2918
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"method": "PUT",
|
|
2922
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"method": "PUT",
|
|
2926
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"method": "GET",
|
|
2930
|
+
"path": "/v1/companies/:companyId/employees"
|
|
2603
2931
|
}
|
|
2604
2932
|
],
|
|
2605
2933
|
"variables": [
|
|
2606
|
-
"
|
|
2934
|
+
"companyId",
|
|
2935
|
+
"companyUuid",
|
|
2936
|
+
"timeOffPolicyUuid"
|
|
2607
2937
|
]
|
|
2608
2938
|
}
|
|
2609
2939
|
}
|