@thera-hr/api-sdk 0.0.2242 → 0.0.2248

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 (469) hide show
  1. package/api/resources/api/client/Client.d.ts +0 -3
  2. package/api/resources/api/client/Client.js +6 -11
  3. package/api/resources/api/resources/index.d.ts +0 -1
  4. package/api/resources/api/resources/index.js +1 -2
  5. package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  6. package/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
  7. package/api/resources/api/resources/thera/client/Client.d.ts +0 -3
  8. package/api/resources/api/resources/thera/client/Client.js +0 -5
  9. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +0 -6
  10. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +10 -151
  11. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +0 -2
  12. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodsRequest.d.ts +0 -2
  13. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerTransaction.d.ts +0 -2
  14. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +0 -4
  15. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +0 -4
  16. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +1 -1
  17. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +2 -2
  18. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -7
  19. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +1 -7
  20. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  21. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +2 -2
  22. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateOnCycleInvoiceDetail.d.ts +0 -1
  23. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  24. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.d.ts +2 -6
  25. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +4 -50
  26. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/{GetPayCycleResponse.d.ts → GetCurrentPayCycleResponse.d.ts} +1 -1
  27. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.d.ts +1 -1
  28. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.js +1 -1
  29. package/api/resources/api/resources/thera/resources/index.d.ts +0 -1
  30. package/api/resources/api/resources/thera/resources/index.js +1 -2
  31. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  32. package/api/resources/db/resources/index.d.ts +0 -4
  33. package/api/resources/db/resources/index.js +1 -5
  34. package/api/resources/db/resources/user/types/EmployeeInformation.d.ts +0 -3
  35. package/api/resources/db/resources/user/types/index.d.ts +0 -5
  36. package/api/resources/db/resources/user/types/index.js +0 -5
  37. package/dist/api/resources/api/client/Client.d.ts +0 -3
  38. package/dist/api/resources/api/client/Client.js +6 -11
  39. package/dist/api/resources/api/resources/index.d.ts +0 -1
  40. package/dist/api/resources/api/resources/index.js +1 -2
  41. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  42. package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
  43. package/dist/api/resources/api/resources/thera/client/Client.d.ts +0 -3
  44. package/dist/api/resources/api/resources/thera/client/Client.js +0 -5
  45. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +0 -6
  46. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +10 -151
  47. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +0 -2
  48. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodsRequest.d.ts +0 -2
  49. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerTransaction.d.ts +0 -2
  50. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +0 -4
  51. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +0 -4
  52. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +1 -1
  53. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +2 -2
  54. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -7
  55. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +1 -7
  56. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  57. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +2 -2
  58. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateOnCycleInvoiceDetail.d.ts +0 -1
  59. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  60. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.d.ts +2 -6
  61. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +4 -50
  62. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/{GetPayCycleResponse.d.ts → GetCurrentPayCycleResponse.d.ts} +1 -1
  63. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.d.ts +1 -1
  64. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.js +1 -1
  65. package/dist/api/resources/api/resources/thera/resources/index.d.ts +0 -1
  66. package/dist/api/resources/api/resources/thera/resources/index.js +1 -2
  67. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  68. package/dist/api/resources/db/resources/index.d.ts +0 -4
  69. package/dist/api/resources/db/resources/index.js +1 -5
  70. package/dist/api/resources/db/resources/user/types/EmployeeInformation.d.ts +0 -3
  71. package/dist/api/resources/db/resources/user/types/index.d.ts +0 -5
  72. package/dist/api/resources/db/resources/user/types/index.js +0 -5
  73. package/dist/serialization/resources/api/resources/index.d.ts +0 -1
  74. package/dist/serialization/resources/api/resources/index.js +1 -2
  75. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.d.ts +0 -1
  76. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.js +0 -4
  77. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodsRequest.d.ts +0 -1
  78. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodsRequest.js +0 -1
  79. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerTransaction.d.ts +0 -2
  80. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerTransaction.js +0 -2
  81. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +0 -4
  82. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +0 -4
  83. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/index.d.ts +0 -1
  84. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/index.js +0 -1
  85. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.d.ts +10 -0
  86. package/{serialization/resources/db/resources/company → dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi}/types/CompanyPayFrequency.js +1 -1
  87. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -7
  88. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +1 -7
  89. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateOnCycleInvoiceDetail.d.ts +0 -1
  90. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateOnCycleInvoiceDetail.js +0 -1
  91. package/dist/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/{GetPayCycleResponse.d.ts → GetCurrentPayCycleResponse.d.ts} +2 -2
  92. package/{serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetPayCycleResponse.js → dist/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetCurrentPayCycleResponse.js} +2 -2
  93. package/dist/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.d.ts +1 -1
  94. package/dist/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.js +1 -1
  95. package/dist/serialization/resources/db/resources/index.d.ts +0 -4
  96. package/dist/serialization/resources/db/resources/index.js +1 -5
  97. package/dist/serialization/resources/db/resources/user/types/EmployeeInformation.d.ts +0 -2
  98. package/dist/serialization/resources/db/resources/user/types/EmployeeInformation.js +0 -2
  99. package/dist/serialization/resources/db/resources/user/types/index.d.ts +0 -5
  100. package/dist/serialization/resources/db/resources/user/types/index.js +0 -5
  101. package/package.json +1 -1
  102. package/serialization/resources/api/resources/index.d.ts +0 -1
  103. package/serialization/resources/api/resources/index.js +1 -2
  104. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.d.ts +0 -1
  105. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.js +0 -4
  106. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodsRequest.d.ts +0 -1
  107. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodsRequest.js +0 -1
  108. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerTransaction.d.ts +0 -2
  109. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerTransaction.js +0 -2
  110. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +0 -4
  111. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +0 -4
  112. package/serialization/resources/api/resources/thera/resources/bank/resources/index.d.ts +0 -1
  113. package/serialization/resources/api/resources/thera/resources/bank/resources/index.js +0 -1
  114. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.d.ts +10 -0
  115. package/{dist/serialization/resources/db/resources/company → serialization/resources/api/resources/thera/resources/company/resources/companyApi}/types/CompanyPayFrequency.js +1 -1
  116. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -7
  117. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +1 -7
  118. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateOnCycleInvoiceDetail.d.ts +0 -1
  119. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateOnCycleInvoiceDetail.js +0 -1
  120. package/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/{GetPayCycleResponse.d.ts → GetCurrentPayCycleResponse.d.ts} +2 -2
  121. package/{dist/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetPayCycleResponse.js → serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetCurrentPayCycleResponse.js} +2 -2
  122. package/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.d.ts +1 -1
  123. package/serialization/resources/api/resources/thera/resources/employment/resources/employmentApi/types/index.js +1 -1
  124. package/serialization/resources/db/resources/index.d.ts +0 -4
  125. package/serialization/resources/db/resources/index.js +1 -5
  126. package/serialization/resources/db/resources/user/types/EmployeeInformation.d.ts +0 -2
  127. package/serialization/resources/db/resources/user/types/EmployeeInformation.js +0 -2
  128. package/serialization/resources/db/resources/user/types/index.d.ts +0 -5
  129. package/serialization/resources/db/resources/user/types/index.js +0 -5
  130. package/api/resources/api/resources/aiprise/client/Client.d.ts +0 -17
  131. package/api/resources/api/resources/aiprise/client/Client.js +0 -17
  132. package/api/resources/api/resources/aiprise/client/index.d.ts +0 -1
  133. package/api/resources/api/resources/aiprise/client/index.js +0 -2
  134. package/api/resources/api/resources/aiprise/index.d.ts +0 -2
  135. package/api/resources/api/resources/aiprise/index.js +0 -18
  136. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.d.ts +0 -20
  137. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +0 -104
  138. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/index.d.ts +0 -1
  139. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/index.js +0 -2
  140. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.d.ts +0 -2
  141. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.js +0 -18
  142. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.d.ts +0 -12
  143. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.d.ts +0 -8
  144. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.d.ts +0 -10
  145. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.js +0 -12
  146. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.d.ts +0 -7
  147. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.js +0 -5
  148. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.d.ts +0 -4
  149. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.js +0 -20
  150. package/api/resources/api/resources/aiprise/resources/index.d.ts +0 -2
  151. package/api/resources/api/resources/aiprise/resources/index.js +0 -31
  152. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.d.ts +0 -7
  153. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.js +0 -5
  154. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetCurrencyConversionRequest.d.ts +0 -8
  155. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetCurrencyConversionRequest.js +0 -5
  156. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.d.ts +0 -5
  157. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.js +0 -5
  158. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.d.ts +0 -7
  159. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.js +0 -5
  160. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.d.ts +0 -7
  161. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.js +0 -5
  162. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.d.ts +0 -6
  163. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.js +0 -5
  164. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -24
  165. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +0 -5
  166. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.d.ts +0 -6
  167. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.js +0 -5
  168. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.d.ts +0 -15
  169. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.js +0 -5
  170. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.d.ts +0 -7
  171. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.js +0 -5
  172. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.d.ts +0 -8
  173. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.js +0 -10
  174. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.d.ts +0 -6
  175. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.js +0 -5
  176. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.d.ts +0 -15
  177. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.js +0 -5
  178. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetPayCycleResponse.js +0 -5
  179. package/api/resources/api/resources/thera/resources/user/client/Client.d.ts +0 -17
  180. package/api/resources/api/resources/thera/resources/user/client/Client.js +0 -17
  181. package/api/resources/api/resources/thera/resources/user/client/index.d.ts +0 -1
  182. package/api/resources/api/resources/thera/resources/user/client/index.js +0 -2
  183. package/api/resources/api/resources/thera/resources/user/index.d.ts +0 -2
  184. package/api/resources/api/resources/thera/resources/user/index.js +0 -18
  185. package/api/resources/api/resources/thera/resources/user/resources/index.d.ts +0 -2
  186. package/api/resources/api/resources/thera/resources/user/resources/index.js +0 -31
  187. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.d.ts +0 -20
  188. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +0 -111
  189. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/index.d.ts +0 -1
  190. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/index.js +0 -17
  191. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/GetUserRequest.d.ts +0 -6
  192. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/GetUserRequest.js +0 -5
  193. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/index.d.ts +0 -1
  194. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/index.js +0 -2
  195. package/api/resources/api/resources/thera/resources/user/resources/userApi/index.d.ts +0 -1
  196. package/api/resources/api/resources/thera/resources/user/resources/userApi/index.js +0 -17
  197. package/api/resources/db/resources/company/index.d.ts +0 -1
  198. package/api/resources/db/resources/company/index.js +0 -17
  199. package/api/resources/db/resources/company/types/FernCompany.d.ts +0 -8
  200. package/api/resources/db/resources/company/types/FernCompany.js +0 -5
  201. package/api/resources/db/resources/company/types/PayrollRun.d.ts +0 -10
  202. package/api/resources/db/resources/company/types/PayrollRun.js +0 -5
  203. package/api/resources/db/resources/company/types/W2Payroll.d.ts +0 -15
  204. package/api/resources/db/resources/company/types/W2Payroll.js +0 -5
  205. package/api/resources/db/resources/company/types/index.d.ts +0 -4
  206. package/api/resources/db/resources/company/types/index.js +0 -20
  207. package/api/resources/db/resources/generic/index.d.ts +0 -1
  208. package/api/resources/db/resources/generic/index.js +0 -17
  209. package/api/resources/db/resources/generic/types/GenericType.d.ts +0 -8
  210. package/api/resources/db/resources/generic/types/GenericType.js +0 -5
  211. package/api/resources/db/resources/generic/types/GenericTypeKey.d.ts +0 -7
  212. package/api/resources/db/resources/generic/types/GenericTypeKey.js +0 -9
  213. package/api/resources/db/resources/generic/types/index.d.ts +0 -2
  214. package/api/resources/db/resources/generic/types/index.js +0 -18
  215. package/api/resources/db/resources/user/types/AiPriseVerificationResult.d.ts +0 -8
  216. package/api/resources/db/resources/user/types/AiPriseVerificationResult.js +0 -5
  217. package/api/resources/db/resources/user/types/AiPriseVerificationStatus.d.ts +0 -10
  218. package/api/resources/db/resources/user/types/AiPriseVerificationStatus.js +0 -12
  219. package/api/resources/db/resources/user/types/KycDocument.d.ts +0 -11
  220. package/api/resources/db/resources/user/types/KycDocument.js +0 -5
  221. package/api/resources/db/resources/user/types/KycDocumentFile.d.ts +0 -8
  222. package/api/resources/db/resources/user/types/KycDocumentFile.js +0 -5
  223. package/api/resources/db/resources/user/types/KycDocumentType.d.ts +0 -11
  224. package/api/resources/db/resources/user/types/KycDocumentType.js +0 -13
  225. package/dist/api/resources/api/resources/aiprise/client/Client.d.ts +0 -17
  226. package/dist/api/resources/api/resources/aiprise/client/Client.js +0 -17
  227. package/dist/api/resources/api/resources/aiprise/client/index.d.ts +0 -1
  228. package/dist/api/resources/api/resources/aiprise/client/index.js +0 -2
  229. package/dist/api/resources/api/resources/aiprise/index.d.ts +0 -2
  230. package/dist/api/resources/api/resources/aiprise/index.js +0 -18
  231. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.d.ts +0 -20
  232. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +0 -104
  233. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/index.d.ts +0 -1
  234. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/index.js +0 -2
  235. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.d.ts +0 -2
  236. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.js +0 -18
  237. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.d.ts +0 -12
  238. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.js +0 -5
  239. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.d.ts +0 -8
  240. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.js +0 -5
  241. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.d.ts +0 -10
  242. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.js +0 -12
  243. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.d.ts +0 -7
  244. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.js +0 -5
  245. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.d.ts +0 -4
  246. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.js +0 -20
  247. package/dist/api/resources/api/resources/aiprise/resources/index.d.ts +0 -2
  248. package/dist/api/resources/api/resources/aiprise/resources/index.js +0 -31
  249. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.d.ts +0 -7
  250. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.js +0 -5
  251. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetCurrencyConversionRequest.d.ts +0 -8
  252. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetCurrencyConversionRequest.js +0 -5
  253. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.d.ts +0 -5
  254. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.js +0 -5
  255. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.d.ts +0 -7
  256. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.js +0 -5
  257. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.d.ts +0 -7
  258. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.js +0 -5
  259. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.d.ts +0 -6
  260. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.js +0 -5
  261. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -24
  262. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +0 -5
  263. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.d.ts +0 -6
  264. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.js +0 -5
  265. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.d.ts +0 -15
  266. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.js +0 -5
  267. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.d.ts +0 -7
  268. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.js +0 -5
  269. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.d.ts +0 -8
  270. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.js +0 -10
  271. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.d.ts +0 -6
  272. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.js +0 -5
  273. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.d.ts +0 -15
  274. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.js +0 -5
  275. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetPayCycleResponse.js +0 -5
  276. package/dist/api/resources/api/resources/thera/resources/user/client/Client.d.ts +0 -17
  277. package/dist/api/resources/api/resources/thera/resources/user/client/Client.js +0 -17
  278. package/dist/api/resources/api/resources/thera/resources/user/client/index.d.ts +0 -1
  279. package/dist/api/resources/api/resources/thera/resources/user/client/index.js +0 -2
  280. package/dist/api/resources/api/resources/thera/resources/user/index.d.ts +0 -2
  281. package/dist/api/resources/api/resources/thera/resources/user/index.js +0 -18
  282. package/dist/api/resources/api/resources/thera/resources/user/resources/index.d.ts +0 -2
  283. package/dist/api/resources/api/resources/thera/resources/user/resources/index.js +0 -31
  284. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.d.ts +0 -20
  285. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +0 -111
  286. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/index.d.ts +0 -1
  287. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/index.js +0 -17
  288. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/GetUserRequest.d.ts +0 -6
  289. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/GetUserRequest.js +0 -5
  290. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/index.d.ts +0 -1
  291. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/requests/index.js +0 -2
  292. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/index.d.ts +0 -1
  293. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/index.js +0 -17
  294. package/dist/api/resources/db/resources/company/index.d.ts +0 -1
  295. package/dist/api/resources/db/resources/company/index.js +0 -17
  296. package/dist/api/resources/db/resources/company/types/FernCompany.d.ts +0 -8
  297. package/dist/api/resources/db/resources/company/types/FernCompany.js +0 -5
  298. package/dist/api/resources/db/resources/company/types/PayrollRun.d.ts +0 -10
  299. package/dist/api/resources/db/resources/company/types/PayrollRun.js +0 -5
  300. package/dist/api/resources/db/resources/company/types/W2Payroll.d.ts +0 -15
  301. package/dist/api/resources/db/resources/company/types/W2Payroll.js +0 -5
  302. package/dist/api/resources/db/resources/company/types/index.d.ts +0 -4
  303. package/dist/api/resources/db/resources/company/types/index.js +0 -20
  304. package/dist/api/resources/db/resources/generic/index.d.ts +0 -1
  305. package/dist/api/resources/db/resources/generic/index.js +0 -17
  306. package/dist/api/resources/db/resources/generic/types/GenericType.d.ts +0 -8
  307. package/dist/api/resources/db/resources/generic/types/GenericType.js +0 -5
  308. package/dist/api/resources/db/resources/generic/types/GenericTypeKey.d.ts +0 -7
  309. package/dist/api/resources/db/resources/generic/types/GenericTypeKey.js +0 -9
  310. package/dist/api/resources/db/resources/generic/types/index.d.ts +0 -2
  311. package/dist/api/resources/db/resources/generic/types/index.js +0 -18
  312. package/dist/api/resources/db/resources/user/types/AiPriseVerificationResult.d.ts +0 -8
  313. package/dist/api/resources/db/resources/user/types/AiPriseVerificationResult.js +0 -5
  314. package/dist/api/resources/db/resources/user/types/AiPriseVerificationStatus.d.ts +0 -10
  315. package/dist/api/resources/db/resources/user/types/AiPriseVerificationStatus.js +0 -12
  316. package/dist/api/resources/db/resources/user/types/KycDocument.d.ts +0 -11
  317. package/dist/api/resources/db/resources/user/types/KycDocument.js +0 -5
  318. package/dist/api/resources/db/resources/user/types/KycDocumentFile.d.ts +0 -8
  319. package/dist/api/resources/db/resources/user/types/KycDocumentFile.js +0 -5
  320. package/dist/api/resources/db/resources/user/types/KycDocumentType.d.ts +0 -11
  321. package/dist/api/resources/db/resources/user/types/KycDocumentType.js +0 -13
  322. package/dist/serialization/resources/api/resources/aiprise/index.d.ts +0 -1
  323. package/dist/serialization/resources/api/resources/aiprise/index.js +0 -17
  324. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.d.ts +0 -1
  325. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.js +0 -17
  326. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.d.ts +0 -16
  327. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.js +0 -46
  328. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.d.ts +0 -14
  329. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.js +0 -35
  330. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.d.ts +0 -10
  331. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.js +0 -31
  332. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.d.ts +0 -12
  333. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.js +0 -42
  334. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.d.ts +0 -4
  335. package/dist/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.js +0 -20
  336. package/dist/serialization/resources/api/resources/aiprise/resources/index.d.ts +0 -2
  337. package/dist/serialization/resources/api/resources/aiprise/resources/index.js +0 -31
  338. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.d.ts +0 -12
  339. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.js +0 -33
  340. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +0 -1
  341. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.js +0 -5
  342. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.d.ts +0 -11
  343. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.js +0 -31
  344. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.d.ts +0 -13
  345. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.js +0 -34
  346. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.d.ts +0 -12
  347. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.js +0 -42
  348. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.d.ts +0 -12
  349. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.js +0 -33
  350. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -29
  351. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +0 -59
  352. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.d.ts +0 -12
  353. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.js +0 -33
  354. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.d.ts +0 -20
  355. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.js +0 -50
  356. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.d.ts +0 -13
  357. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.js +0 -34
  358. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.d.ts +0 -10
  359. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.js +0 -31
  360. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.d.ts +0 -12
  361. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.js +0 -33
  362. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.d.ts +0 -20
  363. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.js +0 -50
  364. package/dist/serialization/resources/db/resources/company/index.d.ts +0 -1
  365. package/dist/serialization/resources/db/resources/company/index.js +0 -17
  366. package/dist/serialization/resources/db/resources/company/types/CompanyPayFrequency.d.ts +0 -10
  367. package/dist/serialization/resources/db/resources/company/types/FernCompany.d.ts +0 -13
  368. package/dist/serialization/resources/db/resources/company/types/FernCompany.js +0 -43
  369. package/dist/serialization/resources/db/resources/company/types/PayrollRun.d.ts +0 -16
  370. package/dist/serialization/resources/db/resources/company/types/PayrollRun.js +0 -37
  371. package/dist/serialization/resources/db/resources/company/types/W2Payroll.d.ts +0 -20
  372. package/dist/serialization/resources/db/resources/company/types/W2Payroll.js +0 -50
  373. package/dist/serialization/resources/db/resources/company/types/index.d.ts +0 -4
  374. package/dist/serialization/resources/db/resources/company/types/index.js +0 -20
  375. package/dist/serialization/resources/db/resources/generic/index.d.ts +0 -1
  376. package/dist/serialization/resources/db/resources/generic/index.js +0 -17
  377. package/dist/serialization/resources/db/resources/generic/types/GenericType.d.ts +0 -13
  378. package/dist/serialization/resources/db/resources/generic/types/GenericType.js +0 -43
  379. package/dist/serialization/resources/db/resources/generic/types/GenericTypeKey.d.ts +0 -10
  380. package/dist/serialization/resources/db/resources/generic/types/GenericTypeKey.js +0 -31
  381. package/dist/serialization/resources/db/resources/generic/types/index.d.ts +0 -2
  382. package/dist/serialization/resources/db/resources/generic/types/index.js +0 -18
  383. package/dist/serialization/resources/db/resources/user/types/AiPriseVerificationResult.d.ts +0 -13
  384. package/dist/serialization/resources/db/resources/user/types/AiPriseVerificationResult.js +0 -43
  385. package/dist/serialization/resources/db/resources/user/types/AiPriseVerificationStatus.d.ts +0 -10
  386. package/dist/serialization/resources/db/resources/user/types/AiPriseVerificationStatus.js +0 -31
  387. package/dist/serialization/resources/db/resources/user/types/KycDocument.d.ts +0 -15
  388. package/dist/serialization/resources/db/resources/user/types/KycDocument.js +0 -45
  389. package/dist/serialization/resources/db/resources/user/types/KycDocumentFile.d.ts +0 -14
  390. package/dist/serialization/resources/db/resources/user/types/KycDocumentFile.js +0 -35
  391. package/dist/serialization/resources/db/resources/user/types/KycDocumentType.d.ts +0 -10
  392. package/dist/serialization/resources/db/resources/user/types/KycDocumentType.js +0 -31
  393. package/serialization/resources/api/resources/aiprise/index.d.ts +0 -1
  394. package/serialization/resources/api/resources/aiprise/index.js +0 -17
  395. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.d.ts +0 -1
  396. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/index.js +0 -17
  397. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.d.ts +0 -16
  398. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.js +0 -46
  399. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.d.ts +0 -14
  400. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.js +0 -35
  401. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.d.ts +0 -10
  402. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationResultStatus.js +0 -31
  403. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.d.ts +0 -12
  404. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationSummary.js +0 -42
  405. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.d.ts +0 -4
  406. package/serialization/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/index.js +0 -20
  407. package/serialization/resources/api/resources/aiprise/resources/index.d.ts +0 -2
  408. package/serialization/resources/api/resources/aiprise/resources/index.js +0 -31
  409. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.d.ts +0 -12
  410. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/EditWithdrawalMethodRequest.js +0 -33
  411. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +0 -1
  412. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.js +0 -5
  413. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.d.ts +0 -11
  414. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/EditWithdrawalMethodResponse.js +0 -31
  415. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.d.ts +0 -13
  416. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetCurrencyConversionResponse.js +0 -34
  417. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.d.ts +0 -12
  418. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWithdrawalMethodCurrenciesResponse.js +0 -42
  419. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.d.ts +0 -12
  420. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WithdrawalMethodCurrency.js +0 -33
  421. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -29
  422. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +0 -59
  423. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.d.ts +0 -12
  424. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanySettings.js +0 -33
  425. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.d.ts +0 -20
  426. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CreateCompanyRequest.js +0 -50
  427. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.d.ts +0 -13
  428. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Flags.js +0 -34
  429. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.d.ts +0 -10
  430. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/PaymentMethodStatus.js +0 -31
  431. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.d.ts +0 -12
  432. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/SubscriptionPricing.js +0 -33
  433. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.d.ts +0 -20
  434. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/W2Payroll.js +0 -50
  435. package/serialization/resources/db/resources/company/index.d.ts +0 -1
  436. package/serialization/resources/db/resources/company/index.js +0 -17
  437. package/serialization/resources/db/resources/company/types/CompanyPayFrequency.d.ts +0 -10
  438. package/serialization/resources/db/resources/company/types/FernCompany.d.ts +0 -13
  439. package/serialization/resources/db/resources/company/types/FernCompany.js +0 -43
  440. package/serialization/resources/db/resources/company/types/PayrollRun.d.ts +0 -16
  441. package/serialization/resources/db/resources/company/types/PayrollRun.js +0 -37
  442. package/serialization/resources/db/resources/company/types/W2Payroll.d.ts +0 -20
  443. package/serialization/resources/db/resources/company/types/W2Payroll.js +0 -50
  444. package/serialization/resources/db/resources/company/types/index.d.ts +0 -4
  445. package/serialization/resources/db/resources/company/types/index.js +0 -20
  446. package/serialization/resources/db/resources/generic/index.d.ts +0 -1
  447. package/serialization/resources/db/resources/generic/index.js +0 -17
  448. package/serialization/resources/db/resources/generic/types/GenericType.d.ts +0 -13
  449. package/serialization/resources/db/resources/generic/types/GenericType.js +0 -43
  450. package/serialization/resources/db/resources/generic/types/GenericTypeKey.d.ts +0 -10
  451. package/serialization/resources/db/resources/generic/types/GenericTypeKey.js +0 -31
  452. package/serialization/resources/db/resources/generic/types/index.d.ts +0 -2
  453. package/serialization/resources/db/resources/generic/types/index.js +0 -18
  454. package/serialization/resources/db/resources/user/types/AiPriseVerificationResult.d.ts +0 -13
  455. package/serialization/resources/db/resources/user/types/AiPriseVerificationResult.js +0 -43
  456. package/serialization/resources/db/resources/user/types/AiPriseVerificationStatus.d.ts +0 -10
  457. package/serialization/resources/db/resources/user/types/AiPriseVerificationStatus.js +0 -31
  458. package/serialization/resources/db/resources/user/types/KycDocument.d.ts +0 -15
  459. package/serialization/resources/db/resources/user/types/KycDocument.js +0 -45
  460. package/serialization/resources/db/resources/user/types/KycDocumentFile.d.ts +0 -14
  461. package/serialization/resources/db/resources/user/types/KycDocumentFile.js +0 -35
  462. package/serialization/resources/db/resources/user/types/KycDocumentType.d.ts +0 -10
  463. package/serialization/resources/db/resources/user/types/KycDocumentType.js +0 -31
  464. /package/api/resources/{db/resources/company → api/resources/thera/resources/company/resources/companyApi}/types/CompanyPayFrequency.d.ts +0 -0
  465. /package/api/resources/{db/resources/company → api/resources/thera/resources/company/resources/companyApi}/types/CompanyPayFrequency.js +0 -0
  466. /package/api/resources/api/resources/{aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationCallback.js → thera/resources/employment/resources/employmentApi/types/GetCurrentPayCycleResponse.js} +0 -0
  467. /package/dist/api/resources/{db/resources/company → api/resources/thera/resources/company/resources/companyApi}/types/CompanyPayFrequency.d.ts +0 -0
  468. /package/dist/api/resources/{db/resources/company → api/resources/thera/resources/company/resources/companyApi}/types/CompanyPayFrequency.js +0 -0
  469. /package/{api/resources/api/resources/aiprise/resources/aipriseWebhookApi/types/AiPriseVerificationIdInfo.js → dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/types/GetCurrentPayCycleResponse.js} +0 -0
