@rippling/rippling-sdk 0.2.0-alpha.21 → 0.2.0-alpha.23

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 (423) hide show
  1. package/client.d.mts +42 -38
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +42 -38
  4. package/client.d.ts.map +1 -1
  5. package/client.js +18 -18
  6. package/client.js.map +1 -1
  7. package/client.mjs +18 -18
  8. package/client.mjs.map +1 -1
  9. package/internal/to-file.d.mts +1 -1
  10. package/internal/to-file.d.ts +1 -1
  11. package/internal/to-file.js +1 -1
  12. package/internal/to-file.mjs +1 -1
  13. package/internal/utils/values.js +3 -3
  14. package/internal/utils/values.js.map +1 -1
  15. package/internal/utils/values.mjs +3 -3
  16. package/internal/utils/values.mjs.map +1 -1
  17. package/package.json +1 -1
  18. package/resources/business-partner-groups.d.mts +13 -13
  19. package/resources/business-partner-groups.d.mts.map +1 -1
  20. package/resources/business-partner-groups.d.ts +13 -13
  21. package/resources/business-partner-groups.d.ts.map +1 -1
  22. package/resources/business-partner-groups.js +12 -12
  23. package/resources/business-partner-groups.js.map +1 -1
  24. package/resources/business-partner-groups.mjs +12 -12
  25. package/resources/business-partner-groups.mjs.map +1 -1
  26. package/resources/business-partners.d.mts +14 -14
  27. package/resources/business-partners.d.mts.map +1 -1
  28. package/resources/business-partners.d.ts +14 -14
  29. package/resources/business-partners.d.ts.map +1 -1
  30. package/resources/business-partners.js +12 -12
  31. package/resources/business-partners.js.map +1 -1
  32. package/resources/business-partners.mjs +12 -12
  33. package/resources/business-partners.mjs.map +1 -1
  34. package/resources/compensations.d.mts +8 -8
  35. package/resources/compensations.d.mts.map +1 -1
  36. package/resources/compensations.d.ts +8 -8
  37. package/resources/compensations.d.ts.map +1 -1
  38. package/resources/compensations.js +6 -6
  39. package/resources/compensations.js.map +1 -1
  40. package/resources/compensations.mjs +6 -6
  41. package/resources/compensations.mjs.map +1 -1
  42. package/resources/custom-objects/custom-objects.d.mts +7 -7
  43. package/resources/custom-objects/custom-objects.d.mts.map +1 -1
  44. package/resources/custom-objects/custom-objects.d.ts +7 -7
  45. package/resources/custom-objects/custom-objects.d.ts.map +1 -1
  46. package/resources/custom-objects/custom-objects.js +8 -8
  47. package/resources/custom-objects/custom-objects.js.map +1 -1
  48. package/resources/custom-objects/custom-objects.mjs +8 -8
  49. package/resources/custom-objects/custom-objects.mjs.map +1 -1
  50. package/resources/custom-objects/fields.d.mts +6 -6
  51. package/resources/custom-objects/fields.d.mts.map +1 -1
  52. package/resources/custom-objects/fields.d.ts +6 -6
  53. package/resources/custom-objects/fields.d.ts.map +1 -1
  54. package/resources/custom-objects/fields.js +8 -8
  55. package/resources/custom-objects/fields.js.map +1 -1
  56. package/resources/custom-objects/fields.mjs +8 -8
  57. package/resources/custom-objects/fields.mjs.map +1 -1
  58. package/resources/custom-objects/index.d.mts +1 -1
  59. package/resources/custom-objects/index.d.mts.map +1 -1
  60. package/resources/custom-objects/index.d.ts +1 -1
  61. package/resources/custom-objects/index.d.ts.map +1 -1
  62. package/resources/custom-objects/records.d.mts +32 -32
  63. package/resources/custom-objects/records.d.mts.map +1 -1
  64. package/resources/custom-objects/records.d.ts +32 -32
  65. package/resources/custom-objects/records.d.ts.map +1 -1
  66. package/resources/custom-objects/records.js +27 -27
  67. package/resources/custom-objects/records.js.map +1 -1
  68. package/resources/custom-objects/records.mjs +27 -27
  69. package/resources/custom-objects/records.mjs.map +1 -1
  70. package/resources/departments.d.mts +8 -8
  71. package/resources/departments.d.mts.map +1 -1
  72. package/resources/departments.d.ts +8 -8
  73. package/resources/departments.d.ts.map +1 -1
  74. package/resources/departments.js +6 -6
  75. package/resources/departments.js.map +1 -1
  76. package/resources/departments.mjs +6 -6
  77. package/resources/departments.mjs.map +1 -1
  78. package/resources/draft-hires.d.mts +415 -0
  79. package/resources/draft-hires.d.mts.map +1 -0
  80. package/resources/draft-hires.d.ts +415 -0
  81. package/resources/draft-hires.d.ts.map +1 -0
  82. package/resources/draft-hires.js +15 -0
  83. package/resources/draft-hires.js.map +1 -0
  84. package/resources/draft-hires.mjs +11 -0
  85. package/resources/draft-hires.mjs.map +1 -0
  86. package/resources/employment-types.d.mts +4 -4
  87. package/resources/employment-types.d.mts.map +1 -1
  88. package/resources/employment-types.d.ts +4 -4
  89. package/resources/employment-types.d.ts.map +1 -1
  90. package/resources/employment-types.js +6 -6
  91. package/resources/employment-types.js.map +1 -1
  92. package/resources/employment-types.mjs +6 -6
  93. package/resources/employment-types.mjs.map +1 -1
  94. package/resources/functions/deployments.d.mts +7 -7
  95. package/resources/functions/deployments.d.mts.map +1 -1
  96. package/resources/functions/deployments.d.ts +7 -7
  97. package/resources/functions/deployments.d.ts.map +1 -1
  98. package/resources/functions/deployments.js +9 -9
  99. package/resources/functions/deployments.js.map +1 -1
  100. package/resources/functions/deployments.mjs +9 -9
  101. package/resources/functions/deployments.mjs.map +1 -1
  102. package/resources/functions/executions.d.mts +15 -15
  103. package/resources/functions/executions.d.mts.map +1 -1
  104. package/resources/functions/executions.d.ts +15 -15
  105. package/resources/functions/executions.d.ts.map +1 -1
  106. package/resources/functions/executions.js +10 -10
  107. package/resources/functions/executions.js.map +1 -1
  108. package/resources/functions/executions.mjs +10 -10
  109. package/resources/functions/executions.mjs.map +1 -1
  110. package/resources/functions/functions.d.mts +12 -12
  111. package/resources/functions/functions.d.mts.map +1 -1
  112. package/resources/functions/functions.d.ts +12 -12
  113. package/resources/functions/functions.d.ts.map +1 -1
  114. package/resources/functions/functions.js +9 -9
  115. package/resources/functions/functions.js.map +1 -1
  116. package/resources/functions/functions.mjs +9 -9
  117. package/resources/functions/functions.mjs.map +1 -1
  118. package/resources/functions/index.d.mts +2 -2
  119. package/resources/functions/index.d.mts.map +1 -1
  120. package/resources/functions/index.d.ts +2 -2
  121. package/resources/functions/index.d.ts.map +1 -1
  122. package/resources/headcount-positions.d.mts +74 -44
  123. package/resources/headcount-positions.d.mts.map +1 -1
  124. package/resources/headcount-positions.d.ts +74 -44
  125. package/resources/headcount-positions.d.ts.map +1 -1
  126. package/resources/headcount-positions.js +7 -7
  127. package/resources/headcount-positions.js.map +1 -1
  128. package/resources/headcount-positions.mjs +7 -7
  129. package/resources/headcount-positions.mjs.map +1 -1
  130. package/resources/headcount-priorities.d.mts +11 -11
  131. package/resources/headcount-priorities.d.mts.map +1 -1
  132. package/resources/headcount-priorities.d.ts +11 -11
  133. package/resources/headcount-priorities.d.ts.map +1 -1
  134. package/resources/headcount-priorities.js +7 -7
  135. package/resources/headcount-priorities.js.map +1 -1
  136. package/resources/headcount-priorities.mjs +7 -7
  137. package/resources/headcount-priorities.mjs.map +1 -1
  138. package/resources/index.d.mts +27 -25
  139. package/resources/index.d.mts.map +1 -1
  140. package/resources/index.d.ts +27 -25
  141. package/resources/index.d.ts.map +1 -1
  142. package/resources/index.js +5 -1
  143. package/resources/index.js.map +1 -1
  144. package/resources/index.mjs +2 -0
  145. package/resources/index.mjs.map +1 -1
  146. package/resources/job-assignments.d.mts +8 -8
  147. package/resources/job-assignments.d.mts.map +1 -1
  148. package/resources/job-assignments.d.ts +8 -8
  149. package/resources/job-assignments.d.ts.map +1 -1
  150. package/resources/job-assignments.js +6 -6
  151. package/resources/job-assignments.js.map +1 -1
  152. package/resources/job-assignments.mjs +6 -6
  153. package/resources/job-assignments.mjs.map +1 -1
  154. package/resources/job-codes.d.mts +16 -16
  155. package/resources/job-codes.d.mts.map +1 -1
  156. package/resources/job-codes.d.ts +16 -16
  157. package/resources/job-codes.d.ts.map +1 -1
  158. package/resources/job-codes.js +12 -12
  159. package/resources/job-codes.js.map +1 -1
  160. package/resources/job-codes.mjs +12 -12
  161. package/resources/job-codes.mjs.map +1 -1
  162. package/resources/job-dimensions.d.mts +13 -13
  163. package/resources/job-dimensions.d.mts.map +1 -1
  164. package/resources/job-dimensions.d.ts +13 -13
  165. package/resources/job-dimensions.d.ts.map +1 -1
  166. package/resources/job-dimensions.js +10 -10
  167. package/resources/job-dimensions.js.map +1 -1
  168. package/resources/job-dimensions.mjs +10 -10
  169. package/resources/job-dimensions.mjs.map +1 -1
  170. package/resources/job-functions.d.mts +11 -11
  171. package/resources/job-functions.d.mts.map +1 -1
  172. package/resources/job-functions.d.ts +11 -11
  173. package/resources/job-functions.d.ts.map +1 -1
  174. package/resources/job-functions.js +7 -7
  175. package/resources/job-functions.js.map +1 -1
  176. package/resources/job-functions.mjs +7 -7
  177. package/resources/job-functions.mjs.map +1 -1
  178. package/resources/job-pay-rate-exceptions.d.mts +8 -8
  179. package/resources/job-pay-rate-exceptions.d.mts.map +1 -1
  180. package/resources/job-pay-rate-exceptions.d.ts +8 -8
  181. package/resources/job-pay-rate-exceptions.d.ts.map +1 -1
  182. package/resources/job-pay-rate-exceptions.js +6 -6
  183. package/resources/job-pay-rate-exceptions.js.map +1 -1
  184. package/resources/job-pay-rate-exceptions.mjs +6 -6
  185. package/resources/job-pay-rate-exceptions.mjs.map +1 -1
  186. package/resources/kiosk-badges.d.mts +22 -22
  187. package/resources/kiosk-badges.d.mts.map +1 -1
  188. package/resources/kiosk-badges.d.ts +22 -22
  189. package/resources/kiosk-badges.d.ts.map +1 -1
  190. package/resources/kiosk-badges.js +14 -14
  191. package/resources/kiosk-badges.js.map +1 -1
  192. package/resources/kiosk-badges.mjs +14 -14
  193. package/resources/kiosk-badges.mjs.map +1 -1
  194. package/resources/leave-accruals.d.mts +205 -0
  195. package/resources/leave-accruals.d.mts.map +1 -0
  196. package/resources/leave-accruals.d.ts +205 -0
  197. package/resources/leave-accruals.d.ts.map +1 -0
  198. package/resources/leave-accruals.js +22 -0
  199. package/resources/leave-accruals.js.map +1 -0
  200. package/resources/leave-accruals.mjs +18 -0
  201. package/resources/leave-accruals.mjs.map +1 -0
  202. package/resources/leave-balances.d.mts +8 -8
  203. package/resources/leave-balances.d.mts.map +1 -1
  204. package/resources/leave-balances.d.ts +8 -8
  205. package/resources/leave-balances.d.ts.map +1 -1
  206. package/resources/leave-balances.js +6 -6
  207. package/resources/leave-balances.js.map +1 -1
  208. package/resources/leave-balances.mjs +6 -6
  209. package/resources/leave-balances.mjs.map +1 -1
  210. package/resources/leave-requests.d.mts +31 -31
  211. package/resources/leave-requests.d.mts.map +1 -1
  212. package/resources/leave-requests.d.ts +31 -31
  213. package/resources/leave-requests.d.ts.map +1 -1
  214. package/resources/leave-requests.js +15 -15
  215. package/resources/leave-requests.js.map +1 -1
  216. package/resources/leave-requests.mjs +15 -15
  217. package/resources/leave-requests.mjs.map +1 -1
  218. package/resources/leave-types.d.mts +4 -4
  219. package/resources/leave-types.d.mts.map +1 -1
  220. package/resources/leave-types.d.ts +4 -4
  221. package/resources/leave-types.d.ts.map +1 -1
  222. package/resources/leave-types.js +6 -6
  223. package/resources/leave-types.js.map +1 -1
  224. package/resources/leave-types.mjs +6 -6
  225. package/resources/leave-types.mjs.map +1 -1
  226. package/resources/legal-entities.d.mts +9 -9
  227. package/resources/legal-entities.d.mts.map +1 -1
  228. package/resources/legal-entities.d.ts +9 -9
  229. package/resources/legal-entities.d.ts.map +1 -1
  230. package/resources/legal-entities.js +6 -6
  231. package/resources/legal-entities.js.map +1 -1
  232. package/resources/legal-entities.mjs +6 -6
  233. package/resources/legal-entities.mjs.map +1 -1
  234. package/resources/levels.d.mts +8 -8
  235. package/resources/levels.d.mts.map +1 -1
  236. package/resources/levels.d.ts +8 -8
  237. package/resources/levels.d.ts.map +1 -1
  238. package/resources/levels.js +6 -6
  239. package/resources/levels.js.map +1 -1
  240. package/resources/levels.mjs +6 -6
  241. package/resources/levels.mjs.map +1 -1
  242. package/resources/location-factors.d.mts +17 -17
  243. package/resources/location-factors.d.mts.map +1 -1
  244. package/resources/location-factors.d.ts +17 -17
  245. package/resources/location-factors.d.ts.map +1 -1
  246. package/resources/location-factors.js +7 -7
  247. package/resources/location-factors.js.map +1 -1
  248. package/resources/location-factors.mjs +7 -7
  249. package/resources/location-factors.mjs.map +1 -1
  250. package/resources/object-categories.d.mts +6 -6
  251. package/resources/object-categories.d.mts.map +1 -1
  252. package/resources/object-categories.d.ts +6 -6
  253. package/resources/object-categories.d.ts.map +1 -1
  254. package/resources/object-categories.js +8 -8
  255. package/resources/object-categories.js.map +1 -1
  256. package/resources/object-categories.mjs +8 -8
  257. package/resources/object-categories.mjs.map +1 -1
  258. package/resources/schedules.d.mts +154 -12
  259. package/resources/schedules.d.mts.map +1 -1
  260. package/resources/schedules.d.ts +154 -12
  261. package/resources/schedules.d.ts.map +1 -1
  262. package/resources/schedules.js +12 -6
  263. package/resources/schedules.js.map +1 -1
  264. package/resources/schedules.mjs +12 -6
  265. package/resources/schedules.mjs.map +1 -1
  266. package/resources/shared.d.mts +1 -1
  267. package/resources/shared.d.mts.map +1 -1
  268. package/resources/shared.d.ts +1 -1
  269. package/resources/shared.d.ts.map +1 -1
  270. package/resources/shift-inputs.d.mts +22 -22
  271. package/resources/shift-inputs.d.mts.map +1 -1
  272. package/resources/shift-inputs.d.ts +22 -22
  273. package/resources/shift-inputs.d.ts.map +1 -1
  274. package/resources/shift-inputs.js +14 -14
  275. package/resources/shift-inputs.js.map +1 -1
  276. package/resources/shift-inputs.mjs +14 -14
  277. package/resources/shift-inputs.mjs.map +1 -1
  278. package/resources/shiftassignments.d.mts +55 -21
  279. package/resources/shiftassignments.d.mts.map +1 -1
  280. package/resources/shiftassignments.d.ts +55 -21
  281. package/resources/shiftassignments.d.ts.map +1 -1
  282. package/resources/shiftassignments.js +6 -6
  283. package/resources/shiftassignments.js.map +1 -1
  284. package/resources/shiftassignments.mjs +6 -6
  285. package/resources/shiftassignments.mjs.map +1 -1
  286. package/resources/supergroups/exclusion-members.d.mts +8 -8
  287. package/resources/supergroups/exclusion-members.d.mts.map +1 -1
  288. package/resources/supergroups/exclusion-members.d.ts +8 -8
  289. package/resources/supergroups/exclusion-members.d.ts.map +1 -1
  290. package/resources/supergroups/exclusion-members.js +6 -6
  291. package/resources/supergroups/exclusion-members.js.map +1 -1
  292. package/resources/supergroups/exclusion-members.mjs +6 -6
  293. package/resources/supergroups/exclusion-members.mjs.map +1 -1
  294. package/resources/supergroups/inclusion-members.d.mts +8 -8
  295. package/resources/supergroups/inclusion-members.d.mts.map +1 -1
  296. package/resources/supergroups/inclusion-members.d.ts +8 -8
  297. package/resources/supergroups/inclusion-members.d.ts.map +1 -1
  298. package/resources/supergroups/inclusion-members.js +6 -6
  299. package/resources/supergroups/inclusion-members.js.map +1 -1
  300. package/resources/supergroups/inclusion-members.mjs +6 -6
  301. package/resources/supergroups/inclusion-members.mjs.map +1 -1
  302. package/resources/supergroups/index.d.mts +2 -2
  303. package/resources/supergroups/index.d.mts.map +1 -1
  304. package/resources/supergroups/index.d.ts +2 -2
  305. package/resources/supergroups/index.d.ts.map +1 -1
  306. package/resources/supergroups/supergroups.d.mts +6 -6
  307. package/resources/supergroups/supergroups.d.mts.map +1 -1
  308. package/resources/supergroups/supergroups.d.ts +6 -6
  309. package/resources/supergroups/supergroups.d.ts.map +1 -1
  310. package/resources/supergroups/supergroups.js +6 -6
  311. package/resources/supergroups/supergroups.js.map +1 -1
  312. package/resources/supergroups/supergroups.mjs +6 -6
  313. package/resources/supergroups/supergroups.mjs.map +1 -1
  314. package/resources/teams.d.mts +8 -8
  315. package/resources/teams.d.mts.map +1 -1
  316. package/resources/teams.d.ts +8 -8
  317. package/resources/teams.d.ts.map +1 -1
  318. package/resources/teams.js +6 -6
  319. package/resources/teams.js.map +1 -1
  320. package/resources/teams.mjs +6 -6
  321. package/resources/teams.mjs.map +1 -1
  322. package/resources/time-cards.d.mts +8 -8
  323. package/resources/time-cards.d.mts.map +1 -1
  324. package/resources/time-cards.d.ts +8 -8
  325. package/resources/time-cards.d.ts.map +1 -1
  326. package/resources/time-cards.js +6 -6
  327. package/resources/time-cards.js.map +1 -1
  328. package/resources/time-cards.mjs +6 -6
  329. package/resources/time-cards.mjs.map +1 -1
  330. package/resources/time-entries.d.mts +58 -58
  331. package/resources/time-entries.d.mts.map +1 -1
  332. package/resources/time-entries.d.ts +58 -58
  333. package/resources/time-entries.d.ts.map +1 -1
  334. package/resources/time-entries.js +14 -14
  335. package/resources/time-entries.js.map +1 -1
  336. package/resources/time-entries.mjs +14 -14
  337. package/resources/time-entries.mjs.map +1 -1
  338. package/resources/tracks.d.mts +4 -4
  339. package/resources/tracks.d.mts.map +1 -1
  340. package/resources/tracks.d.ts +4 -4
  341. package/resources/tracks.d.ts.map +1 -1
  342. package/resources/tracks.js +6 -6
  343. package/resources/tracks.js.map +1 -1
  344. package/resources/tracks.mjs +6 -6
  345. package/resources/tracks.mjs.map +1 -1
  346. package/resources/users.d.mts +4 -4
  347. package/resources/users.d.mts.map +1 -1
  348. package/resources/users.d.ts +4 -4
  349. package/resources/users.d.ts.map +1 -1
  350. package/resources/users.js +6 -6
  351. package/resources/users.js.map +1 -1
  352. package/resources/users.mjs +6 -6
  353. package/resources/users.mjs.map +1 -1
  354. package/resources/work-locations.d.mts +4 -4
  355. package/resources/work-locations.d.mts.map +1 -1
  356. package/resources/work-locations.d.ts +4 -4
  357. package/resources/work-locations.d.ts.map +1 -1
  358. package/resources/work-locations.js +6 -6
  359. package/resources/work-locations.js.map +1 -1
  360. package/resources/work-locations.mjs +6 -6
  361. package/resources/work-locations.mjs.map +1 -1
  362. package/resources/workers.d.mts +11 -11
  363. package/resources/workers.d.mts.map +1 -1
  364. package/resources/workers.d.ts +11 -11
  365. package/resources/workers.d.ts.map +1 -1
  366. package/resources/workers.js +6 -6
  367. package/resources/workers.js.map +1 -1
  368. package/resources/workers.mjs +6 -6
  369. package/resources/workers.mjs.map +1 -1
  370. package/src/client.ts +112 -90
  371. package/src/internal/to-file.ts +1 -1
  372. package/src/internal/utils/values.ts +3 -3
  373. package/src/resources/business-partner-groups.ts +24 -24
  374. package/src/resources/business-partners.ts +27 -27
  375. package/src/resources/compensations.ts +16 -16
  376. package/src/resources/custom-objects/custom-objects.ts +12 -12
  377. package/src/resources/custom-objects/fields.ts +16 -16
  378. package/src/resources/custom-objects/index.ts +3 -3
  379. package/src/resources/custom-objects/records.ts +70 -70
  380. package/src/resources/departments.ts +16 -16
  381. package/src/resources/draft-hires.ts +504 -0
  382. package/src/resources/employment-types.ts +7 -7
  383. package/src/resources/functions/deployments.ts +10 -10
  384. package/src/resources/functions/executions.ts +28 -28
  385. package/src/resources/functions/functions.ts +20 -20
  386. package/src/resources/functions/index.ts +3 -3
  387. package/src/resources/headcount-positions.ts +103 -53
  388. package/src/resources/headcount-priorities.ts +14 -14
  389. package/src/resources/index.ts +42 -32
  390. package/src/resources/job-assignments.ts +16 -16
  391. package/src/resources/job-codes.ts +25 -25
  392. package/src/resources/job-dimensions.ts +21 -21
  393. package/src/resources/job-functions.ts +14 -14
  394. package/src/resources/job-pay-rate-exceptions.ts +16 -16
  395. package/src/resources/kiosk-badges.ts +35 -35
  396. package/src/resources/leave-accruals.ts +261 -0
  397. package/src/resources/leave-balances.ts +16 -16
  398. package/src/resources/leave-requests.ts +44 -44
  399. package/src/resources/leave-types.ts +7 -7
  400. package/src/resources/legal-entities.ts +17 -16
  401. package/src/resources/levels.ts +16 -16
  402. package/src/resources/location-factors.ts +20 -18
  403. package/src/resources/object-categories.ts +9 -9
  404. package/src/resources/schedules.ts +193 -20
  405. package/src/resources/shared.ts +1 -0
  406. package/src/resources/shift-inputs.ts +35 -35
  407. package/src/resources/shiftassignments.ts +68 -30
  408. package/src/resources/supergroups/exclusion-members.ts +16 -16
  409. package/src/resources/supergroups/inclusion-members.ts +16 -16
  410. package/src/resources/supergroups/index.ts +2 -2
  411. package/src/resources/supergroups/supergroups.ts +9 -9
  412. package/src/resources/teams.ts +16 -16
  413. package/src/resources/time-cards.ts +16 -16
  414. package/src/resources/time-entries.ts +71 -71
  415. package/src/resources/tracks.ts +7 -7
  416. package/src/resources/users.ts +7 -7
  417. package/src/resources/work-locations.ts +7 -7
  418. package/src/resources/workers.ts +19 -16
  419. package/src/version.ts +1 -1
  420. package/version.d.mts +1 -1
  421. package/version.d.ts +1 -1
  422. package/version.js +1 -1
  423. package/version.mjs +1 -1
