@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,3260 @@
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 { ClosedEnum } from "../types/enums.js";
8
+ import { Result as SafeParseResult } from "../types/fp.js";
9
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
10
+
11
+ /**
12
+ * Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
13
+ *
14
+ * @remarks
15
+ * Kombo will always try to deliver this information as reliably as possible.
16
+ */
17
+ export const GetAtsApplicationsPositiveResponseOutcome = {
18
+ Pending: "PENDING",
19
+ Hired: "HIRED",
20
+ Declined: "DECLINED",
21
+ } as const;
22
+ /**
23
+ * Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
24
+ *
25
+ * @remarks
26
+ * Kombo will always try to deliver this information as reliably as possible.
27
+ */
28
+ export type GetAtsApplicationsPositiveResponseOutcome = ClosedEnum<
29
+ typeof GetAtsApplicationsPositiveResponseOutcome
30
+ >;
31
+
32
+ export type GetAtsApplicationsPositiveResponseAnswer7 = {
33
+ /**
34
+ * We pass the original question data along so you can handle it.
35
+ */
36
+ raw?: any | null | undefined;
37
+ };
38
+
39
+ export type GetAtsApplicationsPositiveResponseQuestionUnknown = {
40
+ remote_id: string | null;
41
+ title: string;
42
+ /**
43
+ * When we're not able to map a specific question type yet, we will return this type. Every `UNKNOWN` question will also be parsed and unified by us at some point.
44
+ */
45
+ type: "UNKNOWN";
46
+ };
47
+
48
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7 = {
49
+ answer: GetAtsApplicationsPositiveResponseAnswer7;
50
+ question: GetAtsApplicationsPositiveResponseQuestionUnknown;
51
+ };
52
+
53
+ export type GetAtsApplicationsPositiveResponseAnswer6 = {
54
+ date: Date | null;
55
+ };
56
+
57
+ export type GetAtsApplicationsPositiveResponseQuestionDate = {
58
+ remote_id: string | null;
59
+ title: string;
60
+ type: "DATE";
61
+ };
62
+
63
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6 = {
64
+ answer: GetAtsApplicationsPositiveResponseAnswer6;
65
+ question: GetAtsApplicationsPositiveResponseQuestionDate;
66
+ };
67
+
68
+ export type GetAtsApplicationsPositiveResponseAnswer5 = {
69
+ number: number | null;
70
+ };
71
+
72
+ export type GetAtsApplicationsPositiveResponseQuestionNumber = {
73
+ remote_id: string | null;
74
+ title: string;
75
+ type: "NUMBER";
76
+ };
77
+
78
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5 = {
79
+ answer: GetAtsApplicationsPositiveResponseAnswer5;
80
+ question: GetAtsApplicationsPositiveResponseQuestionNumber;
81
+ };
82
+
83
+ export type GetAtsApplicationsPositiveResponseAnswer4 = {
84
+ checked: boolean | null;
85
+ };
86
+
87
+ export type GetAtsApplicationsPositiveResponseQuestionBoolean = {
88
+ remote_id: string | null;
89
+ title: string;
90
+ type: "BOOLEAN";
91
+ };
92
+
93
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4 = {
94
+ answer: GetAtsApplicationsPositiveResponseAnswer4;
95
+ question: GetAtsApplicationsPositiveResponseQuestionBoolean;
96
+ };
97
+
98
+ export type GetAtsApplicationsPositiveResponseAnswer3 = {
99
+ choices?: Array<string> | undefined;
100
+ };
101
+
102
+ export type GetAtsApplicationsPositiveResponseQuestionMultiSelect = {
103
+ remote_id: string | null;
104
+ title: string;
105
+ type: "MULTI_SELECT";
106
+ };
107
+
108
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3 = {
109
+ answer: GetAtsApplicationsPositiveResponseAnswer3;
110
+ question: GetAtsApplicationsPositiveResponseQuestionMultiSelect;
111
+ };
112
+
113
+ export type GetAtsApplicationsPositiveResponseAnswer2 = {
114
+ choice: string | null;
115
+ };
116
+
117
+ export type GetAtsApplicationsPositiveResponseQuestionSingleSelect = {
118
+ remote_id: string | null;
119
+ title: string;
120
+ type: "SINGLE_SELECT";
121
+ };
122
+
123
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2 = {
124
+ answer: GetAtsApplicationsPositiveResponseAnswer2;
125
+ question: GetAtsApplicationsPositiveResponseQuestionSingleSelect;
126
+ };
127
+
128
+ export type GetAtsApplicationsPositiveResponseAnswer1 = {
129
+ content: string | null;
130
+ };
131
+
132
+ export type GetAtsApplicationsPositiveResponseQuestionText = {
133
+ remote_id: string | null;
134
+ title: string;
135
+ type: "TEXT";
136
+ };
137
+
138
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1 = {
139
+ answer: GetAtsApplicationsPositiveResponseAnswer1;
140
+ question: GetAtsApplicationsPositiveResponseQuestionText;
141
+ };
142
+
143
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion =
144
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1
145
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2
146
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3
147
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4
148
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5
149
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6
150
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7;
151
+
152
+ export type GetAtsApplicationsPositiveResponseEmailAddress = {
153
+ email_address?: string | null | undefined;
154
+ /**
155
+ * Kombo exposes type information through this field. If we don't get any information from the tool, we will set this to `null`.
156
+ */
157
+ type: string | null;
158
+ };
159
+
160
+ export type GetAtsApplicationsPositiveResponsePhoneNumber = {
161
+ phone_number: string;
162
+ /**
163
+ * Kombo exposes type information through this field. If we don't get any information from the tool, we will set this to `null`.
164
+ */
165
+ type?: string | null | undefined;
166
+ };
167
+
168
+ export type GetAtsApplicationsPositiveResponseSocialMedia = {
169
+ link?: string | null | undefined;
170
+ type?: string | null | undefined;
171
+ username?: string | null | undefined;
172
+ };
173
+
174
+ export type GetAtsApplicationsPositiveResponseTag = {
175
+ /**
176
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
177
+ */
178
+ id: string;
179
+ /**
180
+ * 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.
181
+ */
182
+ remote_id: string | null;
183
+ name: string | null;
184
+ };
185
+
186
+ export type GetAtsApplicationsPositiveResponseCandidate = {
187
+ /**
188
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
189
+ */
190
+ id: string;
191
+ /**
192
+ * 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.
193
+ */
194
+ remote_id: string;
195
+ /**
196
+ * First name of the candidate.
197
+ */
198
+ first_name: string | null;
199
+ /**
200
+ * Last name of the candidate.
201
+ */
202
+ last_name: string | null;
203
+ /**
204
+ * A list of email addresses of the candidate with an optional type. If an email address is invalid, it will be filtered out.
205
+ */
206
+ email_addresses?:
207
+ | Array<GetAtsApplicationsPositiveResponseEmailAddress>
208
+ | null
209
+ | undefined;
210
+ /**
211
+ * A list of phone numbers of the candidate.
212
+ */
213
+ phone_numbers?:
214
+ | Array<GetAtsApplicationsPositiveResponsePhoneNumber>
215
+ | null
216
+ | undefined;
217
+ /**
218
+ * List of social media accounts of the candidate.
219
+ */
220
+ social_media?:
221
+ | Array<GetAtsApplicationsPositiveResponseSocialMedia>
222
+ | null
223
+ | undefined;
224
+ /**
225
+ * The hiring source of the candidate. If you're a job board or recruiting service, you can use this to validate which candidates applied through your service and ensure that the correct referral compensation is paid out.
226
+ */
227
+ source: string | null;
228
+ /**
229
+ * URL to the candidate profile in the source ATS system. When embedding this in your system, please consider that not for all ATS a dedicated candidate profile URL is available, so you might need to fall back to the application URL.
230
+ */
231
+ remote_url: string | null;
232
+ tags: Array<GetAtsApplicationsPositiveResponseTag>;
233
+ };
234
+
235
+ export type GetAtsApplicationsPositiveResponseCurrentStage = {
236
+ /**
237
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
238
+ */
239
+ id: string;
240
+ /**
241
+ * 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.
242
+ */
243
+ remote_id: string | null;
244
+ /**
245
+ * The application stage name. For example, "Initial Screening".
246
+ */
247
+ name: string | null;
248
+ index: number | null;
249
+ };
250
+
251
+ export type GetAtsApplicationsPositiveResponseJob = {
252
+ /**
253
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
254
+ */
255
+ id: string;
256
+ /**
257
+ * 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.
258
+ */
259
+ remote_id: string;
260
+ /**
261
+ * Title of the job.
262
+ */
263
+ name: string | null;
264
+ };
265
+
266
+ /**
267
+ * Location of the interview.
268
+ */
269
+ export type GetAtsApplicationsPositiveResponseLocation = {
270
+ city?: string | null | undefined;
271
+ /**
272
+ * Contains the ISO2 country code if possible. If not, it contains the original value.
273
+ */
274
+ country?: string | null | undefined;
275
+ /**
276
+ * If we have address data, this is filled with the raw address string.
277
+ */
278
+ raw?: string | null | undefined;
279
+ state?: string | null | undefined;
280
+ /**
281
+ * If we can parse the address data, this field contains the first part of the street information.
282
+ */
283
+ street_1?: string | null | undefined;
284
+ street_2?: string | null | undefined;
285
+ zip_code?: string | null | undefined;
286
+ };
287
+
288
+ export type Interview = {
289
+ /**
290
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
291
+ */
292
+ id: string;
293
+ /**
294
+ * 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.
295
+ */
296
+ remote_id: string | null;
297
+ /**
298
+ * The title of the interview.
299
+ */
300
+ title: string | null;
301
+ /**
302
+ * The start time of the interview.
303
+ */
304
+ starting_at: Date | null;
305
+ /**
306
+ * The end time of the interview.
307
+ */
308
+ ending_at: Date | null;
309
+ /**
310
+ * Location of the interview.
311
+ */
312
+ location?: GetAtsApplicationsPositiveResponseLocation | null | undefined;
313
+ /**
314
+ * Whether the interview was canceled or not. If we have no information, this field will be `null`.
315
+ */
316
+ canceled: boolean | null;
317
+ };
318
+
319
+ /**
320
+ * The offer’s current status. The usual flow of statuses is as follows:
321
+ *
322
+ * @remarks
323
+ * `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
324
+ *
325
+ * Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
326
+ *
327
+ * - `ACCEPTED`: The offer was accepted by the candidate.
328
+ * - `DECLINED`: The offer was declined by the candidate.
329
+ * - `SENT`: The offer was sent to the candidate.
330
+ * - `APPROVED`: The draft was approved.
331
+ * - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
332
+ * - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
333
+ */
334
+ export const GetAtsApplicationsPositiveResponseStatus = {
335
+ Accepted: "ACCEPTED",
336
+ Declined: "DECLINED",
337
+ Sent: "SENT",
338
+ Approved: "APPROVED",
339
+ Draft: "DRAFT",
340
+ Abandoned: "ABANDONED",
341
+ } as const;
342
+ /**
343
+ * The offer’s current status. The usual flow of statuses is as follows:
344
+ *
345
+ * @remarks
346
+ * `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
347
+ *
348
+ * Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
349
+ *
350
+ * - `ACCEPTED`: The offer was accepted by the candidate.
351
+ * - `DECLINED`: The offer was declined by the candidate.
352
+ * - `SENT`: The offer was sent to the candidate.
353
+ * - `APPROVED`: The draft was approved.
354
+ * - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
355
+ * - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
356
+ */
357
+ export type GetAtsApplicationsPositiveResponseStatus = ClosedEnum<
358
+ typeof GetAtsApplicationsPositiveResponseStatus
359
+ >;
360
+
361
+ export type Offer = {
362
+ /**
363
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
364
+ */
365
+ id: string;
366
+ /**
367
+ * 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.
368
+ */
369
+ remote_id: string | null;
370
+ /**
371
+ * The offer’s current status. The usual flow of statuses is as follows:
372
+ *
373
+ * @remarks
374
+ * `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
375
+ *
376
+ * Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
377
+ *
378
+ * - `ACCEPTED`: The offer was accepted by the candidate.
379
+ * - `DECLINED`: The offer was declined by the candidate.
380
+ * - `SENT`: The offer was sent to the candidate.
381
+ * - `APPROVED`: The draft was approved.
382
+ * - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
383
+ * - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
384
+ */
385
+ status: GetAtsApplicationsPositiveResponseStatus | null;
386
+ };
387
+
388
+ export type GetAtsApplicationsPositiveResponseResult = {
389
+ /**
390
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
391
+ */
392
+ id: string;
393
+ /**
394
+ * 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.
395
+ */
396
+ remote_id: string | null;
397
+ /**
398
+ * Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
399
+ *
400
+ * @remarks
401
+ * Kombo will always try to deliver this information as reliably as possible.
402
+ */
403
+ outcome: GetAtsApplicationsPositiveResponseOutcome | null;
404
+ /**
405
+ * Reason for the rejection of the candidate.
406
+ */
407
+ rejection_reason_name: string | null;
408
+ /**
409
+ * The time that the application was rejected.
410
+ */
411
+ rejected_at: Date | null;
412
+ /**
413
+ * ID of the current application stage
414
+ */
415
+ current_stage_id: string | null;
416
+ /**
417
+ * The Kombo ID of the job which the candidate applied to. The ID can be used to retrieve the job from the `get jobs` endpoint.
418
+ */
419
+ job_id: string | null;
420
+ /**
421
+ * The Kombo ID of the candidate who applied to the job. The ID can be used to retrieve the candidate from the `get candidates` endpoint.
422
+ */
423
+ candidate_id: string | null;
424
+ /**
425
+ * A list of answers to screening questions. The screening answer type `FILE` is currently unsupported.
426
+ */
427
+ screening_question_answers?:
428
+ | Array<
429
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1
430
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2
431
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3
432
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4
433
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5
434
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6
435
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7
436
+ >
437
+ | null
438
+ | undefined;
439
+ /**
440
+ * A key-value store of fields not covered by the schema. [Read more](/custom-fields)
441
+ */
442
+ custom_fields: { [k: string]: any } | null;
443
+ /**
444
+ * URL to the application in the source ATS system. When embedding this in your system, please consider that not for all ATS a dedicated application URL is available, so you might need to fall back to the candidate URL.
445
+ */
446
+ remote_url: string | null;
447
+ /**
448
+ * 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.
449
+ */
450
+ changed_at: Date;
451
+ /**
452
+ * 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.
453
+ */
454
+ remote_deleted_at: Date | null;
455
+ /**
456
+ * The date and time the object was created in the remote system.
457
+ */
458
+ remote_created_at: Date | null;
459
+ /**
460
+ * A timestamp retrieved from the remote system, describing when the resource was last updated.
461
+ */
462
+ remote_updated_at: Date | null;
463
+ candidate: GetAtsApplicationsPositiveResponseCandidate | null;
464
+ current_stage: GetAtsApplicationsPositiveResponseCurrentStage | null;
465
+ job: GetAtsApplicationsPositiveResponseJob | null;
466
+ interviews: Array<Interview>;
467
+ offers: Array<Offer>;
468
+ };
469
+
470
+ export type GetAtsApplicationsPositiveResponseData = {
471
+ /**
472
+ * 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.
473
+ */
474
+ next: string | null;
475
+ results: Array<GetAtsApplicationsPositiveResponseResult>;
476
+ };
477
+
478
+ export type GetAtsApplicationsPositiveResponse = {
479
+ status: "success";
480
+ data: GetAtsApplicationsPositiveResponseData;
481
+ };
482
+
483
+ /** @internal */
484
+ export const GetAtsApplicationsPositiveResponseOutcome$inboundSchema:
485
+ z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseOutcome> = z
486
+ .nativeEnum(GetAtsApplicationsPositiveResponseOutcome);
487
+
488
+ /** @internal */
489
+ export const GetAtsApplicationsPositiveResponseOutcome$outboundSchema:
490
+ z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseOutcome> =
491
+ GetAtsApplicationsPositiveResponseOutcome$inboundSchema;
492
+
493
+ /**
494
+ * @internal
495
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
496
+ */
497
+ export namespace GetAtsApplicationsPositiveResponseOutcome$ {
498
+ /** @deprecated use `GetAtsApplicationsPositiveResponseOutcome$inboundSchema` instead. */
499
+ export const inboundSchema =
500
+ GetAtsApplicationsPositiveResponseOutcome$inboundSchema;
501
+ /** @deprecated use `GetAtsApplicationsPositiveResponseOutcome$outboundSchema` instead. */
502
+ export const outboundSchema =
503
+ GetAtsApplicationsPositiveResponseOutcome$outboundSchema;
504
+ }
505
+
506
+ /** @internal */
507
+ export const GetAtsApplicationsPositiveResponseAnswer7$inboundSchema: z.ZodType<
508
+ GetAtsApplicationsPositiveResponseAnswer7,
509
+ z.ZodTypeDef,
510
+ unknown
511
+ > = z.object({
512
+ raw: z.nullable(z.any()).optional(),
513
+ });
514
+
515
+ /** @internal */
516
+ export type GetAtsApplicationsPositiveResponseAnswer7$Outbound = {
517
+ raw?: any | null | undefined;
518
+ };
519
+
520
+ /** @internal */
521
+ export const GetAtsApplicationsPositiveResponseAnswer7$outboundSchema:
522
+ z.ZodType<
523
+ GetAtsApplicationsPositiveResponseAnswer7$Outbound,
524
+ z.ZodTypeDef,
525
+ GetAtsApplicationsPositiveResponseAnswer7
526
+ > = z.object({
527
+ raw: z.nullable(z.any()).optional(),
528
+ });
529
+
530
+ /**
531
+ * @internal
532
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
533
+ */
534
+ export namespace GetAtsApplicationsPositiveResponseAnswer7$ {
535
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$inboundSchema` instead. */
536
+ export const inboundSchema =
537
+ GetAtsApplicationsPositiveResponseAnswer7$inboundSchema;
538
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$outboundSchema` instead. */
539
+ export const outboundSchema =
540
+ GetAtsApplicationsPositiveResponseAnswer7$outboundSchema;
541
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$Outbound` instead. */
542
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer7$Outbound;
543
+ }
544
+
545
+ export function getAtsApplicationsPositiveResponseAnswer7ToJSON(
546
+ getAtsApplicationsPositiveResponseAnswer7:
547
+ GetAtsApplicationsPositiveResponseAnswer7,
548
+ ): string {
549
+ return JSON.stringify(
550
+ GetAtsApplicationsPositiveResponseAnswer7$outboundSchema.parse(
551
+ getAtsApplicationsPositiveResponseAnswer7,
552
+ ),
553
+ );
554
+ }
555
+
556
+ export function getAtsApplicationsPositiveResponseAnswer7FromJSON(
557
+ jsonString: string,
558
+ ): SafeParseResult<
559
+ GetAtsApplicationsPositiveResponseAnswer7,
560
+ SDKValidationError
561
+ > {
562
+ return safeParse(
563
+ jsonString,
564
+ (x) =>
565
+ GetAtsApplicationsPositiveResponseAnswer7$inboundSchema.parse(
566
+ JSON.parse(x),
567
+ ),
568
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer7' from JSON`,
569
+ );
570
+ }
571
+
572
+ /** @internal */
573
+ export const GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema:
574
+ z.ZodType<
575
+ GetAtsApplicationsPositiveResponseQuestionUnknown,
576
+ z.ZodTypeDef,
577
+ unknown
578
+ > = z.object({
579
+ remote_id: z.nullable(z.string()),
580
+ title: z.string(),
581
+ type: z.literal("UNKNOWN"),
582
+ });
583
+
584
+ /** @internal */
585
+ export type GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound = {
586
+ remote_id: string | null;
587
+ title: string;
588
+ type: "UNKNOWN";
589
+ };
590
+
591
+ /** @internal */
592
+ export const GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema:
593
+ z.ZodType<
594
+ GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound,
595
+ z.ZodTypeDef,
596
+ GetAtsApplicationsPositiveResponseQuestionUnknown
597
+ > = z.object({
598
+ remote_id: z.nullable(z.string()),
599
+ title: z.string(),
600
+ type: z.literal("UNKNOWN"),
601
+ });
602
+
603
+ /**
604
+ * @internal
605
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
606
+ */
607
+ export namespace GetAtsApplicationsPositiveResponseQuestionUnknown$ {
608
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema` instead. */
609
+ export const inboundSchema =
610
+ GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema;
611
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema` instead. */
612
+ export const outboundSchema =
613
+ GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema;
614
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound` instead. */
615
+ export type Outbound =
616
+ GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound;
617
+ }
618
+
619
+ export function getAtsApplicationsPositiveResponseQuestionUnknownToJSON(
620
+ getAtsApplicationsPositiveResponseQuestionUnknown:
621
+ GetAtsApplicationsPositiveResponseQuestionUnknown,
622
+ ): string {
623
+ return JSON.stringify(
624
+ GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema.parse(
625
+ getAtsApplicationsPositiveResponseQuestionUnknown,
626
+ ),
627
+ );
628
+ }
629
+
630
+ export function getAtsApplicationsPositiveResponseQuestionUnknownFromJSON(
631
+ jsonString: string,
632
+ ): SafeParseResult<
633
+ GetAtsApplicationsPositiveResponseQuestionUnknown,
634
+ SDKValidationError
635
+ > {
636
+ return safeParse(
637
+ jsonString,
638
+ (x) =>
639
+ GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema.parse(
640
+ JSON.parse(x),
641
+ ),
642
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionUnknown' from JSON`,
643
+ );
644
+ }
645
+
646
+ /** @internal */
647
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema:
648
+ z.ZodType<
649
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7,
650
+ z.ZodTypeDef,
651
+ unknown
652
+ > = z.object({
653
+ answer: z.lazy(() =>
654
+ GetAtsApplicationsPositiveResponseAnswer7$inboundSchema
655
+ ),
656
+ question: z.lazy(() =>
657
+ GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema
658
+ ),
659
+ });
660
+
661
+ /** @internal */
662
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound =
663
+ {
664
+ answer: GetAtsApplicationsPositiveResponseAnswer7$Outbound;
665
+ question: GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound;
666
+ };
667
+
668
+ /** @internal */
669
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema:
670
+ z.ZodType<
671
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound,
672
+ z.ZodTypeDef,
673
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7
674
+ > = z.object({
675
+ answer: z.lazy(() =>
676
+ GetAtsApplicationsPositiveResponseAnswer7$outboundSchema
677
+ ),
678
+ question: z.lazy(() =>
679
+ GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema
680
+ ),
681
+ });
682
+
683
+ /**
684
+ * @internal
685
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
686
+ */
687
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$ {
688
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema` instead. */
689
+ export const inboundSchema =
690
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema;
691
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema` instead. */
692
+ export const outboundSchema =
693
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema;
694
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound` instead. */
695
+ export type Outbound =
696
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound;
697
+ }
698
+
699
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer7ToJSON(
700
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer7:
701
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7,
702
+ ): string {
703
+ return JSON.stringify(
704
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema
705
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer7),
706
+ );
707
+ }
708
+
709
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer7FromJSON(
710
+ jsonString: string,
711
+ ): SafeParseResult<
712
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7,
713
+ SDKValidationError
714
+ > {
715
+ return safeParse(
716
+ jsonString,
717
+ (x) =>
718
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema
719
+ .parse(JSON.parse(x)),
720
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7' from JSON`,
721
+ );
722
+ }
723
+
724
+ /** @internal */
725
+ export const GetAtsApplicationsPositiveResponseAnswer6$inboundSchema: z.ZodType<
726
+ GetAtsApplicationsPositiveResponseAnswer6,
727
+ z.ZodTypeDef,
728
+ unknown
729
+ > = z.object({
730
+ date: z.nullable(
731
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
732
+ ),
733
+ });
734
+
735
+ /** @internal */
736
+ export type GetAtsApplicationsPositiveResponseAnswer6$Outbound = {
737
+ date: string | null;
738
+ };
739
+
740
+ /** @internal */
741
+ export const GetAtsApplicationsPositiveResponseAnswer6$outboundSchema:
742
+ z.ZodType<
743
+ GetAtsApplicationsPositiveResponseAnswer6$Outbound,
744
+ z.ZodTypeDef,
745
+ GetAtsApplicationsPositiveResponseAnswer6
746
+ > = z.object({
747
+ date: z.nullable(z.date().transform(v => v.toISOString())),
748
+ });
749
+
750
+ /**
751
+ * @internal
752
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
753
+ */
754
+ export namespace GetAtsApplicationsPositiveResponseAnswer6$ {
755
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$inboundSchema` instead. */
756
+ export const inboundSchema =
757
+ GetAtsApplicationsPositiveResponseAnswer6$inboundSchema;
758
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$outboundSchema` instead. */
759
+ export const outboundSchema =
760
+ GetAtsApplicationsPositiveResponseAnswer6$outboundSchema;
761
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$Outbound` instead. */
762
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer6$Outbound;
763
+ }
764
+
765
+ export function getAtsApplicationsPositiveResponseAnswer6ToJSON(
766
+ getAtsApplicationsPositiveResponseAnswer6:
767
+ GetAtsApplicationsPositiveResponseAnswer6,
768
+ ): string {
769
+ return JSON.stringify(
770
+ GetAtsApplicationsPositiveResponseAnswer6$outboundSchema.parse(
771
+ getAtsApplicationsPositiveResponseAnswer6,
772
+ ),
773
+ );
774
+ }
775
+
776
+ export function getAtsApplicationsPositiveResponseAnswer6FromJSON(
777
+ jsonString: string,
778
+ ): SafeParseResult<
779
+ GetAtsApplicationsPositiveResponseAnswer6,
780
+ SDKValidationError
781
+ > {
782
+ return safeParse(
783
+ jsonString,
784
+ (x) =>
785
+ GetAtsApplicationsPositiveResponseAnswer6$inboundSchema.parse(
786
+ JSON.parse(x),
787
+ ),
788
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer6' from JSON`,
789
+ );
790
+ }
791
+
792
+ /** @internal */
793
+ export const GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema:
794
+ z.ZodType<
795
+ GetAtsApplicationsPositiveResponseQuestionDate,
796
+ z.ZodTypeDef,
797
+ unknown
798
+ > = z.object({
799
+ remote_id: z.nullable(z.string()),
800
+ title: z.string(),
801
+ type: z.literal("DATE"),
802
+ });
803
+
804
+ /** @internal */
805
+ export type GetAtsApplicationsPositiveResponseQuestionDate$Outbound = {
806
+ remote_id: string | null;
807
+ title: string;
808
+ type: "DATE";
809
+ };
810
+
811
+ /** @internal */
812
+ export const GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema:
813
+ z.ZodType<
814
+ GetAtsApplicationsPositiveResponseQuestionDate$Outbound,
815
+ z.ZodTypeDef,
816
+ GetAtsApplicationsPositiveResponseQuestionDate
817
+ > = z.object({
818
+ remote_id: z.nullable(z.string()),
819
+ title: z.string(),
820
+ type: z.literal("DATE"),
821
+ });
822
+
823
+ /**
824
+ * @internal
825
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
826
+ */
827
+ export namespace GetAtsApplicationsPositiveResponseQuestionDate$ {
828
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema` instead. */
829
+ export const inboundSchema =
830
+ GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema;
831
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema` instead. */
832
+ export const outboundSchema =
833
+ GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema;
834
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$Outbound` instead. */
835
+ export type Outbound =
836
+ GetAtsApplicationsPositiveResponseQuestionDate$Outbound;
837
+ }
838
+
839
+ export function getAtsApplicationsPositiveResponseQuestionDateToJSON(
840
+ getAtsApplicationsPositiveResponseQuestionDate:
841
+ GetAtsApplicationsPositiveResponseQuestionDate,
842
+ ): string {
843
+ return JSON.stringify(
844
+ GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema.parse(
845
+ getAtsApplicationsPositiveResponseQuestionDate,
846
+ ),
847
+ );
848
+ }
849
+
850
+ export function getAtsApplicationsPositiveResponseQuestionDateFromJSON(
851
+ jsonString: string,
852
+ ): SafeParseResult<
853
+ GetAtsApplicationsPositiveResponseQuestionDate,
854
+ SDKValidationError
855
+ > {
856
+ return safeParse(
857
+ jsonString,
858
+ (x) =>
859
+ GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema.parse(
860
+ JSON.parse(x),
861
+ ),
862
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionDate' from JSON`,
863
+ );
864
+ }
865
+
866
+ /** @internal */
867
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema:
868
+ z.ZodType<
869
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6,
870
+ z.ZodTypeDef,
871
+ unknown
872
+ > = z.object({
873
+ answer: z.lazy(() =>
874
+ GetAtsApplicationsPositiveResponseAnswer6$inboundSchema
875
+ ),
876
+ question: z.lazy(() =>
877
+ GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema
878
+ ),
879
+ });
880
+
881
+ /** @internal */
882
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound =
883
+ {
884
+ answer: GetAtsApplicationsPositiveResponseAnswer6$Outbound;
885
+ question: GetAtsApplicationsPositiveResponseQuestionDate$Outbound;
886
+ };
887
+
888
+ /** @internal */
889
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema:
890
+ z.ZodType<
891
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound,
892
+ z.ZodTypeDef,
893
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6
894
+ > = z.object({
895
+ answer: z.lazy(() =>
896
+ GetAtsApplicationsPositiveResponseAnswer6$outboundSchema
897
+ ),
898
+ question: z.lazy(() =>
899
+ GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema
900
+ ),
901
+ });
902
+
903
+ /**
904
+ * @internal
905
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
906
+ */
907
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$ {
908
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema` instead. */
909
+ export const inboundSchema =
910
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema;
911
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema` instead. */
912
+ export const outboundSchema =
913
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema;
914
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound` instead. */
915
+ export type Outbound =
916
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound;
917
+ }
918
+
919
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer6ToJSON(
920
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer6:
921
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6,
922
+ ): string {
923
+ return JSON.stringify(
924
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema
925
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer6),
926
+ );
927
+ }
928
+
929
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer6FromJSON(
930
+ jsonString: string,
931
+ ): SafeParseResult<
932
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6,
933
+ SDKValidationError
934
+ > {
935
+ return safeParse(
936
+ jsonString,
937
+ (x) =>
938
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema
939
+ .parse(JSON.parse(x)),
940
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6' from JSON`,
941
+ );
942
+ }
943
+
944
+ /** @internal */
945
+ export const GetAtsApplicationsPositiveResponseAnswer5$inboundSchema: z.ZodType<
946
+ GetAtsApplicationsPositiveResponseAnswer5,
947
+ z.ZodTypeDef,
948
+ unknown
949
+ > = z.object({
950
+ number: z.nullable(z.number()),
951
+ });
952
+
953
+ /** @internal */
954
+ export type GetAtsApplicationsPositiveResponseAnswer5$Outbound = {
955
+ number: number | null;
956
+ };
957
+
958
+ /** @internal */
959
+ export const GetAtsApplicationsPositiveResponseAnswer5$outboundSchema:
960
+ z.ZodType<
961
+ GetAtsApplicationsPositiveResponseAnswer5$Outbound,
962
+ z.ZodTypeDef,
963
+ GetAtsApplicationsPositiveResponseAnswer5
964
+ > = z.object({
965
+ number: z.nullable(z.number()),
966
+ });
967
+
968
+ /**
969
+ * @internal
970
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
971
+ */
972
+ export namespace GetAtsApplicationsPositiveResponseAnswer5$ {
973
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$inboundSchema` instead. */
974
+ export const inboundSchema =
975
+ GetAtsApplicationsPositiveResponseAnswer5$inboundSchema;
976
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$outboundSchema` instead. */
977
+ export const outboundSchema =
978
+ GetAtsApplicationsPositiveResponseAnswer5$outboundSchema;
979
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$Outbound` instead. */
980
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer5$Outbound;
981
+ }
982
+
983
+ export function getAtsApplicationsPositiveResponseAnswer5ToJSON(
984
+ getAtsApplicationsPositiveResponseAnswer5:
985
+ GetAtsApplicationsPositiveResponseAnswer5,
986
+ ): string {
987
+ return JSON.stringify(
988
+ GetAtsApplicationsPositiveResponseAnswer5$outboundSchema.parse(
989
+ getAtsApplicationsPositiveResponseAnswer5,
990
+ ),
991
+ );
992
+ }
993
+
994
+ export function getAtsApplicationsPositiveResponseAnswer5FromJSON(
995
+ jsonString: string,
996
+ ): SafeParseResult<
997
+ GetAtsApplicationsPositiveResponseAnswer5,
998
+ SDKValidationError
999
+ > {
1000
+ return safeParse(
1001
+ jsonString,
1002
+ (x) =>
1003
+ GetAtsApplicationsPositiveResponseAnswer5$inboundSchema.parse(
1004
+ JSON.parse(x),
1005
+ ),
1006
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer5' from JSON`,
1007
+ );
1008
+ }
1009
+
1010
+ /** @internal */
1011
+ export const GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema:
1012
+ z.ZodType<
1013
+ GetAtsApplicationsPositiveResponseQuestionNumber,
1014
+ z.ZodTypeDef,
1015
+ unknown
1016
+ > = z.object({
1017
+ remote_id: z.nullable(z.string()),
1018
+ title: z.string(),
1019
+ type: z.literal("NUMBER"),
1020
+ });
1021
+
1022
+ /** @internal */
1023
+ export type GetAtsApplicationsPositiveResponseQuestionNumber$Outbound = {
1024
+ remote_id: string | null;
1025
+ title: string;
1026
+ type: "NUMBER";
1027
+ };
1028
+
1029
+ /** @internal */
1030
+ export const GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema:
1031
+ z.ZodType<
1032
+ GetAtsApplicationsPositiveResponseQuestionNumber$Outbound,
1033
+ z.ZodTypeDef,
1034
+ GetAtsApplicationsPositiveResponseQuestionNumber
1035
+ > = z.object({
1036
+ remote_id: z.nullable(z.string()),
1037
+ title: z.string(),
1038
+ type: z.literal("NUMBER"),
1039
+ });
1040
+
1041
+ /**
1042
+ * @internal
1043
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1044
+ */
1045
+ export namespace GetAtsApplicationsPositiveResponseQuestionNumber$ {
1046
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema` instead. */
1047
+ export const inboundSchema =
1048
+ GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema;
1049
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema` instead. */
1050
+ export const outboundSchema =
1051
+ GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema;
1052
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$Outbound` instead. */
1053
+ export type Outbound =
1054
+ GetAtsApplicationsPositiveResponseQuestionNumber$Outbound;
1055
+ }
1056
+
1057
+ export function getAtsApplicationsPositiveResponseQuestionNumberToJSON(
1058
+ getAtsApplicationsPositiveResponseQuestionNumber:
1059
+ GetAtsApplicationsPositiveResponseQuestionNumber,
1060
+ ): string {
1061
+ return JSON.stringify(
1062
+ GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema.parse(
1063
+ getAtsApplicationsPositiveResponseQuestionNumber,
1064
+ ),
1065
+ );
1066
+ }
1067
+
1068
+ export function getAtsApplicationsPositiveResponseQuestionNumberFromJSON(
1069
+ jsonString: string,
1070
+ ): SafeParseResult<
1071
+ GetAtsApplicationsPositiveResponseQuestionNumber,
1072
+ SDKValidationError
1073
+ > {
1074
+ return safeParse(
1075
+ jsonString,
1076
+ (x) =>
1077
+ GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema.parse(
1078
+ JSON.parse(x),
1079
+ ),
1080
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionNumber' from JSON`,
1081
+ );
1082
+ }
1083
+
1084
+ /** @internal */
1085
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema:
1086
+ z.ZodType<
1087
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5,
1088
+ z.ZodTypeDef,
1089
+ unknown
1090
+ > = z.object({
1091
+ answer: z.lazy(() =>
1092
+ GetAtsApplicationsPositiveResponseAnswer5$inboundSchema
1093
+ ),
1094
+ question: z.lazy(() =>
1095
+ GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema
1096
+ ),
1097
+ });
1098
+
1099
+ /** @internal */
1100
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound =
1101
+ {
1102
+ answer: GetAtsApplicationsPositiveResponseAnswer5$Outbound;
1103
+ question: GetAtsApplicationsPositiveResponseQuestionNumber$Outbound;
1104
+ };
1105
+
1106
+ /** @internal */
1107
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema:
1108
+ z.ZodType<
1109
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound,
1110
+ z.ZodTypeDef,
1111
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5
1112
+ > = z.object({
1113
+ answer: z.lazy(() =>
1114
+ GetAtsApplicationsPositiveResponseAnswer5$outboundSchema
1115
+ ),
1116
+ question: z.lazy(() =>
1117
+ GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema
1118
+ ),
1119
+ });
1120
+
1121
+ /**
1122
+ * @internal
1123
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1124
+ */
1125
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$ {
1126
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema` instead. */
1127
+ export const inboundSchema =
1128
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema;
1129
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema` instead. */
1130
+ export const outboundSchema =
1131
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema;
1132
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound` instead. */
1133
+ export type Outbound =
1134
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound;
1135
+ }
1136
+
1137
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer5ToJSON(
1138
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer5:
1139
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5,
1140
+ ): string {
1141
+ return JSON.stringify(
1142
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema
1143
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer5),
1144
+ );
1145
+ }
1146
+
1147
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer5FromJSON(
1148
+ jsonString: string,
1149
+ ): SafeParseResult<
1150
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5,
1151
+ SDKValidationError
1152
+ > {
1153
+ return safeParse(
1154
+ jsonString,
1155
+ (x) =>
1156
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema
1157
+ .parse(JSON.parse(x)),
1158
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5' from JSON`,
1159
+ );
1160
+ }
1161
+
1162
+ /** @internal */
1163
+ export const GetAtsApplicationsPositiveResponseAnswer4$inboundSchema: z.ZodType<
1164
+ GetAtsApplicationsPositiveResponseAnswer4,
1165
+ z.ZodTypeDef,
1166
+ unknown
1167
+ > = z.object({
1168
+ checked: z.nullable(z.boolean()),
1169
+ });
1170
+
1171
+ /** @internal */
1172
+ export type GetAtsApplicationsPositiveResponseAnswer4$Outbound = {
1173
+ checked: boolean | null;
1174
+ };
1175
+
1176
+ /** @internal */
1177
+ export const GetAtsApplicationsPositiveResponseAnswer4$outboundSchema:
1178
+ z.ZodType<
1179
+ GetAtsApplicationsPositiveResponseAnswer4$Outbound,
1180
+ z.ZodTypeDef,
1181
+ GetAtsApplicationsPositiveResponseAnswer4
1182
+ > = z.object({
1183
+ checked: z.nullable(z.boolean()),
1184
+ });
1185
+
1186
+ /**
1187
+ * @internal
1188
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1189
+ */
1190
+ export namespace GetAtsApplicationsPositiveResponseAnswer4$ {
1191
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$inboundSchema` instead. */
1192
+ export const inboundSchema =
1193
+ GetAtsApplicationsPositiveResponseAnswer4$inboundSchema;
1194
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$outboundSchema` instead. */
1195
+ export const outboundSchema =
1196
+ GetAtsApplicationsPositiveResponseAnswer4$outboundSchema;
1197
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$Outbound` instead. */
1198
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer4$Outbound;
1199
+ }
1200
+
1201
+ export function getAtsApplicationsPositiveResponseAnswer4ToJSON(
1202
+ getAtsApplicationsPositiveResponseAnswer4:
1203
+ GetAtsApplicationsPositiveResponseAnswer4,
1204
+ ): string {
1205
+ return JSON.stringify(
1206
+ GetAtsApplicationsPositiveResponseAnswer4$outboundSchema.parse(
1207
+ getAtsApplicationsPositiveResponseAnswer4,
1208
+ ),
1209
+ );
1210
+ }
1211
+
1212
+ export function getAtsApplicationsPositiveResponseAnswer4FromJSON(
1213
+ jsonString: string,
1214
+ ): SafeParseResult<
1215
+ GetAtsApplicationsPositiveResponseAnswer4,
1216
+ SDKValidationError
1217
+ > {
1218
+ return safeParse(
1219
+ jsonString,
1220
+ (x) =>
1221
+ GetAtsApplicationsPositiveResponseAnswer4$inboundSchema.parse(
1222
+ JSON.parse(x),
1223
+ ),
1224
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer4' from JSON`,
1225
+ );
1226
+ }
1227
+
1228
+ /** @internal */
1229
+ export const GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema:
1230
+ z.ZodType<
1231
+ GetAtsApplicationsPositiveResponseQuestionBoolean,
1232
+ z.ZodTypeDef,
1233
+ unknown
1234
+ > = z.object({
1235
+ remote_id: z.nullable(z.string()),
1236
+ title: z.string(),
1237
+ type: z.literal("BOOLEAN"),
1238
+ });
1239
+
1240
+ /** @internal */
1241
+ export type GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound = {
1242
+ remote_id: string | null;
1243
+ title: string;
1244
+ type: "BOOLEAN";
1245
+ };
1246
+
1247
+ /** @internal */
1248
+ export const GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema:
1249
+ z.ZodType<
1250
+ GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound,
1251
+ z.ZodTypeDef,
1252
+ GetAtsApplicationsPositiveResponseQuestionBoolean
1253
+ > = z.object({
1254
+ remote_id: z.nullable(z.string()),
1255
+ title: z.string(),
1256
+ type: z.literal("BOOLEAN"),
1257
+ });
1258
+
1259
+ /**
1260
+ * @internal
1261
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1262
+ */
1263
+ export namespace GetAtsApplicationsPositiveResponseQuestionBoolean$ {
1264
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema` instead. */
1265
+ export const inboundSchema =
1266
+ GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema;
1267
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema` instead. */
1268
+ export const outboundSchema =
1269
+ GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema;
1270
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound` instead. */
1271
+ export type Outbound =
1272
+ GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound;
1273
+ }
1274
+
1275
+ export function getAtsApplicationsPositiveResponseQuestionBooleanToJSON(
1276
+ getAtsApplicationsPositiveResponseQuestionBoolean:
1277
+ GetAtsApplicationsPositiveResponseQuestionBoolean,
1278
+ ): string {
1279
+ return JSON.stringify(
1280
+ GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema.parse(
1281
+ getAtsApplicationsPositiveResponseQuestionBoolean,
1282
+ ),
1283
+ );
1284
+ }
1285
+
1286
+ export function getAtsApplicationsPositiveResponseQuestionBooleanFromJSON(
1287
+ jsonString: string,
1288
+ ): SafeParseResult<
1289
+ GetAtsApplicationsPositiveResponseQuestionBoolean,
1290
+ SDKValidationError
1291
+ > {
1292
+ return safeParse(
1293
+ jsonString,
1294
+ (x) =>
1295
+ GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema.parse(
1296
+ JSON.parse(x),
1297
+ ),
1298
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionBoolean' from JSON`,
1299
+ );
1300
+ }
1301
+
1302
+ /** @internal */
1303
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema:
1304
+ z.ZodType<
1305
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4,
1306
+ z.ZodTypeDef,
1307
+ unknown
1308
+ > = z.object({
1309
+ answer: z.lazy(() =>
1310
+ GetAtsApplicationsPositiveResponseAnswer4$inboundSchema
1311
+ ),
1312
+ question: z.lazy(() =>
1313
+ GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema
1314
+ ),
1315
+ });
1316
+
1317
+ /** @internal */
1318
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound =
1319
+ {
1320
+ answer: GetAtsApplicationsPositiveResponseAnswer4$Outbound;
1321
+ question: GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound;
1322
+ };
1323
+
1324
+ /** @internal */
1325
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema:
1326
+ z.ZodType<
1327
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound,
1328
+ z.ZodTypeDef,
1329
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4
1330
+ > = z.object({
1331
+ answer: z.lazy(() =>
1332
+ GetAtsApplicationsPositiveResponseAnswer4$outboundSchema
1333
+ ),
1334
+ question: z.lazy(() =>
1335
+ GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema
1336
+ ),
1337
+ });
1338
+
1339
+ /**
1340
+ * @internal
1341
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1342
+ */
1343
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$ {
1344
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema` instead. */
1345
+ export const inboundSchema =
1346
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema;
1347
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema` instead. */
1348
+ export const outboundSchema =
1349
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema;
1350
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound` instead. */
1351
+ export type Outbound =
1352
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound;
1353
+ }
1354
+
1355
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer4ToJSON(
1356
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer4:
1357
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4,
1358
+ ): string {
1359
+ return JSON.stringify(
1360
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema
1361
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer4),
1362
+ );
1363
+ }
1364
+
1365
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer4FromJSON(
1366
+ jsonString: string,
1367
+ ): SafeParseResult<
1368
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4,
1369
+ SDKValidationError
1370
+ > {
1371
+ return safeParse(
1372
+ jsonString,
1373
+ (x) =>
1374
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema
1375
+ .parse(JSON.parse(x)),
1376
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4' from JSON`,
1377
+ );
1378
+ }
1379
+
1380
+ /** @internal */
1381
+ export const GetAtsApplicationsPositiveResponseAnswer3$inboundSchema: z.ZodType<
1382
+ GetAtsApplicationsPositiveResponseAnswer3,
1383
+ z.ZodTypeDef,
1384
+ unknown
1385
+ > = z.object({
1386
+ choices: z.array(z.string()).optional(),
1387
+ });
1388
+
1389
+ /** @internal */
1390
+ export type GetAtsApplicationsPositiveResponseAnswer3$Outbound = {
1391
+ choices?: Array<string> | undefined;
1392
+ };
1393
+
1394
+ /** @internal */
1395
+ export const GetAtsApplicationsPositiveResponseAnswer3$outboundSchema:
1396
+ z.ZodType<
1397
+ GetAtsApplicationsPositiveResponseAnswer3$Outbound,
1398
+ z.ZodTypeDef,
1399
+ GetAtsApplicationsPositiveResponseAnswer3
1400
+ > = z.object({
1401
+ choices: z.array(z.string()).optional(),
1402
+ });
1403
+
1404
+ /**
1405
+ * @internal
1406
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1407
+ */
1408
+ export namespace GetAtsApplicationsPositiveResponseAnswer3$ {
1409
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$inboundSchema` instead. */
1410
+ export const inboundSchema =
1411
+ GetAtsApplicationsPositiveResponseAnswer3$inboundSchema;
1412
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$outboundSchema` instead. */
1413
+ export const outboundSchema =
1414
+ GetAtsApplicationsPositiveResponseAnswer3$outboundSchema;
1415
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$Outbound` instead. */
1416
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer3$Outbound;
1417
+ }
1418
+
1419
+ export function getAtsApplicationsPositiveResponseAnswer3ToJSON(
1420
+ getAtsApplicationsPositiveResponseAnswer3:
1421
+ GetAtsApplicationsPositiveResponseAnswer3,
1422
+ ): string {
1423
+ return JSON.stringify(
1424
+ GetAtsApplicationsPositiveResponseAnswer3$outboundSchema.parse(
1425
+ getAtsApplicationsPositiveResponseAnswer3,
1426
+ ),
1427
+ );
1428
+ }
1429
+
1430
+ export function getAtsApplicationsPositiveResponseAnswer3FromJSON(
1431
+ jsonString: string,
1432
+ ): SafeParseResult<
1433
+ GetAtsApplicationsPositiveResponseAnswer3,
1434
+ SDKValidationError
1435
+ > {
1436
+ return safeParse(
1437
+ jsonString,
1438
+ (x) =>
1439
+ GetAtsApplicationsPositiveResponseAnswer3$inboundSchema.parse(
1440
+ JSON.parse(x),
1441
+ ),
1442
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer3' from JSON`,
1443
+ );
1444
+ }
1445
+
1446
+ /** @internal */
1447
+ export const GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema:
1448
+ z.ZodType<
1449
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect,
1450
+ z.ZodTypeDef,
1451
+ unknown
1452
+ > = z.object({
1453
+ remote_id: z.nullable(z.string()),
1454
+ title: z.string(),
1455
+ type: z.literal("MULTI_SELECT"),
1456
+ });
1457
+
1458
+ /** @internal */
1459
+ export type GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound = {
1460
+ remote_id: string | null;
1461
+ title: string;
1462
+ type: "MULTI_SELECT";
1463
+ };
1464
+
1465
+ /** @internal */
1466
+ export const GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema:
1467
+ z.ZodType<
1468
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound,
1469
+ z.ZodTypeDef,
1470
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect
1471
+ > = z.object({
1472
+ remote_id: z.nullable(z.string()),
1473
+ title: z.string(),
1474
+ type: z.literal("MULTI_SELECT"),
1475
+ });
1476
+
1477
+ /**
1478
+ * @internal
1479
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1480
+ */
1481
+ export namespace GetAtsApplicationsPositiveResponseQuestionMultiSelect$ {
1482
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema` instead. */
1483
+ export const inboundSchema =
1484
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema;
1485
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema` instead. */
1486
+ export const outboundSchema =
1487
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema;
1488
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound` instead. */
1489
+ export type Outbound =
1490
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound;
1491
+ }
1492
+
1493
+ export function getAtsApplicationsPositiveResponseQuestionMultiSelectToJSON(
1494
+ getAtsApplicationsPositiveResponseQuestionMultiSelect:
1495
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect,
1496
+ ): string {
1497
+ return JSON.stringify(
1498
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema.parse(
1499
+ getAtsApplicationsPositiveResponseQuestionMultiSelect,
1500
+ ),
1501
+ );
1502
+ }
1503
+
1504
+ export function getAtsApplicationsPositiveResponseQuestionMultiSelectFromJSON(
1505
+ jsonString: string,
1506
+ ): SafeParseResult<
1507
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect,
1508
+ SDKValidationError
1509
+ > {
1510
+ return safeParse(
1511
+ jsonString,
1512
+ (x) =>
1513
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema.parse(
1514
+ JSON.parse(x),
1515
+ ),
1516
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionMultiSelect' from JSON`,
1517
+ );
1518
+ }
1519
+
1520
+ /** @internal */
1521
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema:
1522
+ z.ZodType<
1523
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3,
1524
+ z.ZodTypeDef,
1525
+ unknown
1526
+ > = z.object({
1527
+ answer: z.lazy(() =>
1528
+ GetAtsApplicationsPositiveResponseAnswer3$inboundSchema
1529
+ ),
1530
+ question: z.lazy(() =>
1531
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema
1532
+ ),
1533
+ });
1534
+
1535
+ /** @internal */
1536
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound =
1537
+ {
1538
+ answer: GetAtsApplicationsPositiveResponseAnswer3$Outbound;
1539
+ question: GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound;
1540
+ };
1541
+
1542
+ /** @internal */
1543
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema:
1544
+ z.ZodType<
1545
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound,
1546
+ z.ZodTypeDef,
1547
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3
1548
+ > = z.object({
1549
+ answer: z.lazy(() =>
1550
+ GetAtsApplicationsPositiveResponseAnswer3$outboundSchema
1551
+ ),
1552
+ question: z.lazy(() =>
1553
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema
1554
+ ),
1555
+ });
1556
+
1557
+ /**
1558
+ * @internal
1559
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1560
+ */
1561
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$ {
1562
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema` instead. */
1563
+ export const inboundSchema =
1564
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema;
1565
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema` instead. */
1566
+ export const outboundSchema =
1567
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema;
1568
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound` instead. */
1569
+ export type Outbound =
1570
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound;
1571
+ }
1572
+
1573
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer3ToJSON(
1574
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer3:
1575
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3,
1576
+ ): string {
1577
+ return JSON.stringify(
1578
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema
1579
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer3),
1580
+ );
1581
+ }
1582
+
1583
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer3FromJSON(
1584
+ jsonString: string,
1585
+ ): SafeParseResult<
1586
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3,
1587
+ SDKValidationError
1588
+ > {
1589
+ return safeParse(
1590
+ jsonString,
1591
+ (x) =>
1592
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema
1593
+ .parse(JSON.parse(x)),
1594
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3' from JSON`,
1595
+ );
1596
+ }
1597
+
1598
+ /** @internal */
1599
+ export const GetAtsApplicationsPositiveResponseAnswer2$inboundSchema: z.ZodType<
1600
+ GetAtsApplicationsPositiveResponseAnswer2,
1601
+ z.ZodTypeDef,
1602
+ unknown
1603
+ > = z.object({
1604
+ choice: z.nullable(z.string()),
1605
+ });
1606
+
1607
+ /** @internal */
1608
+ export type GetAtsApplicationsPositiveResponseAnswer2$Outbound = {
1609
+ choice: string | null;
1610
+ };
1611
+
1612
+ /** @internal */
1613
+ export const GetAtsApplicationsPositiveResponseAnswer2$outboundSchema:
1614
+ z.ZodType<
1615
+ GetAtsApplicationsPositiveResponseAnswer2$Outbound,
1616
+ z.ZodTypeDef,
1617
+ GetAtsApplicationsPositiveResponseAnswer2
1618
+ > = z.object({
1619
+ choice: z.nullable(z.string()),
1620
+ });
1621
+
1622
+ /**
1623
+ * @internal
1624
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1625
+ */
1626
+ export namespace GetAtsApplicationsPositiveResponseAnswer2$ {
1627
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$inboundSchema` instead. */
1628
+ export const inboundSchema =
1629
+ GetAtsApplicationsPositiveResponseAnswer2$inboundSchema;
1630
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$outboundSchema` instead. */
1631
+ export const outboundSchema =
1632
+ GetAtsApplicationsPositiveResponseAnswer2$outboundSchema;
1633
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$Outbound` instead. */
1634
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer2$Outbound;
1635
+ }
1636
+
1637
+ export function getAtsApplicationsPositiveResponseAnswer2ToJSON(
1638
+ getAtsApplicationsPositiveResponseAnswer2:
1639
+ GetAtsApplicationsPositiveResponseAnswer2,
1640
+ ): string {
1641
+ return JSON.stringify(
1642
+ GetAtsApplicationsPositiveResponseAnswer2$outboundSchema.parse(
1643
+ getAtsApplicationsPositiveResponseAnswer2,
1644
+ ),
1645
+ );
1646
+ }
1647
+
1648
+ export function getAtsApplicationsPositiveResponseAnswer2FromJSON(
1649
+ jsonString: string,
1650
+ ): SafeParseResult<
1651
+ GetAtsApplicationsPositiveResponseAnswer2,
1652
+ SDKValidationError
1653
+ > {
1654
+ return safeParse(
1655
+ jsonString,
1656
+ (x) =>
1657
+ GetAtsApplicationsPositiveResponseAnswer2$inboundSchema.parse(
1658
+ JSON.parse(x),
1659
+ ),
1660
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer2' from JSON`,
1661
+ );
1662
+ }
1663
+
1664
+ /** @internal */
1665
+ export const GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema:
1666
+ z.ZodType<
1667
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect,
1668
+ z.ZodTypeDef,
1669
+ unknown
1670
+ > = z.object({
1671
+ remote_id: z.nullable(z.string()),
1672
+ title: z.string(),
1673
+ type: z.literal("SINGLE_SELECT"),
1674
+ });
1675
+
1676
+ /** @internal */
1677
+ export type GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound = {
1678
+ remote_id: string | null;
1679
+ title: string;
1680
+ type: "SINGLE_SELECT";
1681
+ };
1682
+
1683
+ /** @internal */
1684
+ export const GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema:
1685
+ z.ZodType<
1686
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound,
1687
+ z.ZodTypeDef,
1688
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect
1689
+ > = z.object({
1690
+ remote_id: z.nullable(z.string()),
1691
+ title: z.string(),
1692
+ type: z.literal("SINGLE_SELECT"),
1693
+ });
1694
+
1695
+ /**
1696
+ * @internal
1697
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1698
+ */
1699
+ export namespace GetAtsApplicationsPositiveResponseQuestionSingleSelect$ {
1700
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema` instead. */
1701
+ export const inboundSchema =
1702
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema;
1703
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema` instead. */
1704
+ export const outboundSchema =
1705
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema;
1706
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound` instead. */
1707
+ export type Outbound =
1708
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound;
1709
+ }
1710
+
1711
+ export function getAtsApplicationsPositiveResponseQuestionSingleSelectToJSON(
1712
+ getAtsApplicationsPositiveResponseQuestionSingleSelect:
1713
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect,
1714
+ ): string {
1715
+ return JSON.stringify(
1716
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema.parse(
1717
+ getAtsApplicationsPositiveResponseQuestionSingleSelect,
1718
+ ),
1719
+ );
1720
+ }
1721
+
1722
+ export function getAtsApplicationsPositiveResponseQuestionSingleSelectFromJSON(
1723
+ jsonString: string,
1724
+ ): SafeParseResult<
1725
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect,
1726
+ SDKValidationError
1727
+ > {
1728
+ return safeParse(
1729
+ jsonString,
1730
+ (x) =>
1731
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema
1732
+ .parse(JSON.parse(x)),
1733
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionSingleSelect' from JSON`,
1734
+ );
1735
+ }
1736
+
1737
+ /** @internal */
1738
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema:
1739
+ z.ZodType<
1740
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2,
1741
+ z.ZodTypeDef,
1742
+ unknown
1743
+ > = z.object({
1744
+ answer: z.lazy(() =>
1745
+ GetAtsApplicationsPositiveResponseAnswer2$inboundSchema
1746
+ ),
1747
+ question: z.lazy(() =>
1748
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema
1749
+ ),
1750
+ });
1751
+
1752
+ /** @internal */
1753
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound =
1754
+ {
1755
+ answer: GetAtsApplicationsPositiveResponseAnswer2$Outbound;
1756
+ question: GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound;
1757
+ };
1758
+
1759
+ /** @internal */
1760
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema:
1761
+ z.ZodType<
1762
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound,
1763
+ z.ZodTypeDef,
1764
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2
1765
+ > = z.object({
1766
+ answer: z.lazy(() =>
1767
+ GetAtsApplicationsPositiveResponseAnswer2$outboundSchema
1768
+ ),
1769
+ question: z.lazy(() =>
1770
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema
1771
+ ),
1772
+ });
1773
+
1774
+ /**
1775
+ * @internal
1776
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1777
+ */
1778
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$ {
1779
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema` instead. */
1780
+ export const inboundSchema =
1781
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema;
1782
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema` instead. */
1783
+ export const outboundSchema =
1784
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema;
1785
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound` instead. */
1786
+ export type Outbound =
1787
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound;
1788
+ }
1789
+
1790
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer2ToJSON(
1791
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer2:
1792
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2,
1793
+ ): string {
1794
+ return JSON.stringify(
1795
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema
1796
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer2),
1797
+ );
1798
+ }
1799
+
1800
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer2FromJSON(
1801
+ jsonString: string,
1802
+ ): SafeParseResult<
1803
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2,
1804
+ SDKValidationError
1805
+ > {
1806
+ return safeParse(
1807
+ jsonString,
1808
+ (x) =>
1809
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema
1810
+ .parse(JSON.parse(x)),
1811
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2' from JSON`,
1812
+ );
1813
+ }
1814
+
1815
+ /** @internal */
1816
+ export const GetAtsApplicationsPositiveResponseAnswer1$inboundSchema: z.ZodType<
1817
+ GetAtsApplicationsPositiveResponseAnswer1,
1818
+ z.ZodTypeDef,
1819
+ unknown
1820
+ > = z.object({
1821
+ content: z.nullable(z.string()),
1822
+ });
1823
+
1824
+ /** @internal */
1825
+ export type GetAtsApplicationsPositiveResponseAnswer1$Outbound = {
1826
+ content: string | null;
1827
+ };
1828
+
1829
+ /** @internal */
1830
+ export const GetAtsApplicationsPositiveResponseAnswer1$outboundSchema:
1831
+ z.ZodType<
1832
+ GetAtsApplicationsPositiveResponseAnswer1$Outbound,
1833
+ z.ZodTypeDef,
1834
+ GetAtsApplicationsPositiveResponseAnswer1
1835
+ > = z.object({
1836
+ content: z.nullable(z.string()),
1837
+ });
1838
+
1839
+ /**
1840
+ * @internal
1841
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1842
+ */
1843
+ export namespace GetAtsApplicationsPositiveResponseAnswer1$ {
1844
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$inboundSchema` instead. */
1845
+ export const inboundSchema =
1846
+ GetAtsApplicationsPositiveResponseAnswer1$inboundSchema;
1847
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$outboundSchema` instead. */
1848
+ export const outboundSchema =
1849
+ GetAtsApplicationsPositiveResponseAnswer1$outboundSchema;
1850
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$Outbound` instead. */
1851
+ export type Outbound = GetAtsApplicationsPositiveResponseAnswer1$Outbound;
1852
+ }
1853
+
1854
+ export function getAtsApplicationsPositiveResponseAnswer1ToJSON(
1855
+ getAtsApplicationsPositiveResponseAnswer1:
1856
+ GetAtsApplicationsPositiveResponseAnswer1,
1857
+ ): string {
1858
+ return JSON.stringify(
1859
+ GetAtsApplicationsPositiveResponseAnswer1$outboundSchema.parse(
1860
+ getAtsApplicationsPositiveResponseAnswer1,
1861
+ ),
1862
+ );
1863
+ }
1864
+
1865
+ export function getAtsApplicationsPositiveResponseAnswer1FromJSON(
1866
+ jsonString: string,
1867
+ ): SafeParseResult<
1868
+ GetAtsApplicationsPositiveResponseAnswer1,
1869
+ SDKValidationError
1870
+ > {
1871
+ return safeParse(
1872
+ jsonString,
1873
+ (x) =>
1874
+ GetAtsApplicationsPositiveResponseAnswer1$inboundSchema.parse(
1875
+ JSON.parse(x),
1876
+ ),
1877
+ `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer1' from JSON`,
1878
+ );
1879
+ }
1880
+
1881
+ /** @internal */
1882
+ export const GetAtsApplicationsPositiveResponseQuestionText$inboundSchema:
1883
+ z.ZodType<
1884
+ GetAtsApplicationsPositiveResponseQuestionText,
1885
+ z.ZodTypeDef,
1886
+ unknown
1887
+ > = z.object({
1888
+ remote_id: z.nullable(z.string()),
1889
+ title: z.string(),
1890
+ type: z.literal("TEXT"),
1891
+ });
1892
+
1893
+ /** @internal */
1894
+ export type GetAtsApplicationsPositiveResponseQuestionText$Outbound = {
1895
+ remote_id: string | null;
1896
+ title: string;
1897
+ type: "TEXT";
1898
+ };
1899
+
1900
+ /** @internal */
1901
+ export const GetAtsApplicationsPositiveResponseQuestionText$outboundSchema:
1902
+ z.ZodType<
1903
+ GetAtsApplicationsPositiveResponseQuestionText$Outbound,
1904
+ z.ZodTypeDef,
1905
+ GetAtsApplicationsPositiveResponseQuestionText
1906
+ > = z.object({
1907
+ remote_id: z.nullable(z.string()),
1908
+ title: z.string(),
1909
+ type: z.literal("TEXT"),
1910
+ });
1911
+
1912
+ /**
1913
+ * @internal
1914
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1915
+ */
1916
+ export namespace GetAtsApplicationsPositiveResponseQuestionText$ {
1917
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$inboundSchema` instead. */
1918
+ export const inboundSchema =
1919
+ GetAtsApplicationsPositiveResponseQuestionText$inboundSchema;
1920
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$outboundSchema` instead. */
1921
+ export const outboundSchema =
1922
+ GetAtsApplicationsPositiveResponseQuestionText$outboundSchema;
1923
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$Outbound` instead. */
1924
+ export type Outbound =
1925
+ GetAtsApplicationsPositiveResponseQuestionText$Outbound;
1926
+ }
1927
+
1928
+ export function getAtsApplicationsPositiveResponseQuestionTextToJSON(
1929
+ getAtsApplicationsPositiveResponseQuestionText:
1930
+ GetAtsApplicationsPositiveResponseQuestionText,
1931
+ ): string {
1932
+ return JSON.stringify(
1933
+ GetAtsApplicationsPositiveResponseQuestionText$outboundSchema.parse(
1934
+ getAtsApplicationsPositiveResponseQuestionText,
1935
+ ),
1936
+ );
1937
+ }
1938
+
1939
+ export function getAtsApplicationsPositiveResponseQuestionTextFromJSON(
1940
+ jsonString: string,
1941
+ ): SafeParseResult<
1942
+ GetAtsApplicationsPositiveResponseQuestionText,
1943
+ SDKValidationError
1944
+ > {
1945
+ return safeParse(
1946
+ jsonString,
1947
+ (x) =>
1948
+ GetAtsApplicationsPositiveResponseQuestionText$inboundSchema.parse(
1949
+ JSON.parse(x),
1950
+ ),
1951
+ `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionText' from JSON`,
1952
+ );
1953
+ }
1954
+
1955
+ /** @internal */
1956
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema:
1957
+ z.ZodType<
1958
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1,
1959
+ z.ZodTypeDef,
1960
+ unknown
1961
+ > = z.object({
1962
+ answer: z.lazy(() =>
1963
+ GetAtsApplicationsPositiveResponseAnswer1$inboundSchema
1964
+ ),
1965
+ question: z.lazy(() =>
1966
+ GetAtsApplicationsPositiveResponseQuestionText$inboundSchema
1967
+ ),
1968
+ });
1969
+
1970
+ /** @internal */
1971
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound =
1972
+ {
1973
+ answer: GetAtsApplicationsPositiveResponseAnswer1$Outbound;
1974
+ question: GetAtsApplicationsPositiveResponseQuestionText$Outbound;
1975
+ };
1976
+
1977
+ /** @internal */
1978
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema:
1979
+ z.ZodType<
1980
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound,
1981
+ z.ZodTypeDef,
1982
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1
1983
+ > = z.object({
1984
+ answer: z.lazy(() =>
1985
+ GetAtsApplicationsPositiveResponseAnswer1$outboundSchema
1986
+ ),
1987
+ question: z.lazy(() =>
1988
+ GetAtsApplicationsPositiveResponseQuestionText$outboundSchema
1989
+ ),
1990
+ });
1991
+
1992
+ /**
1993
+ * @internal
1994
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1995
+ */
1996
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$ {
1997
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema` instead. */
1998
+ export const inboundSchema =
1999
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema;
2000
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema` instead. */
2001
+ export const outboundSchema =
2002
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema;
2003
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound` instead. */
2004
+ export type Outbound =
2005
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound;
2006
+ }
2007
+
2008
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer1ToJSON(
2009
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswer1:
2010
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1,
2011
+ ): string {
2012
+ return JSON.stringify(
2013
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema
2014
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer1),
2015
+ );
2016
+ }
2017
+
2018
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer1FromJSON(
2019
+ jsonString: string,
2020
+ ): SafeParseResult<
2021
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1,
2022
+ SDKValidationError
2023
+ > {
2024
+ return safeParse(
2025
+ jsonString,
2026
+ (x) =>
2027
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema
2028
+ .parse(JSON.parse(x)),
2029
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1' from JSON`,
2030
+ );
2031
+ }
2032
+
2033
+ /** @internal */
2034
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema:
2035
+ z.ZodType<
2036
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion,
2037
+ z.ZodTypeDef,
2038
+ unknown
2039
+ > = z.union([
2040
+ z.lazy(() =>
2041
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema
2042
+ ),
2043
+ z.lazy(() =>
2044
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema
2045
+ ),
2046
+ z.lazy(() =>
2047
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema
2048
+ ),
2049
+ z.lazy(() =>
2050
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema
2051
+ ),
2052
+ z.lazy(() =>
2053
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema
2054
+ ),
2055
+ z.lazy(() =>
2056
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema
2057
+ ),
2058
+ z.lazy(() =>
2059
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema
2060
+ ),
2061
+ ]);
2062
+
2063
+ /** @internal */
2064
+ export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound =
2065
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound
2066
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound
2067
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound
2068
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound
2069
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound
2070
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound
2071
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound;
2072
+
2073
+ /** @internal */
2074
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema:
2075
+ z.ZodType<
2076
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound,
2077
+ z.ZodTypeDef,
2078
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion
2079
+ > = z.union([
2080
+ z.lazy(() =>
2081
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema
2082
+ ),
2083
+ z.lazy(() =>
2084
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema
2085
+ ),
2086
+ z.lazy(() =>
2087
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema
2088
+ ),
2089
+ z.lazy(() =>
2090
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema
2091
+ ),
2092
+ z.lazy(() =>
2093
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema
2094
+ ),
2095
+ z.lazy(() =>
2096
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema
2097
+ ),
2098
+ z.lazy(() =>
2099
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema
2100
+ ),
2101
+ ]);
2102
+
2103
+ /**
2104
+ * @internal
2105
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2106
+ */
2107
+ export namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$ {
2108
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema` instead. */
2109
+ export const inboundSchema =
2110
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema;
2111
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema` instead. */
2112
+ export const outboundSchema =
2113
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema;
2114
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound` instead. */
2115
+ export type Outbound =
2116
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound;
2117
+ }
2118
+
2119
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnionToJSON(
2120
+ getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion:
2121
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion,
2122
+ ): string {
2123
+ return JSON.stringify(
2124
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema
2125
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion),
2126
+ );
2127
+ }
2128
+
2129
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnionFromJSON(
2130
+ jsonString: string,
2131
+ ): SafeParseResult<
2132
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion,
2133
+ SDKValidationError
2134
+ > {
2135
+ return safeParse(
2136
+ jsonString,
2137
+ (x) =>
2138
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema
2139
+ .parse(JSON.parse(x)),
2140
+ `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion' from JSON`,
2141
+ );
2142
+ }
2143
+
2144
+ /** @internal */
2145
+ export const GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema:
2146
+ z.ZodType<
2147
+ GetAtsApplicationsPositiveResponseEmailAddress,
2148
+ z.ZodTypeDef,
2149
+ unknown
2150
+ > = z.object({
2151
+ email_address: z.nullable(z.string()).optional(),
2152
+ type: z.nullable(z.string()),
2153
+ });
2154
+
2155
+ /** @internal */
2156
+ export type GetAtsApplicationsPositiveResponseEmailAddress$Outbound = {
2157
+ email_address?: string | null | undefined;
2158
+ type: string | null;
2159
+ };
2160
+
2161
+ /** @internal */
2162
+ export const GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema:
2163
+ z.ZodType<
2164
+ GetAtsApplicationsPositiveResponseEmailAddress$Outbound,
2165
+ z.ZodTypeDef,
2166
+ GetAtsApplicationsPositiveResponseEmailAddress
2167
+ > = z.object({
2168
+ email_address: z.nullable(z.string()).optional(),
2169
+ type: z.nullable(z.string()),
2170
+ });
2171
+
2172
+ /**
2173
+ * @internal
2174
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2175
+ */
2176
+ export namespace GetAtsApplicationsPositiveResponseEmailAddress$ {
2177
+ /** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema` instead. */
2178
+ export const inboundSchema =
2179
+ GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema;
2180
+ /** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema` instead. */
2181
+ export const outboundSchema =
2182
+ GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema;
2183
+ /** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$Outbound` instead. */
2184
+ export type Outbound =
2185
+ GetAtsApplicationsPositiveResponseEmailAddress$Outbound;
2186
+ }
2187
+
2188
+ export function getAtsApplicationsPositiveResponseEmailAddressToJSON(
2189
+ getAtsApplicationsPositiveResponseEmailAddress:
2190
+ GetAtsApplicationsPositiveResponseEmailAddress,
2191
+ ): string {
2192
+ return JSON.stringify(
2193
+ GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema.parse(
2194
+ getAtsApplicationsPositiveResponseEmailAddress,
2195
+ ),
2196
+ );
2197
+ }
2198
+
2199
+ export function getAtsApplicationsPositiveResponseEmailAddressFromJSON(
2200
+ jsonString: string,
2201
+ ): SafeParseResult<
2202
+ GetAtsApplicationsPositiveResponseEmailAddress,
2203
+ SDKValidationError
2204
+ > {
2205
+ return safeParse(
2206
+ jsonString,
2207
+ (x) =>
2208
+ GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema.parse(
2209
+ JSON.parse(x),
2210
+ ),
2211
+ `Failed to parse 'GetAtsApplicationsPositiveResponseEmailAddress' from JSON`,
2212
+ );
2213
+ }
2214
+
2215
+ /** @internal */
2216
+ export const GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema:
2217
+ z.ZodType<
2218
+ GetAtsApplicationsPositiveResponsePhoneNumber,
2219
+ z.ZodTypeDef,
2220
+ unknown
2221
+ > = z.object({
2222
+ phone_number: z.string(),
2223
+ type: z.nullable(z.string()).optional(),
2224
+ });
2225
+
2226
+ /** @internal */
2227
+ export type GetAtsApplicationsPositiveResponsePhoneNumber$Outbound = {
2228
+ phone_number: string;
2229
+ type?: string | null | undefined;
2230
+ };
2231
+
2232
+ /** @internal */
2233
+ export const GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema:
2234
+ z.ZodType<
2235
+ GetAtsApplicationsPositiveResponsePhoneNumber$Outbound,
2236
+ z.ZodTypeDef,
2237
+ GetAtsApplicationsPositiveResponsePhoneNumber
2238
+ > = z.object({
2239
+ phone_number: z.string(),
2240
+ type: z.nullable(z.string()).optional(),
2241
+ });
2242
+
2243
+ /**
2244
+ * @internal
2245
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2246
+ */
2247
+ export namespace GetAtsApplicationsPositiveResponsePhoneNumber$ {
2248
+ /** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema` instead. */
2249
+ export const inboundSchema =
2250
+ GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema;
2251
+ /** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema` instead. */
2252
+ export const outboundSchema =
2253
+ GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema;
2254
+ /** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$Outbound` instead. */
2255
+ export type Outbound = GetAtsApplicationsPositiveResponsePhoneNumber$Outbound;
2256
+ }
2257
+
2258
+ export function getAtsApplicationsPositiveResponsePhoneNumberToJSON(
2259
+ getAtsApplicationsPositiveResponsePhoneNumber:
2260
+ GetAtsApplicationsPositiveResponsePhoneNumber,
2261
+ ): string {
2262
+ return JSON.stringify(
2263
+ GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema.parse(
2264
+ getAtsApplicationsPositiveResponsePhoneNumber,
2265
+ ),
2266
+ );
2267
+ }
2268
+
2269
+ export function getAtsApplicationsPositiveResponsePhoneNumberFromJSON(
2270
+ jsonString: string,
2271
+ ): SafeParseResult<
2272
+ GetAtsApplicationsPositiveResponsePhoneNumber,
2273
+ SDKValidationError
2274
+ > {
2275
+ return safeParse(
2276
+ jsonString,
2277
+ (x) =>
2278
+ GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema.parse(
2279
+ JSON.parse(x),
2280
+ ),
2281
+ `Failed to parse 'GetAtsApplicationsPositiveResponsePhoneNumber' from JSON`,
2282
+ );
2283
+ }
2284
+
2285
+ /** @internal */
2286
+ export const GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema:
2287
+ z.ZodType<
2288
+ GetAtsApplicationsPositiveResponseSocialMedia,
2289
+ z.ZodTypeDef,
2290
+ unknown
2291
+ > = z.object({
2292
+ link: z.nullable(z.string()).optional(),
2293
+ type: z.nullable(z.string()).optional(),
2294
+ username: z.nullable(z.string()).optional(),
2295
+ });
2296
+
2297
+ /** @internal */
2298
+ export type GetAtsApplicationsPositiveResponseSocialMedia$Outbound = {
2299
+ link?: string | null | undefined;
2300
+ type?: string | null | undefined;
2301
+ username?: string | null | undefined;
2302
+ };
2303
+
2304
+ /** @internal */
2305
+ export const GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema:
2306
+ z.ZodType<
2307
+ GetAtsApplicationsPositiveResponseSocialMedia$Outbound,
2308
+ z.ZodTypeDef,
2309
+ GetAtsApplicationsPositiveResponseSocialMedia
2310
+ > = z.object({
2311
+ link: z.nullable(z.string()).optional(),
2312
+ type: z.nullable(z.string()).optional(),
2313
+ username: z.nullable(z.string()).optional(),
2314
+ });
2315
+
2316
+ /**
2317
+ * @internal
2318
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2319
+ */
2320
+ export namespace GetAtsApplicationsPositiveResponseSocialMedia$ {
2321
+ /** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema` instead. */
2322
+ export const inboundSchema =
2323
+ GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema;
2324
+ /** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema` instead. */
2325
+ export const outboundSchema =
2326
+ GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema;
2327
+ /** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$Outbound` instead. */
2328
+ export type Outbound = GetAtsApplicationsPositiveResponseSocialMedia$Outbound;
2329
+ }
2330
+
2331
+ export function getAtsApplicationsPositiveResponseSocialMediaToJSON(
2332
+ getAtsApplicationsPositiveResponseSocialMedia:
2333
+ GetAtsApplicationsPositiveResponseSocialMedia,
2334
+ ): string {
2335
+ return JSON.stringify(
2336
+ GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema.parse(
2337
+ getAtsApplicationsPositiveResponseSocialMedia,
2338
+ ),
2339
+ );
2340
+ }
2341
+
2342
+ export function getAtsApplicationsPositiveResponseSocialMediaFromJSON(
2343
+ jsonString: string,
2344
+ ): SafeParseResult<
2345
+ GetAtsApplicationsPositiveResponseSocialMedia,
2346
+ SDKValidationError
2347
+ > {
2348
+ return safeParse(
2349
+ jsonString,
2350
+ (x) =>
2351
+ GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema.parse(
2352
+ JSON.parse(x),
2353
+ ),
2354
+ `Failed to parse 'GetAtsApplicationsPositiveResponseSocialMedia' from JSON`,
2355
+ );
2356
+ }
2357
+
2358
+ /** @internal */
2359
+ export const GetAtsApplicationsPositiveResponseTag$inboundSchema: z.ZodType<
2360
+ GetAtsApplicationsPositiveResponseTag,
2361
+ z.ZodTypeDef,
2362
+ unknown
2363
+ > = z.object({
2364
+ id: z.string(),
2365
+ remote_id: z.nullable(z.string()),
2366
+ name: z.nullable(z.string()),
2367
+ });
2368
+
2369
+ /** @internal */
2370
+ export type GetAtsApplicationsPositiveResponseTag$Outbound = {
2371
+ id: string;
2372
+ remote_id: string | null;
2373
+ name: string | null;
2374
+ };
2375
+
2376
+ /** @internal */
2377
+ export const GetAtsApplicationsPositiveResponseTag$outboundSchema: z.ZodType<
2378
+ GetAtsApplicationsPositiveResponseTag$Outbound,
2379
+ z.ZodTypeDef,
2380
+ GetAtsApplicationsPositiveResponseTag
2381
+ > = z.object({
2382
+ id: z.string(),
2383
+ remote_id: z.nullable(z.string()),
2384
+ name: z.nullable(z.string()),
2385
+ });
2386
+
2387
+ /**
2388
+ * @internal
2389
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2390
+ */
2391
+ export namespace GetAtsApplicationsPositiveResponseTag$ {
2392
+ /** @deprecated use `GetAtsApplicationsPositiveResponseTag$inboundSchema` instead. */
2393
+ export const inboundSchema =
2394
+ GetAtsApplicationsPositiveResponseTag$inboundSchema;
2395
+ /** @deprecated use `GetAtsApplicationsPositiveResponseTag$outboundSchema` instead. */
2396
+ export const outboundSchema =
2397
+ GetAtsApplicationsPositiveResponseTag$outboundSchema;
2398
+ /** @deprecated use `GetAtsApplicationsPositiveResponseTag$Outbound` instead. */
2399
+ export type Outbound = GetAtsApplicationsPositiveResponseTag$Outbound;
2400
+ }
2401
+
2402
+ export function getAtsApplicationsPositiveResponseTagToJSON(
2403
+ getAtsApplicationsPositiveResponseTag: GetAtsApplicationsPositiveResponseTag,
2404
+ ): string {
2405
+ return JSON.stringify(
2406
+ GetAtsApplicationsPositiveResponseTag$outboundSchema.parse(
2407
+ getAtsApplicationsPositiveResponseTag,
2408
+ ),
2409
+ );
2410
+ }
2411
+
2412
+ export function getAtsApplicationsPositiveResponseTagFromJSON(
2413
+ jsonString: string,
2414
+ ): SafeParseResult<GetAtsApplicationsPositiveResponseTag, SDKValidationError> {
2415
+ return safeParse(
2416
+ jsonString,
2417
+ (x) =>
2418
+ GetAtsApplicationsPositiveResponseTag$inboundSchema.parse(JSON.parse(x)),
2419
+ `Failed to parse 'GetAtsApplicationsPositiveResponseTag' from JSON`,
2420
+ );
2421
+ }
2422
+
2423
+ /** @internal */
2424
+ export const GetAtsApplicationsPositiveResponseCandidate$inboundSchema:
2425
+ z.ZodType<
2426
+ GetAtsApplicationsPositiveResponseCandidate,
2427
+ z.ZodTypeDef,
2428
+ unknown
2429
+ > = z.object({
2430
+ id: z.string(),
2431
+ remote_id: z.string(),
2432
+ first_name: z.nullable(z.string()),
2433
+ last_name: z.nullable(z.string()),
2434
+ email_addresses: z.nullable(
2435
+ z.array(z.lazy(() =>
2436
+ GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema
2437
+ )),
2438
+ ).optional(),
2439
+ phone_numbers: z.nullable(
2440
+ z.array(z.lazy(() =>
2441
+ GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema
2442
+ )),
2443
+ ).optional(),
2444
+ social_media: z.nullable(
2445
+ z.array(z.lazy(() =>
2446
+ GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema
2447
+ )),
2448
+ ).optional(),
2449
+ source: z.nullable(z.string()),
2450
+ remote_url: z.nullable(z.string()),
2451
+ tags: z.array(
2452
+ z.lazy(() => GetAtsApplicationsPositiveResponseTag$inboundSchema),
2453
+ ),
2454
+ });
2455
+
2456
+ /** @internal */
2457
+ export type GetAtsApplicationsPositiveResponseCandidate$Outbound = {
2458
+ id: string;
2459
+ remote_id: string;
2460
+ first_name: string | null;
2461
+ last_name: string | null;
2462
+ email_addresses?:
2463
+ | Array<GetAtsApplicationsPositiveResponseEmailAddress$Outbound>
2464
+ | null
2465
+ | undefined;
2466
+ phone_numbers?:
2467
+ | Array<GetAtsApplicationsPositiveResponsePhoneNumber$Outbound>
2468
+ | null
2469
+ | undefined;
2470
+ social_media?:
2471
+ | Array<GetAtsApplicationsPositiveResponseSocialMedia$Outbound>
2472
+ | null
2473
+ | undefined;
2474
+ source: string | null;
2475
+ remote_url: string | null;
2476
+ tags: Array<GetAtsApplicationsPositiveResponseTag$Outbound>;
2477
+ };
2478
+
2479
+ /** @internal */
2480
+ export const GetAtsApplicationsPositiveResponseCandidate$outboundSchema:
2481
+ z.ZodType<
2482
+ GetAtsApplicationsPositiveResponseCandidate$Outbound,
2483
+ z.ZodTypeDef,
2484
+ GetAtsApplicationsPositiveResponseCandidate
2485
+ > = z.object({
2486
+ id: z.string(),
2487
+ remote_id: z.string(),
2488
+ first_name: z.nullable(z.string()),
2489
+ last_name: z.nullable(z.string()),
2490
+ email_addresses: z.nullable(
2491
+ z.array(z.lazy(() =>
2492
+ GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema
2493
+ )),
2494
+ ).optional(),
2495
+ phone_numbers: z.nullable(
2496
+ z.array(z.lazy(() =>
2497
+ GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema
2498
+ )),
2499
+ ).optional(),
2500
+ social_media: z.nullable(
2501
+ z.array(z.lazy(() =>
2502
+ GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema
2503
+ )),
2504
+ ).optional(),
2505
+ source: z.nullable(z.string()),
2506
+ remote_url: z.nullable(z.string()),
2507
+ tags: z.array(
2508
+ z.lazy(() => GetAtsApplicationsPositiveResponseTag$outboundSchema),
2509
+ ),
2510
+ });
2511
+
2512
+ /**
2513
+ * @internal
2514
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2515
+ */
2516
+ export namespace GetAtsApplicationsPositiveResponseCandidate$ {
2517
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$inboundSchema` instead. */
2518
+ export const inboundSchema =
2519
+ GetAtsApplicationsPositiveResponseCandidate$inboundSchema;
2520
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$outboundSchema` instead. */
2521
+ export const outboundSchema =
2522
+ GetAtsApplicationsPositiveResponseCandidate$outboundSchema;
2523
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$Outbound` instead. */
2524
+ export type Outbound = GetAtsApplicationsPositiveResponseCandidate$Outbound;
2525
+ }
2526
+
2527
+ export function getAtsApplicationsPositiveResponseCandidateToJSON(
2528
+ getAtsApplicationsPositiveResponseCandidate:
2529
+ GetAtsApplicationsPositiveResponseCandidate,
2530
+ ): string {
2531
+ return JSON.stringify(
2532
+ GetAtsApplicationsPositiveResponseCandidate$outboundSchema.parse(
2533
+ getAtsApplicationsPositiveResponseCandidate,
2534
+ ),
2535
+ );
2536
+ }
2537
+
2538
+ export function getAtsApplicationsPositiveResponseCandidateFromJSON(
2539
+ jsonString: string,
2540
+ ): SafeParseResult<
2541
+ GetAtsApplicationsPositiveResponseCandidate,
2542
+ SDKValidationError
2543
+ > {
2544
+ return safeParse(
2545
+ jsonString,
2546
+ (x) =>
2547
+ GetAtsApplicationsPositiveResponseCandidate$inboundSchema.parse(
2548
+ JSON.parse(x),
2549
+ ),
2550
+ `Failed to parse 'GetAtsApplicationsPositiveResponseCandidate' from JSON`,
2551
+ );
2552
+ }
2553
+
2554
+ /** @internal */
2555
+ export const GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema:
2556
+ z.ZodType<
2557
+ GetAtsApplicationsPositiveResponseCurrentStage,
2558
+ z.ZodTypeDef,
2559
+ unknown
2560
+ > = z.object({
2561
+ id: z.string(),
2562
+ remote_id: z.nullable(z.string()),
2563
+ name: z.nullable(z.string()),
2564
+ index: z.nullable(z.number().int()),
2565
+ });
2566
+
2567
+ /** @internal */
2568
+ export type GetAtsApplicationsPositiveResponseCurrentStage$Outbound = {
2569
+ id: string;
2570
+ remote_id: string | null;
2571
+ name: string | null;
2572
+ index: number | null;
2573
+ };
2574
+
2575
+ /** @internal */
2576
+ export const GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema:
2577
+ z.ZodType<
2578
+ GetAtsApplicationsPositiveResponseCurrentStage$Outbound,
2579
+ z.ZodTypeDef,
2580
+ GetAtsApplicationsPositiveResponseCurrentStage
2581
+ > = z.object({
2582
+ id: z.string(),
2583
+ remote_id: z.nullable(z.string()),
2584
+ name: z.nullable(z.string()),
2585
+ index: z.nullable(z.number().int()),
2586
+ });
2587
+
2588
+ /**
2589
+ * @internal
2590
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2591
+ */
2592
+ export namespace GetAtsApplicationsPositiveResponseCurrentStage$ {
2593
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema` instead. */
2594
+ export const inboundSchema =
2595
+ GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema;
2596
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema` instead. */
2597
+ export const outboundSchema =
2598
+ GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema;
2599
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$Outbound` instead. */
2600
+ export type Outbound =
2601
+ GetAtsApplicationsPositiveResponseCurrentStage$Outbound;
2602
+ }
2603
+
2604
+ export function getAtsApplicationsPositiveResponseCurrentStageToJSON(
2605
+ getAtsApplicationsPositiveResponseCurrentStage:
2606
+ GetAtsApplicationsPositiveResponseCurrentStage,
2607
+ ): string {
2608
+ return JSON.stringify(
2609
+ GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema.parse(
2610
+ getAtsApplicationsPositiveResponseCurrentStage,
2611
+ ),
2612
+ );
2613
+ }
2614
+
2615
+ export function getAtsApplicationsPositiveResponseCurrentStageFromJSON(
2616
+ jsonString: string,
2617
+ ): SafeParseResult<
2618
+ GetAtsApplicationsPositiveResponseCurrentStage,
2619
+ SDKValidationError
2620
+ > {
2621
+ return safeParse(
2622
+ jsonString,
2623
+ (x) =>
2624
+ GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema.parse(
2625
+ JSON.parse(x),
2626
+ ),
2627
+ `Failed to parse 'GetAtsApplicationsPositiveResponseCurrentStage' from JSON`,
2628
+ );
2629
+ }
2630
+
2631
+ /** @internal */
2632
+ export const GetAtsApplicationsPositiveResponseJob$inboundSchema: z.ZodType<
2633
+ GetAtsApplicationsPositiveResponseJob,
2634
+ z.ZodTypeDef,
2635
+ unknown
2636
+ > = z.object({
2637
+ id: z.string(),
2638
+ remote_id: z.string(),
2639
+ name: z.nullable(z.string()),
2640
+ });
2641
+
2642
+ /** @internal */
2643
+ export type GetAtsApplicationsPositiveResponseJob$Outbound = {
2644
+ id: string;
2645
+ remote_id: string;
2646
+ name: string | null;
2647
+ };
2648
+
2649
+ /** @internal */
2650
+ export const GetAtsApplicationsPositiveResponseJob$outboundSchema: z.ZodType<
2651
+ GetAtsApplicationsPositiveResponseJob$Outbound,
2652
+ z.ZodTypeDef,
2653
+ GetAtsApplicationsPositiveResponseJob
2654
+ > = z.object({
2655
+ id: z.string(),
2656
+ remote_id: z.string(),
2657
+ name: z.nullable(z.string()),
2658
+ });
2659
+
2660
+ /**
2661
+ * @internal
2662
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2663
+ */
2664
+ export namespace GetAtsApplicationsPositiveResponseJob$ {
2665
+ /** @deprecated use `GetAtsApplicationsPositiveResponseJob$inboundSchema` instead. */
2666
+ export const inboundSchema =
2667
+ GetAtsApplicationsPositiveResponseJob$inboundSchema;
2668
+ /** @deprecated use `GetAtsApplicationsPositiveResponseJob$outboundSchema` instead. */
2669
+ export const outboundSchema =
2670
+ GetAtsApplicationsPositiveResponseJob$outboundSchema;
2671
+ /** @deprecated use `GetAtsApplicationsPositiveResponseJob$Outbound` instead. */
2672
+ export type Outbound = GetAtsApplicationsPositiveResponseJob$Outbound;
2673
+ }
2674
+
2675
+ export function getAtsApplicationsPositiveResponseJobToJSON(
2676
+ getAtsApplicationsPositiveResponseJob: GetAtsApplicationsPositiveResponseJob,
2677
+ ): string {
2678
+ return JSON.stringify(
2679
+ GetAtsApplicationsPositiveResponseJob$outboundSchema.parse(
2680
+ getAtsApplicationsPositiveResponseJob,
2681
+ ),
2682
+ );
2683
+ }
2684
+
2685
+ export function getAtsApplicationsPositiveResponseJobFromJSON(
2686
+ jsonString: string,
2687
+ ): SafeParseResult<GetAtsApplicationsPositiveResponseJob, SDKValidationError> {
2688
+ return safeParse(
2689
+ jsonString,
2690
+ (x) =>
2691
+ GetAtsApplicationsPositiveResponseJob$inboundSchema.parse(JSON.parse(x)),
2692
+ `Failed to parse 'GetAtsApplicationsPositiveResponseJob' from JSON`,
2693
+ );
2694
+ }
2695
+
2696
+ /** @internal */
2697
+ export const GetAtsApplicationsPositiveResponseLocation$inboundSchema:
2698
+ z.ZodType<GetAtsApplicationsPositiveResponseLocation, z.ZodTypeDef, unknown> =
2699
+ z.object({
2700
+ city: z.nullable(z.string()).optional(),
2701
+ country: z.nullable(z.string()).optional(),
2702
+ raw: z.nullable(z.string()).optional(),
2703
+ state: z.nullable(z.string()).optional(),
2704
+ street_1: z.nullable(z.string()).optional(),
2705
+ street_2: z.nullable(z.string()).optional(),
2706
+ zip_code: z.nullable(z.string()).optional(),
2707
+ });
2708
+
2709
+ /** @internal */
2710
+ export type GetAtsApplicationsPositiveResponseLocation$Outbound = {
2711
+ city?: string | null | undefined;
2712
+ country?: string | null | undefined;
2713
+ raw?: string | null | undefined;
2714
+ state?: string | null | undefined;
2715
+ street_1?: string | null | undefined;
2716
+ street_2?: string | null | undefined;
2717
+ zip_code?: string | null | undefined;
2718
+ };
2719
+
2720
+ /** @internal */
2721
+ export const GetAtsApplicationsPositiveResponseLocation$outboundSchema:
2722
+ z.ZodType<
2723
+ GetAtsApplicationsPositiveResponseLocation$Outbound,
2724
+ z.ZodTypeDef,
2725
+ GetAtsApplicationsPositiveResponseLocation
2726
+ > = z.object({
2727
+ city: z.nullable(z.string()).optional(),
2728
+ country: z.nullable(z.string()).optional(),
2729
+ raw: z.nullable(z.string()).optional(),
2730
+ state: z.nullable(z.string()).optional(),
2731
+ street_1: z.nullable(z.string()).optional(),
2732
+ street_2: z.nullable(z.string()).optional(),
2733
+ zip_code: z.nullable(z.string()).optional(),
2734
+ });
2735
+
2736
+ /**
2737
+ * @internal
2738
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2739
+ */
2740
+ export namespace GetAtsApplicationsPositiveResponseLocation$ {
2741
+ /** @deprecated use `GetAtsApplicationsPositiveResponseLocation$inboundSchema` instead. */
2742
+ export const inboundSchema =
2743
+ GetAtsApplicationsPositiveResponseLocation$inboundSchema;
2744
+ /** @deprecated use `GetAtsApplicationsPositiveResponseLocation$outboundSchema` instead. */
2745
+ export const outboundSchema =
2746
+ GetAtsApplicationsPositiveResponseLocation$outboundSchema;
2747
+ /** @deprecated use `GetAtsApplicationsPositiveResponseLocation$Outbound` instead. */
2748
+ export type Outbound = GetAtsApplicationsPositiveResponseLocation$Outbound;
2749
+ }
2750
+
2751
+ export function getAtsApplicationsPositiveResponseLocationToJSON(
2752
+ getAtsApplicationsPositiveResponseLocation:
2753
+ GetAtsApplicationsPositiveResponseLocation,
2754
+ ): string {
2755
+ return JSON.stringify(
2756
+ GetAtsApplicationsPositiveResponseLocation$outboundSchema.parse(
2757
+ getAtsApplicationsPositiveResponseLocation,
2758
+ ),
2759
+ );
2760
+ }
2761
+
2762
+ export function getAtsApplicationsPositiveResponseLocationFromJSON(
2763
+ jsonString: string,
2764
+ ): SafeParseResult<
2765
+ GetAtsApplicationsPositiveResponseLocation,
2766
+ SDKValidationError
2767
+ > {
2768
+ return safeParse(
2769
+ jsonString,
2770
+ (x) =>
2771
+ GetAtsApplicationsPositiveResponseLocation$inboundSchema.parse(
2772
+ JSON.parse(x),
2773
+ ),
2774
+ `Failed to parse 'GetAtsApplicationsPositiveResponseLocation' from JSON`,
2775
+ );
2776
+ }
2777
+
2778
+ /** @internal */
2779
+ export const Interview$inboundSchema: z.ZodType<
2780
+ Interview,
2781
+ z.ZodTypeDef,
2782
+ unknown
2783
+ > = z.object({
2784
+ id: z.string(),
2785
+ remote_id: z.nullable(z.string()),
2786
+ title: z.nullable(z.string()),
2787
+ starting_at: z.nullable(
2788
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2789
+ ),
2790
+ ending_at: z.nullable(
2791
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2792
+ ),
2793
+ location: z.nullable(
2794
+ z.lazy(() => GetAtsApplicationsPositiveResponseLocation$inboundSchema),
2795
+ ).optional(),
2796
+ canceled: z.nullable(z.boolean()),
2797
+ });
2798
+
2799
+ /** @internal */
2800
+ export type Interview$Outbound = {
2801
+ id: string;
2802
+ remote_id: string | null;
2803
+ title: string | null;
2804
+ starting_at: string | null;
2805
+ ending_at: string | null;
2806
+ location?:
2807
+ | GetAtsApplicationsPositiveResponseLocation$Outbound
2808
+ | null
2809
+ | undefined;
2810
+ canceled: boolean | null;
2811
+ };
2812
+
2813
+ /** @internal */
2814
+ export const Interview$outboundSchema: z.ZodType<
2815
+ Interview$Outbound,
2816
+ z.ZodTypeDef,
2817
+ Interview
2818
+ > = z.object({
2819
+ id: z.string(),
2820
+ remote_id: z.nullable(z.string()),
2821
+ title: z.nullable(z.string()),
2822
+ starting_at: z.nullable(z.date().transform(v => v.toISOString())),
2823
+ ending_at: z.nullable(z.date().transform(v => v.toISOString())),
2824
+ location: z.nullable(
2825
+ z.lazy(() => GetAtsApplicationsPositiveResponseLocation$outboundSchema),
2826
+ ).optional(),
2827
+ canceled: z.nullable(z.boolean()),
2828
+ });
2829
+
2830
+ /**
2831
+ * @internal
2832
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2833
+ */
2834
+ export namespace Interview$ {
2835
+ /** @deprecated use `Interview$inboundSchema` instead. */
2836
+ export const inboundSchema = Interview$inboundSchema;
2837
+ /** @deprecated use `Interview$outboundSchema` instead. */
2838
+ export const outboundSchema = Interview$outboundSchema;
2839
+ /** @deprecated use `Interview$Outbound` instead. */
2840
+ export type Outbound = Interview$Outbound;
2841
+ }
2842
+
2843
+ export function interviewToJSON(interview: Interview): string {
2844
+ return JSON.stringify(Interview$outboundSchema.parse(interview));
2845
+ }
2846
+
2847
+ export function interviewFromJSON(
2848
+ jsonString: string,
2849
+ ): SafeParseResult<Interview, SDKValidationError> {
2850
+ return safeParse(
2851
+ jsonString,
2852
+ (x) => Interview$inboundSchema.parse(JSON.parse(x)),
2853
+ `Failed to parse 'Interview' from JSON`,
2854
+ );
2855
+ }
2856
+
2857
+ /** @internal */
2858
+ export const GetAtsApplicationsPositiveResponseStatus$inboundSchema:
2859
+ z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseStatus> = z
2860
+ .nativeEnum(GetAtsApplicationsPositiveResponseStatus);
2861
+
2862
+ /** @internal */
2863
+ export const GetAtsApplicationsPositiveResponseStatus$outboundSchema:
2864
+ z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseStatus> =
2865
+ GetAtsApplicationsPositiveResponseStatus$inboundSchema;
2866
+
2867
+ /**
2868
+ * @internal
2869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2870
+ */
2871
+ export namespace GetAtsApplicationsPositiveResponseStatus$ {
2872
+ /** @deprecated use `GetAtsApplicationsPositiveResponseStatus$inboundSchema` instead. */
2873
+ export const inboundSchema =
2874
+ GetAtsApplicationsPositiveResponseStatus$inboundSchema;
2875
+ /** @deprecated use `GetAtsApplicationsPositiveResponseStatus$outboundSchema` instead. */
2876
+ export const outboundSchema =
2877
+ GetAtsApplicationsPositiveResponseStatus$outboundSchema;
2878
+ }
2879
+
2880
+ /** @internal */
2881
+ export const Offer$inboundSchema: z.ZodType<Offer, z.ZodTypeDef, unknown> = z
2882
+ .object({
2883
+ id: z.string(),
2884
+ remote_id: z.nullable(z.string()),
2885
+ status: z.nullable(GetAtsApplicationsPositiveResponseStatus$inboundSchema),
2886
+ });
2887
+
2888
+ /** @internal */
2889
+ export type Offer$Outbound = {
2890
+ id: string;
2891
+ remote_id: string | null;
2892
+ status: string | null;
2893
+ };
2894
+
2895
+ /** @internal */
2896
+ export const Offer$outboundSchema: z.ZodType<
2897
+ Offer$Outbound,
2898
+ z.ZodTypeDef,
2899
+ Offer
2900
+ > = z.object({
2901
+ id: z.string(),
2902
+ remote_id: z.nullable(z.string()),
2903
+ status: z.nullable(GetAtsApplicationsPositiveResponseStatus$outboundSchema),
2904
+ });
2905
+
2906
+ /**
2907
+ * @internal
2908
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2909
+ */
2910
+ export namespace Offer$ {
2911
+ /** @deprecated use `Offer$inboundSchema` instead. */
2912
+ export const inboundSchema = Offer$inboundSchema;
2913
+ /** @deprecated use `Offer$outboundSchema` instead. */
2914
+ export const outboundSchema = Offer$outboundSchema;
2915
+ /** @deprecated use `Offer$Outbound` instead. */
2916
+ export type Outbound = Offer$Outbound;
2917
+ }
2918
+
2919
+ export function offerToJSON(offer: Offer): string {
2920
+ return JSON.stringify(Offer$outboundSchema.parse(offer));
2921
+ }
2922
+
2923
+ export function offerFromJSON(
2924
+ jsonString: string,
2925
+ ): SafeParseResult<Offer, SDKValidationError> {
2926
+ return safeParse(
2927
+ jsonString,
2928
+ (x) => Offer$inboundSchema.parse(JSON.parse(x)),
2929
+ `Failed to parse 'Offer' from JSON`,
2930
+ );
2931
+ }
2932
+
2933
+ /** @internal */
2934
+ export const GetAtsApplicationsPositiveResponseResult$inboundSchema: z.ZodType<
2935
+ GetAtsApplicationsPositiveResponseResult,
2936
+ z.ZodTypeDef,
2937
+ unknown
2938
+ > = z.object({
2939
+ id: z.string(),
2940
+ remote_id: z.nullable(z.string()),
2941
+ outcome: z.nullable(GetAtsApplicationsPositiveResponseOutcome$inboundSchema),
2942
+ rejection_reason_name: z.nullable(z.string()),
2943
+ rejected_at: z.nullable(
2944
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2945
+ ),
2946
+ current_stage_id: z.nullable(z.string()),
2947
+ job_id: z.nullable(z.string()),
2948
+ candidate_id: z.nullable(z.string()),
2949
+ screening_question_answers: z.nullable(
2950
+ z.array(z.union([
2951
+ z.lazy(() =>
2952
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema
2953
+ ),
2954
+ z.lazy(() =>
2955
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema
2956
+ ),
2957
+ z.lazy(() =>
2958
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema
2959
+ ),
2960
+ z.lazy(() =>
2961
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema
2962
+ ),
2963
+ z.lazy(() =>
2964
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema
2965
+ ),
2966
+ z.lazy(() =>
2967
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema
2968
+ ),
2969
+ z.lazy(() =>
2970
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema
2971
+ ),
2972
+ ])),
2973
+ ).optional(),
2974
+ custom_fields: z.nullable(z.record(z.any())),
2975
+ remote_url: z.nullable(z.string()),
2976
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
2977
+ remote_deleted_at: z.nullable(
2978
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2979
+ ),
2980
+ remote_created_at: z.nullable(
2981
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2982
+ ),
2983
+ remote_updated_at: z.nullable(
2984
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2985
+ ),
2986
+ candidate: z.nullable(
2987
+ z.lazy(() => GetAtsApplicationsPositiveResponseCandidate$inboundSchema),
2988
+ ),
2989
+ current_stage: z.nullable(
2990
+ z.lazy(() => GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema),
2991
+ ),
2992
+ job: z.nullable(
2993
+ z.lazy(() => GetAtsApplicationsPositiveResponseJob$inboundSchema),
2994
+ ),
2995
+ interviews: z.array(z.lazy(() => Interview$inboundSchema)),
2996
+ offers: z.array(z.lazy(() => Offer$inboundSchema)),
2997
+ });
2998
+
2999
+ /** @internal */
3000
+ export type GetAtsApplicationsPositiveResponseResult$Outbound = {
3001
+ id: string;
3002
+ remote_id: string | null;
3003
+ outcome: string | null;
3004
+ rejection_reason_name: string | null;
3005
+ rejected_at: string | null;
3006
+ current_stage_id: string | null;
3007
+ job_id: string | null;
3008
+ candidate_id: string | null;
3009
+ screening_question_answers?:
3010
+ | Array<
3011
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound
3012
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound
3013
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound
3014
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound
3015
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound
3016
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound
3017
+ | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound
3018
+ >
3019
+ | null
3020
+ | undefined;
3021
+ custom_fields: { [k: string]: any } | null;
3022
+ remote_url: string | null;
3023
+ changed_at: string;
3024
+ remote_deleted_at: string | null;
3025
+ remote_created_at: string | null;
3026
+ remote_updated_at: string | null;
3027
+ candidate: GetAtsApplicationsPositiveResponseCandidate$Outbound | null;
3028
+ current_stage: GetAtsApplicationsPositiveResponseCurrentStage$Outbound | null;
3029
+ job: GetAtsApplicationsPositiveResponseJob$Outbound | null;
3030
+ interviews: Array<Interview$Outbound>;
3031
+ offers: Array<Offer$Outbound>;
3032
+ };
3033
+
3034
+ /** @internal */
3035
+ export const GetAtsApplicationsPositiveResponseResult$outboundSchema: z.ZodType<
3036
+ GetAtsApplicationsPositiveResponseResult$Outbound,
3037
+ z.ZodTypeDef,
3038
+ GetAtsApplicationsPositiveResponseResult
3039
+ > = z.object({
3040
+ id: z.string(),
3041
+ remote_id: z.nullable(z.string()),
3042
+ outcome: z.nullable(GetAtsApplicationsPositiveResponseOutcome$outboundSchema),
3043
+ rejection_reason_name: z.nullable(z.string()),
3044
+ rejected_at: z.nullable(z.date().transform(v => v.toISOString())),
3045
+ current_stage_id: z.nullable(z.string()),
3046
+ job_id: z.nullable(z.string()),
3047
+ candidate_id: z.nullable(z.string()),
3048
+ screening_question_answers: z.nullable(
3049
+ z.array(z.union([
3050
+ z.lazy(() =>
3051
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema
3052
+ ),
3053
+ z.lazy(() =>
3054
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema
3055
+ ),
3056
+ z.lazy(() =>
3057
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema
3058
+ ),
3059
+ z.lazy(() =>
3060
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema
3061
+ ),
3062
+ z.lazy(() =>
3063
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema
3064
+ ),
3065
+ z.lazy(() =>
3066
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema
3067
+ ),
3068
+ z.lazy(() =>
3069
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema
3070
+ ),
3071
+ ])),
3072
+ ).optional(),
3073
+ custom_fields: z.nullable(z.record(z.any())),
3074
+ remote_url: z.nullable(z.string()),
3075
+ changed_at: z.date().transform(v => v.toISOString()),
3076
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
3077
+ remote_created_at: z.nullable(z.date().transform(v => v.toISOString())),
3078
+ remote_updated_at: z.nullable(z.date().transform(v => v.toISOString())),
3079
+ candidate: z.nullable(
3080
+ z.lazy(() => GetAtsApplicationsPositiveResponseCandidate$outboundSchema),
3081
+ ),
3082
+ current_stage: z.nullable(
3083
+ z.lazy(() => GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema),
3084
+ ),
3085
+ job: z.nullable(
3086
+ z.lazy(() => GetAtsApplicationsPositiveResponseJob$outboundSchema),
3087
+ ),
3088
+ interviews: z.array(z.lazy(() => Interview$outboundSchema)),
3089
+ offers: z.array(z.lazy(() => Offer$outboundSchema)),
3090
+ });
3091
+
3092
+ /**
3093
+ * @internal
3094
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3095
+ */
3096
+ export namespace GetAtsApplicationsPositiveResponseResult$ {
3097
+ /** @deprecated use `GetAtsApplicationsPositiveResponseResult$inboundSchema` instead. */
3098
+ export const inboundSchema =
3099
+ GetAtsApplicationsPositiveResponseResult$inboundSchema;
3100
+ /** @deprecated use `GetAtsApplicationsPositiveResponseResult$outboundSchema` instead. */
3101
+ export const outboundSchema =
3102
+ GetAtsApplicationsPositiveResponseResult$outboundSchema;
3103
+ /** @deprecated use `GetAtsApplicationsPositiveResponseResult$Outbound` instead. */
3104
+ export type Outbound = GetAtsApplicationsPositiveResponseResult$Outbound;
3105
+ }
3106
+
3107
+ export function getAtsApplicationsPositiveResponseResultToJSON(
3108
+ getAtsApplicationsPositiveResponseResult:
3109
+ GetAtsApplicationsPositiveResponseResult,
3110
+ ): string {
3111
+ return JSON.stringify(
3112
+ GetAtsApplicationsPositiveResponseResult$outboundSchema.parse(
3113
+ getAtsApplicationsPositiveResponseResult,
3114
+ ),
3115
+ );
3116
+ }
3117
+
3118
+ export function getAtsApplicationsPositiveResponseResultFromJSON(
3119
+ jsonString: string,
3120
+ ): SafeParseResult<
3121
+ GetAtsApplicationsPositiveResponseResult,
3122
+ SDKValidationError
3123
+ > {
3124
+ return safeParse(
3125
+ jsonString,
3126
+ (x) =>
3127
+ GetAtsApplicationsPositiveResponseResult$inboundSchema.parse(
3128
+ JSON.parse(x),
3129
+ ),
3130
+ `Failed to parse 'GetAtsApplicationsPositiveResponseResult' from JSON`,
3131
+ );
3132
+ }
3133
+
3134
+ /** @internal */
3135
+ export const GetAtsApplicationsPositiveResponseData$inboundSchema: z.ZodType<
3136
+ GetAtsApplicationsPositiveResponseData,
3137
+ z.ZodTypeDef,
3138
+ unknown
3139
+ > = z.object({
3140
+ next: z.nullable(z.string()),
3141
+ results: z.array(
3142
+ z.lazy(() => GetAtsApplicationsPositiveResponseResult$inboundSchema),
3143
+ ),
3144
+ });
3145
+
3146
+ /** @internal */
3147
+ export type GetAtsApplicationsPositiveResponseData$Outbound = {
3148
+ next: string | null;
3149
+ results: Array<GetAtsApplicationsPositiveResponseResult$Outbound>;
3150
+ };
3151
+
3152
+ /** @internal */
3153
+ export const GetAtsApplicationsPositiveResponseData$outboundSchema: z.ZodType<
3154
+ GetAtsApplicationsPositiveResponseData$Outbound,
3155
+ z.ZodTypeDef,
3156
+ GetAtsApplicationsPositiveResponseData
3157
+ > = z.object({
3158
+ next: z.nullable(z.string()),
3159
+ results: z.array(
3160
+ z.lazy(() => GetAtsApplicationsPositiveResponseResult$outboundSchema),
3161
+ ),
3162
+ });
3163
+
3164
+ /**
3165
+ * @internal
3166
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3167
+ */
3168
+ export namespace GetAtsApplicationsPositiveResponseData$ {
3169
+ /** @deprecated use `GetAtsApplicationsPositiveResponseData$inboundSchema` instead. */
3170
+ export const inboundSchema =
3171
+ GetAtsApplicationsPositiveResponseData$inboundSchema;
3172
+ /** @deprecated use `GetAtsApplicationsPositiveResponseData$outboundSchema` instead. */
3173
+ export const outboundSchema =
3174
+ GetAtsApplicationsPositiveResponseData$outboundSchema;
3175
+ /** @deprecated use `GetAtsApplicationsPositiveResponseData$Outbound` instead. */
3176
+ export type Outbound = GetAtsApplicationsPositiveResponseData$Outbound;
3177
+ }
3178
+
3179
+ export function getAtsApplicationsPositiveResponseDataToJSON(
3180
+ getAtsApplicationsPositiveResponseData:
3181
+ GetAtsApplicationsPositiveResponseData,
3182
+ ): string {
3183
+ return JSON.stringify(
3184
+ GetAtsApplicationsPositiveResponseData$outboundSchema.parse(
3185
+ getAtsApplicationsPositiveResponseData,
3186
+ ),
3187
+ );
3188
+ }
3189
+
3190
+ export function getAtsApplicationsPositiveResponseDataFromJSON(
3191
+ jsonString: string,
3192
+ ): SafeParseResult<GetAtsApplicationsPositiveResponseData, SDKValidationError> {
3193
+ return safeParse(
3194
+ jsonString,
3195
+ (x) =>
3196
+ GetAtsApplicationsPositiveResponseData$inboundSchema.parse(JSON.parse(x)),
3197
+ `Failed to parse 'GetAtsApplicationsPositiveResponseData' from JSON`,
3198
+ );
3199
+ }
3200
+
3201
+ /** @internal */
3202
+ export const GetAtsApplicationsPositiveResponse$inboundSchema: z.ZodType<
3203
+ GetAtsApplicationsPositiveResponse,
3204
+ z.ZodTypeDef,
3205
+ unknown
3206
+ > = z.object({
3207
+ status: z.literal("success"),
3208
+ data: z.lazy(() => GetAtsApplicationsPositiveResponseData$inboundSchema),
3209
+ });
3210
+
3211
+ /** @internal */
3212
+ export type GetAtsApplicationsPositiveResponse$Outbound = {
3213
+ status: "success";
3214
+ data: GetAtsApplicationsPositiveResponseData$Outbound;
3215
+ };
3216
+
3217
+ /** @internal */
3218
+ export const GetAtsApplicationsPositiveResponse$outboundSchema: z.ZodType<
3219
+ GetAtsApplicationsPositiveResponse$Outbound,
3220
+ z.ZodTypeDef,
3221
+ GetAtsApplicationsPositiveResponse
3222
+ > = z.object({
3223
+ status: z.literal("success"),
3224
+ data: z.lazy(() => GetAtsApplicationsPositiveResponseData$outboundSchema),
3225
+ });
3226
+
3227
+ /**
3228
+ * @internal
3229
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3230
+ */
3231
+ export namespace GetAtsApplicationsPositiveResponse$ {
3232
+ /** @deprecated use `GetAtsApplicationsPositiveResponse$inboundSchema` instead. */
3233
+ export const inboundSchema = GetAtsApplicationsPositiveResponse$inboundSchema;
3234
+ /** @deprecated use `GetAtsApplicationsPositiveResponse$outboundSchema` instead. */
3235
+ export const outboundSchema =
3236
+ GetAtsApplicationsPositiveResponse$outboundSchema;
3237
+ /** @deprecated use `GetAtsApplicationsPositiveResponse$Outbound` instead. */
3238
+ export type Outbound = GetAtsApplicationsPositiveResponse$Outbound;
3239
+ }
3240
+
3241
+ export function getAtsApplicationsPositiveResponseToJSON(
3242
+ getAtsApplicationsPositiveResponse: GetAtsApplicationsPositiveResponse,
3243
+ ): string {
3244
+ return JSON.stringify(
3245
+ GetAtsApplicationsPositiveResponse$outboundSchema.parse(
3246
+ getAtsApplicationsPositiveResponse,
3247
+ ),
3248
+ );
3249
+ }
3250
+
3251
+ export function getAtsApplicationsPositiveResponseFromJSON(
3252
+ jsonString: string,
3253
+ ): SafeParseResult<GetAtsApplicationsPositiveResponse, SDKValidationError> {
3254
+ return safeParse(
3255
+ jsonString,
3256
+ (x) =>
3257
+ GetAtsApplicationsPositiveResponse$inboundSchema.parse(JSON.parse(x)),
3258
+ `Failed to parse 'GetAtsApplicationsPositiveResponse' from JSON`,
3259
+ );
3260
+ }