@@ -9,6 +9,4 @@ export interface WithdrawalMethodsRequest {
9
9
  type?: string;
10
10
  title?: string;
11
11
  details: Record<string, string>;
12
- /** If true, sets this withdrawal method the default payment method. If this is false and there is no preferred payment method, it will be set to preferred method anyways. */
13
- preferred: boolean;
14
12
  }
@@ -8,6 +8,4 @@ export interface WorkerTransaction {
8
8
  currency: string;
9
9
  timestamp: Date;
10
10
  status: TheraApi.api.thera.bank.WorkerTransactionStatus;
11
- convertedAmount?: number;
12
- convertedCurrency?: string;
13
11
  }
@@ -2,10 +2,7 @@ export * from "./VerifyMicrodepositRequest";
2
2
  export * from "./VerifyAccountSignupRequest";
3
3
  export * from "./GetSandboxPublicKey";
4
4
  export * from "./GetBankAccountSignupKey";
5
- export * from "./GetWithdrawalMethodCurrenciesResponse";
6
- export * from "./WithdrawalMethodCurrency";
7
5
  export * from "./WithdrawalMethodsRequest";
8
- export * from "./EditWithdrawalMethodResponse";
9
6
  export * from "./SingleWithdrawalMethodResponse";
10
7
  export * from "./WithdrawalMethodField";
