@gusto/embedded-react-sdk 0.39.0 → 0.40.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 (464) hide show
  1. package/CHANGELOG.md +118 -0
  2. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  3. package/dist/components/Common/SignatureForm/SignatureFormActions.js +7 -8
  4. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  5. package/dist/components/Common/SignatureForm/SignatureFormFields.js +4 -5
  6. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  7. package/dist/components/Common/UI/Alert/Alert.module.scss.js +12 -12
  8. package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
  9. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +1 -1
  10. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -7
  11. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  12. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -9
  13. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  14. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +11 -11
  15. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -7
  16. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  17. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +6 -6
  18. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +6 -7
  19. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  20. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
  21. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  22. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -6
  23. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  24. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/fields.d.ts +3 -3
  25. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/fields.js +2 -2
  26. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -0
  27. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/index.d.ts +0 -2
  28. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/signCompanyFormSchema.d.ts +2 -2
  29. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/signCompanyFormSchema.js +1 -1
  30. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -0
  31. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/useSignCompanyForm.d.ts +6 -31
  32. package/dist/components/{UNSTABLE_Hooks/hooks → Company/DocumentSigner/shared}/useSignCompanyForm/useSignCompanyForm.js +24 -19
  33. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -0
  34. package/dist/components/Company/FederalTaxes/Actions.js +6 -7
  35. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  36. package/dist/components/Company/Industry/Actions.js +5 -6
  37. package/dist/components/Company/Industry/Actions.js.map +1 -1
  38. package/dist/components/Company/Industry/Edit.js +10 -11
  39. package/dist/components/Company/Industry/Edit.js.map +1 -1
  40. package/dist/components/Company/Locations/LocationForm/Actions.js +2 -3
  41. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  42. package/dist/components/Company/Locations/LocationsList/Actions.js +2 -3
  43. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  44. package/dist/components/Company/Locations/LocationsList/List.js +6 -7
  45. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  46. package/dist/components/Company/PaySchedule/_parts/Actions.js +2 -3
  47. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  48. package/dist/components/Company/PaySchedule/_parts/Edit.js +6 -6
  49. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/fields.d.ts +6 -6
  50. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/fields.js +5 -5
  51. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -0
  52. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/index.d.ts +0 -2
  53. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/payScheduleSchema.d.ts +2 -2
  54. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/payScheduleSchema.js +2 -2
  55. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -0
  56. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +33 -0
  57. package/dist/components/{UNSTABLE_Hooks/hooks → Company/PaySchedule/shared}/usePayScheduleForm/usePayScheduleForm.js +30 -26
  58. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -0
  59. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -6
  60. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  61. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -7
  62. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  63. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +2 -3
  64. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  65. package/dist/components/Company/exports/companyOnboarding.d.ts +14 -0
  66. package/dist/components/Company/exports/companyOnboarding.js +31 -0
  67. package/dist/components/Company/exports/companyOnboarding.js.map +1 -0
  68. package/dist/components/Contractor/Address/Form.js +4 -4
  69. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -3
  70. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  71. package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
  72. package/dist/components/Contractor/Submit/Submit.js +73 -50
  73. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  74. package/dist/components/Contractor/exports/contractorOnboarding.d.ts +7 -0
  75. package/dist/components/Contractor/exports/contractorOnboarding.js +17 -0
  76. package/dist/components/Contractor/exports/contractorOnboarding.js.map +1 -0
  77. package/dist/components/Employee/Compensation/Actions.js +1 -1
  78. package/dist/components/Employee/Compensation/List.js +5 -6
  79. package/dist/components/Employee/Compensation/List.js.map +1 -1
  80. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchema.d.ts +2 -2
  81. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchema.js +4 -4
  82. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -0
  83. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/fields.d.ts +8 -8
  84. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/fields.js +6 -6
  85. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -0
  86. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/index.d.ts +0 -2
  87. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +43 -0
  88. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/useCompensationForm.js +28 -24
  89. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -0
  90. package/dist/components/Employee/Dashboard/Dashboard.js +79 -79
  91. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  92. package/dist/components/Employee/Dashboard/DocumentsView.js +2 -5
  93. package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
  94. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.d.ts +8 -11
  95. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +8 -8
  96. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +1 -1
  97. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +10 -12
  98. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +11 -11
  99. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +1 -1
  100. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.d.ts +6 -9
  101. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js +10 -10
  102. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js.map +1 -1
  103. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.d.ts +7 -10
  104. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js +8 -8
  105. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js.map +1 -1
  106. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +4 -5
  107. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  108. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +16 -16
  109. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +8 -8
  110. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/fields.d.ts +5 -5
  111. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/fields.js +4 -4
  112. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -0
  113. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/index.d.ts +0 -4
  114. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/signEmployeeFormSchema.d.ts +1 -1
  115. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/signEmployeeFormSchema.js +1 -1
  116. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -0
  117. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +47 -0
  118. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/DocumentSigner/shared}/useSignEmployeeForm/useSignEmployeeForm.js +66 -59
  119. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -0
  120. package/dist/components/Employee/FederalTaxes/Actions.js +2 -3
  121. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  122. package/dist/components/Employee/FederalTaxes/FederalForm.js +4 -5
  123. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  124. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +1 -1
  125. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  126. package/dist/components/Employee/PaymentMethod/Actions.js +5 -6
  127. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  128. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +4 -4
  129. package/dist/components/Employee/PaymentMethod/Split.js +1 -1
  130. package/dist/components/Employee/Profile/AdminProfile.d.ts +2 -0
  131. package/dist/components/Employee/Profile/AdminProfile.js +360 -0
  132. package/dist/components/Employee/Profile/AdminProfile.js.map +1 -0
  133. package/dist/components/Employee/Profile/AdminProfile.module.scss.js +10 -0
  134. package/dist/components/Employee/Profile/AdminProfile.module.scss.js.map +1 -0
  135. package/dist/components/Employee/Profile/EmployeeProfile.d.ts +2 -0
  136. package/dist/components/Employee/Profile/EmployeeProfile.js +211 -0
  137. package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -0
  138. package/dist/components/Employee/Profile/EmployeeProfile.module.scss.js +10 -0
  139. package/dist/components/Employee/Profile/EmployeeProfile.module.scss.js.map +1 -0
  140. package/dist/components/Employee/Profile/Profile.d.ts +3 -3
  141. package/dist/components/Employee/Profile/Profile.js +25 -261
  142. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  143. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +2 -2
  144. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/employeeDetailsSchema.js +2 -2
  145. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.js.map +1 -0
  146. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/fields.d.ts +4 -4
  147. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/fields.js +5 -5
  148. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js.map +1 -0
  149. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/index.d.ts +0 -2
  150. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +15 -33
  151. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useEmployeeDetailsForm/useEmployeeDetailsForm.js +31 -27
  152. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -0
  153. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +22 -0
  154. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +36 -0
  155. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -0
  156. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +41 -0
  157. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js +32 -0
  158. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js.map +1 -0
  159. package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +5 -0
  160. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +44 -0
  161. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +161 -0
  162. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -0
  163. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/fields.d.ts +3 -3
  164. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/fields.js +2 -2
  165. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -0
  166. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/index.d.ts +0 -2
  167. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/useWorkAddressForm.d.ts +11 -32
  168. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/useWorkAddressForm.js +34 -30
  169. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -0
  170. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/workAddressSchema.d.ts +3 -5
  171. package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Profile/shared}/useWorkAddressForm/workAddressSchema.js +7 -9
  172. package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.js.map +1 -0
  173. package/dist/components/Employee/StateTaxes/Actions.js +6 -7
  174. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  175. package/dist/components/Employee/Taxes/Actions.js +7 -8
  176. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  177. package/dist/components/Employee/Taxes/FederalForm.js +4 -5
  178. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  179. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +5 -5
  180. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
  181. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +10 -10
  182. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeList.d.ts +1 -1
  183. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeList.js +7 -7
  184. package/dist/components/Employee/employee-list/management/ManagementEmployeeList.js.map +1 -0
  185. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeListView.d.ts +1 -1
  186. package/dist/components/Employee/{EmployeeList → employee-list/management}/ManagementEmployeeListView.js +12 -12
  187. package/dist/components/Employee/employee-list/management/ManagementEmployeeListView.js.map +1 -0
  188. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeList.d.ts +1 -1
  189. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeList.js +7 -7
  190. package/dist/components/Employee/employee-list/onboarding/EmployeeList.js.map +1 -0
  191. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeListView.d.ts +1 -1
  192. package/dist/components/Employee/{EmployeeList → employee-list/onboarding}/EmployeeListView.js +12 -12
  193. package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js.map +1 -0
  194. package/dist/components/Employee/employee-list/shared/index.d.ts +2 -0
  195. package/dist/components/Employee/{EmployeeList → employee-list/shared}/useEmployeeList.d.ts +8 -10
  196. package/dist/components/Employee/{EmployeeList → employee-list/shared}/useEmployeeList.js +32 -28
  197. package/dist/components/Employee/employee-list/shared/useEmployeeList.js.map +1 -0
  198. package/dist/components/Employee/exports/employeeManagement.d.ts +6 -0
  199. package/dist/components/Employee/exports/employeeManagement.js +15 -0
  200. package/dist/components/Employee/exports/employeeManagement.js.map +1 -0
  201. package/dist/components/Employee/exports/employeeOnboarding.d.ts +14 -0
  202. package/dist/components/Employee/exports/employeeOnboarding.js +31 -0
  203. package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -0
  204. package/dist/components/Employee/index.d.ts +1 -2
  205. package/dist/components/Employee/index.js +35 -37
  206. package/dist/components/Employee/index.js.map +1 -1
  207. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +10 -10
  208. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +11 -12
  209. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  210. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +0 -1
  211. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  212. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +2 -3
  213. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  214. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +17 -17
  215. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  216. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +106 -108
  217. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  218. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +10 -10
  219. package/dist/components/Payroll/usePreparedPayrollData.js +4 -4
  220. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  221. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.d.ts +1 -1
  222. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js +96 -62
  223. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyList.js.map +1 -1
  224. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -1
  225. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +47 -45
  226. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  227. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListTypes.d.ts +2 -0
  228. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +18 -0
  229. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -0
  230. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +2 -0
  231. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +166 -0
  232. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -0
  233. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsTypes.d.ts +18 -0
  234. package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -0
  235. package/dist/components/UNSTABLE_TimeOff/index.js +24 -22
  236. package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
  237. package/dist/components/index.d.ts +7 -0
  238. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +2 -3
  239. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  240. package/dist/contexts/ObservabilityProvider/useObservability.js +6 -6
  241. package/dist/contexts/ObservabilityProvider/useObservability.js.map +1 -1
  242. package/dist/i18n/I18n.js +9 -9
  243. package/dist/i18n/I18n.js.map +1 -1
  244. package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +1 -1
  245. package/dist/i18n/en/Contractor.Submit.json.js +16 -12
  246. package/dist/i18n/en/Contractor.Submit.json.js.map +1 -1
  247. package/dist/i18n/en/common.json.d.ts +1 -0
  248. package/dist/i18n/en/common.json.js +1 -1
  249. package/dist/index.d.ts +16 -0
  250. package/dist/index.js +102 -26
  251. package/dist/index.js.map +1 -1
  252. package/dist/partner-hook-utils/collectErrors.js.map +1 -0
  253. package/dist/partner-hook-utils/composeErrorHandler.d.ts +24 -0
  254. package/dist/partner-hook-utils/composeErrorHandler.js +30 -0
  255. package/dist/partner-hook-utils/composeErrorHandler.js.map +1 -0
  256. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataContext.d.ts +2 -2
  257. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataContext.js +3 -3
  258. package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js.map +1 -0
  259. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataProvider.d.ts +2 -2
  260. package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.js.map +1 -0
  261. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/SDKFormProvider.d.ts +2 -2
  262. package/dist/partner-hook-utils/form/SDKFormProvider.js.map +1 -0
  263. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.d.ts +1 -1
  264. package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -0
  265. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/composeSubmitHandler.d.ts +29 -3
  266. package/dist/partner-hook-utils/form/composeSubmitHandler.js +40 -0
  267. package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -0
  268. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/CheckboxHookField.d.ts +3 -3
  269. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/CheckboxHookField.js +8 -9
  270. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -0
  271. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/DatePickerHookField.d.ts +3 -3
  272. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/DatePickerHookField.js +1 -1
  273. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -0
  274. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/NumberInputHookField.d.ts +3 -3
  275. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/NumberInputHookField.js +12 -13
  276. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -0
  277. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/RadioGroupHookField.d.ts +3 -3
  278. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/RadioGroupHookField.js +3 -4
  279. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -0
  280. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SelectHookField.d.ts +3 -3
  281. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SelectHookField.js +8 -9
  282. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -0
  283. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SwitchHookField.d.ts +3 -3
  284. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/SwitchHookField.js +8 -9
  285. package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -0
  286. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/TextInputHookField.d.ts +3 -3
  287. package/dist/partner-hook-utils/form/fields/TextInputHookField.js +38 -0
  288. package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -0
  289. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/fields/index.d.ts +7 -7
  290. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFieldWithOptions.d.ts +1 -1
  291. package/dist/partner-hook-utils/form/getFieldWithOptions.js.map +1 -0
  292. package/dist/partner-hook-utils/form/getFormSubmissionValues.js.map +1 -0
  293. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/index.d.ts +2 -2
  294. package/dist/partner-hook-utils/form/preprocessors.js.map +1 -0
  295. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/resolveFieldError.d.ts +2 -2
  296. package/dist/partner-hook-utils/form/resolveFieldError.js.map +1 -0
  297. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useDeriveFieldsMetadata.d.ts +1 -1
  298. package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js +21 -0
  299. package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js.map +1 -0
  300. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useFieldErrorMessage.d.ts +1 -1
  301. package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +1 -0
  302. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useHookFieldResolution.d.ts +2 -2
  303. package/dist/partner-hook-utils/form/useHookFieldResolution.js.map +1 -0
  304. package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/withOptions.d.ts +1 -1
  305. package/dist/partner-hook-utils/form/withOptions.js.map +1 -0
  306. package/dist/partner-hook-utils/index.d.ts +5 -0
  307. package/dist/{types/sdkHooks.d.ts → partner-hook-utils/types.d.ts} +37 -9
  308. package/dist/shared/constants.d.ts +1 -1
  309. package/dist/shared/constants.js +15 -16
  310. package/dist/shared/constants.js.map +1 -1
  311. package/dist/style.css +1 -1
  312. package/dist/types/i18next.d.ts +15 -252
  313. package/dist/types/sdkError.js.map +1 -1
  314. package/docs/reference/endpoint-inventory.json +542 -162
  315. package/package.json +13 -17
  316. package/dist/UNSTABLE_Hooks.d.ts +0 -1
  317. package/dist/UNSTABLE_Hooks.js +0 -71
  318. package/dist/UNSTABLE_Hooks.js.map +0 -1
  319. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +0 -1
  320. package/dist/components/Employee/EmployeeList/EmployeeListView.js.map +0 -1
  321. package/dist/components/Employee/EmployeeList/ManagementEmployeeList.js.map +0 -1
  322. package/dist/components/Employee/EmployeeList/ManagementEmployeeListView.js.map +0 -1
  323. package/dist/components/Employee/EmployeeList/index.d.ts +0 -3
  324. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +0 -1
  325. package/dist/components/Employee/Profile/Actions.d.ts +0 -1
  326. package/dist/components/Employee/Profile/Actions.js +0 -14
  327. package/dist/components/Employee/Profile/Actions.js.map +0 -1
  328. package/dist/components/Employee/Profile/AdminPersonalDetails.d.ts +0 -33
  329. package/dist/components/Employee/Profile/AdminPersonalDetails.js +0 -59
  330. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +0 -1
  331. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +0 -8
  332. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js.map +0 -1
  333. package/dist/components/Employee/Profile/Head.d.ts +0 -1
  334. package/dist/components/Employee/Profile/Head.js +0 -14
  335. package/dist/components/Employee/Profile/Head.js.map +0 -1
  336. package/dist/components/Employee/Profile/HomeAddress.d.ts +0 -31
  337. package/dist/components/Employee/Profile/HomeAddress.js +0 -128
  338. package/dist/components/Employee/Profile/HomeAddress.js.map +0 -1
  339. package/dist/components/Employee/Profile/PersonalDetailsInputs.d.ts +0 -49
  340. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +0 -146
  341. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +0 -1
  342. package/dist/components/Employee/Profile/SelfPersonalDetails.d.ts +0 -16
  343. package/dist/components/Employee/Profile/SelfPersonalDetails.js +0 -29
  344. package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +0 -1
  345. package/dist/components/Employee/Profile/WorkAddress.d.ts +0 -1
  346. package/dist/components/Employee/Profile/WorkAddress.js +0 -21
  347. package/dist/components/Employee/Profile/WorkAddress.js.map +0 -1
  348. package/dist/components/Employee/Profile/WorkAddress.module.scss.js +0 -8
  349. package/dist/components/Employee/Profile/WorkAddress.module.scss.js.map +0 -1
  350. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.d.ts +0 -2
  351. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js +0 -8
  352. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +0 -1
  353. package/dist/components/Employee/Profile/useProfile.d.ts +0 -16
  354. package/dist/components/Employee/Profile/useProfile.js +0 -20
  355. package/dist/components/Employee/Profile/useProfile.js.map +0 -1
  356. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js.map +0 -1
  357. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.js.map +0 -1
  358. package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.js.map +0 -1
  359. package/dist/components/UNSTABLE_Hooks/form/buildFormSchema.js.map +0 -1
  360. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js +0 -34
  361. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js.map +0 -1
  362. package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js.map +0 -1
  363. package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js.map +0 -1
  364. package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js.map +0 -1
  365. package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js.map +0 -1
  366. package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js.map +0 -1
  367. package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js.map +0 -1
  368. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js +0 -39
  369. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js.map +0 -1
  370. package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.js.map +0 -1
  371. package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.js.map +0 -1
  372. package/dist/components/UNSTABLE_Hooks/form/preprocessors.js.map +0 -1
  373. package/dist/components/UNSTABLE_Hooks/form/resolveFieldError.js.map +0 -1
  374. package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js +0 -21
  375. package/dist/components/UNSTABLE_Hooks/form/useDeriveFieldsMetadata.js.map +0 -1
  376. package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js.map +0 -1
  377. package/dist/components/UNSTABLE_Hooks/form/useHookFieldResolution.js.map +0 -1
  378. package/dist/components/UNSTABLE_Hooks/form/withOptions.js.map +0 -1
  379. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.d.ts +0 -5
  380. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js +0 -149
  381. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js.map +0 -1
  382. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js.map +0 -1
  383. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.js.map +0 -1
  384. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.d.ts +0 -102
  385. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js.map +0 -1
  386. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.d.ts +0 -5
  387. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js +0 -112
  388. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js.map +0 -1
  389. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js.map +0 -1
  390. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js.map +0 -1
  391. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +0 -1
  392. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.d.ts +0 -5
  393. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.js +0 -172
  394. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.js.map +0 -1
  395. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.module.scss.js +0 -14
  396. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/PayScheduleForm.module.scss.js.map +0 -1
  397. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/fields.js.map +0 -1
  398. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/payScheduleSchema.js.map +0 -1
  399. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/usePayScheduleForm.d.ts +0 -69
  400. package/dist/components/UNSTABLE_Hooks/hooks/usePayScheduleForm/usePayScheduleForm.js.map +0 -1
  401. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.d.ts +0 -5
  402. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.js +0 -69
  403. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/SignCompanyForm.js.map +0 -1
  404. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/fields.js.map +0 -1
  405. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/signCompanyFormSchema.js.map +0 -1
  406. package/dist/components/UNSTABLE_Hooks/hooks/useSignCompanyForm/useSignCompanyForm.js.map +0 -1
  407. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.d.ts +0 -5
  408. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.js +0 -71
  409. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeForm.js.map +0 -1
  410. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.d.ts +0 -5
  411. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.js +0 -179
  412. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/SignEmployeeI9Form.js.map +0 -1
  413. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/fields.js.map +0 -1
  414. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/signEmployeeFormSchema.js.map +0 -1
  415. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/useSignEmployeeForm.d.ts +0 -151
  416. package/dist/components/UNSTABLE_Hooks/hooks/useSignEmployeeForm/useSignEmployeeForm.js.map +0 -1
  417. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.d.ts +0 -5
  418. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js +0 -69
  419. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js.map +0 -1
  420. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.js.map +0 -1
  421. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js.map +0 -1
  422. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js.map +0 -1
  423. package/dist/components/UNSTABLE_Hooks/index.d.ts +0 -12
  424. package/dist/helpers/buildQueryErrorHandling.d.ts +0 -22
  425. package/dist/helpers/buildQueryErrorHandling.js +0 -11
  426. package/dist/helpers/buildQueryErrorHandling.js.map +0 -1
  427. package/dist/helpers/collectErrors.js.map +0 -1
  428. package/dist/hooks/useErrorHandling.d.ts +0 -9
  429. package/dist/hooks/useErrorHandling.js +0 -12
  430. package/dist/hooks/useErrorHandling.js.map +0 -1
  431. package/dist/hooks/useErrorHandling.test.d.ts +0 -1
  432. package/dist/i18n/en/UNSTABLE.CompensationForm.json.js +0 -58
  433. package/dist/i18n/en/UNSTABLE.CompensationForm.json.js.map +0 -1
  434. package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js +0 -34
  435. package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js.map +0 -1
  436. package/dist/i18n/en/UNSTABLE.PayScheduleForm.json.js +0 -24
  437. package/dist/i18n/en/UNSTABLE.PayScheduleForm.json.js.map +0 -1
  438. package/dist/i18n/en/UNSTABLE.SignCompanyForm.json.js +0 -20
  439. package/dist/i18n/en/UNSTABLE.SignCompanyForm.json.js.map +0 -1
  440. package/dist/i18n/en/UNSTABLE.SignEmployeeForm.json.js +0 -22
  441. package/dist/i18n/en/UNSTABLE.SignEmployeeForm.json.js.map +0 -1
  442. package/dist/i18n/en/UNSTABLE.SignEmployeeI9Form.json.js +0 -70
  443. package/dist/i18n/en/UNSTABLE.SignEmployeeI9Form.json.js.map +0 -1
  444. package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js +0 -24
  445. package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js.map +0 -1
  446. /package/dist/components/{UNSTABLE_Hooks/hooks → Employee/Compensation/shared}/useCompensationForm/compensationSchemaParity.test.d.ts +0 -0
  447. /package/dist/{helpers → partner-hook-utils}/collectErrors.d.ts +0 -0
  448. /package/dist/{helpers → partner-hook-utils}/collectErrors.js +0 -0
  449. /package/dist/{components/Employee/Profile/getEmployeeAddressForProfile.test.d.ts → partner-hook-utils/composeErrorHandler.test.d.ts} +0 -0
  450. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/FormFieldsMetadataProvider.js +0 -0
  451. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/SDKFormProvider.js +0 -0
  452. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.js +0 -0
  453. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/buildFormSchema.test.d.ts +0 -0
  454. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/composeSubmitHandler.test.d.ts +0 -0
  455. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFieldWithOptions.js +0 -0
  456. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.d.ts +0 -0
  457. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.js +0 -0
  458. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/getFormSubmissionValues.test.d.ts +0 -0
  459. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/preprocessors.d.ts +0 -0
  460. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/preprocessors.js +0 -0
  461. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/resolveFieldError.js +0 -0
  462. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useFieldErrorMessage.js +0 -0
  463. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/useHookFieldResolution.js +0 -0
  464. /package/dist/{components/UNSTABLE_Hooks → partner-hook-utils}/form/withOptions.js +0 -0
