@gusto/embedded-react-sdk 0.39.0 → 0.41.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 (717) hide show
  1. package/CHANGELOG.md +127 -0
  2. package/dist/components/Base/Base.js +3 -2
  3. package/dist/components/Base/Base.js.map +1 -1
  4. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  5. package/dist/components/Common/Form/Form.d.ts +1 -1
  6. package/dist/components/Common/Form/Form.js +15 -5
  7. package/dist/components/Common/Form/Form.js.map +1 -1
  8. package/dist/components/Common/SignatureForm/SignatureForm.js +6 -4
  9. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  10. package/dist/components/Common/SignatureForm/SignatureFormActions.js +11 -9
  11. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  12. package/dist/components/Common/SignatureForm/SignatureFormFields.js +12 -10
  13. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  14. package/dist/components/Common/UI/Alert/Alert.module.scss.js +12 -12
  15. package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
  16. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +1 -1
  17. package/dist/components/Company/AssignSignatory/AssignSignatory.js +8 -6
  18. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  19. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +3 -2
  20. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  21. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +3 -2
  22. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  23. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +7 -6
  24. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  25. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +14 -13
  26. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  27. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
  28. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  29. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +3 -2
  30. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  31. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +6 -5
  32. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  33. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +10 -9
  34. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  35. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
  36. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  37. package/dist/components/Company/AssignSignatory/TitleSelect.js +3 -2
  38. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  39. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
  40. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  41. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +3 -2
  42. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  43. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +8 -7
  44. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  45. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
  46. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  47. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +9 -8
  48. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  49. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +8 -7
  50. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  51. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +5 -4
  52. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  53. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +3 -2
  54. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  55. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +10 -8
  56. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  57. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  58. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  59. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +80 -61
  60. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  61. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/fields.d.ts +3 -3
  62. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/fields.js +2 -2
  63. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -0
  64. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/index.d.ts +1 -3
  65. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/signCompanyFormSchema.d.ts +2 -2
  66. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/signCompanyFormSchema.js +1 -1
  67. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -0
  68. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +33 -0
  69. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +106 -0
  70. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -0
  71. package/dist/components/Company/FederalTaxes/Actions.js +6 -5
  72. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  73. package/dist/components/Company/FederalTaxes/FederalTaxes.js +9 -7
  74. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  75. package/dist/components/Company/FederalTaxes/Form.js +3 -2
  76. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  77. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +6 -5
  78. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  79. package/dist/components/Company/Industry/Actions.js +3 -2
  80. package/dist/components/Company/Industry/Actions.js.map +1 -1
  81. package/dist/components/Company/Industry/Context.js +7 -6
  82. package/dist/components/Company/Industry/Context.js.map +1 -1
  83. package/dist/components/Company/Industry/Edit.js +5 -4
  84. package/dist/components/Company/Industry/Edit.js.map +1 -1
  85. package/dist/components/Company/Locations/LocationForm/Actions.js +7 -6
  86. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  87. package/dist/components/Company/Locations/LocationForm/Form.js +5 -4
  88. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  89. package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -2
  90. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  91. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
  92. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  93. package/dist/components/Company/Locations/LocationsList/Actions.js +7 -6
  94. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  95. package/dist/components/Company/Locations/LocationsList/List.js +7 -6
  96. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  97. package/dist/components/Company/Locations/LocationsList/LocationsList.js +8 -6
  98. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  99. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
  100. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  101. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +1 -1
  102. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  103. package/dist/components/Company/OnboardingOverview/Completed.js +6 -5
  104. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  105. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -5
  106. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  107. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +4 -2
  108. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  109. package/dist/components/Company/OnboardingOverview/context.js +4 -3
  110. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  111. package/dist/components/Company/PaySchedule/PaySchedule.d.ts +6 -1
  112. package/dist/components/Company/PaySchedule/PaySchedule.js +31 -148
  113. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  114. package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +10 -0
  115. package/dist/components/Company/PaySchedule/PayScheduleComponents.js +26 -0
  116. package/dist/components/Company/PaySchedule/PayScheduleComponents.js.map +1 -0
  117. package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +8 -0
  118. package/dist/components/Company/PaySchedule/PayScheduleForm.js +199 -0
  119. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -0
  120. package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +8 -0
  121. package/dist/components/Company/PaySchedule/PayScheduleList.js +103 -0
  122. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -0
  123. package/dist/components/Company/PaySchedule/{_parts/List.module.scss.js → PayScheduleList.module.scss.js} +1 -1
  124. package/dist/components/Company/PaySchedule/PayScheduleList.module.scss.js.map +1 -0
  125. package/dist/components/Company/PaySchedule/payScheduleStateMachine.d.ts +6 -0
  126. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js +49 -0
  127. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js.map +1 -0
  128. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/fields.d.ts +6 -6
  129. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/fields.js +5 -5
  130. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -0
  131. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/index.d.ts +0 -2
  132. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/payScheduleSchema.d.ts +2 -2
  133. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/payScheduleSchema.js +2 -2
  134. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -0
  135. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +33 -0
  136. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/usePayScheduleForm.js +30 -26
  137. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -0
  138. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -2
  139. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  140. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
  141. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  142. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +3 -2
  143. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  144. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +6 -5
  145. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  146. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
  147. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  148. package/dist/components/Company/exports/companyOnboarding.d.ts +14 -0
  149. package/dist/components/Company/exports/companyOnboarding.js +31 -0
  150. package/dist/components/Company/exports/companyOnboarding.js.map +1 -0
  151. package/dist/components/Contractor/Address/Address.js +4 -2
  152. package/dist/components/Contractor/Address/Address.js.map +1 -1
  153. package/dist/components/Contractor/Address/Form.js +3 -2
  154. package/dist/components/Contractor/Address/Form.js.map +1 -1
  155. package/dist/components/Contractor/Address/useAddress.js +6 -5
  156. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  157. package/dist/components/Contractor/ContractorList/index.js +3 -2
  158. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  159. package/dist/components/Contractor/NewHireReport/NewHireReport.js +3 -2
  160. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  161. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +5 -4
  162. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  163. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
  164. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  165. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
  166. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  167. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +3 -2
  168. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  169. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +3 -2
  170. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  171. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +3 -2
  172. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  173. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -2
  174. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  175. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +3 -2
  176. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  177. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +14 -13
  178. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  179. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +3 -2
  180. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  181. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +3 -2
  182. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  183. package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
  184. package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
  185. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  186. package/dist/components/Contractor/Submit/Submit.js +74 -50
  187. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  188. package/dist/components/Contractor/exports/contractorOnboarding.d.ts +7 -0
  189. package/dist/components/Contractor/exports/contractorOnboarding.js +17 -0
  190. package/dist/components/Contractor/exports/contractorOnboarding.js.map +1 -0
  191. package/dist/components/Employee/Compensation/Actions.js +5 -4
  192. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  193. package/dist/components/Employee/Compensation/Edit.js +23 -22
  194. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  195. package/dist/components/Employee/Compensation/List.js +23 -22
  196. package/dist/components/Employee/Compensation/List.js.map +1 -1
  197. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchema.d.ts +2 -2
  198. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchema.js +4 -4
  199. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -0
  200. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/fields.d.ts +8 -8
  201. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/fields.js +6 -6
  202. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -0
  203. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/index.d.ts +0 -2
  204. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +43 -0
  205. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/useCompensationForm.js +28 -24
  206. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -0
  207. package/dist/components/Employee/Dashboard/Dashboard.js +79 -79
  208. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  209. package/dist/components/Employee/Dashboard/DocumentsView.js +2 -5
  210. package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
  211. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.d.ts +8 -11
  212. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +8 -8
  213. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +1 -1
  214. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +10 -12
  215. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +11 -11
  216. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +1 -1
  217. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.d.ts +6 -9
  218. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js +10 -10
  219. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js.map +1 -1
  220. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.d.ts +7 -10
  221. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js +8 -8
  222. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js.map +1 -1
  223. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +3 -2
  224. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
  225. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +3 -2
  226. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
  227. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +3 -2
  228. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
  229. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +7 -6
  230. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  231. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +3 -2
  232. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  233. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +7 -6
  234. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  235. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +11 -9
  236. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  237. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +3 -2
  238. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  239. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  240. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  241. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +23 -22
  242. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
  243. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +3 -2
  244. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  245. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +13 -11
  246. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  247. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
  248. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  249. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/fields.d.ts +5 -5
  250. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/fields.js +4 -4
  251. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -0
  252. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/index.d.ts +0 -4
  253. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/signEmployeeFormSchema.d.ts +1 -1
  254. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/signEmployeeFormSchema.js +1 -1
  255. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -0
  256. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +47 -0
  257. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/useSignEmployeeForm.js +66 -59
  258. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -0
  259. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +3 -2
  260. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
  261. package/dist/components/Employee/FederalTaxes/Actions.js +7 -6
  262. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  263. package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -4
  264. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  265. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
  266. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  267. package/dist/components/Employee/Landing/Landing.js +7 -6
  268. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  269. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +1 -1
  270. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  271. package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
  272. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  273. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
  274. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  275. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -2
  276. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  277. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -6
  278. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  279. package/dist/components/Employee/PaymentMethod/Split.js +3 -2
  280. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  281. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
  282. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  283. package/dist/components/Employee/Profile/AdminProfile.d.ts +2 -0
  284. package/dist/components/Employee/Profile/AdminProfile.js +358 -0
  285. package/dist/components/Employee/Profile/AdminProfile.js.map +1 -0
  286. package/dist/components/Employee/Profile/AdminProfile.module.scss.js +10 -0
  287. package/dist/components/Employee/Profile/AdminProfile.module.scss.js.map +1 -0
  288. package/dist/components/Employee/Profile/EmployeeProfile.d.ts +2 -0
  289. package/dist/components/Employee/Profile/EmployeeProfile.js +211 -0
  290. package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -0
  291. package/dist/components/Employee/Profile/EmployeeProfile.module.scss.js +10 -0
  292. package/dist/components/Employee/Profile/EmployeeProfile.module.scss.js.map +1 -0
  293. package/dist/components/Employee/Profile/Profile.d.ts +3 -3
  294. package/dist/components/Employee/Profile/Profile.js +25 -261
  295. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  296. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +2 -2
  297. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/employeeDetailsSchema.js +2 -2
  298. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.js.map +1 -0
  299. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/fields.d.ts +4 -4
  300. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/fields.js +5 -5
  301. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js.map +1 -0
  302. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/index.d.ts +0 -2
  303. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +15 -33
  304. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/useEmployeeDetailsForm.js +31 -27
  305. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -0
  306. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +22 -0
  307. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +36 -0
  308. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -0
  309. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +41 -0
  310. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js +32 -0
  311. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js.map +1 -0
  312. package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +5 -0
  313. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +44 -0
  314. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +161 -0
  315. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -0
  316. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/fields.d.ts +3 -3
  317. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/fields.js +2 -2
  318. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -0
  319. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/index.d.ts +0 -2
  320. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/useWorkAddressForm.d.ts +11 -32
  321. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/useWorkAddressForm.js +34 -30
  322. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -0
  323. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/workAddressSchema.d.ts +3 -5
  324. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/workAddressSchema.js +7 -9
  325. package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.js.map +1 -0
  326. package/dist/components/Employee/StateTaxes/Actions.js +8 -7
  327. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  328. package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
  329. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  330. package/dist/components/Employee/Taxes/Actions.js +9 -8
  331. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  332. package/dist/components/Employee/Taxes/FederalForm.js +5 -4
  333. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  334. package/dist/components/Employee/Taxes/useTaxes.js +4 -3
  335. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  336. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +5 -5
  337. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
  338. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +13 -12
  339. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
  340. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +9 -8
  341. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
  342. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +3 -2
  343. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
  344. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeList.d.ts +1 -1
  345. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeList.js +7 -7
  346. package/dist/components/Employee/employee-list/management/ManagementEmployeeList.js.map +1 -0
  347. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeListView.d.ts +1 -1
  348. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeListView.js +15 -14
  349. package/dist/components/Employee/employee-list/management/ManagementEmployeeListView.js.map +1 -0
  350. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeList.d.ts +1 -1
  351. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeList.js +7 -7
  352. package/dist/components/Employee/employee-list/onboarding/EmployeeList.js.map +1 -0
  353. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeListView.d.ts +1 -1
  354. package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js +131 -0
  355. package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js.map +1 -0
  356. package/dist/components/Employee/employee-list/shared/index.d.ts +2 -0
  357. package/dist/components/Employee/{EmployeeList → employee-list/shared}/useEmployeeList.d.ts +8 -10
  358. package/dist/components/Employee/{EmployeeList → employee-list/shared}/useEmployeeList.js +32 -28
  359. package/dist/components/Employee/employee-list/shared/useEmployeeList.js.map +1 -0
  360. package/dist/components/Employee/exports/employeeManagement.d.ts +6 -0
  361. package/dist/components/Employee/exports/employeeManagement.js +15 -0
  362. package/dist/components/Employee/exports/employeeManagement.js.map +1 -0
  363. package/dist/components/Employee/exports/employeeOnboarding.d.ts +14 -0
  364. package/dist/components/Employee/exports/employeeOnboarding.js +31 -0
  365. package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -0
  366. package/dist/components/Employee/index.d.ts +1 -2
  367. package/dist/components/Employee/index.js +35 -37
  368. package/dist/components/Employee/index.js.map +1 -1
  369. package/dist/components/Flow/Flow.js +12 -11
  370. package/dist/components/Flow/Flow.js.map +1 -1
  371. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +18 -17
  372. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  373. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
  374. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  375. package/dist/components/InformationRequests/InformationRequests.js +3 -2
  376. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  377. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +11 -10
  378. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  379. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +9 -8
  380. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
  381. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +3 -2
  382. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  383. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +19 -18
  384. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
  385. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +2 -1
  386. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  387. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +7 -6
  388. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  389. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +3 -2
  390. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  391. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +8 -7
  392. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  393. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +17 -17
  394. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  395. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +3 -2
  396. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  397. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +3 -2
  398. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  399. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -4
  400. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  401. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +3 -2
  402. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  403. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +13 -12
  404. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  405. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +30 -29
  406. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  407. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +3 -2
  408. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  409. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +3 -2
  410. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  411. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +106 -108
  412. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  413. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
  414. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  415. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +1 -0
  416. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  417. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +3 -2
  418. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  419. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +13 -12
  420. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
  421. package/dist/components/Payroll/usePreparedPayrollData.js +10 -9
  422. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  423. package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +13 -12
  424. package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
  425. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.d.ts +1 -1
  426. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js +96 -62
  427. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js.map +1 -1
  428. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -1
  429. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +48 -45
  430. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  431. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListTypes.d.ts +2 -0
  432. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +18 -0
  433. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -0
  434. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +2 -0
  435. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +166 -0
  436. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -0
  437. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsTypes.d.ts +18 -0
  438. package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +3 -2
  439. package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
  440. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +24 -22
  441. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  442. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +3 -2
  443. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  444. package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -0
  445. package/dist/components/UNSTABLE_TimeOff/index.js +24 -22
  446. package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
  447. package/dist/components/index.d.ts +7 -0
  448. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +11 -10
  449. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  450. package/dist/contexts/ObservabilityProvider/useObservability.js +6 -6
  451. package/dist/contexts/ObservabilityProvider/useObservability.js.map +1 -1
  452. package/dist/i18n/I18n.js +9 -9
  453. package/dist/i18n/I18n.js.map +1 -1
  454. package/dist/i18n/en/Company.PaySchedule.json.js +15 -13
  455. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  456. package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +1 -1
  457. package/dist/i18n/en/Contractor.Submit.json.js +16 -12
  458. package/dist/i18n/en/Contractor.Submit.json.js.map +1 -1
  459. package/dist/i18n/en/common.json.d.ts +1 -0
  460. package/dist/i18n/en/common.json.js +1 -1
  461. package/dist/index.d.ts +16 -0
  462. package/dist/index.js +102 -26
  463. package/dist/index.js.map +1 -1
  464. package/dist/partner-hook-utils/collectErrors.js.map +1 -0
  465. package/dist/partner-hook-utils/composeErrorHandler.d.ts +24 -0
  466. package/dist/partner-hook-utils/composeErrorHandler.js +30 -0
  467. package/dist/partner-hook-utils/composeErrorHandler.js.map +1 -0
  468. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataContext.d.ts +2 -2
  469. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataContext.js +3 -3
  470. package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js.map +1 -0
  471. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataProvider.d.ts +2 -2
  472. package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.js.map +1 -0
  473. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/SDKFormProvider.d.ts +2 -2
  474. package/dist/partner-hook-utils/form/SDKFormProvider.js.map +1 -0
  475. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.d.ts +1 -1
  476. package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -0
  477. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/composeSubmitHandler.d.ts +29 -3
  478. package/dist/partner-hook-utils/form/composeSubmitHandler.js +40 -0
  479. package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -0
  480. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/CheckboxHookField.d.ts +3 -3
  481. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +37 -0
  482. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -0
  483. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/DatePickerHookField.d.ts +3 -3
  484. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/DatePickerHookField.js +1 -1
  485. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -0
  486. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/NumberInputHookField.d.ts +3 -3
  487. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +43 -0
  488. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -0
  489. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/RadioGroupHookField.d.ts +3 -3
  490. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +43 -0
  491. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -0
  492. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SelectHookField.d.ts +3 -3
  493. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SelectHookField.js +18 -16
  494. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -0
  495. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SwitchHookField.d.ts +3 -3
  496. package/dist/partner-hook-utils/form/fields/SwitchHookField.js +37 -0
  497. package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -0
  498. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/TextInputHookField.d.ts +3 -3
  499. package/dist/partner-hook-utils/form/fields/TextInputHookField.js +41 -0
  500. package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -0
  501. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/index.d.ts +7 -7
  502. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFieldWithOptions.d.ts +1 -1
  503. package/dist/partner-hook-utils/form/getFieldWithOptions.js.map +1 -0
  504. package/dist/partner-hook-utils/form/getFormSubmissionValues.js.map +1 -0
  505. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/index.d.ts +2 -2
  506. package/dist/partner-hook-utils/form/preprocessors.js.map +1 -0
  507. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/resolveFieldError.d.ts +2 -2
  508. package/dist/partner-hook-utils/form/resolveFieldError.js.map +1 -0
  509. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useDeriveFieldsMetadata.d.ts +1 -1
  510. package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js +21 -0
  511. package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js.map +1 -0
  512. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useFieldErrorMessage.d.ts +1 -1
  513. package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +1 -0
  514. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useHookFieldResolution.d.ts +2 -2
  515. package/dist/partner-hook-utils/form/useHookFieldResolution.js.map +1 -0
  516. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/withOptions.d.ts +1 -1
  517. package/dist/partner-hook-utils/form/withOptions.js.map +1 -0
  518. package/dist/partner-hook-utils/index.d.ts +5 -0
  519. package/dist/{types/sdkHooks.d.ts → partner-hook-utils/types.d.ts} +37 -9
  520. package/dist/shared/constants.d.ts +1 -1
  521. package/dist/shared/constants.js +15 -16
  522. package/dist/shared/constants.js.map +1 -1
  523. package/dist/style.css +1 -1
  524. package/dist/types/i18next.d.ts +24 -252
  525. package/dist/types/sdkError.js.map +1 -1
  526. package/docs/reference/endpoint-inventory.json +531 -170
  527. package/package.json +15 -19
  528. package/dist/UNSTABLE_Hooks.d.ts +0 -1
  529. package/dist/UNSTABLE_Hooks.js +0 -71
  530. package/dist/UNSTABLE_Hooks.js.map +0 -1
  531. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.d.ts +0 -1
  532. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js +0 -20
  533. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +0 -1
  534. package/dist/components/Company/DocumentSigner/SignatureForm/Form.d.ts +0 -1
  535. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js +0 -20
  536. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +0 -1
  537. package/dist/components/Company/DocumentSigner/SignatureForm/Head.d.ts +0 -1
  538. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js +0 -35
  539. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +0 -1
  540. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.d.ts +0 -1
  541. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js +0 -20
  542. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +0 -1
  543. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.d.ts +0 -9
  544. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +0 -22
  545. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +0 -1
  546. package/dist/components/Company/PaySchedule/_parts/Actions.d.ts +0 -1
  547. package/dist/components/Company/PaySchedule/_parts/Actions.js +0 -63
  548. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +0 -1
  549. package/dist/components/Company/PaySchedule/_parts/Edit.d.ts +0 -1
  550. package/dist/components/Company/PaySchedule/_parts/Edit.js +0 -134
  551. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +0 -1
  552. package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js +0 -14
  553. package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js.map +0 -1
  554. package/dist/components/Company/PaySchedule/_parts/Head.d.ts +0 -1
  555. package/dist/components/Company/PaySchedule/_parts/Head.js +0 -47
  556. package/dist/components/Company/PaySchedule/_parts/Head.js.map +0 -1
  557. package/dist/components/Company/PaySchedule/_parts/List.d.ts +0 -1
  558. package/dist/components/Company/PaySchedule/_parts/List.js +0 -57
  559. package/dist/components/Company/PaySchedule/_parts/List.js.map +0 -1
  560. package/dist/components/Company/PaySchedule/_parts/List.module.scss.js.map +0 -1
  561. package/dist/components/Company/PaySchedule/_parts/index.d.ts +0 -5
  562. package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -39
  563. package/dist/components/Company/PaySchedule/usePaySchedule.js +0 -30
  564. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +0 -1
  565. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +0 -1
  566. package/dist/components/Employee/EmployeeList/EmployeeListView.js +0 -130
  567. package/dist/components/Employee/EmployeeList/EmployeeListView.js.map +0 -1
  568. package/dist/components/Employee/EmployeeList/ManagementEmployeeList.js.map +0 -1
  569. package/dist/components/Employee/EmployeeList/ManagementEmployeeListView.js.map +0 -1
  570. package/dist/components/Employee/EmployeeList/index.d.ts +0 -3
  571. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +0 -1
  572. package/dist/components/Employee/Profile/Actions.d.ts +0 -1
  573. package/dist/components/Employee/Profile/Actions.js +0 -14
  574. package/dist/components/Employee/Profile/Actions.js.map +0 -1
  575. package/dist/components/Employee/Profile/AdminPersonalDetails.d.ts +0 -33
  576. package/dist/components/Employee/Profile/AdminPersonalDetails.js +0 -59
  577. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +0 -1
  578. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +0 -8
  579. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js.map +0 -1
  580. package/dist/components/Employee/Profile/Head.d.ts +0 -1
  581. package/dist/components/Employee/Profile/Head.js +0 -14
  582. package/dist/components/Employee/Profile/Head.js.map +0 -1
  583. package/dist/components/Employee/Profile/HomeAddress.d.ts +0 -31
  584. package/dist/components/Employee/Profile/HomeAddress.js +0 -128
  585. package/dist/components/Employee/Profile/HomeAddress.js.map +0 -1
  586. package/dist/components/Employee/Profile/PersonalDetailsInputs.d.ts +0 -49
  587. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +0 -146
  588. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +0 -1
  589. package/dist/components/Employee/Profile/SelfPersonalDetails.d.ts +0 -16
  590. package/dist/components/Employee/Profile/SelfPersonalDetails.js +0 -29
  591. package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +0 -1
  592. package/dist/components/Employee/Profile/WorkAddress.d.ts +0 -1
  593. package/dist/components/Employee/Profile/WorkAddress.js +0 -21
  594. package/dist/components/Employee/Profile/WorkAddress.js.map +0 -1
  595. package/dist/components/Employee/Profile/WorkAddress.module.scss.js +0 -8
  596. package/dist/components/Employee/Profile/WorkAddress.module.scss.js.map +0 -1
  597. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.d.ts +0 -2
  598. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js +0 -8
  599. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +0 -1
  600. package/dist/components/Employee/Profile/useProfile.d.ts +0 -16
  601. package/dist/components/Employee/Profile/useProfile.js +0 -20
  602. package/dist/components/Employee/Profile/useProfile.js.map +0 -1
  603. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js.map +0 -1
  604. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.js.map +0 -1
  605. package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.js.map +0 -1
  606. package/dist/components/UNSTABLE_Hooks/form/buildFormSchema.js.map +0 -1
  607. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js +0 -34
  608. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js.map +0 -1
  609. package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js +0 -35
  610. package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js.map +0 -1
  611. package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js.map +0 -1
  612. package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js +0 -41
  613. package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js.map +0 -1
  614. package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js +0 -41
  615. package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js.map +0 -1
  616. package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js.map +0 -1
  617. package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js +0 -35
  618. package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js.map +0 -1
  619. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js +0 -39
  620. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js.map +0 -1
  621. package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.js.map +0 -1
  622. package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.js.map +0 -1
  623. package/dist/components/UNSTABLE_Hooks/form/preprocessors.js.map +0 -1
  624. package/dist/components/UNSTABLE_Hooks/form/resolveFieldError.js.map +0 -1
  625. package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js +0 -21
  626. package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js.map +0 -1
  627. package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js.map +0 -1
  628. package/dist/components/UNSTABLE_Hooks/form/useHookFieldResolution.js.map +0 -1
  629. package/dist/components/UNSTABLE_Hooks/form/withOptions.js.map +0 -1
  630. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.d.ts +0 -5
  631. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js +0 -149
  632. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js.map +0 -1
  633. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js.map +0 -1
  634. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.js.map +0 -1
  635. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.d.ts +0 -102
  636. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js.map +0 -1
  637. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.d.ts +0 -5
  638. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js +0 -112
  639. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js.map +0 -1
  640. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js.map +0 -1
  641. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js.map +0 -1
  642. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +0 -1
  643. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.d.ts +0 -5
  644. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.js +0 -172
  645. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.js.map +0 -1
  646. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/fields.js.map +0 -1
  647. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/payScheduleSchema.js.map +0 -1
  648. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/usePayScheduleForm.d.ts +0 -69
  649. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/usePayScheduleForm.js.map +0 -1
  650. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.d.ts +0 -5
  651. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.js +0 -69
  652. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.js.map +0 -1
  653. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/fields.js.map +0 -1
  654. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/signCompanyFormSchema.js.map +0 -1
  655. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.d.ts +0 -57
  656. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.js +0 -101
  657. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.js.map +0 -1
  658. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.d.ts +0 -5
  659. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.js +0 -71
  660. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.js.map +0 -1
  661. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.d.ts +0 -5
  662. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.js +0 -179
  663. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.js.map +0 -1
  664. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/fields.js.map +0 -1
  665. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/signEmployeeFormSchema.js.map +0 -1
  666. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/useSignEmployeeForm.d.ts +0 -151
  667. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/useSignEmployeeForm.js.map +0 -1
  668. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.d.ts +0 -5
  669. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js +0 -69
  670. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js.map +0 -1
  671. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.js.map +0 -1
  672. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js.map +0 -1
  673. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js.map +0 -1
  674. package/dist/components/UNSTABLE_Hooks/index.d.ts +0 -12
  675. package/dist/helpers/buildQueryErrorHandling.d.ts +0 -22
  676. package/dist/helpers/buildQueryErrorHandling.js +0 -11
  677. package/dist/helpers/buildQueryErrorHandling.js.map +0 -1
  678. package/dist/helpers/collectErrors.js.map +0 -1
  679. package/dist/hooks/useErrorHandling.d.ts +0 -9
  680. package/dist/hooks/useErrorHandling.js +0 -12
  681. package/dist/hooks/useErrorHandling.js.map +0 -1
  682. package/dist/hooks/useErrorHandling.test.d.ts +0 -1
  683. package/dist/i18n/en/UNSTABLE.CompensationForm.json.js +0 -58
  684. package/dist/i18n/en/UNSTABLE.CompensationForm.json.js.map +0 -1
  685. package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js +0 -34
  686. package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js.map +0 -1
  687. package/dist/i18n/en/UNSTABLE.PayScheduleForm.json.js +0 -24
  688. package/dist/i18n/en/UNSTABLE.PayScheduleForm.json.js.map +0 -1
  689. package/dist/i18n/en/UNSTABLE.SignCompanyForm.json.js +0 -20
  690. package/dist/i18n/en/UNSTABLE.SignCompanyForm.json.js.map +0 -1
  691. package/dist/i18n/en/UNSTABLE.SignEmployeeForm.json.js +0 -22
  692. package/dist/i18n/en/UNSTABLE.SignEmployeeForm.json.js.map +0 -1
  693. package/dist/i18n/en/UNSTABLE.SignEmployeeI9Form.json.js +0 -70
  694. package/dist/i18n/en/UNSTABLE.SignEmployeeI9Form.json.js.map +0 -1
  695. package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js +0 -24
  696. package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js.map +0 -1
  697. /package/dist/components/{UNSTABLE_Hooks/hooks/usePayScheduleForm → Company/PaySchedule}/PayScheduleForm.module.scss.js +0 -0
  698. /package/dist/components/{UNSTABLE_Hooks/hooks/usePayScheduleForm → Company/PaySchedule}/PayScheduleForm.module.scss.js.map +0 -0
  699. /package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchemaParity.test.d.ts +0 -0
  700. /package/dist/{helpers → partner-hook-utils}/collectErrors.d.ts +0 -0
  701. /package/dist/{helpers → partner-hook-utils}/collectErrors.js +0 -0
  702. /package/dist/{components/Employee/Profile/getEmployeeAddressForProfile.test.d.ts → partner-hook-utils/composeErrorHandler.test.d.ts} +0 -0
  703. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataProvider.js +0 -0
  704. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/SDKFormProvider.js +0 -0
  705. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.js +0 -0
  706. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.test.d.ts +0 -0
  707. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/composeSubmitHandler.test.d.ts +0 -0
  708. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFieldWithOptions.js +0 -0
  709. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.d.ts +0 -0
  710. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.js +0 -0
  711. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.test.d.ts +0 -0
  712. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/preprocessors.d.ts +0 -0
  713. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/preprocessors.js +0 -0
  714. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/resolveFieldError.js +0 -0
  715. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useFieldErrorMessage.js +0 -0
  716. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useHookFieldResolution.js +0 -0
  717. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/withOptions.js +0 -0
