@rippling/rippling-sdk 0.2.0-alpha.28 → 0.2.0-alpha.30

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 (431) hide show
  1. package/client.d.mts +25 -25
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +25 -25
  4. package/client.d.ts.map +1 -1
  5. package/client.js +23 -23
  6. package/client.js.map +1 -1
  7. package/client.mjs +23 -23
  8. package/client.mjs.map +1 -1
  9. package/internal/utils/env.js +2 -2
  10. package/internal/utils/env.js.map +1 -1
  11. package/internal/utils/env.mjs +2 -2
  12. package/internal/utils/env.mjs.map +1 -1
  13. package/package.json +1 -1
  14. package/resources/business-partner-groups.d.mts +1 -1
  15. package/resources/business-partner-groups.d.ts +1 -1
  16. package/resources/business-partner-groups.js +1 -1
  17. package/resources/business-partner-groups.mjs +1 -1
  18. package/resources/business-partners.d.mts +1 -1
  19. package/resources/business-partners.d.ts +1 -1
  20. package/resources/business-partners.js +1 -1
  21. package/resources/business-partners.mjs +1 -1
  22. package/resources/candidate-applications.d.mts +1 -1
  23. package/resources/candidate-applications.d.ts +1 -1
  24. package/resources/candidate-applications.js +1 -1
  25. package/resources/candidate-applications.mjs +1 -1
  26. package/resources/candidates.d.mts +1 -1
  27. package/resources/candidates.d.ts +1 -1
  28. package/resources/candidates.js +1 -1
  29. package/resources/candidates.mjs +1 -1
  30. package/resources/companies.d.mts +1 -1
  31. package/resources/companies.d.ts +1 -1
  32. package/resources/companies.js +1 -1
  33. package/resources/companies.mjs +1 -1
  34. package/resources/compensation-bands-details.d.mts +1 -1
  35. package/resources/compensation-bands-details.d.ts +1 -1
  36. package/resources/compensation-bands-details.js +1 -1
  37. package/resources/compensation-bands-details.mjs +1 -1
  38. package/resources/compensations.d.mts +1 -1
  39. package/resources/compensations.d.ts +1 -1
  40. package/resources/compensations.js +1 -1
  41. package/resources/compensations.mjs +1 -1
  42. package/resources/custom-apps.d.mts +3 -3
  43. package/resources/custom-apps.d.ts +3 -3
  44. package/resources/custom-apps.js +3 -3
  45. package/resources/custom-apps.mjs +3 -3
  46. package/resources/custom-fields.d.mts +1 -1
  47. package/resources/custom-fields.d.ts +1 -1
  48. package/resources/custom-fields.js +1 -1
  49. package/resources/custom-fields.mjs +1 -1
  50. package/resources/custom-objects/custom-objects.d.mts +29 -5
  51. package/resources/custom-objects/custom-objects.d.mts.map +1 -1
  52. package/resources/custom-objects/custom-objects.d.ts +29 -5
  53. package/resources/custom-objects/custom-objects.d.ts.map +1 -1
  54. package/resources/custom-objects/custom-objects.js +5 -5
  55. package/resources/custom-objects/custom-objects.js.map +1 -1
  56. package/resources/custom-objects/custom-objects.mjs +5 -5
  57. package/resources/custom-objects/custom-objects.mjs.map +1 -1
  58. package/resources/custom-objects/fields.d.mts +71 -5
  59. package/resources/custom-objects/fields.d.mts.map +1 -1
  60. package/resources/custom-objects/fields.d.ts +71 -5
  61. package/resources/custom-objects/fields.d.ts.map +1 -1
  62. package/resources/custom-objects/fields.js +5 -5
  63. package/resources/custom-objects/fields.mjs +5 -5
  64. package/resources/custom-objects/records.d.mts +68 -11
  65. package/resources/custom-objects/records.d.mts.map +1 -1
  66. package/resources/custom-objects/records.d.ts +68 -11
  67. package/resources/custom-objects/records.d.ts.map +1 -1
  68. package/resources/custom-objects/records.js +10 -10
  69. package/resources/custom-objects/records.mjs +10 -10
  70. package/resources/custom-pages.d.mts +3 -3
  71. package/resources/custom-pages.d.ts +3 -3
  72. package/resources/custom-pages.js +3 -3
  73. package/resources/custom-pages.mjs +3 -3
  74. package/resources/custom-settings.d.mts +2 -2
  75. package/resources/custom-settings.d.ts +2 -2
  76. package/resources/custom-settings.js +2 -2
  77. package/resources/custom-settings.mjs +2 -2
  78. package/resources/departments.d.mts +2 -2
  79. package/resources/departments.d.ts +2 -2
  80. package/resources/departments.js +2 -2
  81. package/resources/departments.mjs +2 -2
  82. package/resources/draft-hires.d.mts +8 -0
  83. package/resources/draft-hires.d.mts.map +1 -1
  84. package/resources/draft-hires.d.ts +8 -0
  85. package/resources/draft-hires.d.ts.map +1 -1
  86. package/resources/earning-types.d.mts +48 -0
  87. package/resources/earning-types.d.mts.map +1 -0
  88. package/resources/earning-types.d.ts +48 -0
  89. package/resources/earning-types.d.ts.map +1 -0
  90. package/resources/earning-types.js +21 -0
  91. package/resources/earning-types.js.map +1 -0
  92. package/resources/earning-types.mjs +17 -0
  93. package/resources/earning-types.mjs.map +1 -0
  94. package/resources/employment-types.d.mts +1 -1
  95. package/resources/employment-types.d.ts +1 -1
  96. package/resources/employment-types.js +1 -1
  97. package/resources/employment-types.mjs +1 -1
  98. package/resources/entitlements.d.mts +1 -1
  99. package/resources/entitlements.d.ts +1 -1
  100. package/resources/entitlements.js +1 -1
  101. package/resources/entitlements.mjs +1 -1
  102. package/resources/functions/deployments.d.mts +10 -4
  103. package/resources/functions/deployments.d.mts.map +1 -1
  104. package/resources/functions/deployments.d.ts +10 -4
  105. package/resources/functions/deployments.d.ts.map +1 -1
  106. package/resources/functions/deployments.js +4 -4
  107. package/resources/functions/deployments.mjs +4 -4
  108. package/resources/functions/executions.d.mts +10 -4
  109. package/resources/functions/executions.d.mts.map +1 -1
  110. package/resources/functions/executions.d.ts +10 -4
  111. package/resources/functions/executions.d.ts.map +1 -1
  112. package/resources/functions/executions.js +4 -4
  113. package/resources/functions/executions.mjs +4 -4
  114. package/resources/functions/functions.d.mts +8 -14
  115. package/resources/functions/functions.d.mts.map +1 -1
  116. package/resources/functions/functions.d.ts +8 -14
  117. package/resources/functions/functions.d.ts.map +1 -1
  118. package/resources/functions/functions.js +6 -6
  119. package/resources/functions/functions.js.map +1 -1
  120. package/resources/functions/functions.mjs +6 -6
  121. package/resources/functions/functions.mjs.map +1 -1
  122. package/resources/functions/index.d.mts +1 -1
  123. package/resources/functions/index.d.mts.map +1 -1
  124. package/resources/functions/index.d.ts +1 -1
  125. package/resources/functions/index.d.ts.map +1 -1
  126. package/resources/functions/index.js.map +1 -1
  127. package/resources/functions/index.mjs.map +1 -1
  128. package/resources/headcount-positions.d.mts +1 -1
  129. package/resources/headcount-positions.d.ts +1 -1
  130. package/resources/headcount-positions.js +1 -1
  131. package/resources/headcount-positions.mjs +1 -1
  132. package/resources/headcount-priorities.d.mts +1 -1
  133. package/resources/headcount-priorities.d.ts +1 -1
  134. package/resources/headcount-priorities.js +1 -1
  135. package/resources/headcount-priorities.mjs +1 -1
  136. package/resources/index.d.mts +5 -5
  137. package/resources/index.d.mts.map +1 -1
  138. package/resources/index.d.ts +5 -5
  139. package/resources/index.d.ts.map +1 -1
  140. package/resources/index.js +10 -10
  141. package/resources/index.js.map +1 -1
  142. package/resources/index.mjs +4 -4
  143. package/resources/index.mjs.map +1 -1
  144. package/resources/job-assignments.d.mts +3 -3
  145. package/resources/job-assignments.d.ts +3 -3
  146. package/resources/job-assignments.js +3 -3
  147. package/resources/job-assignments.mjs +3 -3
  148. package/resources/job-codes.d.mts +3 -3
  149. package/resources/job-codes.d.ts +3 -3
  150. package/resources/job-codes.js +3 -3
  151. package/resources/job-codes.mjs +3 -3
  152. package/resources/job-dimensions.d.mts +2 -2
  153. package/resources/job-dimensions.d.ts +2 -2
  154. package/resources/job-dimensions.js +2 -2
  155. package/resources/job-dimensions.mjs +2 -2
  156. package/resources/job-functions.d.mts +1 -1
  157. package/resources/job-functions.d.ts +1 -1
  158. package/resources/job-functions.js +1 -1
  159. package/resources/job-functions.mjs +1 -1
  160. package/resources/job-pay-rate-exceptions.d.mts +2 -2
  161. package/resources/job-pay-rate-exceptions.d.ts +2 -2
  162. package/resources/job-pay-rate-exceptions.js +2 -2
  163. package/resources/job-pay-rate-exceptions.mjs +2 -2
  164. package/resources/job-requisitions.d.mts +1 -1
  165. package/resources/job-requisitions.d.ts +1 -1
  166. package/resources/job-requisitions.js +1 -1
  167. package/resources/job-requisitions.mjs +1 -1
  168. package/resources/kiosk-badges.d.mts +2 -2
  169. package/resources/kiosk-badges.d.ts +2 -2
  170. package/resources/kiosk-badges.js +2 -2
  171. package/resources/kiosk-badges.mjs +2 -2
  172. package/resources/leave-accruals.d.mts +1 -1
  173. package/resources/leave-accruals.d.ts +1 -1
  174. package/resources/leave-accruals.js +1 -1
  175. package/resources/leave-accruals.mjs +1 -1
  176. package/resources/leave-balances.d.mts +1 -1
  177. package/resources/leave-balances.d.ts +1 -1
  178. package/resources/leave-balances.js +1 -1
  179. package/resources/leave-balances.mjs +1 -1
  180. package/resources/leave-requests.d.mts +2 -2
  181. package/resources/leave-requests.d.ts +2 -2
  182. package/resources/leave-requests.js +2 -2
  183. package/resources/leave-requests.mjs +2 -2
  184. package/resources/leave-types.d.mts +1 -1
  185. package/resources/leave-types.d.ts +1 -1
  186. package/resources/leave-types.js +1 -1
  187. package/resources/leave-types.mjs +1 -1
  188. package/resources/legal-entities.d.mts +1 -1
  189. package/resources/legal-entities.d.ts +1 -1
  190. package/resources/legal-entities.js +1 -1
  191. package/resources/legal-entities.mjs +1 -1
  192. package/resources/levels.d.mts +1 -1
  193. package/resources/levels.d.ts +1 -1
  194. package/resources/levels.js +1 -1
  195. package/resources/levels.mjs +1 -1
  196. package/resources/location-factors.d.mts +1 -1
  197. package/resources/location-factors.d.ts +1 -1
  198. package/resources/location-factors.js +1 -1
  199. package/resources/location-factors.mjs +1 -1
  200. package/resources/metadata/components.d.mts +2 -2
  201. package/resources/metadata/components.d.ts +2 -2
  202. package/resources/metadata/components.js +2 -2
  203. package/resources/metadata/components.mjs +2 -2
  204. package/resources/metadata/metadata.d.mts +2 -2
  205. package/resources/metadata/metadata.d.ts +2 -2
  206. package/resources/metadata/metadata.js +2 -2
  207. package/resources/metadata/metadata.mjs +2 -2
  208. package/resources/metadata/summary.d.mts +2 -2
  209. package/resources/metadata/summary.d.ts +2 -2
  210. package/resources/metadata/summary.js +2 -2
  211. package/resources/metadata/summary.mjs +2 -2
  212. package/resources/metadata/types.d.mts +2 -2
  213. package/resources/metadata/types.d.ts +2 -2
  214. package/resources/metadata/types.js +2 -2
  215. package/resources/metadata/types.mjs +2 -2
  216. package/resources/object-categories.d.mts +17 -5
  217. package/resources/object-categories.d.mts.map +1 -1
  218. package/resources/object-categories.d.ts +17 -5
  219. package/resources/object-categories.d.ts.map +1 -1
  220. package/resources/object-categories.js +5 -5
  221. package/resources/object-categories.mjs +5 -5
  222. package/resources/payroll-runs.d.mts +195 -0
  223. package/resources/payroll-runs.d.mts.map +1 -0
  224. package/resources/payroll-runs.d.ts +195 -0
  225. package/resources/payroll-runs.d.ts.map +1 -0
  226. package/resources/payroll-runs.js +32 -0
  227. package/resources/payroll-runs.js.map +1 -0
  228. package/resources/payroll-runs.mjs +28 -0
  229. package/resources/payroll-runs.mjs.map +1 -0
  230. package/resources/platform-capabilities.d.mts +2 -2
  231. package/resources/platform-capabilities.d.ts +2 -2
  232. package/resources/platform-capabilities.js +2 -2
  233. package/resources/platform-capabilities.mjs +2 -2
  234. package/resources/report-runs.d.mts +60 -0
  235. package/resources/report-runs.d.mts.map +1 -1
  236. package/resources/report-runs.d.ts +60 -0
  237. package/resources/report-runs.d.ts.map +1 -1
  238. package/resources/reports/available-filters.d.mts +49 -0
  239. package/resources/reports/available-filters.d.mts.map +1 -0
  240. package/resources/reports/available-filters.d.ts +49 -0
  241. package/resources/reports/available-filters.d.ts.map +1 -0
  242. package/resources/reports/available-filters.js +20 -0
  243. package/resources/reports/available-filters.js.map +1 -0
  244. package/resources/reports/available-filters.mjs +16 -0
  245. package/resources/reports/available-filters.mjs.map +1 -0
  246. package/resources/reports/index.d.mts +3 -0
  247. package/resources/reports/index.d.mts.map +1 -0
  248. package/resources/reports/index.d.ts +3 -0
  249. package/resources/reports/index.d.ts.map +1 -0
  250. package/resources/reports/index.js +9 -0
  251. package/resources/reports/index.js.map +1 -0
  252. package/resources/reports/index.mjs +4 -0
  253. package/resources/reports/index.mjs.map +1 -0
  254. package/resources/reports/reports.d.mts +85 -0
  255. package/resources/reports/reports.d.mts.map +1 -0
  256. package/resources/reports/reports.d.ts +85 -0
  257. package/resources/reports/reports.d.ts.map +1 -0
  258. package/resources/reports/reports.js +27 -0
  259. package/resources/reports/reports.js.map +1 -0
  260. package/resources/reports/reports.mjs +22 -0
  261. package/resources/reports/reports.mjs.map +1 -0
  262. package/resources/reports.d.mts +2 -0
  263. package/resources/reports.d.mts.map +1 -0
  264. package/resources/reports.d.ts +2 -0
  265. package/resources/reports.d.ts.map +1 -0
  266. package/resources/reports.js +6 -0
  267. package/resources/reports.js.map +1 -0
  268. package/resources/reports.mjs +3 -0
  269. package/resources/reports.mjs.map +1 -0
  270. package/resources/schedules.d.mts +2 -2
  271. package/resources/schedules.d.ts +2 -2
  272. package/resources/schedules.js +2 -2
  273. package/resources/schedules.mjs +2 -2
  274. package/resources/shift-inputs.d.mts +2 -2
  275. package/resources/shift-inputs.d.ts +2 -2
  276. package/resources/shift-inputs.js +2 -2
  277. package/resources/shift-inputs.mjs +2 -2
  278. package/resources/shiftassignments.d.mts +2 -2
  279. package/resources/shiftassignments.d.ts +2 -2
  280. package/resources/shiftassignments.js +2 -2
  281. package/resources/shiftassignments.mjs +2 -2
  282. package/resources/teams.d.mts +1 -1
  283. package/resources/teams.d.ts +1 -1
  284. package/resources/teams.js +1 -1
  285. package/resources/teams.mjs +1 -1
  286. package/resources/time-cards.d.mts +1 -1
  287. package/resources/time-cards.d.ts +1 -1
  288. package/resources/time-cards.js +1 -1
  289. package/resources/time-cards.mjs +1 -1
  290. package/resources/time-entries.d.mts +2 -2
  291. package/resources/time-entries.d.ts +2 -2
  292. package/resources/time-entries.js +2 -2
  293. package/resources/time-entries.mjs +2 -2
  294. package/resources/titles.d.mts +2 -2
  295. package/resources/titles.d.ts +2 -2
  296. package/resources/titles.js +2 -2
  297. package/resources/titles.mjs +2 -2
  298. package/resources/tracks.d.mts +1 -1
  299. package/resources/tracks.d.ts +1 -1
  300. package/resources/tracks.js +1 -1
  301. package/resources/tracks.mjs +1 -1
  302. package/resources/unassignedshifts.d.mts +2 -2
  303. package/resources/unassignedshifts.d.ts +2 -2
  304. package/resources/unassignedshifts.js +2 -2
  305. package/resources/unassignedshifts.mjs +2 -2
  306. package/resources/users.d.mts +1 -1
  307. package/resources/users.d.ts +1 -1
  308. package/resources/users.js +1 -1
  309. package/resources/users.mjs +1 -1
  310. package/resources/work-locations.d.mts +2 -2
  311. package/resources/work-locations.d.ts +2 -2
  312. package/resources/work-locations.js +2 -2
  313. package/resources/work-locations.mjs +2 -2
  314. package/resources/workers.d.mts +1 -1
  315. package/resources/workers.d.ts +1 -1
  316. package/resources/workers.js +1 -1
  317. package/resources/workers.mjs +1 -1
  318. package/resources/workflow-action-executions.d.mts +572 -0
  319. package/resources/workflow-action-executions.d.mts.map +1 -0
  320. package/resources/workflow-action-executions.d.ts +572 -0
  321. package/resources/workflow-action-executions.d.ts.map +1 -0
  322. package/resources/{send-email.js → workflow-action-executions.js} +6 -6
  323. package/resources/workflow-action-executions.js.map +1 -0
  324. package/resources/{send-slack.mjs → workflow-action-executions.mjs} +4 -4
  325. package/resources/workflow-action-executions.mjs.map +1 -0
  326. package/src/client.ts +61 -51
  327. package/src/internal/utils/env.ts +2 -2
  328. package/src/resources/business-partner-groups.ts +1 -1
  329. package/src/resources/business-partners.ts +1 -1
  330. package/src/resources/candidate-applications.ts +1 -1
  331. package/src/resources/candidates.ts +1 -1
  332. package/src/resources/companies.ts +1 -1
  333. package/src/resources/compensation-bands-details.ts +1 -1
  334. package/src/resources/compensations.ts +1 -1
  335. package/src/resources/custom-apps.ts +3 -3
  336. package/src/resources/custom-fields.ts +1 -1
  337. package/src/resources/custom-objects/custom-objects.ts +29 -5
  338. package/src/resources/custom-objects/fields.ts +71 -5
  339. package/src/resources/custom-objects/records.ts +68 -11
  340. package/src/resources/custom-pages.ts +3 -3
  341. package/src/resources/custom-settings.ts +2 -2
  342. package/src/resources/departments.ts +2 -2
  343. package/src/resources/draft-hires.ts +10 -0
  344. package/src/resources/earning-types.ts +64 -0
  345. package/src/resources/employment-types.ts +1 -1
  346. package/src/resources/entitlements.ts +1 -1
  347. package/src/resources/functions/deployments.ts +10 -4
  348. package/src/resources/functions/executions.ts +10 -4
  349. package/src/resources/functions/functions.ts +9 -15
  350. package/src/resources/functions/index.ts +1 -0
  351. package/src/resources/headcount-positions.ts +1 -1
  352. package/src/resources/headcount-priorities.ts +1 -1
  353. package/src/resources/index.ts +19 -8
  354. package/src/resources/job-assignments.ts +3 -3
  355. package/src/resources/job-codes.ts +3 -3
  356. package/src/resources/job-dimensions.ts +2 -2
  357. package/src/resources/job-functions.ts +1 -1
  358. package/src/resources/job-pay-rate-exceptions.ts +2 -2
  359. package/src/resources/job-requisitions.ts +1 -1
  360. package/src/resources/kiosk-badges.ts +2 -2
  361. package/src/resources/leave-accruals.ts +1 -1
  362. package/src/resources/leave-balances.ts +1 -1
  363. package/src/resources/leave-requests.ts +2 -2
  364. package/src/resources/leave-types.ts +1 -1
  365. package/src/resources/legal-entities.ts +1 -1
  366. package/src/resources/levels.ts +1 -1
  367. package/src/resources/location-factors.ts +1 -1
  368. package/src/resources/metadata/components.ts +2 -2
  369. package/src/resources/metadata/metadata.ts +2 -2
  370. package/src/resources/metadata/summary.ts +2 -2
  371. package/src/resources/metadata/types.ts +2 -2
  372. package/src/resources/object-categories.ts +17 -5
  373. package/src/resources/payroll-runs.ts +251 -0
  374. package/src/resources/platform-capabilities.ts +2 -2
  375. package/src/resources/report-runs.ts +90 -0
  376. package/src/resources/reports/available-filters.ts +60 -0
  377. package/src/resources/reports/index.ts +4 -0
  378. package/src/resources/reports/reports.ts +112 -0
  379. package/src/resources/reports.ts +3 -0
  380. package/src/resources/schedules.ts +2 -2
  381. package/src/resources/shift-inputs.ts +2 -2
  382. package/src/resources/shiftassignments.ts +2 -2
  383. package/src/resources/teams.ts +1 -1
  384. package/src/resources/time-cards.ts +1 -1
  385. package/src/resources/time-entries.ts +2 -2
  386. package/src/resources/titles.ts +2 -2
  387. package/src/resources/tracks.ts +1 -1
  388. package/src/resources/unassignedshifts.ts +2 -2
  389. package/src/resources/users.ts +1 -1
  390. package/src/resources/work-locations.ts +2 -2
  391. package/src/resources/workers.ts +1 -1
  392. package/src/resources/workflow-action-executions.ts +925 -0
  393. package/src/version.ts +1 -1
  394. package/version.d.mts +1 -1
  395. package/version.d.ts +1 -1
  396. package/version.js +1 -1
  397. package/version.mjs +1 -1
  398. package/resources/create-app-notification.d.mts +0 -29
  399. package/resources/create-app-notification.d.mts.map +0 -1
  400. package/resources/create-app-notification.d.ts +0 -29
  401. package/resources/create-app-notification.d.ts.map +0 -1
  402. package/resources/create-app-notification.js +0 -18
  403. package/resources/create-app-notification.js.map +0 -1
  404. package/resources/create-app-notification.mjs +0 -14
  405. package/resources/create-app-notification.mjs.map +0 -1
  406. package/resources/run-query.d.mts +0 -39
  407. package/resources/run-query.d.mts.map +0 -1
  408. package/resources/run-query.d.ts +0 -39
  409. package/resources/run-query.d.ts.map +0 -1
  410. package/resources/run-query.js +0 -21
  411. package/resources/run-query.js.map +0 -1
  412. package/resources/run-query.mjs +0 -17
  413. package/resources/run-query.mjs.map +0 -1
  414. package/resources/send-email.d.mts +0 -33
  415. package/resources/send-email.d.mts.map +0 -1
  416. package/resources/send-email.d.ts +0 -33
  417. package/resources/send-email.d.ts.map +0 -1
  418. package/resources/send-email.js.map +0 -1
  419. package/resources/send-email.mjs +0 -14
  420. package/resources/send-email.mjs.map +0 -1
  421. package/resources/send-slack.d.mts +0 -30
  422. package/resources/send-slack.d.mts.map +0 -1
  423. package/resources/send-slack.d.ts +0 -30
  424. package/resources/send-slack.d.ts.map +0 -1
  425. package/resources/send-slack.js +0 -18
  426. package/resources/send-slack.js.map +0 -1
  427. package/resources/send-slack.mjs.map +0 -1
  428. package/src/resources/create-app-notification.ts +0 -46
  429. package/src/resources/run-query.ts +0 -51
  430. package/src/resources/send-email.ts +0 -48
  431. package/src/resources/send-slack.ts +0 -42
