@gusto/embedded-react-sdk 0.51.0 → 0.51.2

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 (530) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/components/Base/useBaseSubmit.js +4 -4
  3. package/dist/components/Base/useBaseSubmit.js.map +1 -1
  4. package/dist/components/Common/DocumentList/DocumentList.d.ts +8 -1
  5. package/dist/components/Common/DocumentList/DocumentList.js +24 -21
  6. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  7. package/dist/components/Common/OnboardingStatusBadge/index.d.ts +2 -2
  8. package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
  9. package/dist/components/Common/TaxInputs/TaxInputs.d.ts +2 -2
  10. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  11. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +5 -5
  12. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  13. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +1 -1
  14. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +9 -8
  15. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  16. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +3 -3
  17. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  18. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +1 -1
  19. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +9 -8
  20. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  21. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +11 -10
  22. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  23. package/dist/components/Company/BankAccount/BankAccount.js +1 -1
  24. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  25. package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +1 -1
  26. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  27. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js +1 -1
  28. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  29. package/dist/components/Company/BankAccount/BankAccountForm/context.js +9 -8
  30. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  31. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js +1 -1
  32. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  33. package/dist/components/Company/BankAccount/BankAccountList/context.d.ts +1 -1
  34. package/dist/components/Company/BankAccount/BankAccountList/context.js.map +1 -1
  35. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +1 -1
  36. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  37. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +2 -2
  38. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  39. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.d.ts +2 -2
  40. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +9 -8
  41. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  42. package/dist/components/Company/DocumentSigner/DocumentSigner.js +1 -1
  43. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  44. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +2 -2
  45. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  46. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +1 -1
  47. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +3 -3
  48. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
  49. package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
  50. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  51. package/dist/components/Company/FederalTaxes/Form.js +1 -1
  52. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  53. package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +1 -1
  54. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +12 -11
  55. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  56. package/dist/components/Company/Industry/Context.js +12 -11
  57. package/dist/components/Company/Industry/Context.js.map +1 -1
  58. package/dist/components/Company/Industry/Industry.js +2 -2
  59. package/dist/components/Company/Industry/Industry.js.map +1 -1
  60. package/dist/components/Company/Locations/LocationForm/Actions.js +7 -7
  61. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  62. package/dist/components/Company/Locations/LocationForm/LocationForm.js +46 -45
  63. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  64. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +9 -8
  65. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  66. package/dist/components/Company/Locations/LocationsList/LocationsList.js +1 -1
  67. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  68. package/dist/components/Company/Locations/LocationsList/useLocationsList.d.ts +1 -1
  69. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +9 -8
  70. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  71. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +1 -1
  72. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  73. package/dist/components/Company/OnboardingOverview/context.d.ts +1 -1
  74. package/dist/components/Company/OnboardingOverview/context.js +9 -8
  75. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  76. package/dist/components/Company/PaySchedule/PaySchedule.js +1 -1
  77. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  78. package/dist/components/Company/PaySchedule/PayScheduleList.js +1 -1
  79. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  80. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +2 -2
  81. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +6 -6
  82. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  83. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -3
  84. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  85. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +2 -2
  86. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  87. package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.d.ts +1 -1
  88. package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.js.map +1 -1
  89. package/dist/components/Company/StateTaxes/StateTaxesForm/context.d.ts +1 -1
  90. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +9 -8
  91. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  92. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +1 -1
  93. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  94. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js +1 -1
  95. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  96. package/dist/components/Company/StateTaxes/StateTaxesList/context.d.ts +1 -1
  97. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +9 -8
  98. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  99. package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.d.ts +2 -2
  100. package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js +3 -3
  101. package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js.map +1 -1
  102. package/dist/components/Contractor/ContractorList/index.js +1 -1
  103. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  104. package/dist/components/Contractor/ContractorList/useContractorList.d.ts +1 -1
  105. package/dist/components/Contractor/ContractorList/useContractorList.js +1 -1
  106. package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
  107. package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
  108. package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  109. package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.d.ts +3 -1
  110. package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js +64 -51
  111. package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js.map +1 -1
  112. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.d.ts +1 -1
  113. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js +1 -1
  114. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js.map +1 -1
  115. package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js +201 -161
  116. package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js.map +1 -1
  117. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.d.ts +2 -2
  118. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js +3 -3
  119. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js.map +1 -1
  120. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.d.ts +1 -1
  121. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js +55 -54
  122. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js.map +1 -1
  123. package/dist/components/Contractor/Landing/Landing.js +2 -2
  124. package/dist/components/Contractor/Landing/Landing.js.map +1 -1
  125. package/dist/components/Contractor/NewHireReport/NewHireReport.js +2 -2
  126. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  127. package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.d.ts +1 -1
  128. package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js +2 -2
  129. package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js.map +1 -1
  130. package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.d.ts +1 -1
  131. package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js +2 -2
  132. package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js.map +1 -1
  133. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +5 -5
  134. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
  135. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +2 -2
  136. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  137. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +2 -2
  138. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  139. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -1
  140. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
  141. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +4 -4
  142. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  143. package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -1
  144. package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
  145. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  146. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +3 -3
  147. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
  148. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +2 -2
  149. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  150. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +4 -4
  151. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
  152. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +3 -3
  153. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  154. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +3 -3
  155. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
  156. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +3 -3
  157. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  158. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
  159. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
  160. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -1
  161. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  162. package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js +1 -1
  163. package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js.map +1 -1
  164. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js +1 -1
  165. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js.map +1 -1
  166. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.d.ts +1 -1
  167. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js +3 -3
  168. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js.map +1 -1
  169. package/dist/components/Contractor/Submit/Submit.js +3 -3
  170. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  171. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js +1 -1
  172. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -1
  173. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +1 -1
  174. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
  175. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +1 -1
  176. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
  177. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
  178. package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +2 -2
  179. package/dist/components/Employee/Compensation/onboarding/Compensation.js +1 -1
  180. package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
  181. package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.d.ts +2 -2
  182. package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -1
  183. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +2 -2
  184. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
  185. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.d.ts +1 -1
  186. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
  187. package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
  188. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +1 -1
  189. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -1
  190. package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.d.ts +2 -2
  191. package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js.map +1 -1
  192. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +3 -3
  193. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
  194. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +4 -4
  195. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +7 -7
  196. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
  197. package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.d.ts +1 -1
  198. package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js +4 -4
  199. package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js.map +1 -1
  200. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +3 -3
  201. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +7 -7
  202. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
  203. package/dist/components/Employee/Dashboard/Dashboard.js +1 -1
  204. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  205. package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
  206. package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -1
  207. package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -1
  208. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.d.ts +1 -1
  209. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
  210. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +1 -1
  211. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
  212. package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.d.ts +1 -1
  213. package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -1
  214. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.d.ts +1 -1
  215. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
  216. package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.d.ts +1 -1
  217. package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js.map +1 -1
  218. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +1 -1
  219. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -1
  220. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +1 -1
  221. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -1
  222. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -1
  223. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +1 -1
  224. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
  225. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +1 -1
  226. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -1
  227. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +2 -2
  228. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +5 -5
  229. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
  230. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +1 -1
  231. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -1
  232. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +1 -1
  233. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -1
  234. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +1 -1
  235. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +3 -3
  236. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
  237. package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +1 -1
  238. package/dist/components/Employee/Deductions/shared/useDeductionsList.js +2 -2
  239. package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -1
  240. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +1 -1
  241. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -1
  242. package/dist/components/Employee/Documents/management/DocumentManager.js +2 -2
  243. package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
  244. package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js.map +1 -1
  245. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js +1 -1
  246. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  247. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -1
  248. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +9 -8
  249. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  250. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +2 -2
  251. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
  252. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js +3 -3
  253. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
  254. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +1 -1
  255. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
  256. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +1 -1
  257. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
  258. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js +1 -1
  259. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  260. package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
  261. package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  262. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js +2 -2
  263. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
  264. package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.d.ts +1 -1
  265. package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js +1 -1
  266. package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js.map +1 -1
  267. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +1 -1
  268. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js +3 -3
  269. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  270. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
  271. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +1 -1
  272. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
  273. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.d.ts +3 -3
  274. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js +3 -3
  275. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
  276. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +1 -1
  277. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -1
  278. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +1 -1
  279. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +2 -2
  280. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -1
  281. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.d.ts +1 -1
  282. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js +1 -1
  283. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js.map +1 -1
  284. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -1
  285. package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +1 -1
  286. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
  287. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +1 -1
  288. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -1
  289. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +1 -1
  290. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +3 -3
  291. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
  292. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.d.ts +1 -1
  293. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js +1 -1
  294. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js.map +1 -1
  295. package/dist/components/Employee/Landing/Landing.js +2 -2
  296. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  297. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +1 -1
  298. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -1
  299. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +2 -2
  300. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  301. package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.d.ts +1 -1
  302. package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js.map +1 -1
  303. package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.d.ts +1 -1
  304. package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js.map +1 -1
  305. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +1 -1
  306. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +1 -1
  307. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -1
  308. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +1 -1
  309. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +2 -2
  310. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -1
  311. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +2 -2
  312. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +4 -4
  313. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -1
  314. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +2 -2
  315. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +3 -3
  316. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -1
  317. package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.d.ts +1 -1
  318. package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js +3 -3
  319. package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js.map +1 -1
  320. package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
  321. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +1 -1
  322. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
  323. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +1 -1
  324. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +5 -5
  325. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
  326. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.d.ts +1 -1
  327. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js +1 -1
  328. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js.map +1 -1
  329. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +1 -1
  330. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
  331. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +1 -1
  332. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +4 -4
  333. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
  334. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.d.ts +1 -1
  335. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -1
  336. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +1 -1
  337. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
  338. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +2 -2
  339. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +5 -5
  340. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
  341. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +1 -1
  342. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  343. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -1
  344. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +1 -1
  345. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +1 -1
  346. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +1 -1
  347. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -1
  348. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +1 -1
  349. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -1
  350. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +1 -1
  351. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -1
  352. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +1 -1
  353. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +2 -2
  354. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
  355. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.d.ts +1 -1
  356. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js +1 -1
  357. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js.map +1 -1
  358. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +9 -9
  359. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
  360. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +1 -1
  361. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
  362. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +4 -4
  363. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
  364. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -1
  365. package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +1 -1
  366. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
  367. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +2 -2
  368. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -1
  369. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +1 -1
  370. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +3 -3
  371. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
  372. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.d.ts +1 -1
  373. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js +1 -1
  374. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -1
  375. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +4 -4
  376. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  377. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +2 -2
  378. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  379. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +1 -1
  380. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  381. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +2 -2
  382. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
  383. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +3 -3
  384. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  385. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +2 -2
  386. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  387. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +1 -1
  388. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
  389. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +4 -4
  390. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
  391. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +8 -7
  392. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  393. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +1 -1
  394. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  395. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +4 -4
  396. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
  397. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +1 -1
  398. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  399. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +1 -1
  400. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +1 -1
  401. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
  402. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +4 -4
  403. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  404. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +2 -2
  405. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  406. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +7 -7
  407. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  408. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +5 -5
  409. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  410. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +4 -4
  411. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +5 -5
  412. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
  413. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +3 -3
  414. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  415. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -4
  416. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +1 -1
  417. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  418. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +2 -2
  419. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  420. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +1 -1
  421. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  422. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  423. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +1 -1
  424. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
  425. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -1
  426. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  427. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +2 -2
  428. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
  429. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  430. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +4 -4
  431. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  432. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +2 -2
  433. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  434. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +2 -2
  435. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  436. package/dist/components/Payroll/PayrollList/PayrollList.js +8 -8
  437. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  438. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -3
  439. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +1 -1
  440. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  441. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +7 -7
  442. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  443. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +4 -4
  444. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  445. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -2
  446. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  447. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -1
  448. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
  449. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +1 -1
  450. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
  451. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -1
  452. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  453. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +1 -1
  454. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +2 -2
  455. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
  456. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +1 -1
  457. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  458. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +2 -2
  459. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  460. package/dist/components/Payroll/Transition/TransitionFlowComponents.js +1 -1
  461. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
  462. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +4 -4
  463. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
  464. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +3 -3
  465. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
  466. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +1 -1
  467. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
  468. package/dist/components/Payroll/helpers.d.ts +6 -6
  469. package/dist/components/Payroll/helpers.js +1 -1
  470. package/dist/components/Payroll/helpers.js.map +1 -1
  471. package/dist/components/Payroll/payrollTypes.js +1 -1
  472. package/dist/components/Payroll/payrollTypes.js.map +1 -1
  473. package/dist/components/Payroll/usePreparedPayrollData.d.ts +2 -2
  474. package/dist/components/Payroll/usePreparedPayrollData.js +16 -15
  475. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  476. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +1 -1
  477. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js +3 -3
  478. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
  479. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +3 -3
  480. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
  481. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +3 -3
  482. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
  483. package/dist/components/TimeOff/PolicyList/PolicyList.js +6 -6
  484. package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
  485. package/dist/components/TimeOff/PolicySettings/PolicySettings.js +30 -29
  486. package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  487. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +1 -1
  488. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
  489. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -1
  490. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
  491. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +27 -26
  492. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  493. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +2 -2
  494. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
  495. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -1
  496. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +69 -68
  497. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
  498. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +3 -3
  499. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
  500. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +67 -66
  501. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
  502. package/dist/contexts/ApiProvider/ApiProvider.js +3 -3
  503. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  504. package/dist/contexts/ApiProvider/apiVersion.d.ts +23 -0
  505. package/dist/contexts/ApiProvider/apiVersion.js +6 -0
  506. package/dist/contexts/ApiProvider/apiVersion.js.map +1 -0
  507. package/dist/contexts/ApiProvider/apiVersionHook.js +3 -2
  508. package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -1
  509. package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +1 -1
  510. package/dist/contexts/ApiProvider/createSdkQueryClient.js +7 -6
  511. package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -1
  512. package/dist/helpers/apiErrorToList.d.ts +1 -1
  513. package/dist/helpers/apiErrorToList.js.map +1 -1
  514. package/dist/helpers/formattedStrings.d.ts +2 -2
  515. package/dist/helpers/formattedStrings.js.map +1 -1
  516. package/dist/hooks/useCompanyPaymentSpeed.d.ts +1 -1
  517. package/dist/hooks/useCompanyPaymentSpeed.js +1 -1
  518. package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -1
  519. package/dist/i18n/en/Contractor.DocumentsList.json.js +20 -16
  520. package/dist/i18n/en/Contractor.DocumentsList.json.js.map +1 -1
  521. package/dist/i18n/types.d.ts +4 -0
  522. package/dist/models/external.d.ts +204 -204
  523. package/dist/shared/constants.d.ts +1 -1
  524. package/dist/shared/constants.js +2 -2
  525. package/dist/shared/constants.js.map +1 -1
  526. package/dist/types/hooks.d.ts +1 -1
  527. package/dist/types/sdkError.js +3 -3
  528. package/dist/types/sdkError.js.map +1 -1
  529. package/docs/guides/endpoint-inventory.json +1201 -297
  530. package/package.json +7 -7