11
8
  export * from "./WithdrawalMethodGroup";
@@ -16,7 +13,6 @@ export * from "./SaveWithdrawalMethodResponse";
16
13
  export * from "./DeleteWithdrawalMethodResponse";
17
14
  export * from "./InitiateWorkerWithdrawalRequest";
18
15
  export * from "./InitiateWorkerWithdrawalResponse";
19
- export * from "./GetCurrencyConversionResponse";
20
16
  export * from "./GetWorkerBalancesResponse";
21
17
  export * from "./WorkerBalance";
22
18
  export * from "./GetWorkerTransactionsResponse";
@@ -18,10 +18,7 @@ __exportStar(require("./VerifyMicrodepositRequest"), exports);
18
18
  __exportStar(require("./VerifyAccountSignupRequest"), exports);
19
19
  __exportStar(require("./GetSandboxPublicKey"), exports);
20
20
  __exportStar(require("./GetBankAccountSignupKey"), exports);
21
- __exportStar(require("./GetWithdrawalMethodCurrenciesResponse"), exports);
22
- __exportStar(require("./WithdrawalMethodCurrency"), exports);
23
21
  __exportStar(require("./WithdrawalMethodsRequest"), exports);
24
- __exportStar(require("./EditWithdrawalMethodResponse"), exports);
25
22
  __exportStar(require("./SingleWithdrawalMethodResponse"), exports);