@@ -7,45 +7,45 @@ import { RequestOptions } from "../../internal/request-options.js";
7
7
  */
8
8
  export declare class Records extends APIResource {
9
9
  /**
10
- * A List of custom object records
10
+ * A list of custom object records.
11
11
  *
12
12
  * - Requires: `API Tier 1`
13
13
  */
14
14
  list(customObjectAPIName: string, options?: RequestOptions): PagePromise<CustomObjectDataRowsPageCursorURL, CustomObjectDataRow>;
15
15
  /**
16
- * Create a new custom object record
16
+ * Create a new custom object record.
17
17
  */
18
18
  create(customObjectAPIName: string, body?: RecordCreateParams | null | undefined, options?: RequestOptions): APIPromise<RecordCreateResponse>;
19
19
  /**
20
- * A List of custom object records filtered by querying
20
+ * A list of custom object records filtered by query.
21
21
  */
22
22
  query(customObjectAPIName: string, body?: RecordQueryParams | null | undefined, options?: RequestOptions): APIPromise<RecordQueryResponse>;
23
23
  /**
24
- * Retrieve a specific custom object record
24
+ * Retrieve a specific custom object record.
25
25
  */
26
26
  retrieve(customObjectAPIName: string, codrID: string, options?: RequestOptions): APIPromise<CustomObjectDataRow>;
27
27
  /**
28
- * Updated a specific custom object record
28
+ * Update a specific custom object record.
29
29
  */
30
30
  update(customObjectAPIName: string, codrID: string, body?: RecordUpdateParams | null | undefined, options?: RequestOptions): APIPromise<RecordUpdateResponse>;
31
31
  /**
32
- * Delete a custom object record
32
+ * Delete a custom object record.
33
33
  */
34
34
  delete(customObjectAPIName: string, codrID: string, options?: RequestOptions): APIPromise<void>;
35
35
  /**
36
- * Retrieve a specific custom object record by its external_id
36
+ * Retrieve a specific custom object record by its external_id.
37
37
  */
38
38
  retrieveByExternalID(customObjectAPIName: string, externalID: string, options?: RequestOptions): APIPromise<CustomObjectDataRow>;
39
39
  /**
40
- * bulk create new custom object records
40
+ * Bulk create new custom object records.
41
41
  */
42
42
  bulkCreate(customObjectAPIName: string, body?: RecordBulkCreateParams | null | undefined, options?: RequestOptions): APIPromise<RecordBulkCreateResponse>;
43
43
  /**
44
- * Bulk Updated a specific custom object records
44
+ * Bulk update custom object records.
45
45
  */
46
46
  bulkUpdate(customObjectAPIName: string, body?: RecordBulkUpdateParams | null | undefined, options?: RequestOptions): APIPromise<RecordBulkUpdateResponse>;
47
47
  /**
48
- * Bulk Delete custom object records
48
+ * Bulk delete custom object records.
49
49
  */
50
50
  bulkDelete(customObjectAPIName: string, body?: RecordBulkDeleteParams | null | undefined, options?: RequestOptions): APIPromise<void>;
51
51
  }
