@kombo-api/sdk 0.1.1

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 (1370) hide show
  1. package/FUNCTIONS.md +87 -0
  2. package/README.md +737 -0
  3. package/RUNTIMES.md +48 -0
  4. package/docs/sdks/assessment/README.md +462 -0
  5. package/docs/sdks/ats/README.md +2513 -0
  6. package/docs/sdks/connect/README.md +191 -0
  7. package/docs/sdks/general/README.md +1038 -0
  8. package/docs/sdks/hris/README.md +1559 -0
  9. package/esm/core.d.ts +10 -0
  10. package/esm/core.d.ts.map +1 -0
  11. package/esm/core.js +13 -0
  12. package/esm/core.js.map +1 -0
  13. package/esm/funcs/assessmentGetOpenOrders.d.ts +21 -0
  14. package/esm/funcs/assessmentGetOpenOrders.d.ts.map +1 -0
  15. package/esm/funcs/assessmentGetOpenOrders.js +114 -0
  16. package/esm/funcs/assessmentGetOpenOrders.js.map +1 -0
  17. package/esm/funcs/assessmentGetPackages.d.ts +21 -0
  18. package/esm/funcs/assessmentGetPackages.d.ts.map +1 -0
  19. package/esm/funcs/assessmentGetPackages.js +76 -0
  20. package/esm/funcs/assessmentGetPackages.js.map +1 -0
  21. package/esm/funcs/assessmentSetPackages.d.ts +43 -0
  22. package/esm/funcs/assessmentSetPackages.d.ts.map +1 -0
  23. package/esm/funcs/assessmentSetPackages.js +108 -0
  24. package/esm/funcs/assessmentSetPackages.js.map +1 -0
  25. package/esm/funcs/assessmentUpdateOrderResult.d.ts +55 -0
  26. package/esm/funcs/assessmentUpdateOrderResult.d.ts.map +1 -0
  27. package/esm/funcs/assessmentUpdateOrderResult.js +125 -0
  28. package/esm/funcs/assessmentUpdateOrderResult.js.map +1 -0
  29. package/esm/funcs/atsAddApplicationAttachment.d.ts +42 -0
  30. package/esm/funcs/atsAddApplicationAttachment.d.ts.map +1 -0
  31. package/esm/funcs/atsAddApplicationAttachment.js +116 -0
  32. package/esm/funcs/atsAddApplicationAttachment.js.map +1 -0
  33. package/esm/funcs/atsAddApplicationNote.d.ts +35 -0
  34. package/esm/funcs/atsAddApplicationNote.d.ts.map +1 -0
  35. package/esm/funcs/atsAddApplicationNote.js +108 -0
  36. package/esm/funcs/atsAddApplicationNote.js.map +1 -0
  37. package/esm/funcs/atsAddApplicationResultLink.d.ts +49 -0
  38. package/esm/funcs/atsAddApplicationResultLink.d.ts.map +1 -0
  39. package/esm/funcs/atsAddApplicationResultLink.js +123 -0
  40. package/esm/funcs/atsAddApplicationResultLink.js.map +1 -0
  41. package/esm/funcs/atsAddCandidateAttachment.d.ts +43 -0
  42. package/esm/funcs/atsAddCandidateAttachment.d.ts.map +1 -0
  43. package/esm/funcs/atsAddCandidateAttachment.js +116 -0
  44. package/esm/funcs/atsAddCandidateAttachment.js.map +1 -0
  45. package/esm/funcs/atsAddCandidateResultLink.d.ts +53 -0
  46. package/esm/funcs/atsAddCandidateResultLink.d.ts.map +1 -0
  47. package/esm/funcs/atsAddCandidateResultLink.js +126 -0
  48. package/esm/funcs/atsAddCandidateResultLink.js.map +1 -0
  49. package/esm/funcs/atsAddCandidateTag.d.ts +35 -0
  50. package/esm/funcs/atsAddCandidateTag.d.ts.map +1 -0
  51. package/esm/funcs/atsAddCandidateTag.js +106 -0
  52. package/esm/funcs/atsAddCandidateTag.js.map +1 -0
  53. package/esm/funcs/atsCreateApplication.d.ts +80 -0
  54. package/esm/funcs/atsCreateApplication.d.ts.map +1 -0
  55. package/esm/funcs/atsCreateApplication.js +151 -0
  56. package/esm/funcs/atsCreateApplication.js.map +1 -0
  57. package/esm/funcs/atsCreateCandidate.d.ts +91 -0
  58. package/esm/funcs/atsCreateCandidate.d.ts.map +1 -0
  59. package/esm/funcs/atsCreateCandidate.js +156 -0
  60. package/esm/funcs/atsCreateCandidate.js.map +1 -0
  61. package/esm/funcs/atsGetApplicationAttachments.d.ts +25 -0
  62. package/esm/funcs/atsGetApplicationAttachments.d.ts.map +1 -0
  63. package/esm/funcs/atsGetApplicationAttachments.js +97 -0
  64. package/esm/funcs/atsGetApplicationAttachments.js.map +1 -0
  65. package/esm/funcs/atsGetApplicationStages.d.ts +33 -0
  66. package/esm/funcs/atsGetApplicationStages.d.ts.map +1 -0
  67. package/esm/funcs/atsGetApplicationStages.js +131 -0
  68. package/esm/funcs/atsGetApplicationStages.js.map +1 -0
  69. package/esm/funcs/atsGetApplications.d.ts +30 -0
  70. package/esm/funcs/atsGetApplications.d.ts.map +1 -0
  71. package/esm/funcs/atsGetApplications.js +133 -0
  72. package/esm/funcs/atsGetApplications.js.map +1 -0
  73. package/esm/funcs/atsGetCandidateAttachments.d.ts +23 -0
  74. package/esm/funcs/atsGetCandidateAttachments.d.ts.map +1 -0
  75. package/esm/funcs/atsGetCandidateAttachments.js +95 -0
  76. package/esm/funcs/atsGetCandidateAttachments.js.map +1 -0
  77. package/esm/funcs/atsGetCandidates.d.ts +23 -0
  78. package/esm/funcs/atsGetCandidates.d.ts.map +1 -0
  79. package/esm/funcs/atsGetCandidates.js +125 -0
  80. package/esm/funcs/atsGetCandidates.js.map +1 -0
  81. package/esm/funcs/atsGetInterviews.d.ts +23 -0
  82. package/esm/funcs/atsGetInterviews.d.ts.map +1 -0
  83. package/esm/funcs/atsGetInterviews.js +122 -0
  84. package/esm/funcs/atsGetInterviews.js.map +1 -0
  85. package/esm/funcs/atsGetJobs.d.ts +31 -0
  86. package/esm/funcs/atsGetJobs.d.ts.map +1 -0
  87. package/esm/funcs/atsGetJobs.js +134 -0
  88. package/esm/funcs/atsGetJobs.js.map +1 -0
  89. package/esm/funcs/atsGetOffers.d.ts +23 -0
  90. package/esm/funcs/atsGetOffers.d.ts.map +1 -0
  91. package/esm/funcs/atsGetOffers.js +121 -0
  92. package/esm/funcs/atsGetOffers.js.map +1 -0
  93. package/esm/funcs/atsGetRejectionReasons.d.ts +25 -0
  94. package/esm/funcs/atsGetRejectionReasons.d.ts.map +1 -0
  95. package/esm/funcs/atsGetRejectionReasons.js +123 -0
  96. package/esm/funcs/atsGetRejectionReasons.js.map +1 -0
  97. package/esm/funcs/atsGetTags.d.ts +23 -0
  98. package/esm/funcs/atsGetTags.d.ts.map +1 -0
  99. package/esm/funcs/atsGetTags.js +119 -0
  100. package/esm/funcs/atsGetTags.js.map +1 -0
  101. package/esm/funcs/atsGetUsers.d.ts +23 -0
  102. package/esm/funcs/atsGetUsers.d.ts.map +1 -0
  103. package/esm/funcs/atsGetUsers.js +122 -0
  104. package/esm/funcs/atsGetUsers.js.map +1 -0
  105. package/esm/funcs/atsImportTrackedApplication.d.ts +36 -0
  106. package/esm/funcs/atsImportTrackedApplication.d.ts.map +1 -0
  107. package/esm/funcs/atsImportTrackedApplication.js +101 -0
  108. package/esm/funcs/atsImportTrackedApplication.js.map +1 -0
  109. package/esm/funcs/atsMoveApplicationToStage.d.ts +31 -0
  110. package/esm/funcs/atsMoveApplicationToStage.d.ts.map +1 -0
  111. package/esm/funcs/atsMoveApplicationToStage.js +103 -0
  112. package/esm/funcs/atsMoveApplicationToStage.js.map +1 -0
  113. package/esm/funcs/atsRejectApplication.d.ts +35 -0
  114. package/esm/funcs/atsRejectApplication.d.ts.map +1 -0
  115. package/esm/funcs/atsRejectApplication.js +108 -0
  116. package/esm/funcs/atsRejectApplication.js.map +1 -0
  117. package/esm/funcs/atsRemoveCandidateTag.d.ts +35 -0
  118. package/esm/funcs/atsRemoveCandidateTag.d.ts.map +1 -0
  119. package/esm/funcs/atsRemoveCandidateTag.js +106 -0
  120. package/esm/funcs/atsRemoveCandidateTag.js.map +1 -0
  121. package/esm/funcs/connectCreateConnectionLink.d.ts +36 -0
  122. package/esm/funcs/connectCreateConnectionLink.d.ts.map +1 -0
  123. package/esm/funcs/connectCreateConnectionLink.js +100 -0
  124. package/esm/funcs/connectCreateConnectionLink.js.map +1 -0
  125. package/esm/funcs/connectGetIntegrationByToken.d.ts +29 -0
  126. package/esm/funcs/connectGetIntegrationByToken.d.ts.map +1 -0
  127. package/esm/funcs/connectGetIntegrationByToken.js +98 -0
  128. package/esm/funcs/connectGetIntegrationByToken.js.map +1 -0
  129. package/esm/funcs/generalCheckApiKey.d.ts +18 -0
  130. package/esm/funcs/generalCheckApiKey.d.ts.map +1 -0
  131. package/esm/funcs/generalCheckApiKey.js +72 -0
  132. package/esm/funcs/generalCheckApiKey.js.map +1 -0
  133. package/esm/funcs/generalCreateReconnectionLink.d.ts +31 -0
  134. package/esm/funcs/generalCreateReconnectionLink.d.ts.map +1 -0
  135. package/esm/funcs/generalCreateReconnectionLink.js +102 -0
  136. package/esm/funcs/generalCreateReconnectionLink.js.map +1 -0
  137. package/esm/funcs/generalDeleteIntegration.d.ts +20 -0
  138. package/esm/funcs/generalDeleteIntegration.d.ts.map +1 -0
  139. package/esm/funcs/generalDeleteIntegration.js +90 -0
  140. package/esm/funcs/generalDeleteIntegration.js.map +1 -0
  141. package/esm/funcs/generalGetCustomFields.d.ts +22 -0
  142. package/esm/funcs/generalGetCustomFields.d.ts.map +1 -0
  143. package/esm/funcs/generalGetCustomFields.js +119 -0
  144. package/esm/funcs/generalGetCustomFields.js.map +1 -0
  145. package/esm/funcs/generalGetIntegrationDetails.d.ts +19 -0
  146. package/esm/funcs/generalGetIntegrationDetails.d.ts.map +1 -0
  147. package/esm/funcs/generalGetIntegrationDetails.js +88 -0
  148. package/esm/funcs/generalGetIntegrationDetails.js.map +1 -0
  149. package/esm/funcs/generalGetIntegrationFields.d.ts +22 -0
  150. package/esm/funcs/generalGetIntegrationFields.d.ts.map +1 -0
  151. package/esm/funcs/generalGetIntegrationFields.js +121 -0
  152. package/esm/funcs/generalGetIntegrationFields.js.map +1 -0
  153. package/esm/funcs/generalGetTools.d.ts +20 -0
  154. package/esm/funcs/generalGetTools.d.ts.map +1 -0
  155. package/esm/funcs/generalGetTools.js +89 -0
  156. package/esm/funcs/generalGetTools.js.map +1 -0
  157. package/esm/funcs/generalSendPassthroughRequest.d.ts +170 -0
  158. package/esm/funcs/generalSendPassthroughRequest.d.ts.map +1 -0
  159. package/esm/funcs/generalSendPassthroughRequest.js +247 -0
  160. package/esm/funcs/generalSendPassthroughRequest.js.map +1 -0
  161. package/esm/funcs/generalTriggerSync.d.ts +20 -0
  162. package/esm/funcs/generalTriggerSync.d.ts.map +1 -0
  163. package/esm/funcs/generalTriggerSync.js +85 -0
  164. package/esm/funcs/generalTriggerSync.js.map +1 -0
  165. package/esm/funcs/generalUpdateCustomFieldMapping.d.ts +19 -0
  166. package/esm/funcs/generalUpdateCustomFieldMapping.d.ts.map +1 -0
  167. package/esm/funcs/generalUpdateCustomFieldMapping.js +96 -0
  168. package/esm/funcs/generalUpdateCustomFieldMapping.js.map +1 -0
  169. package/esm/funcs/generalUpdateIntegrationField.d.ts +19 -0
  170. package/esm/funcs/generalUpdateIntegrationField.d.ts.map +1 -0
  171. package/esm/funcs/generalUpdateIntegrationField.js +94 -0
  172. package/esm/funcs/generalUpdateIntegrationField.js.map +1 -0
  173. package/esm/funcs/hrisAddEmployeeDocument.d.ts +36 -0
  174. package/esm/funcs/hrisAddEmployeeDocument.d.ts.map +1 -0
  175. package/esm/funcs/hrisAddEmployeeDocument.js +108 -0
  176. package/esm/funcs/hrisAddEmployeeDocument.js.map +1 -0
  177. package/esm/funcs/hrisCreateAbsence.d.ts +40 -0
  178. package/esm/funcs/hrisCreateAbsence.d.ts.map +1 -0
  179. package/esm/funcs/hrisCreateAbsence.js +105 -0
  180. package/esm/funcs/hrisCreateAbsence.js.map +1 -0
  181. package/esm/funcs/hrisCreateEmployeeWithForm.d.ts +41 -0
  182. package/esm/funcs/hrisCreateEmployeeWithForm.d.ts.map +1 -0
  183. package/esm/funcs/hrisCreateEmployeeWithForm.js +108 -0
  184. package/esm/funcs/hrisCreateEmployeeWithForm.js.map +1 -0
  185. package/esm/funcs/hrisDeleteAbsence.d.ts +31 -0
  186. package/esm/funcs/hrisDeleteAbsence.d.ts.map +1 -0
  187. package/esm/funcs/hrisDeleteAbsence.js +102 -0
  188. package/esm/funcs/hrisDeleteAbsence.js.map +1 -0
  189. package/esm/funcs/hrisGetAbsenceTypes.d.ts +23 -0
  190. package/esm/funcs/hrisGetAbsenceTypes.d.ts.map +1 -0
  191. package/esm/funcs/hrisGetAbsenceTypes.js +121 -0
  192. package/esm/funcs/hrisGetAbsenceTypes.js.map +1 -0
  193. package/esm/funcs/hrisGetAbsences.d.ts +23 -0
  194. package/esm/funcs/hrisGetAbsences.d.ts.map +1 -0
  195. package/esm/funcs/hrisGetAbsences.js +125 -0
  196. package/esm/funcs/hrisGetAbsences.js.map +1 -0
  197. package/esm/funcs/hrisGetEmployeeDocumentCategories.d.ts +23 -0
  198. package/esm/funcs/hrisGetEmployeeDocumentCategories.d.ts.map +1 -0
  199. package/esm/funcs/hrisGetEmployeeDocumentCategories.js +120 -0
  200. package/esm/funcs/hrisGetEmployeeDocumentCategories.js.map +1 -0
  201. package/esm/funcs/hrisGetEmployeeForm.d.ts +96 -0
  202. package/esm/funcs/hrisGetEmployeeForm.d.ts.map +1 -0
  203. package/esm/funcs/hrisGetEmployeeForm.js +151 -0
  204. package/esm/funcs/hrisGetEmployeeForm.js.map +1 -0
  205. package/esm/funcs/hrisGetEmployees.d.ts +25 -0
  206. package/esm/funcs/hrisGetEmployees.d.ts.map +1 -0
  207. package/esm/funcs/hrisGetEmployees.js +130 -0
  208. package/esm/funcs/hrisGetEmployees.js.map +1 -0
  209. package/esm/funcs/hrisGetEmployments.d.ts +23 -0
  210. package/esm/funcs/hrisGetEmployments.d.ts.map +1 -0
  211. package/esm/funcs/hrisGetEmployments.js +121 -0
  212. package/esm/funcs/hrisGetEmployments.js.map +1 -0
  213. package/esm/funcs/hrisGetGroups.d.ts +23 -0
  214. package/esm/funcs/hrisGetGroups.d.ts.map +1 -0
  215. package/esm/funcs/hrisGetGroups.js +123 -0
  216. package/esm/funcs/hrisGetGroups.js.map +1 -0
  217. package/esm/funcs/hrisGetLegalEntities.d.ts +23 -0
  218. package/esm/funcs/hrisGetLegalEntities.d.ts.map +1 -0
  219. package/esm/funcs/hrisGetLegalEntities.js +122 -0
  220. package/esm/funcs/hrisGetLegalEntities.js.map +1 -0
  221. package/esm/funcs/hrisGetLocations.d.ts +23 -0
  222. package/esm/funcs/hrisGetLocations.d.ts.map +1 -0
  223. package/esm/funcs/hrisGetLocations.js +122 -0
  224. package/esm/funcs/hrisGetLocations.js.map +1 -0
  225. package/esm/funcs/hrisGetPerformanceReviewCycles.d.ts +27 -0
  226. package/esm/funcs/hrisGetPerformanceReviewCycles.d.ts.map +1 -0
  227. package/esm/funcs/hrisGetPerformanceReviewCycles.js +124 -0
  228. package/esm/funcs/hrisGetPerformanceReviewCycles.js.map +1 -0
  229. package/esm/funcs/hrisGetPerformanceReviews.d.ts +27 -0
  230. package/esm/funcs/hrisGetPerformanceReviews.d.ts.map +1 -0
  231. package/esm/funcs/hrisGetPerformanceReviews.js +129 -0
  232. package/esm/funcs/hrisGetPerformanceReviews.js.map +1 -0
  233. package/esm/funcs/hrisGetTimeOffBalances.d.ts +23 -0
  234. package/esm/funcs/hrisGetTimeOffBalances.d.ts.map +1 -0
  235. package/esm/funcs/hrisGetTimeOffBalances.js +122 -0
  236. package/esm/funcs/hrisGetTimeOffBalances.js.map +1 -0
  237. package/esm/funcs/hrisGetTimesheets.d.ts +29 -0
  238. package/esm/funcs/hrisGetTimesheets.d.ts.map +1 -0
  239. package/esm/funcs/hrisGetTimesheets.js +132 -0
  240. package/esm/funcs/hrisGetTimesheets.js.map +1 -0
  241. package/esm/hooks/hooks.d.ts +25 -0
  242. package/esm/hooks/hooks.d.ts.map +1 -0
  243. package/esm/hooks/hooks.js +82 -0
  244. package/esm/hooks/hooks.js.map +1 -0
  245. package/esm/hooks/index.d.ts +3 -0
  246. package/esm/hooks/index.d.ts.map +1 -0
  247. package/esm/hooks/index.js +6 -0
  248. package/esm/hooks/index.js.map +1 -0
  249. package/esm/hooks/registration.d.ts +3 -0
  250. package/esm/hooks/registration.d.ts.map +1 -0
  251. package/esm/hooks/registration.js +12 -0
  252. package/esm/hooks/registration.js.map +1 -0
  253. package/esm/hooks/types.d.ts +78 -0
  254. package/esm/hooks/types.d.ts.map +1 -0
  255. package/esm/hooks/types.js +5 -0
  256. package/esm/hooks/types.js.map +1 -0
  257. package/esm/index.d.ts +6 -0
  258. package/esm/index.d.ts.map +1 -0
  259. package/esm/index.js +8 -0
  260. package/esm/index.js.map +1 -0
  261. package/esm/lib/base64.d.ts +10 -0
  262. package/esm/lib/base64.d.ts.map +1 -0
  263. package/esm/lib/base64.js +29 -0
  264. package/esm/lib/base64.js.map +1 -0
  265. package/esm/lib/config.d.ts +53 -0
  266. package/esm/lib/config.d.ts.map +1 -0
  267. package/esm/lib/config.js +37 -0
  268. package/esm/lib/config.js.map +1 -0
  269. package/esm/lib/dlv.d.ts +14 -0
  270. package/esm/lib/dlv.d.ts.map +1 -0
  271. package/esm/lib/dlv.js +46 -0
  272. package/esm/lib/dlv.js.map +1 -0
  273. package/esm/lib/encodings.d.ts +52 -0
  274. package/esm/lib/encodings.d.ts.map +1 -0
  275. package/esm/lib/encodings.js +354 -0
  276. package/esm/lib/encodings.js.map +1 -0
  277. package/esm/lib/files.d.ts +13 -0
  278. package/esm/lib/files.d.ts.map +1 -0
  279. package/esm/lib/files.js +73 -0
  280. package/esm/lib/files.js.map +1 -0
  281. package/esm/lib/http.d.ts +67 -0
  282. package/esm/lib/http.d.ts.map +1 -0
  283. package/esm/lib/http.js +207 -0
  284. package/esm/lib/http.js.map +1 -0
  285. package/esm/lib/is-plain-object.d.ts +2 -0
  286. package/esm/lib/is-plain-object.d.ts.map +1 -0
  287. package/esm/lib/is-plain-object.js +38 -0
  288. package/esm/lib/is-plain-object.js.map +1 -0
  289. package/esm/lib/logger.d.ts +6 -0
  290. package/esm/lib/logger.d.ts.map +1 -0
  291. package/esm/lib/logger.js +5 -0
  292. package/esm/lib/logger.js.map +1 -0
  293. package/esm/lib/matchers.d.ts +59 -0
  294. package/esm/lib/matchers.d.ts.map +1 -0
  295. package/esm/lib/matchers.js +203 -0
  296. package/esm/lib/matchers.js.map +1 -0
  297. package/esm/lib/primitives.d.ts +26 -0
  298. package/esm/lib/primitives.d.ts.map +1 -0
  299. package/esm/lib/primitives.js +103 -0
  300. package/esm/lib/primitives.js.map +1 -0
  301. package/esm/lib/retries.d.ts +38 -0
  302. package/esm/lib/retries.d.ts.map +1 -0
  303. package/esm/lib/retries.js +147 -0
  304. package/esm/lib/retries.js.map +1 -0
  305. package/esm/lib/schemas.d.ts +19 -0
  306. package/esm/lib/schemas.d.ts.map +1 -0
  307. package/esm/lib/schemas.js +57 -0
  308. package/esm/lib/schemas.js.map +1 -0
  309. package/esm/lib/sdks.d.ts +63 -0
  310. package/esm/lib/sdks.d.ts.map +1 -0
  311. package/esm/lib/sdks.js +265 -0
  312. package/esm/lib/sdks.js.map +1 -0
  313. package/esm/lib/security.d.ts +83 -0
  314. package/esm/lib/security.d.ts.map +1 -0
  315. package/esm/lib/security.js +136 -0
  316. package/esm/lib/security.js.map +1 -0
  317. package/esm/lib/url.d.ts +5 -0
  318. package/esm/lib/url.d.ts.map +1 -0
  319. package/esm/lib/url.js +22 -0
  320. package/esm/lib/url.js.map +1 -0
  321. package/esm/models/assessmentorderreceivedwebhookpayload.d.ts +416 -0
  322. package/esm/models/assessmentorderreceivedwebhookpayload.d.ts.map +1 -0
  323. package/esm/models/assessmentorderreceivedwebhookpayload.js +297 -0
  324. package/esm/models/assessmentorderreceivedwebhookpayload.js.map +1 -0
  325. package/esm/models/connectionflowfailedwebhookpayload.d.ts +186 -0
  326. package/esm/models/connectionflowfailedwebhookpayload.d.ts.map +1 -0
  327. package/esm/models/connectionflowfailedwebhookpayload.js +139 -0
  328. package/esm/models/connectionflowfailedwebhookpayload.js.map +1 -0
  329. package/esm/models/datachangedwebhookpayload.d.ts +288 -0
  330. package/esm/models/datachangedwebhookpayload.d.ts.map +1 -0
  331. package/esm/models/datachangedwebhookpayload.js +185 -0
  332. package/esm/models/datachangedwebhookpayload.js.map +1 -0
  333. package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.d.ts +82 -0
  334. package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.d.ts.map +1 -0
  335. package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.js +84 -0
  336. package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.js.map +1 -0
  337. package/esm/models/deleteatscandidatescandidateidtagsrequestbody.d.ts +191 -0
  338. package/esm/models/deleteatscandidatescandidateidtagsrequestbody.d.ts.map +1 -0
  339. package/esm/models/deleteatscandidatescandidateidtagsrequestbody.js +175 -0
  340. package/esm/models/deleteatscandidatescandidateidtagsrequestbody.js.map +1 -0
  341. package/esm/models/deletehrisabsencesabsenceidpositiveresponse.d.ts +218 -0
  342. package/esm/models/deletehrisabsencesabsenceidpositiveresponse.d.ts.map +1 -0
  343. package/esm/models/deletehrisabsencesabsenceidpositiveresponse.js +168 -0
  344. package/esm/models/deletehrisabsencesabsenceidpositiveresponse.js.map +1 -0
  345. package/esm/models/deletehrisabsencesabsenceidrequestbody.d.ts +94 -0
  346. package/esm/models/deletehrisabsencesabsenceidrequestbody.d.ts.map +1 -0
  347. package/esm/models/deletehrisabsencesabsenceidrequestbody.js +81 -0
  348. package/esm/models/deletehrisabsencesabsenceidrequestbody.js.map +1 -0
  349. package/esm/models/deleteintegrationsintegrationidpositiveresponse.d.ts +52 -0
  350. package/esm/models/deleteintegrationsintegrationidpositiveresponse.d.ts.map +1 -0
  351. package/esm/models/deleteintegrationsintegrationidpositiveresponse.js +54 -0
  352. package/esm/models/deleteintegrationsintegrationidpositiveresponse.js.map +1 -0
  353. package/esm/models/deleteintegrationsintegrationidrequestbody.d.ts +25 -0
  354. package/esm/models/deleteintegrationsintegrationidrequestbody.d.ts.map +1 -0
  355. package/esm/models/deleteintegrationsintegrationidrequestbody.js +27 -0
  356. package/esm/models/deleteintegrationsintegrationidrequestbody.js.map +1 -0
  357. package/esm/models/errors/httpclienterrors.d.ts +44 -0
  358. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  359. package/esm/models/errors/httpclienterrors.js +69 -0
  360. package/esm/models/errors/httpclienterrors.js.map +1 -0
  361. package/esm/models/errors/index.d.ts +9 -0
  362. package/esm/models/errors/index.d.ts.map +1 -0
  363. package/esm/models/errors/index.js +12 -0
  364. package/esm/models/errors/index.js.map +1 -0
  365. package/esm/models/errors/komboatserror.d.ts +52 -0
  366. package/esm/models/errors/komboatserror.d.ts.map +1 -0
  367. package/esm/models/errors/komboatserror.js +54 -0
  368. package/esm/models/errors/komboatserror.js.map +1 -0
  369. package/esm/models/errors/kombodefaulterror.d.ts +10 -0
  370. package/esm/models/errors/kombodefaulterror.d.ts.map +1 -0
  371. package/esm/models/errors/kombodefaulterror.js +30 -0
  372. package/esm/models/errors/kombodefaulterror.js.map +1 -0
  373. package/esm/models/errors/komboerror.d.ts +19 -0
  374. package/esm/models/errors/komboerror.d.ts.map +1 -0
  375. package/esm/models/errors/komboerror.js +16 -0
  376. package/esm/models/errors/komboerror.js.map +1 -0
  377. package/esm/models/errors/kombogeneralerror.d.ts +52 -0
  378. package/esm/models/errors/kombogeneralerror.d.ts.map +1 -0
  379. package/esm/models/errors/kombogeneralerror.js +54 -0
  380. package/esm/models/errors/kombogeneralerror.js.map +1 -0
  381. package/esm/models/errors/kombohriserror.d.ts +52 -0
  382. package/esm/models/errors/kombohriserror.d.ts.map +1 -0
  383. package/esm/models/errors/kombohriserror.js +54 -0
  384. package/esm/models/errors/kombohriserror.js.map +1 -0
  385. package/esm/models/errors/responsevalidationerror.d.ts +26 -0
  386. package/esm/models/errors/responsevalidationerror.d.ts.map +1 -0
  387. package/esm/models/errors/responsevalidationerror.js +29 -0
  388. package/esm/models/errors/responsevalidationerror.js.map +1 -0
  389. package/esm/models/errors/sdkvalidationerror.d.ts +21 -0
  390. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  391. package/esm/models/errors/sdkvalidationerror.js +91 -0
  392. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  393. package/esm/models/getassessmentordersopenpositiveresponse.d.ts +360 -0
  394. package/esm/models/getassessmentordersopenpositiveresponse.d.ts.map +1 -0
  395. package/esm/models/getassessmentordersopenpositiveresponse.js +271 -0
  396. package/esm/models/getassessmentordersopenpositiveresponse.js.map +1 -0
  397. package/esm/models/getassessmentpackagespositiveresponse.d.ts +127 -0
  398. package/esm/models/getassessmentpackagespositiveresponse.d.ts.map +1 -0
  399. package/esm/models/getassessmentpackagespositiveresponse.js +114 -0
  400. package/esm/models/getassessmentpackagespositiveresponse.js.map +1 -0
  401. package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.d.ts +160 -0
  402. package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.d.ts.map +1 -0
  403. package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.js +152 -0
  404. package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.js.map +1 -0
  405. package/esm/models/getatsapplicationspositiveresponse.d.ts +1307 -0
  406. package/esm/models/getatsapplicationspositiveresponse.d.ts.map +1 -0
  407. package/esm/models/getatsapplicationspositiveresponse.js +1145 -0
  408. package/esm/models/getatsapplicationspositiveresponse.js.map +1 -0
  409. package/esm/models/getatsapplicationstagespositiveresponse.d.ts +109 -0
  410. package/esm/models/getatsapplicationstagespositiveresponse.d.ts.map +1 -0
  411. package/esm/models/getatsapplicationstagespositiveresponse.js +93 -0
  412. package/esm/models/getatsapplicationstagespositiveresponse.js.map +1 -0
  413. package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.d.ts +173 -0
  414. package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.d.ts.map +1 -0
  415. package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.js +155 -0
  416. package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.js.map +1 -0
  417. package/esm/models/getatscandidatespositiveresponse.d.ts +549 -0
  418. package/esm/models/getatscandidatespositiveresponse.d.ts.map +1 -0
  419. package/esm/models/getatscandidatespositiveresponse.js +404 -0
  420. package/esm/models/getatscandidatespositiveresponse.js.map +1 -0
  421. package/esm/models/getatsinterviewspositiveresponse.d.ts +457 -0
  422. package/esm/models/getatsinterviewspositiveresponse.d.ts.map +1 -0
  423. package/esm/models/getatsinterviewspositiveresponse.js +335 -0
  424. package/esm/models/getatsinterviewspositiveresponse.js.map +1 -0
  425. package/esm/models/getatsjobspositiveresponse.d.ts +1232 -0
  426. package/esm/models/getatsjobspositiveresponse.d.ts.map +1 -0
  427. package/esm/models/getatsjobspositiveresponse.js +1015 -0
  428. package/esm/models/getatsjobspositiveresponse.js.map +1 -0
  429. package/esm/models/getatsofferspositiveresponse.d.ts +363 -0
  430. package/esm/models/getatsofferspositiveresponse.d.ts.map +1 -0
  431. package/esm/models/getatsofferspositiveresponse.js +259 -0
  432. package/esm/models/getatsofferspositiveresponse.js.map +1 -0
  433. package/esm/models/getatsrejectionreasonspositiveresponse.d.ts +109 -0
  434. package/esm/models/getatsrejectionreasonspositiveresponse.d.ts.map +1 -0
  435. package/esm/models/getatsrejectionreasonspositiveresponse.js +93 -0
  436. package/esm/models/getatsrejectionreasonspositiveresponse.js.map +1 -0
  437. package/esm/models/getatstagspositiveresponse.d.ts +106 -0
  438. package/esm/models/getatstagspositiveresponse.d.ts.map +1 -0
  439. package/esm/models/getatstagspositiveresponse.js +93 -0
  440. package/esm/models/getatstagspositiveresponse.js.map +1 -0
  441. package/esm/models/getatsuserspositiveresponse.d.ts +156 -0
  442. package/esm/models/getatsuserspositiveresponse.d.ts.map +1 -0
  443. package/esm/models/getatsuserspositiveresponse.js +121 -0
  444. package/esm/models/getatsuserspositiveresponse.js.map +1 -0
  445. package/esm/models/getcheckapikeypositiveresponse.d.ts +56 -0
  446. package/esm/models/getcheckapikeypositiveresponse.d.ts.map +1 -0
  447. package/esm/models/getcheckapikeypositiveresponse.js +58 -0
  448. package/esm/models/getcheckapikeypositiveresponse.js.map +1 -0
  449. package/esm/models/getconnectintegrationbytokentokenpositiveresponse.d.ts +122 -0
  450. package/esm/models/getconnectintegrationbytokentokenpositiveresponse.d.ts.map +1 -0
  451. package/esm/models/getconnectintegrationbytokentokenpositiveresponse.js +97 -0
  452. package/esm/models/getconnectintegrationbytokentokenpositiveresponse.js.map +1 -0
  453. package/esm/models/gethrisabsencespositiveresponse.d.ts +314 -0
  454. package/esm/models/gethrisabsencespositiveresponse.d.ts.map +1 -0
  455. package/esm/models/gethrisabsencespositiveresponse.js +233 -0
  456. package/esm/models/gethrisabsencespositiveresponse.js.map +1 -0
  457. package/esm/models/gethrisabsencetypespositiveresponse.d.ts +156 -0
  458. package/esm/models/gethrisabsencetypespositiveresponse.d.ts.map +1 -0
  459. package/esm/models/gethrisabsencetypespositiveresponse.js +122 -0
  460. package/esm/models/gethrisabsencetypespositiveresponse.js.map +1 -0
  461. package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.d.ts +109 -0
  462. package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.d.ts.map +1 -0
  463. package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.js +95 -0
  464. package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.js.map +1 -0
  465. package/esm/models/gethrisemployeesformpositiveresponse.d.ts +1356 -0
  466. package/esm/models/gethrisemployeesformpositiveresponse.d.ts.map +1 -0
  467. package/esm/models/gethrisemployeesformpositiveresponse.js +1084 -0
  468. package/esm/models/gethrisemployeesformpositiveresponse.js.map +1 -0
  469. package/esm/models/gethrisemployeespositiveresponse.d.ts +1266 -0
  470. package/esm/models/gethrisemployeespositiveresponse.d.ts.map +1 -0
  471. package/esm/models/gethrisemployeespositiveresponse.js +950 -0
  472. package/esm/models/gethrisemployeespositiveresponse.js.map +1 -0
  473. package/esm/models/gethrisemploymentspositiveresponse.d.ts +253 -0
  474. package/esm/models/gethrisemploymentspositiveresponse.d.ts.map +1 -0
  475. package/esm/models/gethrisemploymentspositiveresponse.js +209 -0
  476. package/esm/models/gethrisemploymentspositiveresponse.js.map +1 -0
  477. package/esm/models/gethrisgroupspositiveresponse.d.ts +154 -0
  478. package/esm/models/gethrisgroupspositiveresponse.d.ts.map +1 -0
  479. package/esm/models/gethrisgroupspositiveresponse.js +120 -0
  480. package/esm/models/gethrisgroupspositiveresponse.js.map +1 -0
  481. package/esm/models/gethrislegalentitiespositiveresponse.d.ts +163 -0
  482. package/esm/models/gethrislegalentitiespositiveresponse.d.ts.map +1 -0
  483. package/esm/models/gethrislegalentitiespositiveresponse.js +132 -0
  484. package/esm/models/gethrislegalentitiespositiveresponse.js.map +1 -0
  485. package/esm/models/gethrislocationspositiveresponse.d.ts +168 -0
  486. package/esm/models/gethrislocationspositiveresponse.d.ts.map +1 -0
  487. package/esm/models/gethrislocationspositiveresponse.js +134 -0
  488. package/esm/models/gethrislocationspositiveresponse.js.map +1 -0
  489. package/esm/models/gethrisperformancereviewcyclespositiveresponse.d.ts +114 -0
  490. package/esm/models/gethrisperformancereviewcyclespositiveresponse.d.ts.map +1 -0
  491. package/esm/models/gethrisperformancereviewcyclespositiveresponse.js +95 -0
  492. package/esm/models/gethrisperformancereviewcyclespositiveresponse.js.map +1 -0
  493. package/esm/models/gethrisperformancereviewspositiveresponse.d.ts +443 -0
  494. package/esm/models/gethrisperformancereviewspositiveresponse.d.ts.map +1 -0
  495. package/esm/models/gethrisperformancereviewspositiveresponse.js +330 -0
  496. package/esm/models/gethrisperformancereviewspositiveresponse.js.map +1 -0
  497. package/esm/models/gethristimeoffbalancespositiveresponse.d.ts +290 -0
  498. package/esm/models/gethristimeoffbalancespositiveresponse.d.ts.map +1 -0
  499. package/esm/models/gethristimeoffbalancespositiveresponse.js +213 -0
  500. package/esm/models/gethristimeoffbalancespositiveresponse.js.map +1 -0
  501. package/esm/models/gethristimesheetspositiveresponse.d.ts +201 -0
  502. package/esm/models/gethristimesheetspositiveresponse.d.ts.map +1 -0
  503. package/esm/models/gethristimesheetspositiveresponse.js +143 -0
  504. package/esm/models/gethristimesheetspositiveresponse.js.map +1 -0
  505. package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.d.ts +192 -0
  506. package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.d.ts.map +1 -0
  507. package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.js +156 -0
  508. package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.js.map +1 -0
  509. package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.d.ts +151 -0
  510. package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.d.ts.map +1 -0
  511. package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.js +125 -0
  512. package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.js.map +1 -0
  513. package/esm/models/getintegrationsintegrationidpositiveresponse.d.ts +607 -0
  514. package/esm/models/getintegrationsintegrationidpositiveresponse.d.ts.map +1 -0
  515. package/esm/models/getintegrationsintegrationidpositiveresponse.js +422 -0
  516. package/esm/models/getintegrationsintegrationidpositiveresponse.js.map +1 -0
  517. package/esm/models/gettoolscategoryparametercategory.d.ts +31 -0
  518. package/esm/models/gettoolscategoryparametercategory.d.ts.map +1 -0
  519. package/esm/models/gettoolscategoryparametercategory.js +25 -0
  520. package/esm/models/gettoolscategoryparametercategory.js.map +1 -0
  521. package/esm/models/gettoolscategorypositiveresponse.d.ts +552 -0
  522. package/esm/models/gettoolscategorypositiveresponse.d.ts.map +1 -0
  523. package/esm/models/gettoolscategorypositiveresponse.js +398 -0
  524. package/esm/models/gettoolscategorypositiveresponse.js.map +1 -0
  525. package/esm/models/index.d.ts +102 -0
  526. package/esm/models/index.d.ts.map +1 -0
  527. package/esm/models/index.js +105 -0
  528. package/esm/models/index.js.map +1 -0
  529. package/esm/models/inlineassessmentorderreceivedwebhookpayload.d.ts +416 -0
  530. package/esm/models/inlineassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
  531. package/esm/models/inlineassessmentorderreceivedwebhookpayload.js +298 -0
  532. package/esm/models/inlineassessmentorderreceivedwebhookpayload.js.map +1 -0
  533. package/esm/models/integrationcreatedwebhookpayload.d.ts +186 -0
  534. package/esm/models/integrationcreatedwebhookpayload.d.ts.map +1 -0
  535. package/esm/models/integrationcreatedwebhookpayload.js +140 -0
  536. package/esm/models/integrationcreatedwebhookpayload.js.map +1 -0
  537. package/esm/models/integrationdeletedwebhookpayload.d.ts +191 -0
  538. package/esm/models/integrationdeletedwebhookpayload.d.ts.map +1 -0
  539. package/esm/models/integrationdeletedwebhookpayload.js +142 -0
  540. package/esm/models/integrationdeletedwebhookpayload.js.map +1 -0
  541. package/esm/models/integrationstatechangedwebhookpayload.d.ts +269 -0
  542. package/esm/models/integrationstatechangedwebhookpayload.d.ts.map +1 -0
  543. package/esm/models/integrationstatechangedwebhookpayload.js +193 -0
  544. package/esm/models/integrationstatechangedwebhookpayload.js.map +1 -0
  545. package/esm/models/komboatserror.d.ts +164 -0
  546. package/esm/models/komboatserror.d.ts.map +1 -0
  547. package/esm/models/komboatserror.js +97 -0
  548. package/esm/models/komboatserror.js.map +1 -0
  549. package/esm/models/kombogeneralerror.d.ts +116 -0
  550. package/esm/models/kombogeneralerror.d.ts.map +1 -0
  551. package/esm/models/kombogeneralerror.js +81 -0
  552. package/esm/models/kombogeneralerror.js.map +1 -0
  553. package/esm/models/kombohriserror.d.ts +158 -0
  554. package/esm/models/kombohriserror.d.ts.map +1 -0
  555. package/esm/models/kombohriserror.js +95 -0
  556. package/esm/models/kombohriserror.js.map +1 -0
  557. package/esm/models/operations/deleteatscandidatescandidateidtags.d.ts +66 -0
  558. package/esm/models/operations/deleteatscandidatescandidateidtags.d.ts.map +1 -0
  559. package/esm/models/operations/deleteatscandidatescandidateidtags.js +68 -0
  560. package/esm/models/operations/deleteatscandidatescandidateidtags.js.map +1 -0
  561. package/esm/models/operations/deletehrisabsencesabsenceid.d.ts +66 -0
  562. package/esm/models/operations/deletehrisabsencesabsenceid.d.ts.map +1 -0
  563. package/esm/models/operations/deletehrisabsencesabsenceid.js +68 -0
  564. package/esm/models/operations/deletehrisabsencesabsenceid.js.map +1 -0
  565. package/esm/models/operations/deleteintegrationsintegrationid.d.ts +38 -0
  566. package/esm/models/operations/deleteintegrationsintegrationid.d.ts.map +1 -0
  567. package/esm/models/operations/deleteintegrationsintegrationid.js +43 -0
  568. package/esm/models/operations/deleteintegrationsintegrationid.js.map +1 -0
  569. package/esm/models/operations/getassessmentordersopen.d.ts +91 -0
  570. package/esm/models/operations/getassessmentordersopen.d.ts.map +1 -0
  571. package/esm/models/operations/getassessmentordersopen.js +93 -0
  572. package/esm/models/operations/getassessmentordersopen.js.map +1 -0
  573. package/esm/models/operations/getassessmentpackages.d.ts +53 -0
  574. package/esm/models/operations/getassessmentpackages.d.ts.map +1 -0
  575. package/esm/models/operations/getassessmentpackages.js +52 -0
  576. package/esm/models/operations/getassessmentpackages.js.map +1 -0
  577. package/esm/models/operations/getatsapplications.d.ts +143 -0
  578. package/esm/models/operations/getatsapplications.d.ts.map +1 -0
  579. package/esm/models/operations/getatsapplications.js +111 -0
  580. package/esm/models/operations/getatsapplications.js.map +1 -0
  581. package/esm/models/operations/getatsapplicationsapplicationidattachments.d.ts +60 -0
  582. package/esm/models/operations/getatsapplicationsapplicationidattachments.d.ts.map +1 -0
  583. package/esm/models/operations/getatsapplicationsapplicationidattachments.js +56 -0
  584. package/esm/models/operations/getatsapplicationsapplicationidattachments.js.map +1 -0
  585. package/esm/models/operations/getatsapplicationstages.d.ts +111 -0
  586. package/esm/models/operations/getatsapplicationstages.d.ts.map +1 -0
  587. package/esm/models/operations/getatsapplicationstages.js +101 -0
  588. package/esm/models/operations/getatsapplicationstages.js.map +1 -0
  589. package/esm/models/operations/getatscandidates.d.ts +131 -0
  590. package/esm/models/operations/getatscandidates.d.ts.map +1 -0
  591. package/esm/models/operations/getatscandidates.js +109 -0
  592. package/esm/models/operations/getatscandidates.js.map +1 -0
  593. package/esm/models/operations/getatscandidatescandidateidattachments.d.ts +60 -0
  594. package/esm/models/operations/getatscandidatescandidateidattachments.d.ts.map +1 -0
  595. package/esm/models/operations/getatscandidatescandidateidattachments.js +56 -0
  596. package/esm/models/operations/getatscandidatescandidateidattachments.js.map +1 -0
  597. package/esm/models/operations/getatsinterviews.d.ts +116 -0
  598. package/esm/models/operations/getatsinterviews.d.ts.map +1 -0
  599. package/esm/models/operations/getatsinterviews.js +103 -0
  600. package/esm/models/operations/getatsinterviews.js.map +1 -0
  601. package/esm/models/operations/getatsjobs.d.ts +158 -0
  602. package/esm/models/operations/getatsjobs.d.ts.map +1 -0
  603. package/esm/models/operations/getatsjobs.js +115 -0
  604. package/esm/models/operations/getatsjobs.js.map +1 -0
  605. package/esm/models/operations/getatsoffers.d.ts +111 -0
  606. package/esm/models/operations/getatsoffers.d.ts.map +1 -0
  607. package/esm/models/operations/getatsoffers.js +101 -0
  608. package/esm/models/operations/getatsoffers.js.map +1 -0
  609. package/esm/models/operations/getatsrejectionreasons.d.ts +111 -0
  610. package/esm/models/operations/getatsrejectionreasons.d.ts.map +1 -0
  611. package/esm/models/operations/getatsrejectionreasons.js +101 -0
  612. package/esm/models/operations/getatsrejectionreasons.js.map +1 -0
  613. package/esm/models/operations/getatstags.d.ts +111 -0
  614. package/esm/models/operations/getatstags.d.ts.map +1 -0
  615. package/esm/models/operations/getatstags.js +101 -0
  616. package/esm/models/operations/getatstags.js.map +1 -0
  617. package/esm/models/operations/getatsusers.d.ts +116 -0
  618. package/esm/models/operations/getatsusers.d.ts.map +1 -0
  619. package/esm/models/operations/getatsusers.js +103 -0
  620. package/esm/models/operations/getatsusers.js.map +1 -0
  621. package/esm/models/operations/getconnectintegrationbytokentoken.d.ts +32 -0
  622. package/esm/models/operations/getconnectintegrationbytokentoken.d.ts.map +1 -0
  623. package/esm/models/operations/getconnectintegrationbytokentoken.js +31 -0
  624. package/esm/models/operations/getconnectintegrationbytokentoken.js.map +1 -0
  625. package/esm/models/operations/gethrisabsences.d.ts +131 -0
  626. package/esm/models/operations/gethrisabsences.d.ts.map +1 -0
  627. package/esm/models/operations/gethrisabsences.js +111 -0
  628. package/esm/models/operations/gethrisabsences.js.map +1 -0
  629. package/esm/models/operations/gethrisabsencetypes.d.ts +111 -0
  630. package/esm/models/operations/gethrisabsencetypes.d.ts.map +1 -0
  631. package/esm/models/operations/gethrisabsencetypes.js +101 -0
  632. package/esm/models/operations/gethrisabsencetypes.js.map +1 -0
  633. package/esm/models/operations/gethrisemployeedocumentcategories.d.ts +111 -0
  634. package/esm/models/operations/gethrisemployeedocumentcategories.d.ts.map +1 -0
  635. package/esm/models/operations/gethrisemployeedocumentcategories.js +101 -0
  636. package/esm/models/operations/gethrisemployeedocumentcategories.js.map +1 -0
  637. package/esm/models/operations/gethrisemployees.d.ts +154 -0
  638. package/esm/models/operations/gethrisemployees.d.ts.map +1 -0
  639. package/esm/models/operations/gethrisemployees.js +115 -0
  640. package/esm/models/operations/gethrisemployees.js.map +1 -0
  641. package/esm/models/operations/gethrisemployeesform.d.ts +53 -0
  642. package/esm/models/operations/gethrisemployeesform.d.ts.map +1 -0
  643. package/esm/models/operations/gethrisemployeesform.js +52 -0
  644. package/esm/models/operations/gethrisemployeesform.js.map +1 -0
  645. package/esm/models/operations/gethrisemployments.d.ts +111 -0
  646. package/esm/models/operations/gethrisemployments.d.ts.map +1 -0
  647. package/esm/models/operations/gethrisemployments.js +101 -0
  648. package/esm/models/operations/gethrisemployments.js.map +1 -0
  649. package/esm/models/operations/gethrisgroups.d.ts +125 -0
  650. package/esm/models/operations/gethrisgroups.d.ts.map +1 -0
  651. package/esm/models/operations/gethrisgroups.js +105 -0
  652. package/esm/models/operations/gethrisgroups.js.map +1 -0
  653. package/esm/models/operations/gethrislegalentities.d.ts +116 -0
  654. package/esm/models/operations/gethrislegalentities.d.ts.map +1 -0
  655. package/esm/models/operations/gethrislegalentities.js +103 -0
  656. package/esm/models/operations/gethrislegalentities.js.map +1 -0
  657. package/esm/models/operations/gethrislocations.d.ts +116 -0
  658. package/esm/models/operations/gethrislocations.d.ts.map +1 -0
  659. package/esm/models/operations/gethrislocations.js +103 -0
  660. package/esm/models/operations/gethrislocations.js.map +1 -0
  661. package/esm/models/operations/gethrisperformancereviewcycles.d.ts +111 -0
  662. package/esm/models/operations/gethrisperformancereviewcycles.d.ts.map +1 -0
  663. package/esm/models/operations/gethrisperformancereviewcycles.js +101 -0
  664. package/esm/models/operations/gethrisperformancereviewcycles.js.map +1 -0
  665. package/esm/models/operations/gethrisperformancereviews.d.ts +130 -0
  666. package/esm/models/operations/gethrisperformancereviews.d.ts.map +1 -0
  667. package/esm/models/operations/gethrisperformancereviews.js +107 -0
  668. package/esm/models/operations/gethrisperformancereviews.js.map +1 -0
  669. package/esm/models/operations/gethristimeoffbalances.d.ts +116 -0
  670. package/esm/models/operations/gethristimeoffbalances.d.ts.map +1 -0
  671. package/esm/models/operations/gethristimeoffbalances.js +103 -0
  672. package/esm/models/operations/gethristimeoffbalances.js.map +1 -0
  673. package/esm/models/operations/gethristimesheets.d.ts +136 -0
  674. package/esm/models/operations/gethristimesheets.d.ts.map +1 -0
  675. package/esm/models/operations/gethristimesheets.js +112 -0
  676. package/esm/models/operations/gethristimesheets.js.map +1 -0
  677. package/esm/models/operations/getintegrationsintegrationid.d.ts +32 -0
  678. package/esm/models/operations/getintegrationsintegrationid.d.ts.map +1 -0
  679. package/esm/models/operations/getintegrationsintegrationid.js +31 -0
  680. package/esm/models/operations/getintegrationsintegrationid.js.map +1 -0
  681. package/esm/models/operations/getintegrationsintegrationidcustomfields.d.ts +68 -0
  682. package/esm/models/operations/getintegrationsintegrationidcustomfields.d.ts.map +1 -0
  683. package/esm/models/operations/getintegrationsintegrationidcustomfields.js +72 -0
  684. package/esm/models/operations/getintegrationsintegrationidcustomfields.js.map +1 -0
  685. package/esm/models/operations/getintegrationsintegrationidintegrationfields.d.ts +68 -0
  686. package/esm/models/operations/getintegrationsintegrationidintegrationfields.d.ts.map +1 -0
  687. package/esm/models/operations/getintegrationsintegrationidintegrationfields.js +72 -0
  688. package/esm/models/operations/getintegrationsintegrationidintegrationfields.js.map +1 -0
  689. package/esm/models/operations/gettoolscategory.d.ts +33 -0
  690. package/esm/models/operations/gettoolscategory.d.ts.map +1 -0
  691. package/esm/models/operations/gettoolscategory.js +32 -0
  692. package/esm/models/operations/gettoolscategory.js.map +1 -0
  693. package/esm/models/operations/index.d.ts +56 -0
  694. package/esm/models/operations/index.d.ts.map +1 -0
  695. package/esm/models/operations/index.js +59 -0
  696. package/esm/models/operations/index.js.map +1 -0
  697. package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.d.ts +43 -0
  698. package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.d.ts.map +1 -0
  699. package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.js +49 -0
  700. package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.js.map +1 -0
  701. package/esm/models/operations/postatsapplicationsapplicationidattachments.d.ts +66 -0
  702. package/esm/models/operations/postatsapplicationsapplicationidattachments.d.ts.map +1 -0
  703. package/esm/models/operations/postatsapplicationsapplicationidattachments.js +70 -0
  704. package/esm/models/operations/postatsapplicationsapplicationidattachments.js.map +1 -0
  705. package/esm/models/operations/postatsapplicationsapplicationidnotes.d.ts +66 -0
  706. package/esm/models/operations/postatsapplicationsapplicationidnotes.d.ts.map +1 -0
  707. package/esm/models/operations/postatsapplicationsapplicationidnotes.js +68 -0
  708. package/esm/models/operations/postatsapplicationsapplicationidnotes.js.map +1 -0
  709. package/esm/models/operations/postatsapplicationsapplicationidreject.d.ts +66 -0
  710. package/esm/models/operations/postatsapplicationsapplicationidreject.d.ts.map +1 -0
  711. package/esm/models/operations/postatsapplicationsapplicationidreject.js +68 -0
  712. package/esm/models/operations/postatsapplicationsapplicationidreject.js.map +1 -0
  713. package/esm/models/operations/postatsapplicationsapplicationidresultlinks.d.ts +66 -0
  714. package/esm/models/operations/postatsapplicationsapplicationidresultlinks.d.ts.map +1 -0
  715. package/esm/models/operations/postatsapplicationsapplicationidresultlinks.js +70 -0
  716. package/esm/models/operations/postatsapplicationsapplicationidresultlinks.js.map +1 -0
  717. package/esm/models/operations/postatscandidates.d.ts +32 -0
  718. package/esm/models/operations/postatscandidates.d.ts.map +1 -0
  719. package/esm/models/operations/postatscandidates.js +31 -0
  720. package/esm/models/operations/postatscandidates.js.map +1 -0
  721. package/esm/models/operations/postatscandidatescandidateidattachments.d.ts +66 -0
  722. package/esm/models/operations/postatscandidatescandidateidattachments.d.ts.map +1 -0
  723. package/esm/models/operations/postatscandidatescandidateidattachments.js +68 -0
  724. package/esm/models/operations/postatscandidatescandidateidattachments.js.map +1 -0
  725. package/esm/models/operations/postatscandidatescandidateidresultlinks.d.ts +66 -0
  726. package/esm/models/operations/postatscandidatescandidateidresultlinks.d.ts.map +1 -0
  727. package/esm/models/operations/postatscandidatescandidateidresultlinks.js +68 -0
  728. package/esm/models/operations/postatscandidatescandidateidresultlinks.js.map +1 -0
  729. package/esm/models/operations/postatscandidatescandidateidtags.d.ts +66 -0
  730. package/esm/models/operations/postatscandidatescandidateidtags.d.ts.map +1 -0
  731. package/esm/models/operations/postatscandidatescandidateidtags.js +68 -0
  732. package/esm/models/operations/postatscandidatescandidateidtags.js.map +1 -0
  733. package/esm/models/operations/postatsimporttrackedapplication.d.ts +32 -0
  734. package/esm/models/operations/postatsimporttrackedapplication.d.ts.map +1 -0
  735. package/esm/models/operations/postatsimporttrackedapplication.js +31 -0
  736. package/esm/models/operations/postatsimporttrackedapplication.js.map +1 -0
  737. package/esm/models/operations/postatsjobsjobidapplications.d.ts +66 -0
  738. package/esm/models/operations/postatsjobsjobidapplications.d.ts.map +1 -0
  739. package/esm/models/operations/postatsjobsjobidapplications.js +68 -0
  740. package/esm/models/operations/postatsjobsjobidapplications.js.map +1 -0
  741. package/esm/models/operations/postforcesync.d.ts +32 -0
  742. package/esm/models/operations/postforcesync.d.ts.map +1 -0
  743. package/esm/models/operations/postforcesync.js +31 -0
  744. package/esm/models/operations/postforcesync.js.map +1 -0
  745. package/esm/models/operations/posthrisabsences.d.ts +32 -0
  746. package/esm/models/operations/posthrisabsences.d.ts.map +1 -0
  747. package/esm/models/operations/posthrisabsences.js +31 -0
  748. package/esm/models/operations/posthrisabsences.js.map +1 -0
  749. package/esm/models/operations/posthrisemployeesemployeeiddocuments.d.ts +66 -0
  750. package/esm/models/operations/posthrisemployeesemployeeiddocuments.d.ts.map +1 -0
  751. package/esm/models/operations/posthrisemployeesemployeeiddocuments.js +68 -0
  752. package/esm/models/operations/posthrisemployeesemployeeiddocuments.js.map +1 -0
  753. package/esm/models/operations/posthrisemployeesform.d.ts +32 -0
  754. package/esm/models/operations/posthrisemployeesform.d.ts.map +1 -0
  755. package/esm/models/operations/posthrisemployeesform.js +31 -0
  756. package/esm/models/operations/posthrisemployeesform.js.map +1 -0
  757. package/esm/models/operations/postintegrationsintegrationidrelink.d.ts +38 -0
  758. package/esm/models/operations/postintegrationsintegrationidrelink.d.ts.map +1 -0
  759. package/esm/models/operations/postintegrationsintegrationidrelink.js +43 -0
  760. package/esm/models/operations/postintegrationsintegrationidrelink.js.map +1 -0
  761. package/esm/models/operations/postpassthroughtoolapi.d.ts +71 -0
  762. package/esm/models/operations/postpassthroughtoolapi.d.ts.map +1 -0
  763. package/esm/models/operations/postpassthroughtoolapi.js +70 -0
  764. package/esm/models/operations/postpassthroughtoolapi.js.map +1 -0
  765. package/esm/models/operations/putassessmentordersassessmentorderidresult.d.ts +66 -0
  766. package/esm/models/operations/putassessmentordersassessmentorderidresult.d.ts.map +1 -0
  767. package/esm/models/operations/putassessmentordersassessmentorderidresult.js +70 -0
  768. package/esm/models/operations/putassessmentordersassessmentorderidresult.js.map +1 -0
  769. package/esm/models/operations/putassessmentpackages.d.ts +32 -0
  770. package/esm/models/operations/putassessmentpackages.d.ts.map +1 -0
  771. package/esm/models/operations/putassessmentpackages.js +31 -0
  772. package/esm/models/operations/putassessmentpackages.js.map +1 -0
  773. package/esm/models/operations/putatsapplicationsapplicationidstage.d.ts +66 -0
  774. package/esm/models/operations/putatsapplicationsapplicationidstage.d.ts.map +1 -0
  775. package/esm/models/operations/putatsapplicationsapplicationidstage.js +68 -0
  776. package/esm/models/operations/putatsapplicationsapplicationidstage.js.map +1 -0
  777. package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.d.ts +43 -0
  778. package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.d.ts.map +1 -0
  779. package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.js +49 -0
  780. package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.js.map +1 -0
  781. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.d.ts +121 -0
  782. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.d.ts.map +1 -0
  783. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.js +96 -0
  784. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.js.map +1 -0
  785. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.d.ts +29 -0
  786. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.d.ts.map +1 -0
  787. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.js +33 -0
  788. package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.js.map +1 -0
  789. package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.d.ts +82 -0
  790. package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.d.ts.map +1 -0
  791. package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.js +87 -0
  792. package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.js.map +1 -0
  793. package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.d.ts +337 -0
  794. package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.d.ts.map +1 -0
  795. package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.js +268 -0
  796. package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.js.map +1 -0
  797. package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.d.ts +82 -0
  798. package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.d.ts.map +1 -0
  799. package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.js +85 -0
  800. package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.js.map +1 -0
  801. package/esm/models/postatsapplicationsapplicationidnotesrequestbody.d.ts +313 -0
  802. package/esm/models/postatsapplicationsapplicationidnotesrequestbody.d.ts.map +1 -0
  803. package/esm/models/postatsapplicationsapplicationidnotesrequestbody.js +265 -0
  804. package/esm/models/postatsapplicationsapplicationidnotesrequestbody.js.map +1 -0
  805. package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.d.ts +82 -0
  806. package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.d.ts.map +1 -0
  807. package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.js +86 -0
  808. package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.js.map +1 -0
  809. package/esm/models/postatsapplicationsapplicationidrejectrequestbody.d.ts +171 -0
  810. package/esm/models/postatsapplicationsapplicationidrejectrequestbody.d.ts.map +1 -0
  811. package/esm/models/postatsapplicationsapplicationidrejectrequestbody.js +154 -0
  812. package/esm/models/postatsapplicationsapplicationidrejectrequestbody.js.map +1 -0
  813. package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.d.ts +82 -0
  814. package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.d.ts.map +1 -0
  815. package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.js +87 -0
  816. package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.js.map +1 -0
  817. package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.d.ts +365 -0
  818. package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.d.ts.map +1 -0
  819. package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.js +301 -0
  820. package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.js.map +1 -0
  821. package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.d.ts +82 -0
  822. package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.d.ts.map +1 -0
  823. package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.js +87 -0
  824. package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.js.map +1 -0
  825. package/esm/models/postatscandidatescandidateidattachmentsrequestbody.d.ts +262 -0
  826. package/esm/models/postatscandidatescandidateidattachmentsrequestbody.d.ts.map +1 -0
  827. package/esm/models/postatscandidatescandidateidattachmentsrequestbody.js +210 -0
  828. package/esm/models/postatscandidatescandidateidattachmentsrequestbody.js.map +1 -0
  829. package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.d.ts +82 -0
  830. package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.d.ts.map +1 -0
  831. package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.js +87 -0
  832. package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.js.map +1 -0
  833. package/esm/models/postatscandidatescandidateidresultlinksrequestbody.d.ts +365 -0
  834. package/esm/models/postatscandidatescandidateidresultlinksrequestbody.d.ts.map +1 -0
  835. package/esm/models/postatscandidatescandidateidresultlinksrequestbody.js +300 -0
  836. package/esm/models/postatscandidatescandidateidresultlinksrequestbody.js.map +1 -0
  837. package/esm/models/postatscandidatescandidateidtagspositiveresponse.d.ts +82 -0
  838. package/esm/models/postatscandidatescandidateidtagspositiveresponse.d.ts.map +1 -0
  839. package/esm/models/postatscandidatescandidateidtagspositiveresponse.js +83 -0
  840. package/esm/models/postatscandidatescandidateidtagspositiveresponse.js.map +1 -0
  841. package/esm/models/postatscandidatescandidateidtagsrequestbody.d.ts +191 -0
  842. package/esm/models/postatscandidatescandidateidtagsrequestbody.d.ts.map +1 -0
  843. package/esm/models/postatscandidatescandidateidtagsrequestbody.js +172 -0
  844. package/esm/models/postatscandidatescandidateidtagsrequestbody.js.map +1 -0
  845. package/esm/models/postatscandidatespositiveresponse.d.ts +549 -0
  846. package/esm/models/postatscandidatespositiveresponse.d.ts.map +1 -0
  847. package/esm/models/postatscandidatespositiveresponse.js +404 -0
  848. package/esm/models/postatscandidatespositiveresponse.js.map +1 -0
  849. package/esm/models/postatscandidatesrequestbody.d.ts +2531 -0
  850. package/esm/models/postatscandidatesrequestbody.d.ts.map +1 -0
  851. package/esm/models/postatscandidatesrequestbody.js +2316 -0
  852. package/esm/models/postatscandidatesrequestbody.js.map +1 -0
  853. package/esm/models/postatsimporttrackedapplicationpositiveresponse.d.ts +470 -0
  854. package/esm/models/postatsimporttrackedapplicationpositiveresponse.d.ts.map +1 -0
  855. package/esm/models/postatsimporttrackedapplicationpositiveresponse.js +484 -0
  856. package/esm/models/postatsimporttrackedapplicationpositiveresponse.js.map +1 -0
  857. package/esm/models/postatsimporttrackedapplicationrequestbody.d.ts +386 -0
  858. package/esm/models/postatsimporttrackedapplicationrequestbody.d.ts.map +1 -0
  859. package/esm/models/postatsimporttrackedapplicationrequestbody.js +400 -0
  860. package/esm/models/postatsimporttrackedapplicationrequestbody.js.map +1 -0
  861. package/esm/models/postatsjobsjobidapplicationspositiveresponse.d.ts +1177 -0
  862. package/esm/models/postatsjobsjobidapplicationspositiveresponse.d.ts.map +1 -0
  863. package/esm/models/postatsjobsjobidapplicationspositiveresponse.js +1073 -0
  864. package/esm/models/postatsjobsjobidapplicationspositiveresponse.js.map +1 -0
  865. package/esm/models/postatsjobsjobidapplicationsrequestbody.d.ts +2495 -0
  866. package/esm/models/postatsjobsjobidapplicationsrequestbody.d.ts.map +1 -0
  867. package/esm/models/postatsjobsjobidapplicationsrequestbody.js +2288 -0
  868. package/esm/models/postatsjobsjobidapplicationsrequestbody.js.map +1 -0
  869. package/esm/models/postconnectcreatelinkpositiveresponse.d.ts +56 -0
  870. package/esm/models/postconnectcreatelinkpositiveresponse.d.ts.map +1 -0
  871. package/esm/models/postconnectcreatelinkpositiveresponse.js +58 -0
  872. package/esm/models/postconnectcreatelinkpositiveresponse.js.map +1 -0
  873. package/esm/models/postconnectcreatelinkrequestbody.d.ts +723 -0
  874. package/esm/models/postconnectcreatelinkrequestbody.d.ts.map +1 -0
  875. package/esm/models/postconnectcreatelinkrequestbody.js +313 -0
  876. package/esm/models/postconnectcreatelinkrequestbody.js.map +1 -0
  877. package/esm/models/postforcesyncpositiveresponse.d.ts +101 -0
  878. package/esm/models/postforcesyncpositiveresponse.d.ts.map +1 -0
  879. package/esm/models/postforcesyncpositiveresponse.js +84 -0
  880. package/esm/models/postforcesyncpositiveresponse.js.map +1 -0
  881. package/esm/models/postforcesyncrequestbody.d.ts +64 -0
  882. package/esm/models/postforcesyncrequestbody.d.ts.map +1 -0
  883. package/esm/models/postforcesyncrequestbody.js +53 -0
  884. package/esm/models/postforcesyncrequestbody.js.map +1 -0
  885. package/esm/models/posthrisabsencespositiveresponse.d.ts +218 -0
  886. package/esm/models/posthrisabsencespositiveresponse.d.ts.map +1 -0
  887. package/esm/models/posthrisabsencespositiveresponse.js +169 -0
  888. package/esm/models/posthrisabsencespositiveresponse.js.map +1 -0
  889. package/esm/models/posthrisabsencesrequestbody.d.ts +222 -0
  890. package/esm/models/posthrisabsencesrequestbody.d.ts.map +1 -0
  891. package/esm/models/posthrisabsencesrequestbody.js +151 -0
  892. package/esm/models/posthrisabsencesrequestbody.js.map +1 -0
  893. package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.d.ts +82 -0
  894. package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.d.ts.map +1 -0
  895. package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.js +85 -0
  896. package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.js.map +1 -0
  897. package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.d.ts +90 -0
  898. package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.d.ts.map +1 -0
  899. package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.js +64 -0
  900. package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.js.map +1 -0
  901. package/esm/models/posthrisemployeesformpositiveresponse.d.ts +89 -0
  902. package/esm/models/posthrisemployeesformpositiveresponse.d.ts.map +1 -0
  903. package/esm/models/posthrisemployeesformpositiveresponse.js +85 -0
  904. package/esm/models/posthrisemployeesformpositiveresponse.js.map +1 -0
  905. package/esm/models/posthrisemployeesformrequestbody.d.ts +34 -0
  906. package/esm/models/posthrisemployeesformrequestbody.d.ts.map +1 -0
  907. package/esm/models/posthrisemployeesformrequestbody.js +32 -0
  908. package/esm/models/posthrisemployeesformrequestbody.js.map +1 -0
  909. package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.d.ts +56 -0
  910. package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.d.ts.map +1 -0
  911. package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.js +60 -0
  912. package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.js.map +1 -0
  913. package/esm/models/postintegrationsintegrationidrelinkrequestbody.d.ts +130 -0
  914. package/esm/models/postintegrationsintegrationidrelinkrequestbody.d.ts.map +1 -0
  915. package/esm/models/postintegrationsintegrationidrelinkrequestbody.js +90 -0
  916. package/esm/models/postintegrationsintegrationidrelinkrequestbody.js.map +1 -0
  917. package/esm/models/postpassthroughtoolapipositiveresponse.d.ts +129 -0
  918. package/esm/models/postpassthroughtoolapipositiveresponse.d.ts.map +1 -0
  919. package/esm/models/postpassthroughtoolapipositiveresponse.js +112 -0
  920. package/esm/models/postpassthroughtoolapipositiveresponse.js.map +1 -0
  921. package/esm/models/postpassthroughtoolapirequestbody.d.ts +230 -0
  922. package/esm/models/postpassthroughtoolapirequestbody.d.ts.map +1 -0
  923. package/esm/models/postpassthroughtoolapirequestbody.js +153 -0
  924. package/esm/models/postpassthroughtoolapirequestbody.js.map +1 -0
  925. package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.d.ts +82 -0
  926. package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.d.ts.map +1 -0
  927. package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.js +87 -0
  928. package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.js.map +1 -0
  929. package/esm/models/putassessmentordersassessmentorderidresultrequestbody.d.ts +363 -0
  930. package/esm/models/putassessmentordersassessmentorderidresultrequestbody.d.ts.map +1 -0
  931. package/esm/models/putassessmentordersassessmentorderidresultrequestbody.js +310 -0
  932. package/esm/models/putassessmentordersassessmentorderidresultrequestbody.js.map +1 -0
  933. package/esm/models/putassessmentpackagespositiveresponse.d.ts +82 -0
  934. package/esm/models/putassessmentpackagespositiveresponse.d.ts.map +1 -0
  935. package/esm/models/putassessmentpackagespositiveresponse.js +81 -0
  936. package/esm/models/putassessmentpackagespositiveresponse.js.map +1 -0
  937. package/esm/models/putassessmentpackagesrequestbody.d.ts +104 -0
  938. package/esm/models/putassessmentpackagesrequestbody.d.ts.map +1 -0
  939. package/esm/models/putassessmentpackagesrequestbody.js +84 -0
  940. package/esm/models/putassessmentpackagesrequestbody.js.map +1 -0
  941. package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.d.ts +82 -0
  942. package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.d.ts.map +1 -0
  943. package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.js +85 -0
  944. package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.js.map +1 -0
  945. package/esm/models/putatsapplicationsapplicationidstagerequestbody.d.ts +166 -0
  946. package/esm/models/putatsapplicationsapplicationidstagerequestbody.d.ts.map +1 -0
  947. package/esm/models/putatsapplicationsapplicationidstagerequestbody.js +152 -0
  948. package/esm/models/putatsapplicationsapplicationidstagerequestbody.js.map +1 -0
  949. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.d.ts +162 -0
  950. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.d.ts.map +1 -0
  951. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.js +127 -0
  952. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.js.map +1 -0
  953. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.d.ts +32 -0
  954. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.d.ts.map +1 -0
  955. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.js +33 -0
  956. package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.js.map +1 -0
  957. package/esm/models/schema1.d.ts +25 -0
  958. package/esm/models/schema1.d.ts.map +1 -0
  959. package/esm/models/schema1.js +27 -0
  960. package/esm/models/schema1.js.map +1 -0
  961. package/esm/models/schema1union1.d.ts +1266 -0
  962. package/esm/models/schema1union1.d.ts.map +1 -0
  963. package/esm/models/schema1union1.js +975 -0
  964. package/esm/models/schema1union1.js.map +1 -0
  965. package/esm/models/schema1union2.d.ts +66 -0
  966. package/esm/models/schema1union2.d.ts.map +1 -0
  967. package/esm/models/schema1union2.js +88 -0
  968. package/esm/models/schema1union2.js.map +1 -0
  969. package/esm/models/schema2union1.d.ts +1265 -0
  970. package/esm/models/schema2union1.d.ts.map +1 -0
  971. package/esm/models/schema2union1.js +994 -0
  972. package/esm/models/schema2union1.js.map +1 -0
  973. package/esm/models/schema2union2.d.ts +105 -0
  974. package/esm/models/schema2union2.d.ts.map +1 -0
  975. package/esm/models/schema2union2.js +143 -0
  976. package/esm/models/schema2union2.js.map +1 -0
  977. package/esm/models/schema4.d.ts +29 -0
  978. package/esm/models/schema4.d.ts.map +1 -0
  979. package/esm/models/schema4.js +39 -0
  980. package/esm/models/schema4.js.map +1 -0
  981. package/esm/models/security.d.ts +29 -0
  982. package/esm/models/security.d.ts.map +1 -0
  983. package/esm/models/security.js +40 -0
  984. package/esm/models/security.js.map +1 -0
  985. package/esm/models/syncfinishedwebhookpayload.d.ts +216 -0
  986. package/esm/models/syncfinishedwebhookpayload.d.ts.map +1 -0
  987. package/esm/models/syncfinishedwebhookpayload.js +152 -0
  988. package/esm/models/syncfinishedwebhookpayload.js.map +1 -0
  989. package/esm/models/webhooks/index.d.ts +9 -0
  990. package/esm/models/webhooks/index.d.ts.map +1 -0
  991. package/esm/models/webhooks/index.js +12 -0
  992. package/esm/models/webhooks/index.js.map +1 -0
  993. package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.d.ts +35 -0
  994. package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
  995. package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.js +45 -0
  996. package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.js.map +1 -0
  997. package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.d.ts +35 -0
  998. package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.d.ts.map +1 -0
  999. package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.js +45 -0
  1000. package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.js.map +1 -0
  1001. package/esm/models/webhooks/webhookdatachangedwebhookpayload.d.ts +35 -0
  1002. package/esm/models/webhooks/webhookdatachangedwebhookpayload.d.ts.map +1 -0
  1003. package/esm/models/webhooks/webhookdatachangedwebhookpayload.js +45 -0
  1004. package/esm/models/webhooks/webhookdatachangedwebhookpayload.js.map +1 -0
  1005. package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.d.ts +35 -0
  1006. package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
  1007. package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.js +47 -0
  1008. package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.js.map +1 -0
  1009. package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.d.ts +35 -0
  1010. package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.d.ts.map +1 -0
  1011. package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.js +45 -0
  1012. package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.js.map +1 -0
  1013. package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.d.ts +35 -0
  1014. package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.d.ts.map +1 -0
  1015. package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.js +45 -0
  1016. package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.js.map +1 -0
  1017. package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.d.ts +35 -0
  1018. package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.d.ts.map +1 -0
  1019. package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.js +45 -0
  1020. package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.js.map +1 -0
  1021. package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.d.ts +35 -0
  1022. package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.d.ts.map +1 -0
  1023. package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.js +45 -0
  1024. package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.js.map +1 -0
  1025. package/esm/sdk/assessment.d.ts +100 -0
  1026. package/esm/sdk/assessment.d.ts.map +1 -0
  1027. package/esm/sdk/assessment.js +112 -0
  1028. package/esm/sdk/assessment.js.map +1 -0
  1029. package/esm/sdk/ats.d.ts +580 -0
  1030. package/esm/sdk/ats.d.ts.map +1 -0
  1031. package/esm/sdk/ats.js +633 -0
  1032. package/esm/sdk/ats.js.map +1 -0
  1033. package/esm/sdk/connect.d.ts +48 -0
  1034. package/esm/sdk/connect.d.ts.map +1 -0
  1035. package/esm/sdk/connect.js +56 -0
  1036. package/esm/sdk/connect.js.map +1 -0
  1037. package/esm/sdk/general.d.ts +257 -0
  1038. package/esm/sdk/general.d.ts.map +1 -0
  1039. package/esm/sdk/general.js +288 -0
  1040. package/esm/sdk/general.js.map +1 -0
  1041. package/esm/sdk/hris.d.ts +341 -0
  1042. package/esm/sdk/hris.d.ts.map +1 -0
  1043. package/esm/sdk/hris.js +370 -0
  1044. package/esm/sdk/hris.js.map +1 -0
  1045. package/esm/sdk/index.d.ts +2 -0
  1046. package/esm/sdk/index.d.ts.map +1 -0
  1047. package/esm/sdk/index.js +5 -0
  1048. package/esm/sdk/index.js.map +1 -0
  1049. package/esm/sdk/sdk.d.ts +19 -0
  1050. package/esm/sdk/sdk.d.ts.map +1 -0
  1051. package/esm/sdk/sdk.js +27 -0
  1052. package/esm/sdk/sdk.js.map +1 -0
  1053. package/esm/types/async.d.ts +23 -0
  1054. package/esm/types/async.d.ts.map +1 -0
  1055. package/esm/types/async.js +40 -0
  1056. package/esm/types/async.js.map +1 -0
  1057. package/esm/types/blobs.d.ts +4 -0
  1058. package/esm/types/blobs.d.ts.map +1 -0
  1059. package/esm/types/blobs.js +25 -0
  1060. package/esm/types/blobs.js.map +1 -0
  1061. package/esm/types/constdatetime.d.ts +3 -0
  1062. package/esm/types/constdatetime.d.ts.map +1 -0
  1063. package/esm/types/constdatetime.js +10 -0
  1064. package/esm/types/constdatetime.js.map +1 -0
  1065. package/esm/types/enums.d.ts +12 -0
  1066. package/esm/types/enums.d.ts.map +1 -0
  1067. package/esm/types/enums.js +7 -0
  1068. package/esm/types/enums.js.map +1 -0
  1069. package/esm/types/fp.d.ts +31 -0
  1070. package/esm/types/fp.d.ts.map +1 -0
  1071. package/esm/types/fp.js +31 -0
  1072. package/esm/types/fp.js.map +1 -0
  1073. package/esm/types/index.d.ts +9 -0
  1074. package/esm/types/index.d.ts.map +1 -0
  1075. package/esm/types/index.js +8 -0
  1076. package/esm/types/index.js.map +1 -0
  1077. package/esm/types/operations.d.ts +27 -0
  1078. package/esm/types/operations.d.ts.map +1 -0
  1079. package/esm/types/operations.js +77 -0
  1080. package/esm/types/operations.js.map +1 -0
  1081. package/esm/types/rfcdate.d.ts +21 -0
  1082. package/esm/types/rfcdate.d.ts.map +1 -0
  1083. package/esm/types/rfcdate.js +42 -0
  1084. package/esm/types/rfcdate.js.map +1 -0
  1085. package/esm/types/streams.d.ts +2 -0
  1086. package/esm/types/streams.d.ts.map +1 -0
  1087. package/esm/types/streams.js +15 -0
  1088. package/esm/types/streams.js.map +1 -0
  1089. package/esm/types/webhooks.d.ts +4 -0
  1090. package/esm/types/webhooks.d.ts.map +1 -0
  1091. package/esm/types/webhooks.js +5 -0
  1092. package/esm/types/webhooks.js.map +1 -0
  1093. package/examples/README.md +31 -0
  1094. package/examples/generalCheckApiKey.example.ts +26 -0
  1095. package/examples/package-lock.json +610 -0
  1096. package/examples/package.json +18 -0
  1097. package/jsr.json +27 -0
  1098. package/package.json +73 -0
  1099. package/src/core.ts +13 -0
  1100. package/src/funcs/assessmentGetOpenOrders.ts +244 -0
  1101. package/src/funcs/assessmentGetPackages.ts +161 -0
  1102. package/src/funcs/assessmentSetPackages.ts +198 -0
  1103. package/src/funcs/assessmentUpdateOrderResult.ts +231 -0
  1104. package/src/funcs/atsAddApplicationAttachment.ts +216 -0
  1105. package/src/funcs/atsAddApplicationNote.ts +208 -0
  1106. package/src/funcs/atsAddApplicationResultLink.ts +223 -0
  1107. package/src/funcs/atsAddCandidateAttachment.ts +216 -0
  1108. package/src/funcs/atsAddCandidateResultLink.ts +226 -0
  1109. package/src/funcs/atsAddCandidateTag.ts +206 -0
  1110. package/src/funcs/atsCreateApplication.ts +251 -0
  1111. package/src/funcs/atsCreateCandidate.ts +245 -0
  1112. package/src/funcs/atsGetApplicationAttachments.ts +195 -0
  1113. package/src/funcs/atsGetApplicationStages.ts +264 -0
  1114. package/src/funcs/atsGetApplications.ts +266 -0
  1115. package/src/funcs/atsGetCandidateAttachments.ts +191 -0
  1116. package/src/funcs/atsGetCandidates.ts +256 -0
  1117. package/src/funcs/atsGetInterviews.ts +253 -0
  1118. package/src/funcs/atsGetJobs.ts +265 -0
  1119. package/src/funcs/atsGetOffers.ts +252 -0
  1120. package/src/funcs/atsGetRejectionReasons.ts +256 -0
  1121. package/src/funcs/atsGetTags.ts +250 -0
  1122. package/src/funcs/atsGetUsers.ts +253 -0
  1123. package/src/funcs/atsImportTrackedApplication.ts +196 -0
  1124. package/src/funcs/atsMoveApplicationToStage.ts +203 -0
  1125. package/src/funcs/atsRejectApplication.ts +208 -0
  1126. package/src/funcs/atsRemoveCandidateTag.ts +206 -0
  1127. package/src/funcs/connectCreateConnectionLink.ts +186 -0
  1128. package/src/funcs/connectGetIntegrationByToken.ts +190 -0
  1129. package/src/funcs/generalCheckApiKey.ts +149 -0
  1130. package/src/funcs/generalCreateReconnectionLink.ts +196 -0
  1131. package/src/funcs/generalDeleteIntegration.ts +186 -0
  1132. package/src/funcs/generalGetCustomFields.ts +250 -0
  1133. package/src/funcs/generalGetIntegrationDetails.ts +180 -0
  1134. package/src/funcs/generalGetIntegrationFields.ts +252 -0
  1135. package/src/funcs/generalGetTools.ts +175 -0
  1136. package/src/funcs/generalSendPassthroughRequest.ts +338 -0
  1137. package/src/funcs/generalTriggerSync.ts +174 -0
  1138. package/src/funcs/generalUpdateCustomFieldMapping.ts +194 -0
  1139. package/src/funcs/generalUpdateIntegrationField.ts +197 -0
  1140. package/src/funcs/hrisAddEmployeeDocument.ts +208 -0
  1141. package/src/funcs/hrisCreateAbsence.ts +194 -0
  1142. package/src/funcs/hrisCreateEmployeeWithForm.ts +200 -0
  1143. package/src/funcs/hrisDeleteAbsence.ts +200 -0
  1144. package/src/funcs/hrisGetAbsenceTypes.ts +254 -0
  1145. package/src/funcs/hrisGetAbsences.ts +256 -0
  1146. package/src/funcs/hrisGetEmployeeDocumentCategories.ts +255 -0
  1147. package/src/funcs/hrisGetEmployeeForm.ts +236 -0
  1148. package/src/funcs/hrisGetEmployees.ts +261 -0
  1149. package/src/funcs/hrisGetEmployments.ts +254 -0
  1150. package/src/funcs/hrisGetGroups.ts +254 -0
  1151. package/src/funcs/hrisGetLegalEntities.ts +255 -0
  1152. package/src/funcs/hrisGetLocations.ts +253 -0
  1153. package/src/funcs/hrisGetPerformanceReviewCycles.ts +259 -0
  1154. package/src/funcs/hrisGetPerformanceReviews.ts +260 -0
  1155. package/src/funcs/hrisGetTimeOffBalances.ts +255 -0
  1156. package/src/funcs/hrisGetTimesheets.ts +265 -0
  1157. package/src/hooks/hooks.ts +132 -0
  1158. package/src/hooks/index.ts +6 -0
  1159. package/src/hooks/registration.ts +14 -0
  1160. package/src/hooks/types.ts +109 -0
  1161. package/src/index.ts +9 -0
  1162. package/src/lib/base64.ts +37 -0
  1163. package/src/lib/config.ts +75 -0
  1164. package/src/lib/dlv.ts +53 -0
  1165. package/src/lib/encodings.ts +483 -0
  1166. package/src/lib/files.ts +82 -0
  1167. package/src/lib/http.ts +323 -0
  1168. package/src/lib/is-plain-object.ts +43 -0
  1169. package/src/lib/logger.ts +9 -0
  1170. package/src/lib/matchers.ts +352 -0
  1171. package/src/lib/primitives.ts +150 -0
  1172. package/src/lib/retries.ts +218 -0
  1173. package/src/lib/schemas.ts +91 -0
  1174. package/src/lib/sdks.ts +402 -0
  1175. package/src/lib/security.ts +263 -0
  1176. package/src/lib/url.ts +33 -0
  1177. package/src/models/assessmentorderreceivedwebhookpayload.ts +825 -0
  1178. package/src/models/connectionflowfailedwebhookpayload.ts +346 -0
  1179. package/src/models/datachangedwebhookpayload.ts +358 -0
  1180. package/src/models/deleteatscandidatescandidateidtagspositiveresponse.ts +240 -0
  1181. package/src/models/deleteatscandidatescandidateidtagsrequestbody.ts +519 -0
  1182. package/src/models/deletehrisabsencesabsenceidpositiveresponse.ts +456 -0
  1183. package/src/models/deletehrisabsencesabsenceidrequestbody.ts +247 -0
  1184. package/src/models/deleteintegrationsintegrationidpositiveresponse.ts +152 -0
  1185. package/src/models/deleteintegrationsintegrationidrequestbody.ts +68 -0
  1186. package/src/models/errors/httpclienterrors.ts +62 -0
  1187. package/src/models/errors/index.ts +12 -0
  1188. package/src/models/errors/komboatserror.ts +97 -0
  1189. package/src/models/errors/kombodefaulterror.ts +40 -0
  1190. package/src/models/errors/komboerror.ts +35 -0
  1191. package/src/models/errors/kombogeneralerror.ts +97 -0
  1192. package/src/models/errors/kombohriserror.ts +97 -0
  1193. package/src/models/errors/responsevalidationerror.ts +50 -0
  1194. package/src/models/errors/sdkvalidationerror.ts +109 -0
  1195. package/src/models/getassessmentordersopenpositiveresponse.ts +830 -0
  1196. package/src/models/getassessmentpackagespositiveresponse.ts +276 -0
  1197. package/src/models/getatsapplicationsapplicationidattachmentspositiveresponse.ts +412 -0
  1198. package/src/models/getatsapplicationspositiveresponse.ts +3260 -0
  1199. package/src/models/getatsapplicationstagespositiveresponse.ts +273 -0
  1200. package/src/models/getatscandidatescandidateidattachmentspositiveresponse.ts +420 -0
  1201. package/src/models/getatscandidatespositiveresponse.ts +1194 -0
  1202. package/src/models/getatsinterviewspositiveresponse.ts +942 -0
  1203. package/src/models/getatsjobspositiveresponse.ts +2264 -0
  1204. package/src/models/getatsofferspositiveresponse.ts +702 -0
  1205. package/src/models/getatsrejectionreasonspositiveresponse.ts +263 -0
  1206. package/src/models/getatstagspositiveresponse.ts +231 -0
  1207. package/src/models/getatsuserspositiveresponse.ts +295 -0
  1208. package/src/models/getcheckapikeypositiveresponse.ts +134 -0
  1209. package/src/models/getconnectintegrationbytokentokenpositiveresponse.ts +248 -0
  1210. package/src/models/gethrisabsencespositiveresponse.ts +571 -0
  1211. package/src/models/gethrisabsencetypespositiveresponse.ts +317 -0
  1212. package/src/models/gethrisemployeedocumentcategoriespositiveresponse.ts +282 -0
  1213. package/src/models/gethrisemployeesformpositiveresponse.ts +2406 -0
  1214. package/src/models/gethrisemployeespositiveresponse.ts +2174 -0
  1215. package/src/models/gethrisemploymentspositiveresponse.ts +506 -0
  1216. package/src/models/gethrisgroupspositiveresponse.ts +292 -0
  1217. package/src/models/gethrislegalentitiespositiveresponse.ts +379 -0
  1218. package/src/models/gethrislocationspositiveresponse.ts +366 -0
  1219. package/src/models/gethrisperformancereviewcyclespositiveresponse.ts +293 -0
  1220. package/src/models/gethrisperformancereviewspositiveresponse.ts +887 -0
  1221. package/src/models/gethristimeoffbalancespositiveresponse.ts +549 -0
  1222. package/src/models/gethristimesheetspositiveresponse.ts +395 -0
  1223. package/src/models/getintegrationsintegrationidcustomfieldspositiveresponse.ts +445 -0
  1224. package/src/models/getintegrationsintegrationidintegrationfieldspositiveresponse.ts +345 -0
  1225. package/src/models/getintegrationsintegrationidpositiveresponse.ts +1042 -0
  1226. package/src/models/gettoolscategoryparametercategory.ts +37 -0
  1227. package/src/models/gettoolscategorypositiveresponse.ts +921 -0
  1228. package/src/models/index.ts +105 -0
  1229. package/src/models/inlineassessmentorderreceivedwebhookpayload.ts +860 -0
  1230. package/src/models/integrationcreatedwebhookpayload.ts +336 -0
  1231. package/src/models/integrationdeletedwebhookpayload.ts +343 -0
  1232. package/src/models/integrationstatechangedwebhookpayload.ts +439 -0
  1233. package/src/models/komboatserror.ts +173 -0
  1234. package/src/models/kombogeneralerror.ts +159 -0
  1235. package/src/models/kombohriserror.ts +171 -0
  1236. package/src/models/operations/deleteatscandidatescandidateidtags.ts +177 -0
  1237. package/src/models/operations/deletehrisabsencesabsenceid.ts +161 -0
  1238. package/src/models/operations/deleteintegrationsintegrationid.ts +98 -0
  1239. package/src/models/operations/getassessmentordersopen.ts +211 -0
  1240. package/src/models/operations/getassessmentpackages.ts +123 -0
  1241. package/src/models/operations/getatsapplications.ts +279 -0
  1242. package/src/models/operations/getatsapplicationsapplicationidattachments.ts +158 -0
  1243. package/src/models/operations/getatsapplicationstages.ts +241 -0
  1244. package/src/models/operations/getatscandidates.ts +263 -0
  1245. package/src/models/operations/getatscandidatescandidateidattachments.ts +156 -0
  1246. package/src/models/operations/getatsinterviews.ts +242 -0
  1247. package/src/models/operations/getatsjobs.ts +298 -0
  1248. package/src/models/operations/getatsoffers.ts +235 -0
  1249. package/src/models/operations/getatsrejectionreasons.ts +241 -0
  1250. package/src/models/operations/getatstags.ts +235 -0
  1251. package/src/models/operations/getatsusers.ts +242 -0
  1252. package/src/models/operations/getconnectintegrationbytokentoken.ts +80 -0
  1253. package/src/models/operations/gethrisabsences.ts +265 -0
  1254. package/src/models/operations/gethrisabsencetypes.ts +237 -0
  1255. package/src/models/operations/gethrisemployeedocumentcategories.ts +271 -0
  1256. package/src/models/operations/gethrisemployees.ts +292 -0
  1257. package/src/models/operations/gethrisemployeesform.ts +123 -0
  1258. package/src/models/operations/gethrisemployments.ts +235 -0
  1259. package/src/models/operations/gethrisgroups.ts +253 -0
  1260. package/src/models/operations/gethrislegalentities.ts +248 -0
  1261. package/src/models/operations/gethrislocations.ts +242 -0
  1262. package/src/models/operations/gethrisperformancereviewcycles.ts +251 -0
  1263. package/src/models/operations/gethrisperformancereviews.ts +267 -0
  1264. package/src/models/operations/gethristimeoffbalances.ts +248 -0
  1265. package/src/models/operations/gethristimesheets.ts +277 -0
  1266. package/src/models/operations/getintegrationsintegrationid.ts +74 -0
  1267. package/src/models/operations/getintegrationsintegrationidcustomfields.ts +184 -0
  1268. package/src/models/operations/getintegrationsintegrationidintegrationfields.ts +184 -0
  1269. package/src/models/operations/gettoolscategory.ts +70 -0
  1270. package/src/models/operations/index.ts +59 -0
  1271. package/src/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.ts +117 -0
  1272. package/src/models/operations/postatsapplicationsapplicationidattachments.ts +183 -0
  1273. package/src/models/operations/postatsapplicationsapplicationidnotes.ts +179 -0
  1274. package/src/models/operations/postatsapplicationsapplicationidreject.ts +179 -0
  1275. package/src/models/operations/postatsapplicationsapplicationidresultlinks.ts +183 -0
  1276. package/src/models/operations/postatscandidates.ts +69 -0
  1277. package/src/models/operations/postatscandidatescandidateidattachments.ts +181 -0
  1278. package/src/models/operations/postatscandidatescandidateidresultlinks.ts +181 -0
  1279. package/src/models/operations/postatscandidatescandidateidtags.ts +175 -0
  1280. package/src/models/operations/postatsimporttrackedapplication.ts +75 -0
  1281. package/src/models/operations/postatsjobsjobidapplications.ts +163 -0
  1282. package/src/models/operations/postforcesync.ts +69 -0
  1283. package/src/models/operations/posthrisabsences.ts +69 -0
  1284. package/src/models/operations/posthrisemployeesemployeeiddocuments.ts +179 -0
  1285. package/src/models/operations/posthrisemployeesform.ts +71 -0
  1286. package/src/models/operations/postintegrationsintegrationidrelink.ts +102 -0
  1287. package/src/models/operations/postpassthroughtoolapi.ts +163 -0
  1288. package/src/models/operations/putassessmentordersassessmentorderidresult.ts +183 -0
  1289. package/src/models/operations/putassessmentpackages.ts +71 -0
  1290. package/src/models/operations/putatsapplicationsapplicationidstage.ts +179 -0
  1291. package/src/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.ts +114 -0
  1292. package/src/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.ts +259 -0
  1293. package/src/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.ts +82 -0
  1294. package/src/models/postatsapplicationsapplicationidattachmentspositiveresponse.ts +245 -0
  1295. package/src/models/postatsapplicationsapplicationidattachmentsrequestbody.ts +759 -0
  1296. package/src/models/postatsapplicationsapplicationidnotespositiveresponse.ts +239 -0
  1297. package/src/models/postatsapplicationsapplicationidnotesrequestbody.ts +767 -0
  1298. package/src/models/postatsapplicationsapplicationidrejectpositiveresponse.ts +240 -0
  1299. package/src/models/postatsapplicationsapplicationidrejectrequestbody.ts +453 -0
  1300. package/src/models/postatsapplicationsapplicationidresultlinkspositiveresponse.ts +245 -0
  1301. package/src/models/postatsapplicationsapplicationidresultlinksrequestbody.ts +897 -0
  1302. package/src/models/postatscandidatescandidateidattachmentspositiveresponse.ts +239 -0
  1303. package/src/models/postatscandidatescandidateidattachmentsrequestbody.ts +607 -0
  1304. package/src/models/postatscandidatescandidateidresultlinkspositiveresponse.ts +239 -0
  1305. package/src/models/postatscandidatescandidateidresultlinksrequestbody.ts +889 -0
  1306. package/src/models/postatscandidatescandidateidtagspositiveresponse.ts +239 -0
  1307. package/src/models/postatscandidatescandidateidtagsrequestbody.ts +520 -0
  1308. package/src/models/postatscandidatespositiveresponse.ts +1205 -0
  1309. package/src/models/postatscandidatesrequestbody.ts +6126 -0
  1310. package/src/models/postatsimporttrackedapplicationpositiveresponse.ts +1398 -0
  1311. package/src/models/postatsimporttrackedapplicationrequestbody.ts +1158 -0
  1312. package/src/models/postatsjobsjobidapplicationspositiveresponse.ts +3193 -0
  1313. package/src/models/postatsjobsjobidapplicationsrequestbody.ts +6501 -0
  1314. package/src/models/postconnectcreatelinkpositiveresponse.ts +145 -0
  1315. package/src/models/postconnectcreatelinkrequestbody.ts +482 -0
  1316. package/src/models/postforcesyncpositiveresponse.ts +187 -0
  1317. package/src/models/postforcesyncrequestbody.ts +105 -0
  1318. package/src/models/posthrisabsencespositiveresponse.ts +416 -0
  1319. package/src/models/posthrisabsencesrequestbody.ts +393 -0
  1320. package/src/models/posthrisemployeesemployeeiddocumentspositiveresponse.ts +239 -0
  1321. package/src/models/posthrisemployeesemployeeiddocumentsrequestbody.ts +178 -0
  1322. package/src/models/posthrisemployeesformpositiveresponse.ts +230 -0
  1323. package/src/models/posthrisemployeesformrequestbody.ts +74 -0
  1324. package/src/models/postintegrationsintegrationidrelinkpositiveresponse.ts +158 -0
  1325. package/src/models/postintegrationsintegrationidrelinkrequestbody.ts +210 -0
  1326. package/src/models/postpassthroughtoolapipositiveresponse.ts +293 -0
  1327. package/src/models/postpassthroughtoolapirequestbody.ts +360 -0
  1328. package/src/models/putassessmentordersassessmentorderidresultpositiveresponse.ts +242 -0
  1329. package/src/models/putassessmentordersassessmentorderidresultrequestbody.ts +775 -0
  1330. package/src/models/putassessmentpackagespositiveresponse.ts +219 -0
  1331. package/src/models/putassessmentpackagesrequestbody.ts +198 -0
  1332. package/src/models/putatsapplicationsapplicationidstagepositiveresponse.ts +239 -0
  1333. package/src/models/putatsapplicationsapplicationidstagerequestbody.ts +445 -0
  1334. package/src/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.ts +365 -0
  1335. package/src/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.ts +82 -0
  1336. package/src/models/schema1.ts +51 -0
  1337. package/src/models/schema1union1.ts +1835 -0
  1338. package/src/models/schema1union2.ts +217 -0
  1339. package/src/models/schema2union1.ts +1867 -0
  1340. package/src/models/schema2union2.ts +328 -0
  1341. package/src/models/schema4.ts +70 -0
  1342. package/src/models/security.ts +71 -0
  1343. package/src/models/syncfinishedwebhookpayload.ts +366 -0
  1344. package/src/models/webhooks/index.ts +12 -0
  1345. package/src/models/webhooks/webhookassessmentorderreceivedwebhookpayload.ts +105 -0
  1346. package/src/models/webhooks/webhookconnectionflowfailedwebhookpayload.ts +105 -0
  1347. package/src/models/webhooks/webhookdatachangedwebhookpayload.ts +96 -0
  1348. package/src/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.ts +104 -0
  1349. package/src/models/webhooks/webhookintegrationcreatedwebhookpayload.ts +102 -0
  1350. package/src/models/webhooks/webhookintegrationdeletedwebhookpayload.ts +102 -0
  1351. package/src/models/webhooks/webhookintegrationstatechangedwebhookpayload.ts +105 -0
  1352. package/src/models/webhooks/webhooksyncfinishedwebhookpayload.ts +97 -0
  1353. package/src/sdk/assessment.ts +150 -0
  1354. package/src/sdk/ats.ts +837 -0
  1355. package/src/sdk/connect.ts +74 -0
  1356. package/src/sdk/general.ts +392 -0
  1357. package/src/sdk/hris.ts +541 -0
  1358. package/src/sdk/index.ts +5 -0
  1359. package/src/sdk/sdk.ts +37 -0
  1360. package/src/types/async.ts +68 -0
  1361. package/src/types/blobs.ts +32 -0
  1362. package/src/types/constdatetime.ts +15 -0
  1363. package/src/types/enums.ts +16 -0
  1364. package/src/types/fp.ts +50 -0
  1365. package/src/types/index.ts +12 -0
  1366. package/src/types/operations.ts +105 -0
  1367. package/src/types/rfcdate.ts +54 -0
  1368. package/src/types/streams.ts +21 -0
  1369. package/src/types/webhooks.ts +7 -0
  1370. package/tsconfig.json +41 -0
