@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,2495 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
5
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType: {
6
+ readonly Personal: "PERSONAL";
7
+ readonly Work: "WORK";
8
+ readonly Other: "OTHER";
9
+ };
10
+ export type PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType = ClosedEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType>;
11
+ export type PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress = {
12
+ type: PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType;
13
+ email_address: string;
14
+ };
15
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType: {
16
+ readonly Personal: "PERSONAL";
17
+ readonly Work: "WORK";
18
+ readonly Other: "OTHER";
19
+ };
20
+ export type PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType = ClosedEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType>;
21
+ export type PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber = {
22
+ type: PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType;
23
+ phone_number: string;
24
+ };
25
+ /**
26
+ * The location of the candidate.
27
+ */
28
+ export type PostAtsJobsJobIdApplicationsRequestBodyLocation = {
29
+ city?: string | undefined;
30
+ /**
31
+ * The uppercase two-letter ISO country (e.g., `DE`). For systems that use codes in formats other than `ISO 3166-1 alpha-2`, Kombo transforms the ISO Codes to the appropriate value.
32
+ */
33
+ country: string;
34
+ state?: string | undefined;
35
+ zip_code?: string | undefined;
36
+ };
37
+ /**
38
+ * The gender of the candidate. Must be one of `MALE`, `FEMALE`, or `OTHER`.
39
+ */
40
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGender: {
41
+ readonly Male: "MALE";
42
+ readonly Female: "FEMALE";
43
+ readonly Other: "OTHER";
44
+ };
45
+ /**
46
+ * The gender of the candidate. Must be one of `MALE`, `FEMALE`, or `OTHER`.
47
+ */
48
+ export type PostAtsJobsJobIdApplicationsRequestBodyGender = ClosedEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyGender>;
49
+ /**
50
+ * The period of the salary expectations. Must be one of `MONTH` or `YEAR`.
51
+ */
52
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPeriod: {
53
+ readonly Month: "MONTH";
54
+ readonly Year: "YEAR";
55
+ };
56
+ /**
57
+ * The period of the salary expectations. Must be one of `MONTH` or `YEAR`.
58
+ */
59
+ export type PostAtsJobsJobIdApplicationsRequestBodyPeriod = ClosedEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyPeriod>;
60
+ /**
61
+ * The salary expectations of the applicant. We will automatically convert the amount to a format that is suitable for the ATS you are using. For example, if you are using monthly salary expectations, we will convert the amount to a yearly salary if the ATS expects yearly salary expectations.
62
+ */
63
+ export type PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations = {
64
+ /**
65
+ * The period of the salary expectations. Must be one of `MONTH` or `YEAR`.
66
+ */
67
+ period: PostAtsJobsJobIdApplicationsRequestBodyPeriod;
68
+ /**
69
+ * The amount of the salary expectations.
70
+ */
71
+ amount: number;
72
+ };
73
+ export type PostAtsJobsJobIdApplicationsRequestBodySocialLink = {
74
+ url: string;
75
+ };
76
+ export type PostAtsJobsJobIdApplicationsRequestBodyCandidate = {
77
+ /**
78
+ * The first name of the candidate.
79
+ */
80
+ first_name: string;
81
+ /**
82
+ * The last name of the candidate.
83
+ */
84
+ last_name: string;
85
+ /**
86
+ * The primary email address this application will be created with.
87
+ */
88
+ email_address: string;
89
+ additional_email_addresses?: Array<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress> | undefined;
90
+ /**
91
+ * The company where the candidate is currently working.
92
+ */
93
+ company?: string | undefined;
94
+ /**
95
+ * The current job title of the candidate.
96
+ */
97
+ title?: string | undefined;
98
+ /**
99
+ * The phone number of the candidate.
100
+ */
101
+ phone_number?: string | undefined;
102
+ additional_phone_numbers?: Array<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber> | undefined;
103
+ /**
104
+ * The location of the candidate.
105
+ */
106
+ location?: PostAtsJobsJobIdApplicationsRequestBodyLocation | undefined;
107
+ /**
108
+ * The gender of the candidate. Must be one of `MALE`, `FEMALE`, or `OTHER`.
109
+ */
110
+ gender?: PostAtsJobsJobIdApplicationsRequestBodyGender | undefined;
111
+ /**
112
+ * The date the candidate is available to start working.
113
+ */
114
+ availability_date?: Date | undefined;
115
+ /**
116
+ * The salary expectations of the applicant. We will automatically convert the amount to a format that is suitable for the ATS you are using. For example, if you are using monthly salary expectations, we will convert the amount to a yearly salary if the ATS expects yearly salary expectations.
117
+ */
118
+ salary_expectations?: PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations | undefined;
119
+ /**
120
+ * A list of social media links of the candidate. The links must be valid URLs.
121
+ */
122
+ social_links?: Array<PostAtsJobsJobIdApplicationsRequestBodySocialLink> | undefined;
123
+ };
124
+ /**
125
+ * Type of the attachment in the ATS. This may affect where the uploaded file will be shown in your customer's system.
126
+ */
127
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAttachmentType: {
128
+ readonly Cv: "CV";
129
+ readonly CoverLetter: "COVER_LETTER";
130
+ readonly Other: "OTHER";
131
+ };
132
+ /**
133
+ * Type of the attachment in the ATS. This may affect where the uploaded file will be shown in your customer's system.
134
+ */
135
+ export type PostAtsJobsJobIdApplicationsRequestBodyAttachmentType = ClosedEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAttachmentType>;
136
+ export type PostAtsJobsJobIdApplicationsRequestBodyAttachment = {
137
+ /**
138
+ * File name of the file you want to upload. We recommend providing something human-readable with a valid file extension (like `Resume.pdf`), as this might be shown in your customer's system.
139
+ */
140
+ name: string;
141
+ /**
142
+ * Content/MIME type of the file (e.g., `application/pdf`).
143
+ *
144
+ * @remarks
145
+ *
146
+ * If you provide `data`, this is required. If you provide `data_url`, this is optional and we'll attempt to use the `Content-Type` header of the response.
147
+ *
148
+ * **Note:** Please validate that the content type you provide is actually meaningful (and not something generic like [`application/octet-stream`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types#applicationoctet-stream)). Especially when using object storage (like AWS S3), it's easy to accidentally discard the content types of user-provided files, so make sure to explicitly persist them when processing uploads from your users (see guides for [AWS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#SysMetadata), [Google Cloud](https://cloud.google.com/storage/docs/metadata#content-type), and [Azure](https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob#request-headers-all-blob-types)).
149
+ */
150
+ content_type?: string | undefined;
151
+ /**
152
+ * URL to the file you want to upload that can be accessed without authentication headers. We will download the content immediately when receiving the request, so the URL can be short-lived.
153
+ *
154
+ * @remarks
155
+ *
156
+ * If you're using an object storage provider (like AWS S3), we strongly recommend providing a signed URL for secure access (see guides for [AWS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html), [Google Cloud](https://cloud.google.com/storage/docs/access-control/signed-urls), and [Azure](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview)).
157
+ *
158
+ * **Note:** You must provide either this or `data_url`. We recommend `data_url` over `data` for most cases.
159
+ */
160
+ data_url?: string | undefined;
161
+ /**
162
+ * Base64-encoded contents of the file you want to upload.
163
+ *
164
+ * @remarks
165
+ *
166
+ * **Note:** You must provide either this or `data_url`. We recommend `data_url` over `data` for most cases.
167
+ */
168
+ data?: string | undefined;
169
+ /**
170
+ * Type of the attachment in the ATS. This may affect where the uploaded file will be shown in your customer's system.
171
+ */
172
+ type: PostAtsJobsJobIdApplicationsRequestBodyAttachmentType;
173
+ };
174
+ /**
175
+ * **(⚠️ Deprecated - Use [automatic source writing](/ats/features/application-attribution#automatic-attribution) instead)** Optional source information that will be attached to the candidate. If
176
+ *
177
+ * @remarks
178
+ * you're a job board or recruiting service, you can use this to make sure your
179
+ * customers can see which candidates came from you.
180
+ *
181
+ * This is deprecated because writing sources requires users to do some setup in most ATSs.
182
+ *
183
+ * @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
184
+ */
185
+ export type PostAtsJobsJobIdApplicationsRequestBodySource = {
186
+ /**
187
+ * Name of the source (e.g., `"Example Job Board"`).
188
+ */
189
+ name?: string | undefined;
190
+ unified_key?: string | undefined;
191
+ id?: string | undefined;
192
+ };
193
+ /**
194
+ * Credit the recruiter or team member who sourced this candidate.
195
+ *
196
+ * @remarks
197
+ *
198
+ * While the `source` field tracks the channel/platform (e.g., "Awesome Jobboard"), the `sourced_by` field tracks the individual person responsible for finding the candidate.
199
+ */
200
+ export type PostAtsJobsJobIdApplicationsRequestBodySourcedBy = {
201
+ /**
202
+ * The Kombo ID or Remote ID of the User. Use the Kombo ID directly, or prefix the remote ID with "remote:" to reference the user by their ID in the remote system.
203
+ */
204
+ user_id: string;
205
+ };
206
+ /**
207
+ * Optional GDPR consent information required in some jurisdictions (like the Czech Republic or Slovakia).
208
+ */
209
+ export type PostAtsJobsJobIdApplicationsRequestBodyGdprConsent = {
210
+ /**
211
+ * Until when the candidate has granted the company they're applying to permission to process their personal data.
212
+ */
213
+ expires_at?: Date | undefined;
214
+ /**
215
+ * Whether the candidate has given consent.
216
+ */
217
+ given?: boolean | undefined;
218
+ };
219
+ /**
220
+ * Fields specific to SAP SuccessFactors.
221
+ */
222
+ export type PostAtsJobsJobIdApplicationsRequestBodySuccessfactors = {
223
+ /**
224
+ * Fields that we will pass through to SuccessFactor's `Candidate` object.
225
+ */
226
+ candidate?: {
227
+ [k: string]: any;
228
+ } | undefined;
229
+ /**
230
+ * Fields that we will pass through to SuccessFactor's `JobApplication` object.
231
+ */
232
+ job_application?: {
233
+ [k: string]: any;
234
+ } | undefined;
235
+ /**
236
+ * If set to true, we will copy custom attachments from the JobApplication to the Candidate.
237
+ */
238
+ copy_job_application_attachments?: boolean | undefined;
239
+ /**
240
+ * When the candidate already exists, whether to update the Candidate with the remote fields found under the Candidate entity.
241
+ */
242
+ update_existing_candidate?: boolean | null | undefined;
243
+ };
244
+ /**
245
+ * Fields specific to Personio.
246
+ */
247
+ export type PostAtsJobsJobIdApplicationsRequestBodyPersonio = {
248
+ /**
249
+ * Fields that we will pass through to Personio's `application` object.
250
+ */
251
+ application?: {
252
+ [k: string]: any;
253
+ } | undefined;
254
+ };
255
+ /**
256
+ * Fields specific to TalentSoft.
257
+ */
258
+ export type PostAtsJobsJobIdApplicationsRequestBodyTalentsoft = {
259
+ /**
260
+ * Fields that we will pass through to TalentSoft's `applicant` object.
261
+ */
262
+ applicant?: {
263
+ [k: string]: any;
264
+ } | undefined;
265
+ /**
266
+ * Fields that we will pass through to TalentSoft's `application` object.
267
+ */
268
+ application?: {
269
+ [k: string]: any;
270
+ } | undefined;
271
+ };
272
+ export type PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication = {
273
+ /**
274
+ * Fields that we will pass through to Teamtailor's attributes section `Job application` object.
275
+ */
276
+ attributes?: {
277
+ [k: string]: any;
278
+ } | undefined;
279
+ };
280
+ export type PostAtsJobsJobIdApplicationsRequestBodyTeamtailor = {
281
+ /**
282
+ * Fields that we will pass through to Teamtailor's `Candidate` object.
283
+ */
284
+ candidate?: {
285
+ [k: string]: any;
286
+ } | undefined;
287
+ application?: PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication | undefined;
288
+ };
289
+ /**
290
+ * Headers we will pass with `POST` requests to Greenhouse.
291
+ */
292
+ export type PostAtsJobsJobIdApplicationsRequestBodyPostHeaders = {
293
+ /**
294
+ * ID of the the user that will show up as having performed the action in Greenhouse. We already pass a value by default, but you can use this to override it.
295
+ */
296
+ on_behalf_of?: string | null | undefined;
297
+ };
298
+ /**
299
+ * Fields specific to Greenhouse.
300
+ */
301
+ export type PostAtsJobsJobIdApplicationsRequestBodyGreenhouse = {
302
+ /**
303
+ * Headers we will pass with `POST` requests to Greenhouse.
304
+ */
305
+ post_headers?: PostAtsJobsJobIdApplicationsRequestBodyPostHeaders | undefined;
306
+ };
307
+ /**
308
+ * Fields specific to Lever.
309
+ */
310
+ export type PostAtsJobsJobIdApplicationsRequestBodyLever = {
311
+ /**
312
+ * Fields that we will pass through to Lever's `Candidate` object. Note: make sure to submit the keys and values in the correct form data format.
313
+ */
314
+ candidate?: {
315
+ [k: string]: any;
316
+ } | undefined;
317
+ };
318
+ /**
319
+ * Workable specific remote fields for ATS actions.
320
+ */
321
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkable = {
322
+ /**
323
+ * The remote ID of the user that will be displayed in the UI as the one that performed the action.
324
+ */
325
+ on_behalf_of_user_remote_id?: string | undefined;
326
+ };
327
+ /**
328
+ * The WID of the social suffix reference for the candidate
329
+ */
330
+ export type PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference = {
331
+ predefined_name_component_id: string;
332
+ };
333
+ export type PostAtsJobsJobIdApplicationsRequestBodyNameDetailData = {
334
+ /**
335
+ * The candidate's middle name
336
+ */
337
+ middle_name?: string | undefined;
338
+ /**
339
+ * The WID of the social suffix reference for the candidate
340
+ */
341
+ social_suffix_reference?: PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference | undefined;
342
+ };
343
+ /**
344
+ * Used to set the candidate's primary language
345
+ */
346
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageReference = {
347
+ wid: string;
348
+ };
349
+ export type PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData = {
350
+ date_of_birth?: string | undefined;
351
+ };
352
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData = {
353
+ global_personal_information_data?: PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData | undefined;
354
+ };
355
+ export type PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference = {
356
+ wid: string;
357
+ };
358
+ export type PostAtsJobsJobIdApplicationsRequestBodyDegreeReference = {
359
+ wid: string;
360
+ };
361
+ export type PostAtsJobsJobIdApplicationsRequestBodyEducationDatum = {
362
+ school_name?: string | undefined;
363
+ first_year_attended?: number | undefined;
364
+ last_year_attended?: number | undefined;
365
+ field_of_study_reference?: PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference | undefined;
366
+ degree_reference?: PostAtsJobsJobIdApplicationsRequestBodyDegreeReference | undefined;
367
+ grade_average?: string | undefined;
368
+ };
369
+ export type PostAtsJobsJobIdApplicationsRequestBodySkillDatum = {
370
+ skill_name?: string | undefined;
371
+ };
372
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference = {
373
+ wid?: string | undefined;
374
+ };
375
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference = {
376
+ wid: string;
377
+ };
378
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference = {
379
+ wid: string;
380
+ };
381
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData = {
382
+ language_proficiency_reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference | undefined;
383
+ language_ability_type_reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference | undefined;
384
+ };
385
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility = {
386
+ language_ability_data?: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData | undefined;
387
+ };
388
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguage = {
389
+ native?: boolean | undefined;
390
+ language_ability: Array<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility>;
391
+ };
392
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum = {
393
+ language_reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference | undefined;
394
+ language?: PostAtsJobsJobIdApplicationsRequestBodyLanguage | undefined;
395
+ };
396
+ export type PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum = {
397
+ company_name: string;
398
+ title: string;
399
+ location?: string | undefined;
400
+ /**
401
+ * YYYY-MM-DDTHH:mm:ss.sssZ
402
+ */
403
+ start_date: Date;
404
+ /**
405
+ * YYYY-MM-DDTHH:mm:ss.sssZ
406
+ */
407
+ end_date?: Date | undefined;
408
+ currently_work_here?: boolean | undefined;
409
+ description?: string | undefined;
410
+ };
411
+ export type PostAtsJobsJobIdApplicationsRequestBodyResumeData = {
412
+ education_data?: Array<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum> | undefined;
413
+ skill_data?: Array<PostAtsJobsJobIdApplicationsRequestBodySkillDatum> | undefined;
414
+ language_data?: Array<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum> | undefined;
415
+ experience_data?: Array<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum> | undefined;
416
+ };
417
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData = {
418
+ job_applied_to_data?: PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData | undefined;
419
+ resume_data?: PostAtsJobsJobIdApplicationsRequestBodyResumeData | undefined;
420
+ };
421
+ export type PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference = {
422
+ country_region_id: string;
423
+ };
424
+ export type PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference = {
425
+ wid: string;
426
+ };
427
+ export type PostAtsJobsJobIdApplicationsRequestBodyLocationData = {
428
+ address_line_1?: string | undefined;
429
+ address_line_2?: string | undefined;
430
+ region_subdivision_1?: string | undefined;
431
+ country_region_reference?: PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference | undefined;
432
+ country_city_reference?: PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference | undefined;
433
+ };
434
+ export type PostAtsJobsJobIdApplicationsRequestBodyContactData = {
435
+ location_data?: PostAtsJobsJobIdApplicationsRequestBodyLocationData | undefined;
436
+ };
437
+ /**
438
+ * Reference to the Worker (employee) to link the candidate to. Provide either WID or Employee_ID.
439
+ */
440
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkerReference = {
441
+ wid?: string | undefined;
442
+ employee_id?: string | undefined;
443
+ };
444
+ export type PostAtsJobsJobIdApplicationsRequestBodyCandidateData = {
445
+ name_detail_data?: PostAtsJobsJobIdApplicationsRequestBodyNameDetailData | undefined;
446
+ /**
447
+ * Used to set the candidate's primary language
448
+ */
449
+ language_reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageReference | undefined;
450
+ job_application_data?: PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData | undefined;
451
+ contact_data?: PostAtsJobsJobIdApplicationsRequestBodyContactData | undefined;
452
+ /**
453
+ * Reference to the Worker (employee) to link the candidate to. Provide either WID or Employee_ID.
454
+ */
455
+ worker_reference?: PostAtsJobsJobIdApplicationsRequestBodyWorkerReference | undefined;
456
+ };
457
+ /**
458
+ * Fields specific to Workday. The remote fields schema follows the documentation at https://community.workday.com/sites/default/files/file-hosting/productionapi/Recruiting/v43.0/Put_Candidate.html. Only defined fields are supported, if you need additional field support please reach out to Kombo support.
459
+ */
460
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkday = {
461
+ candidate_data?: PostAtsJobsJobIdApplicationsRequestBodyCandidateData | undefined;
462
+ /**
463
+ * Used to override the automatic source WID.
464
+ */
465
+ override_source_reference_wid?: string | undefined;
466
+ };
467
+ /**
468
+ * Fields specific to Zoho Recruit.
469
+ */
470
+ export type PostAtsJobsJobIdApplicationsRequestBodyZohorecruit = {
471
+ /**
472
+ * Fields that we will pass through to Zoho Recruit's `Candidate` object.
473
+ */
474
+ candidate?: {
475
+ [k: string]: any;
476
+ } | undefined;
477
+ };
478
+ /**
479
+ * Fields specific to Bullhorn.
480
+ */
481
+ export type PostAtsJobsJobIdApplicationsRequestBodyBullhorn = {
482
+ /**
483
+ * Fields that we will pass through to Bullhorn's `Candidate` object.
484
+ */
485
+ candidate?: {
486
+ [k: string]: any;
487
+ } | undefined;
488
+ /**
489
+ * Fields that we will pass through to Bullhorn's `JobSubmission` object.
490
+ */
491
+ job_submission?: {
492
+ [k: string]: any;
493
+ } | undefined;
494
+ };
495
+ /**
496
+ * Fields specific to SmartRecruiters.
497
+ */
498
+ export type PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters = {
499
+ /**
500
+ * **(⚠️ Deprecated - Use the `candidate` field instead.)** Fields that we will pass through to the SmartRecruiters's `Candidate` object when created with screening question answers. This API is used: https://developers.smartrecruiters.com/reference/createcandidate-1
501
+ *
502
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
503
+ */
504
+ candidate_with_questions?: {
505
+ [k: string]: any;
506
+ } | undefined;
507
+ /**
508
+ * **(⚠️ Deprecated - Use the `candidate` field instead.)** Fields that we will pass through to the SmartRecruiters's `Candidate` object when created with screening question answers. This API is used: https://developers.smartrecruiters.com/reference/candidatesaddtojob-1
509
+ *
510
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
511
+ */
512
+ candidate_without_questions?: {
513
+ [k: string]: any;
514
+ } | undefined;
515
+ /**
516
+ * Fields that we will pass through to the SmartRecruiters's `Candidate` object. This API is used: https://developers.smartrecruiters.com/reference/createcandidate-1
517
+ */
518
+ candidate?: {
519
+ [k: string]: any;
520
+ } | undefined;
521
+ };
522
+ /**
523
+ * Fields specific to Talentadore.
524
+ */
525
+ export type PostAtsJobsJobIdApplicationsRequestBodyTalentadore = {
526
+ /**
527
+ * Fields that we will pass through to the Talentadore's when creating applications.
528
+ */
529
+ applications?: {
530
+ [k: string]: any;
531
+ } | undefined;
532
+ };
533
+ /**
534
+ * Fields specific to GuideCom.
535
+ */
536
+ export type PostAtsJobsJobIdApplicationsRequestBodyGuidecom = {
537
+ /**
538
+ * Fields that we will pass through to GuideCom's `Candidate` object.
539
+ */
540
+ candidate?: {
541
+ [k: string]: any;
542
+ } | undefined;
543
+ };
544
+ /**
545
+ * Fields specific to d.vinci.
546
+ */
547
+ export type PostAtsJobsJobIdApplicationsRequestBodyDvinci = {
548
+ /**
549
+ * Fields that we will pass through to d.vinci's application object. This API is used: https://static.dvinci-easy.com/files/d.vinci%20application-apply-api.html#jobs__id__applyApi_post
550
+ */
551
+ application?: {
552
+ [k: string]: any;
553
+ } | undefined;
554
+ };
555
+ /**
556
+ * Fields specific to GuideCom.
557
+ */
558
+ export type PostAtsJobsJobIdApplicationsRequestBodyHrworks = {
559
+ /**
560
+ * Fields that we will pass through to HRWorks's `Job Application` object. This API is used: https://developers.hrworks.de/docs/hrworks-api-v2/53021f035f62d-post-job-applications
561
+ */
562
+ job_application?: {
563
+ [k: string]: any;
564
+ } | undefined;
565
+ };
566
+ /**
567
+ * Fields that we will pass through to Jobylon's create application [endpoint](https://developer.jobylon.com/push-api-and-webhooks#-xL0v)'s request body.
568
+ */
569
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication = {
570
+ /**
571
+ * The `message` field of Jobylon's create application endpoint's request body.
572
+ */
573
+ message?: string | undefined;
574
+ };
575
+ /**
576
+ * Fields specific to Jobylon.
577
+ */
578
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobylon = {
579
+ /**
580
+ * Fields that we will pass through to Jobylon's create application [endpoint](https://developer.jobylon.com/push-api-and-webhooks#-xL0v)'s request body.
581
+ */
582
+ application?: PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication | undefined;
583
+ };
584
+ export type PostAtsJobsJobIdApplicationsRequestBodyStep = {
585
+ /**
586
+ * The ID of the workflow step to assign to the candidate.
587
+ */
588
+ id: number;
589
+ };
590
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkflow = {
591
+ step?: PostAtsJobsJobIdApplicationsRequestBodyStep | undefined;
592
+ };
593
+ /**
594
+ * Fields specific to Avature.
595
+ */
596
+ export type PostAtsJobsJobIdApplicationsRequestBodyAvature = {
597
+ workflow?: PostAtsJobsJobIdApplicationsRequestBodyWorkflow | undefined;
598
+ };
599
+ export type PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate = {
600
+ /**
601
+ * The cover letter text as a string. This will be visible on the main candidate page. Can be provided together with the `cover_letter` attachment, which will end up in a separate `file` section.
602
+ */
603
+ cover_letter_text?: string | undefined;
604
+ };
605
+ /**
606
+ * Fields specific to Recruitee.
607
+ */
608
+ export type PostAtsJobsJobIdApplicationsRequestBodyRecruitee = {
609
+ candidate?: PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate | undefined;
610
+ };
611
+ /**
612
+ * Fields specific to Abacus Umantis.
613
+ */
614
+ export type PostAtsJobsJobIdApplicationsRequestBodyUmantis = {
615
+ /**
616
+ * Fields that we will pass through to Abacus Umantis's "Create a person" endpoint's `attributes` when creating a candidate.
617
+ */
618
+ person?: {
619
+ [k: string]: any;
620
+ } | undefined;
621
+ };
622
+ /**
623
+ * Additional fields that we will pass through to specific ATS systems.
624
+ */
625
+ export type PostAtsJobsJobIdApplicationsRequestBodyRemoteFields = {
626
+ /**
627
+ * Fields specific to SAP SuccessFactors.
628
+ */
629
+ successfactors?: PostAtsJobsJobIdApplicationsRequestBodySuccessfactors | undefined;
630
+ /**
631
+ * Fields specific to Personio.
632
+ */
633
+ personio?: PostAtsJobsJobIdApplicationsRequestBodyPersonio | undefined;
634
+ /**
635
+ * Fields specific to TalentSoft.
636
+ */
637
+ talentsoft?: PostAtsJobsJobIdApplicationsRequestBodyTalentsoft | undefined;
638
+ teamtailor?: PostAtsJobsJobIdApplicationsRequestBodyTeamtailor | undefined;
639
+ /**
640
+ * Fields specific to Greenhouse.
641
+ */
642
+ greenhouse?: PostAtsJobsJobIdApplicationsRequestBodyGreenhouse | undefined;
643
+ /**
644
+ * Fields specific to Lever.
645
+ */
646
+ lever?: PostAtsJobsJobIdApplicationsRequestBodyLever | undefined;
647
+ /**
648
+ * Workable specific remote fields for ATS actions.
649
+ */
650
+ workable?: PostAtsJobsJobIdApplicationsRequestBodyWorkable | undefined;
651
+ /**
652
+ * Fields specific to Workday. The remote fields schema follows the documentation at https://community.workday.com/sites/default/files/file-hosting/productionapi/Recruiting/v43.0/Put_Candidate.html. Only defined fields are supported, if you need additional field support please reach out to Kombo support.
653
+ */
654
+ workday?: PostAtsJobsJobIdApplicationsRequestBodyWorkday | undefined;
655
+ /**
656
+ * Fields specific to Zoho Recruit.
657
+ */
658
+ zohorecruit?: PostAtsJobsJobIdApplicationsRequestBodyZohorecruit | undefined;
659
+ /**
660
+ * Fields specific to Bullhorn.
661
+ */
662
+ bullhorn?: PostAtsJobsJobIdApplicationsRequestBodyBullhorn | undefined;
663
+ /**
664
+ * Fields specific to SmartRecruiters.
665
+ */
666
+ smartrecruiters?: PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters | undefined;
667
+ /**
668
+ * Fields specific to Talentadore.
669
+ */
670
+ talentadore?: PostAtsJobsJobIdApplicationsRequestBodyTalentadore | undefined;
671
+ /**
672
+ * Fields specific to GuideCom.
673
+ */
674
+ guidecom?: PostAtsJobsJobIdApplicationsRequestBodyGuidecom | undefined;
675
+ /**
676
+ * Fields specific to d.vinci.
677
+ */
678
+ dvinci?: PostAtsJobsJobIdApplicationsRequestBodyDvinci | undefined;
679
+ /**
680
+ * Fields specific to GuideCom.
681
+ */
682
+ hrworks?: PostAtsJobsJobIdApplicationsRequestBodyHrworks | undefined;
683
+ /**
684
+ * Fields specific to Jobylon.
685
+ */
686
+ jobylon?: PostAtsJobsJobIdApplicationsRequestBodyJobylon | undefined;
687
+ /**
688
+ * Fields specific to Avature.
689
+ */
690
+ avature?: PostAtsJobsJobIdApplicationsRequestBodyAvature | undefined;
691
+ /**
692
+ * Fields specific to Recruitee.
693
+ */
694
+ recruitee?: PostAtsJobsJobIdApplicationsRequestBodyRecruitee | undefined;
695
+ /**
696
+ * Fields specific to Abacus Umantis.
697
+ */
698
+ umantis?: PostAtsJobsJobIdApplicationsRequestBodyUmantis | undefined;
699
+ };
700
+ /**
701
+ * Answer to a `FILE` question.
702
+ */
703
+ export type PostAtsJobsJobIdApplicationsRequestBodyAnswer = {
704
+ /**
705
+ * File name of the file you want to upload. We recommend providing something human-readable with a valid file extension (like `Resume.pdf`), as this might be shown in your customer's system.
706
+ */
707
+ name: string;
708
+ /**
709
+ * Content/MIME type of the file (e.g., `application/pdf`).
710
+ *
711
+ * @remarks
712
+ *
713
+ * If you provide `data`, this is required. If you provide `data_url`, this is optional and we'll attempt to use the `Content-Type` header of the response.
714
+ *
715
+ * **Note:** Please validate that the content type you provide is actually meaningful (and not something generic like [`application/octet-stream`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types#applicationoctet-stream)). Especially when using object storage (like AWS S3), it's easy to accidentally discard the content types of user-provided files, so make sure to explicitly persist them when processing uploads from your users (see guides for [AWS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#SysMetadata), [Google Cloud](https://cloud.google.com/storage/docs/metadata#content-type), and [Azure](https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob#request-headers-all-blob-types)).
716
+ */
717
+ content_type?: string | undefined;
718
+ /**
719
+ * URL to the file you want to upload that can be accessed without authentication headers. We will download the content immediately when receiving the request, so the URL can be short-lived.
720
+ *
721
+ * @remarks
722
+ *
723
+ * If you're using an object storage provider (like AWS S3), we strongly recommend providing a signed URL for secure access (see guides for [AWS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html), [Google Cloud](https://cloud.google.com/storage/docs/access-control/signed-urls), and [Azure](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview)).
724
+ *
725
+ * **Note:** You must provide either this or `data_url`. We recommend `data_url` over `data` for most cases.
726
+ */
727
+ data_url?: string | undefined;
728
+ /**
729
+ * Base64-encoded contents of the file you want to upload.
730
+ *
731
+ * @remarks
732
+ *
733
+ * **Note:** You must provide either this or `data_url`. We recommend `data_url` over `data` for most cases.
734
+ */
735
+ data?: string | undefined;
736
+ };
737
+ /**
738
+ * Answer to a question. This will be validated based on the question format and throw an error if the answer is invalid. Here is a description of each question type and the required answer format:
739
+ *
740
+ * @remarks
741
+ *
742
+ * `TEXT` - Simply provide a "string" answer.
743
+ *
744
+ * `SINGLE_SELECT` - Provide the ID of the answer as a string.
745
+ *
746
+ * `MULTI_SELECT` - Provide a string array containing the question IDs of the selected options.
747
+ *
748
+ * `BOOLEAN` - Either `true` or `false`.
749
+ *
750
+ * `NUMBER` - A number.
751
+ *
752
+ * `DATE` - Provide the answer as an ISO 8601 date string.
753
+ *
754
+ * `FILE` - Please select Option 6 in the dropdown above to see the required format.
755
+ */
756
+ export type PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion = PostAtsJobsJobIdApplicationsRequestBodyAnswer | string | boolean | number | Array<string> | Date;
757
+ export type PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer = {
758
+ /**
759
+ * ID of the question returned by the Kombo API. We'll report a warning in the logs if the question can't be found on the job.
760
+ */
761
+ question_id: string;
762
+ /**
763
+ * Answer to a question. This will be validated based on the question format and throw an error if the answer is invalid. Here is a description of each question type and the required answer format:
764
+ *
765
+ * @remarks
766
+ *
767
+ * `TEXT` - Simply provide a "string" answer.
768
+ *
769
+ * `SINGLE_SELECT` - Provide the ID of the answer as a string.
770
+ *
771
+ * `MULTI_SELECT` - Provide a string array containing the question IDs of the selected options.
772
+ *
773
+ * `BOOLEAN` - Either `true` or `false`.
774
+ *
775
+ * `NUMBER` - A number.
776
+ *
777
+ * `DATE` - Provide the answer as an ISO 8601 date string.
778
+ *
779
+ * `FILE` - Please select Option 6 in the dropdown above to see the required format.
780
+ */
781
+ answer: PostAtsJobsJobIdApplicationsRequestBodyAnswer | string | boolean | number | Array<string> | Date;
782
+ };
783
+ export type PostAtsJobsJobIdApplicationsRequestBody = {
784
+ /**
785
+ * Stage this candidate should be in. If left out, the default stage for this job will be used. You can obtain the possible `stage_id`s from the `get-jobs` endpoint.
786
+ */
787
+ stage_id?: string | undefined;
788
+ candidate: PostAtsJobsJobIdApplicationsRequestBodyCandidate;
789
+ /**
790
+ * Array of the attachments you would like to upload. The first CV in the attachments will be treated as the resume of the candidate when the tool allows previewing a resume.
791
+ */
792
+ attachments?: Array<PostAtsJobsJobIdApplicationsRequestBodyAttachment> | undefined;
793
+ /**
794
+ * **(⚠️ Deprecated - Use [automatic source writing](/ats/features/application-attribution#automatic-attribution) instead)** Optional source information that will be attached to the candidate. If
795
+ *
796
+ * @remarks
797
+ * you're a job board or recruiting service, you can use this to make sure your
798
+ * customers can see which candidates came from you.
799
+ *
800
+ * This is deprecated because writing sources requires users to do some setup in most ATSs.
801
+ *
802
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
803
+ */
804
+ source?: PostAtsJobsJobIdApplicationsRequestBodySource | undefined;
805
+ /**
806
+ * Credit the recruiter or team member who sourced this candidate.
807
+ *
808
+ * @remarks
809
+ *
810
+ * While the `source` field tracks the channel/platform (e.g., "Awesome Jobboard"), the `sourced_by` field tracks the individual person responsible for finding the candidate.
811
+ */
812
+ sourced_by?: PostAtsJobsJobIdApplicationsRequestBodySourcedBy | undefined;
813
+ /**
814
+ * Optional GDPR consent information required in some jurisdictions (like the Czech Republic or Slovakia).
815
+ */
816
+ gdpr_consent?: PostAtsJobsJobIdApplicationsRequestBodyGdprConsent | undefined;
817
+ /**
818
+ * Additional fields that we will pass through to specific ATS systems.
819
+ */
820
+ remote_fields?: PostAtsJobsJobIdApplicationsRequestBodyRemoteFields | undefined;
821
+ /**
822
+ * Array of answers to screening questions. Currently, not all question types are supported, and unsupported ones will not be submitted.
823
+ *
824
+ * @remarks
825
+ *
826
+ * The available questions for a job can be retrieved from the get jobs endpoint. The answers will be validated based on the format of the questions. Make sure to follow this schema to avoid errors.
827
+ */
828
+ screening_question_answers?: Array<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer> | undefined;
829
+ };
830
+ /** @internal */
831
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType>;
832
+ /** @internal */
833
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$outboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType>;
834
+ /**
835
+ * @internal
836
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
837
+ */
838
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$ {
839
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema` instead. */
840
+ const inboundSchema: z.ZodNativeEnum<{
841
+ readonly Personal: "PERSONAL";
842
+ readonly Work: "WORK";
843
+ readonly Other: "OTHER";
844
+ }>;
845
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$outboundSchema` instead. */
846
+ const outboundSchema: z.ZodNativeEnum<{
847
+ readonly Personal: "PERSONAL";
848
+ readonly Work: "WORK";
849
+ readonly Other: "OTHER";
850
+ }>;
851
+ }
852
+ /** @internal */
853
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress, z.ZodTypeDef, unknown>;
854
+ /** @internal */
855
+ export type PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$Outbound = {
856
+ type: string;
857
+ email_address: string;
858
+ };
859
+ /** @internal */
860
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress>;
861
+ /**
862
+ * @internal
863
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
864
+ */
865
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$ {
866
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema` instead. */
867
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress, z.ZodTypeDef, unknown>;
868
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema` instead. */
869
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress>;
870
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$Outbound` instead. */
871
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$Outbound;
872
+ }
873
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressToJSON(postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress: PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress): string;
874
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress, SDKValidationError>;
875
+ /** @internal */
876
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType>;
877
+ /** @internal */
878
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$outboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType>;
879
+ /**
880
+ * @internal
881
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
882
+ */
883
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$ {
884
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema` instead. */
885
+ const inboundSchema: z.ZodNativeEnum<{
886
+ readonly Personal: "PERSONAL";
887
+ readonly Work: "WORK";
888
+ readonly Other: "OTHER";
889
+ }>;
890
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$outboundSchema` instead. */
891
+ const outboundSchema: z.ZodNativeEnum<{
892
+ readonly Personal: "PERSONAL";
893
+ readonly Work: "WORK";
894
+ readonly Other: "OTHER";
895
+ }>;
896
+ }
897
+ /** @internal */
898
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber, z.ZodTypeDef, unknown>;
899
+ /** @internal */
900
+ export type PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$Outbound = {
901
+ type: string;
902
+ phone_number: string;
903
+ };
904
+ /** @internal */
905
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber>;
906
+ /**
907
+ * @internal
908
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
909
+ */
910
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$ {
911
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema` instead. */
912
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber, z.ZodTypeDef, unknown>;
913
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema` instead. */
914
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber>;
915
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$Outbound` instead. */
916
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$Outbound;
917
+ }
918
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberToJSON(postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber: PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber): string;
919
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber, SDKValidationError>;
920
+ /** @internal */
921
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocation, z.ZodTypeDef, unknown>;
922
+ /** @internal */
923
+ export type PostAtsJobsJobIdApplicationsRequestBodyLocation$Outbound = {
924
+ city?: string | undefined;
925
+ country: string;
926
+ state?: string | undefined;
927
+ zip_code?: string | undefined;
928
+ };
929
+ /** @internal */
930
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocation$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLocation>;
931
+ /**
932
+ * @internal
933
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
934
+ */
935
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLocation$ {
936
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema` instead. */
937
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocation, z.ZodTypeDef, unknown>;
938
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema` instead. */
939
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocation$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLocation>;
940
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocation$Outbound` instead. */
941
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLocation$Outbound;
942
+ }
943
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLocationToJSON(postAtsJobsJobIdApplicationsRequestBodyLocation: PostAtsJobsJobIdApplicationsRequestBodyLocation): string;
944
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLocationFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLocation, SDKValidationError>;
945
+ /** @internal */
946
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyGender>;
947
+ /** @internal */
948
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGender$outboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyGender>;
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 declare namespace PostAtsJobsJobIdApplicationsRequestBodyGender$ {
954
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema` instead. */
955
+ const inboundSchema: z.ZodNativeEnum<{
956
+ readonly Male: "MALE";
957
+ readonly Female: "FEMALE";
958
+ readonly Other: "OTHER";
959
+ }>;
960
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGender$outboundSchema` instead. */
961
+ const outboundSchema: z.ZodNativeEnum<{
962
+ readonly Male: "MALE";
963
+ readonly Female: "FEMALE";
964
+ readonly Other: "OTHER";
965
+ }>;
966
+ }
967
+ /** @internal */
968
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyPeriod>;
969
+ /** @internal */
970
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPeriod$outboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyPeriod>;
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 declare namespace PostAtsJobsJobIdApplicationsRequestBodyPeriod$ {
976
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema` instead. */
977
+ const inboundSchema: z.ZodNativeEnum<{
978
+ readonly Month: "MONTH";
979
+ readonly Year: "YEAR";
980
+ }>;
981
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPeriod$outboundSchema` instead. */
982
+ const outboundSchema: z.ZodNativeEnum<{
983
+ readonly Month: "MONTH";
984
+ readonly Year: "YEAR";
985
+ }>;
986
+ }
987
+ /** @internal */
988
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations, z.ZodTypeDef, unknown>;
989
+ /** @internal */
990
+ export type PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$Outbound = {
991
+ period: string;
992
+ amount: number;
993
+ };
994
+ /** @internal */
995
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations>;
996
+ /**
997
+ * @internal
998
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
999
+ */
1000
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$ {
1001
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema` instead. */
1002
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations, z.ZodTypeDef, unknown>;
1003
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema` instead. */
1004
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations>;
1005
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$Outbound` instead. */
1006
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$Outbound;
1007
+ }
1008
+ export declare function postAtsJobsJobIdApplicationsRequestBodySalaryExpectationsToJSON(postAtsJobsJobIdApplicationsRequestBodySalaryExpectations: PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations): string;
1009
+ export declare function postAtsJobsJobIdApplicationsRequestBodySalaryExpectationsFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations, SDKValidationError>;
1010
+ /** @internal */
1011
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialLink, z.ZodTypeDef, unknown>;
1012
+ /** @internal */
1013
+ export type PostAtsJobsJobIdApplicationsRequestBodySocialLink$Outbound = {
1014
+ url: string;
1015
+ };
1016
+ /** @internal */
1017
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialLink$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySocialLink>;
1018
+ /**
1019
+ * @internal
1020
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1021
+ */
1022
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySocialLink$ {
1023
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema` instead. */
1024
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialLink, z.ZodTypeDef, unknown>;
1025
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema` instead. */
1026
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialLink$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySocialLink>;
1027
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialLink$Outbound` instead. */
1028
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySocialLink$Outbound;
1029
+ }
1030
+ export declare function postAtsJobsJobIdApplicationsRequestBodySocialLinkToJSON(postAtsJobsJobIdApplicationsRequestBodySocialLink: PostAtsJobsJobIdApplicationsRequestBodySocialLink): string;
1031
+ export declare function postAtsJobsJobIdApplicationsRequestBodySocialLinkFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySocialLink, SDKValidationError>;
1032
+ /** @internal */
1033
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidate, z.ZodTypeDef, unknown>;
1034
+ /** @internal */
1035
+ export type PostAtsJobsJobIdApplicationsRequestBodyCandidate$Outbound = {
1036
+ first_name: string;
1037
+ last_name: string;
1038
+ email_address: string;
1039
+ additional_email_addresses?: Array<PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$Outbound> | undefined;
1040
+ company?: string | undefined;
1041
+ title?: string | undefined;
1042
+ phone_number?: string | undefined;
1043
+ additional_phone_numbers?: Array<PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$Outbound> | undefined;
1044
+ location?: PostAtsJobsJobIdApplicationsRequestBodyLocation$Outbound | undefined;
1045
+ gender?: string | undefined;
1046
+ availability_date?: string | undefined;
1047
+ salary_expectations?: PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$Outbound | undefined;
1048
+ social_links?: Array<PostAtsJobsJobIdApplicationsRequestBodySocialLink$Outbound> | undefined;
1049
+ };
1050
+ /** @internal */
1051
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCandidate>;
1052
+ /**
1053
+ * @internal
1054
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1055
+ */
1056
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyCandidate$ {
1057
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema` instead. */
1058
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidate, z.ZodTypeDef, unknown>;
1059
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema` instead. */
1060
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCandidate>;
1061
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidate$Outbound` instead. */
1062
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyCandidate$Outbound;
1063
+ }
1064
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCandidateToJSON(postAtsJobsJobIdApplicationsRequestBodyCandidate: PostAtsJobsJobIdApplicationsRequestBodyCandidate): string;
1065
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCandidateFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyCandidate, SDKValidationError>;
1066
+ /** @internal */
1067
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAttachmentType>;
1068
+ /** @internal */
1069
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$outboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsRequestBodyAttachmentType>;
1070
+ /**
1071
+ * @internal
1072
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1073
+ */
1074
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$ {
1075
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema` instead. */
1076
+ const inboundSchema: z.ZodNativeEnum<{
1077
+ readonly Cv: "CV";
1078
+ readonly CoverLetter: "COVER_LETTER";
1079
+ readonly Other: "OTHER";
1080
+ }>;
1081
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$outboundSchema` instead. */
1082
+ const outboundSchema: z.ZodNativeEnum<{
1083
+ readonly Cv: "CV";
1084
+ readonly CoverLetter: "COVER_LETTER";
1085
+ readonly Other: "OTHER";
1086
+ }>;
1087
+ }
1088
+ /** @internal */
1089
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAttachment, z.ZodTypeDef, unknown>;
1090
+ /** @internal */
1091
+ export type PostAtsJobsJobIdApplicationsRequestBodyAttachment$Outbound = {
1092
+ name: string;
1093
+ content_type?: string | undefined;
1094
+ data_url?: string | undefined;
1095
+ data?: string | undefined;
1096
+ type: string;
1097
+ };
1098
+ /** @internal */
1099
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAttachment$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAttachment>;
1100
+ /**
1101
+ * @internal
1102
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1103
+ */
1104
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAttachment$ {
1105
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema` instead. */
1106
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAttachment, z.ZodTypeDef, unknown>;
1107
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema` instead. */
1108
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAttachment$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAttachment>;
1109
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachment$Outbound` instead. */
1110
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyAttachment$Outbound;
1111
+ }
1112
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAttachmentToJSON(postAtsJobsJobIdApplicationsRequestBodyAttachment: PostAtsJobsJobIdApplicationsRequestBodyAttachment): string;
1113
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAttachmentFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyAttachment, SDKValidationError>;
1114
+ /** @internal */
1115
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySource, z.ZodTypeDef, unknown>;
1116
+ /** @internal */
1117
+ export type PostAtsJobsJobIdApplicationsRequestBodySource$Outbound = {
1118
+ name?: string | undefined;
1119
+ unified_key?: string | undefined;
1120
+ id?: string | undefined;
1121
+ };
1122
+ /** @internal */
1123
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySource$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySource>;
1124
+ /**
1125
+ * @internal
1126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1127
+ */
1128
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySource$ {
1129
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema` instead. */
1130
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySource, z.ZodTypeDef, unknown>;
1131
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema` instead. */
1132
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySource$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySource>;
1133
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySource$Outbound` instead. */
1134
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySource$Outbound;
1135
+ }
1136
+ export declare function postAtsJobsJobIdApplicationsRequestBodySourceToJSON(postAtsJobsJobIdApplicationsRequestBodySource: PostAtsJobsJobIdApplicationsRequestBodySource): string;
1137
+ export declare function postAtsJobsJobIdApplicationsRequestBodySourceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySource, SDKValidationError>;
1138
+ /** @internal */
1139
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySourcedBy, z.ZodTypeDef, unknown>;
1140
+ /** @internal */
1141
+ export type PostAtsJobsJobIdApplicationsRequestBodySourcedBy$Outbound = {
1142
+ user_id: string;
1143
+ };
1144
+ /** @internal */
1145
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySourcedBy$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySourcedBy>;
1146
+ /**
1147
+ * @internal
1148
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1149
+ */
1150
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySourcedBy$ {
1151
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema` instead. */
1152
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySourcedBy, z.ZodTypeDef, unknown>;
1153
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema` instead. */
1154
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySourcedBy$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySourcedBy>;
1155
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySourcedBy$Outbound` instead. */
1156
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySourcedBy$Outbound;
1157
+ }
1158
+ export declare function postAtsJobsJobIdApplicationsRequestBodySourcedByToJSON(postAtsJobsJobIdApplicationsRequestBodySourcedBy: PostAtsJobsJobIdApplicationsRequestBodySourcedBy): string;
1159
+ export declare function postAtsJobsJobIdApplicationsRequestBodySourcedByFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySourcedBy, SDKValidationError>;
1160
+ /** @internal */
1161
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGdprConsent, z.ZodTypeDef, unknown>;
1162
+ /** @internal */
1163
+ export type PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$Outbound = {
1164
+ expires_at?: string | undefined;
1165
+ given?: boolean | undefined;
1166
+ };
1167
+ /** @internal */
1168
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGdprConsent>;
1169
+ /**
1170
+ * @internal
1171
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1172
+ */
1173
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$ {
1174
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema` instead. */
1175
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGdprConsent, z.ZodTypeDef, unknown>;
1176
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema` instead. */
1177
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGdprConsent>;
1178
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$Outbound` instead. */
1179
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$Outbound;
1180
+ }
1181
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGdprConsentToJSON(postAtsJobsJobIdApplicationsRequestBodyGdprConsent: PostAtsJobsJobIdApplicationsRequestBodyGdprConsent): string;
1182
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGdprConsentFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyGdprConsent, SDKValidationError>;
1183
+ /** @internal */
1184
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySuccessfactors, z.ZodTypeDef, unknown>;
1185
+ /** @internal */
1186
+ export type PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$Outbound = {
1187
+ Candidate?: {
1188
+ [k: string]: any;
1189
+ } | undefined;
1190
+ JobApplication?: {
1191
+ [k: string]: any;
1192
+ } | undefined;
1193
+ copyJobApplicationAttachments?: boolean | undefined;
1194
+ update_existing_candidate?: boolean | null | undefined;
1195
+ };
1196
+ /** @internal */
1197
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySuccessfactors>;
1198
+ /**
1199
+ * @internal
1200
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1201
+ */
1202
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$ {
1203
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema` instead. */
1204
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySuccessfactors, z.ZodTypeDef, unknown>;
1205
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema` instead. */
1206
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySuccessfactors>;
1207
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$Outbound` instead. */
1208
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$Outbound;
1209
+ }
1210
+ export declare function postAtsJobsJobIdApplicationsRequestBodySuccessfactorsToJSON(postAtsJobsJobIdApplicationsRequestBodySuccessfactors: PostAtsJobsJobIdApplicationsRequestBodySuccessfactors): string;
1211
+ export declare function postAtsJobsJobIdApplicationsRequestBodySuccessfactorsFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySuccessfactors, SDKValidationError>;
1212
+ /** @internal */
1213
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPersonio, z.ZodTypeDef, unknown>;
1214
+ /** @internal */
1215
+ export type PostAtsJobsJobIdApplicationsRequestBodyPersonio$Outbound = {
1216
+ application?: {
1217
+ [k: string]: any;
1218
+ } | undefined;
1219
+ };
1220
+ /** @internal */
1221
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPersonio$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyPersonio>;
1222
+ /**
1223
+ * @internal
1224
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1225
+ */
1226
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyPersonio$ {
1227
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema` instead. */
1228
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPersonio, z.ZodTypeDef, unknown>;
1229
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema` instead. */
1230
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPersonio$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyPersonio>;
1231
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPersonio$Outbound` instead. */
1232
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyPersonio$Outbound;
1233
+ }
1234
+ export declare function postAtsJobsJobIdApplicationsRequestBodyPersonioToJSON(postAtsJobsJobIdApplicationsRequestBodyPersonio: PostAtsJobsJobIdApplicationsRequestBodyPersonio): string;
1235
+ export declare function postAtsJobsJobIdApplicationsRequestBodyPersonioFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyPersonio, SDKValidationError>;
1236
+ /** @internal */
1237
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentsoft, z.ZodTypeDef, unknown>;
1238
+ /** @internal */
1239
+ export type PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$Outbound = {
1240
+ applicant?: {
1241
+ [k: string]: any;
1242
+ } | undefined;
1243
+ application?: {
1244
+ [k: string]: any;
1245
+ } | undefined;
1246
+ };
1247
+ /** @internal */
1248
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTalentsoft>;
1249
+ /**
1250
+ * @internal
1251
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1252
+ */
1253
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$ {
1254
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema` instead. */
1255
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentsoft, z.ZodTypeDef, unknown>;
1256
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema` instead. */
1257
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTalentsoft>;
1258
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$Outbound` instead. */
1259
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$Outbound;
1260
+ }
1261
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTalentsoftToJSON(postAtsJobsJobIdApplicationsRequestBodyTalentsoft: PostAtsJobsJobIdApplicationsRequestBodyTalentsoft): string;
1262
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTalentsoftFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyTalentsoft, SDKValidationError>;
1263
+ /** @internal */
1264
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication, z.ZodTypeDef, unknown>;
1265
+ /** @internal */
1266
+ export type PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$Outbound = {
1267
+ attributes?: {
1268
+ [k: string]: any;
1269
+ } | undefined;
1270
+ };
1271
+ /** @internal */
1272
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication>;
1273
+ /**
1274
+ * @internal
1275
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1276
+ */
1277
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$ {
1278
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema` instead. */
1279
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication, z.ZodTypeDef, unknown>;
1280
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema` instead. */
1281
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication>;
1282
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$Outbound` instead. */
1283
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$Outbound;
1284
+ }
1285
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplicationToJSON(postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication: PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication): string;
1286
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplicationFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication, SDKValidationError>;
1287
+ /** @internal */
1288
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailor, z.ZodTypeDef, unknown>;
1289
+ /** @internal */
1290
+ export type PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$Outbound = {
1291
+ candidate?: {
1292
+ [k: string]: any;
1293
+ } | undefined;
1294
+ application?: PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$Outbound | undefined;
1295
+ };
1296
+ /** @internal */
1297
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTeamtailor>;
1298
+ /**
1299
+ * @internal
1300
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1301
+ */
1302
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$ {
1303
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema` instead. */
1304
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailor, z.ZodTypeDef, unknown>;
1305
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema` instead. */
1306
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTeamtailor>;
1307
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$Outbound` instead. */
1308
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$Outbound;
1309
+ }
1310
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTeamtailorToJSON(postAtsJobsJobIdApplicationsRequestBodyTeamtailor: PostAtsJobsJobIdApplicationsRequestBodyTeamtailor): string;
1311
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTeamtailorFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyTeamtailor, SDKValidationError>;
1312
+ /** @internal */
1313
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPostHeaders, z.ZodTypeDef, unknown>;
1314
+ /** @internal */
1315
+ export type PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$Outbound = {
1316
+ "On-Behalf-Of"?: string | null | undefined;
1317
+ };
1318
+ /** @internal */
1319
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyPostHeaders>;
1320
+ /**
1321
+ * @internal
1322
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1323
+ */
1324
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$ {
1325
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema` instead. */
1326
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPostHeaders, z.ZodTypeDef, unknown>;
1327
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema` instead. */
1328
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyPostHeaders>;
1329
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$Outbound` instead. */
1330
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$Outbound;
1331
+ }
1332
+ export declare function postAtsJobsJobIdApplicationsRequestBodyPostHeadersToJSON(postAtsJobsJobIdApplicationsRequestBodyPostHeaders: PostAtsJobsJobIdApplicationsRequestBodyPostHeaders): string;
1333
+ export declare function postAtsJobsJobIdApplicationsRequestBodyPostHeadersFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyPostHeaders, SDKValidationError>;
1334
+ /** @internal */
1335
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGreenhouse, z.ZodTypeDef, unknown>;
1336
+ /** @internal */
1337
+ export type PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$Outbound = {
1338
+ post_headers?: PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$Outbound | undefined;
1339
+ };
1340
+ /** @internal */
1341
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGreenhouse>;
1342
+ /**
1343
+ * @internal
1344
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1345
+ */
1346
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$ {
1347
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema` instead. */
1348
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGreenhouse, z.ZodTypeDef, unknown>;
1349
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema` instead. */
1350
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGreenhouse>;
1351
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$Outbound` instead. */
1352
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$Outbound;
1353
+ }
1354
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGreenhouseToJSON(postAtsJobsJobIdApplicationsRequestBodyGreenhouse: PostAtsJobsJobIdApplicationsRequestBodyGreenhouse): string;
1355
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGreenhouseFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyGreenhouse, SDKValidationError>;
1356
+ /** @internal */
1357
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLever, z.ZodTypeDef, unknown>;
1358
+ /** @internal */
1359
+ export type PostAtsJobsJobIdApplicationsRequestBodyLever$Outbound = {
1360
+ candidate?: {
1361
+ [k: string]: any;
1362
+ } | undefined;
1363
+ };
1364
+ /** @internal */
1365
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLever$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLever>;
1366
+ /**
1367
+ * @internal
1368
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1369
+ */
1370
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLever$ {
1371
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema` instead. */
1372
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLever, z.ZodTypeDef, unknown>;
1373
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema` instead. */
1374
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLever$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLever>;
1375
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLever$Outbound` instead. */
1376
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLever$Outbound;
1377
+ }
1378
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLeverToJSON(postAtsJobsJobIdApplicationsRequestBodyLever: PostAtsJobsJobIdApplicationsRequestBodyLever): string;
1379
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLeverFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLever, SDKValidationError>;
1380
+ /** @internal */
1381
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkable, z.ZodTypeDef, unknown>;
1382
+ /** @internal */
1383
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkable$Outbound = {
1384
+ on_behalf_of_user_remote_id?: string | undefined;
1385
+ };
1386
+ /** @internal */
1387
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkable$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkable>;
1388
+ /**
1389
+ * @internal
1390
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1391
+ */
1392
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyWorkable$ {
1393
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema` instead. */
1394
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkable, z.ZodTypeDef, unknown>;
1395
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema` instead. */
1396
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkable$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkable>;
1397
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkable$Outbound` instead. */
1398
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyWorkable$Outbound;
1399
+ }
1400
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkableToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkable: PostAtsJobsJobIdApplicationsRequestBodyWorkable): string;
1401
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkableFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyWorkable, SDKValidationError>;
1402
+ /** @internal */
1403
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference, z.ZodTypeDef, unknown>;
1404
+ /** @internal */
1405
+ export type PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$Outbound = {
1406
+ Predefined_Name_Component_ID: string;
1407
+ };
1408
+ /** @internal */
1409
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference>;
1410
+ /**
1411
+ * @internal
1412
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1413
+ */
1414
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$ {
1415
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema` instead. */
1416
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference, z.ZodTypeDef, unknown>;
1417
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema` instead. */
1418
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference>;
1419
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$Outbound` instead. */
1420
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$Outbound;
1421
+ }
1422
+ export declare function postAtsJobsJobIdApplicationsRequestBodySocialSuffixReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodySocialSuffixReference: PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference): string;
1423
+ export declare function postAtsJobsJobIdApplicationsRequestBodySocialSuffixReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference, SDKValidationError>;
1424
+ /** @internal */
1425
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyNameDetailData, z.ZodTypeDef, unknown>;
1426
+ /** @internal */
1427
+ export type PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$Outbound = {
1428
+ Middle_Name?: string | undefined;
1429
+ Social_Suffix_Reference?: PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$Outbound | undefined;
1430
+ };
1431
+ /** @internal */
1432
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyNameDetailData>;
1433
+ /**
1434
+ * @internal
1435
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1436
+ */
1437
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$ {
1438
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema` instead. */
1439
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyNameDetailData, z.ZodTypeDef, unknown>;
1440
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema` instead. */
1441
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyNameDetailData>;
1442
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$Outbound` instead. */
1443
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$Outbound;
1444
+ }
1445
+ export declare function postAtsJobsJobIdApplicationsRequestBodyNameDetailDataToJSON(postAtsJobsJobIdApplicationsRequestBodyNameDetailData: PostAtsJobsJobIdApplicationsRequestBodyNameDetailData): string;
1446
+ export declare function postAtsJobsJobIdApplicationsRequestBodyNameDetailDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyNameDetailData, SDKValidationError>;
1447
+ /** @internal */
1448
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageReference, z.ZodTypeDef, unknown>;
1449
+ /** @internal */
1450
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$Outbound = {
1451
+ WID: string;
1452
+ };
1453
+ /** @internal */
1454
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageReference>;
1455
+ /**
1456
+ * @internal
1457
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1458
+ */
1459
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$ {
1460
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema` instead. */
1461
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageReference, z.ZodTypeDef, unknown>;
1462
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema` instead. */
1463
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageReference>;
1464
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$Outbound` instead. */
1465
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$Outbound;
1466
+ }
1467
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageReference: PostAtsJobsJobIdApplicationsRequestBodyLanguageReference): string;
1468
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageReference, SDKValidationError>;
1469
+ /** @internal */
1470
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData, z.ZodTypeDef, unknown>;
1471
+ /** @internal */
1472
+ export type PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$Outbound = {
1473
+ Date_of_Birth?: string | undefined;
1474
+ };
1475
+ /** @internal */
1476
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData>;
1477
+ /**
1478
+ * @internal
1479
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1480
+ */
1481
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$ {
1482
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema` instead. */
1483
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData, z.ZodTypeDef, unknown>;
1484
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema` instead. */
1485
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData>;
1486
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$Outbound` instead. */
1487
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$Outbound;
1488
+ }
1489
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationDataToJSON(postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData: PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData): string;
1490
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData, SDKValidationError>;
1491
+ /** @internal */
1492
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData, z.ZodTypeDef, unknown>;
1493
+ /** @internal */
1494
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$Outbound = {
1495
+ Global_Personal_Information_Data?: PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$Outbound | undefined;
1496
+ };
1497
+ /** @internal */
1498
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData>;
1499
+ /**
1500
+ * @internal
1501
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1502
+ */
1503
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$ {
1504
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema` instead. */
1505
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData, z.ZodTypeDef, unknown>;
1506
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema` instead. */
1507
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData>;
1508
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$Outbound` instead. */
1509
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$Outbound;
1510
+ }
1511
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobAppliedToDataToJSON(postAtsJobsJobIdApplicationsRequestBodyJobAppliedToData: PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData): string;
1512
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobAppliedToDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData, SDKValidationError>;
1513
+ /** @internal */
1514
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference, z.ZodTypeDef, unknown>;
1515
+ /** @internal */
1516
+ export type PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$Outbound = {
1517
+ WID: string;
1518
+ };
1519
+ /** @internal */
1520
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference>;
1521
+ /**
1522
+ * @internal
1523
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1524
+ */
1525
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$ {
1526
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema` instead. */
1527
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference, z.ZodTypeDef, unknown>;
1528
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema` instead. */
1529
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference>;
1530
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$Outbound` instead. */
1531
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$Outbound;
1532
+ }
1533
+ export declare function postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference: PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference): string;
1534
+ export declare function postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference, SDKValidationError>;
1535
+ /** @internal */
1536
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDegreeReference, z.ZodTypeDef, unknown>;
1537
+ /** @internal */
1538
+ export type PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$Outbound = {
1539
+ WID: string;
1540
+ };
1541
+ /** @internal */
1542
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyDegreeReference>;
1543
+ /**
1544
+ * @internal
1545
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1546
+ */
1547
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$ {
1548
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema` instead. */
1549
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDegreeReference, z.ZodTypeDef, unknown>;
1550
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema` instead. */
1551
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyDegreeReference>;
1552
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$Outbound` instead. */
1553
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$Outbound;
1554
+ }
1555
+ export declare function postAtsJobsJobIdApplicationsRequestBodyDegreeReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyDegreeReference: PostAtsJobsJobIdApplicationsRequestBodyDegreeReference): string;
1556
+ export declare function postAtsJobsJobIdApplicationsRequestBodyDegreeReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyDegreeReference, SDKValidationError>;
1557
+ /** @internal */
1558
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum, z.ZodTypeDef, unknown>;
1559
+ /** @internal */
1560
+ export type PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$Outbound = {
1561
+ School_Name?: string | undefined;
1562
+ First_Year_Attended?: number | undefined;
1563
+ Last_Year_Attended?: number | undefined;
1564
+ Field_of_Study_Reference?: PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$Outbound | undefined;
1565
+ Degree_Reference?: PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$Outbound | undefined;
1566
+ Grade_Average?: string | undefined;
1567
+ };
1568
+ /** @internal */
1569
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyEducationDatum>;
1570
+ /**
1571
+ * @internal
1572
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1573
+ */
1574
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$ {
1575
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema` instead. */
1576
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum, z.ZodTypeDef, unknown>;
1577
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema` instead. */
1578
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyEducationDatum>;
1579
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$Outbound` instead. */
1580
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$Outbound;
1581
+ }
1582
+ export declare function postAtsJobsJobIdApplicationsRequestBodyEducationDatumToJSON(postAtsJobsJobIdApplicationsRequestBodyEducationDatum: PostAtsJobsJobIdApplicationsRequestBodyEducationDatum): string;
1583
+ export declare function postAtsJobsJobIdApplicationsRequestBodyEducationDatumFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum, SDKValidationError>;
1584
+ /** @internal */
1585
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySkillDatum, z.ZodTypeDef, unknown>;
1586
+ /** @internal */
1587
+ export type PostAtsJobsJobIdApplicationsRequestBodySkillDatum$Outbound = {
1588
+ Skill_Name?: string | undefined;
1589
+ };
1590
+ /** @internal */
1591
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySkillDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySkillDatum>;
1592
+ /**
1593
+ * @internal
1594
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1595
+ */
1596
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySkillDatum$ {
1597
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema` instead. */
1598
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySkillDatum, z.ZodTypeDef, unknown>;
1599
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema` instead. */
1600
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySkillDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySkillDatum>;
1601
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySkillDatum$Outbound` instead. */
1602
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySkillDatum$Outbound;
1603
+ }
1604
+ export declare function postAtsJobsJobIdApplicationsRequestBodySkillDatumToJSON(postAtsJobsJobIdApplicationsRequestBodySkillDatum: PostAtsJobsJobIdApplicationsRequestBodySkillDatum): string;
1605
+ export declare function postAtsJobsJobIdApplicationsRequestBodySkillDatumFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySkillDatum, SDKValidationError>;
1606
+ /** @internal */
1607
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference, z.ZodTypeDef, unknown>;
1608
+ /** @internal */
1609
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$Outbound = {
1610
+ WID?: string | undefined;
1611
+ };
1612
+ /** @internal */
1613
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference>;
1614
+ /**
1615
+ * @internal
1616
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1617
+ */
1618
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$ {
1619
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema` instead. */
1620
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference, z.ZodTypeDef, unknown>;
1621
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema` instead. */
1622
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference>;
1623
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$Outbound` instead. */
1624
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$Outbound;
1625
+ }
1626
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference: PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference): string;
1627
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference, SDKValidationError>;
1628
+ /** @internal */
1629
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference, z.ZodTypeDef, unknown>;
1630
+ /** @internal */
1631
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$Outbound = {
1632
+ WID: string;
1633
+ };
1634
+ /** @internal */
1635
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference>;
1636
+ /**
1637
+ * @internal
1638
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1639
+ */
1640
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$ {
1641
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema` instead. */
1642
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference, z.ZodTypeDef, unknown>;
1643
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema` instead. */
1644
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference>;
1645
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$Outbound` instead. */
1646
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$Outbound;
1647
+ }
1648
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference: PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference): string;
1649
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference, SDKValidationError>;
1650
+ /** @internal */
1651
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference, z.ZodTypeDef, unknown>;
1652
+ /** @internal */
1653
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$Outbound = {
1654
+ WID: string;
1655
+ };
1656
+ /** @internal */
1657
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference>;
1658
+ /**
1659
+ * @internal
1660
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1661
+ */
1662
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$ {
1663
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema` instead. */
1664
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference, z.ZodTypeDef, unknown>;
1665
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema` instead. */
1666
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference>;
1667
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$Outbound` instead. */
1668
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$Outbound;
1669
+ }
1670
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference): string;
1671
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference, SDKValidationError>;
1672
+ /** @internal */
1673
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData, z.ZodTypeDef, unknown>;
1674
+ /** @internal */
1675
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$Outbound = {
1676
+ Language_Proficiency_Reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$Outbound | undefined;
1677
+ Language_Ability_Type_Reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$Outbound | undefined;
1678
+ };
1679
+ /** @internal */
1680
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData>;
1681
+ /**
1682
+ * @internal
1683
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1684
+ */
1685
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$ {
1686
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema` instead. */
1687
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData, z.ZodTypeDef, unknown>;
1688
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema` instead. */
1689
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData>;
1690
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$Outbound` instead. */
1691
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$Outbound;
1692
+ }
1693
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityDataToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData): string;
1694
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData, SDKValidationError>;
1695
+ /** @internal */
1696
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility, z.ZodTypeDef, unknown>;
1697
+ /** @internal */
1698
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$Outbound = {
1699
+ Language_Ability_Data?: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$Outbound | undefined;
1700
+ };
1701
+ /** @internal */
1702
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility>;
1703
+ /**
1704
+ * @internal
1705
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1706
+ */
1707
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$ {
1708
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema` instead. */
1709
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility, z.ZodTypeDef, unknown>;
1710
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema` instead. */
1711
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility>;
1712
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$Outbound` instead. */
1713
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$Outbound;
1714
+ }
1715
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageAbility: PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility): string;
1716
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility, SDKValidationError>;
1717
+ /** @internal */
1718
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguage, z.ZodTypeDef, unknown>;
1719
+ /** @internal */
1720
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguage$Outbound = {
1721
+ Native?: boolean | undefined;
1722
+ Language_Ability: Array<PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$Outbound>;
1723
+ };
1724
+ /** @internal */
1725
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguage$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguage>;
1726
+ /**
1727
+ * @internal
1728
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1729
+ */
1730
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguage$ {
1731
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema` instead. */
1732
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguage, z.ZodTypeDef, unknown>;
1733
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema` instead. */
1734
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguage$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguage>;
1735
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguage$Outbound` instead. */
1736
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguage$Outbound;
1737
+ }
1738
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguage: PostAtsJobsJobIdApplicationsRequestBodyLanguage): string;
1739
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguage, SDKValidationError>;
1740
+ /** @internal */
1741
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum, z.ZodTypeDef, unknown>;
1742
+ /** @internal */
1743
+ export type PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$Outbound = {
1744
+ Language_Reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$Outbound | undefined;
1745
+ Language?: PostAtsJobsJobIdApplicationsRequestBodyLanguage$Outbound | undefined;
1746
+ };
1747
+ /** @internal */
1748
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum>;
1749
+ /**
1750
+ * @internal
1751
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1752
+ */
1753
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$ {
1754
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema` instead. */
1755
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum, z.ZodTypeDef, unknown>;
1756
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema` instead. */
1757
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum>;
1758
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$Outbound` instead. */
1759
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$Outbound;
1760
+ }
1761
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageDatum: PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum): string;
1762
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum, SDKValidationError>;
1763
+ /** @internal */
1764
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum, z.ZodTypeDef, unknown>;
1765
+ /** @internal */
1766
+ export type PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$Outbound = {
1767
+ Company_Name: string;
1768
+ Title: string;
1769
+ Location?: string | undefined;
1770
+ Start_Date: string;
1771
+ End_Date?: string | undefined;
1772
+ Currently_Work_Here?: boolean | undefined;
1773
+ Description?: string | undefined;
1774
+ };
1775
+ /** @internal */
1776
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum>;
1777
+ /**
1778
+ * @internal
1779
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1780
+ */
1781
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$ {
1782
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema` instead. */
1783
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum, z.ZodTypeDef, unknown>;
1784
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema` instead. */
1785
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum>;
1786
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$Outbound` instead. */
1787
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$Outbound;
1788
+ }
1789
+ export declare function postAtsJobsJobIdApplicationsRequestBodyExperienceDatumToJSON(postAtsJobsJobIdApplicationsRequestBodyExperienceDatum: PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum): string;
1790
+ export declare function postAtsJobsJobIdApplicationsRequestBodyExperienceDatumFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum, SDKValidationError>;
1791
+ /** @internal */
1792
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyResumeData, z.ZodTypeDef, unknown>;
1793
+ /** @internal */
1794
+ export type PostAtsJobsJobIdApplicationsRequestBodyResumeData$Outbound = {
1795
+ Education_Data?: Array<PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$Outbound> | undefined;
1796
+ Skill_Data?: Array<PostAtsJobsJobIdApplicationsRequestBodySkillDatum$Outbound> | undefined;
1797
+ Language_Data?: Array<PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$Outbound> | undefined;
1798
+ Experience_Data?: Array<PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$Outbound> | undefined;
1799
+ };
1800
+ /** @internal */
1801
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyResumeData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyResumeData>;
1802
+ /**
1803
+ * @internal
1804
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1805
+ */
1806
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyResumeData$ {
1807
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema` instead. */
1808
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyResumeData, z.ZodTypeDef, unknown>;
1809
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema` instead. */
1810
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyResumeData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyResumeData>;
1811
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyResumeData$Outbound` instead. */
1812
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyResumeData$Outbound;
1813
+ }
1814
+ export declare function postAtsJobsJobIdApplicationsRequestBodyResumeDataToJSON(postAtsJobsJobIdApplicationsRequestBodyResumeData: PostAtsJobsJobIdApplicationsRequestBodyResumeData): string;
1815
+ export declare function postAtsJobsJobIdApplicationsRequestBodyResumeDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyResumeData, SDKValidationError>;
1816
+ /** @internal */
1817
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData, z.ZodTypeDef, unknown>;
1818
+ /** @internal */
1819
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$Outbound = {
1820
+ Job_Applied_To_Data?: PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$Outbound | undefined;
1821
+ Resume_Data?: PostAtsJobsJobIdApplicationsRequestBodyResumeData$Outbound | undefined;
1822
+ };
1823
+ /** @internal */
1824
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData>;
1825
+ /**
1826
+ * @internal
1827
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1828
+ */
1829
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$ {
1830
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema` instead. */
1831
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData, z.ZodTypeDef, unknown>;
1832
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema` instead. */
1833
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData>;
1834
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$Outbound` instead. */
1835
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$Outbound;
1836
+ }
1837
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobApplicationDataToJSON(postAtsJobsJobIdApplicationsRequestBodyJobApplicationData: PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData): string;
1838
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobApplicationDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData, SDKValidationError>;
1839
+ /** @internal */
1840
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference, z.ZodTypeDef, unknown>;
1841
+ /** @internal */
1842
+ export type PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$Outbound = {
1843
+ Country_Region_ID: string;
1844
+ };
1845
+ /** @internal */
1846
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference>;
1847
+ /**
1848
+ * @internal
1849
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1850
+ */
1851
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$ {
1852
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema` instead. */
1853
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference, z.ZodTypeDef, unknown>;
1854
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema` instead. */
1855
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference>;
1856
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$Outbound` instead. */
1857
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$Outbound;
1858
+ }
1859
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCountryRegionReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyCountryRegionReference: PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference): string;
1860
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCountryRegionReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference, SDKValidationError>;
1861
+ /** @internal */
1862
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference, z.ZodTypeDef, unknown>;
1863
+ /** @internal */
1864
+ export type PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$Outbound = {
1865
+ WID: string;
1866
+ };
1867
+ /** @internal */
1868
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference>;
1869
+ /**
1870
+ * @internal
1871
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1872
+ */
1873
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$ {
1874
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema` instead. */
1875
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference, z.ZodTypeDef, unknown>;
1876
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema` instead. */
1877
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference>;
1878
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$Outbound` instead. */
1879
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$Outbound;
1880
+ }
1881
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCountryCityReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyCountryCityReference: PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference): string;
1882
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCountryCityReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference, SDKValidationError>;
1883
+ /** @internal */
1884
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocationData, z.ZodTypeDef, unknown>;
1885
+ /** @internal */
1886
+ export type PostAtsJobsJobIdApplicationsRequestBodyLocationData$Outbound = {
1887
+ Address_Line_1?: string | undefined;
1888
+ Address_Line_2?: string | undefined;
1889
+ Region_Subdivision_1?: string | undefined;
1890
+ Country_Region_Reference?: PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$Outbound | undefined;
1891
+ Country_City_Reference?: PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$Outbound | undefined;
1892
+ };
1893
+ /** @internal */
1894
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocationData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLocationData>;
1895
+ /**
1896
+ * @internal
1897
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1898
+ */
1899
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyLocationData$ {
1900
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema` instead. */
1901
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocationData, z.ZodTypeDef, unknown>;
1902
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema` instead. */
1903
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyLocationData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyLocationData>;
1904
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocationData$Outbound` instead. */
1905
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyLocationData$Outbound;
1906
+ }
1907
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLocationDataToJSON(postAtsJobsJobIdApplicationsRequestBodyLocationData: PostAtsJobsJobIdApplicationsRequestBodyLocationData): string;
1908
+ export declare function postAtsJobsJobIdApplicationsRequestBodyLocationDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyLocationData, SDKValidationError>;
1909
+ /** @internal */
1910
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyContactData, z.ZodTypeDef, unknown>;
1911
+ /** @internal */
1912
+ export type PostAtsJobsJobIdApplicationsRequestBodyContactData$Outbound = {
1913
+ Location_Data?: PostAtsJobsJobIdApplicationsRequestBodyLocationData$Outbound | undefined;
1914
+ };
1915
+ /** @internal */
1916
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyContactData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyContactData>;
1917
+ /**
1918
+ * @internal
1919
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1920
+ */
1921
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyContactData$ {
1922
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema` instead. */
1923
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyContactData, z.ZodTypeDef, unknown>;
1924
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema` instead. */
1925
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyContactData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyContactData>;
1926
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyContactData$Outbound` instead. */
1927
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyContactData$Outbound;
1928
+ }
1929
+ export declare function postAtsJobsJobIdApplicationsRequestBodyContactDataToJSON(postAtsJobsJobIdApplicationsRequestBodyContactData: PostAtsJobsJobIdApplicationsRequestBodyContactData): string;
1930
+ export declare function postAtsJobsJobIdApplicationsRequestBodyContactDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyContactData, SDKValidationError>;
1931
+ /** @internal */
1932
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkerReference, z.ZodTypeDef, unknown>;
1933
+ /** @internal */
1934
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$Outbound = {
1935
+ WID?: string | undefined;
1936
+ Employee_ID?: string | undefined;
1937
+ };
1938
+ /** @internal */
1939
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkerReference>;
1940
+ /**
1941
+ * @internal
1942
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1943
+ */
1944
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$ {
1945
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema` instead. */
1946
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkerReference, z.ZodTypeDef, unknown>;
1947
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema` instead. */
1948
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkerReference>;
1949
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$Outbound` instead. */
1950
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$Outbound;
1951
+ }
1952
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkerReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkerReference: PostAtsJobsJobIdApplicationsRequestBodyWorkerReference): string;
1953
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkerReferenceFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyWorkerReference, SDKValidationError>;
1954
+ /** @internal */
1955
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidateData, z.ZodTypeDef, unknown>;
1956
+ /** @internal */
1957
+ export type PostAtsJobsJobIdApplicationsRequestBodyCandidateData$Outbound = {
1958
+ Name_Detail_Data?: PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$Outbound | undefined;
1959
+ Language_Reference?: PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$Outbound | undefined;
1960
+ Job_Application_Data?: PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$Outbound | undefined;
1961
+ Contact_Data?: PostAtsJobsJobIdApplicationsRequestBodyContactData$Outbound | undefined;
1962
+ Worker_Reference?: PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$Outbound | undefined;
1963
+ };
1964
+ /** @internal */
1965
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidateData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCandidateData>;
1966
+ /**
1967
+ * @internal
1968
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1969
+ */
1970
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyCandidateData$ {
1971
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema` instead. */
1972
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidateData, z.ZodTypeDef, unknown>;
1973
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema` instead. */
1974
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyCandidateData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyCandidateData>;
1975
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidateData$Outbound` instead. */
1976
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyCandidateData$Outbound;
1977
+ }
1978
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCandidateDataToJSON(postAtsJobsJobIdApplicationsRequestBodyCandidateData: PostAtsJobsJobIdApplicationsRequestBodyCandidateData): string;
1979
+ export declare function postAtsJobsJobIdApplicationsRequestBodyCandidateDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyCandidateData, SDKValidationError>;
1980
+ /** @internal */
1981
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkday, z.ZodTypeDef, unknown>;
1982
+ /** @internal */
1983
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkday$Outbound = {
1984
+ Candidate_Data?: PostAtsJobsJobIdApplicationsRequestBodyCandidateData$Outbound | undefined;
1985
+ Override_Source_Reference_WID?: string | undefined;
1986
+ };
1987
+ /** @internal */
1988
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkday$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkday>;
1989
+ /**
1990
+ * @internal
1991
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1992
+ */
1993
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyWorkday$ {
1994
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema` instead. */
1995
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkday, z.ZodTypeDef, unknown>;
1996
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema` instead. */
1997
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkday$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkday>;
1998
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkday$Outbound` instead. */
1999
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyWorkday$Outbound;
2000
+ }
2001
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkdayToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkday: PostAtsJobsJobIdApplicationsRequestBodyWorkday): string;
2002
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkdayFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyWorkday, SDKValidationError>;
2003
+ /** @internal */
2004
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyZohorecruit, z.ZodTypeDef, unknown>;
2005
+ /** @internal */
2006
+ export type PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$Outbound = {
2007
+ candidate?: {
2008
+ [k: string]: any;
2009
+ } | undefined;
2010
+ };
2011
+ /** @internal */
2012
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyZohorecruit>;
2013
+ /**
2014
+ * @internal
2015
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2016
+ */
2017
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$ {
2018
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema` instead. */
2019
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyZohorecruit, z.ZodTypeDef, unknown>;
2020
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema` instead. */
2021
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyZohorecruit>;
2022
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$Outbound` instead. */
2023
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$Outbound;
2024
+ }
2025
+ export declare function postAtsJobsJobIdApplicationsRequestBodyZohorecruitToJSON(postAtsJobsJobIdApplicationsRequestBodyZohorecruit: PostAtsJobsJobIdApplicationsRequestBodyZohorecruit): string;
2026
+ export declare function postAtsJobsJobIdApplicationsRequestBodyZohorecruitFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyZohorecruit, SDKValidationError>;
2027
+ /** @internal */
2028
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyBullhorn, z.ZodTypeDef, unknown>;
2029
+ /** @internal */
2030
+ export type PostAtsJobsJobIdApplicationsRequestBodyBullhorn$Outbound = {
2031
+ candidate?: {
2032
+ [k: string]: any;
2033
+ } | undefined;
2034
+ job_submission?: {
2035
+ [k: string]: any;
2036
+ } | undefined;
2037
+ };
2038
+ /** @internal */
2039
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyBullhorn$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyBullhorn>;
2040
+ /**
2041
+ * @internal
2042
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2043
+ */
2044
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyBullhorn$ {
2045
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema` instead. */
2046
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyBullhorn, z.ZodTypeDef, unknown>;
2047
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema` instead. */
2048
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyBullhorn$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyBullhorn>;
2049
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyBullhorn$Outbound` instead. */
2050
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyBullhorn$Outbound;
2051
+ }
2052
+ export declare function postAtsJobsJobIdApplicationsRequestBodyBullhornToJSON(postAtsJobsJobIdApplicationsRequestBodyBullhorn: PostAtsJobsJobIdApplicationsRequestBodyBullhorn): string;
2053
+ export declare function postAtsJobsJobIdApplicationsRequestBodyBullhornFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyBullhorn, SDKValidationError>;
2054
+ /** @internal */
2055
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters, z.ZodTypeDef, unknown>;
2056
+ /** @internal */
2057
+ export type PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$Outbound = {
2058
+ candidate_with_questions?: {
2059
+ [k: string]: any;
2060
+ } | undefined;
2061
+ candidate_without_questions?: {
2062
+ [k: string]: any;
2063
+ } | undefined;
2064
+ candidate?: {
2065
+ [k: string]: any;
2066
+ } | undefined;
2067
+ };
2068
+ /** @internal */
2069
+ export declare const PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters>;
2070
+ /**
2071
+ * @internal
2072
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2073
+ */
2074
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$ {
2075
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema` instead. */
2076
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters, z.ZodTypeDef, unknown>;
2077
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema` instead. */
2078
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters>;
2079
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$Outbound` instead. */
2080
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$Outbound;
2081
+ }
2082
+ export declare function postAtsJobsJobIdApplicationsRequestBodySmartrecruitersToJSON(postAtsJobsJobIdApplicationsRequestBodySmartrecruiters: PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters): string;
2083
+ export declare function postAtsJobsJobIdApplicationsRequestBodySmartrecruitersFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters, SDKValidationError>;
2084
+ /** @internal */
2085
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentadore, z.ZodTypeDef, unknown>;
2086
+ /** @internal */
2087
+ export type PostAtsJobsJobIdApplicationsRequestBodyTalentadore$Outbound = {
2088
+ applications?: {
2089
+ [k: string]: any;
2090
+ } | undefined;
2091
+ };
2092
+ /** @internal */
2093
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentadore$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTalentadore>;
2094
+ /**
2095
+ * @internal
2096
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2097
+ */
2098
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyTalentadore$ {
2099
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema` instead. */
2100
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentadore, z.ZodTypeDef, unknown>;
2101
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema` instead. */
2102
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyTalentadore$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyTalentadore>;
2103
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentadore$Outbound` instead. */
2104
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyTalentadore$Outbound;
2105
+ }
2106
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTalentadoreToJSON(postAtsJobsJobIdApplicationsRequestBodyTalentadore: PostAtsJobsJobIdApplicationsRequestBodyTalentadore): string;
2107
+ export declare function postAtsJobsJobIdApplicationsRequestBodyTalentadoreFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyTalentadore, SDKValidationError>;
2108
+ /** @internal */
2109
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGuidecom, z.ZodTypeDef, unknown>;
2110
+ /** @internal */
2111
+ export type PostAtsJobsJobIdApplicationsRequestBodyGuidecom$Outbound = {
2112
+ candidate?: {
2113
+ [k: string]: any;
2114
+ } | undefined;
2115
+ };
2116
+ /** @internal */
2117
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGuidecom$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGuidecom>;
2118
+ /**
2119
+ * @internal
2120
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2121
+ */
2122
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyGuidecom$ {
2123
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema` instead. */
2124
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGuidecom, z.ZodTypeDef, unknown>;
2125
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema` instead. */
2126
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyGuidecom$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyGuidecom>;
2127
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGuidecom$Outbound` instead. */
2128
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyGuidecom$Outbound;
2129
+ }
2130
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGuidecomToJSON(postAtsJobsJobIdApplicationsRequestBodyGuidecom: PostAtsJobsJobIdApplicationsRequestBodyGuidecom): string;
2131
+ export declare function postAtsJobsJobIdApplicationsRequestBodyGuidecomFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyGuidecom, SDKValidationError>;
2132
+ /** @internal */
2133
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDvinci, z.ZodTypeDef, unknown>;
2134
+ /** @internal */
2135
+ export type PostAtsJobsJobIdApplicationsRequestBodyDvinci$Outbound = {
2136
+ application?: {
2137
+ [k: string]: any;
2138
+ } | undefined;
2139
+ };
2140
+ /** @internal */
2141
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDvinci$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyDvinci>;
2142
+ /**
2143
+ * @internal
2144
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2145
+ */
2146
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyDvinci$ {
2147
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema` instead. */
2148
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDvinci, z.ZodTypeDef, unknown>;
2149
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema` instead. */
2150
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyDvinci$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyDvinci>;
2151
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDvinci$Outbound` instead. */
2152
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyDvinci$Outbound;
2153
+ }
2154
+ export declare function postAtsJobsJobIdApplicationsRequestBodyDvinciToJSON(postAtsJobsJobIdApplicationsRequestBodyDvinci: PostAtsJobsJobIdApplicationsRequestBodyDvinci): string;
2155
+ export declare function postAtsJobsJobIdApplicationsRequestBodyDvinciFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyDvinci, SDKValidationError>;
2156
+ /** @internal */
2157
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyHrworks, z.ZodTypeDef, unknown>;
2158
+ /** @internal */
2159
+ export type PostAtsJobsJobIdApplicationsRequestBodyHrworks$Outbound = {
2160
+ jobApplication?: {
2161
+ [k: string]: any;
2162
+ } | undefined;
2163
+ };
2164
+ /** @internal */
2165
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyHrworks$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyHrworks>;
2166
+ /**
2167
+ * @internal
2168
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2169
+ */
2170
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyHrworks$ {
2171
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema` instead. */
2172
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyHrworks, z.ZodTypeDef, unknown>;
2173
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema` instead. */
2174
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyHrworks$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyHrworks>;
2175
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyHrworks$Outbound` instead. */
2176
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyHrworks$Outbound;
2177
+ }
2178
+ export declare function postAtsJobsJobIdApplicationsRequestBodyHrworksToJSON(postAtsJobsJobIdApplicationsRequestBodyHrworks: PostAtsJobsJobIdApplicationsRequestBodyHrworks): string;
2179
+ export declare function postAtsJobsJobIdApplicationsRequestBodyHrworksFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyHrworks, SDKValidationError>;
2180
+ /** @internal */
2181
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication, z.ZodTypeDef, unknown>;
2182
+ /** @internal */
2183
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$Outbound = {
2184
+ message?: string | undefined;
2185
+ };
2186
+ /** @internal */
2187
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication>;
2188
+ /**
2189
+ * @internal
2190
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2191
+ */
2192
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$ {
2193
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema` instead. */
2194
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication, z.ZodTypeDef, unknown>;
2195
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema` instead. */
2196
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication>;
2197
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$Outbound` instead. */
2198
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$Outbound;
2199
+ }
2200
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobylonApplicationToJSON(postAtsJobsJobIdApplicationsRequestBodyJobylonApplication: PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication): string;
2201
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobylonApplicationFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication, SDKValidationError>;
2202
+ /** @internal */
2203
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylon, z.ZodTypeDef, unknown>;
2204
+ /** @internal */
2205
+ export type PostAtsJobsJobIdApplicationsRequestBodyJobylon$Outbound = {
2206
+ application?: PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$Outbound | undefined;
2207
+ };
2208
+ /** @internal */
2209
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylon$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobylon>;
2210
+ /**
2211
+ * @internal
2212
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2213
+ */
2214
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyJobylon$ {
2215
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema` instead. */
2216
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylon, z.ZodTypeDef, unknown>;
2217
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema` instead. */
2218
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyJobylon$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyJobylon>;
2219
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylon$Outbound` instead. */
2220
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyJobylon$Outbound;
2221
+ }
2222
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobylonToJSON(postAtsJobsJobIdApplicationsRequestBodyJobylon: PostAtsJobsJobIdApplicationsRequestBodyJobylon): string;
2223
+ export declare function postAtsJobsJobIdApplicationsRequestBodyJobylonFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyJobylon, SDKValidationError>;
2224
+ /** @internal */
2225
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyStep, z.ZodTypeDef, unknown>;
2226
+ /** @internal */
2227
+ export type PostAtsJobsJobIdApplicationsRequestBodyStep$Outbound = {
2228
+ id: number;
2229
+ };
2230
+ /** @internal */
2231
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyStep$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyStep>;
2232
+ /**
2233
+ * @internal
2234
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2235
+ */
2236
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyStep$ {
2237
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema` instead. */
2238
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyStep, z.ZodTypeDef, unknown>;
2239
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema` instead. */
2240
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyStep$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyStep>;
2241
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyStep$Outbound` instead. */
2242
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyStep$Outbound;
2243
+ }
2244
+ export declare function postAtsJobsJobIdApplicationsRequestBodyStepToJSON(postAtsJobsJobIdApplicationsRequestBodyStep: PostAtsJobsJobIdApplicationsRequestBodyStep): string;
2245
+ export declare function postAtsJobsJobIdApplicationsRequestBodyStepFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyStep, SDKValidationError>;
2246
+ /** @internal */
2247
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkflow, z.ZodTypeDef, unknown>;
2248
+ /** @internal */
2249
+ export type PostAtsJobsJobIdApplicationsRequestBodyWorkflow$Outbound = {
2250
+ step?: PostAtsJobsJobIdApplicationsRequestBodyStep$Outbound | undefined;
2251
+ };
2252
+ /** @internal */
2253
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkflow$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkflow>;
2254
+ /**
2255
+ * @internal
2256
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2257
+ */
2258
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyWorkflow$ {
2259
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema` instead. */
2260
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkflow, z.ZodTypeDef, unknown>;
2261
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema` instead. */
2262
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyWorkflow$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyWorkflow>;
2263
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkflow$Outbound` instead. */
2264
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyWorkflow$Outbound;
2265
+ }
2266
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkflowToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkflow: PostAtsJobsJobIdApplicationsRequestBodyWorkflow): string;
2267
+ export declare function postAtsJobsJobIdApplicationsRequestBodyWorkflowFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyWorkflow, SDKValidationError>;
2268
+ /** @internal */
2269
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAvature, z.ZodTypeDef, unknown>;
2270
+ /** @internal */
2271
+ export type PostAtsJobsJobIdApplicationsRequestBodyAvature$Outbound = {
2272
+ workflow?: PostAtsJobsJobIdApplicationsRequestBodyWorkflow$Outbound | undefined;
2273
+ };
2274
+ /** @internal */
2275
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAvature$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAvature>;
2276
+ /**
2277
+ * @internal
2278
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2279
+ */
2280
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAvature$ {
2281
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema` instead. */
2282
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAvature, z.ZodTypeDef, unknown>;
2283
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema` instead. */
2284
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAvature$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAvature>;
2285
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAvature$Outbound` instead. */
2286
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyAvature$Outbound;
2287
+ }
2288
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAvatureToJSON(postAtsJobsJobIdApplicationsRequestBodyAvature: PostAtsJobsJobIdApplicationsRequestBodyAvature): string;
2289
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAvatureFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyAvature, SDKValidationError>;
2290
+ /** @internal */
2291
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate, z.ZodTypeDef, unknown>;
2292
+ /** @internal */
2293
+ export type PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$Outbound = {
2294
+ cover_letter_text?: string | undefined;
2295
+ };
2296
+ /** @internal */
2297
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate>;
2298
+ /**
2299
+ * @internal
2300
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2301
+ */
2302
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$ {
2303
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema` instead. */
2304
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate, z.ZodTypeDef, unknown>;
2305
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema` instead. */
2306
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate>;
2307
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$Outbound` instead. */
2308
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$Outbound;
2309
+ }
2310
+ export declare function postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidateToJSON(postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate: PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate): string;
2311
+ export declare function postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidateFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate, SDKValidationError>;
2312
+ /** @internal */
2313
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruitee, z.ZodTypeDef, unknown>;
2314
+ /** @internal */
2315
+ export type PostAtsJobsJobIdApplicationsRequestBodyRecruitee$Outbound = {
2316
+ candidate?: PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$Outbound | undefined;
2317
+ };
2318
+ /** @internal */
2319
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruitee$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyRecruitee>;
2320
+ /**
2321
+ * @internal
2322
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2323
+ */
2324
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyRecruitee$ {
2325
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema` instead. */
2326
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruitee, z.ZodTypeDef, unknown>;
2327
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema` instead. */
2328
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRecruitee$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyRecruitee>;
2329
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruitee$Outbound` instead. */
2330
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyRecruitee$Outbound;
2331
+ }
2332
+ export declare function postAtsJobsJobIdApplicationsRequestBodyRecruiteeToJSON(postAtsJobsJobIdApplicationsRequestBodyRecruitee: PostAtsJobsJobIdApplicationsRequestBodyRecruitee): string;
2333
+ export declare function postAtsJobsJobIdApplicationsRequestBodyRecruiteeFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyRecruitee, SDKValidationError>;
2334
+ /** @internal */
2335
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyUmantis, z.ZodTypeDef, unknown>;
2336
+ /** @internal */
2337
+ export type PostAtsJobsJobIdApplicationsRequestBodyUmantis$Outbound = {
2338
+ person?: {
2339
+ [k: string]: any;
2340
+ } | undefined;
2341
+ };
2342
+ /** @internal */
2343
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyUmantis$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyUmantis>;
2344
+ /**
2345
+ * @internal
2346
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2347
+ */
2348
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyUmantis$ {
2349
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema` instead. */
2350
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyUmantis, z.ZodTypeDef, unknown>;
2351
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema` instead. */
2352
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyUmantis$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyUmantis>;
2353
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyUmantis$Outbound` instead. */
2354
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyUmantis$Outbound;
2355
+ }
2356
+ export declare function postAtsJobsJobIdApplicationsRequestBodyUmantisToJSON(postAtsJobsJobIdApplicationsRequestBodyUmantis: PostAtsJobsJobIdApplicationsRequestBodyUmantis): string;
2357
+ export declare function postAtsJobsJobIdApplicationsRequestBodyUmantisFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyUmantis, SDKValidationError>;
2358
+ /** @internal */
2359
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRemoteFields, z.ZodTypeDef, unknown>;
2360
+ /** @internal */
2361
+ export type PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$Outbound = {
2362
+ successfactors?: PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$Outbound | undefined;
2363
+ personio?: PostAtsJobsJobIdApplicationsRequestBodyPersonio$Outbound | undefined;
2364
+ talentsoft?: PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$Outbound | undefined;
2365
+ teamtailor?: PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$Outbound | undefined;
2366
+ greenhouse?: PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$Outbound | undefined;
2367
+ lever?: PostAtsJobsJobIdApplicationsRequestBodyLever$Outbound | undefined;
2368
+ workable?: PostAtsJobsJobIdApplicationsRequestBodyWorkable$Outbound | undefined;
2369
+ workday?: PostAtsJobsJobIdApplicationsRequestBodyWorkday$Outbound | undefined;
2370
+ zohorecruit?: PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$Outbound | undefined;
2371
+ bullhorn?: PostAtsJobsJobIdApplicationsRequestBodyBullhorn$Outbound | undefined;
2372
+ smartrecruiters?: PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$Outbound | undefined;
2373
+ talentadore?: PostAtsJobsJobIdApplicationsRequestBodyTalentadore$Outbound | undefined;
2374
+ guidecom?: PostAtsJobsJobIdApplicationsRequestBodyGuidecom$Outbound | undefined;
2375
+ dvinci?: PostAtsJobsJobIdApplicationsRequestBodyDvinci$Outbound | undefined;
2376
+ hrworks?: PostAtsJobsJobIdApplicationsRequestBodyHrworks$Outbound | undefined;
2377
+ jobylon?: PostAtsJobsJobIdApplicationsRequestBodyJobylon$Outbound | undefined;
2378
+ avature?: PostAtsJobsJobIdApplicationsRequestBodyAvature$Outbound | undefined;
2379
+ recruitee?: PostAtsJobsJobIdApplicationsRequestBodyRecruitee$Outbound | undefined;
2380
+ umantis?: PostAtsJobsJobIdApplicationsRequestBodyUmantis$Outbound | undefined;
2381
+ };
2382
+ /** @internal */
2383
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyRemoteFields>;
2384
+ /**
2385
+ * @internal
2386
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2387
+ */
2388
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$ {
2389
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema` instead. */
2390
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRemoteFields, z.ZodTypeDef, unknown>;
2391
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema` instead. */
2392
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyRemoteFields>;
2393
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$Outbound` instead. */
2394
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$Outbound;
2395
+ }
2396
+ export declare function postAtsJobsJobIdApplicationsRequestBodyRemoteFieldsToJSON(postAtsJobsJobIdApplicationsRequestBodyRemoteFields: PostAtsJobsJobIdApplicationsRequestBodyRemoteFields): string;
2397
+ export declare function postAtsJobsJobIdApplicationsRequestBodyRemoteFieldsFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyRemoteFields, SDKValidationError>;
2398
+ /** @internal */
2399
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswer, z.ZodTypeDef, unknown>;
2400
+ /** @internal */
2401
+ export type PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound = {
2402
+ name: string;
2403
+ content_type?: string | undefined;
2404
+ data_url?: string | undefined;
2405
+ data?: string | undefined;
2406
+ };
2407
+ /** @internal */
2408
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAnswer>;
2409
+ /**
2410
+ * @internal
2411
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2412
+ */
2413
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAnswer$ {
2414
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema` instead. */
2415
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswer, z.ZodTypeDef, unknown>;
2416
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema` instead. */
2417
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAnswer>;
2418
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound` instead. */
2419
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound;
2420
+ }
2421
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAnswerToJSON(postAtsJobsJobIdApplicationsRequestBodyAnswer: PostAtsJobsJobIdApplicationsRequestBodyAnswer): string;
2422
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAnswerFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyAnswer, SDKValidationError>;
2423
+ /** @internal */
2424
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion, z.ZodTypeDef, unknown>;
2425
+ /** @internal */
2426
+ export type PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$Outbound = PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound | string | boolean | number | Array<string> | string;
2427
+ /** @internal */
2428
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion>;
2429
+ /**
2430
+ * @internal
2431
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2432
+ */
2433
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$ {
2434
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$inboundSchema` instead. */
2435
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion, z.ZodTypeDef, unknown>;
2436
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$outboundSchema` instead. */
2437
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion>;
2438
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$Outbound` instead. */
2439
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$Outbound;
2440
+ }
2441
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAnswerUnionToJSON(postAtsJobsJobIdApplicationsRequestBodyAnswerUnion: PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion): string;
2442
+ export declare function postAtsJobsJobIdApplicationsRequestBodyAnswerUnionFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion, SDKValidationError>;
2443
+ /** @internal */
2444
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer, z.ZodTypeDef, unknown>;
2445
+ /** @internal */
2446
+ export type PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$Outbound = {
2447
+ question_id: string;
2448
+ answer: PostAtsJobsJobIdApplicationsRequestBodyAnswer$Outbound | string | boolean | number | Array<string> | string;
2449
+ };
2450
+ /** @internal */
2451
+ export declare const PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer>;
2452
+ /**
2453
+ * @internal
2454
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2455
+ */
2456
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$ {
2457
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema` instead. */
2458
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer, z.ZodTypeDef, unknown>;
2459
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema` instead. */
2460
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer>;
2461
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$Outbound` instead. */
2462
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$Outbound;
2463
+ }
2464
+ export declare function postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswerToJSON(postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer: PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer): string;
2465
+ export declare function postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswerFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer, SDKValidationError>;
2466
+ /** @internal */
2467
+ export declare const PostAtsJobsJobIdApplicationsRequestBody$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBody, z.ZodTypeDef, unknown>;
2468
+ /** @internal */
2469
+ export type PostAtsJobsJobIdApplicationsRequestBody$Outbound = {
2470
+ stage_id?: string | undefined;
2471
+ candidate: PostAtsJobsJobIdApplicationsRequestBodyCandidate$Outbound;
2472
+ attachments?: Array<PostAtsJobsJobIdApplicationsRequestBodyAttachment$Outbound> | undefined;
2473
+ source?: PostAtsJobsJobIdApplicationsRequestBodySource$Outbound | undefined;
2474
+ sourced_by?: PostAtsJobsJobIdApplicationsRequestBodySourcedBy$Outbound | undefined;
2475
+ gdpr_consent?: PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$Outbound | undefined;
2476
+ remote_fields?: PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$Outbound | undefined;
2477
+ screening_question_answers?: Array<PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$Outbound> | undefined;
2478
+ };
2479
+ /** @internal */
2480
+ export declare const PostAtsJobsJobIdApplicationsRequestBody$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBody$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBody>;
2481
+ /**
2482
+ * @internal
2483
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2484
+ */
2485
+ export declare namespace PostAtsJobsJobIdApplicationsRequestBody$ {
2486
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBody$inboundSchema` instead. */
2487
+ const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBody, z.ZodTypeDef, unknown>;
2488
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBody$outboundSchema` instead. */
2489
+ const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsRequestBody$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsRequestBody>;
2490
+ /** @deprecated use `PostAtsJobsJobIdApplicationsRequestBody$Outbound` instead. */
2491
+ type Outbound = PostAtsJobsJobIdApplicationsRequestBody$Outbound;
2492
+ }
2493
+ export declare function postAtsJobsJobIdApplicationsRequestBodyToJSON(postAtsJobsJobIdApplicationsRequestBody: PostAtsJobsJobIdApplicationsRequestBody): string;
2494
+ export declare function postAtsJobsJobIdApplicationsRequestBodyFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsRequestBody, SDKValidationError>;
2495
+ //# sourceMappingURL=postatsjobsjobidapplicationsrequestbody.d.ts.map