@@ -74,23 +74,53 @@ export interface CustomObjectDataRow {
74
74
  external_id?: string;
75
75
  last_modified_by?: CustomObjectDataRow.LastModifiedBy;
76
76
  owner_role?: CustomObjectDataRow.OwnerRole;
77
+ /**
78
+ * The timestamp when the record was last updated by the system.
79
+ */
77
80
  system_updated_at?: string;
78
81
  [k: string]: unknown;
79
82
  }
80
83
  export declare namespace CustomObjectDataRow {
81
84
  interface CreatedBy {
85
+ /**
86
+ * The unique identifier of the role.
87
+ */
82
88
  id?: string;
89
+ /**
90
+ * The display name of the role.
91
+ */
83
92
  display_value?: string;
93
+ /**
94
+ * The URL of the role's profile image.
95
+ */
84
96
  image?: string;
85
97
  }
86
98
  interface LastModifiedBy {
99
+ /**
100
+ * The unique identifier of the role.
101
+ */
87
102
  id?: string;
103
+ /**
104
+ * The display name of the role.
105
+ */
88
106
  display_value?: string;
107
+ /**
108
+ * The URL of the role's profile image.
109
+ */
89
110
  image?: string;
90
111
  }
91
112
  interface OwnerRole {
113
+ /**
114
+ * The unique identifier of the role.
115
+ */
92
116
  id?: string;
117
+ /**
118
+ * The display name of the role.
119
+ */
93
120
  display_value?: string;
121
+ /**
122
+ * The URL of the role's profile image.
123
+ */
94
124
  image?: string;
95
125
  }
96
126
  }