@@ -203,10 +203,19 @@
203
203
  {
204
204
  "method": "POST",
205
205
  "path": "/v1/companies/:companyId/pay_schedules"
206
+ },
207
+ {
208
+ "method": "GET",
209
+ "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
210
+ },
211
+ {
212
+ "method": "GET",
213
+ "path": "/v1/companies/:companyUuid/payment_configs"
206
214
  }
207
215
  ],
208
216
  "variables": [
209
217
  "companyId",
218
+ "companyUuid",
210
219
  "payScheduleId"
211
220
  ]
212
221
  },
@@ -528,26 +537,6 @@
528
537
  "employeeId"
529
538
  ]
530
539
  },
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
540
  "Employee.Deductions": {
552
541
  "endpoints": [
553
542
  {
@@ -591,16 +580,24 @@
591
580
  "endpoints": [
592
581
  {
593
582
  "method": "GET",
594
- "path": "/v1/companies/:companyId/locations"
583
+ "path": "/v1/employees/:employeeId/work_addresses"
584
+ },
585
+ {
586
+ "method": "GET",
587
+ "path": "/v1/employees/:employeeId"
595
588
  },
596
589
  {
597
590
  "method": "POST",
598
591
  "path": "/v1/companies/:companyId/employees"
599
592
  },
600
593
  {
601
- "method": "GET",
594
+ "method": "PUT",
602
595
  "path": "/v1/employees/:employeeId"
603
596
  },
597
+ {
598
+ "method": "PUT",
599
+ "path": "/v1/employees/:employeeId/onboarding_status"
600
+ },
604
601
  {
605
602
  "method": "GET",
606
603
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -613,17 +610,9 @@
613
610
  "method": "PUT",
614
611
  "path": "/v1/home_addresses/:homeAddressUuid"
615
612
  },
616
- {
617
- "method": "PUT",
618
- "path": "/v1/work_addresses/:workAddressUuid"
619
- },
620
- {
621
- "method": "PUT",
622
- "path": "/v1/employees/:employeeId"
623
- },
624
613
  {
625
614
  "method": "GET",
626
- "path": "/v1/employees/:employeeId/work_addresses"
615
+ "path": "/v1/companies/:companyId/locations"
627
616
  },
628
617
  {
629
618
  "method": "POST",
@@ -631,7 +620,7 @@
631
620
  },
632
621
  {
633
622
  "method": "PUT",
634
- "path": "/v1/employees/:employeeId/onboarding_status"
623
+ "path": "/v1/work_addresses/:workAddressUuid"
635
624
  }
636
625
  ],
637
626
  "variables": [
@@ -1345,6 +1334,10 @@
1345
1334
  },
1346
1335
  "UNSTABLE_TimeOff.PolicyList": {
1347
1336
  "endpoints": [
1337
+ {
1338
+ "method": "POST",
1339
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1340
+ },
1348
1341
  {
1349
1342
  "method": "GET",
1350
1343
  "path": "/v1/companies/:companyUuid/time_off_policies"
@@ -1356,6 +1349,18 @@
1356
1349
  {
1357
1350
  "method": "GET",
1358
1351
  "path": "/v1/companies/:companyId/employees"
1352
+ },
1353
+ {
1354
+ "method": "GET",
1355
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1356
+ },
1357
+ {
1358
+ "method": "DELETE",
1359
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1360
+ },
1361
+ {
1362
+ "method": "POST",
1363
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1359
1364
  }
1360
1365
  ],
1361
1366
  "variables": [
@@ -1364,178 +1369,582 @@
1364
1369
  "timeOffPolicyUuid"
1365
1370
  ]
1366
1371
  },
1367
- "UNSTABLE_TimeOff.PolicyConfigurationForm": {
1372
+ "UNSTABLE_TimeOff.PolicyTypeSelector": {
1368
1373
  "endpoints": [
1374
+ {
1375
+ "method": "POST",
1376
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1377
+ },
1378
+ {
1379
+ "method": "GET",
1380
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1381
+ },
1382
+ {
1383
+ "method": "PUT",
1384
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1385
+ },
1386
+ {
1387
+ "method": "GET",
1388
+ "path": "/v1/companies/:companyId/employees"
1389
+ },
1390
+ {
1391
+ "method": "GET",
1392
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1393
+ },
1394
+ {
1395
+ "method": "DELETE",
1396
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1397
+ },
1369
1398
  {
1370
1399
  "method": "POST",
1371
1400
  "path": "/v1/companies/:companyUuid/time_off_policies"
1372
1401
  }
1373
1402
  ],
1374
1403
  "variables": [
1375
- "companyUuid"
1404
+ "companyId",
1405
+ "companyUuid",
1406
+ "timeOffPolicyUuid"
1376
1407
  ]
1377
1408
  },
1378
- "UNSTABLE_TimeOff.HolidaySelectionForm": {
1409
+ "UNSTABLE_TimeOff.PolicyConfigurationForm": {
1379
1410
  "endpoints": [
1380
1411
  {
1381
1412
  "method": "POST",
1382
- "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1413
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1383
1414
  }
1384
1415
  ],
1385
1416
  "variables": [
1386
1417
  "companyUuid"
1387
1418
  ]
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
- ],
1419
+ },
1420
+ "UNSTABLE_TimeOff.PolicySettings": {
1404
1421
  "endpoints": [
1405
1422
  {
1406
- "method": "GET",
1407
- "path": "/v1/companies/:companyId/bank_accounts"
1423
+ "method": "POST",
1424
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1408
1425
  },
1409
1426
  {
1410
- "method": "POST",
1411
- "path": "/v1/companies/:companyId/bank_accounts"
1427
+ "method": "GET",
1428
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1412
1429
  },
1413
1430
  {
1414
1431
  "method": "PUT",
1415
- "path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
1432
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1416
1433
  },
1417
1434
  {
1418
1435
  "method": "GET",
1419
- "path": "/v1/companies/:companyId/forms"
1436
+ "path": "/v1/companies/:companyId/employees"
1420
1437
  },
1421
1438
  {
1422
1439
  "method": "GET",
1423
- "path": "/v1/companies/:companyUuid/signatories"
1440
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1424
1441
  },
1425
1442
  {
1426
- "method": "GET",
1427
- "path": "/v1/forms/:formId"
1443
+ "method": "DELETE",
1444
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1428
1445
  },
1429
1446
  {
1430
- "method": "PUT",
1431
- "path": "/v1/forms/:formId/sign"
1447
+ "method": "POST",
1448
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1449
+ }
1450
+ ],
1451
+ "variables": [
1452
+ "companyId",
1453
+ "companyUuid",
1454
+ "timeOffPolicyUuid"
1455
+ ]
1456
+ },
1457
+ "UNSTABLE_TimeOff.PolicySettingsPresentation": {
1458
+ "endpoints": [
1459
+ {
1460
+ "method": "POST",
1461
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1432
1462
  },
1433
1463
  {
1434
1464
  "method": "GET",
1435
- "path": "/v1/forms/:formId/pdf"
1465
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1436
1466
  },
1437
1467
  {
1438
1468
  "method": "PUT",
1439
- "path": "/v1/companies/:companyId/federal_tax_details"
1469
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1440
1470
  },
1441
1471
  {
1442
1472
  "method": "GET",
1443
- "path": "/v1/companies/:companyId/federal_tax_details"
1473
+ "path": "/v1/companies/:companyId/employees"
1444
1474
  },
1445
1475
  {
1446
1476
  "method": "GET",
1447
- "path": "/v1/companies/:companyId/industry_selection"
1477
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1448
1478
  },
1449
1479
  {
1450
- "method": "PUT",
1451
- "path": "/v1/companies/:companyId/industry_selection"
1480
+ "method": "DELETE",
1481
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1452
1482
  },
1453
1483
  {
1454
- "method": "PUT",
1455
- "path": "/v1/locations/:locationId"
1484
+ "method": "POST",
1485
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1486
+ }
1487
+ ],
1488
+ "variables": [
1489
+ "companyId",
1490
+ "companyUuid",
1491
+ "timeOffPolicyUuid"
1492
+ ]
1493
+ },
1494
+ "UNSTABLE_TimeOff.AddEmployeesToPolicy": {
1495
+ "endpoints": [
1496
+ {
1497
+ "method": "POST",
1498
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1456
1499
  },
1457
1500
  {
1458
1501
  "method": "GET",
1459
- "path": "/v1/locations/:locationId"
1502
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1460
1503
  },
1461
1504
  {
1462
- "method": "POST",
1463
- "path": "/v1/companies/:companyId/locations"
1505
+ "method": "PUT",
1506
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1464
1507
  },
1465
1508
  {
1466
1509
  "method": "GET",
1467
- "path": "/v1/companies/:companyId/locations"
1510
+ "path": "/v1/companies/:companyId/employees"
1468
1511
  },
1469
1512
  {
1470
1513
  "method": "GET",
1471
- "path": "/v1/companies/:companyUuid/onboarding_status"
1514
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1472
1515
  },
1473
1516
  {
1474
- "method": "GET",
1475
- "path": "/v1/companies/:companyId/pay_schedules/preview"
1517
+ "method": "DELETE",
1518
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1476
1519
  },
1477
1520
  {
1478
- "method": "PUT",
1479
- "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
1480
- },
1521
+ "method": "POST",
1522
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1523
+ }
1524
+ ],
1525
+ "variables": [
1526
+ "companyId",
1527
+ "companyUuid",
1528
+ "timeOffPolicyUuid"
1529
+ ]
1530
+ },
1531
+ "UNSTABLE_TimeOff.ViewPolicyDetails": {
1532
+ "endpoints": [
1481
1533
  {
1482
- "method": "GET",
1483
- "path": "/v1/companies/:companyId/pay_schedules"
1534
+ "method": "POST",
1535
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1484
1536
  },
1485
1537
  {
1486
- "method": "POST",
1487
- "path": "/v1/companies/:companyId/pay_schedules"
1538
+ "method": "GET",
1539
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1488
1540
  },
1489
1541
  {
1490
1542
  "method": "PUT",
1491
- "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1543
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1492
1544
  },
1493
1545
  {
1494
1546
  "method": "GET",
1495
- "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1547
+ "path": "/v1/companies/:companyId/employees"
1496
1548
  },
1497
1549
  {
1498
1550
  "method": "GET",
1499
- "path": "/v1/companies/:companyUuid/tax_requirements"
1551
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1552
+ },
1553
+ {
1554
+ "method": "DELETE",
1555
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1556
+ },
1557
+ {
1558
+ "method": "POST",
1559
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1500
1560
  }
1501
1561
  ],
1502
1562
  "variables": [
1503
- "bankAccountUuid",
1504
1563
  "companyId",
1505
1564
  "companyUuid",
1506
- "formId",
1507
- "locationId",
1508
- "payScheduleId",
1509
- "state"
1565
+ "timeOffPolicyUuid"
1510
1566
  ]
1511
1567
  },
1512
- "Contractor.OnboardingFlow": {
1513
- "blocks": [
1514
- "Contractor.Address",
1515
- "Contractor.ContractorList",
1516
- "Contractor.ContractorProfile",
1517
- "Contractor.ContractorSubmit",
1518
- "Contractor.NewHireReport",
1519
- "Contractor.OnboardingFlow",
1520
- "Contractor.PaymentMethod"
1521
- ],
1568
+ "UNSTABLE_TimeOff.ViewPolicyEmployees": {
1522
1569
  "endpoints": [
1523
1570
  {
1524
- "method": "GET",
1525
- "path": "/v1/contractors/:contractorUuid"
1571
+ "method": "POST",
1572
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1526
1573
  },
1527
1574
  {
1528
1575
  "method": "GET",
1529
- "path": "/v1/contractors/:contractorUuid/address"
1576
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1530
1577
  },
1531
1578
  {
1532
1579
  "method": "PUT",
1533
- "path": "/v1/contractors/:contractorUuid/address"
1580
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1534
1581
  },
1535
1582
  {
1536
- "method": "DELETE",
1537
- "path": "/v1/contractors/:contractorUuid"
1538
- },
1583
+ "method": "GET",
1584
+ "path": "/v1/companies/:companyId/employees"
1585
+ },
1586
+ {
1587
+ "method": "GET",
1588
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1589
+ },
1590
+ {
1591
+ "method": "DELETE",
1592
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1593
+ },
1594
+ {
1595
+ "method": "POST",
1596
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1597
+ }
1598
+ ],
1599
+ "variables": [
1600
+ "companyId",
1601
+ "companyUuid",
1602
+ "timeOffPolicyUuid"
1603
+ ]
1604
+ },
1605
+ "UNSTABLE_TimeOff.HolidaySelectionForm": {
1606
+ "endpoints": [
1607
+ {
1608
+ "method": "POST",
1609
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1610
+ },
1611
+ {
1612
+ "method": "GET",
1613
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1614
+ },
1615
+ {
1616
+ "method": "PUT",
1617
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1618
+ },
1619
+ {
1620
+ "method": "GET",
1621
+ "path": "/v1/companies/:companyId/employees"
1622
+ },
1623
+ {
1624
+ "method": "GET",
1625
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1626
+ },
1627
+ {
1628
+ "method": "DELETE",
1629
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1630
+ },
1631
+ {
1632
+ "method": "POST",
1633
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1634
+ }
1635
+ ],
1636
+ "variables": [
1637
+ "companyId",
1638
+ "companyUuid",
1639
+ "timeOffPolicyUuid"
1640
+ ]
1641
+ },
1642
+ "UNSTABLE_TimeOff.AddEmployeesHoliday": {
1643
+ "endpoints": [
1644
+ {
1645
+ "method": "POST",
1646
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1647
+ },
1648
+ {
1649
+ "method": "GET",
1650
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1651
+ },
1652
+ {
1653
+ "method": "PUT",
1654
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1655
+ },
1656
+ {
1657
+ "method": "GET",
1658
+ "path": "/v1/companies/:companyId/employees"
1659
+ },
1660
+ {
1661
+ "method": "GET",
1662
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1663
+ },
1664
+ {
1665
+ "method": "DELETE",
1666
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1667
+ },
1668
+ {
1669
+ "method": "POST",
1670
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1671
+ }
1672
+ ],
1673
+ "variables": [
1674
+ "companyId",
1675
+ "companyUuid",
1676
+ "timeOffPolicyUuid"
1677
+ ]
1678
+ },
1679
+ "UNSTABLE_TimeOff.ViewHolidayEmployees": {
1680
+ "endpoints": [
1681
+ {
1682
+ "method": "POST",
1683
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1684
+ },
1685
+ {
1686
+ "method": "GET",
1687
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1688
+ },
1689
+ {
1690
+ "method": "PUT",
1691
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1692
+ },
1693
+ {
1694
+ "method": "GET",
1695
+ "path": "/v1/companies/:companyId/employees"
1696
+ },
1697
+ {
1698
+ "method": "GET",
1699
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1700
+ },
1701
+ {
1702
+ "method": "DELETE",
1703
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1704
+ },
1705
+ {
1706
+ "method": "POST",
1707
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1708
+ }
1709
+ ],
1710
+ "variables": [
1711
+ "companyId",
1712
+ "companyUuid",
1713
+ "timeOffPolicyUuid"
1714
+ ]
1715
+ },
1716
+ "UNSTABLE_TimeOff.ViewHolidaySchedule": {
1717
+ "endpoints": [
1718
+ {
1719
+ "method": "POST",
1720
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1721
+ },
1722
+ {
1723
+ "method": "GET",
1724
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1725
+ },
1726
+ {
1727
+ "method": "PUT",
1728
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1729
+ },
1730
+ {
1731
+ "method": "GET",
1732
+ "path": "/v1/companies/:companyId/employees"
1733
+ },
1734
+ {
1735
+ "method": "GET",
1736
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1737
+ },
1738
+ {
1739
+ "method": "DELETE",
1740
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1741
+ },
1742
+ {
1743
+ "method": "POST",
1744
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1745
+ }
1746
+ ],
1747
+ "variables": [
1748
+ "companyId",
1749
+ "companyUuid",
1750
+ "timeOffPolicyUuid"
1751
+ ]
1752
+ },
1753
+ "UNSTABLE_TimeOff.TimeOffFlow": {
1754
+ "endpoints": [
1755
+ {
1756
+ "method": "POST",
1757
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1758
+ },
1759
+ {
1760
+ "method": "GET",
1761
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1762
+ },
1763
+ {
1764
+ "method": "PUT",
1765
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1766
+ },
1767
+ {
1768
+ "method": "GET",
1769
+ "path": "/v1/companies/:companyId/employees"
1770
+ },
1771
+ {
1772
+ "method": "GET",
1773
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1774
+ },
1775
+ {
1776
+ "method": "DELETE",
1777
+ "path": "/v1/companies/:companyUuid/holiday_pay_policy"
1778
+ },
1779
+ {
1780
+ "method": "POST",
1781
+ "path": "/v1/companies/:companyUuid/time_off_policies"
1782
+ }
1783
+ ],
1784
+ "variables": [
1785
+ "companyId",
1786
+ "companyUuid",
1787
+ "timeOffPolicyUuid"
1788
+ ]
1789
+ }
1790
+ },
1791
+ "flows": {
1792
+ "Company.OnboardingFlow": {
1793
+ "blocks": [
1794
+ "Company.BankAccount",
1795
+ "Company.DocumentSigner",
1796
+ "Company.FederalTaxes",
1797
+ "Company.Industry",
1798
+ "Company.Locations",
1799
+ "Company.OnboardingFlow",
1800
+ "Company.OnboardingOverview",
1801
+ "Company.PaySchedule",
1802
+ "Company.StateTaxes",
1803
+ "Employee.OnboardingFlow"
1804
+ ],
1805
+ "endpoints": [
1806
+ {
1807
+ "method": "GET",
1808
+ "path": "/v1/companies/:companyId/bank_accounts"
1809
+ },
1810
+ {
1811
+ "method": "POST",
1812
+ "path": "/v1/companies/:companyId/bank_accounts"
1813
+ },
1814
+ {
1815
+ "method": "PUT",
1816
+ "path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
1817
+ },
1818
+ {
1819
+ "method": "GET",
1820
+ "path": "/v1/companies/:companyId/forms"
1821
+ },
1822
+ {
1823
+ "method": "GET",
1824
+ "path": "/v1/companies/:companyUuid/signatories"
1825
+ },
1826
+ {
1827
+ "method": "GET",
1828
+ "path": "/v1/forms/:formId"
1829
+ },
1830
+ {
1831
+ "method": "PUT",
1832
+ "path": "/v1/forms/:formId/sign"
1833
+ },
1834
+ {
1835
+ "method": "GET",
1836
+ "path": "/v1/forms/:formId/pdf"
1837
+ },
1838
+ {
1839
+ "method": "PUT",
1840
+ "path": "/v1/companies/:companyId/federal_tax_details"
1841
+ },
1842
+ {
1843
+ "method": "GET",
1844
+ "path": "/v1/companies/:companyId/federal_tax_details"
1845
+ },
1846
+ {
1847
+ "method": "GET",
1848
+ "path": "/v1/companies/:companyId/industry_selection"
1849
+ },
1850
+ {
1851
+ "method": "PUT",
1852
+ "path": "/v1/companies/:companyId/industry_selection"
1853
+ },
1854
+ {
1855
+ "method": "PUT",
1856
+ "path": "/v1/locations/:locationId"
1857
+ },
1858
+ {
1859
+ "method": "GET",
1860
+ "path": "/v1/locations/:locationId"
1861
+ },
1862
+ {
1863
+ "method": "POST",
1864
+ "path": "/v1/companies/:companyId/locations"
1865
+ },
1866
+ {
1867
+ "method": "GET",
1868
+ "path": "/v1/companies/:companyId/locations"
1869
+ },
1870
+ {
1871
+ "method": "GET",
1872
+ "path": "/v1/companies/:companyUuid/onboarding_status"
1873
+ },
1874
+ {
1875
+ "method": "GET",
1876
+ "path": "/v1/companies/:companyId/pay_schedules/preview"
1877
+ },
1878
+ {
1879
+ "method": "PUT",
1880
+ "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
1881
+ },
1882
+ {
1883
+ "method": "GET",
1884
+ "path": "/v1/companies/:companyId/pay_schedules"
1885
+ },
1886
+ {
1887
+ "method": "POST",
1888
+ "path": "/v1/companies/:companyId/pay_schedules"
1889
+ },
1890
+ {
1891
+ "method": "GET",
1892
+ "path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
1893
+ },
1894
+ {
1895
+ "method": "GET",
1896
+ "path": "/v1/companies/:companyUuid/payment_configs"
1897
+ },
1898
+ {
1899
+ "method": "PUT",
1900
+ "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1901
+ },
1902
+ {
1903
+ "method": "GET",
1904
+ "path": "/v1/companies/:companyUuid/tax_requirements/:state"
1905
+ },
1906
+ {
1907
+ "method": "GET",
1908
+ "path": "/v1/companies/:companyUuid/tax_requirements"
1909
+ }
1910
+ ],
1911
+ "variables": [
1912
+ "bankAccountUuid",
1913
+ "companyId",
1914
+ "companyUuid",
1915
+ "formId",
1916
+ "locationId",
1917
+ "payScheduleId",
1918
+ "state"
1919
+ ]
1920
+ },
1921
+ "Contractor.OnboardingFlow": {
1922
+ "blocks": [
1923
+ "Contractor.Address",
1924
+ "Contractor.ContractorList",
1925
+ "Contractor.ContractorProfile",
1926
+ "Contractor.ContractorSubmit",
1927
+ "Contractor.NewHireReport",
1928
+ "Contractor.OnboardingFlow",
1929
+ "Contractor.PaymentMethod"
1930
+ ],
1931
+ "endpoints": [
1932
+ {
1933
+ "method": "GET",
1934
+ "path": "/v1/contractors/:contractorUuid"
1935
+ },
1936
+ {
1937
+ "method": "GET",
1938
+ "path": "/v1/contractors/:contractorUuid/address"
1939
+ },
1940
+ {
1941
+ "method": "PUT",
1942
+ "path": "/v1/contractors/:contractorUuid/address"
1943
+ },
1944
+ {
1945
+ "method": "DELETE",
1946
+ "path": "/v1/contractors/:contractorUuid"
1947
+ },
1539
1948
  {
1540
1949
  "method": "GET",
1541
1950
  "path": "/v1/companies/:companyUuid/contractors"
@@ -1757,14 +2166,14 @@
1757
2166
  "method": "PUT",
1758
2167
  "path": "/v1/employees/:employeeId/payment_method"
1759
2168
  },
1760
- {
1761
- "method": "GET",
1762
- "path": "/v1/companies/:companyId/locations"
1763
- },
1764
2169
  {
1765
2170
  "method": "POST",
1766
2171
  "path": "/v1/companies/:companyId/employees"
1767
2172
  },
2173
+ {
2174
+ "method": "PUT",
2175
+ "path": "/v1/employees/:employeeId"
2176
+ },
1768
2177
  {
1769
2178
  "method": "GET",
1770
2179
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -1778,17 +2187,17 @@
1778
2187
  "path": "/v1/home_addresses/:homeAddressUuid"
1779
2188
  },
1780
2189
  {
1781
- "method": "PUT",
1782
- "path": "/v1/work_addresses/:workAddressUuid"
1783
- },
1784
- {
1785
- "method": "PUT",
1786
- "path": "/v1/employees/:employeeId"
2190
+ "method": "GET",
2191
+ "path": "/v1/companies/:companyId/locations"
1787
2192
  },
1788
2193
  {
1789
2194
  "method": "POST",
1790
2195
  "path": "/v1/employees/:employeeId/work_addresses"
1791
2196
  },
2197
+ {
2198
+ "method": "PUT",
2199
+ "path": "/v1/work_addresses/:workAddressUuid"
2200
+ },
1792
2201
  {
1793
2202
  "method": "GET",
1794
2203
  "path": "/v1/employees/:employeeUuid/state_taxes"
@@ -1893,12 +2302,20 @@
1893
2302
  },
1894
2303
  {
1895
2304
  "method": "GET",
1896
- "path": "/v1/companies/:companyId/locations"
2305
+ "path": "/v1/employees/:employeeId/work_addresses"
1897
2306
  },
1898
2307
  {
1899
2308
  "method": "POST",
1900
2309
  "path": "/v1/companies/:companyId/employees"
1901
2310
  },
2311
+ {
2312
+ "method": "PUT",
2313
+ "path": "/v1/employees/:employeeId"
2314
+ },
2315
+ {
2316
+ "method": "PUT",
2317
+ "path": "/v1/employees/:employeeId/onboarding_status"
2318
+ },
1902
2319
  {
1903
2320
  "method": "GET",
1904
2321
  "path": "/v1/employees/:employeeId/home_addresses"
@@ -1911,17 +2328,9 @@
1911
2328
  "method": "PUT",
1912
2329
  "path": "/v1/home_addresses/:homeAddressUuid"
1913
2330
  },
1914
- {
1915
- "method": "PUT",
1916
- "path": "/v1/work_addresses/:workAddressUuid"
1917
- },
1918
- {
1919
- "method": "PUT",
1920
- "path": "/v1/employees/:employeeId"
1921
- },
1922
2331
  {
1923
2332
  "method": "GET",
1924
- "path": "/v1/employees/:employeeId/work_addresses"
2333
+ "path": "/v1/companies/:companyId/locations"
1925
2334
  },
1926
2335
  {
1927
2336
  "method": "POST",
@@ -1929,7 +2338,7 @@
1929
2338
  },
1930
2339
  {
1931
2340
  "method": "PUT",
1932
- "path": "/v1/employees/:employeeId/onboarding_status"
2341
+ "path": "/v1/work_addresses/:workAddressUuid"
1933
2342
  },
1934
2343
  {
1935
2344
  "method": "GET",
@@ -2140,45 +2549,16 @@
2140
2549
  },
2141
2550
  "UNSTABLE_TimeOff.TimeOffFlow": {
2142
2551
  "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"
2552
+ "UNSTABLE_TimeOff.PolicyConfigurationForm"
2155
2553
  ],
2156
2554
  "endpoints": [
2157
2555
  {
2158
2556
  "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
2557
  "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
2558
  }
2177
2559
  ],
2178
2560
  "variables": [
2179
- "companyId",
2180
- "companyUuid",
2181
- "timeOffPolicyUuid"
2561
+ "companyUuid"
2182
2562
  ]
2183
2563
  }
2184
2564
  }