@gusto/embedded-react-sdk 0.41.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/assets/icons/house.svg.js +10 -0
  3. package/dist/assets/icons/house.svg.js.map +1 -0
  4. package/dist/assets/icons/search-lg.svg.js +10 -0
  5. package/dist/assets/icons/search-lg.svg.js.map +1 -0
  6. package/dist/components/Common/DataView/DataCards/DataCards.d.ts +3 -1
  7. package/dist/components/Common/DataView/DataCards/DataCards.js +55 -45
  8. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  9. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js +16 -10
  10. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js.map +1 -1
  11. package/dist/components/Common/DateRangeFilter/DateRangeFilter.js +1 -1
  12. package/dist/components/Common/DateRangeFilter/DateRangeFilter.js.map +1 -1
  13. package/dist/components/Common/EmptyData/EmptyData.d.ts +3 -0
  14. package/dist/components/Common/EmptyData/EmptyData.js +11 -11
  15. package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
  16. package/dist/components/Common/EmptyData/EmptyData.module.scss.js +8 -6
  17. package/dist/components/Common/EmptyData/EmptyData.module.scss.js.map +1 -1
  18. package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
  19. package/dist/components/Common/UI/ComboBox/ComboBox.d.ts +1 -1
  20. package/dist/components/Common/UI/ComboBox/ComboBox.js +26 -25
  21. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  22. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +5 -0
  23. package/dist/components/Common/UI/DatePicker/DatePicker.js +4 -4
  24. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  25. package/dist/components/Common/UI/Input/InputTypes.d.ts +1 -1
  26. package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
  27. package/dist/components/Common/UI/Menu/Menu.js +18 -17
  28. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  29. package/dist/components/Common/UI/Menu/MenuTypes.d.ts +5 -0
  30. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
  31. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js +1 -1
  32. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
  33. package/dist/components/Common/UI/Select/Select.js +9 -9
  34. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  35. package/dist/components/Common/UI/TextInput/TextInput.js +37 -35
  36. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  37. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -1
  38. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  39. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +2 -3
  40. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  41. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +2 -3
  42. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  43. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +2 -3
  44. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  45. package/dist/components/Company/AssignSignatory/TitleSelect.js +1 -1
  46. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +6 -6
  47. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +8 -9
  48. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  49. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
  50. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  51. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +2 -3
  52. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  53. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +0 -1
  54. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +7 -8
  55. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  56. package/dist/components/Company/FederalTaxes/Actions.js +5 -6
  57. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  58. package/dist/components/Company/Industry/Actions.js +2 -3
  59. package/dist/components/Company/Industry/Actions.js.map +1 -1
  60. package/dist/components/Company/Industry/Edit.js +4 -5
  61. package/dist/components/Company/Industry/Edit.js.map +1 -1
  62. package/dist/components/Company/Locations/LocationForm/Actions.js +6 -7
  63. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  64. package/dist/components/Company/Locations/LocationForm/Form.d.ts +6 -1
  65. package/dist/components/Company/Locations/LocationForm/Form.js +29 -27
  66. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  67. package/dist/components/Company/Locations/LocationForm/LocationForm.js +59 -55
  68. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  69. package/dist/components/Company/Locations/LocationsList/Actions.js +6 -7
  70. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  71. package/dist/components/Company/Locations/LocationsList/List.js +33 -33
  72. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  73. package/dist/components/Company/Locations/LocationsList/List.module.scss.js +8 -0
  74. package/dist/components/Company/Locations/LocationsList/List.module.scss.js.map +1 -0
  75. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js +11 -15
  76. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  77. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js +37 -35
  78. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  79. package/dist/components/Company/PaySchedule/PayScheduleForm.js +87 -99
  80. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
  81. package/dist/components/Company/PaySchedule/PayScheduleForm.module.scss.js +8 -10
  82. package/dist/components/Company/PaySchedule/PayScheduleForm.module.scss.js.map +1 -1
  83. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +11 -1
  84. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  85. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +2 -3
  86. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  87. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +2 -3
  88. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  89. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -6
  90. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  91. package/dist/components/Contractor/Address/Address.js +6 -6
  92. package/dist/components/Contractor/Address/Address.js.map +1 -1
  93. package/dist/components/Contractor/Address/Form.js +4 -4
  94. package/dist/components/Contractor/Address/Head.js +10 -8
  95. package/dist/components/Contractor/Address/Head.js.map +1 -1
  96. package/dist/components/Contractor/NewHireReport/NewHireReport.js +39 -39
  97. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  98. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js +13 -16
  99. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
  100. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js +61 -63
  101. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  102. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +9 -9
  103. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  104. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +14 -15
  105. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  106. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +1 -1
  107. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js +11 -11
  108. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -1
  109. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +88 -111
  110. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  111. package/dist/components/Contractor/Profile/ContractorProfileForm.js +48 -49
  112. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  113. package/dist/components/Contractor/Submit/SubmitDone.js +14 -12
  114. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  115. package/dist/components/Employee/Compensation/Actions.js +1 -1
  116. package/dist/components/Employee/Compensation/List.js +22 -23
  117. package/dist/components/Employee/Compensation/List.js.map +1 -1
  118. package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +2 -0
  119. package/dist/components/Employee/Dashboard/DashboardComponents.js +18 -6
  120. package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
  121. package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +2 -0
  122. package/dist/components/Employee/Dashboard/dashboardStateMachine.js +55 -4
  123. package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
  124. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +26 -26
  125. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  126. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +6 -7
  127. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  128. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +0 -33
  129. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +129 -212
  130. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  131. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +79 -57
  132. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  133. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.d.ts +3 -4
  134. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -1
  135. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/index.d.ts +2 -2
  136. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +0 -1
  137. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js +33 -49
  138. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -1
  139. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +12 -3
  140. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js +98 -98
  141. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  142. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.js.map +1 -0
  143. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -0
  144. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -0
  145. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -0
  146. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -0
  147. package/dist/components/Employee/FederalTaxes/Actions.js +6 -7
  148. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  149. package/dist/components/Employee/FederalTaxes/FederalForm.js +4 -5
  150. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  151. package/dist/components/Employee/HomeAddress/management/HomeAddress.d.ts +6 -0
  152. package/dist/components/Employee/HomeAddress/management/HomeAddress.js +48 -0
  153. package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -0
  154. package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +18 -0
  155. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +477 -0
  156. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -0
  157. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +8 -0
  158. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js +36 -0
  159. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -0
  160. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.test.d.ts +1 -0
  161. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +45 -0
  162. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +112 -0
  163. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -0
  164. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +1 -1
  165. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  166. package/dist/components/Employee/PaymentMethod/Actions.js +5 -6
  167. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  168. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +1 -1
  169. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +4 -4
  170. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +1 -1
  171. package/dist/components/Employee/PaymentMethod/Split.js +23 -22
  172. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  173. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
  174. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  175. package/dist/components/Employee/Profile/AdminProfile.js +94 -100
  176. package/dist/components/Employee/Profile/AdminProfile.js.map +1 -1
  177. package/dist/components/Employee/Profile/EmployeeProfile.js +63 -65
  178. package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -1
  179. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +37 -36
  180. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
  181. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +1 -1
  182. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -1
  183. package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +2 -0
  184. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.d.ts +3 -0
  185. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +24 -0
  186. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -0
  187. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +9 -3
  188. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +105 -105
  189. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
  190. package/dist/components/Employee/Profile/shared/useWorkAddressForm/index.d.ts +2 -0
  191. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.d.ts +3 -0
  192. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +24 -0
  193. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -0
  194. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +10 -4
  195. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +95 -84
  196. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
  197. package/dist/components/Employee/StateTaxes/Actions.js +7 -8
  198. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  199. package/dist/components/Employee/Taxes/Actions.js +8 -9
  200. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  201. package/dist/components/Employee/Taxes/FederalForm.js +4 -5
  202. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  203. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js +11 -9
  204. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js.map +1 -1
  205. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js +71 -89
  206. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js.map +1 -1
  207. package/dist/components/Employee/WorkAddress/management/WorkAddress.d.ts +6 -0
  208. package/dist/components/Employee/WorkAddress/management/WorkAddress.js +48 -0
  209. package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -0
  210. package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +16 -0
  211. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +368 -0
  212. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -0
  213. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +4 -0
  214. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js +35 -0
  215. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -0
  216. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +45 -0
  217. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +143 -0
  218. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -0
  219. package/dist/components/Employee/exports/employeeManagement.d.ts +3 -1
  220. package/dist/components/Employee/exports/employeeManagement.js +12 -10
  221. package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
  222. package/dist/components/Employee/exports/employeeOnboarding.d.ts +1 -1
  223. package/dist/components/Employee/exports/employeeOnboarding.js +1 -1
  224. package/dist/components/Employee/index.d.ts +5 -1
  225. package/dist/components/Employee/index.js +37 -33
  226. package/dist/components/Employee/index.js.map +1 -1
  227. package/dist/components/Flow/Flow.js +23 -51
  228. package/dist/components/Flow/Flow.js.map +1 -1
  229. package/dist/components/Flow/FlowHeader.d.ts +16 -0
  230. package/dist/components/Flow/FlowHeader.js +90 -0
  231. package/dist/components/Flow/FlowHeader.js.map +1 -0
  232. package/dist/components/Flow/useFlow.d.ts +33 -6
  233. package/dist/components/Flow/useFlow.js.map +1 -1
  234. package/dist/components/Payroll/Dismissal/DismissalFlow.js +20 -18
  235. package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
  236. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +10 -10
  237. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
  238. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js +17 -19
  239. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -1
  240. package/dist/components/Payroll/OffCycle/OffCycleFlow.js +13 -11
  241. package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
  242. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +9 -9
  243. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  244. package/dist/components/Payroll/OffCycle/offCycleStateMachine.js +25 -29
  245. package/dist/components/Payroll/OffCycle/offCycleStateMachine.js.map +1 -1
  246. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +0 -1
  247. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  248. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +6 -7
  249. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  250. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +2 -3
  251. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  252. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js +43 -42
  253. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  254. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js +38 -42
  255. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  256. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js +18 -17
  257. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
  258. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +69 -78
  259. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  260. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +13 -12
  261. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
  262. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +51 -82
  263. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  264. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +45 -43
  265. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  266. package/dist/components/Payroll/Transition/TransitionFlow.js +17 -15
  267. package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
  268. package/dist/components/Payroll/Transition/TransitionFlowComponents.js +24 -24
  269. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
  270. package/dist/components/Payroll/Transition/transitionStateMachine.js +25 -29
  271. package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -1
  272. package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +6 -41
  273. package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
  274. package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +1 -0
  275. package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +12 -40
  276. package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
  277. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js +61 -41
  278. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  279. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +6 -8
  280. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -1
  281. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +32 -44
  282. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
  283. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +36 -29
  284. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  285. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js +50 -23
  286. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
  287. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +26 -25
  288. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  289. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +52 -38
  290. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  291. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployees.d.ts +2 -0
  292. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +6 -0
  293. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +66 -0
  294. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -0
  295. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +2 -0
  296. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +82 -0
  297. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -0
  298. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +24 -0
  299. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +7 -0
  300. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +70 -0
  301. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -0
  302. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTypes.d.ts +24 -0
  303. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +11 -0
  304. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +56 -0
  305. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -0
  306. package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -4
  307. package/dist/components/UNSTABLE_TimeOff/index.js +19 -21
  308. package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
  309. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js +90 -0
  310. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -0
  311. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +10 -0
  312. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js.map +1 -0
  313. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +1 -0
  314. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +1 -0
  315. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +31 -31
  316. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  317. package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +8 -0
  318. package/dist/contexts/ThemeProvider/ThemeProvider.js +26 -21
  319. package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
  320. package/dist/contexts/ThemeProvider/useTheme.d.ts +1 -1
  321. package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
  322. package/dist/helpers/breadcrumbHelpers.d.ts +35 -22
  323. package/dist/helpers/breadcrumbHelpers.js +45 -35
  324. package/dist/helpers/breadcrumbHelpers.js.map +1 -1
  325. package/dist/helpers/dateFormatting.d.ts +12 -0
  326. package/dist/helpers/dateFormatting.js +72 -65
  327. package/dist/helpers/dateFormatting.js.map +1 -1
  328. package/dist/helpers/formattedStrings.d.ts +2 -0
  329. package/dist/helpers/formattedStrings.js +30 -27
  330. package/dist/helpers/formattedStrings.js.map +1 -1
  331. package/dist/i18n/I18n.js +131 -35
  332. package/dist/i18n/I18n.js.map +1 -1
  333. package/dist/i18n/en/Company.Locations.json.js +43 -39
  334. package/dist/i18n/en/Company.Locations.json.js.map +1 -1
  335. package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +5 -5
  336. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +22 -0
  337. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -0
  338. package/dist/i18n/en/Employee.HomeAddress.Management.json.js +60 -0
  339. package/dist/i18n/en/Employee.HomeAddress.Management.json.js.map +1 -0
  340. package/dist/i18n/en/Employee.HomeAddress.json.js +22 -20
  341. package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
  342. package/dist/i18n/en/Employee.I9SignatureForm.json.js +79 -75
  343. package/dist/i18n/en/Employee.I9SignatureForm.json.js.map +1 -1
  344. package/dist/i18n/en/Employee.PaymentMethod.json.js +13 -13
  345. package/dist/i18n/en/Employee.WorkAddress.Management.json.js +62 -0
  346. package/dist/i18n/en/Employee.WorkAddress.Management.json.js.map +1 -0
  347. package/dist/i18n/en/Payroll.RecoveryCasesList.json.js +14 -10
  348. package/dist/i18n/en/Payroll.RecoveryCasesList.json.js.map +1 -1
  349. package/dist/i18n/en/common.json.d.ts +1 -0
  350. package/dist/i18n/en/common.json.js +28 -26
  351. package/dist/i18n/en/common.json.js.map +1 -1
  352. package/dist/index.d.ts +5 -5
  353. package/dist/index.js +72 -68
  354. package/dist/index.js.map +1 -1
  355. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +13 -14
  356. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
  357. package/dist/partner-hook-utils/form/fields/DatePickerHookField.d.ts +4 -2
  358. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +19 -13
  359. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
  360. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +16 -17
  361. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
  362. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +10 -11
  363. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
  364. package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +5 -2
  365. package/dist/partner-hook-utils/form/fields/SelectHookField.js +21 -18
  366. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
  367. package/dist/partner-hook-utils/form/fields/SwitchHookField.js +12 -13
  368. package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
  369. package/dist/partner-hook-utils/form/fields/TextInputHookField.js +14 -15
  370. package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
  371. package/dist/partner-hook-utils/form/withOptions.d.ts +1 -1
  372. package/dist/partner-hook-utils/form/withOptions.js.map +1 -1
  373. package/dist/partner-hook-utils/types.d.ts +1 -1
  374. package/dist/shared/constants.d.ts +6 -0
  375. package/dist/shared/constants.js +17 -14
  376. package/dist/shared/constants.js.map +1 -1
  377. package/dist/style.css +1 -1
  378. package/dist/types/i18next.d.ts +109 -1
  379. package/docs/reference/endpoint-inventory.json +241 -38
  380. package/package.json +11 -11
  381. package/dist/_virtual/dynamic-import-helper.js +0 -17
  382. package/dist/_virtual/dynamic-import-helper.js.map +0 -1
  383. package/dist/components/Common/SignatureForm/SignatureForm.d.ts +0 -14
  384. package/dist/components/Common/SignatureForm/SignatureForm.js +0 -28
  385. package/dist/components/Common/SignatureForm/SignatureForm.js.map +0 -1
  386. package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js +0 -10
  387. package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js.map +0 -1
  388. package/dist/components/Common/SignatureForm/SignatureFormActions.d.ts +0 -8
  389. package/dist/components/Common/SignatureForm/SignatureFormActions.js +0 -22
  390. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +0 -1
  391. package/dist/components/Common/SignatureForm/SignatureFormFields.d.ts +0 -9
  392. package/dist/components/Common/SignatureForm/SignatureFormFields.js +0 -39
  393. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +0 -1
  394. package/dist/components/Common/SignatureForm/index.d.ts +0 -5
  395. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +0 -8
  396. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js.map +0 -1
  397. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.d.ts +0 -1
  398. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js +0 -20
  399. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +0 -1
  400. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.d.ts +0 -1
  401. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js +0 -20
  402. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +0 -1
  403. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.d.ts +0 -1
  404. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js +0 -35
  405. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +0 -1
  406. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.d.ts +0 -1
  407. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js +0 -20
  408. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +0 -1
  409. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.d.ts +0 -9
  410. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +0 -21
  411. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +0 -1
  412. package/dist/components/Employee/employee-list/management/ManagementEmployeeList.js.map +0 -1
  413. package/dist/components/Employee/employee-list/management/ManagementEmployeeListView.js.map +0 -1
  414. package/dist/components/Employee/employee-list/onboarding/EmployeeList.js.map +0 -1
  415. package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js.map +0 -1
  416. package/dist/components/Employee/employee-list/shared/useEmployeeList.js.map +0 -1
  417. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeList.d.ts +0 -0
  418. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeList.js +0 -0
  419. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeListView.d.ts +0 -0
  420. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeListView.js +0 -0
  421. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeList.d.ts +0 -0
  422. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeList.js +0 -0
  423. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeListView.d.ts +0 -0
  424. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeListView.js +0 -0
  425. /package/dist/components/Employee/{employee-list → EmployeeList}/shared/index.d.ts +0 -0
  426. /package/dist/components/Employee/{employee-list → EmployeeList}/shared/useEmployeeList.d.ts +0 -0
  427. /package/dist/components/Employee/{employee-list → EmployeeList}/shared/useEmployeeList.js +0 -0