@@ -103,25 +103,6 @@
103
103
  "companyUuid"
104
104
  ]
105
105
  },
106
- "Company.SignatureForm": {
107
- "endpoints": [
108
- {
109
- "method": "GET",
110
- "path": "/v1/forms/:formId"
111
- },
112
- {
113
- "method": "PUT",
114
- "path": "/v1/forms/:formId/sign"
115
- },
116
- {
117
- "method": "GET",
118
- "path": "/v1/forms/:formId/pdf"
119
- }
120
- ],
121
- "variables": [
122
- "formId"
123
- ]
124
- },
125
106
  "Company.DocumentSigner": {
126
107
  "endpoints": [
127
108
  {
@@ -136,13 +117,13 @@
136
117
  "method": "GET",
137
118
  "path": "/v1/forms/:formId"
138
119
  },
139
- {
140
- "method": "PUT",
141
- "path": "/v1/forms/:formId/sign"
142
- },
143
120
  {
144
121
  "method": "GET",
145
122
  "path": "/v1/forms/:formId/pdf"
123
+ },
124
+ {
125
+ "method": "PUT",
126
+ "path": "/v1/forms/:formId/sign"
146
127
  }
147
128
  ],
148
129
  "variables": [
@@ -190,23 +171,32 @@
190
171
  "endpoints": [
191
172
  {
192
173
  "method": "GET",
193
- "path": "/v1/companies/:companyId/pay_schedules/preview"
174
+ "path": "/v1/companies/:companyId/pay_schedules"
194
175
  },
195
176
  {
196
- "method": "PUT",
177
+ "method": "GET",
197
178
  "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
198
179
  },
199
180
  {
200
181
  "method": "GET",
201
- "path": "/v1/companies/:companyId/pay_schedules"
182
+ "path": "/v1/companies/:companyId/pay_schedules/preview"
202
183
  },
203
184
  {
204
185
  "method": "POST",
205
186
  "path": "/v1/companies/:companyId/pay_schedules"
187
+ },
188
+ {
189
+ "method": "PUT",
190
+ "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
191
+ },
192
+ {
193
+ "method": "GET",
194
+ "path": "/v1/companies/:companyUuid/payment_configs"
206
195
  }
207
196
  ],
208
197
  "variables": [
209
198
  "companyId",
199
+ "companyUuid",
210
200
  "payScheduleId"
211
201
  ]
212
202
  },
@@ -528,26 +518,6 @@
528
518
  "employeeId"
529
519
  ]
