@gusto/embedded-react-sdk 0.37.0 → 0.38.0-rc.1
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 +45 -0
- package/README.md +3 -0
- package/dist/UNSTABLE_Hooks.d.ts +1 -1
- package/dist/UNSTABLE_Hooks.js +34 -38
- package/dist/UNSTABLE_Hooks.js.map +1 -1
- package/dist/assets/icons/filter-funnel.svg.js +10 -0
- package/dist/assets/icons/filter-funnel.svg.js.map +1 -0
- package/dist/components/Base/Base.js +2 -3
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/createCompoundContext.js.map +1 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js +42 -36
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataTable/DataTable.d.ts +2 -1
- package/dist/components/Common/DataView/DataTable/DataTable.js +77 -68
- package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.d.ts +17 -0
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js +100 -0
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js.map +1 -0
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.module.scss.js +10 -0
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.module.scss.js.map +1 -0
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.d.ts +2 -0
- package/dist/components/Common/DetailViewLayout/DetailViewLayoutTypes.d.ts +40 -0
- package/dist/components/Common/DetailViewLayout/index.d.ts +3 -0
- package/dist/components/Common/EmptyData/EmptyData.d.ts +2 -1
- package/dist/components/Common/EmptyData/EmptyData.js +15 -13
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js +6 -4
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.js +26 -24
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.d.ts +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js +32 -30
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.d.ts +1 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js +36 -34
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -1
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +40 -38
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
- package/dist/components/Common/Fields/FileInputField/FileInputField.js +24 -22
- package/dist/components/Common/Fields/FileInputField/FileInputField.js.map +1 -1
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.js +24 -22
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.js +27 -25
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.d.ts +1 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js +34 -32
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
- package/dist/components/Common/Fields/SelectField/SelectField.d.ts +1 -1
- package/dist/components/Common/Fields/SelectField/SelectField.js +34 -32
- package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
- package/dist/components/Common/Fields/SwitchField/SwitchField.js +26 -24
- package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
- package/dist/components/Common/Fields/TextAreaField/TextAreaField.js +24 -22
- package/dist/components/Common/Fields/TextAreaField/TextAreaField.js.map +1 -1
- package/dist/components/Common/Fields/TextInputField/TextInputField.js +26 -24
- package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useField.d.ts +3 -2
- package/dist/components/Common/Fields/hooks/useField.js +37 -33
- package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js +21 -20
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js.map +1 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbsTypes.d.ts +5 -0
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.d.ts +1 -1
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js +10 -8
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +10 -15
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +10 -14
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +14 -19
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +17 -17
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +5 -0
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
- package/dist/components/Common/UI/Button/Button.js +33 -29
- package/dist/components/Common/UI/Button/Button.js.map +1 -1
- package/dist/components/Common/UI/Button/Button.module.scss.js +5 -3
- package/dist/components/Common/UI/Button/Button.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonTypes.d.ts +4 -0
- package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.js +88 -69
- package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +13 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.d.ts +2 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.js +74 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.js.map +1 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.module.scss.js +30 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.module.scss.js.map +1 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +14 -0
- package/dist/components/Common/UI/DateRangePicker/index.d.ts +2 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +2 -2
- package/dist/components/Common/UI/Heading/Heading.d.ts +1 -1
- package/dist/components/Common/UI/Heading/Heading.js +11 -9
- package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
- package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +1 -1
- package/dist/components/Common/UI/Menu/Menu.module.scss.js +5 -5
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js +94 -80
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
- package/dist/components/Common/UI/NumberInput/NumberInput.js +1 -1
- package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
- package/dist/components/Common/index.d.ts +2 -0
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +7 -11
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -10
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -11
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +6 -9
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +13 -14
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -5
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -9
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +5 -8
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +13 -14
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -5
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +2 -5
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -7
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -11
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +9 -13
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -5
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +10 -13
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +12 -15
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -8
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -8
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +11 -15
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -5
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +11 -15
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +3 -5
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +8 -11
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +15 -19
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +6 -8
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +8 -10
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +8 -11
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +6 -8
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +10 -14
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +8 -11
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +5 -7
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +15 -19
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -5
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +6 -9
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +17 -19
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +6 -10
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -5
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +12 -15
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +9 -12
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +6 -10
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +3 -5
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +59 -59
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +16 -19
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +36 -33
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +11 -14
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +19 -21
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +2 -0
- package/dist/components/Company/PaySchedule/usePaySchedule.js +5 -7
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -8
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -5
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -9
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -8
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -5
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js +3 -7
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +6 -8
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +5 -7
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +33 -34
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +2 -3
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +10 -14
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -5
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +135 -126
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +2 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +31 -30
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +10 -10
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +2 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +18 -21
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +2 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -4
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +17 -19
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +6 -8
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +2 -4
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +2 -5
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +13 -13
- package/dist/components/Contractor/Profile/useContractorProfile.js +31 -31
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.d.ts +2 -2
- package/dist/components/Contractor/Submit/Submit.js +44 -46
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +12 -14
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Compensation.js +49 -49
- package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +27 -28
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +23 -25
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +57 -54
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +17 -19
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +11 -13
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +18 -19
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +6 -7
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +6 -9
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +10 -14
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -6
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +3 -5
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +24 -26
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +9 -11
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +11 -15
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +3 -5
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +6 -9
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.d.ts +2 -5
- package/dist/components/Employee/EmployeeList/EmployeeList.js +45 -95
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeListView.d.ts +15 -0
- package/dist/components/Employee/EmployeeList/EmployeeListView.js +130 -0
- package/dist/components/Employee/EmployeeList/EmployeeListView.js.map +1 -0
- package/dist/components/Employee/EmployeeList/ManagementEmployeeList.d.ts +9 -0
- package/dist/components/Employee/EmployeeList/ManagementEmployeeList.js +81 -0
- package/dist/components/Employee/EmployeeList/ManagementEmployeeList.js.map +1 -0
- package/dist/components/Employee/EmployeeList/ManagementEmployeeListView.d.ts +17 -0
- package/dist/components/Employee/EmployeeList/ManagementEmployeeListView.js +193 -0
- package/dist/components/Employee/EmployeeList/ManagementEmployeeListView.js.map +1 -0
- package/dist/components/Employee/EmployeeList/index.d.ts +3 -0
- package/dist/components/Employee/EmployeeList/useEmployeeList.d.ts +36 -23
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +114 -19
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +7 -10
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +10 -13
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +3 -5
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +14 -15
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js +4 -4
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.d.ts +1 -0
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +14 -8
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js +10 -11
- 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 +8 -11
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -8
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +13 -14
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js +44 -43
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -10
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +9 -10
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.d.ts +1 -0
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +5 -7
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/Actions.js +8 -11
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +14 -17
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +9 -10
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +10 -13
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.js +3 -5
- package/dist/components/Employee/Profile/useProfile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/Actions.js +8 -11
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +3 -5
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +8 -11
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +10 -13
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +3 -5
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +48 -48
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +14 -17
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.d.ts +1 -0
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +37 -33
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.d.ts +1 -0
- package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js +57 -45
- package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +8 -11
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
- package/dist/components/Employee/index.d.ts +1 -0
- package/dist/components/Employee/index.js +38 -36
- package/dist/components/Employee/index.js.map +1 -1
- package/dist/components/Flow/Flow.js +20 -23
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +16 -18
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +18 -20
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.js +3 -4
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +8 -10
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlow.js +14 -14
- package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +2 -2
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +21 -20
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +2 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +57 -55
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +8 -11
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +85 -75
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.module.scss.js +7 -7
- package/dist/components/Payroll/GrossUpModal/GrossUpModalTypes.d.ts +0 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlow.js +24 -18
- package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +2 -0
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +28 -22
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +92 -84
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +30 -32
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +18 -26
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.d.ts +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js +21 -21
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.d.ts +3 -3
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js +13 -13
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +6 -9
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +12 -14
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +11 -14
- 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/PayrollConfiguration/PayrollConfiguration.js +194 -190
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +69 -69
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +2 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +102 -76
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +235 -238
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js +7 -7
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +11 -0
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +63 -30
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +2 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js +43 -41
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/index.d.ts +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.d.ts +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js +62 -51
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js +13 -6
- package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +22 -20
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +35 -14
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +80 -69
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +0 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +59 -66
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +5 -4
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +96 -105
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +98 -64
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +9 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +223 -123
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js +16 -12
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +106 -105
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +2 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +231 -222
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +7 -10
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +2 -4
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +11 -13
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +2 -5
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlow.d.ts +1 -1
- package/dist/components/Payroll/Transition/TransitionFlow.js +29 -27
- package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +1 -0
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +67 -63
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +12 -14
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.d.ts +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js +5 -5
- package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js +44 -55
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
- package/dist/components/Payroll/helpers.d.ts +5 -0
- package/dist/components/Payroll/helpers.js +81 -74
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +2 -4
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.d.ts +2 -2
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js +6 -9
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.d.ts +1 -2
- package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/buildFormSchema.d.ts +48 -0
- package/dist/components/UNSTABLE_Hooks/form/buildFormSchema.js +94 -0
- package/dist/components/UNSTABLE_Hooks/form/buildFormSchema.js.map +1 -0
- package/dist/components/UNSTABLE_Hooks/form/deriveFieldsMetadata.d.ts +2 -2
- package/dist/components/UNSTABLE_Hooks/form/deriveFieldsMetadata.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.d.ts +3 -2
- package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js +24 -24
- package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.d.ts +3 -2
- package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js +22 -17
- package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.d.ts +3 -2
- package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js +31 -31
- package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.d.ts +3 -2
- package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js +27 -27
- package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.d.ts +3 -2
- package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js +28 -28
- package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.d.ts +3 -2
- package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js +24 -24
- package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.d.ts +5 -4
- package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js +30 -30
- package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/index.d.ts +5 -2
- package/dist/components/UNSTABLE_Hooks/form/preprocessors.d.ts +3 -0
- package/dist/components/UNSTABLE_Hooks/form/preprocessors.js +15 -0
- package/dist/components/UNSTABLE_Hooks/form/preprocessors.js.map +1 -0
- package/dist/components/UNSTABLE_Hooks/form/resolveFieldError.d.ts +4 -0
- package/dist/components/UNSTABLE_Hooks/form/resolveFieldError.js +13 -0
- package/dist/components/UNSTABLE_Hooks/form/resolveFieldError.js.map +1 -0
- package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.d.ts +17 -0
- package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js +21 -0
- package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js.map +1 -0
- package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js +6 -6
- package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/form/useHookFieldResolution.d.ts +22 -0
- package/dist/components/UNSTABLE_Hooks/form/useHookFieldResolution.js +11 -0
- package/dist/components/UNSTABLE_Hooks/form/useHookFieldResolution.js.map +1 -0
- package/dist/components/UNSTABLE_Hooks/form/withOptions.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/form/withOptions.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js +7 -9
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.d.ts +48 -42
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js +48 -79
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchemaParity.test.d.ts +1 -0
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.d.ts +2 -2
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/index.d.ts +2 -2
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.d.ts +13 -15
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js +109 -110
- package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js +17 -19
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +13 -4
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js +31 -25
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.d.ts +5 -4
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js +27 -27
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/index.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +8 -22
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js +81 -84
- package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js +16 -18
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/index.d.ts +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.d.ts +9 -10
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js +85 -83
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.d.ts +8 -4
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js +18 -17
- package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js.map +1 -1
- package/dist/components/UNSTABLE_Hooks/index.d.ts +7 -7
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +46 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +46 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +88 -0
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyDetailsForm/PolicyDetailsForm.d.ts +6 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyDetailsForm/PolicyDetailsForm.js +50 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyDetailsForm/PolicyDetailsForm.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js +73 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +122 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.module.scss.js +8 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.module.scss.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListTypes.d.ts +17 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js +46 -0
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlow.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlow.js +25 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +29 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +103 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/index.d.ts +3 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.d.ts +14 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js +290 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.test.d.ts +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectHolidays/SelectHolidaysPresentation.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectHolidays/SelectHolidaysPresentation.js +55 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectHolidays/SelectHolidaysPresentation.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectHolidays/SelectHolidaysTypes.d.ts +25 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectHolidays/index.d.ts +3 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyType.d.ts +7 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyType.js +27 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyType.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyTypePresentation.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyTypePresentation.js +66 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyTypePresentation.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/SelectPolicyTypeTypes.d.ts +6 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectPolicyType/index.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/shared/EmployeeTable/EmployeeTable.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/shared/EmployeeTable/EmployeeTableTypes.d.ts +26 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/shared/EmployeeTable/index.d.ts +4 -0
- package/dist/components/UNSTABLE_TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js +35 -0
- package/dist/components/UNSTABLE_TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js +35 -0
- package/dist/components/UNSTABLE_TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyDetails/ViewPolicyDetails.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyDetails/ViewPolicyDetails.js +35 -0
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyDetails/ViewPolicyDetails.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyEmployees/ViewPolicyEmployees.d.ts +5 -0
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyEmployees/ViewPolicyEmployees.js +35 -0
- package/dist/components/UNSTABLE_TimeOff/ViewPolicyEmployees/ViewPolicyEmployees.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/index.d.ts +25 -0
- package/dist/components/UNSTABLE_TimeOff/index.js +27 -0
- package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +48 -46
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +10 -13
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.d.ts +10 -2
- package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
- package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
- package/dist/helpers/breadcrumbHelpers.d.ts +14 -0
- package/dist/helpers/breadcrumbHelpers.js +35 -26
- package/dist/helpers/breadcrumbHelpers.js.map +1 -1
- package/dist/{components/UNSTABLE_Hooks → helpers}/collectErrors.d.ts +1 -1
- package/dist/{components/UNSTABLE_Hooks → helpers}/collectErrors.js +1 -1
- package/dist/helpers/collectErrors.js.map +1 -0
- package/dist/hooks/useCompanyPaymentSpeed.d.ts +6 -0
- package/dist/hooks/useCompanyPaymentSpeed.js +19 -0
- package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -0
- package/dist/hooks/useCompanyPaymentSpeed.test.d.ts +1 -0
- package/dist/hooks/useDateRangeFilter/useDateRangeFilter.d.ts +20 -0
- package/dist/hooks/useDateRangeFilter/useDateRangeFilter.js +38 -0
- package/dist/hooks/useDateRangeFilter/useDateRangeFilter.js.map +1 -0
- package/dist/hooks/useDateRangeFilter/useDateRangeFilter.test.d.ts +1 -0
- package/dist/{components/UNSTABLE_Hooks → hooks}/useErrorHandling.d.ts +2 -2
- package/dist/{components/UNSTABLE_Hooks → hooks}/useErrorHandling.js +1 -1
- package/dist/hooks/useErrorHandling.js.map +1 -0
- package/dist/hooks/useErrorHandling.test.d.ts +1 -0
- package/dist/hooks/usePagination/usePagination.d.ts +2 -0
- package/dist/hooks/usePagination/usePagination.js +32 -29
- package/dist/hooks/usePagination/usePagination.js.map +1 -1
- package/dist/i18n/I18n.js +24 -24
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.PaySchedule.json.js +6 -6
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +24 -0
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.EmployeeTable.json.js +32 -0
- package/dist/i18n/en/Company.TimeOff.EmployeeTable.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.HolidayPolicy.json.js +26 -0
- package/dist/i18n/en/Company.TimeOff.HolidayPolicy.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.SelectPolicyType.json.js +28 -0
- package/dist/i18n/en/Company.TimeOff.SelectPolicyType.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicies.json.js +38 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicies.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicyDetails.json.js +52 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicyDetails.json.js.map +1 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffRequests.json.js +21 -0
- package/dist/i18n/en/Company.TimeOff.TimeOffRequests.json.js.map +1 -0
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +36 -34
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js.map +1 -1
- package/dist/i18n/en/Employee.EmployeeList.json.js +22 -20
- package/dist/i18n/en/Employee.EmployeeList.json.js.map +1 -1
- package/dist/i18n/en/Employee.ManagementEmployeeList.json.js +40 -0
- package/dist/i18n/en/Employee.ManagementEmployeeList.json.js.map +1 -0
- package/dist/i18n/en/Payroll.GrossUpModal.json.js +16 -14
- package/dist/i18n/en/Payroll.GrossUpModal.json.js.map +1 -1
- package/dist/i18n/en/Payroll.OffCycle.json.js +1 -1
- package/dist/i18n/en/Payroll.OffCyclePayPeriodDateForm.json.js +5 -5
- package/dist/i18n/en/Payroll.OffCycleTaxWithholding.json.js +5 -5
- package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +38 -34
- package/dist/i18n/en/Payroll.PayrollConfiguration.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +29 -25
- package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollHistory.json.js +12 -12
- package/dist/i18n/en/Payroll.PayrollList.json.js +28 -20
- package/dist/i18n/en/Payroll.PayrollList.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollOverview.json.js +64 -58
- package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
- package/dist/i18n/en/Payroll.TransitionCreation.json.js +9 -9
- package/dist/i18n/en/Payroll.TransitionPayrollAlert.json.js +8 -8
- package/dist/index.js +18 -16
- package/dist/index.js.map +1 -1
- package/dist/shared/constants.d.ts +46 -0
- package/dist/shared/constants.js +99 -74
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +508 -12
- package/dist/{components/UNSTABLE_Hooks/types.d.ts → types/sdkHooks.d.ts} +28 -2
- package/docs/reference/endpoint-inventory.json +608 -418
- package/package.json +29 -20
- package/dist/components/Employee/EmployeeList/Actions.d.ts +0 -1
- package/dist/components/Employee/EmployeeList/Actions.js +0 -16
- package/dist/components/Employee/EmployeeList/Actions.js.map +0 -1
- package/dist/components/Employee/EmployeeList/Head.d.ts +0 -1
- package/dist/components/Employee/EmployeeList/Head.js +0 -15
- package/dist/components/Employee/EmployeeList/Head.js.map +0 -1
- package/dist/components/Employee/EmployeeList/List.d.ts +0 -2
- package/dist/components/Employee/EmployeeList/List.js +0 -125
- package/dist/components/Employee/EmployeeList/List.js.map +0 -1
- package/dist/components/Employee/EmployeeList/List.module.scss.js +0 -8
- package/dist/components/Employee/EmployeeList/List.module.scss.js.map +0 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.module.scss.js +0 -8
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.module.scss.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/collectErrors.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/composeFormSchema.js +0 -24
- package/dist/components/UNSTABLE_Hooks/form/composeFormSchema.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/resolveRequiredFields.js +0 -14
- package/dist/components/UNSTABLE_Hooks/form/resolveRequiredFields.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/form/types.d.ts +0 -27
- package/dist/components/UNSTABLE_Hooks/form/useFieldsMetadata.d.ts +0 -4
- package/dist/components/UNSTABLE_Hooks/form/useFieldsMetadata.js +0 -9
- package/dist/components/UNSTABLE_Hooks/form/useFieldsMetadata.js.map +0 -1
- package/dist/components/UNSTABLE_Hooks/useErrorHandling.js.map +0 -1
- package/dist/helpers/requiredIf.js +0 -8
- package/dist/helpers/requiredIf.js.map +0 -1
- /package/dist/components/UNSTABLE_Hooks/{useErrorHandling.test.d.ts → form/buildFormSchema.test.d.ts} +0 -0
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"blocks": {
|
|
3
|
+
"Company.Industry": {
|
|
4
|
+
"endpoints": [
|
|
5
|
+
{
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"path": "/v1/companies/:companyId/industry_selection"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"method": "PUT",
|
|
11
|
+
"path": "/v1/companies/:companyId/industry_selection"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"variables": [
|
|
15
|
+
"companyId"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
3
18
|
"Company.AssignSignatory": {
|
|
4
19
|
"endpoints": [
|
|
5
20
|
{
|
|
@@ -28,27 +43,51 @@
|
|
|
28
43
|
"signatoryUuid"
|
|
29
44
|
]
|
|
30
45
|
},
|
|
31
|
-
"Company.
|
|
46
|
+
"Company.CreateSignatory": {
|
|
32
47
|
"endpoints": [
|
|
33
48
|
{
|
|
34
49
|
"method": "GET",
|
|
35
|
-
"path": "/v1/companies/:
|
|
50
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
36
51
|
},
|
|
37
52
|
{
|
|
38
53
|
"method": "POST",
|
|
39
|
-
"path": "/v1/companies/:
|
|
54
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
40
55
|
},
|
|
41
56
|
{
|
|
42
57
|
"method": "PUT",
|
|
43
|
-
"path": "/v1/companies/:
|
|
58
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"method": "DELETE",
|
|
62
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
44
63
|
}
|
|
45
64
|
],
|
|
46
65
|
"variables": [
|
|
47
|
-
"
|
|
48
|
-
"
|
|
66
|
+
"companyUuid",
|
|
67
|
+
"signatoryUuid"
|
|
49
68
|
]
|
|
50
69
|
},
|
|
51
|
-
"Company.
|
|
70
|
+
"Company.InviteSignatory": {
|
|
71
|
+
"endpoints": [
|
|
72
|
+
{
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"method": "POST",
|
|
78
|
+
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"method": "DELETE",
|
|
82
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"variables": [
|
|
86
|
+
"companyUuid",
|
|
87
|
+
"signatoryUuid"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"Company.DocumentList": {
|
|
52
91
|
"endpoints": [
|
|
53
92
|
{
|
|
54
93
|
"method": "GET",
|
|
@@ -57,7 +96,15 @@
|
|
|
57
96
|
{
|
|
58
97
|
"method": "GET",
|
|
59
98
|
"path": "/v1/companies/:companyUuid/signatories"
|
|
60
|
-
}
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"variables": [
|
|
102
|
+
"companyId",
|
|
103
|
+
"companyUuid"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
"Company.SignatureForm": {
|
|
107
|
+
"endpoints": [
|
|
61
108
|
{
|
|
62
109
|
"method": "GET",
|
|
63
110
|
"path": "/v1/forms/:formId"
|
|
@@ -72,39 +119,47 @@
|
|
|
72
119
|
}
|
|
73
120
|
],
|
|
74
121
|
"variables": [
|
|
75
|
-
"companyId",
|
|
76
|
-
"companyUuid",
|
|
77
122
|
"formId"
|
|
78
123
|
]
|
|
79
124
|
},
|
|
80
|
-
"Company.
|
|
125
|
+
"Company.DocumentSigner": {
|
|
81
126
|
"endpoints": [
|
|
127
|
+
{
|
|
128
|
+
"method": "GET",
|
|
129
|
+
"path": "/v1/companies/:companyId/forms"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"method": "GET",
|
|
133
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"method": "GET",
|
|
137
|
+
"path": "/v1/forms/:formId"
|
|
138
|
+
},
|
|
82
139
|
{
|
|
83
140
|
"method": "PUT",
|
|
84
|
-
"path": "/v1/
|
|
141
|
+
"path": "/v1/forms/:formId/sign"
|
|
85
142
|
},
|
|
86
143
|
{
|
|
87
144
|
"method": "GET",
|
|
88
|
-
"path": "/v1/
|
|
145
|
+
"path": "/v1/forms/:formId/pdf"
|
|
89
146
|
}
|
|
90
147
|
],
|
|
91
148
|
"variables": [
|
|
92
|
-
"companyId"
|
|
149
|
+
"companyId",
|
|
150
|
+
"companyUuid",
|
|
151
|
+
"formId"
|
|
93
152
|
]
|
|
94
153
|
},
|
|
95
|
-
"Company.
|
|
154
|
+
"Company.OnboardingOverview": {
|
|
96
155
|
"endpoints": [
|
|
97
156
|
{
|
|
98
157
|
"method": "GET",
|
|
99
|
-
"path": "/v1/companies/:
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"method": "PUT",
|
|
103
|
-
"path": "/v1/companies/:companyId/industry_selection"
|
|
158
|
+
"path": "/v1/companies/:companyUuid/onboarding_status"
|
|
104
159
|
}
|
|
105
160
|
],
|
|
106
161
|
"variables": [
|
|
107
|
-
"
|
|
162
|
+
"companyUuid"
|
|
108
163
|
]
|
|
109
164
|
},
|
|
110
165
|
"Company.Locations": {
|
|
@@ -131,17 +186,6 @@
|
|
|
131
186
|
"locationId"
|
|
132
187
|
]
|
|
133
188
|
},
|
|
134
|
-
"Company.OnboardingOverview": {
|
|
135
|
-
"endpoints": [
|
|
136
|
-
{
|
|
137
|
-
"method": "GET",
|
|
138
|
-
"path": "/v1/companies/:companyUuid/onboarding_status"
|
|
139
|
-
}
|
|
140
|
-
],
|
|
141
|
-
"variables": [
|
|
142
|
-
"companyUuid"
|
|
143
|
-
]
|
|
144
|
-
},
|
|
145
189
|
"Company.PaySchedule": {
|
|
146
190
|
"endpoints": [
|
|
147
191
|
{
|
|
@@ -166,6 +210,68 @@
|
|
|
166
210
|
"payScheduleId"
|
|
167
211
|
]
|
|
168
212
|
},
|
|
213
|
+
"Company.FederalTaxes": {
|
|
214
|
+
"endpoints": [
|
|
215
|
+
{
|
|
216
|
+
"method": "PUT",
|
|
217
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"method": "GET",
|
|
221
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"variables": [
|
|
225
|
+
"companyId"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"Company.BankAccount": {
|
|
229
|
+
"endpoints": [
|
|
230
|
+
{
|
|
231
|
+
"method": "GET",
|
|
232
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"method": "POST",
|
|
236
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"method": "PUT",
|
|
240
|
+
"path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"variables": [
|
|
244
|
+
"bankAccountUuid",
|
|
245
|
+
"companyId"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"Company.StateTaxesList": {
|
|
249
|
+
"endpoints": [
|
|
250
|
+
{
|
|
251
|
+
"method": "GET",
|
|
252
|
+
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"variables": [
|
|
256
|
+
"companyUuid"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"Company.StateTaxesForm": {
|
|
260
|
+
"endpoints": [
|
|
261
|
+
{
|
|
262
|
+
"method": "PUT",
|
|
263
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"method": "GET",
|
|
267
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"variables": [
|
|
271
|
+
"companyUuid",
|
|
272
|
+
"state"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
169
275
|
"Company.StateTaxes": {
|
|
170
276
|
"endpoints": [
|
|
171
277
|
{
|
|
@@ -186,6 +292,29 @@
|
|
|
186
292
|
"state"
|
|
187
293
|
]
|
|
188
294
|
},
|
|
295
|
+
"Contractor.PaymentMethod": {
|
|
296
|
+
"endpoints": [
|
|
297
|
+
{
|
|
298
|
+
"method": "GET",
|
|
299
|
+
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"method": "GET",
|
|
303
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"method": "POST",
|
|
307
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"method": "PUT",
|
|
311
|
+
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"variables": [
|
|
315
|
+
"contractorUuid"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
189
318
|
"Contractor.Address": {
|
|
190
319
|
"endpoints": [
|
|
191
320
|
{
|
|
@@ -236,30 +365,62 @@
|
|
|
236
365
|
"contractorUuid"
|
|
237
366
|
]
|
|
238
367
|
},
|
|
239
|
-
"Contractor.
|
|
368
|
+
"Contractor.ContractorSubmit": {
|
|
240
369
|
"endpoints": [
|
|
370
|
+
{
|
|
371
|
+
"method": "PUT",
|
|
372
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
373
|
+
},
|
|
241
374
|
{
|
|
242
375
|
"method": "GET",
|
|
243
|
-
"path": "/v1/contractors/:contractorUuid/
|
|
376
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
244
377
|
},
|
|
245
378
|
{
|
|
246
379
|
"method": "GET",
|
|
247
|
-
"path": "/v1/contractors/:contractorUuid
|
|
380
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"variables": [
|
|
384
|
+
"contractorUuid"
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"Contractor.ContractorProfile": {
|
|
388
|
+
"endpoints": [
|
|
389
|
+
{
|
|
390
|
+
"method": "GET",
|
|
391
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
248
392
|
},
|
|
249
393
|
{
|
|
250
394
|
"method": "POST",
|
|
251
|
-
"path": "/v1/
|
|
395
|
+
"path": "/v1/companies/:companyUuid/contractors"
|
|
252
396
|
},
|
|
253
397
|
{
|
|
254
398
|
"method": "PUT",
|
|
255
|
-
"path": "/v1/contractors/:contractorUuid
|
|
399
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
256
400
|
}
|
|
257
401
|
],
|
|
258
402
|
"variables": [
|
|
403
|
+
"companyUuid",
|
|
259
404
|
"contractorUuid"
|
|
260
405
|
]
|
|
261
406
|
},
|
|
262
|
-
"Contractor.
|
|
407
|
+
"Contractor.PaymentsList": {
|
|
408
|
+
"endpoints": [
|
|
409
|
+
{
|
|
410
|
+
"method": "GET",
|
|
411
|
+
"path": "/v1/companies/:companyId/contractor_payment_groups"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"method": "GET",
|
|
415
|
+
"path": "/v1/companies/:companyUuid/information_requests"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"variables": [
|
|
419
|
+
"companyId",
|
|
420
|
+
"companyUuid"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"Contractor.CreatePayment": {
|
|
263
424
|
"endpoints": [
|
|
264
425
|
{
|
|
265
426
|
"method": "GET",
|
|
@@ -276,10 +437,6 @@
|
|
|
276
437
|
{
|
|
277
438
|
"method": "GET",
|
|
278
439
|
"path": "/v1/companies/:companyId/bank_accounts"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"method": "GET",
|
|
282
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
283
440
|
}
|
|
284
441
|
],
|
|
285
442
|
"variables": [
|
|
@@ -287,7 +444,7 @@
|
|
|
287
444
|
"companyUuid"
|
|
288
445
|
]
|
|
289
446
|
},
|
|
290
|
-
"Contractor.
|
|
447
|
+
"Contractor.PaymentHistory": {
|
|
291
448
|
"endpoints": [
|
|
292
449
|
{
|
|
293
450
|
"method": "GET",
|
|
@@ -309,7 +466,7 @@
|
|
|
309
466
|
"contractorPaymentId"
|
|
310
467
|
]
|
|
311
468
|
},
|
|
312
|
-
"Contractor.
|
|
469
|
+
"Contractor.PaymentSummary": {
|
|
313
470
|
"endpoints": [
|
|
314
471
|
{
|
|
315
472
|
"method": "GET",
|
|
@@ -321,16 +478,16 @@
|
|
|
321
478
|
},
|
|
322
479
|
{
|
|
323
480
|
"method": "GET",
|
|
324
|
-
"path": "/v1/
|
|
481
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
325
482
|
}
|
|
326
483
|
],
|
|
327
484
|
"variables": [
|
|
485
|
+
"companyId",
|
|
328
486
|
"companyUuid",
|
|
329
|
-
"contractorPaymentGroupUuid"
|
|
330
|
-
"contractorPaymentUuid"
|
|
487
|
+
"contractorPaymentGroupUuid"
|
|
331
488
|
]
|
|
332
489
|
},
|
|
333
|
-
"Contractor.
|
|
490
|
+
"Contractor.PaymentStatement": {
|
|
334
491
|
"endpoints": [
|
|
335
492
|
{
|
|
336
493
|
"method": "GET",
|
|
@@ -342,210 +499,193 @@
|
|
|
342
499
|
},
|
|
343
500
|
{
|
|
344
501
|
"method": "GET",
|
|
345
|
-
"path": "/v1/
|
|
502
|
+
"path": "/v1/contractor_payments/:contractorPaymentUuid/receipt"
|
|
346
503
|
}
|
|
347
504
|
],
|
|
348
505
|
"variables": [
|
|
349
|
-
"companyId",
|
|
350
506
|
"companyUuid",
|
|
351
|
-
"contractorPaymentGroupUuid"
|
|
507
|
+
"contractorPaymentGroupUuid",
|
|
508
|
+
"contractorPaymentUuid"
|
|
352
509
|
]
|
|
353
510
|
},
|
|
354
|
-
"
|
|
511
|
+
"Employee.EmployeeList": {
|
|
355
512
|
"endpoints": [
|
|
356
513
|
{
|
|
357
514
|
"method": "GET",
|
|
358
|
-
"path": "/v1/companies/:companyId/
|
|
515
|
+
"path": "/v1/companies/:companyId/employees"
|
|
359
516
|
},
|
|
360
517
|
{
|
|
361
|
-
"method": "
|
|
362
|
-
"path": "/v1/
|
|
518
|
+
"method": "DELETE",
|
|
519
|
+
"path": "/v1/employees/:employeeId"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"method": "PUT",
|
|
523
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
363
524
|
}
|
|
364
525
|
],
|
|
365
526
|
"variables": [
|
|
366
527
|
"companyId",
|
|
367
|
-
"
|
|
528
|
+
"employeeId"
|
|
368
529
|
]
|
|
369
530
|
},
|
|
370
|
-
"
|
|
531
|
+
"Employee.ManagementEmployeeList": {
|
|
371
532
|
"endpoints": [
|
|
372
533
|
{
|
|
373
534
|
"method": "GET",
|
|
374
|
-
"path": "/v1/
|
|
535
|
+
"path": "/v1/companies/:companyId/employees"
|
|
375
536
|
},
|
|
376
537
|
{
|
|
377
|
-
"method": "
|
|
378
|
-
"path": "/v1/
|
|
538
|
+
"method": "DELETE",
|
|
539
|
+
"path": "/v1/employees/:employeeId"
|
|
379
540
|
},
|
|
380
541
|
{
|
|
381
542
|
"method": "PUT",
|
|
382
|
-
"path": "/v1/
|
|
543
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
383
544
|
}
|
|
384
545
|
],
|
|
385
546
|
"variables": [
|
|
386
|
-
"
|
|
387
|
-
"
|
|
547
|
+
"companyId",
|
|
548
|
+
"employeeId"
|
|
388
549
|
]
|
|
389
550
|
},
|
|
390
|
-
"
|
|
551
|
+
"Employee.Deductions": {
|
|
391
552
|
"endpoints": [
|
|
553
|
+
{
|
|
554
|
+
"method": "GET",
|
|
555
|
+
"path": "/v1/employees/:employeeId/garnishments"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"method": "POST",
|
|
559
|
+
"path": "/v1/employees/:employeeId/garnishments"
|
|
560
|
+
},
|
|
392
561
|
{
|
|
393
562
|
"method": "PUT",
|
|
394
|
-
"path": "/v1/
|
|
563
|
+
"path": "/v1/garnishments/:garnishmentId"
|
|
395
564
|
},
|
|
396
565
|
{
|
|
397
566
|
"method": "GET",
|
|
398
|
-
"path": "/v1/
|
|
567
|
+
"path": "/v1/garnishments/child_support"
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"variables": [
|
|
571
|
+
"employeeId",
|
|
572
|
+
"garnishmentId"
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
"Employee.OnboardingSummary": {
|
|
576
|
+
"endpoints": [
|
|
577
|
+
{
|
|
578
|
+
"method": "GET",
|
|
579
|
+
"path": "/v1/employees/:employeeId"
|
|
399
580
|
},
|
|
400
581
|
{
|
|
401
582
|
"method": "GET",
|
|
402
|
-
"path": "/v1/
|
|
583
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
403
584
|
}
|
|
404
585
|
],
|
|
405
586
|
"variables": [
|
|
406
|
-
"
|
|
587
|
+
"employeeId"
|
|
407
588
|
]
|
|
408
589
|
},
|
|
409
|
-
"Employee.
|
|
590
|
+
"Employee.Profile": {
|
|
410
591
|
"endpoints": [
|
|
411
592
|
{
|
|
412
593
|
"method": "GET",
|
|
413
|
-
"path": "/v1/
|
|
594
|
+
"path": "/v1/companies/:companyId/locations"
|
|
414
595
|
},
|
|
415
596
|
{
|
|
416
597
|
"method": "POST",
|
|
417
|
-
"path": "/v1/
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"method": "PUT",
|
|
421
|
-
"path": "/v1/jobs/:jobId"
|
|
598
|
+
"path": "/v1/companies/:companyId/employees"
|
|
422
599
|
},
|
|
423
600
|
{
|
|
424
|
-
"method": "
|
|
425
|
-
"path": "/v1/
|
|
601
|
+
"method": "GET",
|
|
602
|
+
"path": "/v1/employees/:employeeId"
|
|
426
603
|
},
|
|
427
604
|
{
|
|
428
|
-
"method": "
|
|
429
|
-
"path": "/v1/
|
|
605
|
+
"method": "GET",
|
|
606
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
430
607
|
},
|
|
431
608
|
{
|
|
432
|
-
"method": "
|
|
433
|
-
"path": "/v1/
|
|
609
|
+
"method": "POST",
|
|
610
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
434
611
|
},
|
|
435
612
|
{
|
|
436
|
-
"method": "
|
|
437
|
-
"path": "/v1/
|
|
613
|
+
"method": "PUT",
|
|
614
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
438
615
|
},
|
|
439
616
|
{
|
|
440
|
-
"method": "
|
|
441
|
-
"path": "/v1/
|
|
617
|
+
"method": "PUT",
|
|
618
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
442
619
|
},
|
|
443
620
|
{
|
|
444
|
-
"method": "
|
|
621
|
+
"method": "PUT",
|
|
445
622
|
"path": "/v1/employees/:employeeId"
|
|
446
|
-
}
|
|
447
|
-
],
|
|
448
|
-
"variables": [
|
|
449
|
-
"companyId",
|
|
450
|
-
"compensationId",
|
|
451
|
-
"employeeId",
|
|
452
|
-
"jobId",
|
|
453
|
-
"locationUuid"
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
|
-
"Employee.Deductions": {
|
|
457
|
-
"endpoints": [
|
|
623
|
+
},
|
|
458
624
|
{
|
|
459
625
|
"method": "GET",
|
|
460
|
-
"path": "/v1/employees/:employeeId/
|
|
626
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
461
627
|
},
|
|
462
628
|
{
|
|
463
629
|
"method": "POST",
|
|
464
|
-
"path": "/v1/employees/:employeeId/
|
|
630
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
465
631
|
},
|
|
466
632
|
{
|
|
467
633
|
"method": "PUT",
|
|
468
|
-
"path": "/v1/
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"method": "GET",
|
|
472
|
-
"path": "/v1/garnishments/child_support"
|
|
634
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
473
635
|
}
|
|
474
636
|
],
|
|
475
637
|
"variables": [
|
|
638
|
+
"companyId",
|
|
476
639
|
"employeeId",
|
|
477
|
-
"
|
|
640
|
+
"homeAddressUuid",
|
|
641
|
+
"workAddressUuid"
|
|
478
642
|
]
|
|
479
643
|
},
|
|
480
|
-
"Employee.
|
|
644
|
+
"Employee.Compensation": {
|
|
481
645
|
"endpoints": [
|
|
482
646
|
{
|
|
483
647
|
"method": "GET",
|
|
484
|
-
"path": "/v1/employees/:employeeId/
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"method": "GET",
|
|
488
|
-
"path": "/v1/employees/:employeeId"
|
|
648
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
489
649
|
},
|
|
490
650
|
{
|
|
491
|
-
"method": "
|
|
492
|
-
"path": "/v1/employees/:employeeId/
|
|
651
|
+
"method": "POST",
|
|
652
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
493
653
|
},
|
|
494
654
|
{
|
|
495
655
|
"method": "PUT",
|
|
496
|
-
"path": "/v1/
|
|
656
|
+
"path": "/v1/jobs/:jobId"
|
|
497
657
|
},
|
|
498
658
|
{
|
|
499
|
-
"method": "
|
|
500
|
-
"path": "/v1/
|
|
659
|
+
"method": "DELETE",
|
|
660
|
+
"path": "/v1/jobs/:jobId"
|
|
501
661
|
},
|
|
502
662
|
{
|
|
503
663
|
"method": "PUT",
|
|
504
|
-
"path": "/v1/
|
|
664
|
+
"path": "/v1/compensations/:compensationId"
|
|
505
665
|
},
|
|
506
666
|
{
|
|
507
667
|
"method": "GET",
|
|
508
|
-
"path": "/v1/
|
|
509
|
-
}
|
|
510
|
-
],
|
|
511
|
-
"variables": [
|
|
512
|
-
"employeeId",
|
|
513
|
-
"formId"
|
|
514
|
-
]
|
|
515
|
-
},
|
|
516
|
-
"Employee.EmployeeDocuments": {
|
|
517
|
-
"endpoints": [
|
|
668
|
+
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
669
|
+
},
|
|
518
670
|
{
|
|
519
671
|
"method": "GET",
|
|
520
|
-
"path": "/v1/employees/:employeeId"
|
|
672
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
521
673
|
},
|
|
522
|
-
{
|
|
523
|
-
"method": "PUT",
|
|
524
|
-
"path": "/v1/employees/:employeeId/onboarding_documents_config"
|
|
525
|
-
}
|
|
526
|
-
],
|
|
527
|
-
"variables": [
|
|
528
|
-
"employeeId"
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
|
-
"Employee.EmployeeList": {
|
|
532
|
-
"endpoints": [
|
|
533
674
|
{
|
|
534
675
|
"method": "GET",
|
|
535
|
-
"path": "/v1/companies/:companyId/
|
|
676
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
536
677
|
},
|
|
537
678
|
{
|
|
538
|
-
"method": "
|
|
679
|
+
"method": "GET",
|
|
539
680
|
"path": "/v1/employees/:employeeId"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"method": "PUT",
|
|
543
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
544
681
|
}
|
|
545
682
|
],
|
|
546
683
|
"variables": [
|
|
547
684
|
"companyId",
|
|
548
|
-
"
|
|
685
|
+
"compensationId",
|
|
686
|
+
"employeeId",
|
|
687
|
+
"jobId",
|
|
688
|
+
"locationUuid"
|
|
549
689
|
]
|
|
550
690
|
},
|
|
551
691
|
"Employee.FederalTaxes": {
|
|
@@ -563,35 +703,19 @@
|
|
|
563
703
|
"employeeUuid"
|
|
564
704
|
]
|
|
565
705
|
},
|
|
566
|
-
"Employee.
|
|
567
|
-
"endpoints": [
|
|
568
|
-
{
|
|
569
|
-
"method": "GET",
|
|
570
|
-
"path": "/v1/employees/:employeeId"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"method": "GET",
|
|
574
|
-
"path": "/v1/companies/:companyId"
|
|
575
|
-
}
|
|
576
|
-
],
|
|
577
|
-
"variables": [
|
|
578
|
-
"companyId",
|
|
579
|
-
"employeeId"
|
|
580
|
-
]
|
|
581
|
-
},
|
|
582
|
-
"Employee.OnboardingSummary": {
|
|
706
|
+
"Employee.StateTaxes": {
|
|
583
707
|
"endpoints": [
|
|
584
708
|
{
|
|
585
709
|
"method": "GET",
|
|
586
|
-
"path": "/v1/employees/:
|
|
710
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
587
711
|
},
|
|
588
712
|
{
|
|
589
|
-
"method": "
|
|
590
|
-
"path": "/v1/employees/:
|
|
713
|
+
"method": "PUT",
|
|
714
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
591
715
|
}
|
|
592
716
|
],
|
|
593
717
|
"variables": [
|
|
594
|
-
"
|
|
718
|
+
"employeeUuid"
|
|
595
719
|
]
|
|
596
720
|
},
|
|
597
721
|
"Employee.PaymentMethod": {
|
|
@@ -626,99 +750,89 @@
|
|
|
626
750
|
"employeeId"
|
|
627
751
|
]
|
|
628
752
|
},
|
|
629
|
-
"Employee.
|
|
753
|
+
"Employee.Landing": {
|
|
630
754
|
"endpoints": [
|
|
631
755
|
{
|
|
632
756
|
"method": "GET",
|
|
633
|
-
"path": "/v1/
|
|
757
|
+
"path": "/v1/employees/:employeeId"
|
|
634
758
|
},
|
|
635
759
|
{
|
|
636
|
-
"method": "
|
|
637
|
-
"path": "/v1/companies/:companyId
|
|
638
|
-
}
|
|
760
|
+
"method": "GET",
|
|
761
|
+
"path": "/v1/companies/:companyId"
|
|
762
|
+
}
|
|
763
|
+
],
|
|
764
|
+
"variables": [
|
|
765
|
+
"companyId",
|
|
766
|
+
"employeeId"
|
|
767
|
+
]
|
|
768
|
+
},
|
|
769
|
+
"Employee.DocumentSigner": {
|
|
770
|
+
"endpoints": [
|
|
639
771
|
{
|
|
640
772
|
"method": "GET",
|
|
641
|
-
"path": "/v1/employees/:employeeId"
|
|
773
|
+
"path": "/v1/employees/:employeeId/forms"
|
|
642
774
|
},
|
|
643
775
|
{
|
|
644
776
|
"method": "GET",
|
|
645
|
-
"path": "/v1/employees/:employeeId
|
|
777
|
+
"path": "/v1/employees/:employeeId"
|
|
646
778
|
},
|
|
647
779
|
{
|
|
648
|
-
"method": "
|
|
649
|
-
"path": "/v1/employees/:employeeId/
|
|
780
|
+
"method": "GET",
|
|
781
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
650
782
|
},
|
|
651
783
|
{
|
|
652
784
|
"method": "PUT",
|
|
653
|
-
"path": "/v1/
|
|
785
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
654
786
|
},
|
|
655
787
|
{
|
|
656
|
-
"method": "
|
|
657
|
-
"path": "/v1/
|
|
788
|
+
"method": "GET",
|
|
789
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
658
790
|
},
|
|
659
791
|
{
|
|
660
792
|
"method": "PUT",
|
|
661
|
-
"path": "/v1/employees/:employeeId"
|
|
793
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
662
794
|
},
|
|
663
795
|
{
|
|
664
796
|
"method": "GET",
|
|
665
|
-
"path": "/v1/employees/:employeeId/
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"method": "POST",
|
|
669
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"method": "PUT",
|
|
673
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
797
|
+
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
674
798
|
}
|
|
675
799
|
],
|
|
676
800
|
"variables": [
|
|
677
|
-
"companyId",
|
|
678
801
|
"employeeId",
|
|
679
|
-
"
|
|
680
|
-
"workAddressUuid"
|
|
802
|
+
"formId"
|
|
681
803
|
]
|
|
682
804
|
},
|
|
683
|
-
"Employee.
|
|
805
|
+
"Employee.EmployeeDocuments": {
|
|
684
806
|
"endpoints": [
|
|
685
807
|
{
|
|
686
808
|
"method": "GET",
|
|
687
|
-
"path": "/v1/employees/:
|
|
809
|
+
"path": "/v1/employees/:employeeId"
|
|
688
810
|
},
|
|
689
811
|
{
|
|
690
812
|
"method": "PUT",
|
|
691
|
-
"path": "/v1/employees/:
|
|
813
|
+
"path": "/v1/employees/:employeeId/onboarding_documents_config"
|
|
692
814
|
}
|
|
693
815
|
],
|
|
694
816
|
"variables": [
|
|
695
|
-
"
|
|
817
|
+
"employeeId"
|
|
696
818
|
]
|
|
697
819
|
},
|
|
698
|
-
"Employee.
|
|
820
|
+
"Employee.EmploymentEligibility": {
|
|
699
821
|
"endpoints": [
|
|
700
822
|
{
|
|
701
823
|
"method": "GET",
|
|
702
|
-
"path": "/v1/employees/:
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"method": "PUT",
|
|
706
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"method": "GET",
|
|
710
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
824
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
711
825
|
},
|
|
712
826
|
{
|
|
713
827
|
"method": "PUT",
|
|
714
|
-
"path": "/v1/employees/:
|
|
828
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
715
829
|
}
|
|
716
830
|
],
|
|
717
831
|
"variables": [
|
|
718
|
-
"
|
|
832
|
+
"employeeId"
|
|
719
833
|
]
|
|
720
834
|
},
|
|
721
|
-
"Employee.
|
|
835
|
+
"Employee.TerminateEmployee": {
|
|
722
836
|
"endpoints": [
|
|
723
837
|
{
|
|
724
838
|
"method": "GET",
|
|
@@ -747,131 +861,101 @@
|
|
|
747
861
|
{
|
|
748
862
|
"method": "GET",
|
|
749
863
|
"path": "/v1/companies/:companyId/payrolls"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"method": "DELETE",
|
|
753
|
-
"path": "/v1/employees/:employeeId/terminations"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"method": "GET",
|
|
757
|
-
"path": "/v1/companies/:companyId/employees"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"method": "PUT",
|
|
761
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
762
864
|
}
|
|
763
865
|
],
|
|
764
866
|
"variables": [
|
|
765
867
|
"companyId",
|
|
766
|
-
"employeeId"
|
|
767
|
-
"payrollId"
|
|
768
|
-
]
|
|
769
|
-
},
|
|
770
|
-
"InformationRequests": {
|
|
771
|
-
"endpoints": [
|
|
772
|
-
{
|
|
773
|
-
"method": "GET",
|
|
774
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"method": "PUT",
|
|
778
|
-
"path": "/v1/information_requests/:informationRequestUuid/submit"
|
|
779
|
-
}
|
|
780
|
-
],
|
|
781
|
-
"variables": [
|
|
782
|
-
"companyUuid",
|
|
783
|
-
"informationRequestUuid"
|
|
868
|
+
"employeeId"
|
|
784
869
|
]
|
|
785
870
|
},
|
|
786
|
-
"
|
|
871
|
+
"Employee.TerminationSummary": {
|
|
787
872
|
"endpoints": [
|
|
788
873
|
{
|
|
789
874
|
"method": "GET",
|
|
790
|
-
"path": "/v1/
|
|
875
|
+
"path": "/v1/employees/:employeeId"
|
|
791
876
|
},
|
|
792
877
|
{
|
|
793
878
|
"method": "GET",
|
|
794
|
-
"path": "/v1/
|
|
879
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
795
880
|
},
|
|
796
881
|
{
|
|
797
|
-
"method": "
|
|
798
|
-
"path": "/v1/
|
|
882
|
+
"method": "DELETE",
|
|
883
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
799
884
|
},
|
|
800
885
|
{
|
|
801
886
|
"method": "GET",
|
|
802
|
-
"path": "/v1/
|
|
887
|
+
"path": "/v1/companies/:companyId/employees"
|
|
803
888
|
}
|
|
804
889
|
],
|
|
805
890
|
"variables": [
|
|
806
891
|
"companyId",
|
|
807
|
-
"
|
|
808
|
-
"wireInRequestUuid"
|
|
892
|
+
"employeeId"
|
|
809
893
|
]
|
|
810
894
|
},
|
|
811
|
-
"
|
|
895
|
+
"Employee.Taxes": {
|
|
812
896
|
"endpoints": [
|
|
813
897
|
{
|
|
814
898
|
"method": "GET",
|
|
815
|
-
"path": "/v1/
|
|
899
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"method": "PUT",
|
|
903
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
816
904
|
},
|
|
817
905
|
{
|
|
818
906
|
"method": "GET",
|
|
819
|
-
"path": "/v1/
|
|
907
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
820
908
|
},
|
|
821
909
|
{
|
|
822
|
-
"method": "
|
|
823
|
-
"path": "/v1/
|
|
910
|
+
"method": "PUT",
|
|
911
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
824
912
|
}
|
|
825
913
|
],
|
|
826
914
|
"variables": [
|
|
827
|
-
"
|
|
828
|
-
"payrollId"
|
|
915
|
+
"employeeUuid"
|
|
829
916
|
]
|
|
830
917
|
},
|
|
831
|
-
"
|
|
918
|
+
"InformationRequests.InformationRequestsFlow": {
|
|
832
919
|
"endpoints": [
|
|
833
920
|
{
|
|
834
921
|
"method": "GET",
|
|
835
|
-
"path": "/v1/companies/:
|
|
922
|
+
"path": "/v1/companies/:companyUuid/information_requests"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"method": "PUT",
|
|
926
|
+
"path": "/v1/information_requests/:informationRequestUuid/submit"
|
|
836
927
|
}
|
|
837
928
|
],
|
|
838
929
|
"variables": [
|
|
839
|
-
"
|
|
840
|
-
"
|
|
930
|
+
"companyUuid",
|
|
931
|
+
"informationRequestUuid"
|
|
841
932
|
]
|
|
842
933
|
},
|
|
843
|
-
"
|
|
934
|
+
"InformationRequests.InformationRequestList": {
|
|
844
935
|
"endpoints": [
|
|
845
|
-
{
|
|
846
|
-
"method": "POST",
|
|
847
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
848
|
-
},
|
|
849
936
|
{
|
|
850
937
|
"method": "GET",
|
|
851
|
-
"path": "/v1/companies/:
|
|
938
|
+
"path": "/v1/companies/:companyUuid/information_requests"
|
|
852
939
|
}
|
|
853
940
|
],
|
|
854
941
|
"variables": [
|
|
855
|
-
"
|
|
942
|
+
"companyUuid"
|
|
856
943
|
]
|
|
857
944
|
},
|
|
858
|
-
"
|
|
945
|
+
"InformationRequests.InformationRequestForm": {
|
|
859
946
|
"endpoints": [
|
|
860
947
|
{
|
|
861
948
|
"method": "GET",
|
|
862
|
-
"path": "/v1/companies/:companyUuid/
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"method": "GET",
|
|
866
|
-
"path": "/v1/companies/:companyUuid/recovery_cases"
|
|
949
|
+
"path": "/v1/companies/:companyUuid/information_requests"
|
|
867
950
|
},
|
|
868
951
|
{
|
|
869
|
-
"method": "
|
|
870
|
-
"path": "/v1/
|
|
952
|
+
"method": "PUT",
|
|
953
|
+
"path": "/v1/information_requests/:informationRequestUuid/submit"
|
|
871
954
|
}
|
|
872
955
|
],
|
|
873
956
|
"variables": [
|
|
874
|
-
"companyUuid"
|
|
957
|
+
"companyUuid",
|
|
958
|
+
"informationRequestUuid"
|
|
875
959
|
]
|
|
876
960
|
},
|
|
877
961
|
"Payroll.PayrollConfiguration": {
|
|
@@ -907,11 +991,16 @@
|
|
|
907
991
|
{
|
|
908
992
|
"method": "PUT",
|
|
909
993
|
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"method": "GET",
|
|
997
|
+
"path": "/v1/employees/:employeeId"
|
|
910
998
|
}
|
|
911
999
|
],
|
|
912
1000
|
"variables": [
|
|
913
1001
|
"companyId",
|
|
914
1002
|
"companyUuid",
|
|
1003
|
+
"employeeId",
|
|
915
1004
|
"payScheduleId",
|
|
916
1005
|
"payrollId",
|
|
917
1006
|
"payrollUuid"
|
|
@@ -988,72 +1077,132 @@
|
|
|
988
1077
|
"method": "POST",
|
|
989
1078
|
"path": "/v1/companies/:companyUuid/payrolls/skip"
|
|
990
1079
|
},
|
|
1080
|
+
{
|
|
1081
|
+
"method": "DELETE",
|
|
1082
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1083
|
+
},
|
|
991
1084
|
{
|
|
992
1085
|
"method": "GET",
|
|
993
1086
|
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
994
1087
|
},
|
|
995
1088
|
{
|
|
996
1089
|
"method": "GET",
|
|
997
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1090
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1091
|
+
}
|
|
1092
|
+
],
|
|
1093
|
+
"variables": [
|
|
1094
|
+
"companyId",
|
|
1095
|
+
"companyUuid",
|
|
1096
|
+
"payrollId"
|
|
1097
|
+
]
|
|
1098
|
+
},
|
|
1099
|
+
"Payroll.PayrollOverview": {
|
|
1100
|
+
"endpoints": [
|
|
1101
|
+
{
|
|
1102
|
+
"method": "PUT",
|
|
1103
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"method": "PUT",
|
|
1107
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"method": "GET",
|
|
1111
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"method": "GET",
|
|
1115
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"method": "GET",
|
|
1119
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"method": "GET",
|
|
1123
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"method": "GET",
|
|
1127
|
+
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
1128
|
+
}
|
|
1129
|
+
],
|
|
1130
|
+
"variables": [
|
|
1131
|
+
"companyId",
|
|
1132
|
+
"employeeId",
|
|
1133
|
+
"payrollId",
|
|
1134
|
+
"wireInRequestUuid"
|
|
1135
|
+
]
|
|
1136
|
+
},
|
|
1137
|
+
"Payroll.PayrollFlow": {
|
|
1138
|
+
"endpoints": [
|
|
1139
|
+
{
|
|
1140
|
+
"method": "GET",
|
|
1141
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"method": "GET",
|
|
1145
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1146
|
+
}
|
|
1147
|
+
],
|
|
1148
|
+
"variables": [
|
|
1149
|
+
"companyId",
|
|
1150
|
+
"payrollId"
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
"Payroll.PayrollReceipts": {
|
|
1154
|
+
"endpoints": [
|
|
1155
|
+
{
|
|
1156
|
+
"method": "GET",
|
|
1157
|
+
"path": "/v1/payrolls/:payrollUuid/receipt"
|
|
998
1158
|
}
|
|
999
1159
|
],
|
|
1000
1160
|
"variables": [
|
|
1001
|
-
"
|
|
1002
|
-
"companyUuid"
|
|
1161
|
+
"payrollUuid"
|
|
1003
1162
|
]
|
|
1004
1163
|
},
|
|
1005
|
-
"Payroll.
|
|
1164
|
+
"Payroll.ConfirmWireDetails": {
|
|
1006
1165
|
"endpoints": [
|
|
1007
|
-
{
|
|
1008
|
-
"method": "PUT",
|
|
1009
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"method": "PUT",
|
|
1013
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"method": "GET",
|
|
1017
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1018
|
-
},
|
|
1019
1166
|
{
|
|
1020
1167
|
"method": "GET",
|
|
1021
|
-
"path": "/v1/companies/:
|
|
1168
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1022
1169
|
},
|
|
1023
1170
|
{
|
|
1024
1171
|
"method": "GET",
|
|
1025
|
-
"path": "/v1/companies/:companyId/
|
|
1172
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1026
1173
|
},
|
|
1027
1174
|
{
|
|
1028
|
-
"method": "
|
|
1175
|
+
"method": "PUT",
|
|
1029
1176
|
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1030
1177
|
},
|
|
1031
1178
|
{
|
|
1032
1179
|
"method": "GET",
|
|
1033
|
-
"path": "/v1/
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"method": "GET",
|
|
1037
|
-
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
1180
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1038
1181
|
}
|
|
1039
1182
|
],
|
|
1040
1183
|
"variables": [
|
|
1041
1184
|
"companyId",
|
|
1042
1185
|
"companyUuid",
|
|
1043
|
-
"employeeId",
|
|
1044
|
-
"payrollId",
|
|
1045
1186
|
"wireInRequestUuid"
|
|
1046
1187
|
]
|
|
1047
1188
|
},
|
|
1048
|
-
"Payroll.
|
|
1189
|
+
"Payroll.PayrollBlockerList": {
|
|
1049
1190
|
"endpoints": [
|
|
1050
1191
|
{
|
|
1051
1192
|
"method": "GET",
|
|
1052
|
-
"path": "/v1/
|
|
1193
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"method": "GET",
|
|
1197
|
+
"path": "/v1/companies/:companyUuid/recovery_cases"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"method": "GET",
|
|
1201
|
+
"path": "/v1/companies/:companyUuid/information_requests"
|
|
1053
1202
|
}
|
|
1054
1203
|
],
|
|
1055
1204
|
"variables": [
|
|
1056
|
-
"
|
|
1205
|
+
"companyUuid"
|
|
1057
1206
|
]
|
|
1058
1207
|
},
|
|
1059
1208
|
"Payroll.RecoveryCases": {
|
|
@@ -1072,143 +1221,99 @@
|
|
|
1072
1221
|
"recoveryCaseUuid"
|
|
1073
1222
|
]
|
|
1074
1223
|
},
|
|
1075
|
-
"Payroll.
|
|
1224
|
+
"Payroll.OffCycleCreation": {
|
|
1076
1225
|
"endpoints": [
|
|
1226
|
+
{
|
|
1227
|
+
"method": "POST",
|
|
1228
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1229
|
+
},
|
|
1077
1230
|
{
|
|
1078
1231
|
"method": "GET",
|
|
1079
|
-
"path": "/v1/companies/:companyId/
|
|
1232
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1080
1233
|
}
|
|
1081
1234
|
],
|
|
1082
1235
|
"variables": [
|
|
1083
|
-
"companyId"
|
|
1084
|
-
"payrollId"
|
|
1236
|
+
"companyId"
|
|
1085
1237
|
]
|
|
1086
1238
|
},
|
|
1087
|
-
"Payroll.
|
|
1239
|
+
"Payroll.OffCycleFlow": {
|
|
1088
1240
|
"endpoints": [
|
|
1089
|
-
{
|
|
1090
|
-
"method": "POST",
|
|
1091
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
1092
|
-
},
|
|
1093
1241
|
{
|
|
1094
1242
|
"method": "GET",
|
|
1095
|
-
"path": "/v1/companies/:companyId/
|
|
1243
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1096
1244
|
}
|
|
1097
1245
|
],
|
|
1098
1246
|
"variables": [
|
|
1099
|
-
"companyId"
|
|
1247
|
+
"companyId",
|
|
1248
|
+
"payrollId"
|
|
1100
1249
|
]
|
|
1101
1250
|
},
|
|
1102
|
-
"Payroll.
|
|
1251
|
+
"Payroll.DismissalFlow": {
|
|
1103
1252
|
"endpoints": [
|
|
1104
1253
|
{
|
|
1105
1254
|
"method": "GET",
|
|
1106
|
-
"path": "/v1/companies/:companyId/
|
|
1255
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1107
1256
|
},
|
|
1108
1257
|
{
|
|
1109
1258
|
"method": "GET",
|
|
1110
|
-
"path": "/v1/companies/:companyId/
|
|
1259
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
1111
1260
|
},
|
|
1112
1261
|
{
|
|
1113
1262
|
"method": "POST",
|
|
1114
|
-
"path": "/v1/companies/:
|
|
1263
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1115
1264
|
}
|
|
1116
1265
|
],
|
|
1117
1266
|
"variables": [
|
|
1118
1267
|
"companyId",
|
|
1119
|
-
"
|
|
1268
|
+
"payrollId"
|
|
1120
1269
|
]
|
|
1121
1270
|
},
|
|
1122
|
-
"
|
|
1271
|
+
"Payroll.TransitionFlow": {
|
|
1123
1272
|
"endpoints": [
|
|
1124
1273
|
{
|
|
1125
1274
|
"method": "GET",
|
|
1126
|
-
"path": "/v1/
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"method": "POST",
|
|
1130
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"method": "PUT",
|
|
1134
|
-
"path": "/v1/jobs/:jobId"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"method": "PUT",
|
|
1138
|
-
"path": "/v1/compensations/:compensationId"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"method": "GET",
|
|
1142
|
-
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"method": "GET",
|
|
1146
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"method": "GET",
|
|
1150
|
-
"path": "/v1/employees/:employeeId"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"method": "GET",
|
|
1154
|
-
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1275
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1155
1276
|
}
|
|
1156
1277
|
],
|
|
1157
1278
|
"variables": [
|
|
1158
1279
|
"companyId",
|
|
1159
|
-
"
|
|
1160
|
-
"employeeId",
|
|
1161
|
-
"jobId",
|
|
1162
|
-
"locationUuid"
|
|
1280
|
+
"payrollId"
|
|
1163
1281
|
]
|
|
1164
1282
|
},
|
|
1165
|
-
"
|
|
1283
|
+
"Payroll.TransitionCreation": {
|
|
1166
1284
|
"endpoints": [
|
|
1167
|
-
{
|
|
1168
|
-
"method": "GET",
|
|
1169
|
-
"path": "/v1/employees/:employeeId"
|
|
1170
|
-
},
|
|
1171
1285
|
{
|
|
1172
1286
|
"method": "POST",
|
|
1173
|
-
"path": "/v1/companies/:companyId/
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"method": "PUT",
|
|
1177
|
-
"path": "/v1/employees/:employeeId"
|
|
1287
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1178
1288
|
},
|
|
1179
1289
|
{
|
|
1180
|
-
"method": "
|
|
1181
|
-
"path": "/v1/
|
|
1290
|
+
"method": "GET",
|
|
1291
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1182
1292
|
}
|
|
1183
1293
|
],
|
|
1184
1294
|
"variables": [
|
|
1185
|
-
"companyId"
|
|
1186
|
-
"employeeId"
|
|
1295
|
+
"companyId"
|
|
1187
1296
|
]
|
|
1188
1297
|
},
|
|
1189
|
-
"
|
|
1298
|
+
"UNSTABLE_TimeOff.PolicyList": {
|
|
1190
1299
|
"endpoints": [
|
|
1191
1300
|
{
|
|
1192
1301
|
"method": "GET",
|
|
1193
|
-
"path": "/v1/companies/:
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"method": "GET",
|
|
1197
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1302
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1198
1303
|
},
|
|
1199
1304
|
{
|
|
1200
|
-
"method": "
|
|
1201
|
-
"path": "/v1/
|
|
1305
|
+
"method": "PUT",
|
|
1306
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1202
1307
|
},
|
|
1203
1308
|
{
|
|
1204
|
-
"method": "
|
|
1205
|
-
"path": "/v1/
|
|
1309
|
+
"method": "GET",
|
|
1310
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1206
1311
|
}
|
|
1207
1312
|
],
|
|
1208
1313
|
"variables": [
|
|
1209
1314
|
"companyId",
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1315
|
+
"companyUuid",
|
|
1316
|
+
"timeOffPolicyUuid"
|
|
1212
1317
|
]
|
|
1213
1318
|
}
|
|
1214
1319
|
},
|
|
@@ -1220,9 +1325,11 @@
|
|
|
1220
1325
|
"Company.FederalTaxes",
|
|
1221
1326
|
"Company.Industry",
|
|
1222
1327
|
"Company.Locations",
|
|
1328
|
+
"Company.OnboardingFlow",
|
|
1223
1329
|
"Company.OnboardingOverview",
|
|
1224
1330
|
"Company.PaySchedule",
|
|
1225
|
-
"Company.StateTaxes"
|
|
1331
|
+
"Company.StateTaxes",
|
|
1332
|
+
"Employee.OnboardingFlow"
|
|
1226
1333
|
],
|
|
1227
1334
|
"endpoints": [
|
|
1228
1335
|
{
|
|
@@ -1339,6 +1446,7 @@
|
|
|
1339
1446
|
"Contractor.ContractorProfile",
|
|
1340
1447
|
"Contractor.ContractorSubmit",
|
|
1341
1448
|
"Contractor.NewHireReport",
|
|
1449
|
+
"Contractor.OnboardingFlow",
|
|
1342
1450
|
"Contractor.PaymentMethod"
|
|
1343
1451
|
],
|
|
1344
1452
|
"endpoints": [
|
|
@@ -1402,12 +1510,13 @@
|
|
|
1402
1510
|
},
|
|
1403
1511
|
"Contractor.Payments.PaymentFlow": {
|
|
1404
1512
|
"blocks": [
|
|
1405
|
-
"Contractor.
|
|
1406
|
-
"Contractor.
|
|
1407
|
-
"Contractor.
|
|
1408
|
-
"Contractor.
|
|
1409
|
-
"Contractor.
|
|
1410
|
-
"
|
|
1513
|
+
"Contractor.CreatePayment",
|
|
1514
|
+
"Contractor.PaymentFlow",
|
|
1515
|
+
"Contractor.PaymentHistory",
|
|
1516
|
+
"Contractor.PaymentStatement",
|
|
1517
|
+
"Contractor.PaymentSummary",
|
|
1518
|
+
"Contractor.PaymentsList",
|
|
1519
|
+
"InformationRequests.InformationRequestsFlow"
|
|
1411
1520
|
],
|
|
1412
1521
|
"endpoints": [
|
|
1413
1522
|
{
|
|
@@ -1426,10 +1535,6 @@
|
|
|
1426
1535
|
"method": "GET",
|
|
1427
1536
|
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1428
1537
|
},
|
|
1429
|
-
{
|
|
1430
|
-
"method": "GET",
|
|
1431
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
1432
|
-
},
|
|
1433
1538
|
{
|
|
1434
1539
|
"method": "GET",
|
|
1435
1540
|
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
@@ -1471,6 +1576,7 @@
|
|
|
1471
1576
|
"Employee.EmployeeDocuments",
|
|
1472
1577
|
"Employee.EmployeeList",
|
|
1473
1578
|
"Employee.FederalTaxes",
|
|
1579
|
+
"Employee.OnboardingFlow",
|
|
1474
1580
|
"Employee.OnboardingSummary",
|
|
1475
1581
|
"Employee.PaymentMethod",
|
|
1476
1582
|
"Employee.Profile",
|
|
@@ -1637,12 +1743,13 @@
|
|
|
1637
1743
|
},
|
|
1638
1744
|
"Employee.SelfOnboardingFlow": {
|
|
1639
1745
|
"blocks": [
|
|
1640
|
-
"Employee.
|
|
1746
|
+
"Employee.DocumentSigner",
|
|
1641
1747
|
"Employee.FederalTaxes",
|
|
1642
1748
|
"Employee.Landing",
|
|
1643
1749
|
"Employee.OnboardingSummary",
|
|
1644
1750
|
"Employee.PaymentMethod",
|
|
1645
1751
|
"Employee.Profile",
|
|
1752
|
+
"Employee.SelfOnboardingFlow",
|
|
1646
1753
|
"Employee.StateTaxes"
|
|
1647
1754
|
],
|
|
1648
1755
|
"endpoints": [
|
|
@@ -1773,63 +1880,103 @@
|
|
|
1773
1880
|
"workAddressUuid"
|
|
1774
1881
|
]
|
|
1775
1882
|
},
|
|
1776
|
-
"
|
|
1883
|
+
"Employee.Terminations.TerminationFlow": {
|
|
1777
1884
|
"blocks": [
|
|
1778
|
-
"
|
|
1885
|
+
"Employee.TerminateEmployee",
|
|
1886
|
+
"Employee.TerminationFlow",
|
|
1887
|
+
"Employee.TerminationSummary",
|
|
1888
|
+
"Payroll.DismissalFlow",
|
|
1889
|
+
"Payroll.PayrollLanding"
|
|
1779
1890
|
],
|
|
1780
1891
|
"endpoints": [
|
|
1781
1892
|
{
|
|
1782
1893
|
"method": "GET",
|
|
1783
|
-
"path": "/v1/
|
|
1894
|
+
"path": "/v1/employees/:employeeId"
|
|
1784
1895
|
},
|
|
1785
1896
|
{
|
|
1786
1897
|
"method": "GET",
|
|
1787
|
-
"path": "/v1/
|
|
1898
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"method": "POST",
|
|
1902
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
1788
1903
|
},
|
|
1789
1904
|
{
|
|
1790
1905
|
"method": "PUT",
|
|
1791
|
-
"path": "/v1/
|
|
1906
|
+
"path": "/v1/terminations/:employeeId"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"method": "POST",
|
|
1910
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1792
1911
|
},
|
|
1793
1912
|
{
|
|
1794
1913
|
"method": "GET",
|
|
1795
|
-
"path": "/v1/
|
|
1914
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"method": "GET",
|
|
1918
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"method": "DELETE",
|
|
1922
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"method": "GET",
|
|
1926
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"method": "GET",
|
|
1930
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"method": "GET",
|
|
1934
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"method": "GET",
|
|
1938
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
1796
1939
|
}
|
|
1797
1940
|
],
|
|
1798
1941
|
"variables": [
|
|
1799
1942
|
"companyId",
|
|
1800
1943
|
"companyUuid",
|
|
1801
|
-
"
|
|
1944
|
+
"employeeId",
|
|
1945
|
+
"payrollId"
|
|
1946
|
+
]
|
|
1947
|
+
},
|
|
1948
|
+
"Payroll.PayrollExecutionFlow": {
|
|
1949
|
+
"blocks": [
|
|
1950
|
+
"Payroll.PayrollFlow"
|
|
1951
|
+
],
|
|
1952
|
+
"endpoints": [
|
|
1953
|
+
{
|
|
1954
|
+
"method": "GET",
|
|
1955
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"method": "GET",
|
|
1959
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
"variables": [
|
|
1963
|
+
"companyId",
|
|
1964
|
+
"payrollId"
|
|
1802
1965
|
]
|
|
1803
1966
|
},
|
|
1804
1967
|
"Payroll.PayrollFlow": {
|
|
1805
1968
|
"blocks": [
|
|
1806
|
-
"Payroll.ConfirmWireDetails",
|
|
1807
1969
|
"Payroll.OffCycleFlow",
|
|
1808
|
-
"Payroll.
|
|
1970
|
+
"Payroll.PayrollBlockerList",
|
|
1809
1971
|
"Payroll.PayrollConfiguration",
|
|
1810
1972
|
"Payroll.PayrollEditEmployee",
|
|
1973
|
+
"Payroll.PayrollFlow",
|
|
1811
1974
|
"Payroll.PayrollLanding",
|
|
1812
1975
|
"Payroll.PayrollOverview",
|
|
1813
1976
|
"Payroll.PayrollReceipts",
|
|
1814
1977
|
"Payroll.TransitionFlow"
|
|
1815
1978
|
],
|
|
1816
1979
|
"endpoints": [
|
|
1817
|
-
{
|
|
1818
|
-
"method": "GET",
|
|
1819
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
"method": "GET",
|
|
1823
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"method": "PUT",
|
|
1827
|
-
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"method": "GET",
|
|
1831
|
-
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1832
|
-
},
|
|
1833
1980
|
{
|
|
1834
1981
|
"method": "GET",
|
|
1835
1982
|
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
@@ -1878,6 +2025,14 @@
|
|
|
1878
2025
|
"method": "GET",
|
|
1879
2026
|
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
1880
2027
|
},
|
|
2028
|
+
{
|
|
2029
|
+
"method": "GET",
|
|
2030
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"method": "GET",
|
|
2034
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
2035
|
+
},
|
|
1881
2036
|
{
|
|
1882
2037
|
"method": "PUT",
|
|
1883
2038
|
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit"
|
|
@@ -1892,7 +2047,7 @@
|
|
|
1892
2047
|
},
|
|
1893
2048
|
{
|
|
1894
2049
|
"method": "GET",
|
|
1895
|
-
"path": "/v1/
|
|
2050
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1896
2051
|
},
|
|
1897
2052
|
{
|
|
1898
2053
|
"method": "GET",
|
|
@@ -1912,6 +2067,41 @@
|
|
|
1912
2067
|
"payrollUuid",
|
|
1913
2068
|
"wireInRequestUuid"
|
|
1914
2069
|
]
|
|
2070
|
+
},
|
|
2071
|
+
"UNSTABLE_TimeOff.TimeOffFlow": {
|
|
2072
|
+
"blocks": [
|
|
2073
|
+
"UNSTABLE_TimeOff.AddEmployeesHoliday",
|
|
2074
|
+
"UNSTABLE_TimeOff.AddEmployeesToPolicy",
|
|
2075
|
+
"UNSTABLE_TimeOff.HolidaySelectionForm",
|
|
2076
|
+
"UNSTABLE_TimeOff.PolicyDetailsForm",
|
|
2077
|
+
"UNSTABLE_TimeOff.PolicyList",
|
|
2078
|
+
"UNSTABLE_TimeOff.PolicySettings",
|
|
2079
|
+
"UNSTABLE_TimeOff.SelectPolicyType",
|
|
2080
|
+
"UNSTABLE_TimeOff.TimeOffFlow",
|
|
2081
|
+
"UNSTABLE_TimeOff.ViewHolidayEmployees",
|
|
2082
|
+
"UNSTABLE_TimeOff.ViewHolidaySchedule",
|
|
2083
|
+
"UNSTABLE_TimeOff.ViewPolicyDetails",
|
|
2084
|
+
"UNSTABLE_TimeOff.ViewPolicyEmployees"
|
|
2085
|
+
],
|
|
2086
|
+
"endpoints": [
|
|
2087
|
+
{
|
|
2088
|
+
"method": "GET",
|
|
2089
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"method": "PUT",
|
|
2093
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"method": "GET",
|
|
2097
|
+
"path": "/v1/companies/:companyId/employees"
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"variables": [
|
|
2101
|
+
"companyId",
|
|
2102
|
+
"companyUuid",
|
|
2103
|
+
"timeOffPolicyUuid"
|
|
2104
|
+
]
|
|
1915
2105
|
}
|
|
1916
2106
|
}
|
|
1917
2107
|
}
|