@@ -192,8 +192,10 @@ export interface CompanyLocations{
192
192
  "addressTypeLabel":string;
193
193
  "mailingAddressLabel":string;
194
194
  "mailingAddressDescription":string;
195
+ "mailingAddressDescriptionLocked":string;
195
196
  "filingAddressLabel":string;
196
197
  "filingAddressDescription":string;
198
+ "filingAddressDescriptionLocked":string;
197
199
  "saveCta":string;
198
200
  "cancelCta":string;
199
201
  "continueCta":string;
@@ -387,6 +389,14 @@ export interface CompanyTimeOffCreateTimeOffPolicy{
387
389
  "perCalendarYearLabel":string;
388
390
  "monthLabel":string;
389
391
  "dayLabel":string;
392
+ "validations":{
393
+ "policyName":string;
394
+ "accrualMethod":string;
395
+ "accrualRate":string;
396
+ "accrualRateUnit":string;
397
+ "accrualMethodFixed":string;
398
+ "resetDateType":string;
399
+ };
390
400
  };
391
401
  "policySettings":{
392
402
  "title":string;
@@ -531,6 +541,16 @@ export interface CompanyTimeOffHolidayPolicy{
531
541
  "employeesRemoved_other":string;
532
542
  };
533
543
  };
544
+ export interface CompanyTimeOffSelectEmployees{
545
+ "title":string;
546
+ "description":string;
547
+ "holidayDescription":string;
548
+ "reassignmentWarning":string;
549
+ "departmentColumn":string;
550
+ "startingBalanceColumn":string;
551
+ "backCta":string;
552
+ "continueCta":string;
553
+ };
534
554
  export interface CompanyTimeOffSelectPolicyType{
535
555
  "title":string;
536
556
  "policyTypeLabel":string;
@@ -1704,6 +1724,41 @@ export interface EmployeeFederalTaxes{
1704
1724
  "federalTwoJobs":string;
1705
1725
  };
1706
1726
  };
1727
+ export interface EmployeeHomeAddressManagement{
1728
+ "title":string;
1729
+ "description":string;
1730
+ "rowMenuAriaLabel":string;
1731
+ "rowEdit":string;
1732
+ "rowDelete":string;
1733
+ "currentSectionTitle":string;
1734
+ "currentSince":string;
1735
+ "editCta":string;
1736
+ "changeCta":string;
1737
+ "changePendingTitle":string;
1738
+ "changePendingPossessiveFallback":string;
1739
+ "changePendingDescription":string;
1740
+ "historySectionTitle":string;
1741
+ "historyEmptyTitle":string;
1742
+ "historyEmptyDescription":string;
1743
+ "columns":{
1744
+ "address":string;
1745
+ "startDate":string;
1746
+ "endDate":string;
1747
+ };
1748
+ "editModalTitle":string;
1749
+ "editModalDescription":string;
1750
+ "createModalTitle":string;
1751
+ "createModalDescription":string;
1752
+ "startDateHelper":string;
1753
+ "submitCta":string;
1754
+ "cancelCta":string;
1755
+ "deleteModalTitle":string;
1756
+ "deleteModalDescription":string;
1757
+ "deleteModalConfirmCta":string;
1758
+ "form":{
1759
+ "startDateRequired":string;
1760
+ };
1761
+ };
1707
1762
  export interface EmployeeHomeAddress{
1708
1763
  "formTitle":string;
1709
1764
  "desc":string;
@@ -1713,6 +1768,7 @@ export interface EmployeeHomeAddress{
1713
1768
  "state":string;
1714
1769
  "statePlaceholder":string;
1715
1770
  "zip":string;
1771
+ "effectiveDate":string;
1716
1772
  "courtesyWithholdingLabel":string;
1717
1773
  "courtesyWithholdingDescription":string;
1718
1774
  "learnMoreCta":string;
@@ -1739,6 +1795,7 @@ export interface EmployeeI9SignatureForm{
1739
1795
  "confirmationLabel":string;
1740
1796
  "confirmationError":string;
1741
1797
  "preparerQuestion":string;
1798
+ "preparerQuestionError":string;
1742
1799
  "preparerNo":string;
1743
1800
  "preparerYes":string;
1744
1801
  "preparerNote":string;
@@ -1753,6 +1810,7 @@ export interface EmployeeI9SignatureForm{
1753
1810
  "preparerCityLabel":string;
1754
1811
  "preparerCityError":string;
1755
1812
  "preparerStateLabel":string;
1813
+ "preparerStatePlaceholder":string;
1756
1814
  "preparerStateError":string;
1757
1815
  "preparerZipLabel":string;
1758
1816
  "preparerZipError":string;
@@ -1920,6 +1978,7 @@ export interface EmployeePaymentMethod{
1920
1978
  "validations":{
1921
1979
  "percentageError":string;
1922
1980
  "percentageErrorWithTotal":string;
1981
+ "percentageAmountError":string;
1923
1982
  "amountError":string;
1924
1983
  "accountName":string;
1925
1984
  "routingNumber":string;
@@ -2121,6 +2180,52 @@ export interface EmployeeTerminationsTerminationSummary{
2121
2180
  "cancel":string;
2122
2181
  };
2123
2182
  };
2183
+ export interface EmployeeWorkAddressManagement{
2184
+ "title":string;
2185
+ "description":string;
2186
+ "rowMenuAriaLabel":string;
2187
+ "rowEdit":string;
2188
+ "rowDelete":string;
2189
+ "currentSectionTitle":string;
2190
+ "currentSince":string;
2191
+ "currentEmpty":string;
2192
+ "editCta":string;
2193
+ "changeCta":string;
2194
+ "changePendingTitle":string;
2195
+ "changePendingPossessiveFallback":string;
2196
+ "changePendingDescription":string;
2197
+ "historySectionTitle":string;
2198
+ "historyEmptyTitle":string;
2199
+ "historyEmptyDescription":string;
2200
+ "columns":{
2201
+ "location":string;
2202
+ "startDate":string;
2203
+ "endDate":string;
2204
+ };
2205
+ "editModalDescription":string;
2206
+ "changeModalDescription":string;
2207
+ "editPastAddressAlertTitle":string;
2208
+ "editModalTitle":string;
2209
+ "changeModalTitle":string;
2210
+ "form":{
2211
+ "editLocationLabel":string;
2212
+ "editInactiveLocationLabel":string;
2213
+ "editLocationDescription":string;
2214
+ "newWorkAddressLabel":string;
2215
+ "newWorkAddressDescription":string;
2216
+ "selectPlaceholder":string;
2217
+ "locationRequired":string;
2218
+ "startDateLabel":string;
2219
+ "startDateDescription":string;
2220
+ "editInactiveStartDateDescription":string;
2221
+ "startDateRequired":string;
2222
+ };
2223
+ "submitCta":string;
2224
+ "cancelCta":string;
2225
+ "deleteModalTitle":string;
2226
+ "deleteModalDescription":string;
2227
+ "deleteModalConfirmCta":string;
2228
+ };
2124
2229
  export interface InformationRequestsInformationRequestForm{
2125
2230
  "title":string;
2126
2231
  "blockingAlert":{
@@ -2932,6 +3037,8 @@ export interface PayrollPayrollReceipts{
2932
3037
  export interface PayrollRecoveryCasesList{
2933
3038
  "title":string;
2934
3039
  "description":string;
3040
+ "emptyTableTitle":string;
3041
+ "emptyTableDescription":string;
2935
3042
  "labels":{
2936
3043
  "noLatestErrorCode":string;
2937
3044
  "noLatestErrorCodeAriaLabel":string;
@@ -3084,6 +3191,7 @@ export interface common{
3084
3191
  };
3085
3192
  "optionalLabel":string;
3086
3193
  "progressBarLabel":string;
3194
+ "back":string;
3087
3195
  "errors":{
3088
3196
  "errorHeading":string;
3089
3197
  "globalReactError":string;
@@ -3263,6 +3371,6 @@ export interface common{
3263
3371
 
3264
3372
  interface CustomTypeOptions {
3265
3373
  defaultNS: 'common';
3266
- resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Company.TimeOff.CreateTimeOffPolicy': CompanyTimeOffCreateTimeOffPolicy, 'Company.TimeOff.EmployeeTable': CompanyTimeOffEmployeeTable, 'Company.TimeOff.HolidayPolicy': CompanyTimeOffHolidayPolicy, 'Company.TimeOff.SelectPolicyType': CompanyTimeOffSelectPolicyType, 'Company.TimeOff.TimeOffPolicies': CompanyTimeOffTimeOffPolicies, 'Company.TimeOff.TimeOffPolicyDetails': CompanyTimeOffTimeOffPolicyDetails, 'Company.TimeOff.TimeOffRequests': CompanyTimeOffTimeOffRequests, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentSummary': ContractorPaymentsPaymentSummary, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Dashboard': EmployeeDashboard, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeDocuments': EmployeeEmployeeDocuments, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.EmploymentEligibility': EmployeeEmploymentEligibility, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.I9SignatureForm': EmployeeI9SignatureForm, 'Employee.Landing': EmployeeLanding, 'Employee.ManagementEmployeeList': EmployeeManagementEmployeeList, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'Employee.Terminations.TerminateEmployee': EmployeeTerminationsTerminateEmployee, 'Employee.Terminations.TerminationFlow': EmployeeTerminationsTerminationFlow, 'Employee.Terminations.TerminationSummary': EmployeeTerminationsTerminationSummary, 'InformationRequests.InformationRequestForm': InformationRequestsInformationRequestForm, 'InformationRequests.InformationRequestList': InformationRequestsInformationRequestList, 'InformationRequests': InformationRequests, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.Dismissal': PayrollDismissal, 'Payroll.EmployeeSelection': PayrollEmployeeSelection, 'Payroll.GrossUpModal': PayrollGrossUpModal, 'Payroll.OffCycle': PayrollOffCycle, 'Payroll.OffCycleCreation': PayrollOffCycleCreation, 'Payroll.OffCycleDeductionsSetting': PayrollOffCycleDeductionsSetting, 'Payroll.OffCyclePayPeriodDateForm': PayrollOffCyclePayPeriodDateForm, 'Payroll.OffCycleReasonSelection': PayrollOffCycleReasonSelection, 'Payroll.OffCycleTaxWithholding': PayrollOffCycleTaxWithholding, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.RecoveryCasesList': PayrollRecoveryCasesList, 'Payroll.RecoveryCasesResubmit': PayrollRecoveryCasesResubmit, 'Payroll.Transition': PayrollTransition, 'Payroll.TransitionCreation': PayrollTransitionCreation, 'Payroll.TransitionPayrollAlert': PayrollTransitionPayrollAlert, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
3374
+ resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Company.TimeOff.CreateTimeOffPolicy': CompanyTimeOffCreateTimeOffPolicy, 'Company.TimeOff.EmployeeTable': CompanyTimeOffEmployeeTable, 'Company.TimeOff.HolidayPolicy': CompanyTimeOffHolidayPolicy, 'Company.TimeOff.SelectEmployees': CompanyTimeOffSelectEmployees, 'Company.TimeOff.SelectPolicyType': CompanyTimeOffSelectPolicyType, 'Company.TimeOff.TimeOffPolicies': CompanyTimeOffTimeOffPolicies, 'Company.TimeOff.TimeOffPolicyDetails': CompanyTimeOffTimeOffPolicyDetails, 'Company.TimeOff.TimeOffRequests': CompanyTimeOffTimeOffRequests, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentSummary': ContractorPaymentsPaymentSummary, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Dashboard': EmployeeDashboard, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeDocuments': EmployeeEmployeeDocuments, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.EmploymentEligibility': EmployeeEmploymentEligibility, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress.Management': EmployeeHomeAddressManagement, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.I9SignatureForm': EmployeeI9SignatureForm, 'Employee.Landing': EmployeeLanding, 'Employee.ManagementEmployeeList': EmployeeManagementEmployeeList, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'Employee.Terminations.TerminateEmployee': EmployeeTerminationsTerminateEmployee, 'Employee.Terminations.TerminationFlow': EmployeeTerminationsTerminationFlow, 'Employee.Terminations.TerminationSummary': EmployeeTerminationsTerminationSummary, 'Employee.WorkAddress.Management': EmployeeWorkAddressManagement, 'InformationRequests.InformationRequestForm': InformationRequestsInformationRequestForm, 'InformationRequests.InformationRequestList': InformationRequestsInformationRequestList, 'InformationRequests': InformationRequests, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.Dismissal': PayrollDismissal, 'Payroll.EmployeeSelection': PayrollEmployeeSelection, 'Payroll.GrossUpModal': PayrollGrossUpModal, 'Payroll.OffCycle': PayrollOffCycle, 'Payroll.OffCycleCreation': PayrollOffCycleCreation, 'Payroll.OffCycleDeductionsSetting': PayrollOffCycleDeductionsSetting, 'Payroll.OffCyclePayPeriodDateForm': PayrollOffCyclePayPeriodDateForm, 'Payroll.OffCycleReasonSelection': PayrollOffCycleReasonSelection, 'Payroll.OffCycleTaxWithholding': PayrollOffCycleTaxWithholding, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.RecoveryCasesList': PayrollRecoveryCasesList, 'Payroll.RecoveryCasesResubmit': PayrollRecoveryCasesResubmit, 'Payroll.Transition': PayrollTransition, 'Payroll.TransitionCreation': PayrollTransitionCreation, 'Payroll.TransitionPayrollAlert': PayrollTransitionPayrollAlert, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
3267
3375
  };
3268
3376
  }
@@ -583,6 +583,10 @@
583
583
  "method": "GET",
584
584
  "path": "/v1/employees/:employeeId/home_addresses"
585
585
  },
586
+ {
587
+ "method": "GET",
588
+ "path": "/v1/home_addresses/:homeAddressUuid"
589
+ },
586
590
  {
587
591
  "method": "POST",
588
592
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -595,6 +599,10 @@
595
599
  "method": "GET",
596
600
  "path": "/v1/companies/:companyId/locations"
597
601
  },
602
+ {
603
+ "method": "GET",
604
+ "path": "/v1/work_addresses/:workAddressUuid"
605
+ },
598
606
  {
599
607
  "method": "POST",
600
608
  "path": "/v1/employees/:employeeId/work_addresses"
@@ -754,6 +762,10 @@
754
762
  "method": "PUT",
755
763
  "path": "/v1/employees/:employeeId/i9_authorization"
756
764
  },
765
+ {
766
+ "method": "GET",
767
+ "path": "/v1/employees/:employeeId/forms/:formId"
768
+ },
757
769
  {
758
770
  "method": "GET",
759
771
  "path": "/v1/employees/:employeeId/forms/:formId/pdf"
@@ -761,10 +773,6 @@
761
773
  {
762
774
  "method": "PUT",
763
775
  "path": "/v1/employees/:employeeId/forms/:formId/sign"
764
- },
765
- {
766
- "method": "GET",
767
- "path": "/v1/employees/:employeeId/forms/:formId"
768
776
  }
769
777
  ],
770
778
  "variables": [
@@ -835,6 +843,26 @@
835
843
  "employeeUuid"
836
844
  ]
837
845
  },
846
+ "Employee.HomeAddress": {
847
+ "endpoints": [
848
+ {
849
+ "method": "DELETE",
850
+ "path": "/v1/home_addresses/:homeAddressUuid"
851
+ },
852
+ {
853
+ "method": "GET",
854
+ "path": "/v1/employees/:employeeId/home_addresses"
855
+ },
856
+ {
857
+ "method": "GET",
858
+ "path": "/v1/employees/:employeeId"
859
+ }
860
+ ],
861
+ "variables": [
862
+ "employeeId",
863
+ "homeAddressUuid"
864
+ ]
865
+ },
838
866
  "Employee.EmploymentEligibility": {
839
867
  "endpoints": [
840
868
  {
@@ -910,6 +938,26 @@
910
938
  "employeeId"
911
939
  ]
912
940
  },
941
+ "Employee.WorkAddress": {
942
+ "endpoints": [
943
+ {
944
+ "method": "DELETE",
945
+ "path": "/v1/work_addresses/:workAddressUuid"
946
+ },
947
+ {
948
+ "method": "GET",
949
+ "path": "/v1/employees/:employeeId/work_addresses"
950
+ },
951
+ {
952
+ "method": "GET",
953
+ "path": "/v1/employees/:employeeId"
954
+ }
955
+ ],
956
+ "variables": [
957
+ "employeeId",
958
+ "workAddressUuid"
959
+ ]
960
+ },
913
961
  "Employee.Taxes": {
914
962
  "endpoints": [
915
963
  {
@@ -1339,9 +1387,25 @@
1339
1387
  "method": "DELETE",
1340
1388
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1341
1389
  },
1390
+ {
1391
+ "method": "GET",
1392
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1393
+ },
1394
+ {
1395
+ "method": "PUT",
1396
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1397
+ },
1342
1398
  {
1343
1399
  "method": "POST",
1344
1400
  "path": "/v1/companies/:companyUuid/time_off_policies"
1401
+ },
1402
+ {
1403
+ "method": "PUT",
1404
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1405
+ },
1406
+ {
1407
+ "method": "PUT",
1408
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1345
1409
  }
1346
1410
  ],
1347
1411
  "variables": [
@@ -1376,9 +1440,25 @@
1376
1440
  "method": "DELETE",
1377
1441
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1378
1442
  },
1443
+ {
1444
+ "method": "GET",
1445
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1446
+ },
1447
+ {
1448
+ "method": "PUT",
1449
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1450
+ },
1379
1451
  {
1380
1452
  "method": "POST",
1381
1453
  "path": "/v1/companies/:companyUuid/time_off_policies"
1454
+ },
1455
+ {
1456
+ "method": "PUT",
1457
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1458
+ },
1459
+ {
1460
+ "method": "PUT",
1461
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1382
1462
  }
1383
1463
  ],
1384
1464
  "variables": [
@@ -1398,7 +1478,7 @@
1398
1478
  "companyUuid"
1399
1479
  ]
1400
1480
  },
1401
- "UNSTABLE_TimeOff.PolicySettings": {
1481
+ "UNSTABLE_TimeOff.PolicySettingsPresentation": {
1402
1482
  "endpoints": [
1403
1483
  {
1404
1484
  "method": "POST",
@@ -1424,46 +1504,25 @@
1424
1504
  "method": "DELETE",
1425
1505
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1426
1506
  },
1427
- {
1428
- "method": "POST",
1429
- "path": "/v1/companies/:companyUuid/time_off_policies"
1430
- }
1431
- ],
1432
- "variables": [
1433
- "companyId",
1434
- "companyUuid",
1435
- "timeOffPolicyUuid"
1436
- ]
1437
- },
1438
- "UNSTABLE_TimeOff.PolicySettingsPresentation": {
1439
- "endpoints": [
1440
- {
1441
- "method": "POST",
1442
- "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1443
- },
1444
1507
  {
1445
1508
  "method": "GET",
1446
- "path": "/v1/companies/:companyUuid/time_off_policies"
1509
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1447
1510
  },
1448
1511
  {
1449
1512
  "method": "PUT",
1450
- "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1513
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1451
1514
  },
1452
1515
  {
1453
- "method": "GET",
1454
- "path": "/v1/companies/:companyId/employees"
1455
- },
1456
- {
1457
- "method": "GET",
1458
- "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1516
+ "method": "POST",
1517
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1459
1518
  },
1460
1519
  {
1461
- "method": "DELETE",
1462
- "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1520
+ "method": "PUT",
1521
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1463
1522
  },
1464
1523
  {
1465
- "method": "POST",
1466
- "path": "/v1/companies/:companyUuid/time_off_policies"
1524
+ "method": "PUT",
1525
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1467
1526
  }
1468
1527
  ],
1469
1528
  "variables": [
@@ -1498,9 +1557,25 @@
1498
1557
  "method": "DELETE",
1499
1558
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1500
1559
  },
1560
+ {
1561
+ "method": "GET",
1562
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1563
+ },
1564
+ {
1565
+ "method": "PUT",
1566
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1567
+ },
1501
1568
  {
1502
1569
  "method": "POST",
1503
1570
  "path": "/v1/companies/:companyUuid/time_off_policies"
1571
+ },
1572
+ {
1573
+ "method": "PUT",
1574
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1575
+ },
1576
+ {
1577
+ "method": "PUT",
1578
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1504
1579
  }
1505
1580
  ],
1506
1581
  "variables": [
@@ -1535,9 +1610,25 @@
1535
1610
  "method": "DELETE",
1536
1611
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1537
1612
  },
1613
+ {
1614
+ "method": "GET",
1615
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1616
+ },
1617
+ {
1618
+ "method": "PUT",
1619
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1620
+ },
1538
1621
  {
1539
1622
  "method": "POST",
1540
1623
  "path": "/v1/companies/:companyUuid/time_off_policies"
1624
+ },
1625
+ {
1626
+ "method": "PUT",
1627
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1628
+ },
1629
+ {
1630
+ "method": "PUT",
1631
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1541
1632
  }
1542
1633
  ],
1543
1634
  "variables": [
@@ -1572,9 +1663,25 @@
1572
1663
  "method": "DELETE",
1573
1664
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1574
1665
  },
1666
+ {
1667
+ "method": "GET",
1668
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1669
+ },
1670
+ {
1671
+ "method": "PUT",
1672
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1673
+ },
1575
1674
  {
1576
1675
  "method": "POST",
1577
1676
  "path": "/v1/companies/:companyUuid/time_off_policies"
1677
+ },
1678
+ {
1679
+ "method": "PUT",
1680
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1681
+ },
1682
+ {
1683
+ "method": "PUT",
1684
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1578
1685
  }
1579
1686
  ],
1580
1687
  "variables": [
@@ -1609,9 +1716,25 @@
1609
1716
  "method": "DELETE",
1610
1717
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1611
1718
  },
1719
+ {
1720
+ "method": "GET",
1721
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1722
+ },
1723
+ {
1724
+ "method": "PUT",
1725
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1726
+ },
1612
1727
  {
1613
1728
  "method": "POST",
1614
1729
  "path": "/v1/companies/:companyUuid/time_off_policies"
1730
+ },
1731
+ {
1732
+ "method": "PUT",
1733
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1734
+ },
1735
+ {
1736
+ "method": "PUT",
1737
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1615
1738
  }
1616
1739
  ],
1617
1740
  "variables": [
@@ -1646,9 +1769,25 @@
1646
1769
  "method": "DELETE",
1647
1770
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1648
1771
  },
1772
+ {
1773
+ "method": "GET",
1774
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1775
+ },
1776
+ {
1777
+ "method": "PUT",
1778
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1779
+ },
1649
1780
  {
1650
1781
  "method": "POST",
1651
1782
  "path": "/v1/companies/:companyUuid/time_off_policies"
1783
+ },
1784
+ {
1785
+ "method": "PUT",
1786
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1787
+ },
1788
+ {
1789
+ "method": "PUT",
1790
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1652
1791
  }
1653
1792
  ],
1654
1793
  "variables": [
@@ -1683,9 +1822,25 @@
1683
1822
  "method": "DELETE",
1684
1823
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1685
1824
  },
1825
+ {
1826
+ "method": "GET",
1827
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1828
+ },
1829
+ {
1830
+ "method": "PUT",
1831
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1832
+ },
1686
1833
  {
1687
1834
  "method": "POST",
1688
1835
  "path": "/v1/companies/:companyUuid/time_off_policies"
1836
+ },
1837
+ {
1838
+ "method": "PUT",
1839
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1840
+ },
1841
+ {
1842
+ "method": "PUT",
1843
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1689
1844
  }
1690
1845
  ],
1691
1846
  "variables": [
@@ -1720,9 +1875,25 @@
1720
1875
  "method": "DELETE",
1721
1876
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1722
1877
  },
1878
+ {
1879
+ "method": "GET",
1880
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1881
+ },
1882
+ {
1883
+ "method": "PUT",
1884
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1885
+ },
1723
1886
  {
1724
1887
  "method": "POST",
1725
1888
  "path": "/v1/companies/:companyUuid/time_off_policies"
1889
+ },
1890
+ {
1891
+ "method": "PUT",
1892
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1893
+ },
1894
+ {
1895
+ "method": "PUT",
1896
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1726
1897
  }
1727
1898
  ],
1728
1899
  "variables": [
@@ -1757,9 +1928,25 @@
1757
1928
  "method": "DELETE",
1758
1929
  "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1759
1930
  },
1931
+ {
1932
+ "method": "GET",
1933
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1934
+ },
1935
+ {
1936
+ "method": "PUT",
1937
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1938
+ },
1760
1939
  {
1761
1940
  "method": "POST",
1762
1941
  "path": "/v1/companies/:companyUuid/time_off_policies"
1942
+ },
1943
+ {
1944
+ "method": "PUT",
1945
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
1946
+ },
1947
+ {
1948
+ "method": "PUT",
1949
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
1763
1950
  }
1764
1951
  ],
1765
1952
  "variables": [
@@ -2159,6 +2346,10 @@
2159
2346
  "method": "GET",
2160
2347
  "path": "/v1/employees/:employeeId/home_addresses"
2161
2348
  },
2349
+ {
2350
+ "method": "GET",
2351
+ "path": "/v1/home_addresses/:homeAddressUuid"
2352
+ },
2162
2353
  {
2163
2354
  "method": "POST",
2164
2355
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -2171,6 +2362,10 @@
2171
2362
  "method": "GET",
2172
2363
  "path": "/v1/companies/:companyId/locations"
2173
2364
  },
2365
+ {
2366
+ "method": "GET",
2367
+ "path": "/v1/work_addresses/:workAddressUuid"
2368
+ },
2174
2369
  {
2175
2370
  "method": "POST",
2176
2371
  "path": "/v1/employees/:employeeId/work_addresses"
@@ -2229,6 +2424,10 @@
2229
2424
  "method": "PUT",
2230
2425
  "path": "/v1/employees/:employeeId/i9_authorization"
2231
2426
  },
2427
+ {
2428
+ "method": "GET",
2429
+ "path": "/v1/employees/:employeeId/forms/:formId"
2430
+ },
2232
2431
  {
2233
2432
  "method": "GET",
2234
2433
  "path": "/v1/employees/:employeeId/forms/:formId/pdf"
@@ -2237,10 +2436,6 @@
2237
2436
  "method": "PUT",
2238
2437
  "path": "/v1/employees/:employeeId/forms/:formId/sign"
2239
2438
  },
2240
- {
2241
- "method": "GET",
2242
- "path": "/v1/employees/:employeeId/forms/:formId"
2243
- },
2244
2439
  {
2245
2440
  "method": "GET",
2246
2441
  "path": "/v1/employees/:employeeUuid/federal_taxes"
@@ -2301,6 +2496,10 @@
2301
2496
  "method": "GET",
2302
2497
  "path": "/v1/employees/:employeeId/home_addresses"
2303
2498
  },
2499
+ {
2500
+ "method": "GET",
2501
+ "path": "/v1/home_addresses/:homeAddressUuid"
2502
+ },
2304
2503
  {
2305
2504
  "method": "POST",
2306
2505
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -2313,6 +2512,10 @@
2313
2512
  "method": "GET",
2314
2513
  "path": "/v1/companies/:companyId/locations"
2315
2514
  },
2515
+ {
2516
+ "method": "GET",
2517
+ "path": "/v1/work_addresses/:workAddressUuid"
2518
+ },
2316
2519
  {
2317
2520
  "method": "POST",
2318
2521
  "path": "/v1/employees/:employeeId/work_addresses"