@gusto/embedded-react-sdk 0.44.2 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.js +7 -7
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.js +24 -23
- package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.module.scss.js +16 -14
- package/dist/components/Common/UI/Alert/Alert.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Alert/AlertTypes.d.ts +8 -0
- package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +38 -38
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -20
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/Head.js +12 -9
- package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +25 -25
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -20
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -22
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Head.js +11 -8
- package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -20
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Head.js +44 -39
- package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -20
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +26 -26
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +9 -9
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Head.js +7 -6
- package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +12 -28
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +7 -23
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Head.js +10 -9
- package/dist/components/Company/Industry/Head.js.map +1 -1
- package/dist/components/Company/Industry/IndustrySelect.js +22 -19
- package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Head.js +9 -8
- package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -20
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Head.js +11 -10
- package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +11 -11
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -20
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +4 -20
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +18 -18
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -20
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -20
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +6 -22
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +7 -7
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +2 -2
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +42 -52
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Employee/Compensation/index.d.ts +1 -1
- package/dist/components/Employee/Compensation/{Compensation.d.ts → onboarding/Compensation.d.ts} +3 -3
- package/dist/components/Employee/Compensation/onboarding/Compensation.js +88 -0
- package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -0
- package/dist/components/Employee/Compensation/{CompensationFlowComponents.d.ts → onboarding/CompensationFlowComponents.d.ts} +3 -3
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js +59 -0
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.d.ts +21 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js +249 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.module.scss.js +8 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/JobsList.d.ts +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +43 -0
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -0
- package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/JobsListPresentation.js +10 -10
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -0
- package/dist/components/Employee/Compensation/{compensationStateMachine.js → onboarding/compensationStateMachine.js} +1 -1
- package/dist/components/Employee/Compensation/onboarding/compensationStateMachine.js.map +1 -0
- package/dist/components/Employee/Compensation/onboarding/index.d.ts +2 -0
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +9 -0
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js +10 -0
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +7 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js +41 -35
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/index.d.ts +0 -2
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +24 -3
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +193 -181
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/index.d.ts +0 -2
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +8 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +14 -13
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +19 -2
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +133 -130
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
- package/dist/components/Employee/Dashboard/BasicDetailsView.d.ts +13 -0
- package/dist/components/Employee/Dashboard/BasicDetailsView.js +87 -65
- package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/CompensationCard.d.ts +13 -0
- package/dist/components/Employee/Dashboard/Dashboard.js +89 -109
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +15 -0
- package/dist/components/Employee/Dashboard/DashboardComponents.js +120 -25
- package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
- package/dist/components/Employee/Dashboard/DocumentsView.d.ts +11 -0
- package/dist/components/Employee/Dashboard/DocumentsView.js +24 -17
- package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/JobAndPayView.d.ts +9 -17
- package/dist/components/Employee/Dashboard/JobAndPayView.js +495 -114
- package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
- package/dist/components/Employee/Dashboard/PendingChangesReviewModal.d.ts +10 -0
- package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js +64 -0
- package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js.map +1 -0
- package/dist/components/Employee/Dashboard/TaxesView.d.ts +13 -0
- package/dist/components/Employee/Dashboard/TaxesView.js +82 -60
- package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +7 -0
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js +227 -40
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.d.ts +50 -0
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js +57 -0
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js.map +1 -0
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.test.d.ts +1 -0
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +7 -4
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +14 -8
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +60 -36
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +1 -1
- package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.d.ts +8 -0
- package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js +61 -0
- package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js.map +1 -0
- package/dist/components/Employee/Deductions/Deductions.d.ts +2 -8
- package/dist/components/Employee/Deductions/Deductions.js +25 -52
- package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.d.ts +9 -0
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js +137 -0
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js.map +1 -0
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +9 -5
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +97 -94
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.d.ts +18 -0
- package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js +137 -0
- package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js.map +1 -0
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.d.ts +10 -5
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +57 -77
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.d.ts +5 -5
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +29 -39
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js +8 -6
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js.map +1 -1
- package/dist/components/Employee/Deductions/{DeductionsComponents.d.ts → deductionsContextualComponents.d.ts} +7 -8
- package/dist/components/Employee/Deductions/deductionsContextualComponents.js +74 -0
- package/dist/components/Employee/Deductions/deductionsContextualComponents.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +7 -0
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js +31 -0
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +7 -0
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js +10 -0
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.test.d.ts +1 -0
- package/dist/components/Employee/Deductions/shared/index.d.ts +7 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +63 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +64 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +36 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +39 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/index.d.ts +4 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +62 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +208 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.d.ts +63 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +52 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +25 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +36 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/index.d.ts +4 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +64 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +203 -0
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +22 -0
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js +50 -0
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +13 -0
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js +17 -0
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -0
- package/dist/components/Employee/Deductions/stateMachine.d.ts +4 -5
- package/dist/components/Employee/Deductions/stateMachine.js +67 -89
- package/dist/components/Employee/Deductions/stateMachine.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentManager.d.ts +6 -0
- package/dist/components/Employee/Documents/management/DocumentManager.js +60 -0
- package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -0
- package/dist/components/Employee/Documents/management/index.d.ts +3 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Actions.js +3 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/DocumentList.d.ts +1 -1
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/DocumentList.js +5 -5
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Head.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Head.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/List.js +3 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.js.map +1 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +8 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentSigner.d.ts +1 -1
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentSigner.js +5 -5
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibility.d.ts +1 -1
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibility.js +4 -4
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilityPresentation.js +11 -11
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.test.d.ts +1 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/countries.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.d.ts +1 -1
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.js +13 -13
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/documentSignerStateMachine.d.ts +2 -2
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/documentSignerStateMachine.js +8 -8
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/stateMachine.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/stateMachine.js.map +1 -0
- package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/EmployeeDocuments.d.ts +3 -3
- package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/EmployeeDocuments.js +6 -6
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -0
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js +117 -0
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -0
- package/dist/components/Employee/{DocumentSigner → Documents/shared}/SignatureForm/SignatureForm.d.ts +1 -1
- package/dist/components/Employee/{DocumentSigner → Documents/shared}/SignatureForm/SignatureForm.js +14 -14
- package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -0
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js.map +1 -0
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -0
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +89 -82
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +37 -35
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.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 +38 -39
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +29 -27
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/index.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/management/ListView.d.ts +8 -0
- package/dist/components/Employee/PaymentMethod/management/ListView.js +138 -0
- package/dist/components/Employee/PaymentMethod/management/ListView.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.d.ts +11 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +49 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.d.ts +8 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js +23 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/index.d.ts +4 -0
- package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.d.ts +5 -0
- package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js +75 -0
- package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/BankForm.d.ts +8 -0
- package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js +66 -0
- package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/ListView.d.ts +9 -0
- package/dist/components/Employee/PaymentMethod/onboarding/ListView.js +168 -0
- package/dist/components/Employee/PaymentMethod/onboarding/ListView.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.d.ts +11 -0
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js +44 -0
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.d.ts +8 -0
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.js +23 -0
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/SplitView.d.ts +8 -0
- package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js +97 -0
- package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/index.d.ts +2 -0
- package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.d.ts +5 -0
- package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.js +75 -0
- package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.d.ts +9 -0
- package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js +31 -0
- package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/index.d.ts +7 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.d.ts +15 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +22 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/index.d.ts +5 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +37 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +105 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.d.ts +39 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.js +26 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useDeleteBankAccount.d.ts +13 -0
- package/dist/components/Employee/PaymentMethod/shared/useDeleteBankAccount.js +19 -0
- package/dist/components/Employee/PaymentMethod/shared/useDeleteBankAccount.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.d.ts +6 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.js +9 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/index.d.ts +5 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +31 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +94 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.d.ts +31 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.js +22 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +20 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +68 -0
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.d.ts +6 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.js +9 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/index.d.ts +6 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.d.ts +48 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +46 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +65 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +209 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.d.ts +53 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.js +93 -0
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.js.map +1 -0
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js +88 -87
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js +2 -2
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +27 -26
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js +13 -10
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Employee/Taxes/StateForm.js +17 -14
- package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.js +75 -69
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +4 -20
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +26 -26
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Employee/exports/employeeManagement.d.ts +4 -1
- package/dist/components/Employee/exports/employeeManagement.js +22 -18
- package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
- package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -3
- package/dist/components/Employee/exports/employeeOnboarding.js +4 -4
- package/dist/components/Employee/index.d.ts +4 -4
- package/dist/components/Employee/index.js +5 -5
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +26 -34
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +35 -35
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +22 -36
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +84 -82
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js +49 -48
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailTypes.d.ts +1 -0
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +39 -37
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +31 -31
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormTypes.d.ts +1 -0
- package/dist/components/TimeOff/PolicyList/PolicyList.js +27 -27
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js +50 -50
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +1 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js +66 -41
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js +59 -48
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsTypes.d.ts +3 -0
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +34 -33
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +3 -0
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js +69 -61
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js +119 -75
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +72 -61
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +103 -84
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +2 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +51 -49
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +78 -59
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.module.scss.js +8 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.module.scss.js.map +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +6 -2
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +209 -154
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +3 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js +36 -34
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +136 -134
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.module.scss.js +6 -6
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js +63 -65
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailTypes.d.ts +1 -0
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +50 -49
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +4 -4
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -1
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js +66 -55
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayoutTypes.d.ts +1 -0
- package/dist/contexts/ApiProvider/ApiProvider.js +33 -39
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +17 -0
- package/dist/contexts/ApiProvider/createSdkQueryClient.js +14 -0
- package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -0
- package/dist/helpers/formattedStrings.d.ts +12 -0
- package/dist/helpers/formattedStrings.js +55 -33
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/hooks/useClientPagination/useClientPagination.d.ts +44 -0
- package/dist/hooks/useClientPagination/useClientPagination.js +69 -0
- package/dist/hooks/useClientPagination/useClientPagination.js.map +1 -0
- package/dist/hooks/useClientPagination/useClientPagination.test.d.ts +1 -0
- package/dist/i18n/I18n.js +6 -5
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.PaySchedule.json.js +22 -20
- package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +8 -6
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.HolidayPolicy.json.js +9 -9
- package/dist/i18n/en/Company.TimeOff.PolicyDetail.json.js +6 -4
- package/dist/i18n/en/Company.TimeOff.PolicyDetail.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +17 -15
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.SelectPolicyType.json.js +10 -8
- package/dist/i18n/en/Company.TimeOff.SelectPolicyType.json.js.map +1 -1
- package/dist/i18n/en/Employee.Dashboard.json.js +16 -12
- package/dist/i18n/en/Employee.Dashboard.json.js.map +1 -1
- package/dist/i18n/en/Employee.Deductions.json.js +104 -76
- package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
- package/dist/i18n/en/Employee.DocumentManager.json.js +12 -0
- package/dist/i18n/en/Employee.DocumentManager.json.js.map +1 -0
- package/dist/i18n/en/Employee.PaymentMethod.json.js +76 -64
- package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/common.json.d.ts +7 -0
- package/dist/i18n/en/common.json.js +19 -17
- package/dist/i18n/en/common.json.js.map +1 -1
- package/dist/index.d.ts +16 -6
- package/dist/index.js +138 -112
- package/dist/index.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.d.ts +2 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +20 -18
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
- package/dist/shared/constants.d.ts +8 -2
- package/dist/shared/constants.js +11 -8
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/test-utils/assertions.d.ts +16 -0
- package/dist/types/i18next.d.ts +140 -4
- package/dist/types/sdkError.js +58 -47
- package/dist/types/sdkError.js.map +1 -1
- package/docs/reference/endpoint-inventory.json +980 -1170
- package/package.json +29 -21
- package/dist/components/Employee/Compensation/Compensation.js +0 -87
- package/dist/components/Employee/Compensation/Compensation.js.map +0 -1
- package/dist/components/Employee/Compensation/CompensationFlowComponents.js +0 -61
- package/dist/components/Employee/Compensation/CompensationFlowComponents.js.map +0 -1
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.d.ts +0 -14
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.js +0 -128
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.js.map +0 -1
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.d.ts +0 -17
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.js +0 -224
- package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.js.map +0 -1
- package/dist/components/Employee/Compensation/EditCompensation/index.d.ts +0 -5
- package/dist/components/Employee/Compensation/JobsList/JobsList.js +0 -47
- package/dist/components/Employee/Compensation/JobsList/JobsList.js.map +0 -1
- package/dist/components/Employee/Compensation/JobsList/JobsListPresentation.js.map +0 -1
- package/dist/components/Employee/Compensation/compensationSchema.d.ts +0 -29
- package/dist/components/Employee/Compensation/compensationSchema.js +0 -63
- package/dist/components/Employee/Compensation/compensationSchema.js.map +0 -1
- package/dist/components/Employee/Compensation/compensationStateMachine.js.map +0 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.d.ts +0 -15
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.js +0 -27
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.js.map +0 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.d.ts +0 -13
- package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.js +0 -26
- package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.js.map +0 -1
- package/dist/components/Employee/Deductions/Actions.d.ts +0 -1
- package/dist/components/Employee/Deductions/DeductionsComponents.js +0 -31
- package/dist/components/Employee/Deductions/DeductionsComponents.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.d.ts +0 -39
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +0 -237
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +0 -22
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +0 -162
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +0 -34
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +0 -168
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +0 -1
- package/dist/components/Employee/Deductions/Head.d.ts +0 -1
- package/dist/components/Employee/Deductions/useDeductions.d.ts +0 -30
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +0 -24
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/countries.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +0 -1
- package/dist/components/Employee/DocumentSigner/stateMachine.js.map +0 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocuments.js.map +0 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +0 -115
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/Actions.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/Actions.js +0 -20
- package/dist/components/Employee/PaymentMethod/Actions.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/BankAccount.d.ts +0 -13
- package/dist/components/Employee/PaymentMethod/BankAccount.js +0 -13
- package/dist/components/Employee/PaymentMethod/BankAccount.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +0 -58
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +0 -51
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/Head.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/Head.js +0 -13
- package/dist/components/Employee/PaymentMethod/Head.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/PaymentMethod.d.ts +0 -9
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js +0 -183
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.d.ts +0 -10
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +0 -38
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/Split.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/Split.js +0 -175
- package/dist/components/Employee/PaymentMethod/Split.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.d.ts +0 -54
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +0 -68
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +0 -1
- /package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/JobsListPresentation.d.ts +0 -0
- /package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/index.d.ts +0 -0
- /package/dist/components/Employee/Compensation/{compensationStateMachine.d.ts → onboarding/compensationStateMachine.d.ts} +0 -0
- /package/dist/components/Employee/{DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.test.d.ts → Compensation/shared/derivePrimaryFlsaStatus.test.d.ts} +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Actions.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Head.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/List.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/useDocumentList.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilityPresentation.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilitySchema.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilitySchema.js +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/countries.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/countries.js +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/index.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.module.scss.js +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.module.scss.js.map +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/index.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/stateMachine.d.ts +0 -0
- /package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/EmployeeDocumentsPresentation.d.ts +0 -0
- /package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/index.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/fields.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/fields.js +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/index.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/signEmployeeFormSchema.js +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +0 -0
- /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/useSignEmployeeForm.js +0 -0
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"method": "GET",
|
|
74
74
|
"path": "/v1/companies/:companyUuid/signatories"
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
"method": "POST",
|
|
78
|
-
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
79
|
-
},
|
|
80
76
|
{
|
|
81
77
|
"method": "DELETE",
|
|
82
78
|
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"method": "POST",
|
|
82
|
+
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
85
|
"variables": [
|
|
@@ -145,13 +145,9 @@
|
|
|
145
145
|
},
|
|
146
146
|
"Company.Locations": {
|
|
147
147
|
"endpoints": [
|
|
148
|
-
{
|
|
149
|
-
"method": "PUT",
|
|
150
|
-
"path": "/v1/locations/:locationId"
|
|
151
|
-
},
|
|
152
148
|
{
|
|
153
149
|
"method": "GET",
|
|
154
|
-
"path": "/v1/locations
|
|
150
|
+
"path": "/v1/companies/:companyId/locations"
|
|
155
151
|
},
|
|
156
152
|
{
|
|
157
153
|
"method": "POST",
|
|
@@ -159,7 +155,11 @@
|
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"method": "GET",
|
|
162
|
-
"path": "/v1/
|
|
158
|
+
"path": "/v1/locations/:locationId"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"method": "PUT",
|
|
162
|
+
"path": "/v1/locations/:locationId"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
165
|
"variables": [
|
|
@@ -170,16 +170,16 @@
|
|
|
170
170
|
"Company.LocationForm": {
|
|
171
171
|
"endpoints": [
|
|
172
172
|
{
|
|
173
|
-
"method": "
|
|
174
|
-
"path": "/v1/locations
|
|
173
|
+
"method": "POST",
|
|
174
|
+
"path": "/v1/companies/:companyId/locations"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"method": "GET",
|
|
178
178
|
"path": "/v1/locations/:locationId"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
|
-
"method": "
|
|
182
|
-
"path": "/v1/
|
|
181
|
+
"method": "PUT",
|
|
182
|
+
"path": "/v1/locations/:locationId"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
185
|
"variables": [
|
|
@@ -194,21 +194,21 @@
|
|
|
194
194
|
"path": "/v1/companies/:companyId/pay_schedules"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"method": "
|
|
198
|
-
"path": "/v1/companies/:companyId/pay_schedules
|
|
197
|
+
"method": "POST",
|
|
198
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"method": "GET",
|
|
202
|
-
"path": "/v1/companies/:companyId/pay_schedules
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"method": "POST",
|
|
206
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
202
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"method": "PUT",
|
|
210
206
|
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
211
207
|
},
|
|
208
|
+
{
|
|
209
|
+
"method": "GET",
|
|
210
|
+
"path": "/v1/companies/:companyId/pay_schedules/preview"
|
|
211
|
+
},
|
|
212
212
|
{
|
|
213
213
|
"method": "GET",
|
|
214
214
|
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
@@ -223,11 +223,11 @@
|
|
|
223
223
|
"Company.FederalTaxes": {
|
|
224
224
|
"endpoints": [
|
|
225
225
|
{
|
|
226
|
-
"method": "
|
|
226
|
+
"method": "GET",
|
|
227
227
|
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
"method": "
|
|
230
|
+
"method": "PUT",
|
|
231
231
|
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
232
232
|
}
|
|
233
233
|
],
|
|
@@ -269,11 +269,11 @@
|
|
|
269
269
|
"Company.StateTaxesForm": {
|
|
270
270
|
"endpoints": [
|
|
271
271
|
{
|
|
272
|
-
"method": "
|
|
272
|
+
"method": "GET",
|
|
273
273
|
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
"method": "
|
|
276
|
+
"method": "PUT",
|
|
277
277
|
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
278
278
|
}
|
|
279
279
|
],
|
|
@@ -285,16 +285,16 @@
|
|
|
285
285
|
"Company.StateTaxes": {
|
|
286
286
|
"endpoints": [
|
|
287
287
|
{
|
|
288
|
-
"method": "
|
|
289
|
-
"path": "/v1/companies/:companyUuid/tax_requirements
|
|
288
|
+
"method": "GET",
|
|
289
|
+
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
"method": "GET",
|
|
293
293
|
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
"method": "
|
|
297
|
-
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
296
|
+
"method": "PUT",
|
|
297
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
300
|
"variables": [
|
|
@@ -304,10 +304,6 @@
|
|
|
304
304
|
},
|
|
305
305
|
"Contractor.PaymentMethod": {
|
|
306
306
|
"endpoints": [
|
|
307
|
-
{
|
|
308
|
-
"method": "GET",
|
|
309
|
-
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
310
|
-
},
|
|
311
307
|
{
|
|
312
308
|
"method": "GET",
|
|
313
309
|
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
@@ -316,6 +312,10 @@
|
|
|
316
312
|
"method": "POST",
|
|
317
313
|
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
318
314
|
},
|
|
315
|
+
{
|
|
316
|
+
"method": "GET",
|
|
317
|
+
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
318
|
+
},
|
|
319
319
|
{
|
|
320
320
|
"method": "PUT",
|
|
321
321
|
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
@@ -346,13 +346,13 @@
|
|
|
346
346
|
},
|
|
347
347
|
"Contractor.ContractorList": {
|
|
348
348
|
"endpoints": [
|
|
349
|
-
{
|
|
350
|
-
"method": "DELETE",
|
|
351
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
352
|
-
},
|
|
353
349
|
{
|
|
354
350
|
"method": "GET",
|
|
355
351
|
"path": "/v1/companies/:companyUuid/contractors"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"method": "DELETE",
|
|
355
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
358
|
"variables": [
|
|
@@ -378,16 +378,16 @@
|
|
|
378
378
|
"Contractor.ContractorSubmit": {
|
|
379
379
|
"endpoints": [
|
|
380
380
|
{
|
|
381
|
-
"method": "
|
|
382
|
-
"path": "/v1/contractors/:contractorUuid
|
|
381
|
+
"method": "GET",
|
|
382
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"method": "GET",
|
|
386
386
|
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
|
-
"method": "
|
|
390
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
389
|
+
"method": "PUT",
|
|
390
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
391
391
|
}
|
|
392
392
|
],
|
|
393
393
|
"variables": [
|
|
@@ -396,14 +396,14 @@
|
|
|
396
396
|
},
|
|
397
397
|
"Contractor.ContractorProfile": {
|
|
398
398
|
"endpoints": [
|
|
399
|
-
{
|
|
400
|
-
"method": "GET",
|
|
401
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
402
|
-
},
|
|
403
399
|
{
|
|
404
400
|
"method": "POST",
|
|
405
401
|
"path": "/v1/companies/:companyUuid/contractors"
|
|
406
402
|
},
|
|
403
|
+
{
|
|
404
|
+
"method": "GET",
|
|
405
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
406
|
+
},
|
|
407
407
|
{
|
|
408
408
|
"method": "PUT",
|
|
409
409
|
"path": "/v1/contractors/:contractorUuid"
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"endpoints": [
|
|
435
435
|
{
|
|
436
436
|
"method": "GET",
|
|
437
|
-
"path": "/v1/companies/:
|
|
437
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
"method": "POST",
|
|
@@ -446,7 +446,11 @@
|
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
"method": "GET",
|
|
449
|
-
"path": "/v1/companies/:
|
|
449
|
+
"path": "/v1/companies/:companyUuid/contractors"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"method": "GET",
|
|
453
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
450
454
|
}
|
|
451
455
|
],
|
|
452
456
|
"variables": [
|
|
@@ -457,16 +461,16 @@
|
|
|
457
461
|
"Contractor.PaymentHistory": {
|
|
458
462
|
"endpoints": [
|
|
459
463
|
{
|
|
460
|
-
"method": "
|
|
461
|
-
"path": "/v1/
|
|
464
|
+
"method": "DELETE",
|
|
465
|
+
"path": "/v1/companies/:companyId/contractor_payments/:contractorPaymentId"
|
|
462
466
|
},
|
|
463
467
|
{
|
|
464
468
|
"method": "GET",
|
|
465
469
|
"path": "/v1/companies/:companyUuid/contractors"
|
|
466
470
|
},
|
|
467
471
|
{
|
|
468
|
-
"method": "
|
|
469
|
-
"path": "/v1/
|
|
472
|
+
"method": "GET",
|
|
473
|
+
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
470
474
|
}
|
|
471
475
|
],
|
|
472
476
|
"variables": [
|
|
@@ -480,7 +484,7 @@
|
|
|
480
484
|
"endpoints": [
|
|
481
485
|
{
|
|
482
486
|
"method": "GET",
|
|
483
|
-
"path": "/v1/
|
|
487
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
484
488
|
},
|
|
485
489
|
{
|
|
486
490
|
"method": "GET",
|
|
@@ -488,7 +492,7 @@
|
|
|
488
492
|
},
|
|
489
493
|
{
|
|
490
494
|
"method": "GET",
|
|
491
|
-
"path": "/v1/
|
|
495
|
+
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
492
496
|
}
|
|
493
497
|
],
|
|
494
498
|
"variables": [
|
|
@@ -501,11 +505,11 @@
|
|
|
501
505
|
"endpoints": [
|
|
502
506
|
{
|
|
503
507
|
"method": "GET",
|
|
504
|
-
"path": "/v1/
|
|
508
|
+
"path": "/v1/companies/:companyUuid/contractors"
|
|
505
509
|
},
|
|
506
510
|
{
|
|
507
511
|
"method": "GET",
|
|
508
|
-
"path": "/v1/
|
|
512
|
+
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
509
513
|
},
|
|
510
514
|
{
|
|
511
515
|
"method": "GET",
|
|
@@ -580,53 +584,53 @@
|
|
|
580
584
|
"Employee.Profile": {
|
|
581
585
|
"endpoints": [
|
|
582
586
|
{
|
|
583
|
-
"method": "
|
|
584
|
-
"path": "/v1/
|
|
587
|
+
"method": "POST",
|
|
588
|
+
"path": "/v1/companies/:companyId/employees"
|
|
585
589
|
},
|
|
586
590
|
{
|
|
587
591
|
"method": "GET",
|
|
588
|
-
"path": "/v1/
|
|
592
|
+
"path": "/v1/companies/:companyId/locations"
|
|
589
593
|
},
|
|
590
594
|
{
|
|
591
|
-
"method": "
|
|
592
|
-
"path": "/v1/
|
|
595
|
+
"method": "GET",
|
|
596
|
+
"path": "/v1/employees/:employeeId"
|
|
593
597
|
},
|
|
594
598
|
{
|
|
595
599
|
"method": "PUT",
|
|
596
600
|
"path": "/v1/employees/:employeeId"
|
|
597
601
|
},
|
|
598
602
|
{
|
|
599
|
-
"method": "
|
|
600
|
-
"path": "/v1/employees/:employeeId/
|
|
603
|
+
"method": "GET",
|
|
604
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
601
605
|
},
|
|
602
606
|
{
|
|
603
|
-
"method": "
|
|
607
|
+
"method": "POST",
|
|
604
608
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
605
609
|
},
|
|
610
|
+
{
|
|
611
|
+
"method": "PUT",
|
|
612
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
613
|
+
},
|
|
606
614
|
{
|
|
607
615
|
"method": "GET",
|
|
608
|
-
"path": "/v1/
|
|
616
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
609
617
|
},
|
|
610
618
|
{
|
|
611
619
|
"method": "POST",
|
|
612
|
-
"path": "/v1/employees/:employeeId/
|
|
620
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
613
621
|
},
|
|
614
622
|
{
|
|
615
|
-
"method": "
|
|
623
|
+
"method": "GET",
|
|
616
624
|
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
617
625
|
},
|
|
618
626
|
{
|
|
619
|
-
"method": "
|
|
620
|
-
"path": "/v1/
|
|
627
|
+
"method": "PUT",
|
|
628
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
621
629
|
},
|
|
622
630
|
{
|
|
623
631
|
"method": "GET",
|
|
624
632
|
"path": "/v1/work_addresses/:workAddressUuid"
|
|
625
633
|
},
|
|
626
|
-
{
|
|
627
|
-
"method": "POST",
|
|
628
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
629
|
-
},
|
|
630
634
|
{
|
|
631
635
|
"method": "PUT",
|
|
632
636
|
"path": "/v1/work_addresses/:workAddressUuid"
|
|
@@ -643,15 +647,7 @@
|
|
|
643
647
|
"endpoints": [
|
|
644
648
|
{
|
|
645
649
|
"method": "GET",
|
|
646
|
-
"path": "/v1/
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"method": "POST",
|
|
650
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"method": "PUT",
|
|
654
|
-
"path": "/v1/jobs/:jobId"
|
|
650
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
655
651
|
},
|
|
656
652
|
{
|
|
657
653
|
"method": "PUT",
|
|
@@ -659,19 +655,23 @@
|
|
|
659
655
|
},
|
|
660
656
|
{
|
|
661
657
|
"method": "GET",
|
|
662
|
-
"path": "/v1/employees/:employeeId
|
|
658
|
+
"path": "/v1/employees/:employeeId"
|
|
663
659
|
},
|
|
664
660
|
{
|
|
665
661
|
"method": "GET",
|
|
666
|
-
"path": "/v1/employees/:employeeId"
|
|
662
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
667
663
|
},
|
|
668
664
|
{
|
|
669
|
-
"method": "
|
|
670
|
-
"path": "/v1/
|
|
665
|
+
"method": "POST",
|
|
666
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
671
667
|
},
|
|
672
668
|
{
|
|
673
669
|
"method": "GET",
|
|
674
|
-
"path": "/v1/
|
|
670
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"method": "PUT",
|
|
674
|
+
"path": "/v1/jobs/:jobId"
|
|
675
675
|
},
|
|
676
676
|
{
|
|
677
677
|
"method": "DELETE",
|
|
@@ -680,6 +680,10 @@
|
|
|
680
680
|
{
|
|
681
681
|
"method": "POST",
|
|
682
682
|
"path": "/v1/jobs/:jobId/compensations"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"method": "GET",
|
|
686
|
+
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
683
687
|
}
|
|
684
688
|
],
|
|
685
689
|
"variables": [
|
|
@@ -722,6 +726,10 @@
|
|
|
722
726
|
},
|
|
723
727
|
"Employee.PaymentMethod": {
|
|
724
728
|
"endpoints": [
|
|
729
|
+
{
|
|
730
|
+
"method": "GET",
|
|
731
|
+
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
732
|
+
},
|
|
725
733
|
{
|
|
726
734
|
"method": "POST",
|
|
727
735
|
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
@@ -730,18 +738,10 @@
|
|
|
730
738
|
"method": "DELETE",
|
|
731
739
|
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
732
740
|
},
|
|
733
|
-
{
|
|
734
|
-
"method": "GET",
|
|
735
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
736
|
-
},
|
|
737
741
|
{
|
|
738
742
|
"method": "GET",
|
|
739
743
|
"path": "/v1/employees/:employeeId/payment_method"
|
|
740
744
|
},
|
|
741
|
-
{
|
|
742
|
-
"method": "PUT",
|
|
743
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
744
|
-
},
|
|
745
745
|
{
|
|
746
746
|
"method": "PUT",
|
|
747
747
|
"path": "/v1/employees/:employeeId/payment_method"
|
|
@@ -756,11 +756,11 @@
|
|
|
756
756
|
"endpoints": [
|
|
757
757
|
{
|
|
758
758
|
"method": "GET",
|
|
759
|
-
"path": "/v1/
|
|
759
|
+
"path": "/v1/companies/:companyId"
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
762
|
"method": "GET",
|
|
763
|
-
"path": "/v1/
|
|
763
|
+
"path": "/v1/employees/:employeeId"
|
|
764
764
|
}
|
|
765
765
|
],
|
|
766
766
|
"variables": [
|
|
@@ -770,21 +770,13 @@
|
|
|
770
770
|
},
|
|
771
771
|
"Employee.DocumentSigner": {
|
|
772
772
|
"endpoints": [
|
|
773
|
-
{
|
|
774
|
-
"method": "GET",
|
|
775
|
-
"path": "/v1/employees/:employeeId/forms"
|
|
776
|
-
},
|
|
777
773
|
{
|
|
778
774
|
"method": "GET",
|
|
779
775
|
"path": "/v1/employees/:employeeId"
|
|
780
776
|
},
|
|
781
777
|
{
|
|
782
778
|
"method": "GET",
|
|
783
|
-
"path": "/v1/employees/:employeeId/
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"method": "PUT",
|
|
787
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
779
|
+
"path": "/v1/employees/:employeeId/forms"
|
|
788
780
|
},
|
|
789
781
|
{
|
|
790
782
|
"method": "GET",
|
|
@@ -797,6 +789,14 @@
|
|
|
797
789
|
{
|
|
798
790
|
"method": "PUT",
|
|
799
791
|
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"method": "GET",
|
|
795
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"method": "PUT",
|
|
799
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
800
800
|
}
|
|
801
801
|
],
|
|
802
802
|
"variables": [
|
|
@@ -822,64 +822,67 @@
|
|
|
822
822
|
"Employee.DashboardFlow": {
|
|
823
823
|
"endpoints": [
|
|
824
824
|
{
|
|
825
|
-
"method": "
|
|
826
|
-
"path": "/v1/
|
|
825
|
+
"method": "DELETE",
|
|
826
|
+
"path": "/v1/compensations/:compensationId"
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
829
|
"method": "GET",
|
|
830
|
-
"path": "/v1/employees/:employeeId
|
|
830
|
+
"path": "/v1/employees/:employeeId"
|
|
831
831
|
},
|
|
832
832
|
{
|
|
833
833
|
"method": "GET",
|
|
834
|
-
"path": "/v1/employees/:employeeId/
|
|
834
|
+
"path": "/v1/employees/:employeeId/forms"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
837
|
"method": "GET",
|
|
838
|
-
"path": "/v1/employees/:employeeId/
|
|
838
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
839
839
|
},
|
|
840
840
|
{
|
|
841
841
|
"method": "GET",
|
|
842
|
-
"path": "/v1/employees/:employeeId/
|
|
842
|
+
"path": "/v1/employees/:employeeId/pay_stubs"
|
|
843
843
|
},
|
|
844
844
|
{
|
|
845
845
|
"method": "GET",
|
|
846
|
-
"path": "/v1/employees/:employeeId/
|
|
846
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
849
|
"method": "GET",
|
|
850
|
-
"path": "/v1/employees/:
|
|
850
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
851
851
|
},
|
|
852
852
|
{
|
|
853
853
|
"method": "GET",
|
|
854
|
-
"path": "/v1/employees/:
|
|
854
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
|
-
"method": "
|
|
858
|
-
"path": "/v1/
|
|
857
|
+
"method": "DELETE",
|
|
858
|
+
"path": "/v1/jobs/:jobId"
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
861
|
"method": "GET",
|
|
862
|
-
"path": "/v1/employees/:
|
|
862
|
+
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
863
863
|
}
|
|
864
864
|
],
|
|
865
865
|
"variables": [
|
|
866
|
+
"compensationId",
|
|
866
867
|
"employeeId",
|
|
867
|
-
"employeeUuid"
|
|
868
|
+
"employeeUuid",
|
|
869
|
+
"jobId",
|
|
870
|
+
"payrollId"
|
|
868
871
|
]
|
|
869
872
|
},
|
|
870
873
|
"Employee.HomeAddress": {
|
|
871
874
|
"endpoints": [
|
|
872
875
|
{
|
|
873
|
-
"method": "
|
|
874
|
-
"path": "/v1/
|
|
876
|
+
"method": "GET",
|
|
877
|
+
"path": "/v1/employees/:employeeId"
|
|
875
878
|
},
|
|
876
879
|
{
|
|
877
880
|
"method": "GET",
|
|
878
881
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
879
882
|
},
|
|
880
883
|
{
|
|
881
|
-
"method": "
|
|
882
|
-
"path": "/v1/
|
|
884
|
+
"method": "DELETE",
|
|
885
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
883
886
|
}
|
|
884
887
|
],
|
|
885
888
|
"variables": [
|
|
@@ -906,31 +909,31 @@
|
|
|
906
909
|
"endpoints": [
|
|
907
910
|
{
|
|
908
911
|
"method": "GET",
|
|
909
|
-
"path": "/v1/
|
|
912
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
910
913
|
},
|
|
911
914
|
{
|
|
912
915
|
"method": "GET",
|
|
913
|
-
"path": "/v1/
|
|
916
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
914
917
|
},
|
|
915
918
|
{
|
|
916
919
|
"method": "POST",
|
|
917
|
-
"path": "/v1/
|
|
920
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
918
921
|
},
|
|
919
922
|
{
|
|
920
|
-
"method": "
|
|
921
|
-
"path": "/v1/
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"method": "POST",
|
|
925
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
923
|
+
"method": "GET",
|
|
924
|
+
"path": "/v1/employees/:employeeId"
|
|
926
925
|
},
|
|
927
926
|
{
|
|
928
927
|
"method": "GET",
|
|
929
|
-
"path": "/v1/
|
|
928
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
930
929
|
},
|
|
931
930
|
{
|
|
932
|
-
"method": "
|
|
933
|
-
"path": "/v1/
|
|
931
|
+
"method": "POST",
|
|
932
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"method": "PUT",
|
|
936
|
+
"path": "/v1/terminations/:employeeId"
|
|
934
937
|
}
|
|
935
938
|
],
|
|
936
939
|
"variables": [
|
|
@@ -940,6 +943,10 @@
|
|
|
940
943
|
},
|
|
941
944
|
"Employee.TerminationSummary": {
|
|
942
945
|
"endpoints": [
|
|
946
|
+
{
|
|
947
|
+
"method": "GET",
|
|
948
|
+
"path": "/v1/companies/:companyId/employees"
|
|
949
|
+
},
|
|
943
950
|
{
|
|
944
951
|
"method": "GET",
|
|
945
952
|
"path": "/v1/employees/:employeeId"
|
|
@@ -951,10 +958,6 @@
|
|
|
951
958
|
{
|
|
952
959
|
"method": "DELETE",
|
|
953
960
|
"path": "/v1/employees/:employeeId/terminations"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"method": "GET",
|
|
957
|
-
"path": "/v1/companies/:companyId/employees"
|
|
958
961
|
}
|
|
959
962
|
],
|
|
960
963
|
"variables": [
|
|
@@ -965,16 +968,16 @@
|
|
|
965
968
|
"Employee.WorkAddress": {
|
|
966
969
|
"endpoints": [
|
|
967
970
|
{
|
|
968
|
-
"method": "
|
|
969
|
-
"path": "/v1/
|
|
971
|
+
"method": "GET",
|
|
972
|
+
"path": "/v1/employees/:employeeId"
|
|
970
973
|
},
|
|
971
974
|
{
|
|
972
975
|
"method": "GET",
|
|
973
976
|
"path": "/v1/employees/:employeeId/work_addresses"
|
|
974
977
|
},
|
|
975
978
|
{
|
|
976
|
-
"method": "
|
|
977
|
-
"path": "/v1/
|
|
979
|
+
"method": "DELETE",
|
|
980
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
978
981
|
}
|
|
979
982
|
],
|
|
980
983
|
"variables": [
|
|
@@ -1052,39 +1055,39 @@
|
|
|
1052
1055
|
"endpoints": [
|
|
1053
1056
|
{
|
|
1054
1057
|
"method": "GET",
|
|
1055
|
-
"path": "/v1/companies/:companyId/
|
|
1058
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1056
1059
|
},
|
|
1057
1060
|
{
|
|
1058
|
-
"method": "
|
|
1059
|
-
"path": "/v1/companies/:companyId/
|
|
1061
|
+
"method": "GET",
|
|
1062
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
1060
1063
|
},
|
|
1061
1064
|
{
|
|
1062
|
-
"method": "
|
|
1063
|
-
"path": "/v1/payrolls/:
|
|
1065
|
+
"method": "GET",
|
|
1066
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1064
1067
|
},
|
|
1065
1068
|
{
|
|
1066
|
-
"method": "
|
|
1067
|
-
"path": "/v1/companies/:
|
|
1069
|
+
"method": "PUT",
|
|
1070
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1068
1071
|
},
|
|
1069
1072
|
{
|
|
1070
1073
|
"method": "PUT",
|
|
1071
1074
|
"path": "/v1/companies/:companyId/payrolls/:payrollId/calculate"
|
|
1072
1075
|
},
|
|
1073
1076
|
{
|
|
1074
|
-
"method": "
|
|
1075
|
-
"path": "/v1/companies/:companyId/
|
|
1077
|
+
"method": "PUT",
|
|
1078
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
1076
1079
|
},
|
|
1077
1080
|
{
|
|
1078
1081
|
"method": "GET",
|
|
1079
|
-
"path": "/v1/companies/:
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"method": "PUT",
|
|
1083
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
1082
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
1084
1083
|
},
|
|
1085
1084
|
{
|
|
1086
1085
|
"method": "GET",
|
|
1087
1086
|
"path": "/v1/employees/:employeeId"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"method": "POST",
|
|
1090
|
+
"path": "/v1/payrolls/:payrollUuid/gross_up"
|
|
1088
1091
|
}
|
|
1089
1092
|
],
|
|
1090
1093
|
"variables": [
|
|
@@ -1100,20 +1103,29 @@
|
|
|
1100
1103
|
"endpoints": [
|
|
1101
1104
|
{
|
|
1102
1105
|
"method": "GET",
|
|
1103
|
-
"path": "/v1/
|
|
1106
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
1104
1107
|
},
|
|
1105
1108
|
{
|
|
1106
|
-
"method": "
|
|
1107
|
-
"path": "/v1/
|
|
1109
|
+
"method": "PUT",
|
|
1110
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1108
1111
|
},
|
|
1109
1112
|
{
|
|
1110
1113
|
"method": "PUT",
|
|
1111
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1114
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"method": "GET",
|
|
1118
|
+
"path": "/v1/employees/:employeeId"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"method": "GET",
|
|
1122
|
+
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
1112
1123
|
}
|
|
1113
1124
|
],
|
|
1114
1125
|
"variables": [
|
|
1115
1126
|
"companyId",
|
|
1116
1127
|
"employeeId",
|
|
1128
|
+
"payScheduleId",
|
|
1117
1129
|
"payrollId"
|
|
1118
1130
|
]
|
|
1119
1131
|
},
|
|
@@ -1142,30 +1154,39 @@
|
|
|
1142
1154
|
"endpoints": [
|
|
1143
1155
|
{
|
|
1144
1156
|
"method": "GET",
|
|
1145
|
-
"path": "/v1/companies/:
|
|
1157
|
+
"path": "/v1/companies/:companyId/pay_periods"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"method": "GET",
|
|
1161
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1146
1162
|
},
|
|
1147
1163
|
{
|
|
1148
1164
|
"method": "GET",
|
|
1149
1165
|
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"method": "POST",
|
|
1169
|
+
"path": "/v1/companies/:companyUuid/payrolls/skip"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"method": "GET",
|
|
1173
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1150
1174
|
}
|
|
1151
1175
|
],
|
|
1152
1176
|
"variables": [
|
|
1177
|
+
"companyId",
|
|
1153
1178
|
"companyUuid"
|
|
1154
1179
|
]
|
|
1155
1180
|
},
|
|
1156
1181
|
"Payroll.PayrollList": {
|
|
1157
1182
|
"endpoints": [
|
|
1158
|
-
{
|
|
1159
|
-
"method": "GET",
|
|
1160
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
1161
|
-
},
|
|
1162
1183
|
{
|
|
1163
1184
|
"method": "GET",
|
|
1164
1185
|
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1165
1186
|
},
|
|
1166
1187
|
{
|
|
1167
|
-
"method": "
|
|
1168
|
-
"path": "/v1/companies/:
|
|
1188
|
+
"method": "GET",
|
|
1189
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1169
1190
|
},
|
|
1170
1191
|
{
|
|
1171
1192
|
"method": "DELETE",
|
|
@@ -1175,6 +1196,10 @@
|
|
|
1175
1196
|
"method": "GET",
|
|
1176
1197
|
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
1177
1198
|
},
|
|
1199
|
+
{
|
|
1200
|
+
"method": "POST",
|
|
1201
|
+
"path": "/v1/companies/:companyUuid/payrolls/skip"
|
|
1202
|
+
},
|
|
1178
1203
|
{
|
|
1179
1204
|
"method": "GET",
|
|
1180
1205
|
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
@@ -1189,36 +1214,41 @@
|
|
|
1189
1214
|
"Payroll.PayrollOverview": {
|
|
1190
1215
|
"endpoints": [
|
|
1191
1216
|
{
|
|
1192
|
-
"method": "
|
|
1193
|
-
"path": "/v1/companies/:companyId/
|
|
1217
|
+
"method": "GET",
|
|
1218
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1194
1219
|
},
|
|
1195
1220
|
{
|
|
1196
|
-
"method": "
|
|
1197
|
-
"path": "/v1/companies/:companyId/
|
|
1221
|
+
"method": "GET",
|
|
1222
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1198
1223
|
},
|
|
1199
1224
|
{
|
|
1200
1225
|
"method": "GET",
|
|
1201
1226
|
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1202
1227
|
},
|
|
1203
1228
|
{
|
|
1204
|
-
"method": "
|
|
1205
|
-
"path": "/v1/companies/:companyId/
|
|
1229
|
+
"method": "PUT",
|
|
1230
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel"
|
|
1206
1231
|
},
|
|
1207
1232
|
{
|
|
1208
|
-
"method": "
|
|
1209
|
-
"path": "/v1/companies/:companyId/
|
|
1233
|
+
"method": "PUT",
|
|
1234
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit"
|
|
1210
1235
|
},
|
|
1211
1236
|
{
|
|
1212
1237
|
"method": "GET",
|
|
1213
|
-
"path": "/v1/
|
|
1238
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
1214
1239
|
},
|
|
1215
1240
|
{
|
|
1216
1241
|
"method": "GET",
|
|
1217
1242
|
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"method": "GET",
|
|
1246
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1218
1247
|
}
|
|
1219
1248
|
],
|
|
1220
1249
|
"variables": [
|
|
1221
1250
|
"companyId",
|
|
1251
|
+
"companyUuid",
|
|
1222
1252
|
"employeeId",
|
|
1223
1253
|
"payrollId",
|
|
1224
1254
|
"wireInRequestUuid"
|
|
@@ -1228,11 +1258,11 @@
|
|
|
1228
1258
|
"endpoints": [
|
|
1229
1259
|
{
|
|
1230
1260
|
"method": "GET",
|
|
1231
|
-
"path": "/v1/companies/:companyId/payrolls
|
|
1261
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1232
1262
|
},
|
|
1233
1263
|
{
|
|
1234
1264
|
"method": "GET",
|
|
1235
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
1265
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1236
1266
|
}
|
|
1237
1267
|
],
|
|
1238
1268
|
"variables": [
|
|
@@ -1255,18 +1285,18 @@
|
|
|
1255
1285
|
"endpoints": [
|
|
1256
1286
|
{
|
|
1257
1287
|
"method": "GET",
|
|
1258
|
-
"path": "/v1/companies/:
|
|
1288
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1259
1289
|
},
|
|
1260
1290
|
{
|
|
1261
1291
|
"method": "GET",
|
|
1262
|
-
"path": "/v1/companies/:
|
|
1292
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
1263
1293
|
},
|
|
1264
1294
|
{
|
|
1265
|
-
"method": "
|
|
1295
|
+
"method": "GET",
|
|
1266
1296
|
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1267
1297
|
},
|
|
1268
1298
|
{
|
|
1269
|
-
"method": "
|
|
1299
|
+
"method": "PUT",
|
|
1270
1300
|
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
1271
1301
|
}
|
|
1272
1302
|
],
|
|
@@ -1280,15 +1310,15 @@
|
|
|
1280
1310
|
"endpoints": [
|
|
1281
1311
|
{
|
|
1282
1312
|
"method": "GET",
|
|
1283
|
-
"path": "/v1/companies/:companyUuid/
|
|
1313
|
+
"path": "/v1/companies/:companyUuid/information_requests"
|
|
1284
1314
|
},
|
|
1285
1315
|
{
|
|
1286
1316
|
"method": "GET",
|
|
1287
|
-
"path": "/v1/companies/:companyUuid/
|
|
1317
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
1288
1318
|
},
|
|
1289
1319
|
{
|
|
1290
1320
|
"method": "GET",
|
|
1291
|
-
"path": "/v1/companies/:companyUuid/
|
|
1321
|
+
"path": "/v1/companies/:companyUuid/recovery_cases"
|
|
1292
1322
|
}
|
|
1293
1323
|
],
|
|
1294
1324
|
"variables": [
|
|
@@ -1313,17 +1343,22 @@
|
|
|
1313
1343
|
},
|
|
1314
1344
|
"Payroll.OffCycleCreation": {
|
|
1315
1345
|
"endpoints": [
|
|
1346
|
+
{
|
|
1347
|
+
"method": "GET",
|
|
1348
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1349
|
+
},
|
|
1316
1350
|
{
|
|
1317
1351
|
"method": "POST",
|
|
1318
1352
|
"path": "/v1/companies/:companyId/payrolls"
|
|
1319
1353
|
},
|
|
1320
1354
|
{
|
|
1321
1355
|
"method": "GET",
|
|
1322
|
-
"path": "/v1/companies/:
|
|
1356
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
1323
1357
|
}
|
|
1324
1358
|
],
|
|
1325
1359
|
"variables": [
|
|
1326
|
-
"companyId"
|
|
1360
|
+
"companyId",
|
|
1361
|
+
"companyUuid"
|
|
1327
1362
|
]
|
|
1328
1363
|
},
|
|
1329
1364
|
"Payroll.OffCycleFlow": {
|
|
@@ -1340,10 +1375,6 @@
|
|
|
1340
1375
|
},
|
|
1341
1376
|
"Payroll.DismissalFlow": {
|
|
1342
1377
|
"endpoints": [
|
|
1343
|
-
{
|
|
1344
|
-
"method": "GET",
|
|
1345
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1346
|
-
},
|
|
1347
1378
|
{
|
|
1348
1379
|
"method": "GET",
|
|
1349
1380
|
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
@@ -1351,6 +1382,10 @@
|
|
|
1351
1382
|
{
|
|
1352
1383
|
"method": "POST",
|
|
1353
1384
|
"path": "/v1/companies/:companyId/payrolls"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"method": "GET",
|
|
1388
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1354
1389
|
}
|
|
1355
1390
|
],
|
|
1356
1391
|
"variables": [
|
|
@@ -1372,39 +1407,36 @@
|
|
|
1372
1407
|
},
|
|
1373
1408
|
"Payroll.TransitionCreation": {
|
|
1374
1409
|
"endpoints": [
|
|
1410
|
+
{
|
|
1411
|
+
"method": "GET",
|
|
1412
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1413
|
+
},
|
|
1375
1414
|
{
|
|
1376
1415
|
"method": "POST",
|
|
1377
1416
|
"path": "/v1/companies/:companyId/payrolls"
|
|
1378
1417
|
},
|
|
1379
1418
|
{
|
|
1380
1419
|
"method": "GET",
|
|
1381
|
-
"path": "/v1/companies/:
|
|
1420
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
1382
1421
|
}
|
|
1383
1422
|
],
|
|
1384
1423
|
"variables": [
|
|
1385
|
-
"companyId"
|
|
1424
|
+
"companyId",
|
|
1425
|
+
"companyUuid"
|
|
1386
1426
|
]
|
|
1387
1427
|
},
|
|
1388
1428
|
"TimeOff.PolicyList": {
|
|
1389
1429
|
"endpoints": [
|
|
1390
|
-
{
|
|
1391
|
-
"method": "GET",
|
|
1392
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"method": "PUT",
|
|
1396
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1397
|
-
},
|
|
1398
1430
|
{
|
|
1399
1431
|
"method": "GET",
|
|
1400
1432
|
"path": "/v1/companies/:companyId/employees"
|
|
1401
1433
|
},
|
|
1402
1434
|
{
|
|
1403
|
-
"method": "
|
|
1435
|
+
"method": "GET",
|
|
1404
1436
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1405
1437
|
},
|
|
1406
1438
|
{
|
|
1407
|
-
"method": "
|
|
1439
|
+
"method": "DELETE",
|
|
1408
1440
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1409
1441
|
},
|
|
1410
1442
|
{
|
|
@@ -1414,10 +1446,30 @@
|
|
|
1414
1446
|
{
|
|
1415
1447
|
"method": "PUT",
|
|
1416
1448
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
1417
|
-
}
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"variables": [
|
|
1452
|
+
"companyId",
|
|
1453
|
+
"companyUuid",
|
|
1454
|
+
"timeOffPolicyUuid"
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
"TimeOff.PolicyTypeSelector": {
|
|
1458
|
+
"endpoints": [
|
|
1418
1459
|
{
|
|
1419
|
-
"method": "
|
|
1460
|
+
"method": "GET",
|
|
1420
1461
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1464
|
+
"variables": [
|
|
1465
|
+
"companyUuid"
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
"TimeOff.PolicyConfigurationForm": {
|
|
1469
|
+
"endpoints": [
|
|
1470
|
+
{
|
|
1471
|
+
"method": "POST",
|
|
1472
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1421
1473
|
},
|
|
1422
1474
|
{
|
|
1423
1475
|
"method": "GET",
|
|
@@ -1426,48 +1478,62 @@
|
|
|
1426
1478
|
{
|
|
1427
1479
|
"method": "PUT",
|
|
1428
1480
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1429
|
-
}
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"variables": [
|
|
1484
|
+
"companyUuid",
|
|
1485
|
+
"timeOffPolicyUuid"
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
|
+
"TimeOff.PolicySettings": {
|
|
1489
|
+
"endpoints": [
|
|
1430
1490
|
{
|
|
1431
|
-
"method": "
|
|
1432
|
-
"path": "/v1/
|
|
1491
|
+
"method": "GET",
|
|
1492
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1433
1493
|
},
|
|
1434
1494
|
{
|
|
1435
1495
|
"method": "PUT",
|
|
1436
|
-
"path": "/v1/
|
|
1496
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"variables": [
|
|
1500
|
+
"timeOffPolicyUuid"
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1503
|
+
"TimeOff.AddEmployeesToPolicy": {
|
|
1504
|
+
"endpoints": [
|
|
1505
|
+
{
|
|
1506
|
+
"method": "GET",
|
|
1507
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"method": "GET",
|
|
1511
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1437
1512
|
},
|
|
1438
1513
|
{
|
|
1439
1514
|
"method": "PUT",
|
|
1440
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid
|
|
1515
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1441
1516
|
},
|
|
1442
1517
|
{
|
|
1443
1518
|
"method": "PUT",
|
|
1444
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/
|
|
1519
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1445
1520
|
},
|
|
1446
1521
|
{
|
|
1447
1522
|
"method": "PUT",
|
|
1448
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/
|
|
1523
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1449
1524
|
}
|
|
1450
1525
|
],
|
|
1451
1526
|
"variables": [
|
|
1452
1527
|
"companyId",
|
|
1453
|
-
"companyUuid",
|
|
1454
1528
|
"timeOffPolicyUuid"
|
|
1455
1529
|
]
|
|
1456
1530
|
},
|
|
1457
|
-
"TimeOff.
|
|
1531
|
+
"TimeOff.HolidaySelectionForm": {
|
|
1458
1532
|
"endpoints": [
|
|
1459
1533
|
{
|
|
1460
1534
|
"method": "GET",
|
|
1461
1535
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1462
1536
|
},
|
|
1463
|
-
{
|
|
1464
|
-
"method": "PUT",
|
|
1465
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"method": "GET",
|
|
1469
|
-
"path": "/v1/companies/:companyId/employees"
|
|
1470
|
-
},
|
|
1471
1537
|
{
|
|
1472
1538
|
"method": "POST",
|
|
1473
1539
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
@@ -1475,30 +1541,21 @@
|
|
|
1475
1541
|
{
|
|
1476
1542
|
"method": "PUT",
|
|
1477
1543
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"method": "DELETE",
|
|
1489
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1490
|
-
},
|
|
1544
|
+
}
|
|
1545
|
+
],
|
|
1546
|
+
"variables": [
|
|
1547
|
+
"companyUuid"
|
|
1548
|
+
]
|
|
1549
|
+
},
|
|
1550
|
+
"TimeOff.AddEmployeesHoliday": {
|
|
1551
|
+
"endpoints": [
|
|
1491
1552
|
{
|
|
1492
1553
|
"method": "GET",
|
|
1493
|
-
"path": "/v1/
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"method": "PUT",
|
|
1497
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1554
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1498
1555
|
},
|
|
1499
1556
|
{
|
|
1500
|
-
"method": "
|
|
1501
|
-
"path": "/v1/companies/:companyUuid/
|
|
1557
|
+
"method": "GET",
|
|
1558
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1502
1559
|
},
|
|
1503
1560
|
{
|
|
1504
1561
|
"method": "PUT",
|
|
@@ -1506,45 +1563,60 @@
|
|
|
1506
1563
|
},
|
|
1507
1564
|
{
|
|
1508
1565
|
"method": "PUT",
|
|
1509
|
-
"path": "/v1/
|
|
1566
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"variables": [
|
|
1570
|
+
"companyId",
|
|
1571
|
+
"companyUuid"
|
|
1572
|
+
]
|
|
1573
|
+
},
|
|
1574
|
+
"TimeOff.ViewHolidayEmployees": {
|
|
1575
|
+
"endpoints": [
|
|
1576
|
+
{
|
|
1577
|
+
"method": "GET",
|
|
1578
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1510
1579
|
},
|
|
1511
1580
|
{
|
|
1512
|
-
"method": "
|
|
1513
|
-
"path": "/v1/
|
|
1581
|
+
"method": "GET",
|
|
1582
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1514
1583
|
},
|
|
1515
1584
|
{
|
|
1516
1585
|
"method": "PUT",
|
|
1517
|
-
"path": "/v1/
|
|
1586
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1518
1587
|
}
|
|
1519
1588
|
],
|
|
1520
1589
|
"variables": [
|
|
1521
1590
|
"companyId",
|
|
1522
|
-
"companyUuid"
|
|
1523
|
-
"timeOffPolicyUuid"
|
|
1591
|
+
"companyUuid"
|
|
1524
1592
|
]
|
|
1525
1593
|
},
|
|
1526
|
-
"TimeOff.
|
|
1594
|
+
"TimeOff.ViewHolidayPolicyDetails": {
|
|
1527
1595
|
"endpoints": [
|
|
1528
1596
|
{
|
|
1529
|
-
"method": "
|
|
1530
|
-
"path": "/v1/companies/:
|
|
1597
|
+
"method": "GET",
|
|
1598
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1531
1599
|
},
|
|
1532
1600
|
{
|
|
1533
|
-
"method": "
|
|
1534
|
-
"path": "/v1/
|
|
1601
|
+
"method": "GET",
|
|
1602
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1535
1603
|
},
|
|
1536
1604
|
{
|
|
1537
|
-
"method": "
|
|
1538
|
-
"path": "/v1/
|
|
1605
|
+
"method": "PUT",
|
|
1606
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1539
1607
|
}
|
|
1540
1608
|
],
|
|
1541
1609
|
"variables": [
|
|
1542
|
-
"
|
|
1543
|
-
"
|
|
1610
|
+
"companyId",
|
|
1611
|
+
"companyUuid"
|
|
1544
1612
|
]
|
|
1545
1613
|
},
|
|
1546
|
-
"TimeOff.
|
|
1614
|
+
"TimeOff.ViewHolidaySchedule": {
|
|
1547
1615
|
"endpoints": [
|
|
1616
|
+
{
|
|
1617
|
+
"method": "GET",
|
|
1618
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1619
|
+
},
|
|
1548
1620
|
{
|
|
1549
1621
|
"method": "GET",
|
|
1550
1622
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
@@ -1552,832 +1624,993 @@
|
|
|
1552
1624
|
{
|
|
1553
1625
|
"method": "PUT",
|
|
1554
1626
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1555
|
-
}
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"variables": [
|
|
1630
|
+
"companyId",
|
|
1631
|
+
"companyUuid"
|
|
1632
|
+
]
|
|
1633
|
+
},
|
|
1634
|
+
"TimeOff.TimeOffPolicyDetailPresentation": {
|
|
1635
|
+
"endpoints": [
|
|
1556
1636
|
{
|
|
1557
1637
|
"method": "GET",
|
|
1558
1638
|
"path": "/v1/companies/:companyId/employees"
|
|
1559
1639
|
},
|
|
1560
1640
|
{
|
|
1561
|
-
"method": "
|
|
1562
|
-
"path": "/v1/
|
|
1641
|
+
"method": "GET",
|
|
1642
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1563
1643
|
},
|
|
1564
1644
|
{
|
|
1565
1645
|
"method": "PUT",
|
|
1566
|
-
"path": "/v1/
|
|
1646
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1567
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"method": "PUT",
|
|
1650
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1651
|
+
}
|
|
1652
|
+
],
|
|
1653
|
+
"variables": [
|
|
1654
|
+
"companyId",
|
|
1655
|
+
"timeOffPolicyUuid"
|
|
1656
|
+
]
|
|
1657
|
+
},
|
|
1658
|
+
"EmployeeOnboarding.EmployeeList": {
|
|
1659
|
+
"endpoints": [
|
|
1568
1660
|
{
|
|
1569
1661
|
"method": "GET",
|
|
1570
|
-
"path": "/v1/companies/:
|
|
1662
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"method": "DELETE",
|
|
1666
|
+
"path": "/v1/employees/:employeeId"
|
|
1571
1667
|
},
|
|
1572
1668
|
{
|
|
1573
1669
|
"method": "PUT",
|
|
1574
|
-
"path": "/v1/
|
|
1670
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1671
|
+
}
|
|
1672
|
+
],
|
|
1673
|
+
"variables": [
|
|
1674
|
+
"companyId",
|
|
1675
|
+
"employeeId"
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
"EmployeeOnboarding.OnboardingSummary": {
|
|
1679
|
+
"endpoints": [
|
|
1680
|
+
{
|
|
1681
|
+
"method": "GET",
|
|
1682
|
+
"path": "/v1/employees/:employeeId"
|
|
1575
1683
|
},
|
|
1576
1684
|
{
|
|
1577
|
-
"method": "
|
|
1578
|
-
"path": "/v1/
|
|
1685
|
+
"method": "GET",
|
|
1686
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"variables": [
|
|
1690
|
+
"employeeId"
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
"EmployeeOnboarding.Landing": {
|
|
1694
|
+
"endpoints": [
|
|
1695
|
+
{
|
|
1696
|
+
"method": "GET",
|
|
1697
|
+
"path": "/v1/companies/:companyId"
|
|
1579
1698
|
},
|
|
1580
1699
|
{
|
|
1581
1700
|
"method": "GET",
|
|
1582
|
-
"path": "/v1/
|
|
1701
|
+
"path": "/v1/employees/:employeeId"
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"variables": [
|
|
1705
|
+
"companyId",
|
|
1706
|
+
"employeeId"
|
|
1707
|
+
]
|
|
1708
|
+
},
|
|
1709
|
+
"EmployeeOnboarding.DocumentSigner": {
|
|
1710
|
+
"endpoints": [
|
|
1711
|
+
{
|
|
1712
|
+
"method": "GET",
|
|
1713
|
+
"path": "/v1/employees/:employeeId"
|
|
1583
1714
|
},
|
|
1584
1715
|
{
|
|
1585
|
-
"method": "
|
|
1586
|
-
"path": "/v1/
|
|
1716
|
+
"method": "GET",
|
|
1717
|
+
"path": "/v1/employees/:employeeId/forms"
|
|
1587
1718
|
},
|
|
1588
1719
|
{
|
|
1589
|
-
"method": "
|
|
1590
|
-
"path": "/v1/
|
|
1720
|
+
"method": "GET",
|
|
1721
|
+
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
1591
1722
|
},
|
|
1592
1723
|
{
|
|
1593
|
-
"method": "
|
|
1594
|
-
"path": "/v1/
|
|
1724
|
+
"method": "GET",
|
|
1725
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
1595
1726
|
},
|
|
1596
1727
|
{
|
|
1597
1728
|
"method": "PUT",
|
|
1598
|
-
"path": "/v1/
|
|
1729
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
1599
1730
|
},
|
|
1600
1731
|
{
|
|
1601
|
-
"method": "
|
|
1602
|
-
"path": "/v1/
|
|
1732
|
+
"method": "GET",
|
|
1733
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
1603
1734
|
},
|
|
1604
1735
|
{
|
|
1605
1736
|
"method": "PUT",
|
|
1606
|
-
"path": "/v1/
|
|
1737
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
1607
1738
|
}
|
|
1608
1739
|
],
|
|
1609
1740
|
"variables": [
|
|
1610
|
-
"
|
|
1611
|
-
"
|
|
1612
|
-
"timeOffPolicyUuid"
|
|
1741
|
+
"employeeId",
|
|
1742
|
+
"formId"
|
|
1613
1743
|
]
|
|
1614
1744
|
},
|
|
1615
|
-
"
|
|
1745
|
+
"EmployeeOnboarding.EmploymentEligibility": {
|
|
1616
1746
|
"endpoints": [
|
|
1617
1747
|
{
|
|
1618
1748
|
"method": "GET",
|
|
1619
|
-
"path": "/v1/
|
|
1749
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
1620
1750
|
},
|
|
1621
1751
|
{
|
|
1622
1752
|
"method": "PUT",
|
|
1623
|
-
"path": "/v1/
|
|
1753
|
+
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"variables": [
|
|
1757
|
+
"employeeId"
|
|
1758
|
+
]
|
|
1759
|
+
},
|
|
1760
|
+
"EmployeeOnboarding.Profile": {
|
|
1761
|
+
"endpoints": [
|
|
1762
|
+
{
|
|
1763
|
+
"method": "POST",
|
|
1764
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1624
1765
|
},
|
|
1625
1766
|
{
|
|
1626
1767
|
"method": "GET",
|
|
1627
|
-
"path": "/v1/companies/:companyId/
|
|
1768
|
+
"path": "/v1/companies/:companyId/locations"
|
|
1628
1769
|
},
|
|
1629
1770
|
{
|
|
1630
|
-
"method": "
|
|
1631
|
-
"path": "/v1/
|
|
1771
|
+
"method": "GET",
|
|
1772
|
+
"path": "/v1/employees/:employeeId"
|
|
1632
1773
|
},
|
|
1633
1774
|
{
|
|
1634
1775
|
"method": "PUT",
|
|
1635
|
-
"path": "/v1/
|
|
1776
|
+
"path": "/v1/employees/:employeeId"
|
|
1636
1777
|
},
|
|
1637
1778
|
{
|
|
1638
1779
|
"method": "GET",
|
|
1639
|
-
"path": "/v1/
|
|
1780
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1640
1781
|
},
|
|
1641
1782
|
{
|
|
1642
|
-
"method": "
|
|
1643
|
-
"path": "/v1/
|
|
1783
|
+
"method": "POST",
|
|
1784
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1644
1785
|
},
|
|
1645
1786
|
{
|
|
1646
|
-
"method": "
|
|
1647
|
-
"path": "/v1/
|
|
1787
|
+
"method": "PUT",
|
|
1788
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1648
1789
|
},
|
|
1649
1790
|
{
|
|
1650
1791
|
"method": "GET",
|
|
1651
|
-
"path": "/v1/
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"method": "PUT",
|
|
1655
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1792
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1656
1793
|
},
|
|
1657
1794
|
{
|
|
1658
1795
|
"method": "POST",
|
|
1659
|
-
"path": "/v1/
|
|
1796
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1660
1797
|
},
|
|
1661
1798
|
{
|
|
1662
|
-
"method": "
|
|
1663
|
-
"path": "/v1/
|
|
1799
|
+
"method": "GET",
|
|
1800
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1664
1801
|
},
|
|
1665
1802
|
{
|
|
1666
1803
|
"method": "PUT",
|
|
1667
|
-
"path": "/v1/
|
|
1804
|
+
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1668
1805
|
},
|
|
1669
1806
|
{
|
|
1670
|
-
"method": "
|
|
1671
|
-
"path": "/v1/
|
|
1807
|
+
"method": "GET",
|
|
1808
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1672
1809
|
},
|
|
1673
1810
|
{
|
|
1674
1811
|
"method": "PUT",
|
|
1675
|
-
"path": "/v1/
|
|
1812
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1676
1813
|
}
|
|
1677
1814
|
],
|
|
1678
1815
|
"variables": [
|
|
1679
1816
|
"companyId",
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1817
|
+
"employeeId",
|
|
1818
|
+
"homeAddressUuid",
|
|
1819
|
+
"workAddressUuid"
|
|
1682
1820
|
]
|
|
1683
1821
|
},
|
|
1684
|
-
"
|
|
1822
|
+
"EmployeeOnboarding.Compensation": {
|
|
1685
1823
|
"endpoints": [
|
|
1686
1824
|
{
|
|
1687
1825
|
"method": "GET",
|
|
1688
|
-
"path": "/v1/companies/:
|
|
1826
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1689
1827
|
},
|
|
1690
1828
|
{
|
|
1691
1829
|
"method": "PUT",
|
|
1692
|
-
"path": "/v1/
|
|
1830
|
+
"path": "/v1/compensations/:compensationId"
|
|
1693
1831
|
},
|
|
1694
1832
|
{
|
|
1695
1833
|
"method": "GET",
|
|
1696
|
-
"path": "/v1/
|
|
1834
|
+
"path": "/v1/employees/:employeeId"
|
|
1697
1835
|
},
|
|
1698
1836
|
{
|
|
1699
|
-
"method": "
|
|
1700
|
-
"path": "/v1/
|
|
1837
|
+
"method": "GET",
|
|
1838
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
1701
1839
|
},
|
|
1702
1840
|
{
|
|
1703
|
-
"method": "
|
|
1704
|
-
"path": "/v1/
|
|
1841
|
+
"method": "POST",
|
|
1842
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
1705
1843
|
},
|
|
1706
1844
|
{
|
|
1707
1845
|
"method": "GET",
|
|
1708
|
-
"path": "/v1/
|
|
1846
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1709
1847
|
},
|
|
1710
1848
|
{
|
|
1711
1849
|
"method": "PUT",
|
|
1712
|
-
"path": "/v1/
|
|
1850
|
+
"path": "/v1/jobs/:jobId"
|
|
1713
1851
|
},
|
|
1714
1852
|
{
|
|
1715
1853
|
"method": "DELETE",
|
|
1716
|
-
"path": "/v1/
|
|
1854
|
+
"path": "/v1/jobs/:jobId"
|
|
1717
1855
|
},
|
|
1718
1856
|
{
|
|
1719
|
-
"method": "
|
|
1720
|
-
"path": "/v1/
|
|
1857
|
+
"method": "POST",
|
|
1858
|
+
"path": "/v1/jobs/:jobId/compensations"
|
|
1721
1859
|
},
|
|
1722
1860
|
{
|
|
1723
|
-
"method": "
|
|
1724
|
-
"path": "/v1/
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"method": "POST",
|
|
1728
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"method": "PUT",
|
|
1732
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"method": "PUT",
|
|
1736
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"method": "PUT",
|
|
1740
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"method": "PUT",
|
|
1744
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
1861
|
+
"method": "GET",
|
|
1862
|
+
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
1745
1863
|
}
|
|
1746
1864
|
],
|
|
1747
1865
|
"variables": [
|
|
1748
1866
|
"companyId",
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1867
|
+
"compensationId",
|
|
1868
|
+
"employeeId",
|
|
1869
|
+
"jobId",
|
|
1870
|
+
"locationUuid"
|
|
1751
1871
|
]
|
|
1752
1872
|
},
|
|
1753
|
-
"
|
|
1873
|
+
"EmployeeOnboarding.Deductions": {
|
|
1754
1874
|
"endpoints": [
|
|
1755
1875
|
{
|
|
1756
1876
|
"method": "GET",
|
|
1757
|
-
"path": "/v1/
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"method": "PUT",
|
|
1761
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"method": "GET",
|
|
1765
|
-
"path": "/v1/companies/:companyId/employees"
|
|
1877
|
+
"path": "/v1/employees/:employeeId/garnishments"
|
|
1766
1878
|
},
|
|
1767
1879
|
{
|
|
1768
1880
|
"method": "POST",
|
|
1769
|
-
"path": "/v1/
|
|
1881
|
+
"path": "/v1/employees/:employeeId/garnishments"
|
|
1770
1882
|
},
|
|
1771
1883
|
{
|
|
1772
1884
|
"method": "PUT",
|
|
1773
|
-
"path": "/v1/
|
|
1885
|
+
"path": "/v1/garnishments/:garnishmentId"
|
|
1774
1886
|
},
|
|
1775
1887
|
{
|
|
1776
1888
|
"method": "GET",
|
|
1777
|
-
"path": "/v1/
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1889
|
+
"path": "/v1/garnishments/child_support"
|
|
1890
|
+
}
|
|
1891
|
+
],
|
|
1892
|
+
"variables": [
|
|
1893
|
+
"employeeId",
|
|
1894
|
+
"garnishmentId"
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
"EmployeeOnboarding.Taxes": {
|
|
1898
|
+
"endpoints": [
|
|
1787
1899
|
{
|
|
1788
1900
|
"method": "GET",
|
|
1789
|
-
"path": "/v1/
|
|
1901
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1790
1902
|
},
|
|
1791
1903
|
{
|
|
1792
1904
|
"method": "PUT",
|
|
1793
|
-
"path": "/v1/
|
|
1905
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1794
1906
|
},
|
|
1795
1907
|
{
|
|
1796
|
-
"method": "
|
|
1797
|
-
"path": "/v1/
|
|
1908
|
+
"method": "GET",
|
|
1909
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1798
1910
|
},
|
|
1799
1911
|
{
|
|
1800
1912
|
"method": "PUT",
|
|
1801
|
-
"path": "/v1/
|
|
1802
|
-
}
|
|
1913
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1916
|
+
"variables": [
|
|
1917
|
+
"employeeUuid"
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
"EmployeeManagement.EmployeeList": {
|
|
1921
|
+
"endpoints": [
|
|
1803
1922
|
{
|
|
1804
|
-
"method": "
|
|
1805
|
-
"path": "/v1/
|
|
1923
|
+
"method": "GET",
|
|
1924
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1806
1925
|
},
|
|
1807
1926
|
{
|
|
1808
|
-
"method": "
|
|
1809
|
-
"path": "/v1/
|
|
1927
|
+
"method": "DELETE",
|
|
1928
|
+
"path": "/v1/employees/:employeeId"
|
|
1810
1929
|
},
|
|
1811
1930
|
{
|
|
1812
1931
|
"method": "PUT",
|
|
1813
|
-
"path": "/v1/
|
|
1932
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1814
1933
|
}
|
|
1815
1934
|
],
|
|
1816
1935
|
"variables": [
|
|
1817
1936
|
"companyId",
|
|
1818
|
-
"
|
|
1819
|
-
"timeOffPolicyUuid"
|
|
1937
|
+
"employeeId"
|
|
1820
1938
|
]
|
|
1821
1939
|
},
|
|
1822
|
-
"
|
|
1940
|
+
"EmployeeManagement.EmployeeDocuments": {
|
|
1823
1941
|
"endpoints": [
|
|
1824
1942
|
{
|
|
1825
1943
|
"method": "GET",
|
|
1826
|
-
"path": "/v1/
|
|
1944
|
+
"path": "/v1/employees/:employeeId"
|
|
1827
1945
|
},
|
|
1828
1946
|
{
|
|
1829
1947
|
"method": "PUT",
|
|
1830
|
-
"path": "/v1/
|
|
1831
|
-
}
|
|
1948
|
+
"path": "/v1/employees/:employeeId/onboarding_documents_config"
|
|
1949
|
+
}
|
|
1950
|
+
],
|
|
1951
|
+
"variables": [
|
|
1952
|
+
"employeeId"
|
|
1953
|
+
]
|
|
1954
|
+
},
|
|
1955
|
+
"EmployeeManagement.DocumentManager": {
|
|
1956
|
+
"endpoints": [
|
|
1832
1957
|
{
|
|
1833
1958
|
"method": "GET",
|
|
1834
|
-
"path": "/v1/
|
|
1959
|
+
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
1835
1960
|
},
|
|
1836
1961
|
{
|
|
1837
|
-
"method": "
|
|
1838
|
-
"path": "/v1/
|
|
1962
|
+
"method": "GET",
|
|
1963
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
1839
1964
|
},
|
|
1840
1965
|
{
|
|
1841
1966
|
"method": "PUT",
|
|
1842
|
-
"path": "/v1/
|
|
1843
|
-
}
|
|
1967
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
1968
|
+
}
|
|
1969
|
+
],
|
|
1970
|
+
"variables": [
|
|
1971
|
+
"employeeId",
|
|
1972
|
+
"formId"
|
|
1973
|
+
]
|
|
1974
|
+
},
|
|
1975
|
+
"EmployeeManagement.DashboardFlow": {
|
|
1976
|
+
"endpoints": [
|
|
1844
1977
|
{
|
|
1845
|
-
"method": "
|
|
1846
|
-
"path": "/v1/
|
|
1978
|
+
"method": "DELETE",
|
|
1979
|
+
"path": "/v1/compensations/:compensationId"
|
|
1847
1980
|
},
|
|
1848
1981
|
{
|
|
1849
|
-
"method": "
|
|
1850
|
-
"path": "/v1/
|
|
1982
|
+
"method": "GET",
|
|
1983
|
+
"path": "/v1/employees/:employeeId"
|
|
1851
1984
|
},
|
|
1852
1985
|
{
|
|
1853
|
-
"method": "
|
|
1854
|
-
"path": "/v1/
|
|
1986
|
+
"method": "GET",
|
|
1987
|
+
"path": "/v1/employees/:employeeId/forms"
|
|
1855
1988
|
},
|
|
1856
1989
|
{
|
|
1857
1990
|
"method": "GET",
|
|
1858
|
-
"path": "/v1/
|
|
1991
|
+
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1859
1992
|
},
|
|
1860
1993
|
{
|
|
1861
|
-
"method": "
|
|
1862
|
-
"path": "/v1/
|
|
1994
|
+
"method": "GET",
|
|
1995
|
+
"path": "/v1/employees/:employeeId/pay_stubs"
|
|
1863
1996
|
},
|
|
1864
1997
|
{
|
|
1865
|
-
"method": "
|
|
1866
|
-
"path": "/v1/
|
|
1998
|
+
"method": "GET",
|
|
1999
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1867
2000
|
},
|
|
1868
2001
|
{
|
|
1869
|
-
"method": "
|
|
1870
|
-
"path": "/v1/
|
|
2002
|
+
"method": "GET",
|
|
2003
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1871
2004
|
},
|
|
1872
2005
|
{
|
|
1873
|
-
"method": "
|
|
1874
|
-
"path": "/v1/
|
|
2006
|
+
"method": "GET",
|
|
2007
|
+
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1875
2008
|
},
|
|
1876
2009
|
{
|
|
1877
|
-
"method": "
|
|
1878
|
-
"path": "/v1/
|
|
2010
|
+
"method": "DELETE",
|
|
2011
|
+
"path": "/v1/jobs/:jobId"
|
|
1879
2012
|
},
|
|
1880
2013
|
{
|
|
1881
|
-
"method": "
|
|
1882
|
-
"path": "/v1/
|
|
2014
|
+
"method": "GET",
|
|
2015
|
+
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
1883
2016
|
}
|
|
1884
2017
|
],
|
|
1885
2018
|
"variables": [
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
2019
|
+
"compensationId",
|
|
2020
|
+
"employeeId",
|
|
2021
|
+
"employeeUuid",
|
|
2022
|
+
"jobId",
|
|
2023
|
+
"payrollId"
|
|
1889
2024
|
]
|
|
1890
2025
|
},
|
|
1891
|
-
"
|
|
2026
|
+
"EmployeeManagement.WorkAddress": {
|
|
1892
2027
|
"endpoints": [
|
|
1893
2028
|
{
|
|
1894
2029
|
"method": "GET",
|
|
1895
|
-
"path": "/v1/
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"method": "PUT",
|
|
1899
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
2030
|
+
"path": "/v1/employees/:employeeId"
|
|
1900
2031
|
},
|
|
1901
2032
|
{
|
|
1902
2033
|
"method": "GET",
|
|
1903
|
-
"path": "/v1/
|
|
2034
|
+
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1904
2035
|
},
|
|
1905
2036
|
{
|
|
1906
|
-
"method": "
|
|
1907
|
-
"path": "/v1/
|
|
1908
|
-
}
|
|
2037
|
+
"method": "DELETE",
|
|
2038
|
+
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"variables": [
|
|
2042
|
+
"employeeId",
|
|
2043
|
+
"workAddressUuid"
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
2046
|
+
"EmployeeManagement.Profile": {
|
|
2047
|
+
"endpoints": [
|
|
1909
2048
|
{
|
|
1910
|
-
"method": "
|
|
1911
|
-
"path": "/v1/companies/:
|
|
2049
|
+
"method": "POST",
|
|
2050
|
+
"path": "/v1/companies/:companyId/employees"
|
|
1912
2051
|
},
|
|
1913
2052
|
{
|
|
1914
2053
|
"method": "GET",
|
|
1915
|
-
"path": "/v1/
|
|
2054
|
+
"path": "/v1/employees/:employeeId"
|
|
1916
2055
|
},
|
|
1917
2056
|
{
|
|
1918
2057
|
"method": "PUT",
|
|
1919
|
-
"path": "/v1/
|
|
2058
|
+
"path": "/v1/employees/:employeeId"
|
|
1920
2059
|
},
|
|
1921
2060
|
{
|
|
1922
|
-
"method": "
|
|
1923
|
-
"path": "/v1/
|
|
1924
|
-
}
|
|
2061
|
+
"method": "PUT",
|
|
2062
|
+
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
2063
|
+
}
|
|
2064
|
+
],
|
|
2065
|
+
"variables": [
|
|
2066
|
+
"companyId",
|
|
2067
|
+
"employeeId"
|
|
2068
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
"EmployeeManagement.TerminateEmployee": {
|
|
2071
|
+
"endpoints": [
|
|
1925
2072
|
{
|
|
1926
2073
|
"method": "GET",
|
|
1927
|
-
"path": "/v1/
|
|
2074
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
1928
2075
|
},
|
|
1929
2076
|
{
|
|
1930
|
-
"method": "
|
|
1931
|
-
"path": "/v1/
|
|
2077
|
+
"method": "GET",
|
|
2078
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1932
2079
|
},
|
|
1933
2080
|
{
|
|
1934
2081
|
"method": "POST",
|
|
1935
|
-
"path": "/v1/companies/:
|
|
2082
|
+
"path": "/v1/companies/:companyId/payrolls"
|
|
1936
2083
|
},
|
|
1937
2084
|
{
|
|
1938
|
-
"method": "
|
|
1939
|
-
"path": "/v1/
|
|
2085
|
+
"method": "GET",
|
|
2086
|
+
"path": "/v1/employees/:employeeId"
|
|
1940
2087
|
},
|
|
1941
2088
|
{
|
|
1942
|
-
"method": "
|
|
1943
|
-
"path": "/v1/
|
|
2089
|
+
"method": "GET",
|
|
2090
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
1944
2091
|
},
|
|
1945
2092
|
{
|
|
1946
|
-
"method": "
|
|
1947
|
-
"path": "/v1/
|
|
2093
|
+
"method": "POST",
|
|
2094
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
1948
2095
|
},
|
|
1949
2096
|
{
|
|
1950
2097
|
"method": "PUT",
|
|
1951
|
-
"path": "/v1/
|
|
2098
|
+
"path": "/v1/terminations/:employeeId"
|
|
1952
2099
|
}
|
|
1953
2100
|
],
|
|
1954
2101
|
"variables": [
|
|
1955
2102
|
"companyId",
|
|
1956
|
-
"
|
|
1957
|
-
"timeOffPolicyUuid"
|
|
2103
|
+
"employeeId"
|
|
1958
2104
|
]
|
|
1959
2105
|
},
|
|
1960
|
-
"
|
|
2106
|
+
"EmployeeManagement.TerminationSummary": {
|
|
1961
2107
|
"endpoints": [
|
|
1962
|
-
{
|
|
1963
|
-
"method": "GET",
|
|
1964
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"method": "PUT",
|
|
1968
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1969
|
-
},
|
|
1970
2108
|
{
|
|
1971
2109
|
"method": "GET",
|
|
1972
2110
|
"path": "/v1/companies/:companyId/employees"
|
|
1973
2111
|
},
|
|
1974
2112
|
{
|
|
1975
|
-
"method": "
|
|
1976
|
-
"path": "/v1/
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"method": "PUT",
|
|
1980
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
2113
|
+
"method": "GET",
|
|
2114
|
+
"path": "/v1/employees/:employeeId"
|
|
1981
2115
|
},
|
|
1982
2116
|
{
|
|
1983
2117
|
"method": "GET",
|
|
1984
|
-
"path": "/v1/
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"method": "PUT",
|
|
1988
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
2118
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
1989
2119
|
},
|
|
1990
2120
|
{
|
|
1991
2121
|
"method": "DELETE",
|
|
1992
|
-
"path": "/v1/
|
|
1993
|
-
}
|
|
2122
|
+
"path": "/v1/employees/:employeeId/terminations"
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2125
|
+
"variables": [
|
|
2126
|
+
"companyId",
|
|
2127
|
+
"employeeId"
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
"CompanyOnboarding.OnboardingOverview": {
|
|
2131
|
+
"endpoints": [
|
|
1994
2132
|
{
|
|
1995
2133
|
"method": "GET",
|
|
1996
|
-
"path": "/v1/
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2134
|
+
"path": "/v1/companies/:companyUuid/onboarding_status"
|
|
2135
|
+
}
|
|
2136
|
+
],
|
|
2137
|
+
"variables": [
|
|
2138
|
+
"companyUuid"
|
|
2139
|
+
]
|
|
2140
|
+
},
|
|
2141
|
+
"CompanyOnboarding.DocumentSigner": {
|
|
2142
|
+
"endpoints": [
|
|
2002
2143
|
{
|
|
2003
|
-
"method": "
|
|
2004
|
-
"path": "/v1/companies/:
|
|
2144
|
+
"method": "GET",
|
|
2145
|
+
"path": "/v1/companies/:companyId/forms"
|
|
2005
2146
|
},
|
|
2006
2147
|
{
|
|
2007
|
-
"method": "
|
|
2008
|
-
"path": "/v1/companies/:companyUuid/
|
|
2148
|
+
"method": "GET",
|
|
2149
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2009
2150
|
},
|
|
2010
2151
|
{
|
|
2011
|
-
"method": "
|
|
2012
|
-
"path": "/v1/
|
|
2152
|
+
"method": "GET",
|
|
2153
|
+
"path": "/v1/forms/:formId"
|
|
2013
2154
|
},
|
|
2014
2155
|
{
|
|
2015
|
-
"method": "
|
|
2016
|
-
"path": "/v1/
|
|
2156
|
+
"method": "GET",
|
|
2157
|
+
"path": "/v1/forms/:formId/pdf"
|
|
2017
2158
|
},
|
|
2018
2159
|
{
|
|
2019
2160
|
"method": "PUT",
|
|
2020
|
-
"path": "/v1/
|
|
2161
|
+
"path": "/v1/forms/:formId/sign"
|
|
2021
2162
|
}
|
|
2022
2163
|
],
|
|
2023
2164
|
"variables": [
|
|
2024
2165
|
"companyId",
|
|
2025
2166
|
"companyUuid",
|
|
2026
|
-
"
|
|
2167
|
+
"formId"
|
|
2027
2168
|
]
|
|
2028
2169
|
},
|
|
2029
|
-
"
|
|
2170
|
+
"CompanyOnboarding.DocumentList": {
|
|
2030
2171
|
"endpoints": [
|
|
2031
2172
|
{
|
|
2032
2173
|
"method": "GET",
|
|
2033
|
-
"path": "/v1/
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"method": "PUT",
|
|
2037
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"method": "PUT",
|
|
2041
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
2174
|
+
"path": "/v1/companies/:companyId/forms"
|
|
2042
2175
|
},
|
|
2043
2176
|
{
|
|
2044
2177
|
"method": "GET",
|
|
2045
|
-
"path": "/v1/companies/:
|
|
2178
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2046
2179
|
}
|
|
2047
2180
|
],
|
|
2048
2181
|
"variables": [
|
|
2049
2182
|
"companyId",
|
|
2050
|
-
"
|
|
2183
|
+
"companyUuid"
|
|
2051
2184
|
]
|
|
2052
2185
|
},
|
|
2053
|
-
"
|
|
2186
|
+
"CompanyOnboarding.Industry": {
|
|
2054
2187
|
"endpoints": [
|
|
2055
2188
|
{
|
|
2056
2189
|
"method": "GET",
|
|
2057
|
-
"path": "/v1/companies/:
|
|
2190
|
+
"path": "/v1/companies/:companyId/industry_selection"
|
|
2058
2191
|
},
|
|
2059
2192
|
{
|
|
2060
2193
|
"method": "PUT",
|
|
2061
|
-
"path": "/v1/companies/:
|
|
2062
|
-
}
|
|
2194
|
+
"path": "/v1/companies/:companyId/industry_selection"
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"variables": [
|
|
2198
|
+
"companyId"
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
"CompanyOnboarding.BankAccount": {
|
|
2202
|
+
"endpoints": [
|
|
2063
2203
|
{
|
|
2064
2204
|
"method": "GET",
|
|
2065
|
-
"path": "/v1/companies/:companyId/
|
|
2205
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
2066
2206
|
},
|
|
2067
2207
|
{
|
|
2068
2208
|
"method": "POST",
|
|
2069
|
-
"path": "/v1/companies/:
|
|
2209
|
+
"path": "/v1/companies/:companyId/bank_accounts"
|
|
2070
2210
|
},
|
|
2071
2211
|
{
|
|
2072
2212
|
"method": "PUT",
|
|
2073
|
-
"path": "/v1/companies/:
|
|
2074
|
-
}
|
|
2213
|
+
"path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"variables": [
|
|
2217
|
+
"bankAccountUuid",
|
|
2218
|
+
"companyId"
|
|
2219
|
+
]
|
|
2220
|
+
},
|
|
2221
|
+
"CompanyOnboarding.Locations": {
|
|
2222
|
+
"endpoints": [
|
|
2075
2223
|
{
|
|
2076
2224
|
"method": "GET",
|
|
2077
|
-
"path": "/v1/companies/:
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"method": "PUT",
|
|
2081
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
2225
|
+
"path": "/v1/companies/:companyId/locations"
|
|
2082
2226
|
},
|
|
2083
2227
|
{
|
|
2084
|
-
"method": "
|
|
2085
|
-
"path": "/v1/companies/:
|
|
2228
|
+
"method": "POST",
|
|
2229
|
+
"path": "/v1/companies/:companyId/locations"
|
|
2086
2230
|
},
|
|
2087
2231
|
{
|
|
2088
2232
|
"method": "GET",
|
|
2089
|
-
"path": "/v1/
|
|
2233
|
+
"path": "/v1/locations/:locationId"
|
|
2090
2234
|
},
|
|
2091
2235
|
{
|
|
2092
2236
|
"method": "PUT",
|
|
2093
|
-
"path": "/v1/
|
|
2094
|
-
}
|
|
2237
|
+
"path": "/v1/locations/:locationId"
|
|
2238
|
+
}
|
|
2239
|
+
],
|
|
2240
|
+
"variables": [
|
|
2241
|
+
"companyId",
|
|
2242
|
+
"locationId"
|
|
2243
|
+
]
|
|
2244
|
+
},
|
|
2245
|
+
"CompanyOnboarding.LocationForm": {
|
|
2246
|
+
"endpoints": [
|
|
2095
2247
|
{
|
|
2096
2248
|
"method": "POST",
|
|
2097
|
-
"path": "/v1/companies/:
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
"method": "PUT",
|
|
2101
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"method": "PUT",
|
|
2105
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
2249
|
+
"path": "/v1/companies/:companyId/locations"
|
|
2106
2250
|
},
|
|
2107
2251
|
{
|
|
2108
|
-
"method": "
|
|
2109
|
-
"path": "/v1/
|
|
2252
|
+
"method": "GET",
|
|
2253
|
+
"path": "/v1/locations/:locationId"
|
|
2110
2254
|
},
|
|
2111
2255
|
{
|
|
2112
2256
|
"method": "PUT",
|
|
2113
|
-
"path": "/v1/
|
|
2257
|
+
"path": "/v1/locations/:locationId"
|
|
2114
2258
|
}
|
|
2115
2259
|
],
|
|
2116
2260
|
"variables": [
|
|
2117
2261
|
"companyId",
|
|
2118
|
-
"
|
|
2119
|
-
"timeOffPolicyUuid"
|
|
2262
|
+
"locationId"
|
|
2120
2263
|
]
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
"flows": {
|
|
2124
|
-
"Company.OnboardingFlow": {
|
|
2125
|
-
"blocks": [
|
|
2126
|
-
"Company.BankAccount",
|
|
2127
|
-
"Company.DocumentSigner",
|
|
2128
|
-
"Company.FederalTaxes",
|
|
2129
|
-
"Company.Industry",
|
|
2130
|
-
"Company.Locations",
|
|
2131
|
-
"Company.OnboardingFlow",
|
|
2132
|
-
"Company.OnboardingOverview",
|
|
2133
|
-
"Company.PaySchedule",
|
|
2134
|
-
"Company.StateTaxes",
|
|
2135
|
-
"Employee.OnboardingFlow"
|
|
2136
|
-
],
|
|
2264
|
+
},
|
|
2265
|
+
"CompanyOnboarding.PaySchedule": {
|
|
2137
2266
|
"endpoints": [
|
|
2138
2267
|
{
|
|
2139
2268
|
"method": "GET",
|
|
2140
|
-
"path": "/v1/companies/:companyId/
|
|
2269
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
2141
2270
|
},
|
|
2142
2271
|
{
|
|
2143
2272
|
"method": "POST",
|
|
2144
|
-
"path": "/v1/companies/:companyId/
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"method": "PUT",
|
|
2148
|
-
"path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
|
|
2273
|
+
"path": "/v1/companies/:companyId/pay_schedules"
|
|
2149
2274
|
},
|
|
2150
2275
|
{
|
|
2151
2276
|
"method": "GET",
|
|
2152
|
-
"path": "/v1/companies/:companyId/
|
|
2277
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
2153
2278
|
},
|
|
2154
2279
|
{
|
|
2155
|
-
"method": "
|
|
2156
|
-
"path": "/v1/companies/:
|
|
2280
|
+
"method": "PUT",
|
|
2281
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
2157
2282
|
},
|
|
2158
2283
|
{
|
|
2159
2284
|
"method": "GET",
|
|
2160
|
-
"path": "/v1/
|
|
2285
|
+
"path": "/v1/companies/:companyId/pay_schedules/preview"
|
|
2161
2286
|
},
|
|
2162
2287
|
{
|
|
2163
2288
|
"method": "GET",
|
|
2164
|
-
"path": "/v1/
|
|
2165
|
-
}
|
|
2289
|
+
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"variables": [
|
|
2293
|
+
"companyId",
|
|
2294
|
+
"companyUuid",
|
|
2295
|
+
"payScheduleId"
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
"CompanyOnboarding.FederalTaxes": {
|
|
2299
|
+
"endpoints": [
|
|
2166
2300
|
{
|
|
2167
|
-
"method": "
|
|
2168
|
-
"path": "/v1/
|
|
2301
|
+
"method": "GET",
|
|
2302
|
+
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
2169
2303
|
},
|
|
2170
2304
|
{
|
|
2171
2305
|
"method": "PUT",
|
|
2172
2306
|
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
2173
|
-
}
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"variables": [
|
|
2310
|
+
"companyId"
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
"CompanyOnboarding.StateTaxes": {
|
|
2314
|
+
"endpoints": [
|
|
2174
2315
|
{
|
|
2175
2316
|
"method": "GET",
|
|
2176
|
-
"path": "/v1/companies/:
|
|
2317
|
+
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
2177
2318
|
},
|
|
2178
2319
|
{
|
|
2179
2320
|
"method": "GET",
|
|
2180
|
-
"path": "/v1/companies/:
|
|
2321
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
2181
2322
|
},
|
|
2182
2323
|
{
|
|
2183
2324
|
"method": "PUT",
|
|
2184
|
-
"path": "/v1/companies/:
|
|
2325
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
2326
|
+
}
|
|
2327
|
+
],
|
|
2328
|
+
"variables": [
|
|
2329
|
+
"companyUuid",
|
|
2330
|
+
"state"
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
"CompanyOnboarding.StateTaxesForm": {
|
|
2334
|
+
"endpoints": [
|
|
2335
|
+
{
|
|
2336
|
+
"method": "GET",
|
|
2337
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
2185
2338
|
},
|
|
2186
2339
|
{
|
|
2187
2340
|
"method": "PUT",
|
|
2188
|
-
"path": "/v1/
|
|
2189
|
-
}
|
|
2341
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
2342
|
+
}
|
|
2343
|
+
],
|
|
2344
|
+
"variables": [
|
|
2345
|
+
"companyUuid",
|
|
2346
|
+
"state"
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
"CompanyOnboarding.StateTaxesList": {
|
|
2350
|
+
"endpoints": [
|
|
2190
2351
|
{
|
|
2191
2352
|
"method": "GET",
|
|
2192
|
-
"path": "/v1/
|
|
2353
|
+
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"variables": [
|
|
2357
|
+
"companyUuid"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
"CompanyOnboarding.AssignSignatory": {
|
|
2361
|
+
"endpoints": [
|
|
2362
|
+
{
|
|
2363
|
+
"method": "GET",
|
|
2364
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2193
2365
|
},
|
|
2194
2366
|
{
|
|
2195
2367
|
"method": "POST",
|
|
2196
|
-
"path": "/v1/companies/:
|
|
2368
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2197
2369
|
},
|
|
2198
2370
|
{
|
|
2199
|
-
"method": "
|
|
2200
|
-
"path": "/v1/companies/:
|
|
2371
|
+
"method": "PUT",
|
|
2372
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
2201
2373
|
},
|
|
2202
2374
|
{
|
|
2203
|
-
"method": "
|
|
2204
|
-
"path": "/v1/companies/:companyUuid/
|
|
2375
|
+
"method": "DELETE",
|
|
2376
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
2205
2377
|
},
|
|
2378
|
+
{
|
|
2379
|
+
"method": "POST",
|
|
2380
|
+
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
"variables": [
|
|
2384
|
+
"companyUuid",
|
|
2385
|
+
"signatoryUuid"
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
"CompanyOnboarding.CreateSignatory": {
|
|
2389
|
+
"endpoints": [
|
|
2206
2390
|
{
|
|
2207
2391
|
"method": "GET",
|
|
2208
|
-
"path": "/v1/companies/:
|
|
2392
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2209
2393
|
},
|
|
2210
2394
|
{
|
|
2211
|
-
"method": "
|
|
2212
|
-
"path": "/v1/companies/:
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"method": "GET",
|
|
2216
|
-
"path": "/v1/companies/:companyId/pay_schedules/preview"
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"method": "POST",
|
|
2220
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
2395
|
+
"method": "POST",
|
|
2396
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2221
2397
|
},
|
|
2222
2398
|
{
|
|
2223
2399
|
"method": "PUT",
|
|
2224
|
-
"path": "/v1/companies/:
|
|
2400
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
2225
2401
|
},
|
|
2226
2402
|
{
|
|
2227
|
-
"method": "
|
|
2228
|
-
"path": "/v1/companies/:companyUuid/
|
|
2229
|
-
}
|
|
2403
|
+
"method": "DELETE",
|
|
2404
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"variables": [
|
|
2408
|
+
"companyUuid",
|
|
2409
|
+
"signatoryUuid"
|
|
2410
|
+
]
|
|
2411
|
+
},
|
|
2412
|
+
"CompanyOnboarding.InviteSignatory": {
|
|
2413
|
+
"endpoints": [
|
|
2230
2414
|
{
|
|
2231
|
-
"method": "
|
|
2232
|
-
"path": "/v1/companies/:companyUuid/
|
|
2415
|
+
"method": "GET",
|
|
2416
|
+
"path": "/v1/companies/:companyUuid/signatories"
|
|
2233
2417
|
},
|
|
2234
2418
|
{
|
|
2235
|
-
"method": "
|
|
2236
|
-
"path": "/v1/companies/:companyUuid/
|
|
2419
|
+
"method": "DELETE",
|
|
2420
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
2237
2421
|
},
|
|
2238
2422
|
{
|
|
2239
|
-
"method": "
|
|
2240
|
-
"path": "/v1/companies/:companyUuid/
|
|
2423
|
+
"method": "POST",
|
|
2424
|
+
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
2241
2425
|
}
|
|
2242
2426
|
],
|
|
2243
2427
|
"variables": [
|
|
2244
|
-
"bankAccountUuid",
|
|
2245
|
-
"companyId",
|
|
2246
2428
|
"companyUuid",
|
|
2247
|
-
"
|
|
2248
|
-
"locationId",
|
|
2249
|
-
"payScheduleId",
|
|
2250
|
-
"state"
|
|
2429
|
+
"signatoryUuid"
|
|
2251
2430
|
]
|
|
2252
2431
|
},
|
|
2253
|
-
"
|
|
2254
|
-
"blocks": [
|
|
2255
|
-
"Contractor.Address",
|
|
2256
|
-
"Contractor.ContractorList",
|
|
2257
|
-
"Contractor.ContractorProfile",
|
|
2258
|
-
"Contractor.ContractorSubmit",
|
|
2259
|
-
"Contractor.NewHireReport",
|
|
2260
|
-
"Contractor.OnboardingFlow",
|
|
2261
|
-
"Contractor.PaymentMethod"
|
|
2262
|
-
],
|
|
2432
|
+
"ContractorOnboarding.ContractorList": {
|
|
2263
2433
|
"endpoints": [
|
|
2264
2434
|
{
|
|
2265
2435
|
"method": "GET",
|
|
2266
|
-
"path": "/v1/contractors
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"method": "GET",
|
|
2270
|
-
"path": "/v1/contractors/:contractorUuid/address"
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"method": "PUT",
|
|
2274
|
-
"path": "/v1/contractors/:contractorUuid/address"
|
|
2436
|
+
"path": "/v1/companies/:companyUuid/contractors"
|
|
2275
2437
|
},
|
|
2276
2438
|
{
|
|
2277
2439
|
"method": "DELETE",
|
|
2278
2440
|
"path": "/v1/contractors/:contractorUuid"
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"variables": [
|
|
2444
|
+
"companyUuid",
|
|
2445
|
+
"contractorUuid"
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
"ContractorOnboarding.ContractorProfile": {
|
|
2449
|
+
"endpoints": [
|
|
2284
2450
|
{
|
|
2285
2451
|
"method": "POST",
|
|
2286
2452
|
"path": "/v1/companies/:companyUuid/contractors"
|
|
2287
2453
|
},
|
|
2288
2454
|
{
|
|
2289
|
-
"method": "
|
|
2455
|
+
"method": "GET",
|
|
2290
2456
|
"path": "/v1/contractors/:contractorUuid"
|
|
2291
2457
|
},
|
|
2292
2458
|
{
|
|
2293
2459
|
"method": "PUT",
|
|
2294
|
-
"path": "/v1/contractors/:contractorUuid
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2460
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
2461
|
+
}
|
|
2462
|
+
],
|
|
2463
|
+
"variables": [
|
|
2464
|
+
"companyUuid",
|
|
2465
|
+
"contractorUuid"
|
|
2466
|
+
]
|
|
2467
|
+
},
|
|
2468
|
+
"ContractorOnboarding.Address": {
|
|
2469
|
+
"endpoints": [
|
|
2300
2470
|
{
|
|
2301
2471
|
"method": "GET",
|
|
2302
|
-
"path": "/v1/contractors/:contractorUuid
|
|
2472
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
2303
2473
|
},
|
|
2304
2474
|
{
|
|
2305
2475
|
"method": "GET",
|
|
2306
|
-
"path": "/v1/contractors/:contractorUuid/
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"method": "POST",
|
|
2310
|
-
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
2476
|
+
"path": "/v1/contractors/:contractorUuid/address"
|
|
2311
2477
|
},
|
|
2312
2478
|
{
|
|
2313
2479
|
"method": "PUT",
|
|
2314
|
-
"path": "/v1/contractors/:contractorUuid/
|
|
2480
|
+
"path": "/v1/contractors/:contractorUuid/address"
|
|
2315
2481
|
}
|
|
2316
2482
|
],
|
|
2317
2483
|
"variables": [
|
|
2318
|
-
"companyUuid",
|
|
2319
2484
|
"contractorUuid"
|
|
2320
2485
|
]
|
|
2321
2486
|
},
|
|
2322
|
-
"
|
|
2323
|
-
"blocks": [
|
|
2324
|
-
"Contractor.CreatePayment",
|
|
2325
|
-
"Contractor.PaymentFlow",
|
|
2326
|
-
"Contractor.PaymentHistory",
|
|
2327
|
-
"Contractor.PaymentStatement",
|
|
2328
|
-
"Contractor.PaymentSummary",
|
|
2329
|
-
"Contractor.PaymentsList",
|
|
2330
|
-
"InformationRequests.InformationRequestsFlow"
|
|
2331
|
-
],
|
|
2487
|
+
"ContractorOnboarding.PaymentMethod": {
|
|
2332
2488
|
"endpoints": [
|
|
2333
2489
|
{
|
|
2334
2490
|
"method": "GET",
|
|
2335
|
-
"path": "/v1/
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"method": "POST",
|
|
2339
|
-
"path": "/v1/companies/:companyId/contractor_payment_groups"
|
|
2491
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
2340
2492
|
},
|
|
2341
2493
|
{
|
|
2342
2494
|
"method": "POST",
|
|
2343
|
-
"path": "/v1/
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"method": "GET",
|
|
2347
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
2495
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
2348
2496
|
},
|
|
2349
2497
|
{
|
|
2350
2498
|
"method": "GET",
|
|
2351
|
-
"path": "/v1/
|
|
2499
|
+
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
2352
2500
|
},
|
|
2353
2501
|
{
|
|
2354
|
-
"method": "
|
|
2355
|
-
"path": "/v1/
|
|
2356
|
-
}
|
|
2502
|
+
"method": "PUT",
|
|
2503
|
+
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
2504
|
+
}
|
|
2505
|
+
],
|
|
2506
|
+
"variables": [
|
|
2507
|
+
"contractorUuid"
|
|
2508
|
+
]
|
|
2509
|
+
},
|
|
2510
|
+
"ContractorOnboarding.NewHireReport": {
|
|
2511
|
+
"endpoints": [
|
|
2357
2512
|
{
|
|
2358
2513
|
"method": "GET",
|
|
2359
|
-
"path": "/v1/
|
|
2514
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
2360
2515
|
},
|
|
2516
|
+
{
|
|
2517
|
+
"method": "PUT",
|
|
2518
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
2519
|
+
}
|
|
2520
|
+
],
|
|
2521
|
+
"variables": [
|
|
2522
|
+
"contractorUuid"
|
|
2523
|
+
]
|
|
2524
|
+
},
|
|
2525
|
+
"ContractorOnboarding.ContractorSubmit": {
|
|
2526
|
+
"endpoints": [
|
|
2361
2527
|
{
|
|
2362
2528
|
"method": "GET",
|
|
2363
|
-
"path": "/v1/
|
|
2529
|
+
"path": "/v1/contractors/:contractorUuid"
|
|
2364
2530
|
},
|
|
2365
2531
|
{
|
|
2366
2532
|
"method": "GET",
|
|
2367
|
-
"path": "/v1/
|
|
2533
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
2368
2534
|
},
|
|
2369
2535
|
{
|
|
2370
2536
|
"method": "PUT",
|
|
2371
|
-
"path": "/v1/
|
|
2537
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
2372
2538
|
}
|
|
2373
2539
|
],
|
|
2374
2540
|
"variables": [
|
|
2375
|
-
"
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2541
|
+
"contractorUuid"
|
|
2542
|
+
]
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
"flows": {
|
|
2546
|
+
"Company.OnboardingFlow": {
|
|
2547
|
+
"blocks": [
|
|
2548
|
+
"Company.BankAccount",
|
|
2549
|
+
"Company.DocumentSigner",
|
|
2550
|
+
"Company.FederalTaxes",
|
|
2551
|
+
"Company.Industry",
|
|
2552
|
+
"Company.Locations",
|
|
2553
|
+
"Company.OnboardingOverview",
|
|
2554
|
+
"Company.PaySchedule",
|
|
2555
|
+
"Company.StateTaxes",
|
|
2556
|
+
"EmployeeOnboarding.OnboardingFlow"
|
|
2557
|
+
]
|
|
2558
|
+
},
|
|
2559
|
+
"CompanyOnboarding.OnboardingFlow": {
|
|
2560
|
+
"blocks": [
|
|
2561
|
+
"CompanyOnboarding.BankAccount",
|
|
2562
|
+
"CompanyOnboarding.DocumentSigner",
|
|
2563
|
+
"CompanyOnboarding.FederalTaxes",
|
|
2564
|
+
"CompanyOnboarding.Industry",
|
|
2565
|
+
"CompanyOnboarding.Locations",
|
|
2566
|
+
"CompanyOnboarding.OnboardingOverview",
|
|
2567
|
+
"CompanyOnboarding.PaySchedule",
|
|
2568
|
+
"CompanyOnboarding.StateTaxes",
|
|
2569
|
+
"EmployeeOnboarding.OnboardingFlow"
|
|
2570
|
+
]
|
|
2571
|
+
},
|
|
2572
|
+
"Contractor.OnboardingFlow": {
|
|
2573
|
+
"blocks": [
|
|
2574
|
+
"Contractor.Address",
|
|
2575
|
+
"Contractor.ContractorList",
|
|
2576
|
+
"Contractor.ContractorProfile",
|
|
2577
|
+
"Contractor.ContractorSubmit",
|
|
2578
|
+
"Contractor.NewHireReport",
|
|
2579
|
+
"Contractor.PaymentMethod"
|
|
2580
|
+
]
|
|
2581
|
+
},
|
|
2582
|
+
"Contractor.PaymentFlow": {
|
|
2583
|
+
"blocks": [
|
|
2584
|
+
"Contractor.CreatePayment",
|
|
2585
|
+
"Contractor.PaymentHistory",
|
|
2586
|
+
"Contractor.PaymentStatement",
|
|
2587
|
+
"Contractor.PaymentSummary",
|
|
2588
|
+
"Contractor.PaymentsList",
|
|
2589
|
+
"InformationRequests.InformationRequestsFlow"
|
|
2590
|
+
]
|
|
2591
|
+
},
|
|
2592
|
+
"ContractorOnboarding.OnboardingFlow": {
|
|
2593
|
+
"blocks": [
|
|
2594
|
+
"ContractorOnboarding.Address",
|
|
2595
|
+
"ContractorOnboarding.ContractorList",
|
|
2596
|
+
"ContractorOnboarding.ContractorProfile",
|
|
2597
|
+
"ContractorOnboarding.ContractorSubmit",
|
|
2598
|
+
"ContractorOnboarding.NewHireReport",
|
|
2599
|
+
"ContractorOnboarding.PaymentMethod"
|
|
2600
|
+
]
|
|
2601
|
+
},
|
|
2602
|
+
"Employee.DashboardFlow": {
|
|
2603
|
+
"blocks": [
|
|
2604
|
+
"Employee.Compensation",
|
|
2605
|
+
"Employee.Deductions",
|
|
2606
|
+
"Employee.HomeAddress",
|
|
2607
|
+
"Employee.PaymentMethod",
|
|
2608
|
+
"Employee.WorkAddress",
|
|
2609
|
+
"EmployeeManagement.DocumentManager",
|
|
2610
|
+
"EmployeeManagement.FederalTaxes",
|
|
2611
|
+
"EmployeeManagement.Profile",
|
|
2612
|
+
"EmployeeManagement.StateTaxes",
|
|
2613
|
+
"EmployeeOnboarding.PaymentMethod"
|
|
2381
2614
|
]
|
|
2382
2615
|
},
|
|
2383
2616
|
"Employee.OnboardingFlow": {
|
|
@@ -2386,413 +2619,98 @@
|
|
|
2386
2619
|
"Employee.Deductions",
|
|
2387
2620
|
"Employee.EmployeeDocuments",
|
|
2388
2621
|
"Employee.EmployeeList",
|
|
2389
|
-
"Employee.FederalTaxes",
|
|
2390
|
-
"Employee.OnboardingFlow",
|
|
2391
2622
|
"Employee.OnboardingSummary",
|
|
2392
2623
|
"Employee.PaymentMethod",
|
|
2393
2624
|
"Employee.Profile",
|
|
2394
|
-
"
|
|
2395
|
-
|
|
2396
|
-
"endpoints": [
|
|
2397
|
-
{
|
|
2398
|
-
"method": "GET",
|
|
2399
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"method": "POST",
|
|
2403
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
2404
|
-
},
|
|
2405
|
-
{
|
|
2406
|
-
"method": "PUT",
|
|
2407
|
-
"path": "/v1/jobs/:jobId"
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"method": "PUT",
|
|
2411
|
-
"path": "/v1/compensations/:compensationId"
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"method": "GET",
|
|
2415
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"method": "GET",
|
|
2419
|
-
"path": "/v1/employees/:employeeId"
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"method": "GET",
|
|
2423
|
-
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"method": "GET",
|
|
2427
|
-
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"method": "DELETE",
|
|
2431
|
-
"path": "/v1/jobs/:jobId"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"method": "POST",
|
|
2435
|
-
"path": "/v1/jobs/:jobId/compensations"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"method": "GET",
|
|
2439
|
-
"path": "/v1/employees/:employeeId/garnishments"
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"method": "POST",
|
|
2443
|
-
"path": "/v1/employees/:employeeId/garnishments"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"method": "PUT",
|
|
2447
|
-
"path": "/v1/garnishments/:garnishmentId"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"method": "GET",
|
|
2451
|
-
"path": "/v1/garnishments/child_support"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"method": "PUT",
|
|
2455
|
-
"path": "/v1/employees/:employeeId/onboarding_documents_config"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"method": "GET",
|
|
2459
|
-
"path": "/v1/companies/:companyId/employees"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"method": "DELETE",
|
|
2463
|
-
"path": "/v1/employees/:employeeId"
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"method": "PUT",
|
|
2467
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"method": "GET",
|
|
2471
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"method": "PUT",
|
|
2475
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"method": "GET",
|
|
2479
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"method": "POST",
|
|
2483
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"method": "DELETE",
|
|
2487
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"method": "GET",
|
|
2491
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"method": "GET",
|
|
2495
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"method": "PUT",
|
|
2499
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"method": "PUT",
|
|
2503
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"method": "POST",
|
|
2507
|
-
"path": "/v1/companies/:companyId/employees"
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"method": "PUT",
|
|
2511
|
-
"path": "/v1/employees/:employeeId"
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"method": "GET",
|
|
2515
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"method": "GET",
|
|
2519
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"method": "POST",
|
|
2523
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"method": "PUT",
|
|
2527
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"method": "GET",
|
|
2531
|
-
"path": "/v1/companies/:companyId/locations"
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"method": "GET",
|
|
2535
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"method": "POST",
|
|
2539
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"method": "PUT",
|
|
2543
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"method": "GET",
|
|
2547
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
2548
|
-
},
|
|
2549
|
-
{
|
|
2550
|
-
"method": "PUT",
|
|
2551
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
2552
|
-
}
|
|
2553
|
-
],
|
|
2554
|
-
"variables": [
|
|
2555
|
-
"bankAccountUuid",
|
|
2556
|
-
"companyId",
|
|
2557
|
-
"compensationId",
|
|
2558
|
-
"employeeId",
|
|
2559
|
-
"employeeUuid",
|
|
2560
|
-
"garnishmentId",
|
|
2561
|
-
"homeAddressUuid",
|
|
2562
|
-
"jobId",
|
|
2563
|
-
"locationUuid",
|
|
2564
|
-
"workAddressUuid"
|
|
2625
|
+
"EmployeeOnboarding.FederalTaxes",
|
|
2626
|
+
"EmployeeOnboarding.StateTaxes"
|
|
2565
2627
|
]
|
|
2566
2628
|
},
|
|
2567
2629
|
"Employee.SelfOnboardingFlow": {
|
|
2568
2630
|
"blocks": [
|
|
2569
2631
|
"Employee.DocumentSigner",
|
|
2570
|
-
"Employee.FederalTaxes",
|
|
2571
2632
|
"Employee.Landing",
|
|
2572
2633
|
"Employee.OnboardingSummary",
|
|
2573
2634
|
"Employee.PaymentMethod",
|
|
2574
2635
|
"Employee.Profile",
|
|
2575
|
-
"
|
|
2576
|
-
"
|
|
2577
|
-
],
|
|
2578
|
-
"endpoints": [
|
|
2579
|
-
{
|
|
2580
|
-
"method": "GET",
|
|
2581
|
-
"path": "/v1/employees/:employeeId/forms"
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"method": "GET",
|
|
2585
|
-
"path": "/v1/employees/:employeeId"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"method": "GET",
|
|
2589
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"method": "PUT",
|
|
2593
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"method": "GET",
|
|
2597
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"method": "GET",
|
|
2601
|
-
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"method": "PUT",
|
|
2605
|
-
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
2606
|
-
},
|
|
2607
|
-
{
|
|
2608
|
-
"method": "GET",
|
|
2609
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"method": "PUT",
|
|
2613
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"method": "GET",
|
|
2617
|
-
"path": "/v1/companies/:companyId"
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"method": "GET",
|
|
2621
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"method": "POST",
|
|
2625
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"method": "DELETE",
|
|
2629
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"method": "GET",
|
|
2633
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"method": "GET",
|
|
2637
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"method": "PUT",
|
|
2641
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"method": "PUT",
|
|
2645
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"method": "GET",
|
|
2649
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"method": "POST",
|
|
2653
|
-
"path": "/v1/companies/:companyId/employees"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"method": "PUT",
|
|
2657
|
-
"path": "/v1/employees/:employeeId"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"method": "PUT",
|
|
2661
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"method": "GET",
|
|
2665
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
2666
|
-
},
|
|
2667
|
-
{
|
|
2668
|
-
"method": "GET",
|
|
2669
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"method": "POST",
|
|
2673
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"method": "PUT",
|
|
2677
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
"method": "GET",
|
|
2681
|
-
"path": "/v1/companies/:companyId/locations"
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"method": "GET",
|
|
2685
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"method": "POST",
|
|
2689
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"method": "PUT",
|
|
2693
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"method": "GET",
|
|
2697
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"method": "PUT",
|
|
2701
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
2702
|
-
}
|
|
2703
|
-
],
|
|
2704
|
-
"variables": [
|
|
2705
|
-
"bankAccountUuid",
|
|
2706
|
-
"companyId",
|
|
2707
|
-
"employeeId",
|
|
2708
|
-
"employeeUuid",
|
|
2709
|
-
"formId",
|
|
2710
|
-
"homeAddressUuid",
|
|
2711
|
-
"workAddressUuid"
|
|
2636
|
+
"EmployeeOnboarding.FederalTaxes",
|
|
2637
|
+
"EmployeeOnboarding.StateTaxes"
|
|
2712
2638
|
]
|
|
2713
2639
|
},
|
|
2714
|
-
"Employee.
|
|
2640
|
+
"Employee.TerminationFlow": {
|
|
2715
2641
|
"blocks": [
|
|
2716
2642
|
"Employee.TerminateEmployee",
|
|
2717
|
-
"Employee.TerminationFlow",
|
|
2718
2643
|
"Employee.TerminationSummary",
|
|
2719
2644
|
"Payroll.DismissalFlow",
|
|
2720
2645
|
"Payroll.PayrollLanding"
|
|
2721
|
-
]
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2646
|
+
]
|
|
2647
|
+
},
|
|
2648
|
+
"EmployeeManagement.DashboardFlow": {
|
|
2649
|
+
"blocks": [
|
|
2650
|
+
"Employee.HomeAddress",
|
|
2651
|
+
"Employee.PaymentMethod",
|
|
2652
|
+
"EmployeeManagement.DocumentManager",
|
|
2653
|
+
"EmployeeManagement.FederalTaxes",
|
|
2654
|
+
"EmployeeManagement.Profile",
|
|
2655
|
+
"EmployeeManagement.StateTaxes",
|
|
2656
|
+
"EmployeeManagement.WorkAddress",
|
|
2657
|
+
"EmployeeOnboarding.Compensation",
|
|
2658
|
+
"EmployeeOnboarding.Deductions",
|
|
2659
|
+
"EmployeeOnboarding.PaymentMethod"
|
|
2660
|
+
]
|
|
2661
|
+
},
|
|
2662
|
+
"EmployeeManagement.TerminationFlow": {
|
|
2663
|
+
"blocks": [
|
|
2664
|
+
"EmployeeManagement.TerminateEmployee",
|
|
2665
|
+
"EmployeeManagement.TerminationSummary",
|
|
2666
|
+
"Payroll.DismissalFlow",
|
|
2667
|
+
"Payroll.PayrollLanding"
|
|
2668
|
+
]
|
|
2669
|
+
},
|
|
2670
|
+
"EmployeeOnboarding.OnboardingFlow": {
|
|
2671
|
+
"blocks": [
|
|
2672
|
+
"Employee.EmployeeDocuments",
|
|
2673
|
+
"Employee.PaymentMethod",
|
|
2674
|
+
"EmployeeOnboarding.Compensation",
|
|
2675
|
+
"EmployeeOnboarding.Deductions",
|
|
2676
|
+
"EmployeeOnboarding.EmployeeList",
|
|
2677
|
+
"EmployeeOnboarding.FederalTaxes",
|
|
2678
|
+
"EmployeeOnboarding.OnboardingSummary",
|
|
2679
|
+
"EmployeeOnboarding.Profile",
|
|
2680
|
+
"EmployeeOnboarding.StateTaxes"
|
|
2681
|
+
]
|
|
2682
|
+
},
|
|
2683
|
+
"EmployeeOnboarding.SelfOnboardingFlow": {
|
|
2684
|
+
"blocks": [
|
|
2685
|
+
"Employee.PaymentMethod",
|
|
2686
|
+
"EmployeeOnboarding.DocumentSigner",
|
|
2687
|
+
"EmployeeOnboarding.FederalTaxes",
|
|
2688
|
+
"EmployeeOnboarding.Landing",
|
|
2689
|
+
"EmployeeOnboarding.OnboardingSummary",
|
|
2690
|
+
"EmployeeOnboarding.Profile",
|
|
2691
|
+
"EmployeeOnboarding.StateTaxes"
|
|
2692
|
+
]
|
|
2693
|
+
},
|
|
2694
|
+
"InformationRequests.InformationRequestsFlow": {
|
|
2695
|
+
"blocks": [
|
|
2696
|
+
"InformationRequests.InformationRequestForm",
|
|
2697
|
+
"InformationRequests.InformationRequestList"
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2700
|
+
"Payroll.DismissalFlow": {
|
|
2701
|
+
"blocks": [
|
|
2702
|
+
"Payroll.PayrollExecutionFlow"
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
"Payroll.OffCycleFlow": {
|
|
2706
|
+
"blocks": [
|
|
2707
|
+
"Payroll.OffCycleCreation",
|
|
2708
|
+
"Payroll.PayrollExecutionFlow"
|
|
2777
2709
|
]
|
|
2778
2710
|
},
|
|
2779
2711
|
"Payroll.PayrollExecutionFlow": {
|
|
2780
2712
|
"blocks": [
|
|
2781
2713
|
"Payroll.PayrollFlow"
|
|
2782
|
-
],
|
|
2783
|
-
"endpoints": [
|
|
2784
|
-
{
|
|
2785
|
-
"method": "GET",
|
|
2786
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"method": "GET",
|
|
2790
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
2791
|
-
}
|
|
2792
|
-
],
|
|
2793
|
-
"variables": [
|
|
2794
|
-
"companyId",
|
|
2795
|
-
"payrollId"
|
|
2796
2714
|
]
|
|
2797
2715
|
},
|
|
2798
2716
|
"Payroll.PayrollFlow": {
|
|
@@ -2801,139 +2719,31 @@
|
|
|
2801
2719
|
"Payroll.PayrollBlockerList",
|
|
2802
2720
|
"Payroll.PayrollConfiguration",
|
|
2803
2721
|
"Payroll.PayrollEditEmployee",
|
|
2804
|
-
"Payroll.
|
|
2722
|
+
"Payroll.PayrollExecutionFlow",
|
|
2805
2723
|
"Payroll.PayrollLanding",
|
|
2806
2724
|
"Payroll.PayrollOverview",
|
|
2807
2725
|
"Payroll.PayrollReceipts",
|
|
2808
2726
|
"Payroll.TransitionFlow"
|
|
2809
|
-
]
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
{
|
|
2816
|
-
"method": "GET",
|
|
2817
|
-
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"method": "GET",
|
|
2821
|
-
"path": "/v1/companies/:companyUuid/recovery_cases"
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"method": "GET",
|
|
2825
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"method": "PUT",
|
|
2829
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"method": "POST",
|
|
2833
|
-
"path": "/v1/payrolls/:payrollUuid/gross_up"
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
"method": "PUT",
|
|
2837
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/calculate"
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"method": "GET",
|
|
2841
|
-
"path": "/v1/companies/:companyId/employees"
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"method": "GET",
|
|
2845
|
-
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"method": "PUT",
|
|
2849
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
"method": "GET",
|
|
2853
|
-
"path": "/v1/employees/:employeeId"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"method": "GET",
|
|
2857
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"method": "GET",
|
|
2861
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"method": "GET",
|
|
2865
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"method": "PUT",
|
|
2869
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"method": "PUT",
|
|
2873
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel"
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"method": "GET",
|
|
2877
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"method": "GET",
|
|
2881
|
-
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"method": "GET",
|
|
2885
|
-
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"method": "GET",
|
|
2889
|
-
"path": "/v1/payrolls/:payrollUuid/receipt"
|
|
2890
|
-
}
|
|
2891
|
-
],
|
|
2892
|
-
"variables": [
|
|
2893
|
-
"companyId",
|
|
2894
|
-
"companyUuid",
|
|
2895
|
-
"employeeId",
|
|
2896
|
-
"payScheduleId",
|
|
2897
|
-
"payrollId",
|
|
2898
|
-
"payrollUuid",
|
|
2899
|
-
"wireInRequestUuid"
|
|
2727
|
+
]
|
|
2728
|
+
},
|
|
2729
|
+
"Payroll.TransitionFlow": {
|
|
2730
|
+
"blocks": [
|
|
2731
|
+
"Payroll.PayrollExecutionFlow",
|
|
2732
|
+
"Payroll.TransitionCreation"
|
|
2900
2733
|
]
|
|
2901
2734
|
},
|
|
2902
2735
|
"TimeOff.TimeOffFlow": {
|
|
2903
2736
|
"blocks": [
|
|
2737
|
+
"TimeOff.AddEmployeesHoliday",
|
|
2738
|
+
"TimeOff.AddEmployeesToPolicy",
|
|
2739
|
+
"TimeOff.HolidaySelectionForm",
|
|
2904
2740
|
"TimeOff.PolicyConfigurationForm",
|
|
2905
|
-
"TimeOff.
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"method": "PUT",
|
|
2914
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"method": "GET",
|
|
2918
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"method": "PUT",
|
|
2922
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
2923
|
-
},
|
|
2924
|
-
{
|
|
2925
|
-
"method": "PUT",
|
|
2926
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
2927
|
-
},
|
|
2928
|
-
{
|
|
2929
|
-
"method": "GET",
|
|
2930
|
-
"path": "/v1/companies/:companyId/employees"
|
|
2931
|
-
}
|
|
2932
|
-
],
|
|
2933
|
-
"variables": [
|
|
2934
|
-
"companyId",
|
|
2935
|
-
"companyUuid",
|
|
2936
|
-
"timeOffPolicyUuid"
|
|
2741
|
+
"TimeOff.PolicyList",
|
|
2742
|
+
"TimeOff.PolicySettings",
|
|
2743
|
+
"TimeOff.PolicyTypeSelector",
|
|
2744
|
+
"TimeOff.TimeOffPolicyDetailPresentation",
|
|
2745
|
+
"TimeOff.ViewHolidayEmployees",
|
|
2746
|
+
"TimeOff.ViewHolidaySchedule"
|
|
2937
2747
|
]
|
|
2938
2748
|
}
|
|
2939
2749
|
}
|