@@ -0,0 +1,2174 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import {
8
+ catchUnrecognizedEnum,
9
+ ClosedEnum,
10
+ OpenEnum,
11
+ Unrecognized,
12
+ } from "../types/enums.js";
13
+ import { Result as SafeParseResult } from "../types/fp.js";
14
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
15
+
16
+ export const GetHrisEmployeesPositiveResponseGender = {
17
+ Male: "MALE",
18
+ Female: "FEMALE",
19
+ NonBinary: "NON_BINARY",
20
+ NotSpecified: "NOT_SPECIFIED",
21
+ } as const;
22
+ export type GetHrisEmployeesPositiveResponseGender = OpenEnum<
23
+ typeof GetHrisEmployeesPositiveResponseGender
24
+ >;
25
+
26
+ export const Ethnicity = {
27
+ White: "WHITE",
28
+ Asian: "ASIAN",
29
+ HispanicLatino: "HISPANIC_LATINO",
30
+ Hawaiian: "HAWAIIAN",
31
+ NativeAmerican: "NATIVE_AMERICAN",
32
+ BlackAfricanAmerican: "BLACK_AFRICAN_AMERICAN",
33
+ MultipleEthnicities: "MULTIPLE_ETHNICITIES",
34
+ DeclineToSpecify: "DECLINE_TO_SPECIFY",
35
+ } as const;
36
+ export type Ethnicity = OpenEnum<typeof Ethnicity>;
37
+
38
+ export const MaritalStatus = {
39
+ Single: "SINGLE",
40
+ Married: "MARRIED",
41
+ DomesticPartnership: "DOMESTIC_PARTNERSHIP",
42
+ Widowed: "WIDOWED",
43
+ Divorced: "DIVORCED",
44
+ Separated: "SEPARATED",
45
+ NotMarried: "NOT_MARRIED",
46
+ } as const;
47
+ export type MaritalStatus = OpenEnum<typeof MaritalStatus>;
48
+
49
+ export const EmploymentStatus = {
50
+ Active: "ACTIVE",
51
+ Pending: "PENDING",
52
+ Inactive: "INACTIVE",
53
+ Leave: "LEAVE",
54
+ } as const;
55
+ export type EmploymentStatus = OpenEnum<typeof EmploymentStatus>;
56
+
57
+ export const GetHrisEmployeesPositiveResponseEmploymentType = {
58
+ FullTime: "FULL_TIME",
59
+ PartTime: "PART_TIME",
60
+ Contract: "CONTRACT",
61
+ Internship: "INTERNSHIP",
62
+ Freelance: "FREELANCE",
63
+ WorkingStudent: "WORKING_STUDENT",
64
+ Apprenticeship: "APPRENTICESHIP",
65
+ Training: "TRAINING",
66
+ } as const;
67
+ export type GetHrisEmployeesPositiveResponseEmploymentType = OpenEnum<
68
+ typeof GetHrisEmployeesPositiveResponseEmploymentType
69
+ >;
70
+
71
+ /**
72
+ * The employee’s home address.
73
+ */
74
+ export type HomeAddress = {
75
+ city?: string | null | undefined;
76
+ /**
77
+ * Contains the ISO2 country code if possible. If not, it contains the original value.
78
+ */
79
+ country?: string | null | undefined;
80
+ /**
81
+ * If we have address data, this is filled with the raw address string.
82
+ */
83
+ raw?: string | null | undefined;
84
+ state?: string | null | undefined;
85
+ /**
86
+ * If we can parse the address data, this field contains the first part of the street information.
87
+ */
88
+ street_1?: string | null | undefined;
89
+ street_2?: string | null | undefined;
90
+ zip_code?: string | null | undefined;
91
+ };
92
+
93
+ /**
94
+ * Enum of the routing type, prefixed with the iso-3166-1-alpha-2 banks origin country. If there is uncertainty about the type, it will be set to null.
95
+ */
96
+ export const DomesticBankRoutingType = {
97
+ GbSortCode: "GB_SORT_CODE",
98
+ DeBankleitzahl: "DE_BANKLEITZAHL",
99
+ UsAbaRoutingTransitNumber: "US_ABA_ROUTING_TRANSIT_NUMBER",
100
+ CaRoutingNumber: "CA_ROUTING_NUMBER",
101
+ AuBsbCode: "AU_BSB_CODE",
102
+ FrRib: "FR_RIB",
103
+ } as const;
104
+ /**
105
+ * Enum of the routing type, prefixed with the iso-3166-1-alpha-2 banks origin country. If there is uncertainty about the type, it will be set to null.
106
+ */
107
+ export type DomesticBankRoutingType = ClosedEnum<
108
+ typeof DomesticBankRoutingType
109
+ >;
110
+
111
+ export type DomesticBankRouting = {
112
+ /**
113
+ * Bank routing number (e.g. DE Bankleitzahl, GB Sort Code, US ABA routing number, AU BSB code). This field is not formatted and therefore might contain delimiters (eg. 01-23-45).
114
+ */
115
+ number: string;
116
+ /**
117
+ * Enum of the routing type, prefixed with the iso-3166-1-alpha-2 banks origin country. If there is uncertainty about the type, it will be set to null.
118
+ */
119
+ type: DomesticBankRoutingType | null;
120
+ };
121
+
122
+ export type BankAccount = {
123
+ /**
124
+ * The internationally unique IBAN identifying this account. If we detect a valid IBAN from the account number and this field would otherwise be empty, we will automatically populate this field.
125
+ */
126
+ iban?: string | null | undefined;
127
+ /**
128
+ * The internationally unique BIC/SWIFT code identifying the bank behind this account. If we detect a valid BIC from the domestic bank routing number and this field would otherwise be empty, we will automatically populate this field.
129
+ */
130
+ bic?: string | null | undefined;
131
+ /**
132
+ * The bank-specific account number. Some companies use the account number field to put the IBAN here.
133
+ */
134
+ account_number?: string | null | undefined;
135
+ /**
136
+ * The name of the holder of this account.
137
+ */
138
+ holder_name?: string | null | undefined;
139
+ /**
140
+ * The name of the bank behind this account.
141
+ */
142
+ bank_name?: string | null | undefined;
143
+ domestic_bank_routing?: DomesticBankRouting | null | undefined;
144
+ };
145
+
146
+ export const GetHrisEmployeesPositiveResponsePayPeriod = {
147
+ Hour: "HOUR",
148
+ Day: "DAY",
149
+ Week: "WEEK",
150
+ TwoWeeks: "TWO_WEEKS",
151
+ HalfMonth: "HALF_MONTH",
152
+ Month: "MONTH",
153
+ TwoMonths: "TWO_MONTHS",
154
+ Quarter: "QUARTER",
155
+ HalfYear: "HALF_YEAR",
156
+ Year: "YEAR",
157
+ } as const;
158
+ export type GetHrisEmployeesPositiveResponsePayPeriod = OpenEnum<
159
+ typeof GetHrisEmployeesPositiveResponsePayPeriod
160
+ >;
161
+
162
+ export const GetHrisEmployeesPositiveResponsePayFrequency = {
163
+ Daily: "DAILY",
164
+ Weekly: "WEEKLY",
165
+ Biweekly: "BIWEEKLY",
166
+ Monthly: "MONTHLY",
167
+ Semimonthly: "SEMIMONTHLY",
168
+ Quarterly: "QUARTERLY",
169
+ Semiannually: "SEMIANNUALLY",
170
+ Annually: "ANNUALLY",
171
+ ProRata: "PRO_RATA",
172
+ } as const;
173
+ export type GetHrisEmployeesPositiveResponsePayFrequency = OpenEnum<
174
+ typeof GetHrisEmployeesPositiveResponsePayFrequency
175
+ >;
176
+
177
+ export const EmploymentEmploymentType = {
178
+ FullTime: "FULL_TIME",
179
+ PartTime: "PART_TIME",
180
+ Contract: "CONTRACT",
181
+ Internship: "INTERNSHIP",
182
+ Freelance: "FREELANCE",
183
+ WorkingStudent: "WORKING_STUDENT",
184
+ Apprenticeship: "APPRENTICESHIP",
185
+ Training: "TRAINING",
186
+ } as const;
187
+ export type EmploymentEmploymentType = OpenEnum<
188
+ typeof EmploymentEmploymentType
189
+ >;
190
+
191
+ export type Employment = {
192
+ /**
193
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
194
+ */
195
+ id: string;
196
+ /**
197
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
198
+ */
199
+ remote_id: string | null;
200
+ /**
201
+ * The Kombo ID of the employment’s employee. The ID can be used to retrieve the employee from the `get employees` endpoint.
202
+ */
203
+ employee_id: string;
204
+ /**
205
+ * This field can contain historic job titles. Please use the `job_title` field on the employee for the active job title of an employee.
206
+ */
207
+ job_title: string | null;
208
+ /**
209
+ * The monetary amount paid to an employee.
210
+ */
211
+ pay_rate: number | null;
212
+ /**
213
+ * The time interval which the `pay_rate` is describing.
214
+ *
215
+ * @remarks
216
+ *
217
+ * A `pay_rate` value of `12000` with a `pay_period` of `YEAR` would indicate that the employee receives 12000 over the course of a year. In rare cases where we can’t find a clear mapping, the original string is passed through.
218
+ */
219
+ pay_period?: GetHrisEmployeesPositiveResponsePayPeriod | null | undefined;
220
+ /**
221
+ * The time interval at which the employee receives payment.
222
+ *
223
+ * @remarks
224
+ *
225
+ * A `pay_rate` of `12000`, with a `pay_period` of `YEAR`, and a `pay_frequency` of `MONTHLY` would indicate that the employee is paid 1000 every month. In rare cases where we can’t find a clear mapping, the original string is passed through.
226
+ */
227
+ pay_frequency?:
228
+ | GetHrisEmployeesPositiveResponsePayFrequency
229
+ | null
230
+ | undefined;
231
+ /**
232
+ * The employee’s current employment type:
233
+ *
234
+ * @remarks
235
+ *
236
+ * - `FULL_TIME`: the employee is actively employed
237
+ * - `PART_TIME`: the employee is working only part of the usual working hours
238
+ * - `CONTRACT`: the employee is working temporarily under a contract
239
+ * - `INTERNSHIP`: the employee is working as an intern
240
+ * - `FREELANCE`: the employee is working as a freelancer
241
+ * - `WORKING_STUDENT`: the employee is working as a working student
242
+ * - `APPRENTICESHIP`: the employee is working in an apprenticeship
243
+ * - `TRAINING`: the employee is working in a training program
244
+ *
245
+ * In rare cases where we can’t find a clear mapping, the original string is passed through.
246
+ */
247
+ employment_type?: EmploymentEmploymentType | null | undefined;
248
+ /**
249
+ * The currency that the employee is paid in. Usually returned in [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html).
250
+ */
251
+ pay_currency: string | null;
252
+ /**
253
+ * The date of when the employment started.
254
+ */
255
+ effective_date: Date | null;
256
+ /**
257
+ * The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
258
+ */
259
+ changed_at: Date;
260
+ /**
261
+ * The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
262
+ */
263
+ remote_deleted_at: Date | null;
264
+ /**
265
+ * A key-value store of fields not covered by the schema. [Read more](/custom-fields)
266
+ */
267
+ custom_fields: { [k: string]: any } | null;
268
+ };
269
+
270
+ /**
271
+ * The time-unit of the balance.
272
+ */
273
+ export const GetHrisEmployeesPositiveResponseBalanceUnit = {
274
+ Hours: "HOURS",
275
+ Days: "DAYS",
276
+ } as const;
277
+ /**
278
+ * The time-unit of the balance.
279
+ */
280
+ export type GetHrisEmployeesPositiveResponseBalanceUnit = ClosedEnum<
281
+ typeof GetHrisEmployeesPositiveResponseBalanceUnit
282
+ >;
283
+
284
+ /**
285
+ * The time-unit of the used time.
286
+ */
287
+ export const GetHrisEmployeesPositiveResponseUsedUnit = {
288
+ Hours: "HOURS",
289
+ Days: "DAYS",
290
+ } as const;
291
+ /**
292
+ * The time-unit of the used time.
293
+ */
294
+ export type GetHrisEmployeesPositiveResponseUsedUnit = ClosedEnum<
295
+ typeof GetHrisEmployeesPositiveResponseUsedUnit
296
+ >;
297
+
298
+ export type TimeOffBalance = {
299
+ /**
300
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
301
+ */
302
+ id: string;
303
+ /**
304
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
305
+ */
306
+ remote_id: string | null;
307
+ /**
308
+ * The Kombo ID of the employee to which the balance belongs to. The ID can be used to retrieve the employee from the `get employees` endpoint.
309
+ */
310
+ employee_id: string;
311
+ type_id: string;
312
+ /**
313
+ * The amount of time available to the employee.
314
+ */
315
+ balance: number | null;
316
+ /**
317
+ * The time-unit of the balance.
318
+ */
319
+ balance_unit: GetHrisEmployeesPositiveResponseBalanceUnit | null;
320
+ /**
321
+ * The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
322
+ */
323
+ changed_at: Date;
324
+ /**
325
+ * The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
326
+ */
327
+ remote_deleted_at: Date | null;
328
+ /**
329
+ * The amount of time used by the employee.
330
+ */
331
+ used: number | null;
332
+ /**
333
+ * The time-unit of the used time.
334
+ */
335
+ used_unit: GetHrisEmployeesPositiveResponseUsedUnit | null;
336
+ };
337
+
338
+ export const ManagerEmploymentStatus = {
339
+ Active: "ACTIVE",
340
+ Pending: "PENDING",
341
+ Inactive: "INACTIVE",
342
+ Leave: "LEAVE",
343
+ } as const;
344
+ export type ManagerEmploymentStatus = OpenEnum<typeof ManagerEmploymentStatus>;
345
+
346
+ export type Manager = {
347
+ /**
348
+ * The employee’s first name.
349
+ */
350
+ first_name: string | null;
351
+ /**
352
+ * The employee’s last name.
353
+ */
354
+ last_name: string | null;
355
+ /**
356
+ * The employee’s full name, including any middle names. Not all HR systems provide an explicit display name, so we recommend falling back to `first_name` and `last_name`.
357
+ */
358
+ display_full_name: string | null;
359
+ /**
360
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
361
+ */
362
+ id: string;
363
+ /**
364
+ * The employee’s work email address. If the email address is invalid, we will set this to `null`.
365
+ */
366
+ work_email?: string | null | undefined;
367
+ /**
368
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
369
+ */
370
+ remote_id: string;
371
+ /**
372
+ * The employee’s current employment status:
373
+ *
374
+ * @remarks
375
+ *
376
+ * - `ACTIVE`: the employee is **actively employed**
377
+ * - `PENDING`: the employee is **not actively employed yet** (but they signed their contract or are part of an onboarding process)
378
+ * - `INACTIVE`: the employee is **not actively employed** anymore
379
+ * - `LEAVE`: the employee is still employed but **currently on leave** (note that not all HR systems support this status — use our absences API for detailed information)
380
+ *
381
+ * In rare cases where we can’t find a clear mapping, the original string is passed through.
382
+ */
383
+ employment_status?: ManagerEmploymentStatus | null | undefined;
384
+ /**
385
+ * The date when the employment ends. Can be in the past or future.
386
+ */
387
+ termination_date: Date | null;
388
+ };
389
+
390
+ /**
391
+ * Type of the group.
392
+ */
393
+ export const GroupType = {
394
+ Department: "DEPARTMENT",
395
+ Team: "TEAM",
396
+ CostCenter: "COST_CENTER",
397
+ } as const;
398
+ /**
399
+ * Type of the group.
400
+ */
401
+ export type GroupType = ClosedEnum<typeof GroupType>;
402
+
403
+ export type Group = {
404
+ /**
405
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
406
+ */
407
+ id: string;
408
+ /**
409
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
410
+ */
411
+ remote_id: string;
412
+ /**
413
+ * The name of the group.
414
+ */
415
+ name: string | null;
416
+ /**
417
+ * Type of the group.
418
+ */
419
+ type: GroupType | null;
420
+ };
421
+
422
+ /**
423
+ * The legal entity’s address.
424
+ */
425
+ export type LegalEntityAddress = {
426
+ city?: string | null | undefined;
427
+ /**
428
+ * Contains the ISO2 country code if possible. If not, it contains the original value.
429
+ */
430
+ country?: string | null | undefined;
431
+ /**
432
+ * If we have address data, this is filled with the raw address string.
433
+ */
434
+ raw?: string | null | undefined;
435
+ state?: string | null | undefined;
436
+ /**
437
+ * If we can parse the address data, this field contains the first part of the street information.
438
+ */
439
+ street_1?: string | null | undefined;
440
+ street_2?: string | null | undefined;
441
+ zip_code?: string | null | undefined;
442
+ };
443
+
444
+ export type LegalEntity = {
445
+ /**
446
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
447
+ */
448
+ id: string;
449
+ /**
450
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
451
+ */
452
+ remote_id: string | null;
453
+ /**
454
+ * The legal entity’s name.
455
+ */
456
+ name: string | null;
457
+ /**
458
+ * The legal entity’s address.
459
+ */
460
+ address?: LegalEntityAddress | null | undefined;
461
+ };
462
+
463
+ /**
464
+ * The work location’s address
465
+ */
466
+ export type WorkLocationAddress = {
467
+ city?: string | null | undefined;
468
+ /**
469
+ * Contains the ISO2 country code if possible. If not, it contains the original value.
470
+ */
471
+ country?: string | null | undefined;
472
+ /**
473
+ * If we have address data, this is filled with the raw address string.
474
+ */
475
+ raw?: string | null | undefined;
476
+ state?: string | null | undefined;
477
+ /**
478
+ * If we can parse the address data, this field contains the first part of the street information.
479
+ */
480
+ street_1?: string | null | undefined;
481
+ street_2?: string | null | undefined;
482
+ zip_code?: string | null | undefined;
483
+ };
484
+
485
+ export type WorkLocation = {
486
+ /**
487
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
488
+ */
489
+ id: string;
490
+ /**
491
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
492
+ */
493
+ remote_id: string | null;
494
+ /**
495
+ * The work location’s name
496
+ */
497
+ name: string | null;
498
+ /**
499
+ * The work location’s address
500
+ */
501
+ address?: WorkLocationAddress | null | undefined;
502
+ /**
503
+ * The work location’s type. A freeform string.
504
+ */
505
+ type: string | null;
506
+ /**
507
+ * The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
508
+ */
509
+ changed_at: Date;
510
+ /**
511
+ * The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
512
+ */
513
+ remote_deleted_at: Date | null;
514
+ };
515
+
516
+ export type GetHrisEmployeesPositiveResponseResult = {
517
+ /**
518
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
519
+ */
520
+ id: string;
521
+ /**
522
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
523
+ */
524
+ remote_id: string;
525
+ /**
526
+ * The employee’s organization-internal employee number.
527
+ */
528
+ employee_number: string | null;
529
+ /**
530
+ * The employee’s first name.
531
+ */
532
+ first_name: string | null;
533
+ /**
534
+ * The employee’s last name.
535
+ */
536
+ last_name: string | null;
537
+ /**
538
+ * The employee’s nationality.
539
+ */
540
+ nationality: string | null;
541
+ /**
542
+ * The employee’s full name, including any middle names. Not all HR systems provide an explicit display name, so we recommend falling back to `first_name` and `last_name`.
543
+ */
544
+ display_full_name: string | null;
545
+ /**
546
+ * The employee’s job title.
547
+ */
548
+ job_title: string | null;
549
+ /**
550
+ * The employee’s work email address. If the email address is invalid, we will set this to `null`.
551
+ */
552
+ work_email?: string | null | undefined;
553
+ /**
554
+ * The employee’s personal email address. If the email address is invalid, we will set this to `null`.
555
+ */
556
+ personal_email?: string | null | undefined;
557
+ /**
558
+ * The employee’s mobile phone number.
559
+ */
560
+ mobile_phone_number: string | null;
561
+ /**
562
+ * The employee’s social security number
563
+ */
564
+ ssn: string | null;
565
+ /**
566
+ * The employee’s tax ID.
567
+ */
568
+ tax_id: string | null;
569
+ /**
570
+ * The employee’s gender.
571
+ */
572
+ gender?: GetHrisEmployeesPositiveResponseGender | null | undefined;
573
+ /**
574
+ * The employee’s ethnicity. In rare cases where we can’t find a clear mapping, the original string is passed through.
575
+ */
576
+ ethnicity?: Ethnicity | null | undefined;
577
+ /**
578
+ * The employee’s current marital status. In rare cases where we can’t find a clear mapping, the original string is passed through.
579
+ */
580
+ marital_status?: MaritalStatus | null | undefined;
581
+ /**
582
+ * The employee’s current employment status:
583
+ *
584
+ * @remarks
585
+ *
586
+ * - `ACTIVE`: the employee is **actively employed**
587
+ * - `PENDING`: the employee is **not actively employed yet** (but they signed their contract or are part of an onboarding process)
588
+ * - `INACTIVE`: the employee is **not actively employed** anymore
589
+ * - `LEAVE`: the employee is still employed but **currently on leave** (note that not all HR systems support this status — use our absences API for detailed information)
590
+ *
591
+ * In rare cases where we can’t find a clear mapping, the original string is passed through.
592
+ */
593
+ employment_status?: EmploymentStatus | null | undefined;
594
+ /**
595
+ * The employee’s current employment type:
596
+ *
597
+ * @remarks
598
+ *
599
+ * - `FULL_TIME`: the employee is actively employed
600
+ * - `PART_TIME`: the employee is working only part of the usual working hours
601
+ * - `CONTRACT`: the employee is working temporarily under a contract
602
+ * - `INTERNSHIP`: the employee is working as an intern
603
+ * - `FREELANCE`: the employee is working as a freelancer
604
+ * - `WORKING_STUDENT`: the employee is working as a working student
605
+ * - `APPRENTICESHIP`: the employee is working in an apprenticeship
606
+ * - `TRAINING`: the employee is working in a training program
607
+ *
608
+ * In rare cases where we can’t find a clear mapping, the original string is passed through.
609
+ */
610
+ employment_type?:
611
+ | GetHrisEmployeesPositiveResponseEmploymentType
612
+ | null
613
+ | undefined;
614
+ /**
615
+ * The employee’s weekly working hours.
616
+ */
617
+ weekly_hours: number | null;
618
+ /**
619
+ * URL to the employee’s avatar. This is either the raw URL from the HR system (in cases where it can be requested without short-lived authentication) _or_ a URL to a temporarily cached version of the file hosted by Kombo. Kombo will delete the cached file after its deletion in the source system.
620
+ */
621
+ avatar: string | null;
622
+ /**
623
+ * The Kombo ID of the employee’s work location. The ID can be used to retrieve the work location from the `get work locations` endpoint.
624
+ */
625
+ work_location_id: string | null;
626
+ /**
627
+ * The Kombo ID of the employee’s legal entity. The ID can be used to retrieve the legal entity from the `get legal entities` endpoint.
628
+ */
629
+ legal_entity_id: string | null;
630
+ /**
631
+ * The Kombo ID of the employee’s manager. The ID can be used to retrieve the manager from the `get employees` endpoint.
632
+ */
633
+ manager_id: string | null;
634
+ /**
635
+ * The employee’s home address.
636
+ */
637
+ home_address?: HomeAddress | null | undefined;
638
+ /**
639
+ * The employee’s bank accounts.
640
+ */
641
+ bank_accounts?: Array<BankAccount> | null | undefined;
642
+ /**
643
+ * The employee’s date of birth.
644
+ */
645
+ date_of_birth: Date | null;
646
+ /**
647
+ * The date the employee started working for the organization.
648
+ */
649
+ start_date: Date | null;
650
+ /**
651
+ * The date when the employment ends. Can be in the past or future.
652
+ */
653
+ termination_date: Date | null;
654
+ /**
655
+ * The date and time the object was created in the remote system.
656
+ */
657
+ remote_created_at: Date | null;
658
+ /**
659
+ * The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
660
+ */
661
+ changed_at: Date;
662
+ /**
663
+ * The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
664
+ */
665
+ remote_deleted_at: Date | null;
666
+ /**
667
+ * A key-value store of fields not covered by the schema. [Read more](/custom-fields)
668
+ */
669
+ custom_fields: { [k: string]: any } | null;
670
+ employments: Array<Employment>;
671
+ time_off_balances: Array<TimeOffBalance>;
672
+ manager: Manager | null;
673
+ groups: Array<Group>;
674
+ legal_entity: LegalEntity | null;
675
+ work_location: WorkLocation | null;
676
+ };
677
+
678
+ export type GetHrisEmployeesPositiveResponseData = {
679
+ /**
680
+ * Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages.
681
+ */
682
+ next: string | null;
683
+ results: Array<GetHrisEmployeesPositiveResponseResult>;
684
+ };
685
+
686
+ export type GetHrisEmployeesPositiveResponse = {
687
+ status: "success";
688
+ data: GetHrisEmployeesPositiveResponseData;
689
+ };
690
+
691
+ /** @internal */
692
+ export const GetHrisEmployeesPositiveResponseGender$inboundSchema: z.ZodType<
693
+ GetHrisEmployeesPositiveResponseGender,
694
+ z.ZodTypeDef,
695
+ unknown
696
+ > = z
697
+ .union([
698
+ z.nativeEnum(GetHrisEmployeesPositiveResponseGender),
699
+ z.string().transform(catchUnrecognizedEnum),
700
+ ]);
701
+
702
+ /** @internal */
703
+ export const GetHrisEmployeesPositiveResponseGender$outboundSchema: z.ZodType<
704
+ GetHrisEmployeesPositiveResponseGender,
705
+ z.ZodTypeDef,
706
+ GetHrisEmployeesPositiveResponseGender
707
+ > = z.union([
708
+ z.nativeEnum(GetHrisEmployeesPositiveResponseGender),
709
+ z.string().and(z.custom<Unrecognized<string>>()),
710
+ ]);
711
+
712
+ /**
713
+ * @internal
714
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
715
+ */
716
+ export namespace GetHrisEmployeesPositiveResponseGender$ {
717
+ /** @deprecated use `GetHrisEmployeesPositiveResponseGender$inboundSchema` instead. */
718
+ export const inboundSchema =
719
+ GetHrisEmployeesPositiveResponseGender$inboundSchema;
720
+ /** @deprecated use `GetHrisEmployeesPositiveResponseGender$outboundSchema` instead. */
721
+ export const outboundSchema =
722
+ GetHrisEmployeesPositiveResponseGender$outboundSchema;
723
+ }
724
+
725
+ /** @internal */
726
+ export const Ethnicity$inboundSchema: z.ZodType<
727
+ Ethnicity,
728
+ z.ZodTypeDef,
729
+ unknown
730
+ > = z
731
+ .union([
732
+ z.nativeEnum(Ethnicity),
733
+ z.string().transform(catchUnrecognizedEnum),
734
+ ]);
735
+
736
+ /** @internal */
737
+ export const Ethnicity$outboundSchema: z.ZodType<
738
+ Ethnicity,
739
+ z.ZodTypeDef,
740
+ Ethnicity
741
+ > = z.union([
742
+ z.nativeEnum(Ethnicity),
743
+ z.string().and(z.custom<Unrecognized<string>>()),
744
+ ]);
745
+
746
+ /**
747
+ * @internal
748
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
749
+ */
750
+ export namespace Ethnicity$ {
751
+ /** @deprecated use `Ethnicity$inboundSchema` instead. */
752
+ export const inboundSchema = Ethnicity$inboundSchema;
753
+ /** @deprecated use `Ethnicity$outboundSchema` instead. */
754
+ export const outboundSchema = Ethnicity$outboundSchema;
755
+ }
756
+
757
+ /** @internal */
758
+ export const MaritalStatus$inboundSchema: z.ZodType<
759
+ MaritalStatus,
760
+ z.ZodTypeDef,
761
+ unknown
762
+ > = z
763
+ .union([
764
+ z.nativeEnum(MaritalStatus),
765
+ z.string().transform(catchUnrecognizedEnum),
766
+ ]);
767
+
768
+ /** @internal */
769
+ export const MaritalStatus$outboundSchema: z.ZodType<
770
+ MaritalStatus,
771
+ z.ZodTypeDef,
772
+ MaritalStatus
773
+ > = z.union([
774
+ z.nativeEnum(MaritalStatus),
775
+ z.string().and(z.custom<Unrecognized<string>>()),
776
+ ]);
777
+
778
+ /**
779
+ * @internal
780
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
781
+ */
782
+ export namespace MaritalStatus$ {
783
+ /** @deprecated use `MaritalStatus$inboundSchema` instead. */
784
+ export const inboundSchema = MaritalStatus$inboundSchema;
785
+ /** @deprecated use `MaritalStatus$outboundSchema` instead. */
786
+ export const outboundSchema = MaritalStatus$outboundSchema;
787
+ }
788
+
789
+ /** @internal */
790
+ export const EmploymentStatus$inboundSchema: z.ZodType<
791
+ EmploymentStatus,
792
+ z.ZodTypeDef,
793
+ unknown
794
+ > = z
795
+ .union([
796
+ z.nativeEnum(EmploymentStatus),
797
+ z.string().transform(catchUnrecognizedEnum),
798
+ ]);
799
+
800
+ /** @internal */
801
+ export const EmploymentStatus$outboundSchema: z.ZodType<
802
+ EmploymentStatus,
803
+ z.ZodTypeDef,
804
+ EmploymentStatus
805
+ > = z.union([
806
+ z.nativeEnum(EmploymentStatus),
807
+ z.string().and(z.custom<Unrecognized<string>>()),
808
+ ]);
809
+
810
+ /**
811
+ * @internal
812
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
813
+ */
814
+ export namespace EmploymentStatus$ {
815
+ /** @deprecated use `EmploymentStatus$inboundSchema` instead. */
816
+ export const inboundSchema = EmploymentStatus$inboundSchema;
817
+ /** @deprecated use `EmploymentStatus$outboundSchema` instead. */
818
+ export const outboundSchema = EmploymentStatus$outboundSchema;
819
+ }
820
+
821
+ /** @internal */
822
+ export const GetHrisEmployeesPositiveResponseEmploymentType$inboundSchema:
823
+ z.ZodType<
824
+ GetHrisEmployeesPositiveResponseEmploymentType,
825
+ z.ZodTypeDef,
826
+ unknown
827
+ > = z
828
+ .union([
829
+ z.nativeEnum(GetHrisEmployeesPositiveResponseEmploymentType),
830
+ z.string().transform(catchUnrecognizedEnum),
831
+ ]);
832
+
833
+ /** @internal */
834
+ export const GetHrisEmployeesPositiveResponseEmploymentType$outboundSchema:
835
+ z.ZodType<
836
+ GetHrisEmployeesPositiveResponseEmploymentType,
837
+ z.ZodTypeDef,
838
+ GetHrisEmployeesPositiveResponseEmploymentType
839
+ > = z.union([
840
+ z.nativeEnum(GetHrisEmployeesPositiveResponseEmploymentType),
841
+ z.string().and(z.custom<Unrecognized<string>>()),
842
+ ]);
843
+
844
+ /**
845
+ * @internal
846
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
847
+ */
848
+ export namespace GetHrisEmployeesPositiveResponseEmploymentType$ {
849
+ /** @deprecated use `GetHrisEmployeesPositiveResponseEmploymentType$inboundSchema` instead. */
850
+ export const inboundSchema =
851
+ GetHrisEmployeesPositiveResponseEmploymentType$inboundSchema;
852
+ /** @deprecated use `GetHrisEmployeesPositiveResponseEmploymentType$outboundSchema` instead. */
853
+ export const outboundSchema =
854
+ GetHrisEmployeesPositiveResponseEmploymentType$outboundSchema;
855
+ }
856
+
857
+ /** @internal */
858
+ export const HomeAddress$inboundSchema: z.ZodType<
859
+ HomeAddress,
860
+ z.ZodTypeDef,
861
+ unknown
862
+ > = z.object({
863
+ city: z.nullable(z.string()).optional(),
864
+ country: z.nullable(z.string()).optional(),
865
+ raw: z.nullable(z.string()).optional(),
866
+ state: z.nullable(z.string()).optional(),
867
+ street_1: z.nullable(z.string()).optional(),
868
+ street_2: z.nullable(z.string()).optional(),
869
+ zip_code: z.nullable(z.string()).optional(),
870
+ });
871
+
872
+ /** @internal */
873
+ export type HomeAddress$Outbound = {
874
+ city?: string | null | undefined;
875
+ country?: string | null | undefined;
876
+ raw?: string | null | undefined;
877
+ state?: string | null | undefined;
878
+ street_1?: string | null | undefined;
879
+ street_2?: string | null | undefined;
880
+ zip_code?: string | null | undefined;
881
+ };
882
+
883
+ /** @internal */
884
+ export const HomeAddress$outboundSchema: z.ZodType<
885
+ HomeAddress$Outbound,
886
+ z.ZodTypeDef,
887
+ HomeAddress
888
+ > = z.object({
889
+ city: z.nullable(z.string()).optional(),
890
+ country: z.nullable(z.string()).optional(),
891
+ raw: z.nullable(z.string()).optional(),
892
+ state: z.nullable(z.string()).optional(),
893
+ street_1: z.nullable(z.string()).optional(),
894
+ street_2: z.nullable(z.string()).optional(),
895
+ zip_code: z.nullable(z.string()).optional(),
896
+ });
897
+
898
+ /**
899
+ * @internal
900
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
901
+ */
902
+ export namespace HomeAddress$ {
903
+ /** @deprecated use `HomeAddress$inboundSchema` instead. */
904
+ export const inboundSchema = HomeAddress$inboundSchema;
905
+ /** @deprecated use `HomeAddress$outboundSchema` instead. */
906
+ export const outboundSchema = HomeAddress$outboundSchema;
907
+ /** @deprecated use `HomeAddress$Outbound` instead. */
908
+ export type Outbound = HomeAddress$Outbound;
909
+ }
910
+
911
+ export function homeAddressToJSON(homeAddress: HomeAddress): string {
912
+ return JSON.stringify(HomeAddress$outboundSchema.parse(homeAddress));
913
+ }
914
+
915
+ export function homeAddressFromJSON(
916
+ jsonString: string,
917
+ ): SafeParseResult<HomeAddress, SDKValidationError> {
918
+ return safeParse(
919
+ jsonString,
920
+ (x) => HomeAddress$inboundSchema.parse(JSON.parse(x)),
921
+ `Failed to parse 'HomeAddress' from JSON`,
922
+ );
923
+ }
924
+
925
+ /** @internal */
926
+ export const DomesticBankRoutingType$inboundSchema: z.ZodNativeEnum<
927
+ typeof DomesticBankRoutingType
928
+ > = z.nativeEnum(DomesticBankRoutingType);
929
+
930
+ /** @internal */
931
+ export const DomesticBankRoutingType$outboundSchema: z.ZodNativeEnum<
932
+ typeof DomesticBankRoutingType
933
+ > = DomesticBankRoutingType$inboundSchema;
934
+
935
+ /**
936
+ * @internal
937
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
938
+ */
939
+ export namespace DomesticBankRoutingType$ {
940
+ /** @deprecated use `DomesticBankRoutingType$inboundSchema` instead. */
941
+ export const inboundSchema = DomesticBankRoutingType$inboundSchema;
942
+ /** @deprecated use `DomesticBankRoutingType$outboundSchema` instead. */
943
+ export const outboundSchema = DomesticBankRoutingType$outboundSchema;
944
+ }
945
+
946
+ /** @internal */
947
+ export const DomesticBankRouting$inboundSchema: z.ZodType<
948
+ DomesticBankRouting,
949
+ z.ZodTypeDef,
950
+ unknown
951
+ > = z.object({
952
+ number: z.string(),
953
+ type: z.nullable(DomesticBankRoutingType$inboundSchema),
954
+ });
955
+
956
+ /** @internal */
957
+ export type DomesticBankRouting$Outbound = {
958
+ number: string;
959
+ type: string | null;
960
+ };
961
+
962
+ /** @internal */
963
+ export const DomesticBankRouting$outboundSchema: z.ZodType<
964
+ DomesticBankRouting$Outbound,
965
+ z.ZodTypeDef,
966
+ DomesticBankRouting
967
+ > = z.object({
968
+ number: z.string(),
969
+ type: z.nullable(DomesticBankRoutingType$outboundSchema),
970
+ });
971
+
972
+ /**
973
+ * @internal
974
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
975
+ */
976
+ export namespace DomesticBankRouting$ {
977
+ /** @deprecated use `DomesticBankRouting$inboundSchema` instead. */
978
+ export const inboundSchema = DomesticBankRouting$inboundSchema;
979
+ /** @deprecated use `DomesticBankRouting$outboundSchema` instead. */
980
+ export const outboundSchema = DomesticBankRouting$outboundSchema;
981
+ /** @deprecated use `DomesticBankRouting$Outbound` instead. */
982
+ export type Outbound = DomesticBankRouting$Outbound;
983
+ }
984
+
985
+ export function domesticBankRoutingToJSON(
986
+ domesticBankRouting: DomesticBankRouting,
987
+ ): string {
988
+ return JSON.stringify(
989
+ DomesticBankRouting$outboundSchema.parse(domesticBankRouting),
990
+ );
991
+ }
992
+
993
+ export function domesticBankRoutingFromJSON(
994
+ jsonString: string,
995
+ ): SafeParseResult<DomesticBankRouting, SDKValidationError> {
996
+ return safeParse(
997
+ jsonString,
998
+ (x) => DomesticBankRouting$inboundSchema.parse(JSON.parse(x)),
999
+ `Failed to parse 'DomesticBankRouting' from JSON`,
1000
+ );
1001
+ }
1002
+
1003
+ /** @internal */
1004
+ export const BankAccount$inboundSchema: z.ZodType<
1005
+ BankAccount,
1006
+ z.ZodTypeDef,
1007
+ unknown
1008
+ > = z.object({
1009
+ iban: z.nullable(z.string()).optional(),
1010
+ bic: z.nullable(z.string()).optional(),
1011
+ account_number: z.nullable(z.string()).optional(),
1012
+ holder_name: z.nullable(z.string()).optional(),
1013
+ bank_name: z.nullable(z.string()).optional(),
1014
+ domestic_bank_routing: z.nullable(
1015
+ z.lazy(() => DomesticBankRouting$inboundSchema),
1016
+ ).optional(),
1017
+ });
1018
+
1019
+ /** @internal */
1020
+ export type BankAccount$Outbound = {
1021
+ iban?: string | null | undefined;
1022
+ bic?: string | null | undefined;
1023
+ account_number?: string | null | undefined;
1024
+ holder_name?: string | null | undefined;
1025
+ bank_name?: string | null | undefined;
1026
+ domestic_bank_routing?: DomesticBankRouting$Outbound | null | undefined;
1027
+ };
1028
+
1029
+ /** @internal */
1030
+ export const BankAccount$outboundSchema: z.ZodType<
1031
+ BankAccount$Outbound,
1032
+ z.ZodTypeDef,
1033
+ BankAccount
1034
+ > = z.object({
1035
+ iban: z.nullable(z.string()).optional(),
1036
+ bic: z.nullable(z.string()).optional(),
1037
+ account_number: z.nullable(z.string()).optional(),
1038
+ holder_name: z.nullable(z.string()).optional(),
1039
+ bank_name: z.nullable(z.string()).optional(),
1040
+ domestic_bank_routing: z.nullable(
1041
+ z.lazy(() => DomesticBankRouting$outboundSchema),
1042
+ ).optional(),
1043
+ });
1044
+
1045
+ /**
1046
+ * @internal
1047
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1048
+ */
1049
+ export namespace BankAccount$ {
1050
+ /** @deprecated use `BankAccount$inboundSchema` instead. */
1051
+ export const inboundSchema = BankAccount$inboundSchema;
1052
+ /** @deprecated use `BankAccount$outboundSchema` instead. */
1053
+ export const outboundSchema = BankAccount$outboundSchema;
1054
+ /** @deprecated use `BankAccount$Outbound` instead. */
1055
+ export type Outbound = BankAccount$Outbound;
1056
+ }
1057
+
1058
+ export function bankAccountToJSON(bankAccount: BankAccount): string {
1059
+ return JSON.stringify(BankAccount$outboundSchema.parse(bankAccount));
1060
+ }
1061
+
1062
+ export function bankAccountFromJSON(
1063
+ jsonString: string,
1064
+ ): SafeParseResult<BankAccount, SDKValidationError> {
1065
+ return safeParse(
1066
+ jsonString,
1067
+ (x) => BankAccount$inboundSchema.parse(JSON.parse(x)),
1068
+ `Failed to parse 'BankAccount' from JSON`,
1069
+ );
1070
+ }
1071
+
1072
+ /** @internal */
1073
+ export const GetHrisEmployeesPositiveResponsePayPeriod$inboundSchema: z.ZodType<
1074
+ GetHrisEmployeesPositiveResponsePayPeriod,
1075
+ z.ZodTypeDef,
1076
+ unknown
1077
+ > = z
1078
+ .union([
1079
+ z.nativeEnum(GetHrisEmployeesPositiveResponsePayPeriod),
1080
+ z.string().transform(catchUnrecognizedEnum),
1081
+ ]);
1082
+
1083
+ /** @internal */
1084
+ export const GetHrisEmployeesPositiveResponsePayPeriod$outboundSchema:
1085
+ z.ZodType<
1086
+ GetHrisEmployeesPositiveResponsePayPeriod,
1087
+ z.ZodTypeDef,
1088
+ GetHrisEmployeesPositiveResponsePayPeriod
1089
+ > = z.union([
1090
+ z.nativeEnum(GetHrisEmployeesPositiveResponsePayPeriod),
1091
+ z.string().and(z.custom<Unrecognized<string>>()),
1092
+ ]);
1093
+
1094
+ /**
1095
+ * @internal
1096
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1097
+ */
1098
+ export namespace GetHrisEmployeesPositiveResponsePayPeriod$ {
1099
+ /** @deprecated use `GetHrisEmployeesPositiveResponsePayPeriod$inboundSchema` instead. */
1100
+ export const inboundSchema =
1101
+ GetHrisEmployeesPositiveResponsePayPeriod$inboundSchema;
1102
+ /** @deprecated use `GetHrisEmployeesPositiveResponsePayPeriod$outboundSchema` instead. */
1103
+ export const outboundSchema =
1104
+ GetHrisEmployeesPositiveResponsePayPeriod$outboundSchema;
1105
+ }
1106
+
1107
+ /** @internal */
1108
+ export const GetHrisEmployeesPositiveResponsePayFrequency$inboundSchema:
1109
+ z.ZodType<
1110
+ GetHrisEmployeesPositiveResponsePayFrequency,
1111
+ z.ZodTypeDef,
1112
+ unknown
1113
+ > = z
1114
+ .union([
1115
+ z.nativeEnum(GetHrisEmployeesPositiveResponsePayFrequency),
1116
+ z.string().transform(catchUnrecognizedEnum),
1117
+ ]);
1118
+
1119
+ /** @internal */
1120
+ export const GetHrisEmployeesPositiveResponsePayFrequency$outboundSchema:
1121
+ z.ZodType<
1122
+ GetHrisEmployeesPositiveResponsePayFrequency,
1123
+ z.ZodTypeDef,
1124
+ GetHrisEmployeesPositiveResponsePayFrequency
1125
+ > = z.union([
1126
+ z.nativeEnum(GetHrisEmployeesPositiveResponsePayFrequency),
1127
+ z.string().and(z.custom<Unrecognized<string>>()),
1128
+ ]);
1129
+
1130
+ /**
1131
+ * @internal
1132
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1133
+ */
1134
+ export namespace GetHrisEmployeesPositiveResponsePayFrequency$ {
1135
+ /** @deprecated use `GetHrisEmployeesPositiveResponsePayFrequency$inboundSchema` instead. */
1136
+ export const inboundSchema =
1137
+ GetHrisEmployeesPositiveResponsePayFrequency$inboundSchema;
1138
+ /** @deprecated use `GetHrisEmployeesPositiveResponsePayFrequency$outboundSchema` instead. */
1139
+ export const outboundSchema =
1140
+ GetHrisEmployeesPositiveResponsePayFrequency$outboundSchema;
1141
+ }
1142
+
1143
+ /** @internal */
1144
+ export const EmploymentEmploymentType$inboundSchema: z.ZodType<
1145
+ EmploymentEmploymentType,
1146
+ z.ZodTypeDef,
1147
+ unknown
1148
+ > = z
1149
+ .union([
1150
+ z.nativeEnum(EmploymentEmploymentType),
1151
+ z.string().transform(catchUnrecognizedEnum),
1152
+ ]);
1153
+
1154
+ /** @internal */
1155
+ export const EmploymentEmploymentType$outboundSchema: z.ZodType<
1156
+ EmploymentEmploymentType,
1157
+ z.ZodTypeDef,
1158
+ EmploymentEmploymentType
1159
+ > = z.union([
1160
+ z.nativeEnum(EmploymentEmploymentType),
1161
+ z.string().and(z.custom<Unrecognized<string>>()),
1162
+ ]);
1163
+
1164
+ /**
1165
+ * @internal
1166
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1167
+ */
1168
+ export namespace EmploymentEmploymentType$ {
1169
+ /** @deprecated use `EmploymentEmploymentType$inboundSchema` instead. */
1170
+ export const inboundSchema = EmploymentEmploymentType$inboundSchema;
1171
+ /** @deprecated use `EmploymentEmploymentType$outboundSchema` instead. */
1172
+ export const outboundSchema = EmploymentEmploymentType$outboundSchema;
1173
+ }
1174
+
1175
+ /** @internal */
1176
+ export const Employment$inboundSchema: z.ZodType<
1177
+ Employment,
1178
+ z.ZodTypeDef,
1179
+ unknown
1180
+ > = z.object({
1181
+ id: z.string(),
1182
+ remote_id: z.nullable(z.string()),
1183
+ employee_id: z.string(),
1184
+ job_title: z.nullable(z.string()),
1185
+ pay_rate: z.nullable(z.number()),
1186
+ pay_period: z.nullable(
1187
+ GetHrisEmployeesPositiveResponsePayPeriod$inboundSchema,
1188
+ ).optional(),
1189
+ pay_frequency: z.nullable(
1190
+ GetHrisEmployeesPositiveResponsePayFrequency$inboundSchema,
1191
+ ).optional(),
1192
+ employment_type: z.nullable(EmploymentEmploymentType$inboundSchema)
1193
+ .optional(),
1194
+ pay_currency: z.nullable(z.string()),
1195
+ effective_date: z.nullable(
1196
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1197
+ ),
1198
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
1199
+ remote_deleted_at: z.nullable(
1200
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1201
+ ),
1202
+ custom_fields: z.nullable(z.record(z.any())),
1203
+ });
1204
+
1205
+ /** @internal */
1206
+ export type Employment$Outbound = {
1207
+ id: string;
1208
+ remote_id: string | null;
1209
+ employee_id: string;
1210
+ job_title: string | null;
1211
+ pay_rate: number | null;
1212
+ pay_period?: string | null | undefined;
1213
+ pay_frequency?: string | null | undefined;
1214
+ employment_type?: string | null | undefined;
1215
+ pay_currency: string | null;
1216
+ effective_date: string | null;
1217
+ changed_at: string;
1218
+ remote_deleted_at: string | null;
1219
+ custom_fields: { [k: string]: any } | null;
1220
+ };
1221
+
1222
+ /** @internal */
1223
+ export const Employment$outboundSchema: z.ZodType<
1224
+ Employment$Outbound,
1225
+ z.ZodTypeDef,
1226
+ Employment
1227
+ > = z.object({
1228
+ id: z.string(),
1229
+ remote_id: z.nullable(z.string()),
1230
+ employee_id: z.string(),
1231
+ job_title: z.nullable(z.string()),
1232
+ pay_rate: z.nullable(z.number()),
1233
+ pay_period: z.nullable(
1234
+ GetHrisEmployeesPositiveResponsePayPeriod$outboundSchema,
1235
+ ).optional(),
1236
+ pay_frequency: z.nullable(
1237
+ GetHrisEmployeesPositiveResponsePayFrequency$outboundSchema,
1238
+ ).optional(),
1239
+ employment_type: z.nullable(EmploymentEmploymentType$outboundSchema)
1240
+ .optional(),
1241
+ pay_currency: z.nullable(z.string()),
1242
+ effective_date: z.nullable(z.date().transform(v => v.toISOString())),
1243
+ changed_at: z.date().transform(v => v.toISOString()),
1244
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
1245
+ custom_fields: z.nullable(z.record(z.any())),
1246
+ });
1247
+
1248
+ /**
1249
+ * @internal
1250
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1251
+ */
1252
+ export namespace Employment$ {
1253
+ /** @deprecated use `Employment$inboundSchema` instead. */
1254
+ export const inboundSchema = Employment$inboundSchema;
1255
+ /** @deprecated use `Employment$outboundSchema` instead. */
1256
+ export const outboundSchema = Employment$outboundSchema;
1257
+ /** @deprecated use `Employment$Outbound` instead. */
1258
+ export type Outbound = Employment$Outbound;
1259
+ }
1260
+
1261
+ export function employmentToJSON(employment: Employment): string {
1262
+ return JSON.stringify(Employment$outboundSchema.parse(employment));
1263
+ }
1264
+
1265
+ export function employmentFromJSON(
1266
+ jsonString: string,
1267
+ ): SafeParseResult<Employment, SDKValidationError> {
1268
+ return safeParse(
1269
+ jsonString,
1270
+ (x) => Employment$inboundSchema.parse(JSON.parse(x)),
1271
+ `Failed to parse 'Employment' from JSON`,
1272
+ );
1273
+ }
1274
+
1275
+ /** @internal */
1276
+ export const GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema:
1277
+ z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseBalanceUnit> = z
1278
+ .nativeEnum(GetHrisEmployeesPositiveResponseBalanceUnit);
1279
+
1280
+ /** @internal */
1281
+ export const GetHrisEmployeesPositiveResponseBalanceUnit$outboundSchema:
1282
+ z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseBalanceUnit> =
1283
+ GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema;
1284
+
1285
+ /**
1286
+ * @internal
1287
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1288
+ */
1289
+ export namespace GetHrisEmployeesPositiveResponseBalanceUnit$ {
1290
+ /** @deprecated use `GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema` instead. */
1291
+ export const inboundSchema =
1292
+ GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema;
1293
+ /** @deprecated use `GetHrisEmployeesPositiveResponseBalanceUnit$outboundSchema` instead. */
1294
+ export const outboundSchema =
1295
+ GetHrisEmployeesPositiveResponseBalanceUnit$outboundSchema;
1296
+ }
1297
+
1298
+ /** @internal */
1299
+ export const GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema:
1300
+ z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseUsedUnit> = z
1301
+ .nativeEnum(GetHrisEmployeesPositiveResponseUsedUnit);
1302
+
1303
+ /** @internal */
1304
+ export const GetHrisEmployeesPositiveResponseUsedUnit$outboundSchema:
1305
+ z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseUsedUnit> =
1306
+ GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema;
1307
+
1308
+ /**
1309
+ * @internal
1310
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1311
+ */
1312
+ export namespace GetHrisEmployeesPositiveResponseUsedUnit$ {
1313
+ /** @deprecated use `GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema` instead. */
1314
+ export const inboundSchema =
1315
+ GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema;
1316
+ /** @deprecated use `GetHrisEmployeesPositiveResponseUsedUnit$outboundSchema` instead. */
1317
+ export const outboundSchema =
1318
+ GetHrisEmployeesPositiveResponseUsedUnit$outboundSchema;
1319
+ }
1320
+
1321
+ /** @internal */
1322
+ export const TimeOffBalance$inboundSchema: z.ZodType<
1323
+ TimeOffBalance,
1324
+ z.ZodTypeDef,
1325
+ unknown
1326
+ > = z.object({
1327
+ id: z.string(),
1328
+ remote_id: z.nullable(z.string()),
1329
+ employee_id: z.string(),
1330
+ type_id: z.string(),
1331
+ balance: z.nullable(z.number()),
1332
+ balance_unit: z.nullable(
1333
+ GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema,
1334
+ ),
1335
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
1336
+ remote_deleted_at: z.nullable(
1337
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1338
+ ),
1339
+ used: z.nullable(z.number()),
1340
+ used_unit: z.nullable(GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema),
1341
+ });
1342
+
1343
+ /** @internal */
1344
+ export type TimeOffBalance$Outbound = {
1345
+ id: string;
1346
+ remote_id: string | null;
1347
+ employee_id: string;
1348
+ type_id: string;
1349
+ balance: number | null;
1350
+ balance_unit: string | null;
1351
+ changed_at: string;
1352
+ remote_deleted_at: string | null;
1353
+ used: number | null;
1354
+ used_unit: string | null;
1355
+ };
1356
+
1357
+ /** @internal */
1358
+ export const TimeOffBalance$outboundSchema: z.ZodType<
1359
+ TimeOffBalance$Outbound,
1360
+ z.ZodTypeDef,
1361
+ TimeOffBalance
1362
+ > = z.object({
1363
+ id: z.string(),
1364
+ remote_id: z.nullable(z.string()),
1365
+ employee_id: z.string(),
1366
+ type_id: z.string(),
1367
+ balance: z.nullable(z.number()),
1368
+ balance_unit: z.nullable(
1369
+ GetHrisEmployeesPositiveResponseBalanceUnit$outboundSchema,
1370
+ ),
1371
+ changed_at: z.date().transform(v => v.toISOString()),
1372
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
1373
+ used: z.nullable(z.number()),
1374
+ used_unit: z.nullable(
1375
+ GetHrisEmployeesPositiveResponseUsedUnit$outboundSchema,
1376
+ ),
1377
+ });
1378
+
1379
+ /**
1380
+ * @internal
1381
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1382
+ */
1383
+ export namespace TimeOffBalance$ {
1384
+ /** @deprecated use `TimeOffBalance$inboundSchema` instead. */
1385
+ export const inboundSchema = TimeOffBalance$inboundSchema;
1386
+ /** @deprecated use `TimeOffBalance$outboundSchema` instead. */
1387
+ export const outboundSchema = TimeOffBalance$outboundSchema;
1388
+ /** @deprecated use `TimeOffBalance$Outbound` instead. */
1389
+ export type Outbound = TimeOffBalance$Outbound;
1390
+ }
1391
+
1392
+ export function timeOffBalanceToJSON(timeOffBalance: TimeOffBalance): string {
1393
+ return JSON.stringify(TimeOffBalance$outboundSchema.parse(timeOffBalance));
1394
+ }
1395
+
1396
+ export function timeOffBalanceFromJSON(
1397
+ jsonString: string,
1398
+ ): SafeParseResult<TimeOffBalance, SDKValidationError> {
1399
+ return safeParse(
1400
+ jsonString,
1401
+ (x) => TimeOffBalance$inboundSchema.parse(JSON.parse(x)),
1402
+ `Failed to parse 'TimeOffBalance' from JSON`,
1403
+ );
1404
+ }
1405
+
1406
+ /** @internal */
1407
+ export const ManagerEmploymentStatus$inboundSchema: z.ZodType<
1408
+ ManagerEmploymentStatus,
1409
+ z.ZodTypeDef,
1410
+ unknown
1411
+ > = z
1412
+ .union([
1413
+ z.nativeEnum(ManagerEmploymentStatus),
1414
+ z.string().transform(catchUnrecognizedEnum),
1415
+ ]);
1416
+
1417
+ /** @internal */
1418
+ export const ManagerEmploymentStatus$outboundSchema: z.ZodType<
1419
+ ManagerEmploymentStatus,
1420
+ z.ZodTypeDef,
1421
+ ManagerEmploymentStatus
1422
+ > = z.union([
1423
+ z.nativeEnum(ManagerEmploymentStatus),
1424
+ z.string().and(z.custom<Unrecognized<string>>()),
1425
+ ]);
1426
+
1427
+ /**
1428
+ * @internal
1429
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1430
+ */
1431
+ export namespace ManagerEmploymentStatus$ {
1432
+ /** @deprecated use `ManagerEmploymentStatus$inboundSchema` instead. */
1433
+ export const inboundSchema = ManagerEmploymentStatus$inboundSchema;
1434
+ /** @deprecated use `ManagerEmploymentStatus$outboundSchema` instead. */
1435
+ export const outboundSchema = ManagerEmploymentStatus$outboundSchema;
1436
+ }
1437
+
1438
+ /** @internal */
1439
+ export const Manager$inboundSchema: z.ZodType<Manager, z.ZodTypeDef, unknown> =
1440
+ z.object({
1441
+ first_name: z.nullable(z.string()),
1442
+ last_name: z.nullable(z.string()),
1443
+ display_full_name: z.nullable(z.string()),
1444
+ id: z.string(),
1445
+ work_email: z.nullable(z.string()).optional(),
1446
+ remote_id: z.string(),
1447
+ employment_status: z.nullable(ManagerEmploymentStatus$inboundSchema)
1448
+ .optional(),
1449
+ termination_date: z.nullable(
1450
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1451
+ ),
1452
+ });
1453
+
1454
+ /** @internal */
1455
+ export type Manager$Outbound = {
1456
+ first_name: string | null;
1457
+ last_name: string | null;
1458
+ display_full_name: string | null;
1459
+ id: string;
1460
+ work_email?: string | null | undefined;
1461
+ remote_id: string;
1462
+ employment_status?: string | null | undefined;
1463
+ termination_date: string | null;
1464
+ };
1465
+
1466
+ /** @internal */
1467
+ export const Manager$outboundSchema: z.ZodType<
1468
+ Manager$Outbound,
1469
+ z.ZodTypeDef,
1470
+ Manager
1471
+ > = z.object({
1472
+ first_name: z.nullable(z.string()),
1473
+ last_name: z.nullable(z.string()),
1474
+ display_full_name: z.nullable(z.string()),
1475
+ id: z.string(),
1476
+ work_email: z.nullable(z.string()).optional(),
1477
+ remote_id: z.string(),
1478
+ employment_status: z.nullable(ManagerEmploymentStatus$outboundSchema)
1479
+ .optional(),
1480
+ termination_date: z.nullable(z.date().transform(v => v.toISOString())),
1481
+ });
1482
+
1483
+ /**
1484
+ * @internal
1485
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1486
+ */
1487
+ export namespace Manager$ {
1488
+ /** @deprecated use `Manager$inboundSchema` instead. */
1489
+ export const inboundSchema = Manager$inboundSchema;
1490
+ /** @deprecated use `Manager$outboundSchema` instead. */
1491
+ export const outboundSchema = Manager$outboundSchema;
1492
+ /** @deprecated use `Manager$Outbound` instead. */
1493
+ export type Outbound = Manager$Outbound;
1494
+ }
1495
+
1496
+ export function managerToJSON(manager: Manager): string {
1497
+ return JSON.stringify(Manager$outboundSchema.parse(manager));
1498
+ }
1499
+
1500
+ export function managerFromJSON(
1501
+ jsonString: string,
1502
+ ): SafeParseResult<Manager, SDKValidationError> {
1503
+ return safeParse(
1504
+ jsonString,
1505
+ (x) => Manager$inboundSchema.parse(JSON.parse(x)),
1506
+ `Failed to parse 'Manager' from JSON`,
1507
+ );
1508
+ }
1509
+
1510
+ /** @internal */
1511
+ export const GroupType$inboundSchema: z.ZodNativeEnum<typeof GroupType> = z
1512
+ .nativeEnum(GroupType);
1513
+
1514
+ /** @internal */
1515
+ export const GroupType$outboundSchema: z.ZodNativeEnum<typeof GroupType> =
1516
+ GroupType$inboundSchema;
1517
+
1518
+ /**
1519
+ * @internal
1520
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1521
+ */
1522
+ export namespace GroupType$ {
1523
+ /** @deprecated use `GroupType$inboundSchema` instead. */
1524
+ export const inboundSchema = GroupType$inboundSchema;
1525
+ /** @deprecated use `GroupType$outboundSchema` instead. */
1526
+ export const outboundSchema = GroupType$outboundSchema;
1527
+ }
1528
+
1529
+ /** @internal */
1530
+ export const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown> = z
1531
+ .object({
1532
+ id: z.string(),
1533
+ remote_id: z.string(),
1534
+ name: z.nullable(z.string()),
1535
+ type: z.nullable(GroupType$inboundSchema),
1536
+ });
1537
+
1538
+ /** @internal */
1539
+ export type Group$Outbound = {
1540
+ id: string;
1541
+ remote_id: string;
1542
+ name: string | null;
1543
+ type: string | null;
1544
+ };
1545
+
1546
+ /** @internal */
1547
+ export const Group$outboundSchema: z.ZodType<
1548
+ Group$Outbound,
1549
+ z.ZodTypeDef,
1550
+ Group
1551
+ > = z.object({
1552
+ id: z.string(),
1553
+ remote_id: z.string(),
1554
+ name: z.nullable(z.string()),
1555
+ type: z.nullable(GroupType$outboundSchema),
1556
+ });
1557
+
1558
+ /**
1559
+ * @internal
1560
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1561
+ */
1562
+ export namespace Group$ {
1563
+ /** @deprecated use `Group$inboundSchema` instead. */
1564
+ export const inboundSchema = Group$inboundSchema;
1565
+ /** @deprecated use `Group$outboundSchema` instead. */
1566
+ export const outboundSchema = Group$outboundSchema;
1567
+ /** @deprecated use `Group$Outbound` instead. */
1568
+ export type Outbound = Group$Outbound;
1569
+ }
1570
+
1571
+ export function groupToJSON(group: Group): string {
1572
+ return JSON.stringify(Group$outboundSchema.parse(group));
1573
+ }
1574
+
1575
+ export function groupFromJSON(
1576
+ jsonString: string,
1577
+ ): SafeParseResult<Group, SDKValidationError> {
1578
+ return safeParse(
1579
+ jsonString,
1580
+ (x) => Group$inboundSchema.parse(JSON.parse(x)),
1581
+ `Failed to parse 'Group' from JSON`,
1582
+ );
1583
+ }
1584
+
1585
+ /** @internal */
1586
+ export const LegalEntityAddress$inboundSchema: z.ZodType<
1587
+ LegalEntityAddress,
1588
+ z.ZodTypeDef,
1589
+ unknown
1590
+ > = z.object({
1591
+ city: z.nullable(z.string()).optional(),
1592
+ country: z.nullable(z.string()).optional(),
1593
+ raw: z.nullable(z.string()).optional(),
1594
+ state: z.nullable(z.string()).optional(),
1595
+ street_1: z.nullable(z.string()).optional(),
1596
+ street_2: z.nullable(z.string()).optional(),
1597
+ zip_code: z.nullable(z.string()).optional(),
1598
+ });
1599
+
1600
+ /** @internal */
1601
+ export type LegalEntityAddress$Outbound = {
1602
+ city?: string | null | undefined;
1603
+ country?: string | null | undefined;
1604
+ raw?: string | null | undefined;
1605
+ state?: string | null | undefined;
1606
+ street_1?: string | null | undefined;
1607
+ street_2?: string | null | undefined;
1608
+ zip_code?: string | null | undefined;
1609
+ };
1610
+
1611
+ /** @internal */
1612
+ export const LegalEntityAddress$outboundSchema: z.ZodType<
1613
+ LegalEntityAddress$Outbound,
1614
+ z.ZodTypeDef,
1615
+ LegalEntityAddress
1616
+ > = z.object({
1617
+ city: z.nullable(z.string()).optional(),
1618
+ country: z.nullable(z.string()).optional(),
1619
+ raw: z.nullable(z.string()).optional(),
1620
+ state: z.nullable(z.string()).optional(),
1621
+ street_1: z.nullable(z.string()).optional(),
1622
+ street_2: z.nullable(z.string()).optional(),
1623
+ zip_code: z.nullable(z.string()).optional(),
1624
+ });
1625
+
1626
+ /**
1627
+ * @internal
1628
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1629
+ */
1630
+ export namespace LegalEntityAddress$ {
1631
+ /** @deprecated use `LegalEntityAddress$inboundSchema` instead. */
1632
+ export const inboundSchema = LegalEntityAddress$inboundSchema;
1633
+ /** @deprecated use `LegalEntityAddress$outboundSchema` instead. */
1634
+ export const outboundSchema = LegalEntityAddress$outboundSchema;
1635
+ /** @deprecated use `LegalEntityAddress$Outbound` instead. */
1636
+ export type Outbound = LegalEntityAddress$Outbound;
1637
+ }
1638
+
1639
+ export function legalEntityAddressToJSON(
1640
+ legalEntityAddress: LegalEntityAddress,
1641
+ ): string {
1642
+ return JSON.stringify(
1643
+ LegalEntityAddress$outboundSchema.parse(legalEntityAddress),
1644
+ );
1645
+ }
1646
+
1647
+ export function legalEntityAddressFromJSON(
1648
+ jsonString: string,
1649
+ ): SafeParseResult<LegalEntityAddress, SDKValidationError> {
1650
+ return safeParse(
1651
+ jsonString,
1652
+ (x) => LegalEntityAddress$inboundSchema.parse(JSON.parse(x)),
1653
+ `Failed to parse 'LegalEntityAddress' from JSON`,
1654
+ );
1655
+ }
1656
+
1657
+ /** @internal */
1658
+ export const LegalEntity$inboundSchema: z.ZodType<
1659
+ LegalEntity,
1660
+ z.ZodTypeDef,
1661
+ unknown
1662
+ > = z.object({
1663
+ id: z.string(),
1664
+ remote_id: z.nullable(z.string()),
1665
+ name: z.nullable(z.string()),
1666
+ address: z.nullable(z.lazy(() => LegalEntityAddress$inboundSchema))
1667
+ .optional(),
1668
+ });
1669
+
1670
+ /** @internal */
1671
+ export type LegalEntity$Outbound = {
1672
+ id: string;
1673
+ remote_id: string | null;
1674
+ name: string | null;
1675
+ address?: LegalEntityAddress$Outbound | null | undefined;
1676
+ };
1677
+
1678
+ /** @internal */
1679
+ export const LegalEntity$outboundSchema: z.ZodType<
1680
+ LegalEntity$Outbound,
1681
+ z.ZodTypeDef,
1682
+ LegalEntity
1683
+ > = z.object({
1684
+ id: z.string(),
1685
+ remote_id: z.nullable(z.string()),
1686
+ name: z.nullable(z.string()),
1687
+ address: z.nullable(z.lazy(() => LegalEntityAddress$outboundSchema))
1688
+ .optional(),
1689
+ });
1690
+
1691
+ /**
1692
+ * @internal
1693
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1694
+ */
1695
+ export namespace LegalEntity$ {
1696
+ /** @deprecated use `LegalEntity$inboundSchema` instead. */
1697
+ export const inboundSchema = LegalEntity$inboundSchema;
1698
+ /** @deprecated use `LegalEntity$outboundSchema` instead. */
1699
+ export const outboundSchema = LegalEntity$outboundSchema;
1700
+ /** @deprecated use `LegalEntity$Outbound` instead. */
1701
+ export type Outbound = LegalEntity$Outbound;
1702
+ }
1703
+
1704
+ export function legalEntityToJSON(legalEntity: LegalEntity): string {
1705
+ return JSON.stringify(LegalEntity$outboundSchema.parse(legalEntity));
1706
+ }
1707
+
1708
+ export function legalEntityFromJSON(
1709
+ jsonString: string,
1710
+ ): SafeParseResult<LegalEntity, SDKValidationError> {
1711
+ return safeParse(
1712
+ jsonString,
1713
+ (x) => LegalEntity$inboundSchema.parse(JSON.parse(x)),
1714
+ `Failed to parse 'LegalEntity' from JSON`,
1715
+ );
1716
+ }
1717
+
1718
+ /** @internal */
1719
+ export const WorkLocationAddress$inboundSchema: z.ZodType<
1720
+ WorkLocationAddress,
1721
+ z.ZodTypeDef,
1722
+ unknown
1723
+ > = z.object({
1724
+ city: z.nullable(z.string()).optional(),
1725
+ country: z.nullable(z.string()).optional(),
1726
+ raw: z.nullable(z.string()).optional(),
1727
+ state: z.nullable(z.string()).optional(),
1728
+ street_1: z.nullable(z.string()).optional(),
1729
+ street_2: z.nullable(z.string()).optional(),
1730
+ zip_code: z.nullable(z.string()).optional(),
1731
+ });
1732
+
1733
+ /** @internal */
1734
+ export type WorkLocationAddress$Outbound = {
1735
+ city?: string | null | undefined;
1736
+ country?: string | null | undefined;
1737
+ raw?: string | null | undefined;
1738
+ state?: string | null | undefined;
1739
+ street_1?: string | null | undefined;
1740
+ street_2?: string | null | undefined;
1741
+ zip_code?: string | null | undefined;
1742
+ };
1743
+
1744
+ /** @internal */
1745
+ export const WorkLocationAddress$outboundSchema: z.ZodType<
1746
+ WorkLocationAddress$Outbound,
1747
+ z.ZodTypeDef,
1748
+ WorkLocationAddress
1749
+ > = z.object({
1750
+ city: z.nullable(z.string()).optional(),
1751
+ country: z.nullable(z.string()).optional(),
1752
+ raw: z.nullable(z.string()).optional(),
1753
+ state: z.nullable(z.string()).optional(),
1754
+ street_1: z.nullable(z.string()).optional(),
1755
+ street_2: z.nullable(z.string()).optional(),
1756
+ zip_code: z.nullable(z.string()).optional(),
1757
+ });
1758
+
1759
+ /**
1760
+ * @internal
1761
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1762
+ */
1763
+ export namespace WorkLocationAddress$ {
1764
+ /** @deprecated use `WorkLocationAddress$inboundSchema` instead. */
1765
+ export const inboundSchema = WorkLocationAddress$inboundSchema;
1766
+ /** @deprecated use `WorkLocationAddress$outboundSchema` instead. */
1767
+ export const outboundSchema = WorkLocationAddress$outboundSchema;
1768
+ /** @deprecated use `WorkLocationAddress$Outbound` instead. */
1769
+ export type Outbound = WorkLocationAddress$Outbound;
1770
+ }
1771
+
1772
+ export function workLocationAddressToJSON(
1773
+ workLocationAddress: WorkLocationAddress,
1774
+ ): string {
1775
+ return JSON.stringify(
1776
+ WorkLocationAddress$outboundSchema.parse(workLocationAddress),
1777
+ );
1778
+ }
1779
+
1780
+ export function workLocationAddressFromJSON(
1781
+ jsonString: string,
1782
+ ): SafeParseResult<WorkLocationAddress, SDKValidationError> {
1783
+ return safeParse(
1784
+ jsonString,
1785
+ (x) => WorkLocationAddress$inboundSchema.parse(JSON.parse(x)),
1786
+ `Failed to parse 'WorkLocationAddress' from JSON`,
1787
+ );
1788
+ }
1789
+
1790
+ /** @internal */
1791
+ export const WorkLocation$inboundSchema: z.ZodType<
1792
+ WorkLocation,
1793
+ z.ZodTypeDef,
1794
+ unknown
1795
+ > = z.object({
1796
+ id: z.string(),
1797
+ remote_id: z.nullable(z.string()),
1798
+ name: z.nullable(z.string()),
1799
+ address: z.nullable(z.lazy(() => WorkLocationAddress$inboundSchema))
1800
+ .optional(),
1801
+ type: z.nullable(z.string()),
1802
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
1803
+ remote_deleted_at: z.nullable(
1804
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1805
+ ),
1806
+ });
1807
+
1808
+ /** @internal */
1809
+ export type WorkLocation$Outbound = {
1810
+ id: string;
1811
+ remote_id: string | null;
1812
+ name: string | null;
1813
+ address?: WorkLocationAddress$Outbound | null | undefined;
1814
+ type: string | null;
1815
+ changed_at: string;
1816
+ remote_deleted_at: string | null;
1817
+ };
1818
+
1819
+ /** @internal */
1820
+ export const WorkLocation$outboundSchema: z.ZodType<
1821
+ WorkLocation$Outbound,
1822
+ z.ZodTypeDef,
1823
+ WorkLocation
1824
+ > = z.object({
1825
+ id: z.string(),
1826
+ remote_id: z.nullable(z.string()),
1827
+ name: z.nullable(z.string()),
1828
+ address: z.nullable(z.lazy(() => WorkLocationAddress$outboundSchema))
1829
+ .optional(),
1830
+ type: z.nullable(z.string()),
1831
+ changed_at: z.date().transform(v => v.toISOString()),
1832
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
1833
+ });
1834
+
1835
+ /**
1836
+ * @internal
1837
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1838
+ */
1839
+ export namespace WorkLocation$ {
1840
+ /** @deprecated use `WorkLocation$inboundSchema` instead. */
1841
+ export const inboundSchema = WorkLocation$inboundSchema;
1842
+ /** @deprecated use `WorkLocation$outboundSchema` instead. */
1843
+ export const outboundSchema = WorkLocation$outboundSchema;
1844
+ /** @deprecated use `WorkLocation$Outbound` instead. */
1845
+ export type Outbound = WorkLocation$Outbound;
1846
+ }
1847
+
1848
+ export function workLocationToJSON(workLocation: WorkLocation): string {
1849
+ return JSON.stringify(WorkLocation$outboundSchema.parse(workLocation));
1850
+ }
1851
+
1852
+ export function workLocationFromJSON(
1853
+ jsonString: string,
1854
+ ): SafeParseResult<WorkLocation, SDKValidationError> {
1855
+ return safeParse(
1856
+ jsonString,
1857
+ (x) => WorkLocation$inboundSchema.parse(JSON.parse(x)),
1858
+ `Failed to parse 'WorkLocation' from JSON`,
1859
+ );
1860
+ }
1861
+
1862
+ /** @internal */
1863
+ export const GetHrisEmployeesPositiveResponseResult$inboundSchema: z.ZodType<
1864
+ GetHrisEmployeesPositiveResponseResult,
1865
+ z.ZodTypeDef,
1866
+ unknown
1867
+ > = z.object({
1868
+ id: z.string(),
1869
+ remote_id: z.string(),
1870
+ employee_number: z.nullable(z.string()),
1871
+ first_name: z.nullable(z.string()),
1872
+ last_name: z.nullable(z.string()),
1873
+ nationality: z.nullable(z.string()),
1874
+ display_full_name: z.nullable(z.string()),
1875
+ job_title: z.nullable(z.string()),
1876
+ work_email: z.nullable(z.string()).optional(),
1877
+ personal_email: z.nullable(z.string()).optional(),
1878
+ mobile_phone_number: z.nullable(z.string()),
1879
+ ssn: z.nullable(z.string()),
1880
+ tax_id: z.nullable(z.string()),
1881
+ gender: z.nullable(GetHrisEmployeesPositiveResponseGender$inboundSchema)
1882
+ .optional(),
1883
+ ethnicity: z.nullable(Ethnicity$inboundSchema).optional(),
1884
+ marital_status: z.nullable(MaritalStatus$inboundSchema).optional(),
1885
+ employment_status: z.nullable(EmploymentStatus$inboundSchema).optional(),
1886
+ employment_type: z.nullable(
1887
+ GetHrisEmployeesPositiveResponseEmploymentType$inboundSchema,
1888
+ ).optional(),
1889
+ weekly_hours: z.nullable(z.number()),
1890
+ avatar: z.nullable(z.string()),
1891
+ work_location_id: z.nullable(z.string()),
1892
+ legal_entity_id: z.nullable(z.string()),
1893
+ manager_id: z.nullable(z.string()),
1894
+ home_address: z.nullable(z.lazy(() => HomeAddress$inboundSchema)).optional(),
1895
+ bank_accounts: z.nullable(z.array(z.lazy(() => BankAccount$inboundSchema)))
1896
+ .optional(),
1897
+ date_of_birth: z.nullable(
1898
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1899
+ ),
1900
+ start_date: z.nullable(
1901
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1902
+ ),
1903
+ termination_date: z.nullable(
1904
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1905
+ ),
1906
+ remote_created_at: z.nullable(
1907
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1908
+ ),
1909
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
1910
+ remote_deleted_at: z.nullable(
1911
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1912
+ ),
1913
+ custom_fields: z.nullable(z.record(z.any())),
1914
+ employments: z.array(z.lazy(() => Employment$inboundSchema)),
1915
+ time_off_balances: z.array(z.lazy(() => TimeOffBalance$inboundSchema)),
1916
+ manager: z.nullable(z.lazy(() => Manager$inboundSchema)),
1917
+ groups: z.array(z.lazy(() => Group$inboundSchema)),
1918
+ legal_entity: z.nullable(z.lazy(() => LegalEntity$inboundSchema)),
1919
+ work_location: z.nullable(z.lazy(() => WorkLocation$inboundSchema)),
1920
+ });
1921
+
1922
+ /** @internal */
1923
+ export type GetHrisEmployeesPositiveResponseResult$Outbound = {
1924
+ id: string;
1925
+ remote_id: string;
1926
+ employee_number: string | null;
1927
+ first_name: string | null;
1928
+ last_name: string | null;
1929
+ nationality: string | null;
1930
+ display_full_name: string | null;
1931
+ job_title: string | null;
1932
+ work_email?: string | null | undefined;
1933
+ personal_email?: string | null | undefined;
1934
+ mobile_phone_number: string | null;
1935
+ ssn: string | null;
1936
+ tax_id: string | null;
1937
+ gender?: string | null | undefined;
1938
+ ethnicity?: string | null | undefined;
1939
+ marital_status?: string | null | undefined;
1940
+ employment_status?: string | null | undefined;
1941
+ employment_type?: string | null | undefined;
1942
+ weekly_hours: number | null;
1943
+ avatar: string | null;
1944
+ work_location_id: string | null;
1945
+ legal_entity_id: string | null;
1946
+ manager_id: string | null;
1947
+ home_address?: HomeAddress$Outbound | null | undefined;
1948
+ bank_accounts?: Array<BankAccount$Outbound> | null | undefined;
1949
+ date_of_birth: string | null;
1950
+ start_date: string | null;
1951
+ termination_date: string | null;
1952
+ remote_created_at: string | null;
1953
+ changed_at: string;
1954
+ remote_deleted_at: string | null;
1955
+ custom_fields: { [k: string]: any } | null;
1956
+ employments: Array<Employment$Outbound>;
1957
+ time_off_balances: Array<TimeOffBalance$Outbound>;
1958
+ manager: Manager$Outbound | null;
1959
+ groups: Array<Group$Outbound>;
1960
+ legal_entity: LegalEntity$Outbound | null;
1961
+ work_location: WorkLocation$Outbound | null;
1962
+ };
1963
+
1964
+ /** @internal */
1965
+ export const GetHrisEmployeesPositiveResponseResult$outboundSchema: z.ZodType<
1966
+ GetHrisEmployeesPositiveResponseResult$Outbound,
1967
+ z.ZodTypeDef,
1968
+ GetHrisEmployeesPositiveResponseResult
1969
+ > = z.object({
1970
+ id: z.string(),
1971
+ remote_id: z.string(),
1972
+ employee_number: z.nullable(z.string()),
1973
+ first_name: z.nullable(z.string()),
1974
+ last_name: z.nullable(z.string()),
1975
+ nationality: z.nullable(z.string()),
1976
+ display_full_name: z.nullable(z.string()),
1977
+ job_title: z.nullable(z.string()),
1978
+ work_email: z.nullable(z.string()).optional(),
1979
+ personal_email: z.nullable(z.string()).optional(),
1980
+ mobile_phone_number: z.nullable(z.string()),
1981
+ ssn: z.nullable(z.string()),
1982
+ tax_id: z.nullable(z.string()),
1983
+ gender: z.nullable(GetHrisEmployeesPositiveResponseGender$outboundSchema)
1984
+ .optional(),
1985
+ ethnicity: z.nullable(Ethnicity$outboundSchema).optional(),
1986
+ marital_status: z.nullable(MaritalStatus$outboundSchema).optional(),
1987
+ employment_status: z.nullable(EmploymentStatus$outboundSchema).optional(),
1988
+ employment_type: z.nullable(
1989
+ GetHrisEmployeesPositiveResponseEmploymentType$outboundSchema,
1990
+ ).optional(),
1991
+ weekly_hours: z.nullable(z.number()),
1992
+ avatar: z.nullable(z.string()),
1993
+ work_location_id: z.nullable(z.string()),
1994
+ legal_entity_id: z.nullable(z.string()),
1995
+ manager_id: z.nullable(z.string()),
1996
+ home_address: z.nullable(z.lazy(() => HomeAddress$outboundSchema)).optional(),
1997
+ bank_accounts: z.nullable(z.array(z.lazy(() => BankAccount$outboundSchema)))
1998
+ .optional(),
1999
+ date_of_birth: z.nullable(z.date().transform(v => v.toISOString())),
2000
+ start_date: z.nullable(z.date().transform(v => v.toISOString())),
2001
+ termination_date: z.nullable(z.date().transform(v => v.toISOString())),
2002
+ remote_created_at: z.nullable(z.date().transform(v => v.toISOString())),
2003
+ changed_at: z.date().transform(v => v.toISOString()),
2004
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
2005
+ custom_fields: z.nullable(z.record(z.any())),
2006
+ employments: z.array(z.lazy(() => Employment$outboundSchema)),
2007
+ time_off_balances: z.array(z.lazy(() => TimeOffBalance$outboundSchema)),
2008
+ manager: z.nullable(z.lazy(() => Manager$outboundSchema)),
2009
+ groups: z.array(z.lazy(() => Group$outboundSchema)),
2010
+ legal_entity: z.nullable(z.lazy(() => LegalEntity$outboundSchema)),
2011
+ work_location: z.nullable(z.lazy(() => WorkLocation$outboundSchema)),
2012
+ });
2013
+
2014
+ /**
2015
+ * @internal
2016
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2017
+ */
2018
+ export namespace GetHrisEmployeesPositiveResponseResult$ {
2019
+ /** @deprecated use `GetHrisEmployeesPositiveResponseResult$inboundSchema` instead. */
2020
+ export const inboundSchema =
2021
+ GetHrisEmployeesPositiveResponseResult$inboundSchema;
2022
+ /** @deprecated use `GetHrisEmployeesPositiveResponseResult$outboundSchema` instead. */
2023
+ export const outboundSchema =
2024
+ GetHrisEmployeesPositiveResponseResult$outboundSchema;
2025
+ /** @deprecated use `GetHrisEmployeesPositiveResponseResult$Outbound` instead. */
2026
+ export type Outbound = GetHrisEmployeesPositiveResponseResult$Outbound;
2027
+ }
2028
+
2029
+ export function getHrisEmployeesPositiveResponseResultToJSON(
2030
+ getHrisEmployeesPositiveResponseResult:
2031
+ GetHrisEmployeesPositiveResponseResult,
2032
+ ): string {
2033
+ return JSON.stringify(
2034
+ GetHrisEmployeesPositiveResponseResult$outboundSchema.parse(
2035
+ getHrisEmployeesPositiveResponseResult,
2036
+ ),
2037
+ );
2038
+ }
2039
+
2040
+ export function getHrisEmployeesPositiveResponseResultFromJSON(
2041
+ jsonString: string,
2042
+ ): SafeParseResult<GetHrisEmployeesPositiveResponseResult, SDKValidationError> {
2043
+ return safeParse(
2044
+ jsonString,
2045
+ (x) =>
2046
+ GetHrisEmployeesPositiveResponseResult$inboundSchema.parse(JSON.parse(x)),
2047
+ `Failed to parse 'GetHrisEmployeesPositiveResponseResult' from JSON`,
2048
+ );
2049
+ }
2050
+
2051
+ /** @internal */
2052
+ export const GetHrisEmployeesPositiveResponseData$inboundSchema: z.ZodType<
2053
+ GetHrisEmployeesPositiveResponseData,
2054
+ z.ZodTypeDef,
2055
+ unknown
2056
+ > = z.object({
2057
+ next: z.nullable(z.string()),
2058
+ results: z.array(
2059
+ z.lazy(() => GetHrisEmployeesPositiveResponseResult$inboundSchema),
2060
+ ),
2061
+ });
2062
+
2063
+ /** @internal */
2064
+ export type GetHrisEmployeesPositiveResponseData$Outbound = {
2065
+ next: string | null;
2066
+ results: Array<GetHrisEmployeesPositiveResponseResult$Outbound>;
2067
+ };
2068
+
2069
+ /** @internal */
2070
+ export const GetHrisEmployeesPositiveResponseData$outboundSchema: z.ZodType<
2071
+ GetHrisEmployeesPositiveResponseData$Outbound,
2072
+ z.ZodTypeDef,
2073
+ GetHrisEmployeesPositiveResponseData
2074
+ > = z.object({
2075
+ next: z.nullable(z.string()),
2076
+ results: z.array(
2077
+ z.lazy(() => GetHrisEmployeesPositiveResponseResult$outboundSchema),
2078
+ ),
2079
+ });
2080
+
2081
+ /**
2082
+ * @internal
2083
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2084
+ */
2085
+ export namespace GetHrisEmployeesPositiveResponseData$ {
2086
+ /** @deprecated use `GetHrisEmployeesPositiveResponseData$inboundSchema` instead. */
2087
+ export const inboundSchema =
2088
+ GetHrisEmployeesPositiveResponseData$inboundSchema;
2089
+ /** @deprecated use `GetHrisEmployeesPositiveResponseData$outboundSchema` instead. */
2090
+ export const outboundSchema =
2091
+ GetHrisEmployeesPositiveResponseData$outboundSchema;
2092
+ /** @deprecated use `GetHrisEmployeesPositiveResponseData$Outbound` instead. */
2093
+ export type Outbound = GetHrisEmployeesPositiveResponseData$Outbound;
2094
+ }
2095
+
2096
+ export function getHrisEmployeesPositiveResponseDataToJSON(
2097
+ getHrisEmployeesPositiveResponseData: GetHrisEmployeesPositiveResponseData,
2098
+ ): string {
2099
+ return JSON.stringify(
2100
+ GetHrisEmployeesPositiveResponseData$outboundSchema.parse(
2101
+ getHrisEmployeesPositiveResponseData,
2102
+ ),
2103
+ );
2104
+ }
2105
+
2106
+ export function getHrisEmployeesPositiveResponseDataFromJSON(
2107
+ jsonString: string,
2108
+ ): SafeParseResult<GetHrisEmployeesPositiveResponseData, SDKValidationError> {
2109
+ return safeParse(
2110
+ jsonString,
2111
+ (x) =>
2112
+ GetHrisEmployeesPositiveResponseData$inboundSchema.parse(JSON.parse(x)),
2113
+ `Failed to parse 'GetHrisEmployeesPositiveResponseData' from JSON`,
2114
+ );
2115
+ }
2116
+
2117
+ /** @internal */
2118
+ export const GetHrisEmployeesPositiveResponse$inboundSchema: z.ZodType<
2119
+ GetHrisEmployeesPositiveResponse,
2120
+ z.ZodTypeDef,
2121
+ unknown
2122
+ > = z.object({
2123
+ status: z.literal("success"),
2124
+ data: z.lazy(() => GetHrisEmployeesPositiveResponseData$inboundSchema),
2125
+ });
2126
+
2127
+ /** @internal */
2128
+ export type GetHrisEmployeesPositiveResponse$Outbound = {
2129
+ status: "success";
2130
+ data: GetHrisEmployeesPositiveResponseData$Outbound;
2131
+ };
2132
+
2133
+ /** @internal */
2134
+ export const GetHrisEmployeesPositiveResponse$outboundSchema: z.ZodType<
2135
+ GetHrisEmployeesPositiveResponse$Outbound,
2136
+ z.ZodTypeDef,
2137
+ GetHrisEmployeesPositiveResponse
2138
+ > = z.object({
2139
+ status: z.literal("success"),
2140
+ data: z.lazy(() => GetHrisEmployeesPositiveResponseData$outboundSchema),
2141
+ });
2142
+
2143
+ /**
2144
+ * @internal
2145
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2146
+ */
2147
+ export namespace GetHrisEmployeesPositiveResponse$ {
2148
+ /** @deprecated use `GetHrisEmployeesPositiveResponse$inboundSchema` instead. */
2149
+ export const inboundSchema = GetHrisEmployeesPositiveResponse$inboundSchema;
2150
+ /** @deprecated use `GetHrisEmployeesPositiveResponse$outboundSchema` instead. */
2151
+ export const outboundSchema = GetHrisEmployeesPositiveResponse$outboundSchema;
2152
+ /** @deprecated use `GetHrisEmployeesPositiveResponse$Outbound` instead. */
2153
+ export type Outbound = GetHrisEmployeesPositiveResponse$Outbound;
2154
+ }
2155
+
2156
+ export function getHrisEmployeesPositiveResponseToJSON(
2157
+ getHrisEmployeesPositiveResponse: GetHrisEmployeesPositiveResponse,
2158
+ ): string {
2159
+ return JSON.stringify(
2160
+ GetHrisEmployeesPositiveResponse$outboundSchema.parse(
2161
+ getHrisEmployeesPositiveResponse,
2162
+ ),
2163
+ );
2164
+ }
2165
+
2166
+ export function getHrisEmployeesPositiveResponseFromJSON(
2167
+ jsonString: string,
2168
+ ): SafeParseResult<GetHrisEmployeesPositiveResponse, SDKValidationError> {
2169
+ return safeParse(
2170
+ jsonString,
2171
+ (x) => GetHrisEmployeesPositiveResponse$inboundSchema.parse(JSON.parse(x)),
2172
+ `Failed to parse 'GetHrisEmployeesPositiveResponse' from JSON`,
2173
+ );
2174
+ }