26
23
  __exportStar(require("./WithdrawalMethodField"), exports);
27
24
  __exportStar(require("./WithdrawalMethodGroup"), exports);
@@ -32,7 +29,6 @@ __exportStar(require("./SaveWithdrawalMethodResponse"), exports);
32
29
  __exportStar(require("./DeleteWithdrawalMethodResponse"), exports);
33
30
  __exportStar(require("./InitiateWorkerWithdrawalRequest"), exports);
34
31
  __exportStar(require("./InitiateWorkerWithdrawalResponse"), exports);
35
- __exportStar(require("./GetCurrencyConversionResponse"), exports);
36
32
  __exportStar(require("./GetWorkerBalancesResponse"), exports);
37
33
  __exportStar(require("./WorkerBalance"), exports);
38
34
  __exportStar(require("./GetWorkerTransactionsResponse"), exports);
@@ -13,7 +13,7 @@ export declare class CompanyApi {
13
13
  protected readonly _options: CompanyApi.Options;
14
14
  constructor(_options: CompanyApi.Options);
15
15
  /**
16
- * Invite Contractor or Create Contract
16
+ * In Staging. Invite Contractor or Create Contract
17
17
  */
18
18
  inviteContractor(request: TheraApi.api.thera.company.InviteContractorReq): Promise<TheraApi.api.thera.company.InviteContractorResponse>;
19
19
  protected _getAuthorizationHeader(): Promise<string | undefined>;
@@ -49,7 +49,7 @@ class CompanyApi {
49
49
  this._options = _options;
50
50
  }
51
51
  /**
52
- * Invite Contractor or Create Contract
52
+ * In Staging. Invite Contractor or Create Contract
53
53
  */
54
54
  inviteContractor(request) {
55
55
  return __awaiter(this, void 0, void 0, function* () {
@@ -65,7 +65,7 @@ class CompanyApi {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
68
- "X-Fern-SDK-Version": "0.0.2242",
68
+ "X-Fern-SDK-Version": "0.0.2248",
69
69
  },
70
70
  contentType: "application/json",
71
71
  queryParameters: _queryParams,
@@ -5,10 +5,4 @@ export * from "./CreateEmployment";
5
5
  export * from "./CreateMilestoneDetails";
6
6
  export * from "./CreateMilestone";
7
7
  export * from "./InviteContractorResponse";
8
- export * from "./CreateCompanyRequest";
9
- export * from "./CompanyApiResponse";
10
- export * from "./CompanySettings";
11
- export * from "./SubscriptionPricing";
12
- export * from "./Flags";
13
- export * from "./W2Payroll";
14
- export * from "./PaymentMethodStatus";
8
+ export * from "./CompanyPayFrequency";
@@ -21,10 +21,4 @@ __exportStar(require("./CreateEmployment"), exports);
21
21
  __exportStar(require("./CreateMilestoneDetails"), exports);
22
22
  __exportStar(require("./CreateMilestone"), exports);
23
23
  __exportStar(require("./InviteContractorResponse"), exports);
24
- __exportStar(require("./CreateCompanyRequest"), exports);
25
- __exportStar(require("./CompanyApiResponse"), exports);
26
- __exportStar(require("./CompanySettings"), exports);
27
- __exportStar(require("./SubscriptionPricing"), exports);
28
- __exportStar(require("./Flags"), exports);
29
- __exportStar(require("./W2Payroll"), exports);
30
- __exportStar(require("./PaymentMethodStatus"), exports);
24
+ __exportStar(require("./CompanyPayFrequency"), exports);
@@ -59,7 +59,7 @@ class CompanyW2PayrollApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.2242",
62
+ "X-Fern-SDK-Version": "0.0.2248",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.company.OnboardW2PayrollRequest.jsonOrThrow(request, {
@@ -59,7 +59,7 @@ class DisbursementApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.2242",
62
+ "X-Fern-SDK-Version": "0.0.2248",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.disbursement.CreateDisbursementRequest.jsonOrThrow(request, {
@@ -103,7 +103,7 @@ class DisbursementApi {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
106
- "X-Fern-SDK-Version": "0.0.2242",
106
+ "X-Fern-SDK-Version": "0.0.2248",
107
107
  },
108
108
  contentType: "application/json",
109
109
  timeoutMs: 60000,
@@ -13,5 +13,4 @@ export interface CreateOnCycleInvoiceDetail {
13
13
  endDate: string;
14
14
  /** This represents the Submission Date or any selectable single date. Present if it's an one-off invoice */
15
15
  date?: string;
16
- description?: string;
17
16
  }
@@ -60,7 +60,7 @@ class DisbursementWebhookApi {
60
60
  Authorization: yield this._getAuthorizationHeader(),
61
61
  "X-Fern-Language": "JavaScript",
62
62
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
63
- "X-Fern-SDK-Version": "0.0.2242",
63
+ "X-Fern-SDK-Version": "0.0.2248",
64
64
  "Thera-Webhook-Signature-Header": theraWebhookSignatureHeader,
65
65
  },
66
66
  contentType: "application/json",
@@ -17,12 +17,8 @@ export declare class EmploymentApi {
17
17
  */
18
18
  estimateContract(request: TheraApi.api.thera.employment.CreateContractEstimateRequest): Promise<TheraApi.api.thera.employment.CreateContractEstimateResponse>;
19
19
  /**
20
- * DEPRECATED. Get Current Cycle for this contract
20
+ * Get Current Cycle for this contract
21
21
  */
22
- getCurrentPayCycle(contractId: string): Promise<TheraApi.api.thera.employment.GetPayCycleResponse>;
23
- /**
24
- * Get Cycle for this contract given a date
25
- */
26
- getPayCycle(contractId: string, baseDate: string): Promise<TheraApi.api.thera.employment.GetPayCycleResponse>;
22
+ getCurrentPayCycle(contractId: string): Promise<TheraApi.api.thera.employment.GetCurrentPayCycleResponse>;
27
23
  protected _getAuthorizationHeader(): Promise<string | undefined>;
28
24
  }
@@ -59,7 +59,7 @@ class EmploymentApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.2242",
62
+ "X-Fern-SDK-Version": "0.0.2248",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.employment.CreateContractEstimateRequest.jsonOrThrow(request, {
@@ -97,7 +97,7 @@ class EmploymentApi {
97
97
  });
98
98
  }
99
99
  /**
100
- * DEPRECATED. Get Current Cycle for this contract
100
+ * Get Current Cycle for this contract
101
101
  */
102
102
  getCurrentPayCycle(contractId) {
103
103
  return __awaiter(this, void 0, void 0, function* () {
@@ -108,59 +108,13 @@ class EmploymentApi {
108
108
  Authorization: yield this._getAuthorizationHeader(),
109
109
  "X-Fern-Language": "JavaScript",
110
110
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
111
- "X-Fern-SDK-Version": "0.0.2242",
111
+ "X-Fern-SDK-Version": "0.0.2248",
112
112
  },
113
113
  contentType: "application/json",
114
114
  timeoutMs: 60000,
115
115
  });
116
116
  if (_response.ok) {
117
- return yield serializers.api.thera.employment.GetPayCycleResponse.parseOrThrow(_response.body, {
118
- unrecognizedObjectKeys: "passthrough",
119
- allowUnrecognizedUnionMembers: true,
120
- allowUnrecognizedEnumValues: true,
121
- breadcrumbsPrefix: ["response"],
122
- });
123
- }
124
- if (_response.error.reason === "status-code") {
125
- throw new errors.TheraApiError({
126
- statusCode: _response.error.statusCode,
127
- body: _response.error.body,
128
- });
129
- }
130
- switch (_response.error.reason) {
131
- case "non-json":
132
- throw new errors.TheraApiError({
133
- statusCode: _response.error.statusCode,
134
- body: _response.error.rawBody,
135
- });
136
- case "timeout":
137
- throw new errors.TheraApiTimeoutError();
138
- case "unknown":
139
- throw new errors.TheraApiError({
140
- message: _response.error.errorMessage,
141
- });
142
- }
143
- });
144
- }
145
- /**
146
- * Get Cycle for this contract given a date
147
- */
148
- getPayCycle(contractId, baseDate) {
149
- return __awaiter(this, void 0, void 0, function* () {
150
- const _response = yield core.fetcher({
151
- url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `contracts/${contractId}/payCycle/${baseDate}`),
152
- method: "GET",
153
- headers: {
154
- Authorization: yield this._getAuthorizationHeader(),
155
- "X-Fern-Language": "JavaScript",
156
- "X-Fern-SDK-Name": "@thera-hr/api-sdk",
157
- "X-Fern-SDK-Version": "0.0.2242",
158
- },
159
- contentType: "application/json",
160
- timeoutMs: 60000,
161
- });
162
- if (_response.ok) {
163
- return yield serializers.api.thera.employment.GetPayCycleResponse.parseOrThrow(_response.body, {
117
+ return yield serializers.api.thera.employment.GetCurrentPayCycleResponse.parseOrThrow(_response.body, {
164
118
  unrecognizedObjectKeys: "passthrough",
165
119
  allowUnrecognizedUnionMembers: true,
166
120
  allowUnrecognizedEnumValues: true,
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as TheraApi from "../../../../../../../../..";
5
- export interface GetPayCycleResponse {
5
+ export interface GetCurrentPayCycleResponse {
6
6
  payCycle: TheraApi.api.thera.employment.PayCycleEstimate;
7
7
  }
@@ -1,4 +1,4 @@
1
- export * from "./GetPayCycleResponse";
1
+ export * from "./GetCurrentPayCycleResponse";
2
2
  export * from "./CreateContractEstimateRequest";
3
3
  export * from "./ContractEstimateRequest";
4
4
  export * from "./PayCycleEstimateRequest";
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./GetPayCycleResponse"), exports);
17
+ __exportStar(require("./GetCurrentPayCycleResponse"), exports);
18
18
  __exportStar(require("./CreateContractEstimateRequest"), exports);
19
19
  __exportStar(require("./ContractEstimateRequest"), exports);
20
20
  __exportStar(require("./PayCycleEstimateRequest"), exports);
@@ -4,4 +4,3 @@ export * as company from "./company";
4
4
  export * as disbursement from "./disbursement";
5
5
  export * as employment from "./employment";
6
6
  export * as payroll from "./payroll";
7
- export * as user from "./user";
@@ -23,11 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.user = exports.payroll = exports.employment = exports.disbursement = exports.company = exports.common = exports.bank = void 0;
26
+ exports.payroll = exports.employment = exports.disbursement = exports.company = exports.common = exports.bank = void 0;
27
27
  exports.bank = __importStar(require("./bank"));
28
28
  exports.common = __importStar(require("./common"));
29
29
  exports.company = __importStar(require("./company"));
30
30
  exports.disbursement = __importStar(require("./disbursement"));
31
31
  exports.employment = __importStar(require("./employment"));
32
32
  exports.payroll = __importStar(require("./payroll"));
33
- exports.user = __importStar(require("./user"));
@@ -59,7 +59,7 @@ class OncycleApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.2242",
62
+ "X-Fern-SDK-Version": "0.0.2248",
63
63
  },
64
64
  contentType: "application/json",
65
65
  timeoutMs: 60000,
@@ -1,11 +1,7 @@
1
- export * as company from "./company";
2
- export * from "./company/types";
3
1
  export * as document from "./document";
4
2
  export * from "./document/types";
5
3
  export * as employment from "./employment";
6
4
  export * from "./employment/types";
7
- export * as generic from "./generic";
8
- export * from "./generic/types";
9
5
  export * as payment from "./payment";
10
6
  export * as user from "./user";
11
7
  export * from "./user/types";
@@ -26,15 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.user = exports.payment = exports.generic = exports.employment = exports.document = exports.company = void 0;
30
- exports.company = __importStar(require("./company"));
31
- __exportStar(require("./company/types"), exports);
29
+ exports.user = exports.payment = exports.employment = exports.document = void 0;
32
30
  exports.document = __importStar(require("./document"));
33
31
  __exportStar(require("./document/types"), exports);
34
32
  exports.employment = __importStar(require("./employment"));
35
33
  __exportStar(require("./employment/types"), exports);
36
- exports.generic = __importStar(require("./generic"));
37
- __exportStar(require("./generic/types"), exports);
38
34
  exports.payment = __importStar(require("./payment"));
39
35
  exports.user = __importStar(require("./user"));
40
36
  __exportStar(require("./user/types"), exports);
@@ -11,10 +11,7 @@ export interface EmployeeInformation {
11
11
  complianceInformation: TheraApi.db.ComplianceInformation;
12
12
  w8BenFileS3Key: string;
13
13
  withdrawalMethods: Record<string, TheraApi.db.WithdrawalMethod>;
14
- preferredWithdrawalMethod: string;
15
14
  /** The Thera payment system that the user will using. 1 is Stripe Express, 2 is Payments V2 (Wise, etc.). This will match the `paymentsVersion` of the `Company` that invites the contractor to the platform. */
16
15
  paymentsVersion: number;
17
16
  settingsByCompanyId: Record<string, TheraApi.db.CompanySettings>;
18
- /** If null or empty list, means user doesn't have kyc info. */
19
- kycInformation: TheraApi.db.KycDocument[];
20
17
  }
@@ -3,11 +3,6 @@ export * from "./ComplianceDocument";
3
3
  export * from "./ComplianceInformation";
4
4
  export * from "./EmployeeOnboardingStatus";
5
5
  export * from "./EmployeeInformation";
6
- export * from "./KycDocumentType";
7
- export * from "./KycDocument";
8
- export * from "./KycDocumentFile";
9
- export * from "./AiPriseVerificationResult";
10
- export * from "./AiPriseVerificationStatus";
11
6
  export * from "./CompanySettings";
12
7
  export * from "./WithdrawalMethod";
13
8
  export * from "./BankTransfer";
@@ -19,11 +19,6 @@ __exportStar(require("./ComplianceDocument"), exports);
19
19
  __exportStar(require("./ComplianceInformation"), exports);
20
20
  __exportStar(require("./EmployeeOnboardingStatus"), exports);
21
21
  __exportStar(require("./EmployeeInformation"), exports);
22
- __exportStar(require("./KycDocumentType"), exports);
23
- __exportStar(require("./KycDocument"), exports);
24
- __exportStar(require("./KycDocumentFile"), exports);
25
- __exportStar(require("./AiPriseVerificationResult"), exports);
26
- __exportStar(require("./AiPriseVerificationStatus"), exports);
27
22
  __exportStar(require("./CompanySettings"), exports);
28
23
  __exportStar(require("./WithdrawalMethod"), exports);
29
24
  __exportStar(require("./BankTransfer"), exports);
@@ -1,4 +1,3 @@
1
- export * as aiprise from "./aiprise";
2
1
  export * as request from "./request";
3
2
  export * as response from "./response";
4
3
  export * as services from "./services";
@@ -23,8 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.zeal = exports.thera = exports.test = exports.services = exports.response = exports.request = exports.aiprise = void 0;
27
- exports.aiprise = __importStar(require("./aiprise"));
26
+ exports.zeal = exports.thera = exports.test = exports.services = exports.response = exports.request = void 0;
28
27
  exports.request = __importStar(require("./request"));
29
28
  exports.response = __importStar(require("./response"));
30
29
  exports.services = __importStar(require("./services"));
@@ -1,2 +1 @@
1
1
  export * as getSupportedWithdrawalMethods from "./getSupportedWithdrawalMethods";
2
- export * from "./requests";
@@ -22,10 +22,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
22
22
  __setModuleDefault(result, mod);
23
23
  return result;
24
24
  };
25
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
- };
28
25
  Object.defineProperty(exports, "__esModule", { value: true });
29
26
  exports.getSupportedWithdrawalMethods = void 0;
30
27
  exports.getSupportedWithdrawalMethods = __importStar(require("./getSupportedWithdrawalMethods"));
31
- __exportStar(require("./requests"), exports);
@@ -13,6 +13,5 @@ export declare namespace WithdrawalMethodsRequest {
13
13
  type?: string | null;
14
14
  title?: string | null;
15
15
  details: Record<string, string>;
16
- preferred: boolean;
17
16
  }
18
17
  }
@@ -44,5 +44,4 @@ exports.WithdrawalMethodsRequest = core.serialization.object({
44
44
  type: core.serialization.string().optional(),
45
45
  title: core.serialization.string().optional(),
46
46
  details: core.serialization.record(core.serialization.string(), core.serialization.string()),
47
- preferred: core.serialization.boolean(),
48
47
  });
@@ -12,7 +12,5 @@ export declare namespace WorkerTransaction {
12
12
  currency: string;
13
13
  timestamp: string;
14
14
  status: serializers.api.thera.bank.WorkerTransactionStatus.Raw;
15
- convertedAmount?: number | null;
16
- convertedCurrency?: string | null;
17
15
  }
18
16
  }
@@ -43,6 +43,4 @@ exports.WorkerTransaction = core.serialization.object({
43
43
  currency: core.serialization.string(),
44
44
  timestamp: core.serialization.date(),
45
45
  status: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.bank.WorkerTransactionStatus; })),
46
- convertedAmount: core.serialization.number().optional(),
47
- convertedCurrency: core.serialization.string().optional(),
48
46
  });
@@ -2,10 +2,7 @@ export * from "./VerifyMicrodepositRequest";
2
2
  export * from "./VerifyAccountSignupRequest";
3
3
  export * from "./GetSandboxPublicKey";
4
4
  export * from "./GetBankAccountSignupKey";
5
- export * from "./GetWithdrawalMethodCurrenciesResponse";
6
- export * from "./WithdrawalMethodCurrency";
7
5
  export * from "./WithdrawalMethodsRequest";
8
- export * from "./EditWithdrawalMethodResponse";
9
6
  export * from "./SingleWithdrawalMethodResponse";
10
7
  export * from "./WithdrawalMethodField";
11
8
  export * from "./WithdrawalMethodGroup";
@@ -16,7 +13,6 @@ export * from "./SaveWithdrawalMethodResponse";
16
13
  export * from "./DeleteWithdrawalMethodResponse";
17
14
  export * from "./InitiateWorkerWithdrawalRequest";
18
15
  export * from "./InitiateWorkerWithdrawalResponse";
19
- export * from "./GetCurrencyConversionResponse";
20
16
  export * from "./GetWorkerBalancesResponse";
21
17
  export * from "./WorkerBalance";
22
18
  export * from "./GetWorkerTransactionsResponse";
@@ -18,10 +18,7 @@ __exportStar(require("./VerifyMicrodepositRequest"), exports);
18
18
  __exportStar(require("./VerifyAccountSignupRequest"), exports);
19
19
  __exportStar(require("./GetSandboxPublicKey"), exports);
20
20
  __exportStar(require("./GetBankAccountSignupKey"), exports);
21
- __exportStar(require("./GetWithdrawalMethodCurrenciesResponse"), exports);
22
- __exportStar(require("./WithdrawalMethodCurrency"), exports);
23
21
  __exportStar(require("./WithdrawalMethodsRequest"), exports);
24
- __exportStar(require("./EditWithdrawalMethodResponse"), exports);
25
22
  __exportStar(require("./SingleWithdrawalMethodResponse"), exports);
26
23
  __exportStar(require("./WithdrawalMethodField"), exports);
27
24
  __exportStar(require("./WithdrawalMethodGroup"), exports);
@@ -32,7 +29,6 @@ __exportStar(require("./SaveWithdrawalMethodResponse"), exports);
32
29
  __exportStar(require("./DeleteWithdrawalMethodResponse"), exports);
33
30
  __exportStar(require("./InitiateWorkerWithdrawalRequest"), exports);
34
31
  __exportStar(require("./InitiateWorkerWithdrawalResponse"), exports);
35
- __exportStar(require("./GetCurrencyConversionResponse"), exports);
36
32
  __exportStar(require("./GetWorkerBalancesResponse"), exports);
37
33
  __exportStar(require("./WorkerBalance"), exports);
38
34
  __exportStar(require("./GetWorkerTransactionsResponse"), exports);
@@ -1,3 +1,2 @@
1
1
  export * as bankApi from "./bankApi";
2
2
  export * from "./bankApi/types";
3
- export * from "./bankApi/client/requests";
@@ -29,4 +29,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.bankApi = void 0;
30
30
  exports.bankApi = __importStar(require("./bankApi"));
31
31
  __exportStar(require("./bankApi/types"), exports);
32
- __exportStar(require("./bankApi/client/requests"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../../../../..";
5
+ import * as TheraApi from "../../../../../../../../../../api";
6
+ import * as core from "../../../../../../../../../../core";
7
+ export declare const CompanyPayFrequency: core.serialization.Schema<serializers.api.thera.company.CompanyPayFrequency.Raw, TheraApi.api.thera.company.CompanyPayFrequency>;
8
+ export declare namespace CompanyPayFrequency {
9
+ type Raw = "weekly" | "biweekly" | "semimonthly" | "monthly";
10
+ }
@@ -27,5 +27,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.CompanyPayFrequency = void 0;
30
- const core = __importStar(require("../../../../../../core"));
30
+ const core = __importStar(require("../../../../../../../../../../core"));
31
31
  exports.CompanyPayFrequency = core.serialization.enum_(["weekly", "biweekly", "semimonthly", "monthly"]);
@@ -5,10 +5,4 @@ export * from "./CreateEmployment";
5
5
  export * from "./CreateMilestoneDetails";
6
6
  export * from "./CreateMilestone";
7
7
  export * from "./InviteContractorResponse";
8
- export * from "./CreateCompanyRequest";
9
- export * from "./CompanyApiResponse";
10
- export * from "./CompanySettings";
11
- export * from "./SubscriptionPricing";
12
- export * from "./Flags";
13
- export * from "./W2Payroll";
14
- export * from "./PaymentMethodStatus";
8
+ export * from "./CompanyPayFrequency";
@@ -21,10 +21,4 @@ __exportStar(require("./CreateEmployment"), exports);
21
21
  __exportStar(require("./CreateMilestoneDetails"), exports);
22
22
  __exportStar(require("./CreateMilestone"), exports);
23
23
  __exportStar(require("./InviteContractorResponse"), exports);
24
- __exportStar(require("./CreateCompanyRequest"), exports);
25
- __exportStar(require("./CompanyApiResponse"), exports);
26
- __exportStar(require("./CompanySettings"), exports);
27
- __exportStar(require("./SubscriptionPricing"), exports);
28
- __exportStar(require("./Flags"), exports);
29
- __exportStar(require("./W2Payroll"), exports);
30
- __exportStar(require("./PaymentMethodStatus"), exports);
24
+ __exportStar(require("./CompanyPayFrequency"), exports);
@@ -13,6 +13,5 @@ export declare namespace CreateOnCycleInvoiceDetail {
13
13
  startDate: string;
14
14
  endDate: string;
15
15
  date?: string | null;
16
- description?: string | null;
17
16
  }
18
17
  }
@@ -46,5 +46,4 @@ exports.CreateOnCycleInvoiceDetail = core.serialization.object({
46
46
  startDate: core.serialization.string(),
47
47
  endDate: core.serialization.string(),
48
48
  date: core.serialization.string().optional(),
49
- description: core.serialization.string().optional(),
50
49
  });
@@ -4,8 +4,8 @@
4
4
  import * as serializers from "../../../../../../../../..";
5
5
  import * as TheraApi from "../../../../../../../../../../api";
6
6
  import * as core from "../../../../../../../../../../core";
7
- export declare const GetPayCycleResponse: core.serialization.ObjectSchema<serializers.api.thera.employment.GetPayCycleResponse.Raw, TheraApi.api.thera.employment.GetPayCycleResponse>;
8
- export declare namespace GetPayCycleResponse {
7
+ export declare const GetCurrentPayCycleResponse: core.serialization.ObjectSchema<serializers.api.thera.employment.GetCurrentPayCycleResponse.Raw, TheraApi.api.thera.employment.GetCurrentPayCycleResponse>;
8
+ export declare namespace GetCurrentPayCycleResponse {
9
9
  interface Raw {
10
10
  payCycle: serializers.api.thera.employment.PayCycleEstimate.Raw;
11
11
  }
@@ -35,8 +35,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35
35
  });
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.GetPayCycleResponse = void 0;
38
+ exports.GetCurrentPayCycleResponse = void 0;
39
39
  const core = __importStar(require("../../../../../../../../../../core"));
40
- exports.GetPayCycleResponse = core.serialization.object({
40
+ exports.GetCurrentPayCycleResponse = core.serialization.object({
41
41
  payCycle: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.employment.PayCycleEstimate; })),
42
42
  });
@@ -1,4 +1,4 @@
1
- export * from "./GetPayCycleResponse";
1
+ export * from "./GetCurrentPayCycleResponse";
2
2
  export * from "./CreateContractEstimateRequest";
3
3
  export * from "./ContractEstimateRequest";
4
4
  export * from "./PayCycleEstimateRequest";
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./GetPayCycleResponse"), exports);
17
+ __exportStar(require("./GetCurrentPayCycleResponse"), exports);
18
18
  __exportStar(require("./CreateContractEstimateRequest"), exports);
19
19
  __exportStar(require("./ContractEstimateRequest"), exports);
20
20
  __exportStar(require("./PayCycleEstimateRequest"), exports);