@@ -0,0 +1,504 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../core/resource';
4
+ import * as Shared from './shared';
5
+ import { APIPromise } from '../core/api-promise';
6
+ import { RequestOptions } from '../internal/request-options';
7
+
8
+ export class DraftHires extends APIResource {
9
+ /**
10
+ * Create bulk draft hire
11
+ */
12
+ create(body: DraftHireCreateParams, options?: RequestOptions): APIPromise<DraftHireCreateResponse> {
13
+ return this._client.post('/draft-hires/', { body, ...options });
14
+ }
15
+ }
16
+
17
+ /**
18
+ * Response model for bulk draft hire creation.
19
+ */
20
+ export interface DraftHireCreateResponse {
21
+ /**
22
+ * List of invalid draft hire requests
23
+ */
24
+ invalid_items?: Array<DraftHireCreateResponse.InvalidItem>;
25
+
26
+ /**
27
+ * Detailed results for each draft hire item
28
+ */
29
+ successful_results?: Array<DraftHireCreateResponse.SuccessfulResult>;
30
+ }
31
+
32
+ export namespace DraftHireCreateResponse {
33
+ /**
34
+ * Result for an individual draft hire creation.
35
+ */
36
+ export interface InvalidItem {
37
+ /**
38
+ * Status of the creation (success, error, warning)
39
+ */
40
+ status: string;
41
+
42
+ /**
43
+ * Generated draft hire ID if successful
44
+ */
45
+ draft_hire_id?: string;
46
+
47
+ /**
48
+ * List of validation errors if any
49
+ */
50
+ errors?: Array<string>;
51
+
52
+ /**
53
+ * Success or error message
54
+ */
55
+ message?: string;
56
+ }
57
+
58
+ /**
59
+ * Result for an individual draft hire creation.
60
+ */
61
+ export interface SuccessfulResult {
62
+ /**
63
+ * Status of the creation (success, error, warning)
64
+ */
65
+ status: string;
66
+
67
+ /**
68
+ * Generated draft hire ID if successful
69
+ */
70
+ draft_hire_id?: string;
71
+
72
+ /**
73
+ * List of validation errors if any
74
+ */
75
+ errors?: Array<string>;
76
+
77
+ /**
78
+ * Success or error message
79
+ */
80
+ message?: string;
81
+ }
82
+ }
83
+
84
+ export interface DraftHireCreateParams {
85
+ /**
86
+ * List of draft hires
87
+ */
88
+ draft_hires: Array<DraftHireCreateParams.DraftHire>;
89
+ }
90
+
91
+ export namespace DraftHireCreateParams {
92
+ /**
93
+ * A draft hire represents a candidate who has been offered a position but hasn't started yet.
94
+ *
95
+ * This class provides Platform API access to draft hire data stored as RoleWithCompany instances
96
+ * in a candidate state, allowing external systems to create and manage draft hires.
97
+ */
98
+ export interface DraftHire {
99
+ /**
100
+ * Employment information for the draft hire position
101
+ */
102
+ employment_info: DraftHire.EmploymentInfo;
103
+
104
+ /**
105
+ * Personal information for the draft hire candidate
106
+ */
107
+ personal_info: DraftHire.PersonalInfo;
108
+
109
+ /**
110
+ * Work location information
111
+ */
112
+ work_location_info: DraftHire.WorkLocationInfo;
113
+
114
+ /**
115
+ * Custom fields for the draft hire
116
+ */
117
+ custom_fields?: Array<DraftHire.CustomField>;
118
+ }
119
+
120
+ export namespace DraftHire {
121
+ /**
122
+ * Employment information for the draft hire position
123
+ */
124
+ export interface EmploymentInfo {
125
+ /**
126
+ * Employment type ID
127
+ */
128
+ employment_type_id: string;
129
+
130
+ /**
131
+ * Title
132
+ */
133
+ title: string;
134
+
135
+ /**
136
+ * Contract end date
137
+ */
138
+ contract_end_date?: string;
139
+
140
+ /**
141
+ * Currency
142
+ */
143
+ currency?: string;
144
+
145
+ /**
146
+ * Department ID
147
+ */
148
+ department_id?: string;
149
+
150
+ /**
151
+ * Duties
152
+ */
153
+ duties?: string;
154
+
155
+ /**
156
+ * Equity number of shares
157
+ */
158
+ equity_num_shares?: number;
159
+
160
+ /**
161
+ * Equity value
162
+ */
163
+ equity_value?: number;
164
+
165
+ /**
166
+ * Equity vesting schedule
167
+ */
168
+ equity_vesting_schedule?: EmploymentInfo.EquityVestingSchedule;
169
+
170
+ /**
171
+ * Job title
172
+ */
173
+ job_title?: string;
174
+
175
+ /**
176
+ * Legal entity ID
177
+ */
178
+ legal_entity_id?: string;
179
+
180
+ /**
181
+ * Level ID
182
+ */
183
+ level_id?: string;
184
+
185
+ /**
186
+ * Manager ID
187
+ */
188
+ manager_id?: string;
189
+
190
+ /**
191
+ * Offer expiration date
192
+ */
193
+ offer_expiration_date?: string;
194
+
195
+ /**
196
+ * On target commission
197
+ */
198
+ on_target_commission?: number;
199
+
200
+ /**
201
+ * Overtime exemption
202
+ */
203
+ overtime_exemption?: 'exempt' | 'non-exempt';
204
+
205
+ /**
206
+ * Probation end date
207
+ */
208
+ probation_end_date?: string;
209
+
210
+ /**
211
+ * Relocation reimbursement
212
+ */
213
+ relocation_reimbursement?: number;
214
+
215
+ /**
216
+ * Salary per unit
217
+ */
218
+ salary_per_unit?: number;
219
+
220
+ /**
221
+ * Salary unit
222
+ */
223
+ salary_unit?: string;
224
+
225
+ /**
226
+ * Signing bonus
227
+ */
228
+ signing_bonus?: number;
229
+
230
+ /**
231
+ * Start date
232
+ */
233
+ start_date?: string;
234
+
235
+ /**
236
+ * Target annual bonus
237
+ */
238
+ target_annual_bonus?: number;
239
+
240
+ /**
241
+ * Teams IDs
242
+ */
243
+ teams_ids?: Array<string>;
244
+
245
+ /**
246
+ * Weekly hours
247
+ */
248
+ weekly_hours?: number;
249
+
250
+ /**
251
+ * Work email
252
+ */
253
+ work_email?: string;
254
+ }
255
+
256
+ export namespace EmploymentInfo {
257
+ /**
258
+ * Equity vesting schedule
259
+ */
260
+ export interface EquityVestingSchedule {
261
+ /**
262
+ * Required company ID for the vesting schedule
263
+ */
264
+ company_id: string;
265
+
266
+ /**
267
+ * Name of the vesting schedule
268
+ */
269
+ _name?: string;
270
+
271
+ /**
272
+ * Number of cliff months before vesting begins
273
+ */
274
+ cliffMonths?: number;
275
+
276
+ /**
277
+ * Number of continuous vesting months
278
+ */
279
+ continuousVestingMonths?: number;
280
+
281
+ /**
282
+ * Percentage of initial vesting as decimal
283
+ */
284
+ percentageInitialVesting?: number;
285
+
286
+ /**
287
+ * Spoke ID for the vesting schedule
288
+ */
289
+ spokeId?: string;
290
+
291
+ /**
292
+ * Total number of vesting months
293
+ */
294
+ totalVestingMonths?: number;
295
+
296
+ /**
297
+ * Total number of vesting years
298
+ */
299
+ totalVestingYears?: number;
300
+
301
+ /**
302
+ * Type of vesting schedule
303
+ */
304
+ vestingType?: string;
305
+ }
306
+ }
307
+
308
+ /**
309
+ * Personal information for the draft hire candidate
310
+ */
311
+ export interface PersonalInfo {
312
+ /**
313
+ * Invite email of the candidate
314
+ */
315
+ invite_email: string;
316
+
317
+ /**
318
+ * Name of the candidate
319
+ */
320
+ name: PersonalInfo.Name;
321
+
322
+ /**
323
+ * Citizenship of the candidate
324
+ */
325
+ citizenship?: string;
326
+
327
+ /**
328
+ * Date of birth
329
+ */
330
+ date_of_birth?: string;
331
+
332
+ /**
333
+ * Emergency contact name
334
+ */
335
+ emergency_contact_name?: string;
336
+
337
+ /**
338
+ * Emergency contact phone
339
+ */
340
+ emergency_contact_phone?: PersonalInfo.EmergencyContactPhone;
341
+
342
+ /**
343
+ * Ethnicity of the candidate
344
+ */
345
+ ethnicity?: string;
346
+
347
+ /**
348
+ * Gender of the candidate
349
+ */
350
+ gender?: string;
351
+
352
+ /**
353
+ * Home address of the candidate
354
+ */
355
+ home_address?: Shared.Address;
356
+
357
+ /**
358
+ * Locale of the candidate
359
+ */
360
+ locale?: PersonalInfo.Locale;
361
+
362
+ /**
363
+ * Race of the candidate
364
+ */
365
+ race?: string;
366
+
367
+ /**
368
+ * Social security number of the candidate
369
+ */
370
+ ssn?: string;
371
+ }
372
+
373
+ export namespace PersonalInfo {
374
+ /**
375
+ * Name of the candidate
376
+ */
377
+ export interface Name {
378
+ /**
379
+ * First name or given name
380
+ */
381
+ first?: string;
382
+
383
+ /**
384
+ * Last name or family name
385
+ */
386
+ last?: string;
387
+
388
+ /**
389
+ * Middle name(s)
390
+ */
391
+ middle?: string;
392
+
393
+ /**
394
+ * Preferred nickname or informal name
395
+ */
396
+ nickname?: string;
397
+
398
+ /**
399
+ * Name suffix (e.g., Jr., Sr., III)
400
+ */
401
+ suffix?: string;
402
+
403
+ /**
404
+ * Title or honorific (e.g., Mr., Ms., Dr.)
405
+ */
406
+ title?: string;
407
+ }
408
+
409
+ /**
410
+ * Emergency contact phone
411
+ */
412
+ export interface EmergencyContactPhone {
413
+ /**
414
+ * Country code for the phone number
415
+ */
416
+ country_code?: string;
417
+
418
+ /**
419
+ * Phone number extension
420
+ */
421
+ extension?: string;
422
+
423
+ /**
424
+ * National phone number without country code
425
+ */
426
+ national_number?: string;
427
+ }
428
+
429
+ /**
430
+ * Locale of the candidate
431
+ */
432
+ export interface Locale {
433
+ /**
434
+ * The primary language code
435
+ */
436
+ language_code?: string;
437
+
438
+ /**
439
+ * Additional language inspection data
440
+ */
441
+ language_inspection?: Array<string>;
442
+
443
+ /**
444
+ * The locale code for formatting
445
+ */
446
+ locale_code?: string;
447
+
448
+ /**
449
+ * The region code
450
+ */
451
+ region_code?: string;
452
+
453
+ /**
454
+ * The user's timezone
455
+ */
456
+ timezone?: string;
457
+ }
458
+ }
459
+
460
+ /**
461
+ * Work location information
462
+ */
463
+ export interface WorkLocationInfo {
464
+ /**
465
+ * Country code of the work location
466
+ */
467
+ country_code?: string;
468
+
469
+ /**
470
+ * Whether the work location is remote
471
+ */
472
+ is_remote?: boolean;
473
+
474
+ /**
475
+ * Work location ID
476
+ */
477
+ location_id?: string;
478
+ }
479
+
480
+ /**
481
+ * Custom field information for a draft hire.
482
+ *
483
+ * Custom fields are associated with RoleWithCompany model.
484
+ */
485
+ export interface CustomField {
486
+ /**
487
+ * Name of the custom field
488
+ */
489
+ field_name: string;
490
+
491
+ /**
492
+ * Value of the custom field
493
+ */
494
+ field_value: unknown;
495
+ }
496
+ }
497
+ }
498
+
499
+ export declare namespace DraftHires {
500
+ export {
501
+ type DraftHireCreateResponse as DraftHireCreateResponse,
502
+ type DraftHireCreateParams as DraftHireCreateParams,
503
+ };
504
+ }
@@ -8,13 +8,6 @@ import { RequestOptions } from '../internal/request-options';
8
8
  import { path } from '../internal/utils/path';
