@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,1145 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { safeParse } from "../lib/schemas.js";
6
+ /**
7
+ * 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`.
8
+ *
9
+ * @remarks
10
+ * Kombo will always try to deliver this information as reliably as possible.
11
+ */
12
+ export const GetAtsApplicationsPositiveResponseOutcome = {
13
+ Pending: "PENDING",
14
+ Hired: "HIRED",
15
+ Declined: "DECLINED",
16
+ };
17
+ /**
18
+ * The offer’s current status. The usual flow of statuses is as follows:
19
+ *
20
+ * @remarks
21
+ * `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
22
+ *
23
+ * Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
24
+ *
25
+ * - `ACCEPTED`: The offer was accepted by the candidate.
26
+ * - `DECLINED`: The offer was declined by the candidate.
27
+ * - `SENT`: The offer was sent to the candidate.
28
+ * - `APPROVED`: The draft was approved.
29
+ * - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
30
+ * - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
31
+ */
32
+ export const GetAtsApplicationsPositiveResponseStatus = {
33
+ Accepted: "ACCEPTED",
34
+ Declined: "DECLINED",
35
+ Sent: "SENT",
36
+ Approved: "APPROVED",
37
+ Draft: "DRAFT",
38
+ Abandoned: "ABANDONED",
39
+ };
40
+ /** @internal */
41
+ export const GetAtsApplicationsPositiveResponseOutcome$inboundSchema = z
42
+ .nativeEnum(GetAtsApplicationsPositiveResponseOutcome);
43
+ /** @internal */
44
+ export const GetAtsApplicationsPositiveResponseOutcome$outboundSchema = GetAtsApplicationsPositiveResponseOutcome$inboundSchema;
45
+ /**
46
+ * @internal
47
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
48
+ */
49
+ export var GetAtsApplicationsPositiveResponseOutcome$;
50
+ (function (GetAtsApplicationsPositiveResponseOutcome$) {
51
+ /** @deprecated use `GetAtsApplicationsPositiveResponseOutcome$inboundSchema` instead. */
52
+ GetAtsApplicationsPositiveResponseOutcome$.inboundSchema = GetAtsApplicationsPositiveResponseOutcome$inboundSchema;
53
+ /** @deprecated use `GetAtsApplicationsPositiveResponseOutcome$outboundSchema` instead. */
54
+ GetAtsApplicationsPositiveResponseOutcome$.outboundSchema = GetAtsApplicationsPositiveResponseOutcome$outboundSchema;
55
+ })(GetAtsApplicationsPositiveResponseOutcome$ || (GetAtsApplicationsPositiveResponseOutcome$ = {}));
56
+ /** @internal */
57
+ export const GetAtsApplicationsPositiveResponseAnswer7$inboundSchema = z.object({
58
+ raw: z.nullable(z.any()).optional(),
59
+ });
60
+ /** @internal */
61
+ export const GetAtsApplicationsPositiveResponseAnswer7$outboundSchema = z.object({
62
+ raw: z.nullable(z.any()).optional(),
63
+ });
64
+ /**
65
+ * @internal
66
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
67
+ */
68
+ export var GetAtsApplicationsPositiveResponseAnswer7$;
69
+ (function (GetAtsApplicationsPositiveResponseAnswer7$) {
70
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$inboundSchema` instead. */
71
+ GetAtsApplicationsPositiveResponseAnswer7$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer7$inboundSchema;
72
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$outboundSchema` instead. */
73
+ GetAtsApplicationsPositiveResponseAnswer7$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer7$outboundSchema;
74
+ })(GetAtsApplicationsPositiveResponseAnswer7$ || (GetAtsApplicationsPositiveResponseAnswer7$ = {}));
75
+ export function getAtsApplicationsPositiveResponseAnswer7ToJSON(getAtsApplicationsPositiveResponseAnswer7) {
76
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer7$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer7));
77
+ }
78
+ export function getAtsApplicationsPositiveResponseAnswer7FromJSON(jsonString) {
79
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer7' from JSON`);
80
+ }
81
+ /** @internal */
82
+ export const GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema = z.object({
83
+ remote_id: z.nullable(z.string()),
84
+ title: z.string(),
85
+ type: z.literal("UNKNOWN"),
86
+ });
87
+ /** @internal */
88
+ export const GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema = z.object({
89
+ remote_id: z.nullable(z.string()),
90
+ title: z.string(),
91
+ type: z.literal("UNKNOWN"),
92
+ });
93
+ /**
94
+ * @internal
95
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
96
+ */
97
+ export var GetAtsApplicationsPositiveResponseQuestionUnknown$;
98
+ (function (GetAtsApplicationsPositiveResponseQuestionUnknown$) {
99
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema` instead. */
100
+ GetAtsApplicationsPositiveResponseQuestionUnknown$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema;
101
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema` instead. */
102
+ GetAtsApplicationsPositiveResponseQuestionUnknown$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema;
103
+ })(GetAtsApplicationsPositiveResponseQuestionUnknown$ || (GetAtsApplicationsPositiveResponseQuestionUnknown$ = {}));
104
+ export function getAtsApplicationsPositiveResponseQuestionUnknownToJSON(getAtsApplicationsPositiveResponseQuestionUnknown) {
105
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionUnknown));
106
+ }
107
+ export function getAtsApplicationsPositiveResponseQuestionUnknownFromJSON(jsonString) {
108
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionUnknown' from JSON`);
109
+ }
110
+ /** @internal */
111
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema = z.object({
112
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer7$inboundSchema),
113
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema),
114
+ });
115
+ /** @internal */
116
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema = z.object({
117
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer7$outboundSchema),
118
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema),
119
+ });
120
+ /**
121
+ * @internal
122
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
123
+ */
124
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$;
125
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$) {
126
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema` instead. */
127
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema;
128
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema` instead. */
129
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema;
130
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$ = {}));
131
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer7ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer7) {
132
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema
133
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer7));
134
+ }
135
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer7FromJSON(jsonString) {
136
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema
137
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7' from JSON`);
138
+ }
139
+ /** @internal */
140
+ export const GetAtsApplicationsPositiveResponseAnswer6$inboundSchema = z.object({
141
+ date: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
142
+ });
143
+ /** @internal */
144
+ export const GetAtsApplicationsPositiveResponseAnswer6$outboundSchema = z.object({
145
+ date: z.nullable(z.date().transform(v => v.toISOString())),
146
+ });
147
+ /**
148
+ * @internal
149
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
150
+ */
151
+ export var GetAtsApplicationsPositiveResponseAnswer6$;
152
+ (function (GetAtsApplicationsPositiveResponseAnswer6$) {
153
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$inboundSchema` instead. */
154
+ GetAtsApplicationsPositiveResponseAnswer6$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer6$inboundSchema;
155
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$outboundSchema` instead. */
156
+ GetAtsApplicationsPositiveResponseAnswer6$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer6$outboundSchema;
157
+ })(GetAtsApplicationsPositiveResponseAnswer6$ || (GetAtsApplicationsPositiveResponseAnswer6$ = {}));
158
+ export function getAtsApplicationsPositiveResponseAnswer6ToJSON(getAtsApplicationsPositiveResponseAnswer6) {
159
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer6$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer6));
160
+ }
161
+ export function getAtsApplicationsPositiveResponseAnswer6FromJSON(jsonString) {
162
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer6' from JSON`);
163
+ }
164
+ /** @internal */
165
+ export const GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema = z.object({
166
+ remote_id: z.nullable(z.string()),
167
+ title: z.string(),
168
+ type: z.literal("DATE"),
169
+ });
170
+ /** @internal */
171
+ export const GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema = z.object({
172
+ remote_id: z.nullable(z.string()),
173
+ title: z.string(),
174
+ type: z.literal("DATE"),
175
+ });
176
+ /**
177
+ * @internal
178
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
+ */
180
+ export var GetAtsApplicationsPositiveResponseQuestionDate$;
181
+ (function (GetAtsApplicationsPositiveResponseQuestionDate$) {
182
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema` instead. */
183
+ GetAtsApplicationsPositiveResponseQuestionDate$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema;
184
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema` instead. */
185
+ GetAtsApplicationsPositiveResponseQuestionDate$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema;
186
+ })(GetAtsApplicationsPositiveResponseQuestionDate$ || (GetAtsApplicationsPositiveResponseQuestionDate$ = {}));
187
+ export function getAtsApplicationsPositiveResponseQuestionDateToJSON(getAtsApplicationsPositiveResponseQuestionDate) {
188
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionDate));
189
+ }
190
+ export function getAtsApplicationsPositiveResponseQuestionDateFromJSON(jsonString) {
191
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionDate' from JSON`);
192
+ }
193
+ /** @internal */
194
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema = z.object({
195
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer6$inboundSchema),
196
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema),
197
+ });
198
+ /** @internal */
199
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema = z.object({
200
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer6$outboundSchema),
201
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema),
202
+ });
203
+ /**
204
+ * @internal
205
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
206
+ */
207
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$;
208
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$) {
209
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema` instead. */
210
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema;
211
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema` instead. */
212
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema;
213
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$ = {}));
214
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer6ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer6) {
215
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema
216
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer6));
217
+ }
218
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer6FromJSON(jsonString) {
219
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema
220
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6' from JSON`);
221
+ }
222
+ /** @internal */
223
+ export const GetAtsApplicationsPositiveResponseAnswer5$inboundSchema = z.object({
224
+ number: z.nullable(z.number()),
225
+ });
226
+ /** @internal */
227
+ export const GetAtsApplicationsPositiveResponseAnswer5$outboundSchema = z.object({
228
+ number: z.nullable(z.number()),
229
+ });
230
+ /**
231
+ * @internal
232
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
233
+ */
234
+ export var GetAtsApplicationsPositiveResponseAnswer5$;
235
+ (function (GetAtsApplicationsPositiveResponseAnswer5$) {
236
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$inboundSchema` instead. */
237
+ GetAtsApplicationsPositiveResponseAnswer5$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer5$inboundSchema;
238
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$outboundSchema` instead. */
239
+ GetAtsApplicationsPositiveResponseAnswer5$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer5$outboundSchema;
240
+ })(GetAtsApplicationsPositiveResponseAnswer5$ || (GetAtsApplicationsPositiveResponseAnswer5$ = {}));
241
+ export function getAtsApplicationsPositiveResponseAnswer5ToJSON(getAtsApplicationsPositiveResponseAnswer5) {
242
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer5$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer5));
243
+ }
244
+ export function getAtsApplicationsPositiveResponseAnswer5FromJSON(jsonString) {
245
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer5' from JSON`);
246
+ }
247
+ /** @internal */
248
+ export const GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema = z.object({
249
+ remote_id: z.nullable(z.string()),
250
+ title: z.string(),
251
+ type: z.literal("NUMBER"),
252
+ });
253
+ /** @internal */
254
+ export const GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema = z.object({
255
+ remote_id: z.nullable(z.string()),
256
+ title: z.string(),
257
+ type: z.literal("NUMBER"),
258
+ });
259
+ /**
260
+ * @internal
261
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
262
+ */
263
+ export var GetAtsApplicationsPositiveResponseQuestionNumber$;
264
+ (function (GetAtsApplicationsPositiveResponseQuestionNumber$) {
265
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema` instead. */
266
+ GetAtsApplicationsPositiveResponseQuestionNumber$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema;
267
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema` instead. */
268
+ GetAtsApplicationsPositiveResponseQuestionNumber$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema;
269
+ })(GetAtsApplicationsPositiveResponseQuestionNumber$ || (GetAtsApplicationsPositiveResponseQuestionNumber$ = {}));
270
+ export function getAtsApplicationsPositiveResponseQuestionNumberToJSON(getAtsApplicationsPositiveResponseQuestionNumber) {
271
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionNumber));
272
+ }
273
+ export function getAtsApplicationsPositiveResponseQuestionNumberFromJSON(jsonString) {
274
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionNumber' from JSON`);
275
+ }
276
+ /** @internal */
277
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema = z.object({
278
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer5$inboundSchema),
279
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema),
280
+ });
281
+ /** @internal */
282
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema = z.object({
283
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer5$outboundSchema),
284
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema),
285
+ });
286
+ /**
287
+ * @internal
288
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
289
+ */
290
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$;
291
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$) {
292
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema` instead. */
293
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema;
294
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema` instead. */
295
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema;
296
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$ = {}));
297
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer5ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer5) {
298
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema
299
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer5));
300
+ }
301
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer5FromJSON(jsonString) {
302
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema
303
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5' from JSON`);
304
+ }
305
+ /** @internal */
306
+ export const GetAtsApplicationsPositiveResponseAnswer4$inboundSchema = z.object({
307
+ checked: z.nullable(z.boolean()),
308
+ });
309
+ /** @internal */
310
+ export const GetAtsApplicationsPositiveResponseAnswer4$outboundSchema = z.object({
311
+ checked: z.nullable(z.boolean()),
312
+ });
313
+ /**
314
+ * @internal
315
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
316
+ */
317
+ export var GetAtsApplicationsPositiveResponseAnswer4$;
318
+ (function (GetAtsApplicationsPositiveResponseAnswer4$) {
319
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$inboundSchema` instead. */
320
+ GetAtsApplicationsPositiveResponseAnswer4$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer4$inboundSchema;
321
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$outboundSchema` instead. */
322
+ GetAtsApplicationsPositiveResponseAnswer4$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer4$outboundSchema;
323
+ })(GetAtsApplicationsPositiveResponseAnswer4$ || (GetAtsApplicationsPositiveResponseAnswer4$ = {}));
324
+ export function getAtsApplicationsPositiveResponseAnswer4ToJSON(getAtsApplicationsPositiveResponseAnswer4) {
325
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer4$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer4));
326
+ }
327
+ export function getAtsApplicationsPositiveResponseAnswer4FromJSON(jsonString) {
328
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer4' from JSON`);
329
+ }
330
+ /** @internal */
331
+ export const GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema = z.object({
332
+ remote_id: z.nullable(z.string()),
333
+ title: z.string(),
334
+ type: z.literal("BOOLEAN"),
335
+ });
336
+ /** @internal */
337
+ export const GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema = z.object({
338
+ remote_id: z.nullable(z.string()),
339
+ title: z.string(),
340
+ type: z.literal("BOOLEAN"),
341
+ });
342
+ /**
343
+ * @internal
344
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
345
+ */
346
+ export var GetAtsApplicationsPositiveResponseQuestionBoolean$;
347
+ (function (GetAtsApplicationsPositiveResponseQuestionBoolean$) {
348
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema` instead. */
349
+ GetAtsApplicationsPositiveResponseQuestionBoolean$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema;
350
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema` instead. */
351
+ GetAtsApplicationsPositiveResponseQuestionBoolean$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema;
352
+ })(GetAtsApplicationsPositiveResponseQuestionBoolean$ || (GetAtsApplicationsPositiveResponseQuestionBoolean$ = {}));
353
+ export function getAtsApplicationsPositiveResponseQuestionBooleanToJSON(getAtsApplicationsPositiveResponseQuestionBoolean) {
354
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionBoolean));
355
+ }
356
+ export function getAtsApplicationsPositiveResponseQuestionBooleanFromJSON(jsonString) {
357
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionBoolean' from JSON`);
358
+ }
359
+ /** @internal */
360
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema = z.object({
361
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer4$inboundSchema),
362
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema),
363
+ });
364
+ /** @internal */
365
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema = z.object({
366
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer4$outboundSchema),
367
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema),
368
+ });
369
+ /**
370
+ * @internal
371
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
372
+ */
373
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$;
374
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$) {
375
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema` instead. */
376
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema;
377
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema` instead. */
378
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema;
379
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$ = {}));
380
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer4ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer4) {
381
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema
382
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer4));
383
+ }
384
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer4FromJSON(jsonString) {
385
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema
386
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4' from JSON`);
387
+ }
388
+ /** @internal */
389
+ export const GetAtsApplicationsPositiveResponseAnswer3$inboundSchema = z.object({
390
+ choices: z.array(z.string()).optional(),
391
+ });
392
+ /** @internal */
393
+ export const GetAtsApplicationsPositiveResponseAnswer3$outboundSchema = z.object({
394
+ choices: z.array(z.string()).optional(),
395
+ });
396
+ /**
397
+ * @internal
398
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
399
+ */
400
+ export var GetAtsApplicationsPositiveResponseAnswer3$;
401
+ (function (GetAtsApplicationsPositiveResponseAnswer3$) {
402
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$inboundSchema` instead. */
403
+ GetAtsApplicationsPositiveResponseAnswer3$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer3$inboundSchema;
404
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$outboundSchema` instead. */
405
+ GetAtsApplicationsPositiveResponseAnswer3$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer3$outboundSchema;
406
+ })(GetAtsApplicationsPositiveResponseAnswer3$ || (GetAtsApplicationsPositiveResponseAnswer3$ = {}));
407
+ export function getAtsApplicationsPositiveResponseAnswer3ToJSON(getAtsApplicationsPositiveResponseAnswer3) {
408
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer3$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer3));
409
+ }
410
+ export function getAtsApplicationsPositiveResponseAnswer3FromJSON(jsonString) {
411
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer3' from JSON`);
412
+ }
413
+ /** @internal */
414
+ export const GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema = z.object({
415
+ remote_id: z.nullable(z.string()),
416
+ title: z.string(),
417
+ type: z.literal("MULTI_SELECT"),
418
+ });
419
+ /** @internal */
420
+ export const GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema = z.object({
421
+ remote_id: z.nullable(z.string()),
422
+ title: z.string(),
423
+ type: z.literal("MULTI_SELECT"),
424
+ });
425
+ /**
426
+ * @internal
427
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
428
+ */
429
+ export var GetAtsApplicationsPositiveResponseQuestionMultiSelect$;
430
+ (function (GetAtsApplicationsPositiveResponseQuestionMultiSelect$) {
431
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema` instead. */
432
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema;
433
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema` instead. */
434
+ GetAtsApplicationsPositiveResponseQuestionMultiSelect$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema;
435
+ })(GetAtsApplicationsPositiveResponseQuestionMultiSelect$ || (GetAtsApplicationsPositiveResponseQuestionMultiSelect$ = {}));
436
+ export function getAtsApplicationsPositiveResponseQuestionMultiSelectToJSON(getAtsApplicationsPositiveResponseQuestionMultiSelect) {
437
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionMultiSelect));
438
+ }
439
+ export function getAtsApplicationsPositiveResponseQuestionMultiSelectFromJSON(jsonString) {
440
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionMultiSelect' from JSON`);
441
+ }
442
+ /** @internal */
443
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema = z.object({
444
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer3$inboundSchema),
445
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema),
446
+ });
447
+ /** @internal */
448
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema = z.object({
449
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer3$outboundSchema),
450
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema),
451
+ });
452
+ /**
453
+ * @internal
454
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
455
+ */
456
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$;
457
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$) {
458
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema` instead. */
459
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema;
460
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema` instead. */
461
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema;
462
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$ = {}));
463
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer3ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer3) {
464
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema
465
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer3));
466
+ }
467
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer3FromJSON(jsonString) {
468
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema
469
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3' from JSON`);
470
+ }
471
+ /** @internal */
472
+ export const GetAtsApplicationsPositiveResponseAnswer2$inboundSchema = z.object({
473
+ choice: z.nullable(z.string()),
474
+ });
475
+ /** @internal */
476
+ export const GetAtsApplicationsPositiveResponseAnswer2$outboundSchema = z.object({
477
+ choice: z.nullable(z.string()),
478
+ });
479
+ /**
480
+ * @internal
481
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
482
+ */
483
+ export var GetAtsApplicationsPositiveResponseAnswer2$;
484
+ (function (GetAtsApplicationsPositiveResponseAnswer2$) {
485
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$inboundSchema` instead. */
486
+ GetAtsApplicationsPositiveResponseAnswer2$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer2$inboundSchema;
487
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$outboundSchema` instead. */
488
+ GetAtsApplicationsPositiveResponseAnswer2$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer2$outboundSchema;
489
+ })(GetAtsApplicationsPositiveResponseAnswer2$ || (GetAtsApplicationsPositiveResponseAnswer2$ = {}));
490
+ export function getAtsApplicationsPositiveResponseAnswer2ToJSON(getAtsApplicationsPositiveResponseAnswer2) {
491
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer2$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer2));
492
+ }
493
+ export function getAtsApplicationsPositiveResponseAnswer2FromJSON(jsonString) {
494
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer2' from JSON`);
495
+ }
496
+ /** @internal */
497
+ export const GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema = z.object({
498
+ remote_id: z.nullable(z.string()),
499
+ title: z.string(),
500
+ type: z.literal("SINGLE_SELECT"),
501
+ });
502
+ /** @internal */
503
+ export const GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema = z.object({
504
+ remote_id: z.nullable(z.string()),
505
+ title: z.string(),
506
+ type: z.literal("SINGLE_SELECT"),
507
+ });
508
+ /**
509
+ * @internal
510
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
511
+ */
512
+ export var GetAtsApplicationsPositiveResponseQuestionSingleSelect$;
513
+ (function (GetAtsApplicationsPositiveResponseQuestionSingleSelect$) {
514
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema` instead. */
515
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema;
516
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema` instead. */
517
+ GetAtsApplicationsPositiveResponseQuestionSingleSelect$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema;
518
+ })(GetAtsApplicationsPositiveResponseQuestionSingleSelect$ || (GetAtsApplicationsPositiveResponseQuestionSingleSelect$ = {}));
519
+ export function getAtsApplicationsPositiveResponseQuestionSingleSelectToJSON(getAtsApplicationsPositiveResponseQuestionSingleSelect) {
520
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionSingleSelect));
521
+ }
522
+ export function getAtsApplicationsPositiveResponseQuestionSingleSelectFromJSON(jsonString) {
523
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema
524
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionSingleSelect' from JSON`);
525
+ }
526
+ /** @internal */
527
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema = z.object({
528
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer2$inboundSchema),
529
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema),
530
+ });
531
+ /** @internal */
532
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema = z.object({
533
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer2$outboundSchema),
534
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema),
535
+ });
536
+ /**
537
+ * @internal
538
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
539
+ */
540
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$;
541
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$) {
542
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema` instead. */
543
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema;
544
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema` instead. */
545
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema;
546
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$ = {}));
547
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer2ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer2) {
548
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema
549
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer2));
550
+ }
551
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer2FromJSON(jsonString) {
552
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema
553
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2' from JSON`);
554
+ }
555
+ /** @internal */
556
+ export const GetAtsApplicationsPositiveResponseAnswer1$inboundSchema = z.object({
557
+ content: z.nullable(z.string()),
558
+ });
559
+ /** @internal */
560
+ export const GetAtsApplicationsPositiveResponseAnswer1$outboundSchema = z.object({
561
+ content: z.nullable(z.string()),
562
+ });
563
+ /**
564
+ * @internal
565
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
566
+ */
567
+ export var GetAtsApplicationsPositiveResponseAnswer1$;
568
+ (function (GetAtsApplicationsPositiveResponseAnswer1$) {
569
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$inboundSchema` instead. */
570
+ GetAtsApplicationsPositiveResponseAnswer1$.inboundSchema = GetAtsApplicationsPositiveResponseAnswer1$inboundSchema;
571
+ /** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$outboundSchema` instead. */
572
+ GetAtsApplicationsPositiveResponseAnswer1$.outboundSchema = GetAtsApplicationsPositiveResponseAnswer1$outboundSchema;
573
+ })(GetAtsApplicationsPositiveResponseAnswer1$ || (GetAtsApplicationsPositiveResponseAnswer1$ = {}));
574
+ export function getAtsApplicationsPositiveResponseAnswer1ToJSON(getAtsApplicationsPositiveResponseAnswer1) {
575
+ return JSON.stringify(GetAtsApplicationsPositiveResponseAnswer1$outboundSchema.parse(getAtsApplicationsPositiveResponseAnswer1));
576
+ }
577
+ export function getAtsApplicationsPositiveResponseAnswer1FromJSON(jsonString) {
578
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseAnswer1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseAnswer1' from JSON`);
579
+ }
580
+ /** @internal */
581
+ export const GetAtsApplicationsPositiveResponseQuestionText$inboundSchema = z.object({
582
+ remote_id: z.nullable(z.string()),
583
+ title: z.string(),
584
+ type: z.literal("TEXT"),
585
+ });
586
+ /** @internal */
587
+ export const GetAtsApplicationsPositiveResponseQuestionText$outboundSchema = z.object({
588
+ remote_id: z.nullable(z.string()),
589
+ title: z.string(),
590
+ type: z.literal("TEXT"),
591
+ });
592
+ /**
593
+ * @internal
594
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
595
+ */
596
+ export var GetAtsApplicationsPositiveResponseQuestionText$;
597
+ (function (GetAtsApplicationsPositiveResponseQuestionText$) {
598
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$inboundSchema` instead. */
599
+ GetAtsApplicationsPositiveResponseQuestionText$.inboundSchema = GetAtsApplicationsPositiveResponseQuestionText$inboundSchema;
600
+ /** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$outboundSchema` instead. */
601
+ GetAtsApplicationsPositiveResponseQuestionText$.outboundSchema = GetAtsApplicationsPositiveResponseQuestionText$outboundSchema;
602
+ })(GetAtsApplicationsPositiveResponseQuestionText$ || (GetAtsApplicationsPositiveResponseQuestionText$ = {}));
603
+ export function getAtsApplicationsPositiveResponseQuestionTextToJSON(getAtsApplicationsPositiveResponseQuestionText) {
604
+ return JSON.stringify(GetAtsApplicationsPositiveResponseQuestionText$outboundSchema.parse(getAtsApplicationsPositiveResponseQuestionText));
605
+ }
606
+ export function getAtsApplicationsPositiveResponseQuestionTextFromJSON(jsonString) {
607
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseQuestionText$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseQuestionText' from JSON`);
608
+ }
609
+ /** @internal */
610
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema = z.object({
611
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer1$inboundSchema),
612
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionText$inboundSchema),
613
+ });
614
+ /** @internal */
615
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema = z.object({
616
+ answer: z.lazy(() => GetAtsApplicationsPositiveResponseAnswer1$outboundSchema),
617
+ question: z.lazy(() => GetAtsApplicationsPositiveResponseQuestionText$outboundSchema),
618
+ });
619
+ /**
620
+ * @internal
621
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
622
+ */
623
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$;
624
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$) {
625
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema` instead. */
626
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema;
627
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema` instead. */
628
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema;
629
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$ = {}));
630
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer1ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer1) {
631
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema
632
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswer1));
633
+ }
634
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswer1FromJSON(jsonString) {
635
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema
636
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1' from JSON`);
637
+ }
638
+ /** @internal */
639
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema = z.union([
640
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema),
641
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema),
642
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema),
643
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema),
644
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema),
645
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema),
646
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema),
647
+ ]);
648
+ /** @internal */
649
+ export const GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema = z.union([
650
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema),
651
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema),
652
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema),
653
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema),
654
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema),
655
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema),
656
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema),
657
+ ]);
658
+ /**
659
+ * @internal
660
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
661
+ */
662
+ export var GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$;
663
+ (function (GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$) {
664
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema` instead. */
665
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$.inboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema;
666
+ /** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema` instead. */
667
+ GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$.outboundSchema = GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema;
668
+ })(GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$ || (GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$ = {}));
669
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnionToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion) {
670
+ return JSON.stringify(GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema
671
+ .parse(getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion));
672
+ }
673
+ export function getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnionFromJSON(jsonString) {
674
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema
675
+ .parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion' from JSON`);
676
+ }
677
+ /** @internal */
678
+ export const GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema = z.object({
679
+ email_address: z.nullable(z.string()).optional(),
680
+ type: z.nullable(z.string()),
681
+ });
682
+ /** @internal */
683
+ export const GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema = z.object({
684
+ email_address: z.nullable(z.string()).optional(),
685
+ type: z.nullable(z.string()),
686
+ });
687
+ /**
688
+ * @internal
689
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
690
+ */
691
+ export var GetAtsApplicationsPositiveResponseEmailAddress$;
692
+ (function (GetAtsApplicationsPositiveResponseEmailAddress$) {
693
+ /** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema` instead. */
694
+ GetAtsApplicationsPositiveResponseEmailAddress$.inboundSchema = GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema;
695
+ /** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema` instead. */
696
+ GetAtsApplicationsPositiveResponseEmailAddress$.outboundSchema = GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema;
697
+ })(GetAtsApplicationsPositiveResponseEmailAddress$ || (GetAtsApplicationsPositiveResponseEmailAddress$ = {}));
698
+ export function getAtsApplicationsPositiveResponseEmailAddressToJSON(getAtsApplicationsPositiveResponseEmailAddress) {
699
+ return JSON.stringify(GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema.parse(getAtsApplicationsPositiveResponseEmailAddress));
700
+ }
701
+ export function getAtsApplicationsPositiveResponseEmailAddressFromJSON(jsonString) {
702
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseEmailAddress' from JSON`);
703
+ }
704
+ /** @internal */
705
+ export const GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema = z.object({
706
+ phone_number: z.string(),
707
+ type: z.nullable(z.string()).optional(),
708
+ });
709
+ /** @internal */
710
+ export const GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema = z.object({
711
+ phone_number: z.string(),
712
+ type: z.nullable(z.string()).optional(),
713
+ });
714
+ /**
715
+ * @internal
716
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
717
+ */
718
+ export var GetAtsApplicationsPositiveResponsePhoneNumber$;
719
+ (function (GetAtsApplicationsPositiveResponsePhoneNumber$) {
720
+ /** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema` instead. */
721
+ GetAtsApplicationsPositiveResponsePhoneNumber$.inboundSchema = GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema;
722
+ /** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema` instead. */
723
+ GetAtsApplicationsPositiveResponsePhoneNumber$.outboundSchema = GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema;
724
+ })(GetAtsApplicationsPositiveResponsePhoneNumber$ || (GetAtsApplicationsPositiveResponsePhoneNumber$ = {}));
725
+ export function getAtsApplicationsPositiveResponsePhoneNumberToJSON(getAtsApplicationsPositiveResponsePhoneNumber) {
726
+ return JSON.stringify(GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema.parse(getAtsApplicationsPositiveResponsePhoneNumber));
727
+ }
728
+ export function getAtsApplicationsPositiveResponsePhoneNumberFromJSON(jsonString) {
729
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponsePhoneNumber' from JSON`);
730
+ }
731
+ /** @internal */
732
+ export const GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema = z.object({
733
+ link: z.nullable(z.string()).optional(),
734
+ type: z.nullable(z.string()).optional(),
735
+ username: z.nullable(z.string()).optional(),
736
+ });
737
+ /** @internal */
738
+ export const GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema = z.object({
739
+ link: z.nullable(z.string()).optional(),
740
+ type: z.nullable(z.string()).optional(),
741
+ username: z.nullable(z.string()).optional(),
742
+ });
743
+ /**
744
+ * @internal
745
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
746
+ */
747
+ export var GetAtsApplicationsPositiveResponseSocialMedia$;
748
+ (function (GetAtsApplicationsPositiveResponseSocialMedia$) {
749
+ /** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema` instead. */
750
+ GetAtsApplicationsPositiveResponseSocialMedia$.inboundSchema = GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema;
751
+ /** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema` instead. */
752
+ GetAtsApplicationsPositiveResponseSocialMedia$.outboundSchema = GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema;
753
+ })(GetAtsApplicationsPositiveResponseSocialMedia$ || (GetAtsApplicationsPositiveResponseSocialMedia$ = {}));
754
+ export function getAtsApplicationsPositiveResponseSocialMediaToJSON(getAtsApplicationsPositiveResponseSocialMedia) {
755
+ return JSON.stringify(GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema.parse(getAtsApplicationsPositiveResponseSocialMedia));
756
+ }
757
+ export function getAtsApplicationsPositiveResponseSocialMediaFromJSON(jsonString) {
758
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseSocialMedia' from JSON`);
759
+ }
760
+ /** @internal */
761
+ export const GetAtsApplicationsPositiveResponseTag$inboundSchema = z.object({
762
+ id: z.string(),
763
+ remote_id: z.nullable(z.string()),
764
+ name: z.nullable(z.string()),
765
+ });
766
+ /** @internal */
767
+ export const GetAtsApplicationsPositiveResponseTag$outboundSchema = z.object({
768
+ id: z.string(),
769
+ remote_id: z.nullable(z.string()),
770
+ name: z.nullable(z.string()),
771
+ });
772
+ /**
773
+ * @internal
774
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
775
+ */
776
+ export var GetAtsApplicationsPositiveResponseTag$;
777
+ (function (GetAtsApplicationsPositiveResponseTag$) {
778
+ /** @deprecated use `GetAtsApplicationsPositiveResponseTag$inboundSchema` instead. */
779
+ GetAtsApplicationsPositiveResponseTag$.inboundSchema = GetAtsApplicationsPositiveResponseTag$inboundSchema;
780
+ /** @deprecated use `GetAtsApplicationsPositiveResponseTag$outboundSchema` instead. */
781
+ GetAtsApplicationsPositiveResponseTag$.outboundSchema = GetAtsApplicationsPositiveResponseTag$outboundSchema;
782
+ })(GetAtsApplicationsPositiveResponseTag$ || (GetAtsApplicationsPositiveResponseTag$ = {}));
783
+ export function getAtsApplicationsPositiveResponseTagToJSON(getAtsApplicationsPositiveResponseTag) {
784
+ return JSON.stringify(GetAtsApplicationsPositiveResponseTag$outboundSchema.parse(getAtsApplicationsPositiveResponseTag));
785
+ }
786
+ export function getAtsApplicationsPositiveResponseTagFromJSON(jsonString) {
787
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseTag$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseTag' from JSON`);
788
+ }
789
+ /** @internal */
790
+ export const GetAtsApplicationsPositiveResponseCandidate$inboundSchema = z.object({
791
+ id: z.string(),
792
+ remote_id: z.string(),
793
+ first_name: z.nullable(z.string()),
794
+ last_name: z.nullable(z.string()),
795
+ email_addresses: z.nullable(z.array(z.lazy(() => GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema))).optional(),
796
+ phone_numbers: z.nullable(z.array(z.lazy(() => GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema))).optional(),
797
+ social_media: z.nullable(z.array(z.lazy(() => GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema))).optional(),
798
+ source: z.nullable(z.string()),
799
+ remote_url: z.nullable(z.string()),
800
+ tags: z.array(z.lazy(() => GetAtsApplicationsPositiveResponseTag$inboundSchema)),
801
+ });
802
+ /** @internal */
803
+ export const GetAtsApplicationsPositiveResponseCandidate$outboundSchema = z.object({
804
+ id: z.string(),
805
+ remote_id: z.string(),
806
+ first_name: z.nullable(z.string()),
807
+ last_name: z.nullable(z.string()),
808
+ email_addresses: z.nullable(z.array(z.lazy(() => GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema))).optional(),
809
+ phone_numbers: z.nullable(z.array(z.lazy(() => GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema))).optional(),
810
+ social_media: z.nullable(z.array(z.lazy(() => GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema))).optional(),
811
+ source: z.nullable(z.string()),
812
+ remote_url: z.nullable(z.string()),
813
+ tags: z.array(z.lazy(() => GetAtsApplicationsPositiveResponseTag$outboundSchema)),
814
+ });
815
+ /**
816
+ * @internal
817
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
818
+ */
819
+ export var GetAtsApplicationsPositiveResponseCandidate$;
820
+ (function (GetAtsApplicationsPositiveResponseCandidate$) {
821
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$inboundSchema` instead. */
822
+ GetAtsApplicationsPositiveResponseCandidate$.inboundSchema = GetAtsApplicationsPositiveResponseCandidate$inboundSchema;
823
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$outboundSchema` instead. */
824
+ GetAtsApplicationsPositiveResponseCandidate$.outboundSchema = GetAtsApplicationsPositiveResponseCandidate$outboundSchema;
825
+ })(GetAtsApplicationsPositiveResponseCandidate$ || (GetAtsApplicationsPositiveResponseCandidate$ = {}));
826
+ export function getAtsApplicationsPositiveResponseCandidateToJSON(getAtsApplicationsPositiveResponseCandidate) {
827
+ return JSON.stringify(GetAtsApplicationsPositiveResponseCandidate$outboundSchema.parse(getAtsApplicationsPositiveResponseCandidate));
828
+ }
829
+ export function getAtsApplicationsPositiveResponseCandidateFromJSON(jsonString) {
830
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseCandidate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseCandidate' from JSON`);
831
+ }
832
+ /** @internal */
833
+ export const GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema = z.object({
834
+ id: z.string(),
835
+ remote_id: z.nullable(z.string()),
836
+ name: z.nullable(z.string()),
837
+ index: z.nullable(z.number().int()),
838
+ });
839
+ /** @internal */
840
+ export const GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema = z.object({
841
+ id: z.string(),
842
+ remote_id: z.nullable(z.string()),
843
+ name: z.nullable(z.string()),
844
+ index: z.nullable(z.number().int()),
845
+ });
846
+ /**
847
+ * @internal
848
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
849
+ */
850
+ export var GetAtsApplicationsPositiveResponseCurrentStage$;
851
+ (function (GetAtsApplicationsPositiveResponseCurrentStage$) {
852
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema` instead. */
853
+ GetAtsApplicationsPositiveResponseCurrentStage$.inboundSchema = GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema;
854
+ /** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema` instead. */
855
+ GetAtsApplicationsPositiveResponseCurrentStage$.outboundSchema = GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema;
856
+ })(GetAtsApplicationsPositiveResponseCurrentStage$ || (GetAtsApplicationsPositiveResponseCurrentStage$ = {}));
857
+ export function getAtsApplicationsPositiveResponseCurrentStageToJSON(getAtsApplicationsPositiveResponseCurrentStage) {
858
+ return JSON.stringify(GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema.parse(getAtsApplicationsPositiveResponseCurrentStage));
859
+ }
860
+ export function getAtsApplicationsPositiveResponseCurrentStageFromJSON(jsonString) {
861
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseCurrentStage' from JSON`);
862
+ }
863
+ /** @internal */
864
+ export const GetAtsApplicationsPositiveResponseJob$inboundSchema = z.object({
865
+ id: z.string(),
866
+ remote_id: z.string(),
867
+ name: z.nullable(z.string()),
868
+ });
869
+ /** @internal */
870
+ export const GetAtsApplicationsPositiveResponseJob$outboundSchema = z.object({
871
+ id: z.string(),
872
+ remote_id: z.string(),
873
+ name: z.nullable(z.string()),
874
+ });
875
+ /**
876
+ * @internal
877
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
878
+ */
879
+ export var GetAtsApplicationsPositiveResponseJob$;
880
+ (function (GetAtsApplicationsPositiveResponseJob$) {
881
+ /** @deprecated use `GetAtsApplicationsPositiveResponseJob$inboundSchema` instead. */
882
+ GetAtsApplicationsPositiveResponseJob$.inboundSchema = GetAtsApplicationsPositiveResponseJob$inboundSchema;
883
+ /** @deprecated use `GetAtsApplicationsPositiveResponseJob$outboundSchema` instead. */
884
+ GetAtsApplicationsPositiveResponseJob$.outboundSchema = GetAtsApplicationsPositiveResponseJob$outboundSchema;
885
+ })(GetAtsApplicationsPositiveResponseJob$ || (GetAtsApplicationsPositiveResponseJob$ = {}));
886
+ export function getAtsApplicationsPositiveResponseJobToJSON(getAtsApplicationsPositiveResponseJob) {
887
+ return JSON.stringify(GetAtsApplicationsPositiveResponseJob$outboundSchema.parse(getAtsApplicationsPositiveResponseJob));
888
+ }
889
+ export function getAtsApplicationsPositiveResponseJobFromJSON(jsonString) {
890
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseJob$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseJob' from JSON`);
891
+ }
892
+ /** @internal */
893
+ export const GetAtsApplicationsPositiveResponseLocation$inboundSchema = z.object({
894
+ city: z.nullable(z.string()).optional(),
895
+ country: z.nullable(z.string()).optional(),
896
+ raw: z.nullable(z.string()).optional(),
897
+ state: z.nullable(z.string()).optional(),
898
+ street_1: z.nullable(z.string()).optional(),
899
+ street_2: z.nullable(z.string()).optional(),
900
+ zip_code: z.nullable(z.string()).optional(),
901
+ });
902
+ /** @internal */
903
+ export const GetAtsApplicationsPositiveResponseLocation$outboundSchema = z.object({
904
+ city: z.nullable(z.string()).optional(),
905
+ country: z.nullable(z.string()).optional(),
906
+ raw: z.nullable(z.string()).optional(),
907
+ state: z.nullable(z.string()).optional(),
908
+ street_1: z.nullable(z.string()).optional(),
909
+ street_2: z.nullable(z.string()).optional(),
910
+ zip_code: z.nullable(z.string()).optional(),
911
+ });
912
+ /**
913
+ * @internal
914
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
915
+ */
916
+ export var GetAtsApplicationsPositiveResponseLocation$;
917
+ (function (GetAtsApplicationsPositiveResponseLocation$) {
918
+ /** @deprecated use `GetAtsApplicationsPositiveResponseLocation$inboundSchema` instead. */
919
+ GetAtsApplicationsPositiveResponseLocation$.inboundSchema = GetAtsApplicationsPositiveResponseLocation$inboundSchema;
920
+ /** @deprecated use `GetAtsApplicationsPositiveResponseLocation$outboundSchema` instead. */
921
+ GetAtsApplicationsPositiveResponseLocation$.outboundSchema = GetAtsApplicationsPositiveResponseLocation$outboundSchema;
922
+ })(GetAtsApplicationsPositiveResponseLocation$ || (GetAtsApplicationsPositiveResponseLocation$ = {}));
923
+ export function getAtsApplicationsPositiveResponseLocationToJSON(getAtsApplicationsPositiveResponseLocation) {
924
+ return JSON.stringify(GetAtsApplicationsPositiveResponseLocation$outboundSchema.parse(getAtsApplicationsPositiveResponseLocation));
925
+ }
926
+ export function getAtsApplicationsPositiveResponseLocationFromJSON(jsonString) {
927
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseLocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseLocation' from JSON`);
928
+ }
929
+ /** @internal */
930
+ export const Interview$inboundSchema = z.object({
931
+ id: z.string(),
932
+ remote_id: z.nullable(z.string()),
933
+ title: z.nullable(z.string()),
934
+ starting_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
935
+ ending_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
936
+ location: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseLocation$inboundSchema)).optional(),
937
+ canceled: z.nullable(z.boolean()),
938
+ });
939
+ /** @internal */
940
+ export const Interview$outboundSchema = z.object({
941
+ id: z.string(),
942
+ remote_id: z.nullable(z.string()),
943
+ title: z.nullable(z.string()),
944
+ starting_at: z.nullable(z.date().transform(v => v.toISOString())),
945
+ ending_at: z.nullable(z.date().transform(v => v.toISOString())),
946
+ location: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseLocation$outboundSchema)).optional(),
947
+ canceled: z.nullable(z.boolean()),
948
+ });
949
+ /**
950
+ * @internal
951
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
952
+ */
953
+ export var Interview$;
954
+ (function (Interview$) {
955
+ /** @deprecated use `Interview$inboundSchema` instead. */
956
+ Interview$.inboundSchema = Interview$inboundSchema;
957
+ /** @deprecated use `Interview$outboundSchema` instead. */
958
+ Interview$.outboundSchema = Interview$outboundSchema;
959
+ })(Interview$ || (Interview$ = {}));
960
+ export function interviewToJSON(interview) {
961
+ return JSON.stringify(Interview$outboundSchema.parse(interview));
962
+ }
963
+ export function interviewFromJSON(jsonString) {
964
+ return safeParse(jsonString, (x) => Interview$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Interview' from JSON`);
965
+ }
966
+ /** @internal */
967
+ export const GetAtsApplicationsPositiveResponseStatus$inboundSchema = z
968
+ .nativeEnum(GetAtsApplicationsPositiveResponseStatus);
969
+ /** @internal */
970
+ export const GetAtsApplicationsPositiveResponseStatus$outboundSchema = GetAtsApplicationsPositiveResponseStatus$inboundSchema;
971
+ /**
972
+ * @internal
973
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
974
+ */
975
+ export var GetAtsApplicationsPositiveResponseStatus$;
976
+ (function (GetAtsApplicationsPositiveResponseStatus$) {
977
+ /** @deprecated use `GetAtsApplicationsPositiveResponseStatus$inboundSchema` instead. */
978
+ GetAtsApplicationsPositiveResponseStatus$.inboundSchema = GetAtsApplicationsPositiveResponseStatus$inboundSchema;
979
+ /** @deprecated use `GetAtsApplicationsPositiveResponseStatus$outboundSchema` instead. */
980
+ GetAtsApplicationsPositiveResponseStatus$.outboundSchema = GetAtsApplicationsPositiveResponseStatus$outboundSchema;
981
+ })(GetAtsApplicationsPositiveResponseStatus$ || (GetAtsApplicationsPositiveResponseStatus$ = {}));
982
+ /** @internal */
983
+ export const Offer$inboundSchema = z
984
+ .object({
985
+ id: z.string(),
986
+ remote_id: z.nullable(z.string()),
987
+ status: z.nullable(GetAtsApplicationsPositiveResponseStatus$inboundSchema),
988
+ });
989
+ /** @internal */
990
+ export const Offer$outboundSchema = z.object({
991
+ id: z.string(),
992
+ remote_id: z.nullable(z.string()),
993
+ status: z.nullable(GetAtsApplicationsPositiveResponseStatus$outboundSchema),
994
+ });
995
+ /**
996
+ * @internal
997
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
998
+ */
999
+ export var Offer$;
1000
+ (function (Offer$) {
1001
+ /** @deprecated use `Offer$inboundSchema` instead. */
1002
+ Offer$.inboundSchema = Offer$inboundSchema;
1003
+ /** @deprecated use `Offer$outboundSchema` instead. */
1004
+ Offer$.outboundSchema = Offer$outboundSchema;
1005
+ })(Offer$ || (Offer$ = {}));
1006
+ export function offerToJSON(offer) {
1007
+ return JSON.stringify(Offer$outboundSchema.parse(offer));
1008
+ }
1009
+ export function offerFromJSON(jsonString) {
1010
+ return safeParse(jsonString, (x) => Offer$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Offer' from JSON`);
1011
+ }
1012
+ /** @internal */
1013
+ export const GetAtsApplicationsPositiveResponseResult$inboundSchema = z.object({
1014
+ id: z.string(),
1015
+ remote_id: z.nullable(z.string()),
1016
+ outcome: z.nullable(GetAtsApplicationsPositiveResponseOutcome$inboundSchema),
1017
+ rejection_reason_name: z.nullable(z.string()),
1018
+ rejected_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
1019
+ current_stage_id: z.nullable(z.string()),
1020
+ job_id: z.nullable(z.string()),
1021
+ candidate_id: z.nullable(z.string()),
1022
+ screening_question_answers: z.nullable(z.array(z.union([
1023
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema),
1024
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema),
1025
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema),
1026
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema),
1027
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema),
1028
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema),
1029
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema),
1030
+ ]))).optional(),
1031
+ custom_fields: z.nullable(z.record(z.any())),
1032
+ remote_url: z.nullable(z.string()),
1033
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
1034
+ remote_deleted_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
1035
+ remote_created_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
1036
+ remote_updated_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
1037
+ candidate: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseCandidate$inboundSchema)),
1038
+ current_stage: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema)),
1039
+ job: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseJob$inboundSchema)),
1040
+ interviews: z.array(z.lazy(() => Interview$inboundSchema)),
1041
+ offers: z.array(z.lazy(() => Offer$inboundSchema)),
1042
+ });
1043
+ /** @internal */
1044
+ export const GetAtsApplicationsPositiveResponseResult$outboundSchema = z.object({
1045
+ id: z.string(),
1046
+ remote_id: z.nullable(z.string()),
1047
+ outcome: z.nullable(GetAtsApplicationsPositiveResponseOutcome$outboundSchema),
1048
+ rejection_reason_name: z.nullable(z.string()),
1049
+ rejected_at: z.nullable(z.date().transform(v => v.toISOString())),
1050
+ current_stage_id: z.nullable(z.string()),
1051
+ job_id: z.nullable(z.string()),
1052
+ candidate_id: z.nullable(z.string()),
1053
+ screening_question_answers: z.nullable(z.array(z.union([
1054
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema),
1055
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema),
1056
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema),
1057
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema),
1058
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema),
1059
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema),
1060
+ z.lazy(() => GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema),
1061
+ ]))).optional(),
1062
+ custom_fields: z.nullable(z.record(z.any())),
1063
+ remote_url: z.nullable(z.string()),
1064
+ changed_at: z.date().transform(v => v.toISOString()),
1065
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
1066
+ remote_created_at: z.nullable(z.date().transform(v => v.toISOString())),
1067
+ remote_updated_at: z.nullable(z.date().transform(v => v.toISOString())),
1068
+ candidate: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseCandidate$outboundSchema)),
1069
+ current_stage: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema)),
1070
+ job: z.nullable(z.lazy(() => GetAtsApplicationsPositiveResponseJob$outboundSchema)),
1071
+ interviews: z.array(z.lazy(() => Interview$outboundSchema)),
1072
+ offers: z.array(z.lazy(() => Offer$outboundSchema)),
1073
+ });
1074
+ /**
1075
+ * @internal
1076
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1077
+ */
1078
+ export var GetAtsApplicationsPositiveResponseResult$;
1079
+ (function (GetAtsApplicationsPositiveResponseResult$) {
1080
+ /** @deprecated use `GetAtsApplicationsPositiveResponseResult$inboundSchema` instead. */
1081
+ GetAtsApplicationsPositiveResponseResult$.inboundSchema = GetAtsApplicationsPositiveResponseResult$inboundSchema;
1082
+ /** @deprecated use `GetAtsApplicationsPositiveResponseResult$outboundSchema` instead. */
1083
+ GetAtsApplicationsPositiveResponseResult$.outboundSchema = GetAtsApplicationsPositiveResponseResult$outboundSchema;
1084
+ })(GetAtsApplicationsPositiveResponseResult$ || (GetAtsApplicationsPositiveResponseResult$ = {}));
1085
+ export function getAtsApplicationsPositiveResponseResultToJSON(getAtsApplicationsPositiveResponseResult) {
1086
+ return JSON.stringify(GetAtsApplicationsPositiveResponseResult$outboundSchema.parse(getAtsApplicationsPositiveResponseResult));
1087
+ }
1088
+ export function getAtsApplicationsPositiveResponseResultFromJSON(jsonString) {
1089
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseResult$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseResult' from JSON`);
1090
+ }
1091
+ /** @internal */
1092
+ export const GetAtsApplicationsPositiveResponseData$inboundSchema = z.object({
1093
+ next: z.nullable(z.string()),
1094
+ results: z.array(z.lazy(() => GetAtsApplicationsPositiveResponseResult$inboundSchema)),
1095
+ });
1096
+ /** @internal */
1097
+ export const GetAtsApplicationsPositiveResponseData$outboundSchema = z.object({
1098
+ next: z.nullable(z.string()),
1099
+ results: z.array(z.lazy(() => GetAtsApplicationsPositiveResponseResult$outboundSchema)),
1100
+ });
1101
+ /**
1102
+ * @internal
1103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1104
+ */
1105
+ export var GetAtsApplicationsPositiveResponseData$;
1106
+ (function (GetAtsApplicationsPositiveResponseData$) {
1107
+ /** @deprecated use `GetAtsApplicationsPositiveResponseData$inboundSchema` instead. */
1108
+ GetAtsApplicationsPositiveResponseData$.inboundSchema = GetAtsApplicationsPositiveResponseData$inboundSchema;
1109
+ /** @deprecated use `GetAtsApplicationsPositiveResponseData$outboundSchema` instead. */
1110
+ GetAtsApplicationsPositiveResponseData$.outboundSchema = GetAtsApplicationsPositiveResponseData$outboundSchema;
1111
+ })(GetAtsApplicationsPositiveResponseData$ || (GetAtsApplicationsPositiveResponseData$ = {}));
1112
+ export function getAtsApplicationsPositiveResponseDataToJSON(getAtsApplicationsPositiveResponseData) {
1113
+ return JSON.stringify(GetAtsApplicationsPositiveResponseData$outboundSchema.parse(getAtsApplicationsPositiveResponseData));
1114
+ }
1115
+ export function getAtsApplicationsPositiveResponseDataFromJSON(jsonString) {
1116
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponseData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponseData' from JSON`);
1117
+ }
1118
+ /** @internal */
1119
+ export const GetAtsApplicationsPositiveResponse$inboundSchema = z.object({
1120
+ status: z.literal("success"),
1121
+ data: z.lazy(() => GetAtsApplicationsPositiveResponseData$inboundSchema),
1122
+ });
1123
+ /** @internal */
1124
+ export const GetAtsApplicationsPositiveResponse$outboundSchema = z.object({
1125
+ status: z.literal("success"),
1126
+ data: z.lazy(() => GetAtsApplicationsPositiveResponseData$outboundSchema),
1127
+ });
1128
+ /**
1129
+ * @internal
1130
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1131
+ */
1132
+ export var GetAtsApplicationsPositiveResponse$;
1133
+ (function (GetAtsApplicationsPositiveResponse$) {
1134
+ /** @deprecated use `GetAtsApplicationsPositiveResponse$inboundSchema` instead. */
1135
+ GetAtsApplicationsPositiveResponse$.inboundSchema = GetAtsApplicationsPositiveResponse$inboundSchema;
1136
+ /** @deprecated use `GetAtsApplicationsPositiveResponse$outboundSchema` instead. */
1137
+ GetAtsApplicationsPositiveResponse$.outboundSchema = GetAtsApplicationsPositiveResponse$outboundSchema;
1138
+ })(GetAtsApplicationsPositiveResponse$ || (GetAtsApplicationsPositiveResponse$ = {}));
1139
+ export function getAtsApplicationsPositiveResponseToJSON(getAtsApplicationsPositiveResponse) {
1140
+ return JSON.stringify(GetAtsApplicationsPositiveResponse$outboundSchema.parse(getAtsApplicationsPositiveResponse));
1141
+ }
1142
+ export function getAtsApplicationsPositiveResponseFromJSON(jsonString) {
1143
+ return safeParse(jsonString, (x) => GetAtsApplicationsPositiveResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAtsApplicationsPositiveResponse' from JSON`);
1144
+ }
1145
+ //# sourceMappingURL=getatsapplicationspositiveresponse.js.map