@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,2264 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import {
8
+ catchUnrecognizedEnum,
9
+ ClosedEnum,
10
+ OpenEnum,
11
+ Unrecognized,
12
+ } from "../types/enums.js";
13
+ import { Result as SafeParseResult } from "../types/fp.js";
14
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
15
+
16
+ export const GetAtsJobsPositiveResponseEmploymentType = {
17
+ FullTime: "FULL_TIME",
18
+ PartTime: "PART_TIME",
19
+ Contract: "CONTRACT",
20
+ Seasonal: "SEASONAL",
21
+ Internship: "INTERNSHIP",
22
+ } as const;
23
+ export type GetAtsJobsPositiveResponseEmploymentType = OpenEnum<
24
+ typeof GetAtsJobsPositiveResponseEmploymentType
25
+ >;
26
+
27
+ export const GetAtsJobsPositiveResponseStatus = {
28
+ Open: "OPEN",
29
+ Closed: "CLOSED",
30
+ Draft: "DRAFT",
31
+ Archived: "ARCHIVED",
32
+ } as const;
33
+ export type GetAtsJobsPositiveResponseStatus = OpenEnum<
34
+ typeof GetAtsJobsPositiveResponseStatus
35
+ >;
36
+
37
+ export const Visibility = {
38
+ Public: "PUBLIC",
39
+ Internal: "INTERNAL",
40
+ Unlisted: "UNLISTED",
41
+ Confidential: "CONFIDENTIAL",
42
+ } as const;
43
+ export type Visibility = OpenEnum<typeof Visibility>;
44
+
45
+ export const RemoteWorkStatus = {
46
+ Remote: "REMOTE",
47
+ Hybrid: "HYBRID",
48
+ Temporary: "TEMPORARY",
49
+ OnSite: "ON_SITE",
50
+ } as const;
51
+ export type RemoteWorkStatus = OpenEnum<typeof RemoteWorkStatus>;
52
+
53
+ export const SalaryPeriod = {
54
+ Year: "YEAR",
55
+ Month: "MONTH",
56
+ TwoWeeks: "TWO_WEEKS",
57
+ Week: "WEEK",
58
+ Day: "DAY",
59
+ Hour: "HOUR",
60
+ } as const;
61
+ export type SalaryPeriod = OpenEnum<typeof SalaryPeriod>;
62
+
63
+ /**
64
+ * The location of the listed job.
65
+ */
66
+ export type GetAtsJobsPositiveResponseLocation = {
67
+ city?: string | null | undefined;
68
+ /**
69
+ * Contains the ISO2 country code if possible. If not, it contains the original value.
70
+ */
71
+ country?: string | null | undefined;
72
+ /**
73
+ * If we have address data, this is filled with the raw address string.
74
+ */
75
+ raw?: string | null | undefined;
76
+ state?: string | null | undefined;
77
+ /**
78
+ * If we can parse the address data, this field contains the first part of the street information.
79
+ */
80
+ street_1?: string | null | undefined;
81
+ street_2?: string | null | undefined;
82
+ zip_code?: string | null | undefined;
83
+ };
84
+
85
+ export type Stage = {
86
+ /**
87
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
88
+ */
89
+ id: string;
90
+ /**
91
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
92
+ */
93
+ remote_id: string | null;
94
+ /**
95
+ * The application stage name. For example, "Initial Screening".
96
+ */
97
+ name: string | null;
98
+ /**
99
+ * Numeric index following the order of the stages if they are ordered in the underlying tool.
100
+ */
101
+ index?: number | null | undefined;
102
+ };
103
+
104
+ export type FormatUnknown = {
105
+ /**
106
+ * We pass the original question data along so you can handle it.
107
+ */
108
+ raw_question?: any | undefined;
109
+ /**
110
+ * When we're not able to map a specific question type yet, we will return this type. Every `UNKNOWN` question will also be parsed and unified by us at some point.
111
+ */
112
+ type: "UNKNOWN";
113
+ };
114
+
115
+ export type FormatInformation = {
116
+ /**
117
+ * This is just a text block.
118
+ */
119
+ type: "INFORMATION";
120
+ };
121
+
122
+ export type Option2 = {
123
+ /**
124
+ * The Kombo ID of this question option. Use this ID to specify the answer to this question.
125
+ */
126
+ id: string;
127
+ /**
128
+ * ID in the connected ATS. This might be null as some systems only use the name to identify the option.
129
+ */
130
+ remote_id?: string | null | undefined;
131
+ /**
132
+ * Content of the question option.
133
+ */
134
+ name: string;
135
+ };
136
+
137
+ export type FormatMultiSelect = {
138
+ options: Array<Option2>;
139
+ type: "MULTI_SELECT";
140
+ };
141
+
142
+ export type FormatDate = {
143
+ type: "DATE";
144
+ };
145
+
146
+ export type FormatBoolean = {
147
+ type: "BOOLEAN";
148
+ };
149
+
150
+ export const DisplayType3 = {
151
+ Dropdown: "DROPDOWN",
152
+ Radio: "RADIO",
153
+ } as const;
154
+ export type DisplayType3 = ClosedEnum<typeof DisplayType3>;
155
+
156
+ export type Option1 = {
157
+ /**
158
+ * The Kombo ID of this question option. Use this ID to specify the answer to this question.
159
+ */
160
+ id: string;
161
+ /**
162
+ * ID in the connected ATS. This might be null as some systems only use the name to identify the option.
163
+ */
164
+ remote_id?: string | null | undefined;
165
+ /**
166
+ * Content of the question option.
167
+ */
168
+ name: string;
169
+ };
170
+
171
+ export type FormatSingleSelect = {
172
+ display_type?: DisplayType3 | null | undefined;
173
+ options: Array<Option1>;
174
+ type: "SINGLE_SELECT";
175
+ };
176
+
177
+ export type FormatFile = {
178
+ accepted_mime_types?: Array<string> | null | undefined;
179
+ max_file_size_bytes?: number | null | undefined;
180
+ type: "FILE";
181
+ };
182
+
183
+ export const DisplayType2 = {
184
+ Slider: "SLIDER",
185
+ Field: "FIELD",
186
+ } as const;
187
+ export type DisplayType2 = ClosedEnum<typeof DisplayType2>;
188
+
189
+ export type FormatNumber = {
190
+ display_type?: DisplayType2 | null | undefined;
191
+ max?: number | null | undefined;
192
+ min?: number | null | undefined;
193
+ type: "NUMBER";
194
+ };
195
+
196
+ /**
197
+ * If unavailable, we recommend displaying a single-line input.
198
+ */
199
+ export const DisplayType1 = {
200
+ SingleLine: "SINGLE_LINE",
201
+ MultiLine: "MULTI_LINE",
202
+ Email: "EMAIL",
203
+ Url: "URL",
204
+ } as const;
205
+ /**
206
+ * If unavailable, we recommend displaying a single-line input.
207
+ */
208
+ export type DisplayType1 = ClosedEnum<typeof DisplayType1>;
209
+
210
+ export type FormatText = {
211
+ /**
212
+ * If unavailable, we recommend displaying a single-line input.
213
+ */
214
+ display_type?: DisplayType1 | null | undefined;
215
+ max_length?: number | null | undefined;
216
+ type: "TEXT";
217
+ };
218
+
219
+ export type Format =
220
+ | FormatSingleSelect
221
+ | FormatMultiSelect
222
+ | FormatText
223
+ | FormatNumber
224
+ | FormatFile
225
+ | FormatBoolean
226
+ | FormatDate
227
+ | FormatInformation
228
+ | FormatUnknown;
229
+
230
+ /**
231
+ * The category of the screening question (default `null`). "EEO" questions are related to Equal Employment Opportunity (e.g. "What is your veteran status?"), while "DEMOGRAPHIC" questions are for other diversity and demographic data collection.
232
+ */
233
+ export const GetAtsJobsPositiveResponseCategory = {
234
+ Eeo: "EEO",
235
+ Demographic: "DEMOGRAPHIC",
236
+ } as const;
237
+ /**
238
+ * The category of the screening question (default `null`). "EEO" questions are related to Equal Employment Opportunity (e.g. "What is your veteran status?"), while "DEMOGRAPHIC" questions are for other diversity and demographic data collection.
239
+ */
240
+ export type GetAtsJobsPositiveResponseCategory = ClosedEnum<
241
+ typeof GetAtsJobsPositiveResponseCategory
242
+ >;
243
+
244
+ /**
245
+ * Where the screening question specified by `precondition_question_id` is of type `MULTI_SELECT` or `SINGLE_SELECT`, this is an array of Kombo IDs describing the valid options. If the question is of type `BOOLEAN`, this is an array containing either `true` or `false`.
246
+ */
247
+ export type PreconditionOptions = Array<string> | Array<boolean>;
248
+
249
+ export type ScreeningQuestion = {
250
+ /**
251
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
252
+ */
253
+ id: string;
254
+ /**
255
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
256
+ */
257
+ remote_id: string | null;
258
+ title: string | null;
259
+ /**
260
+ * Additional instructions or context. Typically a short sentence, but sometimes a long detailed description (e.g., for EEO questions). May include HTML for extra formatting.
261
+ */
262
+ description: string | null;
263
+ format?:
264
+ | FormatSingleSelect
265
+ | FormatMultiSelect
266
+ | FormatText
267
+ | FormatNumber
268
+ | FormatFile
269
+ | FormatBoolean
270
+ | FormatDate
271
+ | FormatInformation
272
+ | FormatUnknown
273
+ | null
274
+ | undefined;
275
+ /**
276
+ * The category of the screening question (default `null`). "EEO" questions are related to Equal Employment Opportunity (e.g. "What is your veteran status?"), while "DEMOGRAPHIC" questions are for other diversity and demographic data collection.
277
+ */
278
+ category: GetAtsJobsPositiveResponseCategory | null;
279
+ index?: number | null | undefined;
280
+ required: boolean | null;
281
+ /**
282
+ * The Kombo ID of another screening question. Only display this question if the specified "precondition question" is answered with one of the values in `precondition_options`.
283
+ */
284
+ precondition_question_id?: string | null | undefined;
285
+ /**
286
+ * Where the screening question specified by `precondition_question_id` is of type `MULTI_SELECT` or `SINGLE_SELECT`, this is an array of Kombo IDs describing the valid options. If the question is of type `BOOLEAN`, this is an array containing either `true` or `false`.
287
+ */
288
+ precondition_options?: Array<string> | Array<boolean> | null | undefined;
289
+ };
290
+
291
+ /**
292
+ * The job posting’s current status.
293
+ */
294
+ export const JobPostingStatus = {
295
+ Active: "ACTIVE",
296
+ Inactive: "INACTIVE",
297
+ Draft: "DRAFT",
298
+ } as const;
299
+ /**
300
+ * The job posting’s current status.
301
+ */
302
+ export type JobPostingStatus = ClosedEnum<typeof JobPostingStatus>;
303
+
304
+ export const JobPostingVisibility = {
305
+ Public: "PUBLIC",
306
+ Internal: "INTERNAL",
307
+ Unlisted: "UNLISTED",
308
+ } as const;
309
+ export type JobPostingVisibility = ClosedEnum<typeof JobPostingVisibility>;
310
+
311
+ export type JobPosting = {
312
+ /**
313
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
314
+ */
315
+ id: string;
316
+ /**
317
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
318
+ */
319
+ remote_id: string | null;
320
+ /**
321
+ * The job posting’s title.
322
+ */
323
+ title: string | null;
324
+ /**
325
+ * The job posting’s description in HTML format.
326
+ */
327
+ description_html: string | null;
328
+ /**
329
+ * The job posting’s current status.
330
+ */
331
+ status: JobPostingStatus | null;
332
+ visibility: JobPostingVisibility | null;
333
+ /**
334
+ * The public URL to the job posting on the ATS platform.
335
+ */
336
+ url: string | null;
337
+ };
338
+
339
+ export const GetAtsJobsPositiveResponseHiringTeamRole = {
340
+ Recruiter: "RECRUITER",
341
+ HiringManager: "HIRING_MANAGER",
342
+ } as const;
343
+ export type GetAtsJobsPositiveResponseHiringTeamRole = ClosedEnum<
344
+ typeof GetAtsJobsPositiveResponseHiringTeamRole
345
+ >;
346
+
347
+ export type GetAtsJobsPositiveResponseHiringTeam = {
348
+ /**
349
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
350
+ */
351
+ id: string;
352
+ /**
353
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
354
+ */
355
+ remote_id: string | null;
356
+ /**
357
+ * First name of the user.
358
+ */
359
+ first_name: string | null;
360
+ /**
361
+ * Last name of the user.
362
+ */
363
+ last_name: string | null;
364
+ /**
365
+ * Email of the user. If the email address is invalid, it will be set to null.
366
+ */
367
+ email?: string | null | undefined;
368
+ /**
369
+ * Array of the roles of the user for this specific job. Currently only `RECRUITER` and `HIRING_MANAGER` are mapped into our unified schema.
370
+ */
371
+ hiring_team_roles: Array<GetAtsJobsPositiveResponseHiringTeamRole>;
372
+ };
373
+
374
+ export type GetAtsJobsPositiveResponseResult = {
375
+ /**
376
+ * The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
377
+ */
378
+ id: string;
379
+ /**
380
+ * The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
381
+ */
382
+ remote_id: string;
383
+ /**
384
+ * Title of the job.
385
+ */
386
+ name: string | null;
387
+ /**
388
+ * The human readable job code. Some systems expose this as the Requisition Code/ID.
389
+ */
390
+ job_code: string | null;
391
+ /**
392
+ * Description of the job. This field is usually returned as HTML.
393
+ */
394
+ description: string | null;
395
+ /**
396
+ * **(⚠️ Deprecated)** It makes more sense to store the visibility of a job in an enum. Therefore, we introduced the `visibility` enum on jobs.
397
+ *
398
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
399
+ */
400
+ confidential: boolean | null;
401
+ /**
402
+ * The number of hours per week an employee is expected to work.
403
+ */
404
+ weekly_hours: number | null;
405
+ /**
406
+ * The type of employment contract. In rare cases where can't find a clear mapping, the original string is passed through.
407
+ */
408
+ employment_type?: GetAtsJobsPositiveResponseEmploymentType | null | undefined;
409
+ /**
410
+ * The job's current status.
411
+ *
412
+ * @remarks
413
+ *
414
+ * *Note: For any checks (e.g., "can we publish this job?"), always evaluate both `status` and `visibility`. For example, a job can be `status=OPEN` with `visibility=INTERNAL`, meaning only existing employees can apply.*
415
+ *
416
+ * In rare cases where we can’t find a clear mapping, the original string is passed through.
417
+ */
418
+ status?: GetAtsJobsPositiveResponseStatus | null | undefined;
419
+ /**
420
+ * Describes the visibility of the job:
421
+ *
422
+ * @remarks
423
+ *
424
+ * - `PUBLIC`: visible to everyone, published on a job board
425
+ * - `INTERNAL`: only visible to employees of the company itself
426
+ * - `UNLISTED`: anyone can apply but only if they have the link to it
427
+ * - `CONFIDENTIAL`: nobody can apply and it's only visible in the ATS to people who were invited to it
428
+ *
429
+ * *Note: For any checks (e.g., "can we publish this job?"), always evaluate both `status` and `visibility`.*
430
+ *
431
+ * In rare cases where we can’t find a clear mapping, the original string is passed through.
432
+ */
433
+ visibility?: Visibility | null | undefined;
434
+ /**
435
+ * The category of the job (often the job industry). The original string is passed through, for example "Information Technology", "Quality Assurance", "Marketing".
436
+ */
437
+ category: string | null;
438
+ /**
439
+ * The internal department or team the job belongs to. The original string is passed through, for example "IT/Operations", "Engineering - Platform", "Customer Success".
440
+ */
441
+ department: string | null;
442
+ /**
443
+ * The public job posting URL of the ATS itself. This can be used by external job boards to redirect applicants.
444
+ */
445
+ post_url: string | null;
446
+ /**
447
+ * The role's seniority or experience level. The original string is passed through, for example "Mid-Senior Level", "5+ years", "Associate", "IC3".
448
+ */
449
+ experience_level: string | null;
450
+ /**
451
+ * Defines if the job supports remote work and if so, to what extent.
452
+ */
453
+ remote_work_status?: RemoteWorkStatus | null | undefined;
454
+ /**
455
+ * The salary amount in the given currency.
456
+ */
457
+ salary_amount: number | null;
458
+ /**
459
+ * The lower bound of the salary range.
460
+ */
461
+ salary_amount_from: number | null;
462
+ /**
463
+ * The upper bound of the salary range.
464
+ */
465
+ salary_amount_to: number | null;
466
+ /**
467
+ * Salary currency usually returned in [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html).
468
+ */
469
+ salary_currency: string | null;
470
+ /**
471
+ * The period of time over which the salary amount is paid (not equal to the pay frequency). In rare cases where we can’t find a clear mapping, the original string is passed through.
472
+ */
473
+ salary_period?: SalaryPeriod | null | undefined;
474
+ /**
475
+ * The location of the listed job.
476
+ */
477
+ location?: GetAtsJobsPositiveResponseLocation | null | undefined;
478
+ /**
479
+ * A key-value store of fields not covered by the schema. [Read more](/custom-fields)
480
+ */
481
+ custom_fields: { [k: string]: any } | null;
482
+ /**
483
+ * URL to the job posting in the source ATS system.
484
+ */
485
+ remote_url: string | null;
486
+ /**
487
+ * YYYY-MM-DDTHH:mm:ss.sssZ
488
+ */
489
+ opened_at: Date | null;
490
+ /**
491
+ * The date the job closed or is scheduled to close. A future value typically indicates the job remains open for applications until that date.
492
+ *
493
+ * @remarks
494
+ *
495
+ * Please use the `status` and `visibility` fields to determine if a job can be published.
496
+ */
497
+ closed_at: Date | null;
498
+ /**
499
+ * The date and time the object was created in the remote system.
500
+ */
501
+ remote_created_at: Date | null;
502
+ /**
503
+ * A timestamp retrieved from the remote system, describing when the resource was last updated.
504
+ */
505
+ remote_updated_at: Date | null;
506
+ /**
507
+ * **(⚠️ Deprecated)** The user ID of the contact person for this job. We strongly recommend using the new `hiring_team` property instead as it provides more complete and accurate information about the ATS users connected to a job.
508
+ *
509
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
510
+ */
511
+ contact_id: string | null;
512
+ /**
513
+ * The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
514
+ */
515
+ changed_at: Date;
516
+ /**
517
+ * The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
518
+ */
519
+ remote_deleted_at: Date | null;
520
+ /**
521
+ * Application stages a candidate can be in for this particular job.
522
+ */
523
+ stages: Array<Stage>;
524
+ screening_questions: Array<ScreeningQuestion>;
525
+ job_postings: Array<JobPosting>;
526
+ /**
527
+ * The hiring team allows you to sync users into your system who can access the job and its applications.
528
+ */
529
+ hiring_team: Array<GetAtsJobsPositiveResponseHiringTeam>;
530
+ };
531
+
532
+ export type GetAtsJobsPositiveResponseData = {
533
+ /**
534
+ * Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages.
535
+ */
536
+ next: string | null;
537
+ results: Array<GetAtsJobsPositiveResponseResult>;
538
+ };
539
+
540
+ export type GetAtsJobsPositiveResponse = {
541
+ status: "success";
542
+ data: GetAtsJobsPositiveResponseData;
543
+ };
544
+
545
+ /** @internal */
546
+ export const GetAtsJobsPositiveResponseEmploymentType$inboundSchema: z.ZodType<
547
+ GetAtsJobsPositiveResponseEmploymentType,
548
+ z.ZodTypeDef,
549
+ unknown
550
+ > = z
551
+ .union([
552
+ z.nativeEnum(GetAtsJobsPositiveResponseEmploymentType),
553
+ z.string().transform(catchUnrecognizedEnum),
554
+ ]);
555
+
556
+ /** @internal */
557
+ export const GetAtsJobsPositiveResponseEmploymentType$outboundSchema: z.ZodType<
558
+ GetAtsJobsPositiveResponseEmploymentType,
559
+ z.ZodTypeDef,
560
+ GetAtsJobsPositiveResponseEmploymentType
561
+ > = z.union([
562
+ z.nativeEnum(GetAtsJobsPositiveResponseEmploymentType),
563
+ z.string().and(z.custom<Unrecognized<string>>()),
564
+ ]);
565
+
566
+ /**
567
+ * @internal
568
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
569
+ */
570
+ export namespace GetAtsJobsPositiveResponseEmploymentType$ {
571
+ /** @deprecated use `GetAtsJobsPositiveResponseEmploymentType$inboundSchema` instead. */
572
+ export const inboundSchema =
573
+ GetAtsJobsPositiveResponseEmploymentType$inboundSchema;
574
+ /** @deprecated use `GetAtsJobsPositiveResponseEmploymentType$outboundSchema` instead. */
575
+ export const outboundSchema =
576
+ GetAtsJobsPositiveResponseEmploymentType$outboundSchema;
577
+ }
578
+
579
+ /** @internal */
580
+ export const GetAtsJobsPositiveResponseStatus$inboundSchema: z.ZodType<
581
+ GetAtsJobsPositiveResponseStatus,
582
+ z.ZodTypeDef,
583
+ unknown
584
+ > = z
585
+ .union([
586
+ z.nativeEnum(GetAtsJobsPositiveResponseStatus),
587
+ z.string().transform(catchUnrecognizedEnum),
588
+ ]);
589
+
590
+ /** @internal */
591
+ export const GetAtsJobsPositiveResponseStatus$outboundSchema: z.ZodType<
592
+ GetAtsJobsPositiveResponseStatus,
593
+ z.ZodTypeDef,
594
+ GetAtsJobsPositiveResponseStatus
595
+ > = z.union([
596
+ z.nativeEnum(GetAtsJobsPositiveResponseStatus),
597
+ z.string().and(z.custom<Unrecognized<string>>()),
598
+ ]);
599
+
600
+ /**
601
+ * @internal
602
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
603
+ */
604
+ export namespace GetAtsJobsPositiveResponseStatus$ {
605
+ /** @deprecated use `GetAtsJobsPositiveResponseStatus$inboundSchema` instead. */
606
+ export const inboundSchema = GetAtsJobsPositiveResponseStatus$inboundSchema;
607
+ /** @deprecated use `GetAtsJobsPositiveResponseStatus$outboundSchema` instead. */
608
+ export const outboundSchema = GetAtsJobsPositiveResponseStatus$outboundSchema;
609
+ }
610
+
611
+ /** @internal */
612
+ export const Visibility$inboundSchema: z.ZodType<
613
+ Visibility,
614
+ z.ZodTypeDef,
615
+ unknown
616
+ > = z
617
+ .union([
618
+ z.nativeEnum(Visibility),
619
+ z.string().transform(catchUnrecognizedEnum),
620
+ ]);
621
+
622
+ /** @internal */
623
+ export const Visibility$outboundSchema: z.ZodType<
624
+ Visibility,
625
+ z.ZodTypeDef,
626
+ Visibility
627
+ > = z.union([
628
+ z.nativeEnum(Visibility),
629
+ z.string().and(z.custom<Unrecognized<string>>()),
630
+ ]);
631
+
632
+ /**
633
+ * @internal
634
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
635
+ */
636
+ export namespace Visibility$ {
637
+ /** @deprecated use `Visibility$inboundSchema` instead. */
638
+ export const inboundSchema = Visibility$inboundSchema;
639
+ /** @deprecated use `Visibility$outboundSchema` instead. */
640
+ export const outboundSchema = Visibility$outboundSchema;
641
+ }
642
+
643
+ /** @internal */
644
+ export const RemoteWorkStatus$inboundSchema: z.ZodType<
645
+ RemoteWorkStatus,
646
+ z.ZodTypeDef,
647
+ unknown
648
+ > = z
649
+ .union([
650
+ z.nativeEnum(RemoteWorkStatus),
651
+ z.string().transform(catchUnrecognizedEnum),
652
+ ]);
653
+
654
+ /** @internal */
655
+ export const RemoteWorkStatus$outboundSchema: z.ZodType<
656
+ RemoteWorkStatus,
657
+ z.ZodTypeDef,
658
+ RemoteWorkStatus
659
+ > = z.union([
660
+ z.nativeEnum(RemoteWorkStatus),
661
+ z.string().and(z.custom<Unrecognized<string>>()),
662
+ ]);
663
+
664
+ /**
665
+ * @internal
666
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
667
+ */
668
+ export namespace RemoteWorkStatus$ {
669
+ /** @deprecated use `RemoteWorkStatus$inboundSchema` instead. */
670
+ export const inboundSchema = RemoteWorkStatus$inboundSchema;
671
+ /** @deprecated use `RemoteWorkStatus$outboundSchema` instead. */
672
+ export const outboundSchema = RemoteWorkStatus$outboundSchema;
673
+ }
674
+
675
+ /** @internal */
676
+ export const SalaryPeriod$inboundSchema: z.ZodType<
677
+ SalaryPeriod,
678
+ z.ZodTypeDef,
679
+ unknown
680
+ > = z
681
+ .union([
682
+ z.nativeEnum(SalaryPeriod),
683
+ z.string().transform(catchUnrecognizedEnum),
684
+ ]);
685
+
686
+ /** @internal */
687
+ export const SalaryPeriod$outboundSchema: z.ZodType<
688
+ SalaryPeriod,
689
+ z.ZodTypeDef,
690
+ SalaryPeriod
691
+ > = z.union([
692
+ z.nativeEnum(SalaryPeriod),
693
+ z.string().and(z.custom<Unrecognized<string>>()),
694
+ ]);
695
+
696
+ /**
697
+ * @internal
698
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
699
+ */
700
+ export namespace SalaryPeriod$ {
701
+ /** @deprecated use `SalaryPeriod$inboundSchema` instead. */
702
+ export const inboundSchema = SalaryPeriod$inboundSchema;
703
+ /** @deprecated use `SalaryPeriod$outboundSchema` instead. */
704
+ export const outboundSchema = SalaryPeriod$outboundSchema;
705
+ }
706
+
707
+ /** @internal */
708
+ export const GetAtsJobsPositiveResponseLocation$inboundSchema: z.ZodType<
709
+ GetAtsJobsPositiveResponseLocation,
710
+ z.ZodTypeDef,
711
+ unknown
712
+ > = z.object({
713
+ city: z.nullable(z.string()).optional(),
714
+ country: z.nullable(z.string()).optional(),
715
+ raw: z.nullable(z.string()).optional(),
716
+ state: z.nullable(z.string()).optional(),
717
+ street_1: z.nullable(z.string()).optional(),
718
+ street_2: z.nullable(z.string()).optional(),
719
+ zip_code: z.nullable(z.string()).optional(),
720
+ });
721
+
722
+ /** @internal */
723
+ export type GetAtsJobsPositiveResponseLocation$Outbound = {
724
+ city?: string | null | undefined;
725
+ country?: string | null | undefined;
726
+ raw?: string | null | undefined;
727
+ state?: string | null | undefined;
728
+ street_1?: string | null | undefined;
729
+ street_2?: string | null | undefined;
730
+ zip_code?: string | null | undefined;
731
+ };
732
+
733
+ /** @internal */
734
+ export const GetAtsJobsPositiveResponseLocation$outboundSchema: z.ZodType<
735
+ GetAtsJobsPositiveResponseLocation$Outbound,
736
+ z.ZodTypeDef,
737
+ GetAtsJobsPositiveResponseLocation
738
+ > = z.object({
739
+ city: z.nullable(z.string()).optional(),
740
+ country: z.nullable(z.string()).optional(),
741
+ raw: z.nullable(z.string()).optional(),
742
+ state: z.nullable(z.string()).optional(),
743
+ street_1: z.nullable(z.string()).optional(),
744
+ street_2: z.nullable(z.string()).optional(),
745
+ zip_code: z.nullable(z.string()).optional(),
746
+ });
747
+
748
+ /**
749
+ * @internal
750
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
751
+ */
752
+ export namespace GetAtsJobsPositiveResponseLocation$ {
753
+ /** @deprecated use `GetAtsJobsPositiveResponseLocation$inboundSchema` instead. */
754
+ export const inboundSchema = GetAtsJobsPositiveResponseLocation$inboundSchema;
755
+ /** @deprecated use `GetAtsJobsPositiveResponseLocation$outboundSchema` instead. */
756
+ export const outboundSchema =
757
+ GetAtsJobsPositiveResponseLocation$outboundSchema;
758
+ /** @deprecated use `GetAtsJobsPositiveResponseLocation$Outbound` instead. */
759
+ export type Outbound = GetAtsJobsPositiveResponseLocation$Outbound;
760
+ }
761
+
762
+ export function getAtsJobsPositiveResponseLocationToJSON(
763
+ getAtsJobsPositiveResponseLocation: GetAtsJobsPositiveResponseLocation,
764
+ ): string {
765
+ return JSON.stringify(
766
+ GetAtsJobsPositiveResponseLocation$outboundSchema.parse(
767
+ getAtsJobsPositiveResponseLocation,
768
+ ),
769
+ );
770
+ }
771
+
772
+ export function getAtsJobsPositiveResponseLocationFromJSON(
773
+ jsonString: string,
774
+ ): SafeParseResult<GetAtsJobsPositiveResponseLocation, SDKValidationError> {
775
+ return safeParse(
776
+ jsonString,
777
+ (x) =>
778
+ GetAtsJobsPositiveResponseLocation$inboundSchema.parse(JSON.parse(x)),
779
+ `Failed to parse 'GetAtsJobsPositiveResponseLocation' from JSON`,
780
+ );
781
+ }
782
+
783
+ /** @internal */
784
+ export const Stage$inboundSchema: z.ZodType<Stage, z.ZodTypeDef, unknown> = z
785
+ .object({
786
+ id: z.string(),
787
+ remote_id: z.nullable(z.string()),
788
+ name: z.nullable(z.string()),
789
+ index: z.nullable(z.number().int()).optional(),
790
+ });
791
+
792
+ /** @internal */
793
+ export type Stage$Outbound = {
794
+ id: string;
795
+ remote_id: string | null;
796
+ name: string | null;
797
+ index?: number | null | undefined;
798
+ };
799
+
800
+ /** @internal */
801
+ export const Stage$outboundSchema: z.ZodType<
802
+ Stage$Outbound,
803
+ z.ZodTypeDef,
804
+ Stage
805
+ > = z.object({
806
+ id: z.string(),
807
+ remote_id: z.nullable(z.string()),
808
+ name: z.nullable(z.string()),
809
+ index: z.nullable(z.number().int()).optional(),
810
+ });
811
+
812
+ /**
813
+ * @internal
814
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
815
+ */
816
+ export namespace Stage$ {
817
+ /** @deprecated use `Stage$inboundSchema` instead. */
818
+ export const inboundSchema = Stage$inboundSchema;
819
+ /** @deprecated use `Stage$outboundSchema` instead. */
820
+ export const outboundSchema = Stage$outboundSchema;
821
+ /** @deprecated use `Stage$Outbound` instead. */
822
+ export type Outbound = Stage$Outbound;
823
+ }
824
+
825
+ export function stageToJSON(stage: Stage): string {
826
+ return JSON.stringify(Stage$outboundSchema.parse(stage));
827
+ }
828
+
829
+ export function stageFromJSON(
830
+ jsonString: string,
831
+ ): SafeParseResult<Stage, SDKValidationError> {
832
+ return safeParse(
833
+ jsonString,
834
+ (x) => Stage$inboundSchema.parse(JSON.parse(x)),
835
+ `Failed to parse 'Stage' from JSON`,
836
+ );
837
+ }
838
+
839
+ /** @internal */
840
+ export const FormatUnknown$inboundSchema: z.ZodType<
841
+ FormatUnknown,
842
+ z.ZodTypeDef,
843
+ unknown
844
+ > = z.object({
845
+ raw_question: z.any().optional(),
846
+ type: z.literal("UNKNOWN"),
847
+ });
848
+
849
+ /** @internal */
850
+ export type FormatUnknown$Outbound = {
851
+ raw_question?: any | undefined;
852
+ type: "UNKNOWN";
853
+ };
854
+
855
+ /** @internal */
856
+ export const FormatUnknown$outboundSchema: z.ZodType<
857
+ FormatUnknown$Outbound,
858
+ z.ZodTypeDef,
859
+ FormatUnknown
860
+ > = z.object({
861
+ raw_question: z.any().optional(),
862
+ type: z.literal("UNKNOWN"),
863
+ });
864
+
865
+ /**
866
+ * @internal
867
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
868
+ */
869
+ export namespace FormatUnknown$ {
870
+ /** @deprecated use `FormatUnknown$inboundSchema` instead. */
871
+ export const inboundSchema = FormatUnknown$inboundSchema;
872
+ /** @deprecated use `FormatUnknown$outboundSchema` instead. */
873
+ export const outboundSchema = FormatUnknown$outboundSchema;
874
+ /** @deprecated use `FormatUnknown$Outbound` instead. */
875
+ export type Outbound = FormatUnknown$Outbound;
876
+ }
877
+
878
+ export function formatUnknownToJSON(formatUnknown: FormatUnknown): string {
879
+ return JSON.stringify(FormatUnknown$outboundSchema.parse(formatUnknown));
880
+ }
881
+
882
+ export function formatUnknownFromJSON(
883
+ jsonString: string,
884
+ ): SafeParseResult<FormatUnknown, SDKValidationError> {
885
+ return safeParse(
886
+ jsonString,
887
+ (x) => FormatUnknown$inboundSchema.parse(JSON.parse(x)),
888
+ `Failed to parse 'FormatUnknown' from JSON`,
889
+ );
890
+ }
891
+
892
+ /** @internal */
893
+ export const FormatInformation$inboundSchema: z.ZodType<
894
+ FormatInformation,
895
+ z.ZodTypeDef,
896
+ unknown
897
+ > = z.object({
898
+ type: z.literal("INFORMATION"),
899
+ });
900
+
901
+ /** @internal */
902
+ export type FormatInformation$Outbound = {
903
+ type: "INFORMATION";
904
+ };
905
+
906
+ /** @internal */
907
+ export const FormatInformation$outboundSchema: z.ZodType<
908
+ FormatInformation$Outbound,
909
+ z.ZodTypeDef,
910
+ FormatInformation
911
+ > = z.object({
912
+ type: z.literal("INFORMATION"),
913
+ });
914
+
915
+ /**
916
+ * @internal
917
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
918
+ */
919
+ export namespace FormatInformation$ {
920
+ /** @deprecated use `FormatInformation$inboundSchema` instead. */
921
+ export const inboundSchema = FormatInformation$inboundSchema;
922
+ /** @deprecated use `FormatInformation$outboundSchema` instead. */
923
+ export const outboundSchema = FormatInformation$outboundSchema;
924
+ /** @deprecated use `FormatInformation$Outbound` instead. */
925
+ export type Outbound = FormatInformation$Outbound;
926
+ }
927
+
928
+ export function formatInformationToJSON(
929
+ formatInformation: FormatInformation,
930
+ ): string {
931
+ return JSON.stringify(
932
+ FormatInformation$outboundSchema.parse(formatInformation),
933
+ );
934
+ }
935
+
936
+ export function formatInformationFromJSON(
937
+ jsonString: string,
938
+ ): SafeParseResult<FormatInformation, SDKValidationError> {
939
+ return safeParse(
940
+ jsonString,
941
+ (x) => FormatInformation$inboundSchema.parse(JSON.parse(x)),
942
+ `Failed to parse 'FormatInformation' from JSON`,
943
+ );
944
+ }
945
+
946
+ /** @internal */
947
+ export const Option2$inboundSchema: z.ZodType<Option2, z.ZodTypeDef, unknown> =
948
+ z.object({
949
+ id: z.string(),
950
+ remote_id: z.nullable(z.string()).optional(),
951
+ name: z.string(),
952
+ });
953
+
954
+ /** @internal */
955
+ export type Option2$Outbound = {
956
+ id: string;
957
+ remote_id?: string | null | undefined;
958
+ name: string;
959
+ };
960
+
961
+ /** @internal */
962
+ export const Option2$outboundSchema: z.ZodType<
963
+ Option2$Outbound,
964
+ z.ZodTypeDef,
965
+ Option2
966
+ > = z.object({
967
+ id: z.string(),
968
+ remote_id: z.nullable(z.string()).optional(),
969
+ name: z.string(),
970
+ });
971
+
972
+ /**
973
+ * @internal
974
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
975
+ */
976
+ export namespace Option2$ {
977
+ /** @deprecated use `Option2$inboundSchema` instead. */
978
+ export const inboundSchema = Option2$inboundSchema;
979
+ /** @deprecated use `Option2$outboundSchema` instead. */
980
+ export const outboundSchema = Option2$outboundSchema;
981
+ /** @deprecated use `Option2$Outbound` instead. */
982
+ export type Outbound = Option2$Outbound;
983
+ }
984
+
985
+ export function option2ToJSON(option2: Option2): string {
986
+ return JSON.stringify(Option2$outboundSchema.parse(option2));
987
+ }
988
+
989
+ export function option2FromJSON(
990
+ jsonString: string,
991
+ ): SafeParseResult<Option2, SDKValidationError> {
992
+ return safeParse(
993
+ jsonString,
994
+ (x) => Option2$inboundSchema.parse(JSON.parse(x)),
995
+ `Failed to parse 'Option2' from JSON`,
996
+ );
997
+ }
998
+
999
+ /** @internal */
1000
+ export const FormatMultiSelect$inboundSchema: z.ZodType<
1001
+ FormatMultiSelect,
1002
+ z.ZodTypeDef,
1003
+ unknown
1004
+ > = z.object({
1005
+ options: z.array(z.lazy(() => Option2$inboundSchema)),
1006
+ type: z.literal("MULTI_SELECT"),
1007
+ });
1008
+
1009
+ /** @internal */
1010
+ export type FormatMultiSelect$Outbound = {
1011
+ options: Array<Option2$Outbound>;
1012
+ type: "MULTI_SELECT";
1013
+ };
1014
+
1015
+ /** @internal */
1016
+ export const FormatMultiSelect$outboundSchema: z.ZodType<
1017
+ FormatMultiSelect$Outbound,
1018
+ z.ZodTypeDef,
1019
+ FormatMultiSelect
1020
+ > = z.object({
1021
+ options: z.array(z.lazy(() => Option2$outboundSchema)),
1022
+ type: z.literal("MULTI_SELECT"),
1023
+ });
1024
+
1025
+ /**
1026
+ * @internal
1027
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1028
+ */
1029
+ export namespace FormatMultiSelect$ {
1030
+ /** @deprecated use `FormatMultiSelect$inboundSchema` instead. */
1031
+ export const inboundSchema = FormatMultiSelect$inboundSchema;
1032
+ /** @deprecated use `FormatMultiSelect$outboundSchema` instead. */
1033
+ export const outboundSchema = FormatMultiSelect$outboundSchema;
1034
+ /** @deprecated use `FormatMultiSelect$Outbound` instead. */
1035
+ export type Outbound = FormatMultiSelect$Outbound;
1036
+ }
1037
+
1038
+ export function formatMultiSelectToJSON(
1039
+ formatMultiSelect: FormatMultiSelect,
1040
+ ): string {
1041
+ return JSON.stringify(
1042
+ FormatMultiSelect$outboundSchema.parse(formatMultiSelect),
1043
+ );
1044
+ }
1045
+
1046
+ export function formatMultiSelectFromJSON(
1047
+ jsonString: string,
1048
+ ): SafeParseResult<FormatMultiSelect, SDKValidationError> {
1049
+ return safeParse(
1050
+ jsonString,
1051
+ (x) => FormatMultiSelect$inboundSchema.parse(JSON.parse(x)),
1052
+ `Failed to parse 'FormatMultiSelect' from JSON`,
1053
+ );
1054
+ }
1055
+
1056
+ /** @internal */
1057
+ export const FormatDate$inboundSchema: z.ZodType<
1058
+ FormatDate,
1059
+ z.ZodTypeDef,
1060
+ unknown
1061
+ > = z.object({
1062
+ type: z.literal("DATE"),
1063
+ });
1064
+
1065
+ /** @internal */
1066
+ export type FormatDate$Outbound = {
1067
+ type: "DATE";
1068
+ };
1069
+
1070
+ /** @internal */
1071
+ export const FormatDate$outboundSchema: z.ZodType<
1072
+ FormatDate$Outbound,
1073
+ z.ZodTypeDef,
1074
+ FormatDate
1075
+ > = z.object({
1076
+ type: z.literal("DATE"),
1077
+ });
1078
+
1079
+ /**
1080
+ * @internal
1081
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1082
+ */
1083
+ export namespace FormatDate$ {
1084
+ /** @deprecated use `FormatDate$inboundSchema` instead. */
1085
+ export const inboundSchema = FormatDate$inboundSchema;
1086
+ /** @deprecated use `FormatDate$outboundSchema` instead. */
1087
+ export const outboundSchema = FormatDate$outboundSchema;
1088
+ /** @deprecated use `FormatDate$Outbound` instead. */
1089
+ export type Outbound = FormatDate$Outbound;
1090
+ }
1091
+
1092
+ export function formatDateToJSON(formatDate: FormatDate): string {
1093
+ return JSON.stringify(FormatDate$outboundSchema.parse(formatDate));
1094
+ }
1095
+
1096
+ export function formatDateFromJSON(
1097
+ jsonString: string,
1098
+ ): SafeParseResult<FormatDate, SDKValidationError> {
1099
+ return safeParse(
1100
+ jsonString,
1101
+ (x) => FormatDate$inboundSchema.parse(JSON.parse(x)),
1102
+ `Failed to parse 'FormatDate' from JSON`,
1103
+ );
1104
+ }
1105
+
1106
+ /** @internal */
1107
+ export const FormatBoolean$inboundSchema: z.ZodType<
1108
+ FormatBoolean,
1109
+ z.ZodTypeDef,
1110
+ unknown
1111
+ > = z.object({
1112
+ type: z.literal("BOOLEAN"),
1113
+ });
1114
+
1115
+ /** @internal */
1116
+ export type FormatBoolean$Outbound = {
1117
+ type: "BOOLEAN";
1118
+ };
1119
+
1120
+ /** @internal */
1121
+ export const FormatBoolean$outboundSchema: z.ZodType<
1122
+ FormatBoolean$Outbound,
1123
+ z.ZodTypeDef,
1124
+ FormatBoolean
1125
+ > = z.object({
1126
+ type: z.literal("BOOLEAN"),
1127
+ });
1128
+
1129
+ /**
1130
+ * @internal
1131
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1132
+ */
1133
+ export namespace FormatBoolean$ {
1134
+ /** @deprecated use `FormatBoolean$inboundSchema` instead. */
1135
+ export const inboundSchema = FormatBoolean$inboundSchema;
1136
+ /** @deprecated use `FormatBoolean$outboundSchema` instead. */
1137
+ export const outboundSchema = FormatBoolean$outboundSchema;
1138
+ /** @deprecated use `FormatBoolean$Outbound` instead. */
1139
+ export type Outbound = FormatBoolean$Outbound;
1140
+ }
1141
+
1142
+ export function formatBooleanToJSON(formatBoolean: FormatBoolean): string {
1143
+ return JSON.stringify(FormatBoolean$outboundSchema.parse(formatBoolean));
1144
+ }
1145
+
1146
+ export function formatBooleanFromJSON(
1147
+ jsonString: string,
1148
+ ): SafeParseResult<FormatBoolean, SDKValidationError> {
1149
+ return safeParse(
1150
+ jsonString,
1151
+ (x) => FormatBoolean$inboundSchema.parse(JSON.parse(x)),
1152
+ `Failed to parse 'FormatBoolean' from JSON`,
1153
+ );
1154
+ }
1155
+
1156
+ /** @internal */
1157
+ export const DisplayType3$inboundSchema: z.ZodNativeEnum<typeof DisplayType3> =
1158
+ z.nativeEnum(DisplayType3);
1159
+
1160
+ /** @internal */
1161
+ export const DisplayType3$outboundSchema: z.ZodNativeEnum<typeof DisplayType3> =
1162
+ DisplayType3$inboundSchema;
1163
+
1164
+ /**
1165
+ * @internal
1166
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1167
+ */
1168
+ export namespace DisplayType3$ {
1169
+ /** @deprecated use `DisplayType3$inboundSchema` instead. */
1170
+ export const inboundSchema = DisplayType3$inboundSchema;
1171
+ /** @deprecated use `DisplayType3$outboundSchema` instead. */
1172
+ export const outboundSchema = DisplayType3$outboundSchema;
1173
+ }
1174
+
1175
+ /** @internal */
1176
+ export const Option1$inboundSchema: z.ZodType<Option1, z.ZodTypeDef, unknown> =
1177
+ z.object({
1178
+ id: z.string(),
1179
+ remote_id: z.nullable(z.string()).optional(),
1180
+ name: z.string(),
1181
+ });
1182
+
1183
+ /** @internal */
1184
+ export type Option1$Outbound = {
1185
+ id: string;
1186
+ remote_id?: string | null | undefined;
1187
+ name: string;
1188
+ };
1189
+
1190
+ /** @internal */
1191
+ export const Option1$outboundSchema: z.ZodType<
1192
+ Option1$Outbound,
1193
+ z.ZodTypeDef,
1194
+ Option1
1195
+ > = z.object({
1196
+ id: z.string(),
1197
+ remote_id: z.nullable(z.string()).optional(),
1198
+ name: z.string(),
1199
+ });
1200
+
1201
+ /**
1202
+ * @internal
1203
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1204
+ */
1205
+ export namespace Option1$ {
1206
+ /** @deprecated use `Option1$inboundSchema` instead. */
1207
+ export const inboundSchema = Option1$inboundSchema;
1208
+ /** @deprecated use `Option1$outboundSchema` instead. */
1209
+ export const outboundSchema = Option1$outboundSchema;
1210
+ /** @deprecated use `Option1$Outbound` instead. */
1211
+ export type Outbound = Option1$Outbound;
1212
+ }
1213
+
1214
+ export function option1ToJSON(option1: Option1): string {
1215
+ return JSON.stringify(Option1$outboundSchema.parse(option1));
1216
+ }
1217
+
1218
+ export function option1FromJSON(
1219
+ jsonString: string,
1220
+ ): SafeParseResult<Option1, SDKValidationError> {
1221
+ return safeParse(
1222
+ jsonString,
1223
+ (x) => Option1$inboundSchema.parse(JSON.parse(x)),
1224
+ `Failed to parse 'Option1' from JSON`,
1225
+ );
1226
+ }
1227
+
1228
+ /** @internal */
1229
+ export const FormatSingleSelect$inboundSchema: z.ZodType<
1230
+ FormatSingleSelect,
1231
+ z.ZodTypeDef,
1232
+ unknown
1233
+ > = z.object({
1234
+ display_type: z.nullable(DisplayType3$inboundSchema).optional(),
1235
+ options: z.array(z.lazy(() => Option1$inboundSchema)),
1236
+ type: z.literal("SINGLE_SELECT"),
1237
+ });
1238
+
1239
+ /** @internal */
1240
+ export type FormatSingleSelect$Outbound = {
1241
+ display_type?: string | null | undefined;
1242
+ options: Array<Option1$Outbound>;
1243
+ type: "SINGLE_SELECT";
1244
+ };
1245
+
1246
+ /** @internal */
1247
+ export const FormatSingleSelect$outboundSchema: z.ZodType<
1248
+ FormatSingleSelect$Outbound,
1249
+ z.ZodTypeDef,
1250
+ FormatSingleSelect
1251
+ > = z.object({
1252
+ display_type: z.nullable(DisplayType3$outboundSchema).optional(),
1253
+ options: z.array(z.lazy(() => Option1$outboundSchema)),
1254
+ type: z.literal("SINGLE_SELECT"),
1255
+ });
1256
+
1257
+ /**
1258
+ * @internal
1259
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1260
+ */
1261
+ export namespace FormatSingleSelect$ {
1262
+ /** @deprecated use `FormatSingleSelect$inboundSchema` instead. */
1263
+ export const inboundSchema = FormatSingleSelect$inboundSchema;
1264
+ /** @deprecated use `FormatSingleSelect$outboundSchema` instead. */
1265
+ export const outboundSchema = FormatSingleSelect$outboundSchema;
1266
+ /** @deprecated use `FormatSingleSelect$Outbound` instead. */
1267
+ export type Outbound = FormatSingleSelect$Outbound;
1268
+ }
1269
+
1270
+ export function formatSingleSelectToJSON(
1271
+ formatSingleSelect: FormatSingleSelect,
1272
+ ): string {
1273
+ return JSON.stringify(
1274
+ FormatSingleSelect$outboundSchema.parse(formatSingleSelect),
1275
+ );
1276
+ }
1277
+
1278
+ export function formatSingleSelectFromJSON(
1279
+ jsonString: string,
1280
+ ): SafeParseResult<FormatSingleSelect, SDKValidationError> {
1281
+ return safeParse(
1282
+ jsonString,
1283
+ (x) => FormatSingleSelect$inboundSchema.parse(JSON.parse(x)),
1284
+ `Failed to parse 'FormatSingleSelect' from JSON`,
1285
+ );
1286
+ }
1287
+
1288
+ /** @internal */
1289
+ export const FormatFile$inboundSchema: z.ZodType<
1290
+ FormatFile,
1291
+ z.ZodTypeDef,
1292
+ unknown
1293
+ > = z.object({
1294
+ accepted_mime_types: z.nullable(z.array(z.string())).optional(),
1295
+ max_file_size_bytes: z.nullable(z.number().int()).optional(),
1296
+ type: z.literal("FILE"),
1297
+ });
1298
+
1299
+ /** @internal */
1300
+ export type FormatFile$Outbound = {
1301
+ accepted_mime_types?: Array<string> | null | undefined;
1302
+ max_file_size_bytes?: number | null | undefined;
1303
+ type: "FILE";
1304
+ };
1305
+
1306
+ /** @internal */
1307
+ export const FormatFile$outboundSchema: z.ZodType<
1308
+ FormatFile$Outbound,
1309
+ z.ZodTypeDef,
1310
+ FormatFile
1311
+ > = z.object({
1312
+ accepted_mime_types: z.nullable(z.array(z.string())).optional(),
1313
+ max_file_size_bytes: z.nullable(z.number().int()).optional(),
1314
+ type: z.literal("FILE"),
1315
+ });
1316
+
1317
+ /**
1318
+ * @internal
1319
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1320
+ */
1321
+ export namespace FormatFile$ {
1322
+ /** @deprecated use `FormatFile$inboundSchema` instead. */
1323
+ export const inboundSchema = FormatFile$inboundSchema;
1324
+ /** @deprecated use `FormatFile$outboundSchema` instead. */
1325
+ export const outboundSchema = FormatFile$outboundSchema;
1326
+ /** @deprecated use `FormatFile$Outbound` instead. */
1327
+ export type Outbound = FormatFile$Outbound;
1328
+ }
1329
+
1330
+ export function formatFileToJSON(formatFile: FormatFile): string {
1331
+ return JSON.stringify(FormatFile$outboundSchema.parse(formatFile));
1332
+ }
1333
+
1334
+ export function formatFileFromJSON(
1335
+ jsonString: string,
1336
+ ): SafeParseResult<FormatFile, SDKValidationError> {
1337
+ return safeParse(
1338
+ jsonString,
1339
+ (x) => FormatFile$inboundSchema.parse(JSON.parse(x)),
1340
+ `Failed to parse 'FormatFile' from JSON`,
1341
+ );
1342
+ }
1343
+
1344
+ /** @internal */
1345
+ export const DisplayType2$inboundSchema: z.ZodNativeEnum<typeof DisplayType2> =
1346
+ z.nativeEnum(DisplayType2);
1347
+
1348
+ /** @internal */
1349
+ export const DisplayType2$outboundSchema: z.ZodNativeEnum<typeof DisplayType2> =
1350
+ DisplayType2$inboundSchema;
1351
+
1352
+ /**
1353
+ * @internal
1354
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1355
+ */
1356
+ export namespace DisplayType2$ {
1357
+ /** @deprecated use `DisplayType2$inboundSchema` instead. */
1358
+ export const inboundSchema = DisplayType2$inboundSchema;
1359
+ /** @deprecated use `DisplayType2$outboundSchema` instead. */
1360
+ export const outboundSchema = DisplayType2$outboundSchema;
1361
+ }
1362
+
1363
+ /** @internal */
1364
+ export const FormatNumber$inboundSchema: z.ZodType<
1365
+ FormatNumber,
1366
+ z.ZodTypeDef,
1367
+ unknown
1368
+ > = z.object({
1369
+ display_type: z.nullable(DisplayType2$inboundSchema.default("FIELD")),
1370
+ max: z.nullable(z.number()).optional(),
1371
+ min: z.nullable(z.number()).optional(),
1372
+ type: z.literal("NUMBER"),
1373
+ });
1374
+
1375
+ /** @internal */
1376
+ export type FormatNumber$Outbound = {
1377
+ display_type: string | null;
1378
+ max?: number | null | undefined;
1379
+ min?: number | null | undefined;
1380
+ type: "NUMBER";
1381
+ };
1382
+
1383
+ /** @internal */
1384
+ export const FormatNumber$outboundSchema: z.ZodType<
1385
+ FormatNumber$Outbound,
1386
+ z.ZodTypeDef,
1387
+ FormatNumber
1388
+ > = z.object({
1389
+ display_type: z.nullable(DisplayType2$outboundSchema.default("FIELD")),
1390
+ max: z.nullable(z.number()).optional(),
1391
+ min: z.nullable(z.number()).optional(),
1392
+ type: z.literal("NUMBER"),
1393
+ });
1394
+
1395
+ /**
1396
+ * @internal
1397
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1398
+ */
1399
+ export namespace FormatNumber$ {
1400
+ /** @deprecated use `FormatNumber$inboundSchema` instead. */
1401
+ export const inboundSchema = FormatNumber$inboundSchema;
1402
+ /** @deprecated use `FormatNumber$outboundSchema` instead. */
1403
+ export const outboundSchema = FormatNumber$outboundSchema;
1404
+ /** @deprecated use `FormatNumber$Outbound` instead. */
1405
+ export type Outbound = FormatNumber$Outbound;
1406
+ }
1407
+
1408
+ export function formatNumberToJSON(formatNumber: FormatNumber): string {
1409
+ return JSON.stringify(FormatNumber$outboundSchema.parse(formatNumber));
1410
+ }
1411
+
1412
+ export function formatNumberFromJSON(
1413
+ jsonString: string,
1414
+ ): SafeParseResult<FormatNumber, SDKValidationError> {
1415
+ return safeParse(
1416
+ jsonString,
1417
+ (x) => FormatNumber$inboundSchema.parse(JSON.parse(x)),
1418
+ `Failed to parse 'FormatNumber' from JSON`,
1419
+ );
1420
+ }
1421
+
1422
+ /** @internal */
1423
+ export const DisplayType1$inboundSchema: z.ZodNativeEnum<typeof DisplayType1> =
1424
+ z.nativeEnum(DisplayType1);
1425
+
1426
+ /** @internal */
1427
+ export const DisplayType1$outboundSchema: z.ZodNativeEnum<typeof DisplayType1> =
1428
+ DisplayType1$inboundSchema;
1429
+
1430
+ /**
1431
+ * @internal
1432
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1433
+ */
1434
+ export namespace DisplayType1$ {
1435
+ /** @deprecated use `DisplayType1$inboundSchema` instead. */
1436
+ export const inboundSchema = DisplayType1$inboundSchema;
1437
+ /** @deprecated use `DisplayType1$outboundSchema` instead. */
1438
+ export const outboundSchema = DisplayType1$outboundSchema;
1439
+ }
1440
+
1441
+ /** @internal */
1442
+ export const FormatText$inboundSchema: z.ZodType<
1443
+ FormatText,
1444
+ z.ZodTypeDef,
1445
+ unknown
1446
+ > = z.object({
1447
+ display_type: z.nullable(DisplayType1$inboundSchema).optional(),
1448
+ max_length: z.nullable(z.number().int()).optional(),
1449
+ type: z.literal("TEXT"),
1450
+ });
1451
+
1452
+ /** @internal */
1453
+ export type FormatText$Outbound = {
1454
+ display_type?: string | null | undefined;
1455
+ max_length?: number | null | undefined;
1456
+ type: "TEXT";
1457
+ };
1458
+
1459
+ /** @internal */
1460
+ export const FormatText$outboundSchema: z.ZodType<
1461
+ FormatText$Outbound,
1462
+ z.ZodTypeDef,
1463
+ FormatText
1464
+ > = z.object({
1465
+ display_type: z.nullable(DisplayType1$outboundSchema).optional(),
1466
+ max_length: z.nullable(z.number().int()).optional(),
1467
+ type: z.literal("TEXT"),
1468
+ });
1469
+
1470
+ /**
1471
+ * @internal
1472
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1473
+ */
1474
+ export namespace FormatText$ {
1475
+ /** @deprecated use `FormatText$inboundSchema` instead. */
1476
+ export const inboundSchema = FormatText$inboundSchema;
1477
+ /** @deprecated use `FormatText$outboundSchema` instead. */
1478
+ export const outboundSchema = FormatText$outboundSchema;
1479
+ /** @deprecated use `FormatText$Outbound` instead. */
1480
+ export type Outbound = FormatText$Outbound;
1481
+ }
1482
+
1483
+ export function formatTextToJSON(formatText: FormatText): string {
1484
+ return JSON.stringify(FormatText$outboundSchema.parse(formatText));
1485
+ }
1486
+
1487
+ export function formatTextFromJSON(
1488
+ jsonString: string,
1489
+ ): SafeParseResult<FormatText, SDKValidationError> {
1490
+ return safeParse(
1491
+ jsonString,
1492
+ (x) => FormatText$inboundSchema.parse(JSON.parse(x)),
1493
+ `Failed to parse 'FormatText' from JSON`,
1494
+ );
1495
+ }
1496
+
1497
+ /** @internal */
1498
+ export const Format$inboundSchema: z.ZodType<Format, z.ZodTypeDef, unknown> = z
1499
+ .union([
1500
+ z.lazy(() => FormatSingleSelect$inboundSchema),
1501
+ z.lazy(() => FormatMultiSelect$inboundSchema),
1502
+ z.lazy(() => FormatText$inboundSchema),
1503
+ z.lazy(() => FormatNumber$inboundSchema),
1504
+ z.lazy(() => FormatFile$inboundSchema),
1505
+ z.lazy(() => FormatBoolean$inboundSchema),
1506
+ z.lazy(() => FormatDate$inboundSchema),
1507
+ z.lazy(() => FormatInformation$inboundSchema),
1508
+ z.lazy(() => FormatUnknown$inboundSchema),
1509
+ ]);
1510
+
1511
+ /** @internal */
1512
+ export type Format$Outbound =
1513
+ | FormatSingleSelect$Outbound
1514
+ | FormatMultiSelect$Outbound
1515
+ | FormatText$Outbound
1516
+ | FormatNumber$Outbound
1517
+ | FormatFile$Outbound
1518
+ | FormatBoolean$Outbound
1519
+ | FormatDate$Outbound
1520
+ | FormatInformation$Outbound
1521
+ | FormatUnknown$Outbound;
1522
+
1523
+ /** @internal */
1524
+ export const Format$outboundSchema: z.ZodType<
1525
+ Format$Outbound,
1526
+ z.ZodTypeDef,
1527
+ Format
1528
+ > = z.union([
1529
+ z.lazy(() => FormatSingleSelect$outboundSchema),
1530
+ z.lazy(() => FormatMultiSelect$outboundSchema),
1531
+ z.lazy(() => FormatText$outboundSchema),
1532
+ z.lazy(() => FormatNumber$outboundSchema),
1533
+ z.lazy(() => FormatFile$outboundSchema),
1534
+ z.lazy(() => FormatBoolean$outboundSchema),
1535
+ z.lazy(() => FormatDate$outboundSchema),
1536
+ z.lazy(() => FormatInformation$outboundSchema),
1537
+ z.lazy(() => FormatUnknown$outboundSchema),
1538
+ ]);
1539
+
1540
+ /**
1541
+ * @internal
1542
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1543
+ */
1544
+ export namespace Format$ {
1545
+ /** @deprecated use `Format$inboundSchema` instead. */
1546
+ export const inboundSchema = Format$inboundSchema;
1547
+ /** @deprecated use `Format$outboundSchema` instead. */
1548
+ export const outboundSchema = Format$outboundSchema;
1549
+ /** @deprecated use `Format$Outbound` instead. */
1550
+ export type Outbound = Format$Outbound;
1551
+ }
1552
+
1553
+ export function formatToJSON(format: Format): string {
1554
+ return JSON.stringify(Format$outboundSchema.parse(format));
1555
+ }
1556
+
1557
+ export function formatFromJSON(
1558
+ jsonString: string,
1559
+ ): SafeParseResult<Format, SDKValidationError> {
1560
+ return safeParse(
1561
+ jsonString,
1562
+ (x) => Format$inboundSchema.parse(JSON.parse(x)),
1563
+ `Failed to parse 'Format' from JSON`,
1564
+ );
1565
+ }
1566
+
1567
+ /** @internal */
1568
+ export const GetAtsJobsPositiveResponseCategory$inboundSchema: z.ZodNativeEnum<
1569
+ typeof GetAtsJobsPositiveResponseCategory
1570
+ > = z.nativeEnum(GetAtsJobsPositiveResponseCategory);
1571
+
1572
+ /** @internal */
1573
+ export const GetAtsJobsPositiveResponseCategory$outboundSchema: z.ZodNativeEnum<
1574
+ typeof GetAtsJobsPositiveResponseCategory
1575
+ > = GetAtsJobsPositiveResponseCategory$inboundSchema;
1576
+
1577
+ /**
1578
+ * @internal
1579
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1580
+ */
1581
+ export namespace GetAtsJobsPositiveResponseCategory$ {
1582
+ /** @deprecated use `GetAtsJobsPositiveResponseCategory$inboundSchema` instead. */
1583
+ export const inboundSchema = GetAtsJobsPositiveResponseCategory$inboundSchema;
1584
+ /** @deprecated use `GetAtsJobsPositiveResponseCategory$outboundSchema` instead. */
1585
+ export const outboundSchema =
1586
+ GetAtsJobsPositiveResponseCategory$outboundSchema;
1587
+ }
1588
+
1589
+ /** @internal */
1590
+ export const PreconditionOptions$inboundSchema: z.ZodType<
1591
+ PreconditionOptions,
1592
+ z.ZodTypeDef,
1593
+ unknown
1594
+ > = z.union([z.array(z.string()), z.array(z.boolean())]);
1595
+
1596
+ /** @internal */
1597
+ export type PreconditionOptions$Outbound = Array<string> | Array<boolean>;
1598
+
1599
+ /** @internal */
1600
+ export const PreconditionOptions$outboundSchema: z.ZodType<
1601
+ PreconditionOptions$Outbound,
1602
+ z.ZodTypeDef,
1603
+ PreconditionOptions
1604
+ > = z.union([z.array(z.string()), z.array(z.boolean())]);
1605
+
1606
+ /**
1607
+ * @internal
1608
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1609
+ */
1610
+ export namespace PreconditionOptions$ {
1611
+ /** @deprecated use `PreconditionOptions$inboundSchema` instead. */
1612
+ export const inboundSchema = PreconditionOptions$inboundSchema;
1613
+ /** @deprecated use `PreconditionOptions$outboundSchema` instead. */
1614
+ export const outboundSchema = PreconditionOptions$outboundSchema;
1615
+ /** @deprecated use `PreconditionOptions$Outbound` instead. */
1616
+ export type Outbound = PreconditionOptions$Outbound;
1617
+ }
1618
+
1619
+ export function preconditionOptionsToJSON(
1620
+ preconditionOptions: PreconditionOptions,
1621
+ ): string {
1622
+ return JSON.stringify(
1623
+ PreconditionOptions$outboundSchema.parse(preconditionOptions),
1624
+ );
1625
+ }
1626
+
1627
+ export function preconditionOptionsFromJSON(
1628
+ jsonString: string,
1629
+ ): SafeParseResult<PreconditionOptions, SDKValidationError> {
1630
+ return safeParse(
1631
+ jsonString,
1632
+ (x) => PreconditionOptions$inboundSchema.parse(JSON.parse(x)),
1633
+ `Failed to parse 'PreconditionOptions' from JSON`,
1634
+ );
1635
+ }
1636
+
1637
+ /** @internal */
1638
+ export const ScreeningQuestion$inboundSchema: z.ZodType<
1639
+ ScreeningQuestion,
1640
+ z.ZodTypeDef,
1641
+ unknown
1642
+ > = z.object({
1643
+ id: z.string(),
1644
+ remote_id: z.nullable(z.string()),
1645
+ title: z.nullable(z.string()),
1646
+ description: z.nullable(z.string()),
1647
+ format: z.nullable(
1648
+ z.union([
1649
+ z.lazy(() => FormatSingleSelect$inboundSchema),
1650
+ z.lazy(() => FormatMultiSelect$inboundSchema),
1651
+ z.lazy(() => FormatText$inboundSchema),
1652
+ z.lazy(() => FormatNumber$inboundSchema),
1653
+ z.lazy(() => FormatFile$inboundSchema),
1654
+ z.lazy(() => FormatBoolean$inboundSchema),
1655
+ z.lazy(() => FormatDate$inboundSchema),
1656
+ z.lazy(() => FormatInformation$inboundSchema),
1657
+ z.lazy(() => FormatUnknown$inboundSchema),
1658
+ ]),
1659
+ ).optional(),
1660
+ category: z.nullable(GetAtsJobsPositiveResponseCategory$inboundSchema),
1661
+ index: z.nullable(z.number().int()).optional(),
1662
+ required: z.nullable(z.boolean()),
1663
+ precondition_question_id: z.nullable(z.string()).optional(),
1664
+ precondition_options: z.nullable(
1665
+ z.union([z.array(z.string()), z.array(z.boolean())]),
1666
+ ).optional(),
1667
+ });
1668
+
1669
+ /** @internal */
1670
+ export type ScreeningQuestion$Outbound = {
1671
+ id: string;
1672
+ remote_id: string | null;
1673
+ title: string | null;
1674
+ description: string | null;
1675
+ format?:
1676
+ | FormatSingleSelect$Outbound
1677
+ | FormatMultiSelect$Outbound
1678
+ | FormatText$Outbound
1679
+ | FormatNumber$Outbound
1680
+ | FormatFile$Outbound
1681
+ | FormatBoolean$Outbound
1682
+ | FormatDate$Outbound
1683
+ | FormatInformation$Outbound
1684
+ | FormatUnknown$Outbound
1685
+ | null
1686
+ | undefined;
1687
+ category: string | null;
1688
+ index?: number | null | undefined;
1689
+ required: boolean | null;
1690
+ precondition_question_id?: string | null | undefined;
1691
+ precondition_options?: Array<string> | Array<boolean> | null | undefined;
1692
+ };
1693
+
1694
+ /** @internal */
1695
+ export const ScreeningQuestion$outboundSchema: z.ZodType<
1696
+ ScreeningQuestion$Outbound,
1697
+ z.ZodTypeDef,
1698
+ ScreeningQuestion
1699
+ > = z.object({
1700
+ id: z.string(),
1701
+ remote_id: z.nullable(z.string()),
1702
+ title: z.nullable(z.string()),
1703
+ description: z.nullable(z.string()),
1704
+ format: z.nullable(
1705
+ z.union([
1706
+ z.lazy(() => FormatSingleSelect$outboundSchema),
1707
+ z.lazy(() => FormatMultiSelect$outboundSchema),
1708
+ z.lazy(() => FormatText$outboundSchema),
1709
+ z.lazy(() => FormatNumber$outboundSchema),
1710
+ z.lazy(() => FormatFile$outboundSchema),
1711
+ z.lazy(() => FormatBoolean$outboundSchema),
1712
+ z.lazy(() => FormatDate$outboundSchema),
1713
+ z.lazy(() => FormatInformation$outboundSchema),
1714
+ z.lazy(() => FormatUnknown$outboundSchema),
1715
+ ]),
1716
+ ).optional(),
1717
+ category: z.nullable(GetAtsJobsPositiveResponseCategory$outboundSchema),
1718
+ index: z.nullable(z.number().int()).optional(),
1719
+ required: z.nullable(z.boolean()),
1720
+ precondition_question_id: z.nullable(z.string()).optional(),
1721
+ precondition_options: z.nullable(
1722
+ z.union([z.array(z.string()), z.array(z.boolean())]),
1723
+ ).optional(),
1724
+ });
1725
+
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 namespace ScreeningQuestion$ {
1731
+ /** @deprecated use `ScreeningQuestion$inboundSchema` instead. */
1732
+ export const inboundSchema = ScreeningQuestion$inboundSchema;
1733
+ /** @deprecated use `ScreeningQuestion$outboundSchema` instead. */
1734
+ export const outboundSchema = ScreeningQuestion$outboundSchema;
1735
+ /** @deprecated use `ScreeningQuestion$Outbound` instead. */
1736
+ export type Outbound = ScreeningQuestion$Outbound;
1737
+ }
1738
+
1739
+ export function screeningQuestionToJSON(
1740
+ screeningQuestion: ScreeningQuestion,
1741
+ ): string {
1742
+ return JSON.stringify(
1743
+ ScreeningQuestion$outboundSchema.parse(screeningQuestion),
1744
+ );
1745
+ }
1746
+
1747
+ export function screeningQuestionFromJSON(
1748
+ jsonString: string,
1749
+ ): SafeParseResult<ScreeningQuestion, SDKValidationError> {
1750
+ return safeParse(
1751
+ jsonString,
1752
+ (x) => ScreeningQuestion$inboundSchema.parse(JSON.parse(x)),
1753
+ `Failed to parse 'ScreeningQuestion' from JSON`,
1754
+ );
1755
+ }
1756
+
1757
+ /** @internal */
1758
+ export const JobPostingStatus$inboundSchema: z.ZodNativeEnum<
1759
+ typeof JobPostingStatus
1760
+ > = z.nativeEnum(JobPostingStatus);
1761
+
1762
+ /** @internal */
1763
+ export const JobPostingStatus$outboundSchema: z.ZodNativeEnum<
1764
+ typeof JobPostingStatus
1765
+ > = JobPostingStatus$inboundSchema;
1766
+
1767
+ /**
1768
+ * @internal
1769
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1770
+ */
1771
+ export namespace JobPostingStatus$ {
1772
+ /** @deprecated use `JobPostingStatus$inboundSchema` instead. */
1773
+ export const inboundSchema = JobPostingStatus$inboundSchema;
1774
+ /** @deprecated use `JobPostingStatus$outboundSchema` instead. */
1775
+ export const outboundSchema = JobPostingStatus$outboundSchema;
1776
+ }
1777
+
1778
+ /** @internal */
1779
+ export const JobPostingVisibility$inboundSchema: z.ZodNativeEnum<
1780
+ typeof JobPostingVisibility
1781
+ > = z.nativeEnum(JobPostingVisibility);
1782
+
1783
+ /** @internal */
1784
+ export const JobPostingVisibility$outboundSchema: z.ZodNativeEnum<
1785
+ typeof JobPostingVisibility
1786
+ > = JobPostingVisibility$inboundSchema;
1787
+
1788
+ /**
1789
+ * @internal
1790
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1791
+ */
1792
+ export namespace JobPostingVisibility$ {
1793
+ /** @deprecated use `JobPostingVisibility$inboundSchema` instead. */
1794
+ export const inboundSchema = JobPostingVisibility$inboundSchema;
1795
+ /** @deprecated use `JobPostingVisibility$outboundSchema` instead. */
1796
+ export const outboundSchema = JobPostingVisibility$outboundSchema;
1797
+ }
1798
+
1799
+ /** @internal */
1800
+ export const JobPosting$inboundSchema: z.ZodType<
1801
+ JobPosting,
1802
+ z.ZodTypeDef,
1803
+ unknown
1804
+ > = z.object({
1805
+ id: z.string(),
1806
+ remote_id: z.nullable(z.string()),
1807
+ title: z.nullable(z.string()),
1808
+ description_html: z.nullable(z.string()),
1809
+ status: z.nullable(JobPostingStatus$inboundSchema),
1810
+ visibility: z.nullable(JobPostingVisibility$inboundSchema),
1811
+ url: z.nullable(z.string()),
1812
+ });
1813
+
1814
+ /** @internal */
1815
+ export type JobPosting$Outbound = {
1816
+ id: string;
1817
+ remote_id: string | null;
1818
+ title: string | null;
1819
+ description_html: string | null;
1820
+ status: string | null;
1821
+ visibility: string | null;
1822
+ url: string | null;
1823
+ };
1824
+
1825
+ /** @internal */
1826
+ export const JobPosting$outboundSchema: z.ZodType<
1827
+ JobPosting$Outbound,
1828
+ z.ZodTypeDef,
1829
+ JobPosting
1830
+ > = z.object({
1831
+ id: z.string(),
1832
+ remote_id: z.nullable(z.string()),
1833
+ title: z.nullable(z.string()),
1834
+ description_html: z.nullable(z.string()),
1835
+ status: z.nullable(JobPostingStatus$outboundSchema),
1836
+ visibility: z.nullable(JobPostingVisibility$outboundSchema),
1837
+ url: z.nullable(z.string()),
1838
+ });
1839
+
1840
+ /**
1841
+ * @internal
1842
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1843
+ */
1844
+ export namespace JobPosting$ {
1845
+ /** @deprecated use `JobPosting$inboundSchema` instead. */
1846
+ export const inboundSchema = JobPosting$inboundSchema;
1847
+ /** @deprecated use `JobPosting$outboundSchema` instead. */
1848
+ export const outboundSchema = JobPosting$outboundSchema;
1849
+ /** @deprecated use `JobPosting$Outbound` instead. */
1850
+ export type Outbound = JobPosting$Outbound;
1851
+ }
1852
+
1853
+ export function jobPostingToJSON(jobPosting: JobPosting): string {
1854
+ return JSON.stringify(JobPosting$outboundSchema.parse(jobPosting));
1855
+ }
1856
+
1857
+ export function jobPostingFromJSON(
1858
+ jsonString: string,
1859
+ ): SafeParseResult<JobPosting, SDKValidationError> {
1860
+ return safeParse(
1861
+ jsonString,
1862
+ (x) => JobPosting$inboundSchema.parse(JSON.parse(x)),
1863
+ `Failed to parse 'JobPosting' from JSON`,
1864
+ );
1865
+ }
1866
+
1867
+ /** @internal */
1868
+ export const GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema:
1869
+ z.ZodNativeEnum<typeof GetAtsJobsPositiveResponseHiringTeamRole> = z
1870
+ .nativeEnum(GetAtsJobsPositiveResponseHiringTeamRole);
1871
+
1872
+ /** @internal */
1873
+ export const GetAtsJobsPositiveResponseHiringTeamRole$outboundSchema:
1874
+ z.ZodNativeEnum<typeof GetAtsJobsPositiveResponseHiringTeamRole> =
1875
+ GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema;
1876
+
1877
+ /**
1878
+ * @internal
1879
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1880
+ */
1881
+ export namespace GetAtsJobsPositiveResponseHiringTeamRole$ {
1882
+ /** @deprecated use `GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema` instead. */
1883
+ export const inboundSchema =
1884
+ GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema;
1885
+ /** @deprecated use `GetAtsJobsPositiveResponseHiringTeamRole$outboundSchema` instead. */
1886
+ export const outboundSchema =
1887
+ GetAtsJobsPositiveResponseHiringTeamRole$outboundSchema;
1888
+ }
1889
+
1890
+ /** @internal */
1891
+ export const GetAtsJobsPositiveResponseHiringTeam$inboundSchema: z.ZodType<
1892
+ GetAtsJobsPositiveResponseHiringTeam,
1893
+ z.ZodTypeDef,
1894
+ unknown
1895
+ > = z.object({
1896
+ id: z.string(),
1897
+ remote_id: z.nullable(z.string()),
1898
+ first_name: z.nullable(z.string()),
1899
+ last_name: z.nullable(z.string()),
1900
+ email: z.nullable(z.string()).optional(),
1901
+ hiring_team_roles: z.array(
1902
+ GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema,
1903
+ ),
1904
+ });
1905
+
1906
+ /** @internal */
1907
+ export type GetAtsJobsPositiveResponseHiringTeam$Outbound = {
1908
+ id: string;
1909
+ remote_id: string | null;
1910
+ first_name: string | null;
1911
+ last_name: string | null;
1912
+ email?: string | null | undefined;
1913
+ hiring_team_roles: Array<string>;
1914
+ };
1915
+
1916
+ /** @internal */
1917
+ export const GetAtsJobsPositiveResponseHiringTeam$outboundSchema: z.ZodType<
1918
+ GetAtsJobsPositiveResponseHiringTeam$Outbound,
1919
+ z.ZodTypeDef,
1920
+ GetAtsJobsPositiveResponseHiringTeam
1921
+ > = z.object({
1922
+ id: z.string(),
1923
+ remote_id: z.nullable(z.string()),
1924
+ first_name: z.nullable(z.string()),
1925
+ last_name: z.nullable(z.string()),
1926
+ email: z.nullable(z.string()).optional(),
1927
+ hiring_team_roles: z.array(
1928
+ GetAtsJobsPositiveResponseHiringTeamRole$outboundSchema,
1929
+ ),
1930
+ });
1931
+
1932
+ /**
1933
+ * @internal
1934
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1935
+ */
1936
+ export namespace GetAtsJobsPositiveResponseHiringTeam$ {
1937
+ /** @deprecated use `GetAtsJobsPositiveResponseHiringTeam$inboundSchema` instead. */
1938
+ export const inboundSchema =
1939
+ GetAtsJobsPositiveResponseHiringTeam$inboundSchema;
1940
+ /** @deprecated use `GetAtsJobsPositiveResponseHiringTeam$outboundSchema` instead. */
1941
+ export const outboundSchema =
1942
+ GetAtsJobsPositiveResponseHiringTeam$outboundSchema;
1943
+ /** @deprecated use `GetAtsJobsPositiveResponseHiringTeam$Outbound` instead. */
1944
+ export type Outbound = GetAtsJobsPositiveResponseHiringTeam$Outbound;
1945
+ }
1946
+
1947
+ export function getAtsJobsPositiveResponseHiringTeamToJSON(
1948
+ getAtsJobsPositiveResponseHiringTeam: GetAtsJobsPositiveResponseHiringTeam,
1949
+ ): string {
1950
+ return JSON.stringify(
1951
+ GetAtsJobsPositiveResponseHiringTeam$outboundSchema.parse(
1952
+ getAtsJobsPositiveResponseHiringTeam,
1953
+ ),
1954
+ );
1955
+ }
1956
+
1957
+ export function getAtsJobsPositiveResponseHiringTeamFromJSON(
1958
+ jsonString: string,
1959
+ ): SafeParseResult<GetAtsJobsPositiveResponseHiringTeam, SDKValidationError> {
1960
+ return safeParse(
1961
+ jsonString,
1962
+ (x) =>
1963
+ GetAtsJobsPositiveResponseHiringTeam$inboundSchema.parse(JSON.parse(x)),
1964
+ `Failed to parse 'GetAtsJobsPositiveResponseHiringTeam' from JSON`,
1965
+ );
1966
+ }
1967
+
1968
+ /** @internal */
1969
+ export const GetAtsJobsPositiveResponseResult$inboundSchema: z.ZodType<
1970
+ GetAtsJobsPositiveResponseResult,
1971
+ z.ZodTypeDef,
1972
+ unknown
1973
+ > = z.object({
1974
+ id: z.string(),
1975
+ remote_id: z.string(),
1976
+ name: z.nullable(z.string()),
1977
+ job_code: z.nullable(z.string()),
1978
+ description: z.nullable(z.string()),
1979
+ confidential: z.nullable(z.boolean()),
1980
+ weekly_hours: z.nullable(z.number()),
1981
+ employment_type: z.nullable(
1982
+ GetAtsJobsPositiveResponseEmploymentType$inboundSchema,
1983
+ ).optional(),
1984
+ status: z.nullable(GetAtsJobsPositiveResponseStatus$inboundSchema).optional(),
1985
+ visibility: z.nullable(Visibility$inboundSchema).optional(),
1986
+ category: z.nullable(z.string()),
1987
+ department: z.nullable(z.string()),
1988
+ post_url: z.nullable(z.string()),
1989
+ experience_level: z.nullable(z.string()),
1990
+ remote_work_status: z.nullable(RemoteWorkStatus$inboundSchema).optional(),
1991
+ salary_amount: z.nullable(z.number()),
1992
+ salary_amount_from: z.nullable(z.number()),
1993
+ salary_amount_to: z.nullable(z.number()),
1994
+ salary_currency: z.nullable(z.string()),
1995
+ salary_period: z.nullable(SalaryPeriod$inboundSchema).optional(),
1996
+ location: z.nullable(
1997
+ z.lazy(() => GetAtsJobsPositiveResponseLocation$inboundSchema),
1998
+ ).optional(),
1999
+ custom_fields: z.nullable(z.record(z.any())),
2000
+ remote_url: z.nullable(z.string()),
2001
+ opened_at: z.nullable(
2002
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2003
+ ),
2004
+ closed_at: z.nullable(
2005
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2006
+ ),
2007
+ remote_created_at: z.nullable(
2008
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2009
+ ),
2010
+ remote_updated_at: z.nullable(
2011
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2012
+ ),
2013
+ contact_id: z.nullable(z.string()),
2014
+ changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
2015
+ remote_deleted_at: z.nullable(
2016
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
2017
+ ),
2018
+ stages: z.array(z.lazy(() => Stage$inboundSchema)),
2019
+ screening_questions: z.array(z.lazy(() => ScreeningQuestion$inboundSchema)),
2020
+ job_postings: z.array(z.lazy(() => JobPosting$inboundSchema)),
2021
+ hiring_team: z.array(
2022
+ z.lazy(() => GetAtsJobsPositiveResponseHiringTeam$inboundSchema),
2023
+ ),
2024
+ });
2025
+
2026
+ /** @internal */
2027
+ export type GetAtsJobsPositiveResponseResult$Outbound = {
2028
+ id: string;
2029
+ remote_id: string;
2030
+ name: string | null;
2031
+ job_code: string | null;
2032
+ description: string | null;
2033
+ confidential: boolean | null;
2034
+ weekly_hours: number | null;
2035
+ employment_type?: string | null | undefined;
2036
+ status?: string | null | undefined;
2037
+ visibility?: string | null | undefined;
2038
+ category: string | null;
2039
+ department: string | null;
2040
+ post_url: string | null;
2041
+ experience_level: string | null;
2042
+ remote_work_status?: string | null | undefined;
2043
+ salary_amount: number | null;
2044
+ salary_amount_from: number | null;
2045
+ salary_amount_to: number | null;
2046
+ salary_currency: string | null;
2047
+ salary_period?: string | null | undefined;
2048
+ location?: GetAtsJobsPositiveResponseLocation$Outbound | null | undefined;
2049
+ custom_fields: { [k: string]: any } | null;
2050
+ remote_url: string | null;
2051
+ opened_at: string | null;
2052
+ closed_at: string | null;
2053
+ remote_created_at: string | null;
2054
+ remote_updated_at: string | null;
2055
+ contact_id: string | null;
2056
+ changed_at: string;
2057
+ remote_deleted_at: string | null;
2058
+ stages: Array<Stage$Outbound>;
2059
+ screening_questions: Array<ScreeningQuestion$Outbound>;
2060
+ job_postings: Array<JobPosting$Outbound>;
2061
+ hiring_team: Array<GetAtsJobsPositiveResponseHiringTeam$Outbound>;
2062
+ };
2063
+
2064
+ /** @internal */
2065
+ export const GetAtsJobsPositiveResponseResult$outboundSchema: z.ZodType<
2066
+ GetAtsJobsPositiveResponseResult$Outbound,
2067
+ z.ZodTypeDef,
2068
+ GetAtsJobsPositiveResponseResult
2069
+ > = z.object({
2070
+ id: z.string(),
2071
+ remote_id: z.string(),
2072
+ name: z.nullable(z.string()),
2073
+ job_code: z.nullable(z.string()),
2074
+ description: z.nullable(z.string()),
2075
+ confidential: z.nullable(z.boolean()),
2076
+ weekly_hours: z.nullable(z.number()),
2077
+ employment_type: z.nullable(
2078
+ GetAtsJobsPositiveResponseEmploymentType$outboundSchema,
2079
+ ).optional(),
2080
+ status: z.nullable(GetAtsJobsPositiveResponseStatus$outboundSchema)
2081
+ .optional(),
2082
+ visibility: z.nullable(Visibility$outboundSchema).optional(),
2083
+ category: z.nullable(z.string()),
2084
+ department: z.nullable(z.string()),
2085
+ post_url: z.nullable(z.string()),
2086
+ experience_level: z.nullable(z.string()),
2087
+ remote_work_status: z.nullable(RemoteWorkStatus$outboundSchema).optional(),
2088
+ salary_amount: z.nullable(z.number()),
2089
+ salary_amount_from: z.nullable(z.number()),
2090
+ salary_amount_to: z.nullable(z.number()),
2091
+ salary_currency: z.nullable(z.string()),
2092
+ salary_period: z.nullable(SalaryPeriod$outboundSchema).optional(),
2093
+ location: z.nullable(
2094
+ z.lazy(() => GetAtsJobsPositiveResponseLocation$outboundSchema),
2095
+ ).optional(),
2096
+ custom_fields: z.nullable(z.record(z.any())),
2097
+ remote_url: z.nullable(z.string()),
2098
+ opened_at: z.nullable(z.date().transform(v => v.toISOString())),
2099
+ closed_at: z.nullable(z.date().transform(v => v.toISOString())),
2100
+ remote_created_at: z.nullable(z.date().transform(v => v.toISOString())),
2101
+ remote_updated_at: z.nullable(z.date().transform(v => v.toISOString())),
2102
+ contact_id: z.nullable(z.string()),
2103
+ changed_at: z.date().transform(v => v.toISOString()),
2104
+ remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
2105
+ stages: z.array(z.lazy(() => Stage$outboundSchema)),
2106
+ screening_questions: z.array(z.lazy(() => ScreeningQuestion$outboundSchema)),
2107
+ job_postings: z.array(z.lazy(() => JobPosting$outboundSchema)),
2108
+ hiring_team: z.array(
2109
+ z.lazy(() => GetAtsJobsPositiveResponseHiringTeam$outboundSchema),
2110
+ ),
2111
+ });
2112
+
2113
+ /**
2114
+ * @internal
2115
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2116
+ */
2117
+ export namespace GetAtsJobsPositiveResponseResult$ {
2118
+ /** @deprecated use `GetAtsJobsPositiveResponseResult$inboundSchema` instead. */
2119
+ export const inboundSchema = GetAtsJobsPositiveResponseResult$inboundSchema;
2120
+ /** @deprecated use `GetAtsJobsPositiveResponseResult$outboundSchema` instead. */
2121
+ export const outboundSchema = GetAtsJobsPositiveResponseResult$outboundSchema;
2122
+ /** @deprecated use `GetAtsJobsPositiveResponseResult$Outbound` instead. */
2123
+ export type Outbound = GetAtsJobsPositiveResponseResult$Outbound;
2124
+ }
2125
+
2126
+ export function getAtsJobsPositiveResponseResultToJSON(
2127
+ getAtsJobsPositiveResponseResult: GetAtsJobsPositiveResponseResult,
2128
+ ): string {
2129
+ return JSON.stringify(
2130
+ GetAtsJobsPositiveResponseResult$outboundSchema.parse(
2131
+ getAtsJobsPositiveResponseResult,
2132
+ ),
2133
+ );
2134
+ }
2135
+
2136
+ export function getAtsJobsPositiveResponseResultFromJSON(
2137
+ jsonString: string,
2138
+ ): SafeParseResult<GetAtsJobsPositiveResponseResult, SDKValidationError> {
2139
+ return safeParse(
2140
+ jsonString,
2141
+ (x) => GetAtsJobsPositiveResponseResult$inboundSchema.parse(JSON.parse(x)),
2142
+ `Failed to parse 'GetAtsJobsPositiveResponseResult' from JSON`,
2143
+ );
2144
+ }
2145
+
2146
+ /** @internal */
2147
+ export const GetAtsJobsPositiveResponseData$inboundSchema: z.ZodType<
2148
+ GetAtsJobsPositiveResponseData,
2149
+ z.ZodTypeDef,
2150
+ unknown
2151
+ > = z.object({
2152
+ next: z.nullable(z.string()),
2153
+ results: z.array(
2154
+ z.lazy(() => GetAtsJobsPositiveResponseResult$inboundSchema),
2155
+ ),
2156
+ });
2157
+
2158
+ /** @internal */
2159
+ export type GetAtsJobsPositiveResponseData$Outbound = {
2160
+ next: string | null;
2161
+ results: Array<GetAtsJobsPositiveResponseResult$Outbound>;
2162
+ };
2163
+
2164
+ /** @internal */
2165
+ export const GetAtsJobsPositiveResponseData$outboundSchema: z.ZodType<
2166
+ GetAtsJobsPositiveResponseData$Outbound,
2167
+ z.ZodTypeDef,
2168
+ GetAtsJobsPositiveResponseData
2169
+ > = z.object({
2170
+ next: z.nullable(z.string()),
2171
+ results: z.array(
2172
+ z.lazy(() => GetAtsJobsPositiveResponseResult$outboundSchema),
2173
+ ),
2174
+ });
2175
+
2176
+ /**
2177
+ * @internal
2178
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2179
+ */
2180
+ export namespace GetAtsJobsPositiveResponseData$ {
2181
+ /** @deprecated use `GetAtsJobsPositiveResponseData$inboundSchema` instead. */
2182
+ export const inboundSchema = GetAtsJobsPositiveResponseData$inboundSchema;
2183
+ /** @deprecated use `GetAtsJobsPositiveResponseData$outboundSchema` instead. */
2184
+ export const outboundSchema = GetAtsJobsPositiveResponseData$outboundSchema;
2185
+ /** @deprecated use `GetAtsJobsPositiveResponseData$Outbound` instead. */
2186
+ export type Outbound = GetAtsJobsPositiveResponseData$Outbound;
2187
+ }
2188
+
2189
+ export function getAtsJobsPositiveResponseDataToJSON(
2190
+ getAtsJobsPositiveResponseData: GetAtsJobsPositiveResponseData,
2191
+ ): string {
2192
+ return JSON.stringify(
2193
+ GetAtsJobsPositiveResponseData$outboundSchema.parse(
2194
+ getAtsJobsPositiveResponseData,
2195
+ ),
2196
+ );
2197
+ }
2198
+
2199
+ export function getAtsJobsPositiveResponseDataFromJSON(
2200
+ jsonString: string,
2201
+ ): SafeParseResult<GetAtsJobsPositiveResponseData, SDKValidationError> {
2202
+ return safeParse(
2203
+ jsonString,
2204
+ (x) => GetAtsJobsPositiveResponseData$inboundSchema.parse(JSON.parse(x)),
2205
+ `Failed to parse 'GetAtsJobsPositiveResponseData' from JSON`,
2206
+ );
2207
+ }
2208
+
2209
+ /** @internal */
2210
+ export const GetAtsJobsPositiveResponse$inboundSchema: z.ZodType<
2211
+ GetAtsJobsPositiveResponse,
2212
+ z.ZodTypeDef,
2213
+ unknown
2214
+ > = z.object({
2215
+ status: z.literal("success"),
2216
+ data: z.lazy(() => GetAtsJobsPositiveResponseData$inboundSchema),
2217
+ });
2218
+
2219
+ /** @internal */
2220
+ export type GetAtsJobsPositiveResponse$Outbound = {
2221
+ status: "success";
2222
+ data: GetAtsJobsPositiveResponseData$Outbound;
2223
+ };
2224
+
2225
+ /** @internal */
2226
+ export const GetAtsJobsPositiveResponse$outboundSchema: z.ZodType<
2227
+ GetAtsJobsPositiveResponse$Outbound,
2228
+ z.ZodTypeDef,
2229
+ GetAtsJobsPositiveResponse
2230
+ > = z.object({
2231
+ status: z.literal("success"),
2232
+ data: z.lazy(() => GetAtsJobsPositiveResponseData$outboundSchema),
2233
+ });
2234
+
2235
+ /**
2236
+ * @internal
2237
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2238
+ */
2239
+ export namespace GetAtsJobsPositiveResponse$ {
2240
+ /** @deprecated use `GetAtsJobsPositiveResponse$inboundSchema` instead. */
2241
+ export const inboundSchema = GetAtsJobsPositiveResponse$inboundSchema;
2242
+ /** @deprecated use `GetAtsJobsPositiveResponse$outboundSchema` instead. */
2243
+ export const outboundSchema = GetAtsJobsPositiveResponse$outboundSchema;
2244
+ /** @deprecated use `GetAtsJobsPositiveResponse$Outbound` instead. */
2245
+ export type Outbound = GetAtsJobsPositiveResponse$Outbound;
2246
+ }
2247
+
2248
+ export function getAtsJobsPositiveResponseToJSON(
2249
+ getAtsJobsPositiveResponse: GetAtsJobsPositiveResponse,
2250
+ ): string {
2251
+ return JSON.stringify(
2252
+ GetAtsJobsPositiveResponse$outboundSchema.parse(getAtsJobsPositiveResponse),
2253
+ );
2254
+ }
2255
+
2256
+ export function getAtsJobsPositiveResponseFromJSON(
2257
+ jsonString: string,
2258
+ ): SafeParseResult<GetAtsJobsPositiveResponse, SDKValidationError> {
2259
+ return safeParse(
2260
+ jsonString,
2261
+ (x) => GetAtsJobsPositiveResponse$inboundSchema.parse(JSON.parse(x)),
2262
+ `Failed to parse 'GetAtsJobsPositiveResponse' from JSON`,
2263
+ );
2264
+ }