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