9
9
 
10
10
  export class EmploymentTypes extends APIResource {
11
- /**
12
- * Retrieve a specific employment type
13
- */
14
- retrieve(id: string, options?: RequestOptions): APIPromise<EmploymentTypeRetrieveResponse> {
15
- return this._client.get(path`/employment-types/${id}`, options);
16
- }
17
-
18
11
  /**
19
12
  * A List of employment types
20
13
  *
@@ -30,6 +23,13 @@ export class EmploymentTypes extends APIResource {
30
23
  ...options,
31
24
  });
32
25
  }
26
+
27
+ /**
28
+ * Retrieve a specific employment type
29
+ */
30
+ retrieve(id: string, options?: RequestOptions): APIPromise<EmploymentTypeRetrieveResponse> {
31
+ return this._client.get(path`/employment-types/${id}`, options);
32
+ }
33
33
  }
34
34
 
35
35
  export type CompanyEmploymentTypesPageCursorURL = PageCursorURL<CompanyEmploymentType>;
@@ -6,6 +6,15 @@ import { RequestOptions } from '../../internal/request-options';
6
6
  import { path } from '../../internal/utils/path';
7
7
 
8
8
  export class Deployments extends APIResource {
9
+ /**
10
+ * A List of function deployments
11
+ *
12
+ * - Requires: `API Tier 2`
13
+ */
14
+ list(functionAPIName: string, options?: RequestOptions): APIPromise<DeploymentListResponse> {
15
+ return this._client.get(path`/functions/${functionAPIName}/deployments/`, options);
16
+ }
17
+
9
18
  /**
10
19
  * Create a new function deployment
11
20
  */
@@ -29,19 +38,10 @@ export class Deployments extends APIResource {
29
38
  return this._client.get(path`/functions/${function_api_name}/deployments/${deploymentID}/`, options);
30
39
  }
31
40
 
32
- /**
33
- * A List of function deployments
34
- *
35
- * - Requires: `Functions API`
36
- */
37
- list(functionAPIName: string, options?: RequestOptions): APIPromise<DeploymentListResponse> {
38
- return this._client.get(path`/functions/${functionAPIName}/deployments/`, options);
39
- }
40
-
41
41
  /**
42
42
  * A List of function deployment logs
43
43
  *
44
- * - Requires: `Functions API`
44
+ * - Requires: `API Tier 2`
45
45
  */
46
46
  listLogs(
47
47
  deploymentID: string,
@@ -7,6 +7,24 @@ import { RequestOptions } from '../../internal/request-options';
7
7
  import { path } from '../../internal/utils/path';
8
8
 
9
9
  export class Executions extends APIResource {
10
+ /**
11
+ * A List of function executions
12
+ *
13
+ * - Requires: `API Tier 2`
14
+ * - Sortable fields: `id`, `created_at`, `updated_at`
15
+ */
16
+ list(
17
+ functionAPIName: string,
18
+ query: ExecutionListParams | null | undefined = {},
19
+ options?: RequestOptions,
20
+ ): PagePromise<ExecutionListResponsesPageCursorURL, ExecutionListResponse> {
21
+ return this._client.getAPIList(
22
+ path`/functions/${functionAPIName}/executions/`,
23
+ PageCursorURL<ExecutionListResponse>,
24
+ { query, ...options },
25
+ );
26
+ }
27
+
10
28
  /**
11
29
  * Create a new function execution
12
30
  */
@@ -30,28 +48,10 @@ export class Executions extends APIResource {
30
48
  return this._client.get(path`/functions/${function_api_name}/executions/${executionID}/`, options);
31
49
  }
32
50
 
33
- /**
34
- * A List of function executions
35
- *
36
- * - Requires: `Functions API`
37
- * - Sortable fields: `id`, `created_at`, `updated_at`
38
- */
39
- list(
40
- functionAPIName: string,
41
- query: ExecutionListParams | null | undefined = {},
42
- options?: RequestOptions,
43
- ): PagePromise<ExecutionListResponsesPageCursorURL, ExecutionListResponse> {
44
- return this._client.getAPIList(
45
- path`/functions/${functionAPIName}/executions/`,
46
- PageCursorURL<ExecutionListResponse>,
47
- { query, ...options },
48
- );
49
- }
50
-
51
51
  /**
52
52
  * A List of function execution logs
53
53
  *
54
- * - Requires: `Functions API`
54
+ * - Requires: `API Tier 2`
55
55
  */
56
56
  listLogs(
57
57
  executionID: string,
@@ -65,7 +65,7 @@ export class Executions extends APIResource {
65
65
 
66
66
  export type ExecutionListResponsesPageCursorURL = PageCursorURL<ExecutionListResponse>;
67
67
 
68
- export interface ExecutionCreateResponse {
68
+ export interface ExecutionListResponse {
69
69
  /**
70
70
  * Identifier field
71
71
  */
@@ -112,7 +112,7 @@ export interface ExecutionCreateResponse {
112
112
  status?: string;
113
113
  }
114
114
 
115
- export interface ExecutionRetrieveResponse {
115
+ export interface ExecutionCreateResponse {
116
116
  /**
117
117
  * Identifier field
118
118
  */
@@ -159,7 +159,7 @@ export interface ExecutionRetrieveResponse {
159
159
  status?: string;
160
160
  }
161
161
 
162
- export interface ExecutionListResponse {
162
+ export interface ExecutionRetrieveResponse {
163
163
  /**
164
164
  * Identifier field
165
165
  */
@@ -239,6 +239,10 @@ export namespace ExecutionListLogsResponse {
239
239
  }
240
240
  }
241
241
 
242
+ export interface ExecutionListParams {
243
+ order_by?: string;
244
+ }
245
+
242
246
  export interface ExecutionCreateParams {
243
247
  /**
244
248
  * The inputs of the execution
@@ -250,24 +254,20 @@ export interface ExecutionRetrieveParams {
250
254
  function_api_name: string;
251
255
  }
252
256
 
253
- export interface ExecutionListParams {
254
- order_by?: string;
255
- }
256
-
257
257
  export interface ExecutionListLogsParams {
258
258
  function_api_name: string;
259
259
  }
260
260
 
261
261
  export declare namespace Executions {
262
262
  export {
263
+ type ExecutionListResponse as ExecutionListResponse,
263
264
  type ExecutionCreateResponse as ExecutionCreateResponse,
264
265
  type ExecutionRetrieveResponse as ExecutionRetrieveResponse,
265
- type ExecutionListResponse as ExecutionListResponse,
266
266
  type ExecutionListLogsResponse as ExecutionListLogsResponse,
267
267
  type ExecutionListResponsesPageCursorURL as ExecutionListResponsesPageCursorURL,
268
+ type ExecutionListParams as ExecutionListParams,
268
269
  type ExecutionCreateParams as ExecutionCreateParams,
269
270
  type ExecutionRetrieveParams as ExecutionRetrieveParams,
270
- type ExecutionListParams as ExecutionListParams,
271
271
  type ExecutionListLogsParams as ExecutionListLogsParams,
272
272
  };
273
273
  }