530
520
  },
531
- "Employee.ManagementEmployeeList": {
532
- "endpoints": [
533
- {
534
- "method": "GET",
535
- "path": "/v1/companies/:companyId/employees"
536
- },
537
- {
538
- "method": "DELETE",
539
- "path": "/v1/employees/:employeeId"
540
- },
541
- {
542
- "method": "PUT",
543
- "path": "/v1/employees/:employeeId/onboarding_status"
544
- }
545
- ],
546
- "variables": [
547
- "companyId",
548
- "employeeId"
549
- ]
550
- },
551
521
  "Employee.Deductions": {
552
522
  "endpoints": [
553
523
  {
@@ -591,16 +561,24 @@
591
561
  "endpoints": [
592
562
  {
593
563
  "method": "GET",
594
- "path": "/v1/companies/:companyId/locations"
564
+ "path": "/v1/employees/:employeeId/work_addresses"
565
+ },
566
+ {
567
+ "method": "GET",
568
+ "path": "/v1/employees/:employeeId"
595
569
  },
596
570
  {
597
571
  "method": "POST",
598
572
  "path": "/v1/companies/:companyId/employees"
599
573
  },
600
574
  {
601
- "method": "GET",
575
+ "method": "PUT",
602
576
  "path": "/v1/employees/:employeeId"
603
577
  },
578
+ {
579
+ "method": "PUT",
580
+ "path": "/v1/employees/:employeeId/onboarding_status"
581
+ },
604
582
  {
605
583
  "method": "GET",
606
584
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -613,17 +591,9 @@
613
591
  "method": "PUT",
614
592
  "path": "/v1/home_addresses/:homeAddressUuid"
615
593
  },
616
- {
617
- "method": "PUT",
618
- "path": "/v1/work_addresses/:workAddressUuid"
619
- },
620
- {
621
- "method": "PUT",
622
- "path": "/v1/employees/:employeeId"
623
- },
624
594
  {
625
595
  "method": "GET",
626
- "path": "/v1/employees/:employeeId/work_addresses"
596
+ "path": "/v1/companies/:companyId/locations"
627
597
  },
628
598
  {
629
599
  "method": "POST",
@@ -631,7 +601,7 @@
631
601
  },
632
602
  {
633
603
  "method": "PUT",
634
- "path": "/v1/employees/:employeeId/onboarding_status"
604
+ "path": "/v1/work_addresses/:workAddressUuid"
635
605
  }
636
606
  ],
637
607
  "variables": [
@@ -1345,6 +1315,10 @@
1345
1315
  },
1346
1316
  "UNSTABLE_TimeOff.PolicyList": {
1347
1317
  "endpoints": [
1318
+ {
1319
+ "method": "POST",
1320
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1321
+ },
1348
1322
  {
1349
1323
  "method": "GET",
1350
1324
  "path": "/v1/companies/:companyUuid/time_off_policies"
@@ -1356,6 +1330,18 @@
1356
1330
  {
1357
1331
  "method": "GET",
1358
1332
  "path": "/v1/companies/:companyId/employees"
1333
+ },
1334
+ {
1335
+ "method": "GET",
1336
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1337
+ },
1338
+ {
1339
+ "method": "DELETE",
1340
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1341
+ },
1342
+ {
1343
+ "method": "POST",
1344
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1359
1345
  }
1360
1346
  ],
1361
1347
  "variables": [
@@ -1364,143 +1350,547 @@
1364
1350
  "timeOffPolicyUuid"
1365
1351
  ]
1366
1352
  },
1367
- "UNSTABLE_TimeOff.PolicyConfigurationForm": {
1353
+ "UNSTABLE_TimeOff.PolicyTypeSelector": {
1368
1354
  "endpoints": [
1355
+ {
1356
+ "method": "POST",
1357
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1358
+ },
1359
+ {
1360
+ "method": "GET",
1361
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1362
+ },
1363
+ {
1364
+ "method": "PUT",
1365
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1366
+ },
1367
+ {
1368
+ "method": "GET",
1369
+ "path": "/v1/companies/:companyId/employees"
1370
+ },
1371
+ {
1372
+ "method": "GET",
1373
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1374
+ },
1375
+ {
1376
+ "method": "DELETE",
1377
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1378
+ },
1369
1379
  {
1370
1380
  "method": "POST",
1371
1381
  "path": "/v1/companies/:companyUuid/time_off_policies"
1372
1382
  }
1373
1383
  ],
1374
1384
  "variables": [
1375
- "companyUuid"
1385
+ "companyId",
1386
+ "companyUuid",
1387
+ "timeOffPolicyUuid"
1376
1388
  ]
1377
1389
  },
1378
- "UNSTABLE_TimeOff.HolidaySelectionForm": {
1390
+ "UNSTABLE_TimeOff.PolicyConfigurationForm": {
1379
1391
  "endpoints": [
1380
1392
  {
1381
1393
  "method": "POST",
1382
- "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1394
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1383
1395
  }
1384
1396
  ],
1385
1397
  "variables": [
1386
1398
  "companyUuid"
1387
1399
  ]
1388
- }
1389
- },
1390
- "flows": {
1391
- "Company.OnboardingFlow": {
1392
- "blocks": [
1393
- "Company.BankAccount",
1394
- "Company.DocumentSigner",
1395
- "Company.FederalTaxes",
1396
- "Company.Industry",
1397
- "Company.Locations",
1398
- "Company.OnboardingFlow",
1399
- "Company.OnboardingOverview",
1400
- "Company.PaySchedule",
1401
- "Company.StateTaxes",
1402
- "Employee.OnboardingFlow"
1403
- ],
1400
+ },
1401
+ "UNSTABLE_TimeOff.PolicySettings": {
1404
1402
  "endpoints": [
1405
1403
  {
1406
- "method": "GET",
1407
- "path": "/v1/companies/:companyId/bank_accounts"
1404
+ "method": "POST",
1405
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1408
1406
  },
1409
1407
  {
1410
- "method": "POST",
1411
- "path": "/v1/companies/:companyId/bank_accounts"
1408
+ "method": "GET",
1409
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1412
1410
  },
1413
1411
  {
1414
1412
  "method": "PUT",
1415
- "path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
1413
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1416
1414
  },
1417
1415
  {
1418
1416
  "method": "GET",
1419
- "path": "/v1/companies/:companyId/forms"
1417
+ "path": "/v1/companies/:companyId/employees"
1420
1418
  },
1421
1419
  {
1422
1420
  "method": "GET",
1423
- "path": "/v1/companies/:companyUuid/signatories"
1421
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1424
1422
  },
1425
1423
  {
1426
- "method": "GET",
1427
- "path": "/v1/forms/:formId"
1424
+ "method": "DELETE",
1425
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1428
1426
  },
1429
1427
  {
1430
- "method": "PUT",
1431
- "path": "/v1/forms/:formId/sign"
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"
1432
1443
  },
1433
1444
  {
1434
1445
  "method": "GET",
1435
- "path": "/v1/forms/:formId/pdf"
1446
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1436
1447
  },
1437
1448
  {
1438
1449
  "method": "PUT",
1439
- "path": "/v1/companies/:companyId/federal_tax_details"
1450
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1440
1451
  },
1441
1452
  {
1442
1453
  "method": "GET",
1443
- "path": "/v1/companies/:companyId/federal_tax_details"
1454
+ "path": "/v1/companies/:companyId/employees"
1444
1455
  },
1445
1456
  {
1446
1457
  "method": "GET",
1447
- "path": "/v1/companies/:companyId/industry_selection"
1458
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1448
1459
  },
1449
1460
  {
1450
- "method": "PUT",
1451
- "path": "/v1/companies/:companyId/industry_selection"
1461
+ "method": "DELETE",
1462
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1452
1463
  },
1453
1464
  {
1454
- "method": "PUT",
1455
- "path": "/v1/locations/:locationId"
1465
+ "method": "POST",
1466
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1467
+ }
1468
+ ],
1469
+ "variables": [
1470
+ "companyId",
1471
+ "companyUuid",
1472
+ "timeOffPolicyUuid"
1473
+ ]
1474
+ },
1475
+ "UNSTABLE_TimeOff.AddEmployeesToPolicy": {
1476
+ "endpoints": [
1477
+ {
1478
+ "method": "POST",
1479
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1456
1480
  },
1457
1481
  {
1458
1482
  "method": "GET",
1459
- "path": "/v1/locations/:locationId"
1483
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1460
1484
  },
1461
1485
  {
1462
- "method": "POST",
1463
- "path": "/v1/companies/:companyId/locations"
1486
+ "method": "PUT",
1487
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1464
1488
  },
1465
1489
  {
1466
1490
  "method": "GET",
1467
- "path": "/v1/companies/:companyId/locations"
1491
+ "path": "/v1/companies/:companyId/employees"
1468
1492
  },
1469
1493
  {
1470
1494
  "method": "GET",
1471
- "path": "/v1/companies/:companyUuid/onboarding_status"
1495
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1472
1496
  },
1473
1497
  {
1474
- "method": "GET",
1475
- "path": "/v1/companies/:companyId/pay_schedules/preview"
1498
+ "method": "DELETE",
1499
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1476
1500
  },
1477
1501
  {
1478
- "method": "PUT",
1479
- "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
1480
- },
1502
+ "method": "POST",
1503
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1504
+ }
1505
+ ],
1506
+ "variables": [
1507
+ "companyId",
1508
+ "companyUuid",
1509
+ "timeOffPolicyUuid"
1510
+ ]
1511
+ },
1512
+ "UNSTABLE_TimeOff.ViewPolicyDetails": {
1513
+ "endpoints": [
1481
1514
  {
1482
- "method": "GET",
1483
- "path": "/v1/companies/:companyId/pay_schedules"
1515
+ "method": "POST",
1516
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1484
1517
  },
1485
1518
  {
1486
- "method": "POST",
1487
- "path": "/v1/companies/:companyId/pay_schedules"
1519
+ "method": "GET",
1520
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1488
1521
  },
1489
1522
  {
1490
1523
  "method": "PUT",
1491
- "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1524
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1492
1525
  },
1493
1526
  {
1494
1527
  "method": "GET",
1495
- "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1528
+ "path": "/v1/companies/:companyId/employees"
1496
1529
  },
1497
1530
  {
1498
1531
  "method": "GET",
1499
- "path": "/v1/companies/:companyUuid/tax_requirements"
1500
- }
1501
- ],
1502
- "variables": [
1503
- "bankAccountUuid",
1532
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1533
+ },
1534
+ {
1535
+ "method": "DELETE",
1536
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1537
+ },
1538
+ {
1539
+ "method": "POST",
1540
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1541
+ }
1542
+ ],
1543
+ "variables": [
1544
+ "companyId",
1545
+ "companyUuid",
1546
+ "timeOffPolicyUuid"
1547
+ ]
1548
+ },
1549
+ "UNSTABLE_TimeOff.ViewPolicyEmployees": {
1550
+ "endpoints": [
1551
+ {
1552
+ "method": "POST",
1553
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1554
+ },
1555
+ {
1556
+ "method": "GET",
1557
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1558
+ },
1559
+ {
1560
+ "method": "PUT",
1561
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1562
+ },
1563
+ {
1564
+ "method": "GET",
1565
+ "path": "/v1/companies/:companyId/employees"
1566
+ },
1567
+ {
1568
+ "method": "GET",
1569
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1570
+ },
1571
+ {
1572
+ "method": "DELETE",
1573
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1574
+ },
1575
+ {
1576
+ "method": "POST",
1577
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1578
+ }
1579
+ ],
1580
+ "variables": [
1581
+ "companyId",
1582
+ "companyUuid",
1583
+ "timeOffPolicyUuid"
1584
+ ]
1585
+ },
1586
+ "UNSTABLE_TimeOff.HolidaySelectionForm": {
1587
+ "endpoints": [
1588
+ {
1589
+ "method": "POST",
1590
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1591
+ },
1592
+ {
1593
+ "method": "GET",
1594
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1595
+ },
1596
+ {
1597
+ "method": "PUT",
1598
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1599
+ },
1600
+ {
1601
+ "method": "GET",
1602
+ "path": "/v1/companies/:companyId/employees"
1603
+ },
1604
+ {
1605
+ "method": "GET",
1606
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1607
+ },
1608
+ {
1609
+ "method": "DELETE",
1610
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1611
+ },
1612
+ {
1613
+ "method": "POST",
1614
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1615
+ }
1616
+ ],
1617
+ "variables": [
1618
+ "companyId",
1619
+ "companyUuid",
1620
+ "timeOffPolicyUuid"
1621
+ ]
1622
+ },
1623
+ "UNSTABLE_TimeOff.AddEmployeesHoliday": {
1624
+ "endpoints": [
1625
+ {
1626
+ "method": "POST",
1627
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1628
+ },
1629
+ {
1630
+ "method": "GET",
1631
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1632
+ },
1633
+ {
1634
+ "method": "PUT",
1635
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1636
+ },
1637
+ {
1638
+ "method": "GET",
1639
+ "path": "/v1/companies/:companyId/employees"
1640
+ },
1641
+ {
1642
+ "method": "GET",
1643
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1644
+ },
1645
+ {
1646
+ "method": "DELETE",
1647
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1648
+ },
1649
+ {
1650
+ "method": "POST",
1651
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1652
+ }
1653
+ ],
1654
+ "variables": [
1655
+ "companyId",
1656
+ "companyUuid",
1657
+ "timeOffPolicyUuid"
1658
+ ]
1659
+ },
1660
+ "UNSTABLE_TimeOff.ViewHolidayEmployees": {
1661
+ "endpoints": [
1662
+ {
1663
+ "method": "POST",
1664
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1665
+ },
1666
+ {
1667
+ "method": "GET",
1668
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1669
+ },
1670
+ {
1671
+ "method": "PUT",
1672
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1673
+ },
1674
+ {
1675
+ "method": "GET",
1676
+ "path": "/v1/companies/:companyId/employees"
1677
+ },
1678
+ {
1679
+ "method": "GET",
1680
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1681
+ },
1682
+ {
1683
+ "method": "DELETE",
1684
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1685
+ },
1686
+ {
1687
+ "method": "POST",
1688
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1689
+ }
1690
+ ],
1691
+ "variables": [
1692
+ "companyId",
1693
+ "companyUuid",
1694
+ "timeOffPolicyUuid"
1695
+ ]
1696
+ },
1697
+ "UNSTABLE_TimeOff.ViewHolidaySchedule": {
1698
+ "endpoints": [
1699
+ {
1700
+ "method": "POST",
1701
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1702
+ },
1703
+ {
1704
+ "method": "GET",
1705
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1706
+ },
1707
+ {
1708
+ "method": "PUT",
1709
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1710
+ },
1711
+ {
1712
+ "method": "GET",
1713
+ "path": "/v1/companies/:companyId/employees"
1714
+ },
1715
+ {
1716
+ "method": "GET",
1717
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1718
+ },
1719
+ {
1720
+ "method": "DELETE",
1721
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1722
+ },
1723
+ {
1724
+ "method": "POST",
1725
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1726
+ }
1727
+ ],
1728
+ "variables": [
1729
+ "companyId",
1730
+ "companyUuid",
1731
+ "timeOffPolicyUuid"
1732
+ ]
1733
+ },
1734
+ "UNSTABLE_TimeOff.TimeOffFlow": {
1735
+ "endpoints": [
1736
+ {
1737
+ "method": "POST",
1738
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1739
+ },
1740
+ {
1741
+ "method": "GET",
1742
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1743
+ },
1744
+ {
1745
+ "method": "PUT",
1746
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1747
+ },
1748
+ {
1749
+ "method": "GET",
1750
+ "path": "/v1/companies/:companyId/employees"
1751
+ },
1752
+ {
1753
+ "method": "GET",
1754
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1755
+ },
1756
+ {
1757
+ "method": "DELETE",
1758
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1759
+ },
1760
+ {
1761
+ "method": "POST",
1762
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1763
+ }
1764
+ ],
1765
+ "variables": [
1766
+ "companyId",
1767
+ "companyUuid",
1768
+ "timeOffPolicyUuid"
1769
+ ]
1770
+ }
1771
+ },
1772
+ "flows": {
1773
+ "Company.OnboardingFlow": {
1774
+ "blocks": [
1775
+ "Company.BankAccount",
1776
+ "Company.DocumentSigner",
1777
+ "Company.FederalTaxes",
1778
+ "Company.Industry",
1779
+ "Company.Locations",
1780
+ "Company.OnboardingFlow",
1781
+ "Company.OnboardingOverview",
1782
+ "Company.PaySchedule",
1783
+ "Company.StateTaxes",
1784
+ "Employee.OnboardingFlow"
1785
+ ],
1786
+ "endpoints": [
1787
+ {
1788
+ "method": "GET",
1789
+ "path": "/v1/companies/:companyId/bank_accounts"
1790
+ },
1791
+ {
1792
+ "method": "POST",
1793
+ "path": "/v1/companies/:companyId/bank_accounts"
1794
+ },
1795
+ {
1796
+ "method": "PUT",
1797
+ "path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
1798
+ },
1799
+ {
1800
+ "method": "GET",
1801
+ "path": "/v1/companies/:companyId/forms"
1802
+ },
1803
+ {
1804
+ "method": "GET",
1805
+ "path": "/v1/companies/:companyUuid/signatories"
1806
+ },
1807
+ {
1808
+ "method": "GET",
1809
+ "path": "/v1/forms/:formId"
1810
+ },
1811
+ {
1812
+ "method": "GET",
1813
+ "path": "/v1/forms/:formId/pdf"
1814
+ },
1815
+ {
1816
+ "method": "PUT",
1817
+ "path": "/v1/forms/:formId/sign"
1818
+ },
1819
+ {
1820
+ "method": "PUT",
1821
+ "path": "/v1/companies/:companyId/federal_tax_details"
1822
+ },
1823
+ {
1824
+ "method": "GET",
1825
+ "path": "/v1/companies/:companyId/federal_tax_details"
1826
+ },
1827
+ {
1828
+ "method": "GET",
1829
+ "path": "/v1/companies/:companyId/industry_selection"
1830
+ },
1831
+ {
1832
+ "method": "PUT",
1833
+ "path": "/v1/companies/:companyId/industry_selection"
1834
+ },
1835
+ {
1836
+ "method": "PUT",
1837
+ "path": "/v1/locations/:locationId"
1838
+ },
1839
+ {
1840
+ "method": "GET",
1841
+ "path": "/v1/locations/:locationId"
1842
+ },
1843
+ {
1844
+ "method": "POST",
1845
+ "path": "/v1/companies/:companyId/locations"
1846
+ },
1847
+ {
1848
+ "method": "GET",
1849
+ "path": "/v1/companies/:companyId/locations"
1850
+ },
1851
+ {
1852
+ "method": "GET",
1853
+ "path": "/v1/companies/:companyUuid/onboarding_status"
1854
+ },
1855
+ {
1856
+ "method": "GET",
1857
+ "path": "/v1/companies/:companyId/pay_schedules"
1858
+ },
1859
+ {
1860
+ "method": "GET",
1861
+ "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
1862
+ },
1863
+ {
1864
+ "method": "GET",
1865
+ "path": "/v1/companies/:companyId/pay_schedules/preview"
1866
+ },
1867
+ {
1868
+ "method": "POST",
1869
+ "path": "/v1/companies/:companyId/pay_schedules"
1870
+ },
1871
+ {
1872
+ "method": "PUT",
1873
+ "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
1874
+ },
1875
+ {
1876
+ "method": "GET",
1877
+ "path": "/v1/companies/:companyUuid/payment_configs"
1878
+ },
1879
+ {
1880
+ "method": "PUT",
1881
+ "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1882
+ },
1883
+ {
1884
+ "method": "GET",
1885
+ "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1886
+ },
1887
+ {
1888
+ "method": "GET",
1889
+ "path": "/v1/companies/:companyUuid/tax_requirements"
1890
+ }
1891
+ ],
1892
+ "variables": [
1893
+ "bankAccountUuid",
1504
1894
  "companyId",
1505
1895
  "companyUuid",
1506
1896
  "formId",
@@ -1757,14 +2147,14 @@
1757
2147
  "method": "PUT",
1758
2148
  "path": "/v1/employees/:employeeId/payment_method"
1759
2149
  },
1760
- {
1761
- "method": "GET",
1762
- "path": "/v1/companies/:companyId/locations"
1763
- },
1764
2150
  {
1765
2151
  "method": "POST",
1766
2152
  "path": "/v1/companies/:companyId/employees"
1767
2153
  },
2154
+ {
2155
+ "method": "PUT",
2156
+ "path": "/v1/employees/:employeeId"
2157
+ },
1768
2158
  {
1769
2159
  "method": "GET",
1770
2160
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -1778,17 +2168,17 @@
1778
2168
  "path": "/v1/home_addresses/:homeAddressUuid"
1779
2169
  },
1780
2170
  {
1781
- "method": "PUT",
1782
- "path": "/v1/work_addresses/:workAddressUuid"
1783
- },
1784
- {
1785
- "method": "PUT",
1786
- "path": "/v1/employees/:employeeId"
2171
+ "method": "GET",
2172
+ "path": "/v1/companies/:companyId/locations"
1787
2173
  },
1788
2174
  {
1789
2175
  "method": "POST",
1790
2176
  "path": "/v1/employees/:employeeId/work_addresses"
1791
2177
  },
2178
+ {
2179
+ "method": "PUT",
2180
+ "path": "/v1/work_addresses/:workAddressUuid"
2181
+ },
1792
2182
  {
1793
2183
  "method": "GET",
1794
2184
  "path": "/v1/employees/:employeeUuid/state_taxes"
@@ -1893,12 +2283,20 @@
1893
2283
  },
1894
2284
  {
1895
2285
  "method": "GET",
1896
- "path": "/v1/companies/:companyId/locations"
2286
+ "path": "/v1/employees/:employeeId/work_addresses"
1897
2287
  },
1898
2288
  {
1899
2289
  "method": "POST",
1900
2290
  "path": "/v1/companies/:companyId/employees"
1901
2291
  },
2292
+ {
2293
+ "method": "PUT",
2294
+ "path": "/v1/employees/:employeeId"
2295
+ },
2296
+ {
2297
+ "method": "PUT",
2298
+ "path": "/v1/employees/:employeeId/onboarding_status"
2299
+ },
1902
2300
  {
1903
2301
  "method": "GET",
1904
2302
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -1911,17 +2309,9 @@
1911
2309
  "method": "PUT",
1912
2310
  "path": "/v1/home_addresses/:homeAddressUuid"
1913
2311
  },
1914
- {
1915
- "method": "PUT",
1916
- "path": "/v1/work_addresses/:workAddressUuid"
1917
- },
1918
- {
1919
- "method": "PUT",
1920
- "path": "/v1/employees/:employeeId"
1921
- },
1922
2312
  {
1923
2313
  "method": "GET",
1924
- "path": "/v1/employees/:employeeId/work_addresses"
2314
+ "path": "/v1/companies/:companyId/locations"
1925
2315
  },
1926
2316
  {
1927
2317
  "method": "POST",
@@ -1929,7 +2319,7 @@
1929
2319
  },
1930
2320
  {
1931
2321
  "method": "PUT",
1932
- "path": "/v1/employees/:employeeId/onboarding_status"
2322
+ "path": "/v1/work_addresses/:workAddressUuid"
1933
2323
  },
1934
2324
  {
1935
2325
  "method": "GET",
@@ -2140,45 +2530,16 @@
2140
2530
  },
2141
2531
  "UNSTABLE_TimeOff.TimeOffFlow": {
2142
2532
  "blocks": [
2143
- "UNSTABLE_TimeOff.AddEmployeesHoliday",
2144
- "UNSTABLE_TimeOff.AddEmployeesToPolicy",
2145
- "UNSTABLE_TimeOff.HolidaySelectionForm",
2146
- "UNSTABLE_TimeOff.PolicyConfigurationForm",
2147
- "UNSTABLE_TimeOff.PolicyList",
2148
- "UNSTABLE_TimeOff.PolicySettings",
2149
- "UNSTABLE_TimeOff.PolicyTypeSelector",
2150
- "UNSTABLE_TimeOff.TimeOffFlow",
2151
- "UNSTABLE_TimeOff.ViewHolidayEmployees",
2152
- "UNSTABLE_TimeOff.ViewHolidaySchedule",
2153
- "UNSTABLE_TimeOff.ViewPolicyDetails",
2154
- "UNSTABLE_TimeOff.ViewPolicyEmployees"
2533
+ "UNSTABLE_TimeOff.PolicyConfigurationForm"
2155
2534
  ],
2156
2535
  "endpoints": [
2157
2536
  {
2158
2537
  "method": "POST",
2159
- "path": "/v1/companies/:companyUuid/holiday_pay_policy"
2160
- },
2161
- {
2162
- "method": "POST",
2163
- "path": "/v1/companies/:companyUuid/time_off_policies"
2164
- },
2165
- {
2166
- "method": "GET",
2167
2538
  "path": "/v1/companies/:companyUuid/time_off_policies"
2168
- },
2169
- {
2170
- "method": "PUT",
2171
- "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
2172
- },
2173
- {
2174
- "method": "GET",
2175
- "path": "/v1/companies/:companyId/employees"
2176
2539
  }
2177
2540
  ],
2178
2541
  "variables": [
2179
- "companyId",
2180
- "companyUuid",
2181
- "timeOffPolicyUuid"
2542
+ "companyUuid"
2182
2543
  ]
2183
2544
  }
2184
2545
  }