@@ -114,29 +144,56 @@ export type RecordCreateParams = {
114
144
  [key: string]: unknown;
115
145
  };
116
146
  export interface RecordQueryParams {
147
+ /**
148
+ * A cursor for pagination to fetch the next page of results.
149
+ */
117
150
  cursor?: string;
151
+ /**
152
+ * The maximum number of results to return.
153
+ */
118
154
  limit?: number;
155
+ /**
156
+ * The query string to filter results.
157
+ */
119
158
  query?: string;
120
159
  }
121
160
  export type RecordUpdateParams = {
122
161
  [key: string]: unknown;
123
162
  };
124
163
  export interface RecordBulkCreateParams {
164
+ /**
165
+ * If true, the entire operation fails if any record fails. If false, partial
166
+ * success is allowed.
167
+ */
125
168
  all_or_nothing?: boolean;
169
+ /**
170
+ * The list of records to create.
171
+ */
126
172
  rows_to_write?: Array<{
127
173
  [key: string]: unknown;
128
174
  }>;
129
175
  }
130
176
  export interface RecordBulkUpdateParams {
177
+ /**
178
+ * If true, the entire operation fails if any record fails. If false, partial
179
+ * success is allowed.
180
+ */
131
181
  all_or_nothing?: boolean;
182
+ /**
183
+ * The list of records to update.
184
+ */
132
185
  rows_to_update?: Array<{
133
186
  [key: string]: unknown;
134
187
  }>;
135
188
  }