@@ -1,313 +1,313 @@
1
1
  /** `Agencies` entity from the Gusto Embedded API. */
2
- export type { Agencies } from '@gusto/embedded-api-v-2026-02-01/models/components/childsupportdata';
2
+ export type { Agencies } from '@gusto/embedded-api/models/components/childsupportdata';
3
3
  /** `FipsCodes` entity from the Gusto Embedded API. */
4
- export type { FipsCodes } from '@gusto/embedded-api-v-2026-02-01/models/components/childsupportdata';
4
+ export type { FipsCodes } from '@gusto/embedded-api/models/components/childsupportdata';
5
5
  /** `RequiredAttributes` entity from the Gusto Embedded API. */
6
- export type { RequiredAttributes } from '@gusto/embedded-api-v-2026-02-01/models/components/childsupportdata';
7
- export { ChildSupportDataKey } from '@gusto/embedded-api-v-2026-02-01/models/components/childsupportdata';
6
+ export type { RequiredAttributes } from '@gusto/embedded-api/models/components/childsupportdata';
7
+ export { ChildSupportDataKey } from '@gusto/embedded-api/models/components/childsupportdata';
8
8
  /** `PlaidStatus` entity from the Gusto Embedded API. */
9
- export { PlaidStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/companybankaccount';
10
- export type { CompanyBankAccount } from '@gusto/embedded-api-v-2026-02-01/models/components/companybankaccount';
11
- export { AccountType, VerificationStatus, VerificationType, } from '@gusto/embedded-api-v-2026-02-01/models/components/companybankaccount';
9
+ export { PlaidStatus } from '@gusto/embedded-api/models/components/companybankaccount';
10
+ export type { CompanyBankAccount } from '@gusto/embedded-api/models/components/companybankaccount';
11
+ export { AccountType, VerificationStatus, VerificationType, } from '@gusto/embedded-api/models/components/companybankaccount';
12
12
  /** `CompanyOnboardingStatusRequirements` entity from the Gusto Embedded API. */
13
- export { CompanyOnboardingStatusRequirements } from '@gusto/embedded-api-v-2026-02-01/models/components/companyonboardingstatus';
13
+ export { CompanyOnboardingStatusRequirements } from '@gusto/embedded-api/models/components/companyonboardingstatus';
14
14
  /** `OnboardingStep` entity from the Gusto Embedded API. */
15
- export type { OnboardingStep } from '@gusto/embedded-api-v-2026-02-01/models/components/companyonboardingstatus';
16
- export { Id } from '@gusto/embedded-api-v-2026-02-01/models/components/companyonboardingstatus';
15
+ export type { OnboardingStep } from '@gusto/embedded-api/models/components/companyonboardingstatus';
16
+ export { Id } from '@gusto/embedded-api/models/components/companyonboardingstatus';
17
17
  /** `MinimumWages` entity from the Gusto Embedded API. */
18
- export type { MinimumWages } from '@gusto/embedded-api-v-2026-02-01/models/components/compensation';
19
- export type { Compensation } from '@gusto/embedded-api-v-2026-02-01/models/components/compensation';
20
- export { PaymentUnit } from '@gusto/embedded-api-v-2026-02-01/models/components/compensation';
18
+ export type { MinimumWages } from '@gusto/embedded-api/models/components/compensation';
19
+ export type { Compensation } from '@gusto/embedded-api/models/components/compensation';
20
+ export { PaymentUnit } from '@gusto/embedded-api/models/components/compensation';
21
21
  /** `ContractorPaymentMethod1` entity from the Gusto Embedded API. */
22
- export { ContractorPaymentMethod1 } from '@gusto/embedded-api-v-2026-02-01/models/components/contractor';
23
- export type { Address, Contractor, ContractorMemberPortalInvitationStatus, UpcomingEmployment, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractor';
24
- export { ContractorOnboardingStatus1, ContractorStatus, ContractorType, WageType, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractor';
22
+ export { ContractorPaymentMethod1 } from '@gusto/embedded-api/models/components/contractor';
23
+ export type { Address, Contractor, ContractorMemberPortalInvitationStatus, UpcomingEmployment, } from '@gusto/embedded-api/models/components/contractor';
24
+ export { ContractorOnboardingStatus1, ContractorStatus, ContractorType, WageType, } from '@gusto/embedded-api/models/components/contractor';
25
25
  /** `ContractorAddress` entity from the Gusto Embedded API. */
26
- export type { ContractorAddress } from '@gusto/embedded-api-v-2026-02-01/models/components/contractoraddress';
26
+ export type { ContractorAddress } from '@gusto/embedded-api/models/components/contractoraddress';
27
27
  /** `ContractorBankAccount` entity from the Gusto Embedded API. */
28
- export type { ContractorBankAccount } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorbankaccount';
29
- export { ContractorBankAccountAccountType } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorbankaccount';
30
- export type { ContractorCreateRequestBody } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorcreaterequestbody';
31
- export { ContractorCreateRequestBodyType, ContractorCreateRequestBodyWageType, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorcreaterequestbody';
32
- export type { ContractorPaymentForGroup } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentforgroup';
33
- export { ContractorPaymentForGroupPaymentMethod, ContractorPaymentForGroupStatus, ContractorPaymentForGroupWageType, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentforgroup';
34
- export type { ContractorPaymentForGroupPreview } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentforgrouppreview';
35
- export { ContractorPaymentForGroupPreviewPaymentMethod, ContractorPaymentForGroupPreviewStatus, ContractorPaymentForGroupPreviewWageType, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentforgrouppreview';
28
+ export type { ContractorBankAccount } from '@gusto/embedded-api/models/components/contractorbankaccount';
29
+ export { ContractorBankAccountAccountType } from '@gusto/embedded-api/models/components/contractorbankaccount';
30
+ export type { ContractorCreateRequestBody } from '@gusto/embedded-api/models/components/contractorcreaterequestbody';
31
+ export { ContractorCreateRequestBodyType, ContractorCreateRequestBodyWageType, } from '@gusto/embedded-api/models/components/contractorcreaterequestbody';
32
+ export type { ContractorPaymentForGroup } from '@gusto/embedded-api/models/components/contractorpaymentforgroup';
33
+ export { ContractorPaymentForGroupPaymentMethod, ContractorPaymentForGroupStatus, ContractorPaymentForGroupWageType, } from '@gusto/embedded-api/models/components/contractorpaymentforgroup';
34
+ export type { ContractorPaymentForGroupPreview } from '@gusto/embedded-api/models/components/contractorpaymentforgrouppreview';
35
+ export { ContractorPaymentForGroupPreviewPaymentMethod, ContractorPaymentForGroupPreviewStatus, ContractorPaymentForGroupPreviewWageType, } from '@gusto/embedded-api/models/components/contractorpaymentforgrouppreview';
36
36
  /** `ContractorPaymentGroupTotals` entity from the Gusto Embedded API. */
37
- export type { ContractorPaymentGroupTotals } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgroup';
38
- export type { ContractorPaymentGroup } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgroup';
39
- export { ContractorPaymentGroupStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgroup';
37
+ export type { ContractorPaymentGroupTotals } from '@gusto/embedded-api/models/components/contractorpaymentgroup';
38
+ export type { ContractorPaymentGroup } from '@gusto/embedded-api/models/components/contractorpaymentgroup';
39
+ export { ContractorPaymentGroupStatus } from '@gusto/embedded-api/models/components/contractorpaymentgroup';
40
40
  /** `ContractorPaymentGroupPreviewTotals` entity from the Gusto Embedded API. */
41
- export type { ContractorPaymentGroupPreviewTotals } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgrouppreview';
42
- export type { ContractorPaymentGroupPreview } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgrouppreview';
43
- export { ContractorPaymentGroupPreviewStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgrouppreview';
41
+ export type { ContractorPaymentGroupPreviewTotals } from '@gusto/embedded-api/models/components/contractorpaymentgrouppreview';
42
+ export type { ContractorPaymentGroupPreview } from '@gusto/embedded-api/models/components/contractorpaymentgrouppreview';
43
+ export { ContractorPaymentGroupPreviewStatus } from '@gusto/embedded-api/models/components/contractorpaymentgrouppreview';
44
44
  /** `ContractorPaymentGroupWithBlockersTotals` entity from the Gusto Embedded API. */
45
- export type { ContractorPaymentGroupWithBlockersTotals } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgroupwithblockers';
46
- export type { ContractorPaymentGroupWithBlockers } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgroupwithblockers';
47
- export { ContractorPaymentGroupWithBlockersStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentgroupwithblockers';
45
+ export type { ContractorPaymentGroupWithBlockersTotals } from '@gusto/embedded-api/models/components/contractorpaymentgroupwithblockers';
46
+ export type { ContractorPaymentGroupWithBlockers } from '@gusto/embedded-api/models/components/contractorpaymentgroupwithblockers';
47
+ export { ContractorPaymentGroupWithBlockersStatus } from '@gusto/embedded-api/models/components/contractorpaymentgroupwithblockers';
48
48
  /** `ContractorPaymentMethod` entity from the Gusto Embedded API. */
49
- export type { ContractorPaymentMethod } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentmethod';
49
+ export type { ContractorPaymentMethod } from '@gusto/embedded-api/models/components/contractorpaymentmethod';
50
50
  /** `ContractorPaymentMethodSplitBy` entity from the Gusto Embedded API. */
51
- export { ContractorPaymentMethodSplitBy } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentmethod';
51
+ export { ContractorPaymentMethodSplitBy } from '@gusto/embedded-api/models/components/contractorpaymentmethod';
52
52
  /** `ContractorPaymentMethodType` entity from the Gusto Embedded API. */
53
- export { ContractorPaymentMethodType } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentmethod';
53
+ export { ContractorPaymentMethodType } from '@gusto/embedded-api/models/components/contractorpaymentmethod';
54
54
  /** `ContractorPaymentReceipt` entity from the Gusto Embedded API. */
55
- export type { ContractorPaymentReceipt } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentreceipt';
55
+ export type { ContractorPaymentReceipt } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
56
56
  /** `ContractorPayments` entity from the Gusto Embedded API. */
57
- export type { ContractorPayments } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentreceipt';
58
- export type { ContractorPaymentReceiptLicensee, ContractorPaymentReceiptTotals, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentreceipt';
59
- export { ContractorPaymentReceiptPaymentMethod } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorpaymentreceipt';
60
- export type { ContractorUpdateRequestBody } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorupdaterequestbody';
61
- export { ContractorUpdateRequestBodyType, ContractorUpdateRequestBodyWageType, } from '@gusto/embedded-api-v-2026-02-01/models/components/contractorupdaterequestbody';
62
- export { CustomFieldType } from '@gusto/embedded-api-v-2026-02-01/models/components/customfieldtype';
57
+ export type { ContractorPayments } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
58
+ export type { ContractorPaymentReceiptLicensee, ContractorPaymentReceiptTotals, } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
59
+ export { ContractorPaymentReceiptPaymentMethod } from '@gusto/embedded-api/models/components/contractorpaymentreceipt';
60
+ export type { ContractorUpdateRequestBody } from '@gusto/embedded-api/models/components/contractorupdaterequestbody';
61
+ export { ContractorUpdateRequestBodyType, ContractorUpdateRequestBodyWageType, } from '@gusto/embedded-api/models/components/contractorupdaterequestbody';
62
+ export { CustomFieldType } from '@gusto/embedded-api/models/components/customfieldtype';
63
63
  /** `Document` entity from the Gusto Embedded API. */
64
- export type { Document } from '@gusto/embedded-api-v-2026-02-01/models/components/document';
64
+ export type { Document } from '@gusto/embedded-api/models/components/document';
65
65
  /** `Fields` entity from the Gusto Embedded API. */
66
- export type { Fields } from '@gusto/embedded-api-v-2026-02-01/models/components/document';
66
+ export type { Fields } from '@gusto/embedded-api/models/components/document';
67
67
  /** `Pages` entity from the Gusto Embedded API. */
68
- export type { Pages } from '@gusto/embedded-api-v-2026-02-01/models/components/document';
69
- export { RecipientType } from '@gusto/embedded-api-v-2026-02-01/models/components/document';
68
+ export type { Pages } from '@gusto/embedded-api/models/components/document';
69
+ export { RecipientType } from '@gusto/embedded-api/models/components/document';
70
70
  /** `DocumentSigned` entity from the Gusto Embedded API. */
71
- export type { DocumentSigned } from '@gusto/embedded-api-v-2026-02-01/models/components/documentsigned';
71
+ export type { DocumentSigned } from '@gusto/embedded-api/models/components/documentsigned';
72
72
  /** `DocumentSignedFields` entity from the Gusto Embedded API. */
73
- export type { DocumentSignedFields } from '@gusto/embedded-api-v-2026-02-01/models/components/documentsigned';
73
+ export type { DocumentSignedFields } from '@gusto/embedded-api/models/components/documentsigned';
74
74
  /** `DocumentSignedPages` entity from the Gusto Embedded API. */
75
- export type { DocumentSignedPages } from '@gusto/embedded-api-v-2026-02-01/models/components/documentsigned';
76
- export { DocumentSignedRecipientType } from '@gusto/embedded-api-v-2026-02-01/models/components/documentsigned';
75
+ export type { DocumentSignedPages } from '@gusto/embedded-api/models/components/documentsigned';
76
+ export { DocumentSignedRecipientType } from '@gusto/embedded-api/models/components/documentsigned';
77
77
  /** `EmployeeCurrentEmploymentStatus` entity from the Gusto Embedded API. */
78
- export { EmployeeCurrentEmploymentStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/employee';
78
+ export { EmployeeCurrentEmploymentStatus } from '@gusto/embedded-api/models/components/employee';
79
79
  /** `EmployeeOnboardingStatus1` entity from the Gusto Embedded API. */
80
- export { EmployeeOnboardingStatus1 } from '@gusto/embedded-api-v-2026-02-01/models/components/employee';
81
- export type { Employee, EmployeeMemberPortalInvitationStatus, EmployeeOnboardingDocumentsConfig, } from '@gusto/embedded-api-v-2026-02-01/models/components/employee';
82
- export { EmployeePaymentMethod1, EmployeeStatus, } from '@gusto/embedded-api-v-2026-02-01/models/components/employee';
80
+ export { EmployeeOnboardingStatus1 } from '@gusto/embedded-api/models/components/employee';
81
+ export type { Employee, EmployeeMemberPortalInvitationStatus, EmployeeOnboardingDocumentsConfig, } from '@gusto/embedded-api/models/components/employee';
82
+ export { EmployeePaymentMethod1, EmployeeStatus, } from '@gusto/embedded-api/models/components/employee';
83
83
  /** `EmployeeAddress` entity from the Gusto Embedded API. */
84
- export type { EmployeeAddress } from '@gusto/embedded-api-v-2026-02-01/models/components/employeeaddress';
84
+ export type { EmployeeAddress } from '@gusto/embedded-api/models/components/employeeaddress';
85
85
  /** `EmployeeBankAccount` entity from the Gusto Embedded API. */
86
- export type { EmployeeBankAccount } from '@gusto/embedded-api-v-2026-02-01/models/components/employeebankaccount';
87
- export { EmployeeBankAccountAccountType } from '@gusto/embedded-api-v-2026-02-01/models/components/employeebankaccount';
88
- export type { EmployeeCustomField } from '@gusto/embedded-api-v-2026-02-01/models/components/employeecustomfield';
89
- export type { EmployeeFederalTax } from '@gusto/embedded-api-v-2026-02-01/models/components/employeefederaltax';
90
- export type { EmployeeFederalTaxPre2020 } from '@gusto/embedded-api-v-2026-02-01/models/components/employeefederaltaxpre2020';
91
- export type { EmployeeFederalTaxRev2020 } from '@gusto/embedded-api-v-2026-02-01/models/components/employeefederaltaxrev2020';
86
+ export type { EmployeeBankAccount } from '@gusto/embedded-api/models/components/employeebankaccount';
87
+ export { EmployeeBankAccountAccountType } from '@gusto/embedded-api/models/components/employeebankaccount';
88
+ export type { EmployeeCustomField } from '@gusto/embedded-api/models/components/employeecustomfield';
89
+ export type { EmployeeFederalTax } from '@gusto/embedded-api/models/components/employeefederaltax';
90
+ export type { EmployeeFederalTaxPre2020 } from '@gusto/embedded-api/models/components/employeefederaltaxpre2020';
91
+ export type { EmployeeFederalTaxRev2020 } from '@gusto/embedded-api/models/components/employeefederaltaxrev2020';
92
92
  /** `EmployeeOnboardingStatusOnboardingStep` entity from the Gusto Embedded API. */
93
- export type { EmployeeOnboardingStatusOnboardingStep } from '@gusto/embedded-api-v-2026-02-01/models/components/employeeonboardingstatus';
94
- export type { EmployeeOnboardingStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/employeeonboardingstatus';
93
+ export type { EmployeeOnboardingStatusOnboardingStep } from '@gusto/embedded-api/models/components/employeeonboardingstatus';
94
+ export type { EmployeeOnboardingStatus } from '@gusto/embedded-api/models/components/employeeonboardingstatus';
95
95
  /** `EmployeePaymentMethod` entity from the Gusto Embedded API. */
96
- export type { EmployeePaymentMethod } from '@gusto/embedded-api-v-2026-02-01/models/components/employeepaymentmethod';
96
+ export type { EmployeePaymentMethod } from '@gusto/embedded-api/models/components/employeepaymentmethod';
97
97
  /** `EmployeePaymentMethodSplitBy` entity from the Gusto Embedded API. */
98
- export { EmployeePaymentMethodSplitBy } from '@gusto/embedded-api-v-2026-02-01/models/components/employeepaymentmethod';
99
- export { EmployeePaymentMethodType } from '@gusto/embedded-api-v-2026-02-01/models/components/employeepaymentmethod';
98
+ export { EmployeePaymentMethodSplitBy } from '@gusto/embedded-api/models/components/employeepaymentmethod';
99
+ export { EmployeePaymentMethodType } from '@gusto/embedded-api/models/components/employeepaymentmethod';
100
100
  /** `EmployeeStateTaxAnswer` entity from the Gusto Embedded API. */
101
- export type { EmployeeStateTaxAnswer } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxanswer';
101
+ export type { EmployeeStateTaxAnswer } from '@gusto/embedded-api/models/components/employeestatetaxanswer';
102
102
  /** `EmployeeStateTaxesList` entity from the Gusto Embedded API. */
103
- export type { EmployeeStateTaxesList } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxeslist';
103
+ export type { EmployeeStateTaxesList } from '@gusto/embedded-api/models/components/employeestatetaxeslist';
104
104
  /** `Answers` entity from the Gusto Embedded API. */
105
- export type { Answers } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxesrequest';
105
+ export type { Answers } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
106
106
  /** `EmployeeStateTaxesRequest` entity from the Gusto Embedded API. */
107
- export type { EmployeeStateTaxesRequest } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxesrequest';
107
+ export type { EmployeeStateTaxesRequest } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
108
108
  /** `Questions` entity from the Gusto Embedded API. */
109
- export type { Questions } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxesrequest';
109
+ export type { Questions } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
110
110
  /** `States` entity from the Gusto Embedded API. */
111
- export type { States } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxesrequest';
111
+ export type { States } from '@gusto/embedded-api/models/components/employeestatetaxesrequest';
112
112
  /** `EmployeeStateTaxInputQuestionFormat` entity from the Gusto Embedded API. */
113
- export type { EmployeeStateTaxInputQuestionFormat } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxinputquestionformat';
113
+ export type { EmployeeStateTaxInputQuestionFormat } from '@gusto/embedded-api/models/components/employeestatetaxinputquestionformat';
114
114
  /** `Options` entity from the Gusto Embedded API. */
115
- export type { Options } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxinputquestionformat';
115
+ export type { Options } from '@gusto/embedded-api/models/components/employeestatetaxinputquestionformat';
116
116
  /** `EmployeeStateTaxQuestion` entity from the Gusto Embedded API. */
117
- export type { EmployeeStateTaxQuestion } from '@gusto/embedded-api-v-2026-02-01/models/components/employeestatetaxquestion';
117
+ export type { EmployeeStateTaxQuestion } from '@gusto/embedded-api/models/components/employeestatetaxquestion';
118
118
  /** `EmployeeWorkAddress` entity from the Gusto Embedded API. */
119
- export type { EmployeeWorkAddress } from '@gusto/embedded-api-v-2026-02-01/models/components/employeeworkaddress';
119
+ export type { EmployeeWorkAddress } from '@gusto/embedded-api/models/components/employeeworkaddress';
120
120
  /** `EntityErrorObject` entity from the Gusto Embedded API. */
121
- export type { EntityErrorObject } from '@gusto/embedded-api-v-2026-02-01/models/components/entityerrorobject';
121
+ export type { EntityErrorObject } from '@gusto/embedded-api/models/components/entityerrorobject';
122
122
  /** `FederalTaxDetails` entity from the Gusto Embedded API. */
123
- export type { FederalTaxDetails } from '@gusto/embedded-api-v-2026-02-01/models/components/federaltaxdetails';
123
+ export type { FederalTaxDetails } from '@gusto/embedded-api/models/components/federaltaxdetails';
124
124
  /** `TaxPayerType` entity from the Gusto Embedded API. */
125
- export { TaxPayerType } from '@gusto/embedded-api-v-2026-02-01/models/components/federaltaxdetails';
126
- export type { EinVerification } from '@gusto/embedded-api-v-2026-02-01/models/components/federaltaxdetails';
127
- export { FederalTaxDetailsStatus, FilingForm, } from '@gusto/embedded-api-v-2026-02-01/models/components/federaltaxdetails';
128
- export { FlsaStatusType } from '@gusto/embedded-api-v-2026-02-01/models/components/flsastatustype';
125
+ export { TaxPayerType } from '@gusto/embedded-api/models/components/federaltaxdetails';
126
+ export type { EinVerification } from '@gusto/embedded-api/models/components/federaltaxdetails';
127
+ export { FederalTaxDetailsStatus, FilingForm, } from '@gusto/embedded-api/models/components/federaltaxdetails';
128
+ export { FlsaStatusType } from '@gusto/embedded-api/models/components/flsastatustype';
129
129
  /** `Form` entity from the Gusto Embedded API. */
130
- export type { Form } from '@gusto/embedded-api-v-2026-02-01/models/components/form';
130
+ export type { Form } from '@gusto/embedded-api/models/components/form';
131
131
  /** `GarnishmentType` entity from the Gusto Embedded API. */
132
- export { GarnishmentType } from '@gusto/embedded-api-v-2026-02-01/models/components/garnishment';
133
- export type { Garnishment } from '@gusto/embedded-api-v-2026-02-01/models/components/garnishment';
134
- export type { GarnishmentChildSupport } from '@gusto/embedded-api-v-2026-02-01/models/components/garnishmentchildsupport';
135
- export { PaymentPeriod } from '@gusto/embedded-api-v-2026-02-01/models/components/garnishmentchildsupport';
132
+ export { GarnishmentType } from '@gusto/embedded-api/models/components/garnishment';
133
+ export type { Garnishment } from '@gusto/embedded-api/models/components/garnishment';
134
+ export type { GarnishmentChildSupport } from '@gusto/embedded-api/models/components/garnishmentchildsupport';
135
+ export { PaymentPeriod } from '@gusto/embedded-api/models/components/garnishmentchildsupport';
136
136
  /** `ChristmasDay` entity from the Gusto Embedded API. */
137
- export type { ChristmasDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
137
+ export type { ChristmasDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
138
138
  /** `ColumbusDay` entity from the Gusto Embedded API. */
139
- export type { ColumbusDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
139
+ export type { ColumbusDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
140
140
  /** `HolidayPayPolicyEmployees` entity from the Gusto Embedded API. */
141
- export type { HolidayPayPolicyEmployees } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
141
+ export type { HolidayPayPolicyEmployees } from '@gusto/embedded-api/models/components/holidaypaypolicy';
142
142
  /** `IndependenceDay` entity from the Gusto Embedded API. */
143
- export type { IndependenceDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
143
+ export type { IndependenceDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
144
144
  /** `Juneteenth` entity from the Gusto Embedded API. */
145
- export type { Juneteenth } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
145
+ export type { Juneteenth } from '@gusto/embedded-api/models/components/holidaypaypolicy';
146
146
  /** `LaborDay` entity from the Gusto Embedded API. */
147
- export type { LaborDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
147
+ export type { LaborDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
148
148
  /** `MemorialDay` entity from the Gusto Embedded API. */
149
- export type { MemorialDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
149
+ export type { MemorialDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
150
150
  /** `MlkDay` entity from the Gusto Embedded API. */
151
- export type { MlkDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
151
+ export type { MlkDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
152
152
  /** `NewYearsDay` entity from the Gusto Embedded API. */
153
- export type { NewYearsDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
153
+ export type { NewYearsDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
154
154
  /** `PresidentsDay` entity from the Gusto Embedded API. */
155
- export type { PresidentsDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
155
+ export type { PresidentsDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
156
156
  /** `Thanksgiving` entity from the Gusto Embedded API. */
157
- export type { Thanksgiving } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
157
+ export type { Thanksgiving } from '@gusto/embedded-api/models/components/holidaypaypolicy';
158
158
  /** `VeteransDay` entity from the Gusto Embedded API. */
159
- export type { VeteransDay } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
160
- export type { FederalHolidays, HolidayPayPolicy, } from '@gusto/embedded-api-v-2026-02-01/models/components/holidaypaypolicy';
159
+ export type { VeteransDay } from '@gusto/embedded-api/models/components/holidaypaypolicy';
160
+ export type { FederalHolidays, HolidayPayPolicy, } from '@gusto/embedded-api/models/components/holidaypaypolicy';
161
161
  /** `DocumentType` entity from the Gusto Embedded API. */
162
- export { DocumentType } from '@gusto/embedded-api-v-2026-02-01/models/components/i9authorization';
163
- export { AuthorizationStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/i9authorization';
162
+ export { DocumentType } from '@gusto/embedded-api/models/components/i9authorization';
163
+ export { AuthorizationStatus } from '@gusto/embedded-api/models/components/i9authorization';
164
164
  /** `InformationRequestType` entity from the Gusto Embedded API. */
165
- export { InformationRequestType } from '@gusto/embedded-api-v-2026-02-01/models/components/informationrequest';
165
+ export { InformationRequestType } from '@gusto/embedded-api/models/components/informationrequest';
166
166
  /** `RequiredQuestions` entity from the Gusto Embedded API. */
167
- export type { RequiredQuestions } from '@gusto/embedded-api-v-2026-02-01/models/components/informationrequest';
168
- export type { InformationRequest } from '@gusto/embedded-api-v-2026-02-01/models/components/informationrequest';
169
- export { InformationRequestStatus, ResponseType, } from '@gusto/embedded-api-v-2026-02-01/models/components/informationrequest';
170
- export type { Job } from '@gusto/embedded-api-v-2026-02-01/models/components/job';
171
- export type { Location } from '@gusto/embedded-api-v-2026-02-01/models/components/location';
172
- export type { MetadataWithMultipleEntities } from '@gusto/embedded-api-v-2026-02-01/models/components/metadatawithmultipleentities';
173
- export type { MetadataWithOneEntity } from '@gusto/embedded-api-v-2026-02-01/models/components/metadatawithoneentity';
174
- export type { MinimumWage } from '@gusto/embedded-api-v-2026-02-01/models/components/minimumwage';
167
+ export type { RequiredQuestions } from '@gusto/embedded-api/models/components/informationrequest';
168
+ export type { InformationRequest } from '@gusto/embedded-api/models/components/informationrequest';
169
+ export { InformationRequestStatus, ResponseType, } from '@gusto/embedded-api/models/components/informationrequest';
170
+ export type { Job } from '@gusto/embedded-api/models/components/job';
171
+ export type { Location } from '@gusto/embedded-api/models/components/location';
172
+ export type { MetadataWithMultipleEntities } from '@gusto/embedded-api/models/components/metadatawithmultipleentities';
173
+ export type { MetadataWithOneEntity } from '@gusto/embedded-api/models/components/metadatawithoneentity';
174
+ export type { MinimumWage } from '@gusto/embedded-api/models/components/minimumwage';
175
175
  /** `Name` entity from the Gusto Embedded API. */
176
- export { Name } from '@gusto/embedded-api-v-2026-02-01/models/components/paidtimeoff';
177
- export type { PaidTimeOff } from '@gusto/embedded-api-v-2026-02-01/models/components/paidtimeoff';
178
- export { PaymentSpeed } from '@gusto/embedded-api-v-2026-02-01/models/components/paymentconfigs';
179
- export type { PaymentMethodBankAccount } from '@gusto/embedded-api-v-2026-02-01/models/components/paymentmethodbankaccount';
180
- export type { PayPeriod, PayPeriodPayroll, } from '@gusto/embedded-api-v-2026-02-01/models/components/payperiod';
181
- export { PayrollType } from '@gusto/embedded-api-v-2026-02-01/models/components/payperiod';
176
+ export { Name } from '@gusto/embedded-api/models/components/paidtimeoff';
177
+ export type { PaidTimeOff } from '@gusto/embedded-api/models/components/paidtimeoff';
178
+ export { PaymentSpeed } from '@gusto/embedded-api/models/components/paymentconfigs';
179
+ export type { PaymentMethodBankAccount } from '@gusto/embedded-api/models/components/paymentmethodbankaccount';
180
+ export type { PayPeriod, PayPeriodPayroll } from '@gusto/embedded-api/models/components/payperiod';
181
+ export { PayrollType } from '@gusto/embedded-api/models/components/payperiod';
182
182
  /** `EmployeeCompensations` entity from the Gusto Embedded API. */
183
- export type { EmployeeCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
183
+ export type { EmployeeCompensations } from '@gusto/embedded-api/models/components/payroll';
184
184
  /** `OffCycleReasonType` entity from the Gusto Embedded API. */
185
- export { OffCycleReasonType } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
185
+ export { OffCycleReasonType } from '@gusto/embedded-api/models/components/payroll';
186
186
  /** `Payroll` entity from the Gusto Embedded API. */
187
- export type { Payroll } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
187
+ export type { Payroll } from '@gusto/embedded-api/models/components/payroll';
188
188
  /** `PayrollShow` entity from the Gusto Embedded API. */
189
- export type { PayrollShow } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
189
+ export type { PayrollShow } from '@gusto/embedded-api/models/components/payroll';
190
190
  /** `PayrollShowBenefits` entity from the Gusto Embedded API. */
191
- export type { PayrollShowBenefits } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
191
+ export type { PayrollShowBenefits } from '@gusto/embedded-api/models/components/payroll';
192
192
  /** `PayrollShowDeductions` entity from the Gusto Embedded API. */
193
- export type { PayrollShowDeductions } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
193
+ export type { PayrollShowDeductions } from '@gusto/embedded-api/models/components/payroll';
194
194
  /** `PayrollShowFixedCompensations` entity from the Gusto Embedded API. */
195
- export type { PayrollShowFixedCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
195
+ export type { PayrollShowFixedCompensations } from '@gusto/embedded-api/models/components/payroll';
196
196
  /** `PayrollShowHourlyCompensations` entity from the Gusto Embedded API. */
197
- export type { PayrollShowHourlyCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
197
+ export type { PayrollShowHourlyCompensations } from '@gusto/embedded-api/models/components/payroll';
198
198
  /** `PayrollShowPaidTimeOff` entity from the Gusto Embedded API. */
199
- export type { PayrollShowPaidTimeOff } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
199
+ export type { PayrollShowPaidTimeOff } from '@gusto/embedded-api/models/components/payroll';
200
200
  /** `PayrollShowPaymentMethod` entity from the Gusto Embedded API. */
201
- export { PayrollShowPaymentMethod } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
201
+ export { PayrollShowPaymentMethod } from '@gusto/embedded-api/models/components/payroll';
202
202
  /** `PayrollShowReimbursements` entity from the Gusto Embedded API. */
203
- export type { PayrollShowReimbursements } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
203
+ export type { PayrollShowReimbursements } from '@gusto/embedded-api/models/components/payroll';
204
204
  /** `PayrollShowTaxes` entity from the Gusto Embedded API. */
205
- export type { PayrollShowTaxes } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
205
+ export type { PayrollShowTaxes } from '@gusto/embedded-api/models/components/payroll';
206
206
  /** `PayrollWithholdingPayPeriodType` entity from the Gusto Embedded API. */
207
- export { PayrollWithholdingPayPeriodType } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
208
- export type { PayrollPrepared } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
209
- export { PayrollShowAmountType } from '@gusto/embedded-api-v-2026-02-01/models/components/payroll';
207
+ export { PayrollWithholdingPayPeriodType } from '@gusto/embedded-api/models/components/payroll';
208
+ export type { PayrollPrepared } from '@gusto/embedded-api/models/components/payroll';
209
+ export { PayrollShowAmountType } from '@gusto/embedded-api/models/components/payroll';
210
210
  /** `PayrollCompanyTaxesType` entity from the Gusto Embedded API. */
211
- export type { PayrollCompanyTaxesType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcompanytaxestype';
211
+ export type { PayrollCompanyTaxesType } from '@gusto/embedded-api/models/components/payrollcompanytaxestype';
212
212
  /** `PayrollCreditBlockerTypeUnblockOptions` entity from the Gusto Embedded API. */
213
- export type { PayrollCreditBlockerTypeUnblockOptions } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockertype';
214
- export type { PayrollCreditBlockerType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockertype';
215
- export { PayrollCreditBlockerTypeStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockertype';
213
+ export type { PayrollCreditBlockerTypeUnblockOptions } from '@gusto/embedded-api/models/components/payrollcreditblockertype';
214
+ export type { PayrollCreditBlockerType } from '@gusto/embedded-api/models/components/payrollcreditblockertype';
215
+ export { PayrollCreditBlockerTypeStatus } from '@gusto/embedded-api/models/components/payrollcreditblockertype';
216
216
  /** `PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfiMetadata` entity from the Gusto Embedded API. */
217
- export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfiMetadata } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionrespondtohighriskfraudrfi';
218
- export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfi } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionrespondtohighriskfraudrfi';
217
+ export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfiMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionrespondtohighriskfraudrfi';
218
+ export type { PayrollCreditBlockerUnblockOptionRespondToHighRiskFraudRfi } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionrespondtohighriskfraudrfi';
219
219
  /** `PayrollCreditBlockerUnblockOptionSubmitBankScreenshotMetadata` entity from the Gusto Embedded API. */
220
- export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshotMetadata } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionsubmitbankscreenshot';
221
- export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshot } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionsubmitbankscreenshot';
220
+ export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshotMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitbankscreenshot';
221
+ export type { PayrollCreditBlockerUnblockOptionSubmitBankScreenshot } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitbankscreenshot';
222
222
  /** `PayrollCreditBlockerUnblockOptionSubmitWireMetadata` entity from the Gusto Embedded API. */
223
- export type { PayrollCreditBlockerUnblockOptionSubmitWireMetadata } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionsubmitwire';
224
- export type { PayrollCreditBlockerUnblockOptionSubmitWire } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionsubmitwire';
223
+ export type { PayrollCreditBlockerUnblockOptionSubmitWireMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitwire';
224
+ export type { PayrollCreditBlockerUnblockOptionSubmitWire } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionsubmitwire';
225
225
  /** `PayrollCreditBlockerUnblockOptionWaitForReverseWireMetadata` entity from the Gusto Embedded API. */
226
- export type { PayrollCreditBlockerUnblockOptionWaitForReverseWireMetadata } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionwaitforreversewire';
227
- export type { PayrollCreditBlockerUnblockOptionWaitForReverseWire } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollcreditblockerunblockoptionwaitforreversewire';
226
+ export type { PayrollCreditBlockerUnblockOptionWaitForReverseWireMetadata } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionwaitforreversewire';
227
+ export type { PayrollCreditBlockerUnblockOptionWaitForReverseWire } from '@gusto/embedded-api/models/components/payrollcreditblockerunblockoptionwaitforreversewire';
228
228
  /** `Deductions` entity from the Gusto Embedded API. */
229
- export type { Deductions } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
229
+ export type { Deductions } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
230
230
  /** `PayrollEmployeeCompensationsType` entity from the Gusto Embedded API. */
231
- export type { PayrollEmployeeCompensationsType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
231
+ export type { PayrollEmployeeCompensationsType } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
232
232
  /** `PayrollEmployeeCompensationsTypeFixedCompensations` entity from the Gusto Embedded API. */
233
- export type { PayrollEmployeeCompensationsTypeFixedCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
233
+ export type { PayrollEmployeeCompensationsTypeFixedCompensations } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
234
234
  /** `PayrollEmployeeCompensationsTypeHourlyCompensations` entity from the Gusto Embedded API. */
235
- export type { PayrollEmployeeCompensationsTypeHourlyCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
235
+ export type { PayrollEmployeeCompensationsTypeHourlyCompensations } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
236
236
  /** `PayrollEmployeeCompensationsTypePaidTimeOff` entity from the Gusto Embedded API. */
237
- export type { PayrollEmployeeCompensationsTypePaidTimeOff } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
237
+ export type { PayrollEmployeeCompensationsTypePaidTimeOff } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
238
238
  /** `PayrollEmployeeCompensationsTypePaymentMethod` entity from the Gusto Embedded API. */
239
- export { PayrollEmployeeCompensationsTypePaymentMethod } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
239
+ export { PayrollEmployeeCompensationsTypePaymentMethod } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
240
240
  /** `PayrollEmployeeCompensationsTypeReimbursements` entity from the Gusto Embedded API. */
241
- export type { PayrollEmployeeCompensationsTypeReimbursements } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
242
- export { AmountType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollemployeecompensationstype';
241
+ export type { PayrollEmployeeCompensationsTypeReimbursements } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
242
+ export { AmountType } from '@gusto/embedded-api/models/components/payrollemployeecompensationstype';
243
243
  /** `PayrollFixedCompensationTypesType` entity from the Gusto Embedded API. */
244
- export type { PayrollFixedCompensationTypesType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollfixedcompensationtypestype';
245
- export type { PayrollPaymentSpeedChangedType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollpaymentspeedchangedtype';
244
+ export type { PayrollFixedCompensationTypesType } from '@gusto/embedded-api/models/components/payrollfixedcompensationtypestype';
245
+ export type { PayrollPaymentSpeedChangedType } from '@gusto/embedded-api/models/components/payrollpaymentspeedchangedtype';
246
246
  /** `PayrollPayPeriodType` entity from the Gusto Embedded API. */
247
- export type { PayrollPayPeriodType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollpayperiodtype';
248
- export type { PayrollPayrollStatusMetaType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollpayrollstatusmetatype';
247
+ export type { PayrollPayPeriodType } from '@gusto/embedded-api/models/components/payrollpayperiodtype';
248
+ export type { PayrollPayrollStatusMetaType } from '@gusto/embedded-api/models/components/payrollpayrollstatusmetatype';
249
249
  /** `PayrollProcessingRequest` entity from the Gusto Embedded API. */
250
- export type { PayrollProcessingRequest } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollprocessingrequest';
251
- export { PayrollProcessingRequestStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollprocessingrequest';
250
+ export type { PayrollProcessingRequest } from '@gusto/embedded-api/models/components/payrollprocessingrequest';
251
+ export { PayrollProcessingRequestStatus } from '@gusto/embedded-api/models/components/payrollprocessingrequest';
252
252
  /** `PayrollReceipt` entity from the Gusto Embedded API. */
253
- export type { PayrollReceipt } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollreceipt';
253
+ export type { PayrollReceipt } from '@gusto/embedded-api/models/components/payrollreceipt';
254
254
  /** `PayrollReceiptEmployeeCompensations` entity from the Gusto Embedded API. */
255
- export type { PayrollReceiptEmployeeCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollreceipt';
255
+ export type { PayrollReceiptEmployeeCompensations } from '@gusto/embedded-api/models/components/payrollreceipt';
256
256
  /** `Taxes` entity from the Gusto Embedded API. */
257
- export type { Taxes } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollreceipt';
258
- export type { Licensee, Totals, } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollreceipt';
259
- export { PayrollReceiptPaymentMethod } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollreceipt';
257
+ export type { Taxes } from '@gusto/embedded-api/models/components/payrollreceipt';
258
+ export type { Licensee, Totals } from '@gusto/embedded-api/models/components/payrollreceipt';
259
+ export { PayrollReceiptPaymentMethod } from '@gusto/embedded-api/models/components/payrollreceipt';
260
260
  /** `UnblockOptions` entity from the Gusto Embedded API. */
261
- export type { UnblockOptions } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollsubmissionblockertype';
262
- export type { PayrollSubmissionBlockerType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollsubmissionblockertype';
263
- export { PayrollSubmissionBlockerTypeStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollsubmissionblockertype';
261
+ export type { UnblockOptions } from '@gusto/embedded-api/models/components/payrollsubmissionblockertype';
262
+ export type { PayrollSubmissionBlockerType } from '@gusto/embedded-api/models/components/payrollsubmissionblockertype';
263
+ export { PayrollSubmissionBlockerTypeStatus } from '@gusto/embedded-api/models/components/payrollsubmissionblockertype';
264
264
  /** `PayrollTaxesType` entity from the Gusto Embedded API. */
265
- export type { PayrollTaxesType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrolltaxestype';
266
- export type { PayrollTotalsType } from '@gusto/embedded-api-v-2026-02-01/models/components/payrolltotalstype';
265
+ export type { PayrollTaxesType } from '@gusto/embedded-api/models/components/payrolltaxestype';
266
+ export type { PayrollTotalsType } from '@gusto/embedded-api/models/components/payrolltotalstype';
267
267
  /** `PayrollUpdateEmployeeCompensations` entity from the Gusto Embedded API. */
268
- export type { PayrollUpdateEmployeeCompensations } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollupdate';
268
+ export type { PayrollUpdateEmployeeCompensations } from '@gusto/embedded-api/models/components/payrollupdate';
269
269
  /** `PayrollUpdatePaidTimeOff` entity from the Gusto Embedded API. */
270
- export type { PayrollUpdatePaidTimeOff } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollupdate';
270
+ export type { PayrollUpdatePaidTimeOff } from '@gusto/embedded-api/models/components/payrollupdate';
271
271
  /** `PayrollUpdateReimbursements` entity from the Gusto Embedded API. */
272
- export type { PayrollUpdateReimbursements } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollupdate';
273
- export type { PayrollUpdateDeductions, PayrollUpdateFixedCompensations, PayrollUpdateHourlyCompensations, } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollupdate';
274
- export { PayrollUpdateAmountType, PayrollUpdatePaymentMethod, } from '@gusto/embedded-api-v-2026-02-01/models/components/payrollupdate';
275
- export type { PayScheduleAutoPayrollEnablementBlocker, PayScheduleAutoPayrollEnablementBlockerMetadata, } from '@gusto/embedded-api-v-2026-02-01/models/components/payscheduleautopayrollenablementblocker';
276
- export { PayScheduleFrequency } from '@gusto/embedded-api-v-2026-02-01/models/components/payschedulefrequency';
277
- export type { PaySchedulePreviewPayPeriod } from '@gusto/embedded-api-v-2026-02-01/models/components/payschedulepreviewpayperiod';
278
- export type { PayScheduleShow } from '@gusto/embedded-api-v-2026-02-01/models/components/payscheduleshow';
279
- export type { RecoveryCase } from '@gusto/embedded-api-v-2026-02-01/models/components/recoverycase';
280
- export { RecoveryCaseStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/recoverycase';
272
+ export type { PayrollUpdateReimbursements } from '@gusto/embedded-api/models/components/payrollupdate';
273
+ export type { PayrollUpdateDeductions, PayrollUpdateFixedCompensations, PayrollUpdateHourlyCompensations, } from '@gusto/embedded-api/models/components/payrollupdate';
274
+ export { PayrollUpdateAmountType, PayrollUpdatePaymentMethod, } from '@gusto/embedded-api/models/components/payrollupdate';
275
+ export type { PayScheduleAutoPayrollEnablementBlocker, PayScheduleAutoPayrollEnablementBlockerMetadata, } from '@gusto/embedded-api/models/components/payscheduleautopayrollenablementblocker';
276
+ export { PayScheduleFrequency } from '@gusto/embedded-api/models/components/payschedulefrequency';
277
+ export type { PaySchedulePreviewPayPeriod } from '@gusto/embedded-api/models/components/payschedulepreviewpayperiod';
278
+ export type { PayScheduleShow } from '@gusto/embedded-api/models/components/payscheduleshow';
279
+ export type { RecoveryCase } from '@gusto/embedded-api/models/components/recoverycase';
280
+ export { RecoveryCaseStatus } from '@gusto/embedded-api/models/components/recoverycase';
281
281
  /** `HomeAddress` entity from the Gusto Embedded API. */
282
- export type { HomeAddress } from '@gusto/embedded-api-v-2026-02-01/models/components/signatory';
282
+ export type { HomeAddress } from '@gusto/embedded-api/models/components/signatory';
283
283
  /** `IdentityVerificationStatus` entity from the Gusto Embedded API. */
284
- export { IdentityVerificationStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/signatory';
285
- export type { Signatory } from '@gusto/embedded-api-v-2026-02-01/models/components/signatory';
284
+ export { IdentityVerificationStatus } from '@gusto/embedded-api/models/components/signatory';
285
+ export type { Signatory } from '@gusto/embedded-api/models/components/signatory';
286
286
  /** `ApplicableIf` entity from the Gusto Embedded API. */
287
- export type { ApplicableIf } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirement';
287
+ export type { ApplicableIf } from '@gusto/embedded-api/models/components/taxrequirement';
288
288
  /** `TaxRequirement` entity from the Gusto Embedded API. */
289
- export type { TaxRequirement } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirement';
289
+ export type { TaxRequirement } from '@gusto/embedded-api/models/components/taxrequirement';
290
290
  /** `TaxRequirementMetadata` entity from the Gusto Embedded API. */
291
- export type { TaxRequirementMetadata } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementmetadata';
291
+ export type { TaxRequirementMetadata } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
292
292
  /** `TaxRequirementMetadataOptions` entity from the Gusto Embedded API. */
293
- export type { TaxRequirementMetadataOptions } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementmetadata';
294
- export type { Validation } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementmetadata';
295
- export { RateType, TaxRequirementMetadataType, TaxRequirementMetadataValidationType, } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementmetadata';
293
+ export type { TaxRequirementMetadataOptions } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
294
+ export type { Validation } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
295
+ export { RateType, TaxRequirementMetadataType, TaxRequirementMetadataValidationType, } from '@gusto/embedded-api/models/components/taxrequirementmetadata';
296
296
  /** `TaxRequirementSet` entity from the Gusto Embedded API. */
297
- export type { TaxRequirementSet } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementset';
297
+ export type { TaxRequirementSet } from '@gusto/embedded-api/models/components/taxrequirementset';
298
298
  /** `TaxRequirementsState` entity from the Gusto Embedded API. */
299
- export type { TaxRequirementsState } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementsstate';
299
+ export type { TaxRequirementsState } from '@gusto/embedded-api/models/components/taxrequirementsstate';
300
300
  /** `TaxRequirementStatesList` entity from the Gusto Embedded API. */
301
- export type { TaxRequirementStatesList } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementstateslist';
302
- export { SetupStatus } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementstateslist';
303
- export type { TaxRequirementsValue } from '@gusto/embedded-api-v-2026-02-01/models/components/taxrequirementsvalue';
304
- export type { Termination } from '@gusto/embedded-api-v-2026-02-01/models/components/termination';
301
+ export type { TaxRequirementStatesList } from '@gusto/embedded-api/models/components/taxrequirementstateslist';
302
+ export { SetupStatus } from '@gusto/embedded-api/models/components/taxrequirementstateslist';
303
+ export type { TaxRequirementsValue } from '@gusto/embedded-api/models/components/taxrequirementsvalue';
304
+ export type { Termination } from '@gusto/embedded-api/models/components/termination';
305
305
  /** `TimeOffPolicyEmployees` entity from the Gusto Embedded API. */
306
- export type { TimeOffPolicyEmployees } from '@gusto/embedded-api-v-2026-02-01/models/components/timeoffpolicy';
307
- export type { TimeOffPolicy } from '@gusto/embedded-api-v-2026-02-01/models/components/timeoffpolicy';
308
- export { PolicyType } from '@gusto/embedded-api-v-2026-02-01/models/components/timeoffpolicy';
309
- export type { TimeOffPolicyRequest } from '@gusto/embedded-api-v-2026-02-01/models/components/timeoffpolicyrequest';
310
- export { AccrualMethod, TimeOffPolicyRequestPolicyType, } from '@gusto/embedded-api-v-2026-02-01/models/components/timeoffpolicyrequest';
311
- export type { UnprocessedTerminationPayPeriod } from '@gusto/embedded-api-v-2026-02-01/models/components/unprocessedterminationpayperiod';
312
- export type { WireInRequest } from '@gusto/embedded-api-v-2026-02-01/models/components/wireinrequest';
313
- export { PaymentType, WireInRequestStatus, } from '@gusto/embedded-api-v-2026-02-01/models/components/wireinrequest';
306
+ export type { TimeOffPolicyEmployees } from '@gusto/embedded-api/models/components/timeoffpolicy';
307
+ export type { TimeOffPolicy } from '@gusto/embedded-api/models/components/timeoffpolicy';
308
+ export { PolicyType } from '@gusto/embedded-api/models/components/timeoffpolicy';
309
+ export type { TimeOffPolicyRequest } from '@gusto/embedded-api/models/components/timeoffpolicyrequest';
310
+ export { AccrualMethod, TimeOffPolicyRequestPolicyType, } from '@gusto/embedded-api/models/components/timeoffpolicyrequest';
311
+ export type { UnprocessedTerminationPayPeriod } from '@gusto/embedded-api/models/components/unprocessedterminationpayperiod';
312
+ export type { WireInRequest } from '@gusto/embedded-api/models/components/wireinrequest';
313
+ export { PaymentType, WireInRequestStatus, } from '@gusto/embedded-api/models/components/wireinrequest';
@@ -1,4 +1,4 @@
1
- import { ContractorOnboardingStatus1 } from '@gusto/embedded-api-v-2026-02-01/models/components/contractor';
1
+ import { ContractorOnboardingStatus1 } from '@gusto/embedded-api/models/components/contractor';
2
2
  /**
3
3
  * Event keys emitted by employee-related components.
4
4
  *
@@ -1,5 +1,5 @@
1
- import { OnboardingStatus as E } from "@gusto/embedded-api-v-2026-02-01/models/operations/putv1employeesemployeeidonboardingstatus";
2
- import { ContractorOnboardingStatus1 as e } from "@gusto/embedded-api-v-2026-02-01/models/components/contractor";
1
+ import { OnboardingStatus as E } from "@gusto/embedded-api/models/operations/putv1employeesemployeeidonboardingstatus";
2
+ import { ContractorOnboardingStatus1 as e } from "@gusto/embedded-api/models/components/contractor";
3
3
  const A = {
4
4
  EMPLOYEE_CREATE: "employee/create",
5
5
  EMPLOYEE_CREATED: "employee/created",