136
189
  export interface RecordBulkDeleteParams {
190
+ /**
191
+ * If true, the entire operation fails if any record fails. If false, partial
192
+ * success is allowed.
193
+ */
137
194
  all_or_nothing?: boolean;
138
195
  /**
139
- * a list of ids, e.g. [id_1, id_2].
196
+ * A list of record IDs to delete, e.g. [id_1, id_2].
140
197
  */
141
198
  rows_to_delete?: Array<string>;
142
199
  }
@@ -1 +1 @@
1
- {"version":3,"file":"records.d.ts","sourceRoot":"","sources":["../../src/resources/custom-objects/records.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"records.d.ts","sourceRoot":"","sources":["../../src/resources/custom-objects/records.ts"],"names":[],"mappings":"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"}
@@ -11,7 +11,7 @@ const path_1 = require("../../internal/utils/path.js");
11
11
  */
12
12
  class Records extends resource_1.APIResource {
13
13
  /**
14
- * A List of custom object records
14
+ * A list of custom object records.
15
15
  *
16
16
  * - Requires: `API Tier 1`
17
17
  */
@@ -19,13 +19,13 @@ class Records extends resource_1.APIResource {
19
19
  return this._client.getAPIList((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/`, (pagination_1.PageCursorURL), options);
20
20
  }
21
21
  /**
22
- * Create a new custom object record
22
+ * Create a new custom object record.
23
23
  */
24
24
  create(customObjectAPIName, body = undefined, options) {
25
25
  return this._client.post((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/`, { body, ...options });
26
26
  }
27
27
  /**
28
- * A List of custom object records filtered by querying
28
+ * A list of custom object records filtered by query.
29
29
  */
30
30
  query(customObjectAPIName, body = {}, options) {
31
31
  return this._client.post((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/query/`, {
@@ -34,13 +34,13 @@ class Records extends resource_1.APIResource {
34
34
  });
35
35
  }
36
36
  /**
37
- * Retrieve a specific custom object record
37
+ * Retrieve a specific custom object record.
38
38
  */
39
39
  retrieve(customObjectAPIName, codrID, options) {
40
40
  return this._client.get((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/${codrID}/`, options);
41
41
  }
42
42
  /**
43
- * Updated a specific custom object record
43
+ * Update a specific custom object record.
44
44
  */
45
45
  update(customObjectAPIName, codrID, body = undefined, options) {
46
46
  return this._client.patch((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/${codrID}/`, {
@@ -49,7 +49,7 @@ class Records extends resource_1.APIResource {
49
49
  });
50
50
  }
51
51
  /**
52
- * Delete a custom object record
52
+ * Delete a custom object record.
53
53
  */
54
54
  delete(customObjectAPIName, codrID, options) {
55
55
  return this._client.delete((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/${codrID}/`, {
@@ -58,13 +58,13 @@ class Records extends resource_1.APIResource {
58
58
  });
59
59
  }
60
60
  /**
61
- * Retrieve a specific custom object record by its external_id
61
+ * Retrieve a specific custom object record by its external_id.
62
62
  */
63
63
  retrieveByExternalID(customObjectAPIName, externalID, options) {
64
64
  return this._client.get((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/external_id/${externalID}/`, options);
65
65
  }
66
66
  /**
67
- * bulk create new custom object records
67
+ * Bulk create new custom object records.
68
68
  */
69
69
  bulkCreate(customObjectAPIName, body = {}, options) {
70
70
  return this._client.post((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/bulk/`, {
@@ -73,7 +73,7 @@ class Records extends resource_1.APIResource {
73
73
  });
74
74
  }
75
75
  /**
76
- * Bulk Updated a specific custom object records
76
+ * Bulk update custom object records.
77
77
  */
78
78
  bulkUpdate(customObjectAPIName, body = {}, options) {
79
79
  return this._client.patch((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/bulk/`, {
@@ -82,7 +82,7 @@ class Records extends resource_1.APIResource {
82
82
  });
83
83
  }
84
84
  /**
85
- * Bulk Delete custom object records
85
+ * Bulk delete custom object records.
86
86
  */
87
87
  bulkDelete(customObjectAPIName, body = {}, options) {
88
88
  return this._client.post((0, path_1.path) `/custom-objects/${customObjectAPIName}/records/bulk-delete/`, {
@@ -8,7 +8,7 @@ import { path } from "../../internal/utils/path.mjs";
8
8
  */
9
9
  export class Records extends APIResource {
10
10
  /**
11
- * A List of custom object records
11
+ * A list of custom object records.
12
12
  *
13
13
  * - Requires: `API Tier 1`
14
14
  */
@@ -16,13 +16,13 @@ export class Records extends APIResource {
16
16
  return this._client.getAPIList(path `/custom-objects/${customObjectAPIName}/records/`, (PageCursorURL), options);
17
17
  }
18
18
  /**
19
- * Create a new custom object record
19
+ * Create a new custom object record.
20
20
  */
21
21
  create(customObjectAPIName, body = undefined, options) {
22
22
  return this._client.post(path `/custom-objects/${customObjectAPIName}/records/`, { body, ...options });
23
23
  }
24
24
  /**
25
- * A List of custom object records filtered by querying
25
+ * A list of custom object records filtered by query.
26
26
  */
27
27
  query(customObjectAPIName, body = {}, options) {
28
28
  return this._client.post(path `/custom-objects/${customObjectAPIName}/records/query/`, {
@@ -31,13 +31,13 @@ export class Records extends APIResource {
31
31
  });
32
32
  }
33
33
  /**
34
- * Retrieve a specific custom object record
34
+ * Retrieve a specific custom object record.
35
35
  */
36
36
  retrieve(customObjectAPIName, codrID, options) {
37
37
  return this._client.get(path `/custom-objects/${customObjectAPIName}/records/${codrID}/`, options);
38
38
  }
39
39
  /**
40
- * Updated a specific custom object record
40
+ * Update a specific custom object record.
41
41
  */
42
42
  update(customObjectAPIName, codrID, body = undefined, options) {
43
43
  return this._client.patch(path `/custom-objects/${customObjectAPIName}/records/${codrID}/`, {
@@ -46,7 +46,7 @@ export class Records extends APIResource {
46
46
  });
47
47
  }
48
48
  /**
49
- * Delete a custom object record
49
+ * Delete a custom object record.
50
50
  */
51
51
  delete(customObjectAPIName, codrID, options) {
52
52
  return this._client.delete(path `/custom-objects/${customObjectAPIName}/records/${codrID}/`, {
@@ -55,13 +55,13 @@ export class Records extends APIResource {
55
55
  });
56
56
  }
57
57
  /**
58
- * Retrieve a specific custom object record by its external_id
58
+ * Retrieve a specific custom object record by its external_id.
59
59
  */
60
60
  retrieveByExternalID(customObjectAPIName, externalID, options) {
61
61
  return this._client.get(path `/custom-objects/${customObjectAPIName}/records/external_id/${externalID}/`, options);
62
62
  }
63
63
  /**
64
- * bulk create new custom object records
64
+ * Bulk create new custom object records.
65
65
  */
66
66
  bulkCreate(customObjectAPIName, body = {}, options) {
67
67
  return this._client.post(path `/custom-objects/${customObjectAPIName}/records/bulk/`, {
@@ -70,7 +70,7 @@ export class Records extends APIResource {
70
70
  });
71
71
  }
72
72
  /**
73
- * Bulk Updated a specific custom object records
73
+ * Bulk update custom object records.
74
74
  */
75
75
  bulkUpdate(customObjectAPIName, body = {}, options) {
76
76
  return this._client.patch(path `/custom-objects/${customObjectAPIName}/records/bulk/`, {
@@ -79,7 +79,7 @@ export class Records extends APIResource {
79
79
  });
80
80
  }
81
81
  /**
82
- * Bulk Delete custom object records
82
+ * Bulk delete custom object records.
83
83
  */
84
84
  bulkDelete(customObjectAPIName, body = {}, options) {
85
85
  return this._client.post(path `/custom-objects/${customObjectAPIName}/records/bulk-delete/`, {
@@ -5,9 +5,9 @@ import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
5
5
  import { RequestOptions } from "../internal/request-options.mjs";
6
6
  export declare class CustomPages extends APIResource {
7
7
  /**
8
- * A List of CustomPage
8
+ * A list of CustomPage.
9
9
  *
10
- * - Requires: `API Tier 1`
10
+ * - Requires: `Custom Apps Platform API`
11
11
  */
12
12
  list(options?: RequestOptions): PagePromise<CustomPageListResponsesPageCursorURL, CustomPageListResponse>;
13
13
  /**
@@ -19,7 +19,7 @@ export declare class CustomPages extends APIResource {
19
19
  */
20
20
  retrieve(id: string, options?: RequestOptions): APIPromise<CustomPageRetrieveResponse>;
21
21
  /**
22
- * Updated a specific CustomPage
22
+ * Update a specific CustomPage.
23
23
  */
24
24
  update(id: string, body?: CustomPageUpdateParams | null | undefined, options?: RequestOptions): APIPromise<CustomPageUpdateResponse>;
25
25
  /**
@@ -5,9 +5,9 @@ import { PageCursorURL, PagePromise } from "../core/pagination.js";
5
5
  import { RequestOptions } from "../internal/request-options.js";
6
6
  export declare class CustomPages extends APIResource {
7
7
  /**
8
- * A List of CustomPage
8
+ * A list of CustomPage.
9
9
  *
10
- * - Requires: `API Tier 1`
10
+ * - Requires: `Custom Apps Platform API`
11
11
  */
12
12
  list(options?: RequestOptions): PagePromise<CustomPageListResponsesPageCursorURL, CustomPageListResponse>;
13
13
  /**
@@ -19,7 +19,7 @@ export declare class CustomPages extends APIResource {
19
19
  */
20
20
  retrieve(id: string, options?: RequestOptions): APIPromise<CustomPageRetrieveResponse>;
21
21
  /**
22
- * Updated a specific CustomPage
22
+ * Update a specific CustomPage.
23
23
  */
24
24
  update(id: string, body?: CustomPageUpdateParams | null | undefined, options?: RequestOptions): APIPromise<CustomPageUpdateResponse>;
25
25
  /**
@@ -8,9 +8,9 @@ const headers_1 = require("../internal/headers.js");
8
8
  const path_1 = require("../internal/utils/path.js");
9
9
  class CustomPages extends resource_1.APIResource {
10
10
  /**
11
- * A List of CustomPage
11
+ * A list of CustomPage.
12
12
  *
13
- * - Requires: `API Tier 1`
13
+ * - Requires: `Custom Apps Platform API`
14
14
  */
15
15
  list(options) {
16
16
  return this._client.getAPIList('/custom-pages/', (pagination_1.PageCursorURL), options);
@@ -28,7 +28,7 @@ class CustomPages extends resource_1.APIResource {
28
28
  return this._client.get((0, path_1.path) `/custom-pages/${id}/`, options);
29
29
  }
30
30
  /**
31
- * Updated a specific CustomPage
31
+ * Update a specific CustomPage.
32
32
  */
33
33
  update(id, body = {}, options) {
34
34
  return this._client.patch((0, path_1.path) `/custom-pages/${id}/`, { body, ...options });
@@ -5,9 +5,9 @@ import { buildHeaders } from "../internal/headers.mjs";
5
5
  import { path } from "../internal/utils/path.mjs";
6
6
  export class CustomPages extends APIResource {
7
7
  /**
8
- * A List of CustomPage
8
+ * A list of CustomPage.
9
9
  *
10
- * - Requires: `API Tier 1`
10
+ * - Requires: `Custom Apps Platform API`
11
11
  */
12
12
  list(options) {
13
13
  return this._client.getAPIList('/custom-pages/', (PageCursorURL), options);
@@ -25,7 +25,7 @@ export class CustomPages extends APIResource {
25
25
  return this._client.get(path `/custom-pages/${id}/`, options);
26
26
  }
27
27
  /**
28
- * Updated a specific CustomPage
28
+ * Update a specific CustomPage.
29
29
  */
30
30
  update(id, body = {}, options) {
31
31
  return this._client.patch(path `/custom-pages/${id}/`, { body, ...options });
@@ -5,7 +5,7 @@ import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
5
5
  import { RequestOptions } from "../internal/request-options.mjs";
6
6
  export declare class CustomSettings extends APIResource {
7
7
  /**
8
- * A List of Setting
8
+ * A list of Setting.
9
9
  *
10
10
  * - Requires: `Functions API`
11
11
  * - Sortable fields: `id`, `created_at`, `updated_at`
@@ -20,7 +20,7 @@ export declare class CustomSettings extends APIResource {
20
20
  */
21
21
  retrieve(id: string, options?: RequestOptions): APIPromise<CustomSettingRetrieveResponse>;
22
22
  /**
23
- * Updated a specific Setting
23
+ * Update a specific Setting.
24
24
  */
25
25
  update(id: string, body?: CustomSettingUpdateParams | null | undefined, options?: RequestOptions): APIPromise<CustomSettingUpdateResponse>;
26
26
  /**
@@ -5,7 +5,7 @@ import { PageCursorURL, PagePromise } from "../core/pagination.js";
5
5
  import { RequestOptions } from "../internal/request-options.js";
6
6
  export declare class CustomSettings extends APIResource {
7
7
  /**
8
- * A List of Setting
8
+ * A list of Setting.
9
9
  *
10
10
  * - Requires: `Functions API`
11
11
  * - Sortable fields: `id`, `created_at`, `updated_at`
@@ -20,7 +20,7 @@ export declare class CustomSettings extends APIResource {
20
20
  */
21
21
  retrieve(id: string, options?: RequestOptions): APIPromise<CustomSettingRetrieveResponse>;
22
22
  /**
23
- * Updated a specific Setting
23
+ * Update a specific Setting.
24
24
  */
25
25
  update(id: string, body?: CustomSettingUpdateParams | null | undefined, options?: RequestOptions): APIPromise<CustomSettingUpdateResponse>;
26
26
  /**
@@ -8,7 +8,7 @@ const headers_1 = require("../internal/headers.js");
8
8
  const path_1 = require("../internal/utils/path.js");
9
9
  class CustomSettings extends resource_1.APIResource {
10
10
  /**
11
- * A List of Setting
11
+ * A list of Setting.
12
12
  *
13
13
  * - Requires: `Functions API`
14
14
  * - Sortable fields: `id`, `created_at`, `updated_at`
@@ -32,7 +32,7 @@ class CustomSettings extends resource_1.APIResource {
32
32
  return this._client.get((0, path_1.path) `/custom-settings/${id}/`, options);
33
33
  }
34
34
  /**
35
- * Updated a specific Setting
35
+ * Update a specific Setting.
36
36
  */
37
37
  update(id, body = {}, options) {
38
38
  return this._client.patch((0, path_1.path) `/custom-settings/${id}/`, { body, ...options });
@@ -5,7 +5,7 @@ import { buildHeaders } from "../internal/headers.mjs";
5
5
  import { path } from "../internal/utils/path.mjs";
6
6
  export class CustomSettings extends APIResource {
7
7
  /**
8
- * A List of Setting
8
+ * A list of Setting.
9
9
  *
10
10
  * - Requires: `Functions API`
11
11
  * - Sortable fields: `id`, `created_at`, `updated_at`
@@ -29,7 +29,7 @@ export class CustomSettings extends APIResource {
29
29
  return this._client.get(path `/custom-settings/${id}/`, options);
30
30
  }
31
31
  /**
32
- * Updated a specific Setting
32
+ * Update a specific Setting.
33
33
  */
34
34
  update(id, body = {}, options) {
35
35
  return this._client.patch(path `/custom-settings/${id}/`, { body, ...options });
@@ -8,7 +8,7 @@ import { RequestOptions } from "../internal/request-options.mjs";
8
8
  */
9
9
  export declare class Departments extends APIResource {
10
10
  /**
11
- * A List of departments
11
+ * A list of departments.
12
12
  *
13
13
  * - Requires: `API Tier 1`
14
14
  * - Expandable fields: `parent`, `department_hierarchy`
@@ -24,7 +24,7 @@ export declare class Departments extends APIResource {
24
24
  */
25
25
  retrieve(id: string, query?: DepartmentRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<DepartmentRetrieveResponse>;
26
26
  /**
27
- * Updated a specific department
27
+ * Update a specific department.
28
28
  */
29
29
  update(id: string, body: DepartmentUpdateParams, options?: RequestOptions): APIPromise<Department>;
30
30
  }
@@ -8,7 +8,7 @@ import { RequestOptions } from "../internal/request-options.js";
8
8
  */
9
9
  export declare class Departments extends APIResource {
10
10
  /**
11
- * A List of departments
11
+ * A list of departments.
12
12
  *
13
13
  * - Requires: `API Tier 1`
14
14
  * - Expandable fields: `parent`, `department_hierarchy`
@@ -24,7 +24,7 @@ export declare class Departments extends APIResource {
24
24
  */
25
25
  retrieve(id: string, query?: DepartmentRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<DepartmentRetrieveResponse>;
26
26
  /**
27
- * Updated a specific department
27
+ * Update a specific department.
28
28
  */
29
29
  update(id: string, body: DepartmentUpdateParams, options?: RequestOptions): APIPromise<Department>;
30
30
  }
@@ -10,7 +10,7 @@ const path_1 = require("../internal/utils/path.js");
10
10
  */
11
11
  class Departments extends resource_1.APIResource {
12
12
  /**
13
- * A List of departments
13
+ * A list of departments.
14
14
  *
15
15
  * - Requires: `API Tier 1`
16
16
  * - Expandable fields: `parent`, `department_hierarchy`
@@ -32,7 +32,7 @@ class Departments extends resource_1.APIResource {
32
32
  return this._client.get((0, path_1.path) `/departments/${id}/`, { query, ...options });
33
33
  }
34
34
  /**
35
- * Updated a specific department
35
+ * Update a specific department.
36
36
  */
37
37
  update(id, body, options) {
38
38
  return this._client.patch((0, path_1.path) `/departments/${id}/`, { body, ...options });
@@ -7,7 +7,7 @@ import { path } from "../internal/utils/path.mjs";
7
7
  */
8
8
  export class Departments extends APIResource {
9
9
  /**
10
- * A List of departments
10
+ * A list of departments.
11
11
  *
12
12
  * - Requires: `API Tier 1`
13
13
  * - Expandable fields: `parent`, `department_hierarchy`
@@ -29,7 +29,7 @@ export class Departments extends APIResource {
29
29
  return this._client.get(path `/departments/${id}/`, { query, ...options });
30
30
  }
31
31
  /**
32
- * Updated a specific department
32
+ * Update a specific department.
33
33
  */
34
34
  update(id, body, options) {
35
35
  return this._client.patch(path `/departments/${id}/`, { body, ...options });
@@ -202,6 +202,10 @@ export declare namespace DraftHireCreateParams {
202
202
  * Target annual bonus
203
203
  */
204
204
  target_annual_bonus?: number;
205
+ /**
206
+ * Target annual bonus as a percentage
207
+ */
208
+ target_annual_bonus_percent?: number;
205
209
  /**
206
210
  * Teams IDs
207
211
  */
@@ -421,6 +425,10 @@ export declare namespace DraftHireCreateParams {
421
425
  * Work location ID
422
426
  */
423
427
  location_id?: string;
428
+ /**
429
+ * State code of the work location
430
+ */
431
+ state_code?: string;
424
432
  }
425
433
  /**
426
434
  * Custom field information for a draft hire.
@@ -1 +1 @@
1
- {"version":3,"file":"draft-hires.d.mts","sourceRoot":"","sources":["../src/resources/draft-hires.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"draft-hires.d.mts","sourceRoot":"","sources":["../src/resources/draft-hires.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGnG;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,WAAW,CAAC,CAAC;IAE3D;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;CACtE;AAED,yBAAiB,uBAAuB,CAAC;IACvC;;OAEG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAEvB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;IAED;;OAEG;IACH,UAAiB,gBAAgB;QAC/B;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAEvB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;CACF;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC;CACrD;AAED,yBAAiB,qBAAqB,CAAC;IACrC;;;;;OAKG;IACH,UAAiB,SAAS;QACxB;;WAEG;QACH,eAAe,EAAE,SAAS,CAAC,cAAc,CAAC;QAE1C;;WAEG;QACH,aAAa,EAAE,SAAS,CAAC,YAAY,CAAC;QAEtC;;WAEG;QACH,kBAAkB,EAAE,SAAS,CAAC,gBAAgB,CAAC;QAE/C;;WAEG;QACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;KAC9C;IAED,UAAiB,SAAS,CAAC;QACzB;;WAEG;QACH,UAAiB,cAAc;YAC7B;;eAEG;YACH,kBAAkB,EAAE,MAAM,CAAC;YAE3B;;eAEG;YACH,KAAK,EAAE,MAAM,CAAC;YAEd;;eAEG;YACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;YAE3B;;eAEG;YACH,QAAQ,CAAC,EAAE,MAAM,CAAC;YAElB;;eAEG;YACH,aAAa,CAAC,EAAE,MAAM,CAAC;YAEvB;;eAEG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;;;eAIG;YACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;YAEjC;;eAEG;YACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;YAE3B;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YAEtB;;eAEG;YACH,uBAAuB,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;YAE/D;;eAEG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC;YAEnB;;eAEG;YACH,eAAe,CAAC,EAAE,MAAM,CAAC;YAEzB;;eAEG;YACH,QAAQ,CAAC,EAAE,MAAM,CAAC;YAElB;;eAEG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;YAEpB;;eAEG;YACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;YAE/B;;eAEG;YACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;YAE9B;;eAEG;YACH,kBAAkB,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAC;YAE7C;;eAEG;YACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAE5B;;eAEG;YACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;YAElC;;eAEG;YACH,eAAe,CAAC,EAAE,MAAM,CAAC;YAEzB;;eAEG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;eAEG;YACH,aAAa,CAAC,EAAE,MAAM,CAAC;YAEvB;;eAEG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;YAEpB;;eAEG;YACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAE7B;;eAEG;YACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;YAErC;;eAEG;YACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;YAE1B;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YAEtB;;eAEG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;QAED,UAAiB,cAAc,CAAC;YAC9B;;eAEG;YACH,UAAiB,qBAAqB;gBACpC;;mBAEG;gBACH,UAAU,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,WAAW,CAAC,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;gBAEjC;;mBAEG;gBACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;gBAElC;;mBAEG;gBACH,OAAO,CAAC,EAAE,MAAM,CAAC;gBAEjB;;mBAEG;gBACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;gBAE5B;;mBAEG;gBACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;gBAE3B;;mBAEG;gBACH,WAAW,CAAC,EAAE,MAAM,CAAC;aACtB;SACF;QAED;;WAEG;QACH,UAAiB,YAAY;YAC3B;;eAEG;YACH,YAAY,EAAE,MAAM,CAAC;YAErB;;eAEG;YACH,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC;YAExB;;eAEG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;eAEG;YACH,aAAa,CAAC,EAAE,MAAM,CAAC;YAEvB;;eAEG;YACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;YAEhC;;eAEG;YACH,uBAAuB,CAAC,EAAE,YAAY,CAAC,qBAAqB,CAAC;YAE7D;;eAEG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC;YAEnB;;eAEG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC;YAE9B;;eAEG;YACH,MAAM,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;YAE7B;;eAEG;YACH,cAAc,CAAC,EAAE,YAAY,CAAC,aAAa,CAAC;YAE5C;;eAEG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YAEd;;eAEG;YACH,GAAG,CAAC,EAAE,MAAM,CAAC;SACd;QAED,UAAiB,YAAY,CAAC;YAC5B;;eAEG;YACH,UAAiB,IAAI;gBACnB;;mBAEG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;gBAEd;;mBAEG;gBACH,MAAM,CAAC,EAAE,MAAM,CAAC;gBAEhB;;mBAEG;gBACH,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAElB;;mBAEG;gBACH,MAAM,CAAC,EAAE,MAAM,CAAC;gBAEhB;;mBAEG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;aAChB;YAED;;eAEG;YACH,UAAiB,qBAAqB;gBACpC;;mBAEG;gBACH,YAAY,CAAC,EAAE,MAAM,CAAC;gBAEtB;;mBAEG;gBACH,SAAS,CAAC,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,eAAe,CAAC,EAAE,MAAM,CAAC;aAC1B;YAED;;eAEG;YACH,UAAiB,MAAM;gBACrB;;mBAEG;gBACH,aAAa,CAAC,EAAE,MAAM,CAAC;gBAEvB;;mBAEG;gBACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;gBAEpC;;mBAEG;gBACH,WAAW,CAAC,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,WAAW,CAAC,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB;YAED;;eAEG;YACH,UAAiB,aAAa;gBAC5B;;mBAEG;gBACH,YAAY,CAAC,EAAE,MAAM,CAAC;gBAEtB;;mBAEG;gBACH,SAAS,CAAC,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,eAAe,CAAC,EAAE,MAAM,CAAC;aAC1B;SACF;QAED;;WAEG;QACH,UAAiB,gBAAgB;YAC/B;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YAEtB;;eAEG;YACH,SAAS,CAAC,EAAE,OAAO,CAAC;YAEpB;;eAEG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;eAEG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;QAED;;;;WAIG;QACH,UAAiB,WAAW;YAC1B;;eAEG;YACH,UAAU,EAAE,MAAM,CAAC;YAEnB;;eAEG;YACH,WAAW,EAAE,OAAO,CAAC;SACtB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}