@rippling/rippling-sdk 0.2.0-alpha.20

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 (818) hide show
  1. package/LICENSE +201 -0
  2. package/api-promise.d.mts +2 -0
  3. package/api-promise.d.mts.map +1 -0
  4. package/api-promise.d.ts +2 -0
  5. package/api-promise.d.ts.map +1 -0
  6. package/api-promise.js +6 -0
  7. package/api-promise.js.map +1 -0
  8. package/api-promise.mjs +2 -0
  9. package/api-promise.mjs.map +1 -0
  10. package/client.d.mts +308 -0
  11. package/client.d.mts.map +1 -0
  12. package/client.d.ts +308 -0
  13. package/client.d.ts.map +1 -0
  14. package/client.js +592 -0
  15. package/client.js.map +1 -0
  16. package/client.mjs +588 -0
  17. package/client.mjs.map +1 -0
  18. package/core/api-promise.d.mts +46 -0
  19. package/core/api-promise.d.mts.map +1 -0
  20. package/core/api-promise.d.ts +46 -0
  21. package/core/api-promise.d.ts.map +1 -0
  22. package/core/api-promise.js +74 -0
  23. package/core/api-promise.js.map +1 -0
  24. package/core/api-promise.mjs +70 -0
  25. package/core/api-promise.mjs.map +1 -0
  26. package/core/error.d.mts +46 -0
  27. package/core/error.d.mts.map +1 -0
  28. package/core/error.d.ts +46 -0
  29. package/core/error.d.ts.map +1 -0
  30. package/core/error.js +113 -0
  31. package/core/error.js.map +1 -0
  32. package/core/error.mjs +97 -0
  33. package/core/error.mjs.map +1 -0
  34. package/core/pagination.d.mts +50 -0
  35. package/core/pagination.d.mts.map +1 -0
  36. package/core/pagination.d.ts +50 -0
  37. package/core/pagination.d.ts.map +1 -0
  38. package/core/pagination.js +104 -0
  39. package/core/pagination.js.map +1 -0
  40. package/core/pagination.mjs +98 -0
  41. package/core/pagination.mjs.map +1 -0
  42. package/core/resource.d.mts +6 -0
  43. package/core/resource.d.mts.map +1 -0
  44. package/core/resource.d.ts +6 -0
  45. package/core/resource.d.ts.map +1 -0
  46. package/core/resource.js +11 -0
  47. package/core/resource.js.map +1 -0
  48. package/core/resource.mjs +7 -0
  49. package/core/resource.mjs.map +1 -0
  50. package/core/uploads.d.mts +3 -0
  51. package/core/uploads.d.mts.map +1 -0
  52. package/core/uploads.d.ts +3 -0
  53. package/core/uploads.d.ts.map +1 -0
  54. package/core/uploads.js +6 -0
  55. package/core/uploads.js.map +1 -0
  56. package/core/uploads.mjs +2 -0
  57. package/core/uploads.mjs.map +1 -0
  58. package/error.d.mts +2 -0
  59. package/error.d.mts.map +1 -0
  60. package/error.d.ts +2 -0
  61. package/error.d.ts.map +1 -0
  62. package/error.js +6 -0
  63. package/error.js.map +1 -0
  64. package/error.mjs +2 -0
  65. package/error.mjs.map +1 -0
  66. package/functions.d.mts +68 -0
  67. package/functions.d.mts.map +1 -0
  68. package/functions.d.ts +68 -0
  69. package/functions.d.ts.map +1 -0
  70. package/functions.js +48 -0
  71. package/functions.js.map +1 -0
  72. package/functions.mjs +40 -0
  73. package/functions.mjs.map +1 -0
  74. package/index.d.mts +8 -0
  75. package/index.d.mts.map +1 -0
  76. package/index.d.ts +8 -0
  77. package/index.d.ts.map +1 -0
  78. package/index.js +34 -0
  79. package/index.js.map +1 -0
  80. package/index.mjs +9 -0
  81. package/index.mjs.map +1 -0
  82. package/internal/builtin-types.d.mts +73 -0
  83. package/internal/builtin-types.d.mts.map +1 -0
  84. package/internal/builtin-types.d.ts +73 -0
  85. package/internal/builtin-types.d.ts.map +1 -0
  86. package/internal/builtin-types.js +4 -0
  87. package/internal/builtin-types.js.map +1 -0
  88. package/internal/builtin-types.mjs +3 -0
  89. package/internal/builtin-types.mjs.map +1 -0
  90. package/internal/detect-platform.d.mts +15 -0
  91. package/internal/detect-platform.d.mts.map +1 -0
  92. package/internal/detect-platform.d.ts +15 -0
  93. package/internal/detect-platform.d.ts.map +1 -0
  94. package/internal/detect-platform.js +162 -0
  95. package/internal/detect-platform.js.map +1 -0
  96. package/internal/detect-platform.mjs +157 -0
  97. package/internal/detect-platform.mjs.map +1 -0
  98. package/internal/errors.d.mts +3 -0
  99. package/internal/errors.d.mts.map +1 -0
  100. package/internal/errors.d.ts +3 -0
  101. package/internal/errors.d.ts.map +1 -0
  102. package/internal/errors.js +41 -0
  103. package/internal/errors.js.map +1 -0
  104. package/internal/errors.mjs +36 -0
  105. package/internal/errors.mjs.map +1 -0
  106. package/internal/headers.d.mts +20 -0
  107. package/internal/headers.d.mts.map +1 -0
  108. package/internal/headers.d.ts +20 -0
  109. package/internal/headers.d.ts.map +1 -0
  110. package/internal/headers.js +79 -0
  111. package/internal/headers.js.map +1 -0
  112. package/internal/headers.mjs +74 -0
  113. package/internal/headers.mjs.map +1 -0
  114. package/internal/parse.d.mts +12 -0
  115. package/internal/parse.d.mts.map +1 -0
  116. package/internal/parse.d.ts +12 -0
  117. package/internal/parse.d.ts.map +1 -0
  118. package/internal/parse.js +35 -0
  119. package/internal/parse.js.map +1 -0
  120. package/internal/parse.mjs +32 -0
  121. package/internal/parse.mjs.map +1 -0
  122. package/internal/request-options.d.mts +75 -0
  123. package/internal/request-options.d.mts.map +1 -0
  124. package/internal/request-options.d.ts +75 -0
  125. package/internal/request-options.d.ts.map +1 -0
  126. package/internal/request-options.js +14 -0
  127. package/internal/request-options.js.map +1 -0
  128. package/internal/request-options.mjs +10 -0
  129. package/internal/request-options.mjs.map +1 -0
  130. package/internal/shim-types.d.mts +17 -0
  131. package/internal/shim-types.d.mts.map +1 -0
  132. package/internal/shim-types.d.ts +17 -0
  133. package/internal/shim-types.d.ts.map +1 -0
  134. package/internal/shim-types.js +4 -0
  135. package/internal/shim-types.js.map +1 -0
  136. package/internal/shim-types.mjs +3 -0
  137. package/internal/shim-types.mjs.map +1 -0
  138. package/internal/shims.d.mts +20 -0
  139. package/internal/shims.d.mts.map +1 -0
  140. package/internal/shims.d.ts +20 -0
  141. package/internal/shims.d.ts.map +1 -0
  142. package/internal/shims.js +92 -0
  143. package/internal/shims.js.map +1 -0
  144. package/internal/shims.mjs +85 -0
  145. package/internal/shims.mjs.map +1 -0
  146. package/internal/to-file.d.mts +45 -0
  147. package/internal/to-file.d.mts.map +1 -0
  148. package/internal/to-file.d.ts +45 -0
  149. package/internal/to-file.d.ts.map +1 -0
  150. package/internal/to-file.js +91 -0
  151. package/internal/to-file.js.map +1 -0
  152. package/internal/to-file.mjs +88 -0
  153. package/internal/to-file.mjs.map +1 -0
  154. package/internal/tslib.js +81 -0
  155. package/internal/tslib.mjs +17 -0
  156. package/internal/types.d.mts +69 -0
  157. package/internal/types.d.mts.map +1 -0
  158. package/internal/types.d.ts +69 -0
  159. package/internal/types.d.ts.map +1 -0
  160. package/internal/types.js +4 -0
  161. package/internal/types.js.map +1 -0
  162. package/internal/types.mjs +3 -0
  163. package/internal/types.mjs.map +1 -0
  164. package/internal/uploads.d.mts +42 -0
  165. package/internal/uploads.d.mts.map +1 -0
  166. package/internal/uploads.d.ts +42 -0
  167. package/internal/uploads.d.ts.map +1 -0
  168. package/internal/uploads.js +141 -0
  169. package/internal/uploads.js.map +1 -0
  170. package/internal/uploads.mjs +131 -0
  171. package/internal/uploads.mjs.map +1 -0
  172. package/internal/utils/base64.d.mts +3 -0
  173. package/internal/utils/base64.d.mts.map +1 -0
  174. package/internal/utils/base64.d.ts +3 -0
  175. package/internal/utils/base64.d.ts.map +1 -0
  176. package/internal/utils/base64.js +38 -0
  177. package/internal/utils/base64.js.map +1 -0
  178. package/internal/utils/base64.mjs +33 -0
  179. package/internal/utils/base64.mjs.map +1 -0
  180. package/internal/utils/bytes.d.mts +4 -0
  181. package/internal/utils/bytes.d.mts.map +1 -0
  182. package/internal/utils/bytes.d.ts +4 -0
  183. package/internal/utils/bytes.d.ts.map +1 -0
  184. package/internal/utils/bytes.js +31 -0
  185. package/internal/utils/bytes.js.map +1 -0
  186. package/internal/utils/bytes.mjs +26 -0
  187. package/internal/utils/bytes.mjs.map +1 -0
  188. package/internal/utils/env.d.mts +9 -0
  189. package/internal/utils/env.d.mts.map +1 -0
  190. package/internal/utils/env.d.ts +9 -0
  191. package/internal/utils/env.d.ts.map +1 -0
  192. package/internal/utils/env.js +22 -0
  193. package/internal/utils/env.js.map +1 -0
  194. package/internal/utils/env.mjs +18 -0
  195. package/internal/utils/env.mjs.map +1 -0
  196. package/internal/utils/log.d.mts +37 -0
  197. package/internal/utils/log.d.mts.map +1 -0
  198. package/internal/utils/log.d.ts +37 -0
  199. package/internal/utils/log.d.ts.map +1 -0
  200. package/internal/utils/log.js +85 -0
  201. package/internal/utils/log.js.map +1 -0
  202. package/internal/utils/log.mjs +79 -0
  203. package/internal/utils/log.mjs.map +1 -0
  204. package/internal/utils/path.d.mts +15 -0
  205. package/internal/utils/path.d.mts.map +1 -0
  206. package/internal/utils/path.d.ts +15 -0
  207. package/internal/utils/path.d.ts.map +1 -0
  208. package/internal/utils/path.js +79 -0
  209. package/internal/utils/path.js.map +1 -0
  210. package/internal/utils/path.mjs +74 -0
  211. package/internal/utils/path.mjs.map +1 -0
  212. package/internal/utils/sleep.d.mts +2 -0
  213. package/internal/utils/sleep.d.mts.map +1 -0
  214. package/internal/utils/sleep.d.ts +2 -0
  215. package/internal/utils/sleep.d.ts.map +1 -0
  216. package/internal/utils/sleep.js +7 -0
  217. package/internal/utils/sleep.js.map +1 -0
  218. package/internal/utils/sleep.mjs +3 -0
  219. package/internal/utils/sleep.mjs.map +1 -0
  220. package/internal/utils/uuid.d.mts +5 -0
  221. package/internal/utils/uuid.d.mts.map +1 -0
  222. package/internal/utils/uuid.d.ts +5 -0
  223. package/internal/utils/uuid.d.ts.map +1 -0
  224. package/internal/utils/uuid.js +19 -0
  225. package/internal/utils/uuid.js.map +1 -0
  226. package/internal/utils/uuid.mjs +15 -0
  227. package/internal/utils/uuid.mjs.map +1 -0
  228. package/internal/utils/values.d.mts +18 -0
  229. package/internal/utils/values.d.mts.map +1 -0
  230. package/internal/utils/values.d.ts +18 -0
  231. package/internal/utils/values.d.ts.map +1 -0
  232. package/internal/utils/values.js +112 -0
  233. package/internal/utils/values.js.map +1 -0
  234. package/internal/utils/values.mjs +94 -0
  235. package/internal/utils/values.mjs.map +1 -0
  236. package/internal/utils.d.mts +7 -0
  237. package/internal/utils.d.mts.map +1 -0
  238. package/internal/utils.d.ts +7 -0
  239. package/internal/utils.d.ts.map +1 -0
  240. package/internal/utils.js +11 -0
  241. package/internal/utils.js.map +1 -0
  242. package/internal/utils.mjs +8 -0
  243. package/internal/utils.mjs.map +1 -0
  244. package/package.json +158 -0
  245. package/pagination.d.mts +2 -0
  246. package/pagination.d.mts.map +1 -0
  247. package/pagination.d.ts +2 -0
  248. package/pagination.d.ts.map +1 -0
  249. package/pagination.js +6 -0
  250. package/pagination.js.map +1 -0
  251. package/pagination.mjs +2 -0
  252. package/pagination.mjs.map +1 -0
  253. package/resource.d.mts +2 -0
  254. package/resource.d.mts.map +1 -0
  255. package/resource.d.ts +2 -0
  256. package/resource.d.ts.map +1 -0
  257. package/resource.js +6 -0
  258. package/resource.js.map +1 -0
  259. package/resource.mjs +2 -0
  260. package/resource.mjs.map +1 -0
  261. package/resources/business-partner-groups.d.mts +94 -0
  262. package/resources/business-partner-groups.d.mts.map +1 -0
  263. package/resources/business-partner-groups.d.ts +94 -0
  264. package/resources/business-partner-groups.d.ts.map +1 -0
  265. package/resources/business-partner-groups.js +46 -0
  266. package/resources/business-partner-groups.js.map +1 -0
  267. package/resources/business-partner-groups.mjs +42 -0
  268. package/resources/business-partner-groups.mjs.map +1 -0
  269. package/resources/business-partners.d.mts +132 -0
  270. package/resources/business-partners.d.mts.map +1 -0
  271. package/resources/business-partners.d.ts +132 -0
  272. package/resources/business-partners.d.ts.map +1 -0
  273. package/resources/business-partners.js +47 -0
  274. package/resources/business-partners.js.map +1 -0
  275. package/resources/business-partners.mjs +43 -0
  276. package/resources/business-partners.mjs.map +1 -0
  277. package/resources/candidate-applications.d.mts +63 -0
  278. package/resources/candidate-applications.d.mts.map +1 -0
  279. package/resources/candidate-applications.d.ts +63 -0
  280. package/resources/candidate-applications.d.ts.map +1 -0
  281. package/resources/candidate-applications.js +20 -0
  282. package/resources/candidate-applications.js.map +1 -0
  283. package/resources/candidate-applications.mjs +16 -0
  284. package/resources/candidate-applications.mjs.map +1 -0
  285. package/resources/candidates.d.mts +54 -0
  286. package/resources/candidates.d.mts.map +1 -0
  287. package/resources/candidates.d.ts +54 -0
  288. package/resources/candidates.d.ts.map +1 -0
  289. package/resources/candidates.js +22 -0
  290. package/resources/candidates.js.map +1 -0
  291. package/resources/candidates.mjs +18 -0
  292. package/resources/candidates.mjs.map +1 -0
  293. package/resources/companies.d.mts +82 -0
  294. package/resources/companies.d.mts.map +1 -0
  295. package/resources/companies.d.ts +82 -0
  296. package/resources/companies.d.ts.map +1 -0
  297. package/resources/companies.js +20 -0
  298. package/resources/companies.js.map +1 -0
  299. package/resources/companies.mjs +16 -0
  300. package/resources/companies.mjs.map +1 -0
  301. package/resources/compensations.d.mts +250 -0
  302. package/resources/compensations.d.mts.map +1 -0
  303. package/resources/compensations.d.ts +250 -0
  304. package/resources/compensations.d.ts.map +1 -0
  305. package/resources/compensations.js +27 -0
  306. package/resources/compensations.js.map +1 -0
  307. package/resources/compensations.mjs +23 -0
  308. package/resources/compensations.mjs.map +1 -0
  309. package/resources/custom-fields.d.mts +50 -0
  310. package/resources/custom-fields.d.mts.map +1 -0
  311. package/resources/custom-fields.d.ts +50 -0
  312. package/resources/custom-fields.d.ts.map +1 -0
  313. package/resources/custom-fields.js +22 -0
  314. package/resources/custom-fields.js.map +1 -0
  315. package/resources/custom-fields.mjs +18 -0
  316. package/resources/custom-fields.mjs.map +1 -0
  317. package/resources/custom-objects/custom-objects.d.mts +103 -0
  318. package/resources/custom-objects/custom-objects.d.mts.map +1 -0
  319. package/resources/custom-objects/custom-objects.d.ts +103 -0
  320. package/resources/custom-objects/custom-objects.d.ts.map +1 -0
  321. package/resources/custom-objects/custom-objects.js +59 -0
  322. package/resources/custom-objects/custom-objects.js.map +1 -0
  323. package/resources/custom-objects/custom-objects.mjs +54 -0
  324. package/resources/custom-objects/custom-objects.mjs.map +1 -0
  325. package/resources/custom-objects/fields.d.mts +113 -0
  326. package/resources/custom-objects/fields.d.mts.map +1 -0
  327. package/resources/custom-objects/fields.d.ts +113 -0
  328. package/resources/custom-objects/fields.d.ts.map +1 -0
  329. package/resources/custom-objects/fields.js +50 -0
  330. package/resources/custom-objects/fields.js.map +1 -0
  331. package/resources/custom-objects/fields.mjs +46 -0
  332. package/resources/custom-objects/fields.mjs.map +1 -0
  333. package/resources/custom-objects/index.d.mts +4 -0
  334. package/resources/custom-objects/index.d.mts.map +1 -0
  335. package/resources/custom-objects/index.d.ts +4 -0
  336. package/resources/custom-objects/index.d.ts.map +1 -0
  337. package/resources/custom-objects/index.js +11 -0
  338. package/resources/custom-objects/index.js.map +1 -0
  339. package/resources/custom-objects/index.mjs +5 -0
  340. package/resources/custom-objects/index.mjs.map +1 -0
  341. package/resources/custom-objects/records.d.mts +143 -0
  342. package/resources/custom-objects/records.d.mts.map +1 -0
  343. package/resources/custom-objects/records.d.ts +143 -0
  344. package/resources/custom-objects/records.d.ts.map +1 -0
  345. package/resources/custom-objects/records.js +93 -0
  346. package/resources/custom-objects/records.js.map +1 -0
  347. package/resources/custom-objects/records.mjs +89 -0
  348. package/resources/custom-objects/records.mjs.map +1 -0
  349. package/resources/custom-objects.d.mts +2 -0
  350. package/resources/custom-objects.d.mts.map +1 -0
  351. package/resources/custom-objects.d.ts +2 -0
  352. package/resources/custom-objects.d.ts.map +1 -0
  353. package/resources/custom-objects.js +6 -0
  354. package/resources/custom-objects.js.map +1 -0
  355. package/resources/custom-objects.mjs +3 -0
  356. package/resources/custom-objects.mjs.map +1 -0
  357. package/resources/departments.d.mts +80 -0
  358. package/resources/departments.d.mts.map +1 -0
  359. package/resources/departments.d.ts +80 -0
  360. package/resources/departments.d.ts.map +1 -0
  361. package/resources/departments.js +27 -0
  362. package/resources/departments.js.map +1 -0
  363. package/resources/departments.mjs +23 -0
  364. package/resources/departments.mjs.map +1 -0
  365. package/resources/employment-types.d.mts +77 -0
  366. package/resources/employment-types.d.mts.map +1 -0
  367. package/resources/employment-types.d.ts +77 -0
  368. package/resources/employment-types.d.ts.map +1 -0
  369. package/resources/employment-types.js +29 -0
  370. package/resources/employment-types.js.map +1 -0
  371. package/resources/employment-types.mjs +25 -0
  372. package/resources/employment-types.mjs.map +1 -0
  373. package/resources/entitlements.d.mts +30 -0
  374. package/resources/entitlements.d.mts.map +1 -0
  375. package/resources/entitlements.d.ts +30 -0
  376. package/resources/entitlements.d.ts.map +1 -0
  377. package/resources/entitlements.js +18 -0
  378. package/resources/entitlements.js.map +1 -0
  379. package/resources/entitlements.mjs +14 -0
  380. package/resources/entitlements.mjs.map +1 -0
  381. package/resources/functions/deployments.d.mts +145 -0
  382. package/resources/functions/deployments.d.mts.map +1 -0
  383. package/resources/functions/deployments.d.ts +145 -0
  384. package/resources/functions/deployments.d.ts.map +1 -0
  385. package/resources/functions/deployments.js +40 -0
  386. package/resources/functions/deployments.js.map +1 -0
  387. package/resources/functions/deployments.mjs +36 -0
  388. package/resources/functions/deployments.mjs.map +1 -0
  389. package/resources/functions/executions.d.mts +188 -0
  390. package/resources/functions/executions.d.mts.map +1 -0
  391. package/resources/functions/executions.d.ts +188 -0
  392. package/resources/functions/executions.d.ts.map +1 -0
  393. package/resources/functions/executions.js +42 -0
  394. package/resources/functions/executions.js.map +1 -0
  395. package/resources/functions/executions.mjs +38 -0
  396. package/resources/functions/executions.mjs.map +1 -0
  397. package/resources/functions/functions.d.mts +129 -0
  398. package/resources/functions/functions.d.mts.map +1 -0
  399. package/resources/functions/functions.d.ts +129 -0
  400. package/resources/functions/functions.d.ts.map +1 -0
  401. package/resources/functions/functions.js +56 -0
  402. package/resources/functions/functions.js.map +1 -0
  403. package/resources/functions/functions.mjs +51 -0
  404. package/resources/functions/functions.mjs.map +1 -0
  405. package/resources/functions/index.d.mts +4 -0
  406. package/resources/functions/index.d.mts.map +1 -0
  407. package/resources/functions/index.d.ts +4 -0
  408. package/resources/functions/index.d.ts.map +1 -0
  409. package/resources/functions/index.js +11 -0
  410. package/resources/functions/index.js.map +1 -0
  411. package/resources/functions/index.mjs +5 -0
  412. package/resources/functions/index.mjs.map +1 -0
  413. package/resources/functions.d.mts +2 -0
  414. package/resources/functions.d.mts.map +1 -0
  415. package/resources/functions.d.ts +2 -0
  416. package/resources/functions.d.ts.map +1 -0
  417. package/resources/functions.js +6 -0
  418. package/resources/functions.js.map +1 -0
  419. package/resources/functions.mjs +3 -0
  420. package/resources/functions.mjs.map +1 -0
  421. package/resources/headcount-positions.d.mts +1059 -0
  422. package/resources/headcount-positions.d.mts.map +1 -0
  423. package/resources/headcount-positions.d.ts +1059 -0
  424. package/resources/headcount-positions.d.ts.map +1 -0
  425. package/resources/headcount-positions.js +41 -0
  426. package/resources/headcount-positions.js.map +1 -0
  427. package/resources/headcount-positions.mjs +37 -0
  428. package/resources/headcount-positions.mjs.map +1 -0
  429. package/resources/headcount-priorities.d.mts +65 -0
  430. package/resources/headcount-priorities.d.mts.map +1 -0
  431. package/resources/headcount-priorities.d.ts +65 -0
  432. package/resources/headcount-priorities.d.ts.map +1 -0
  433. package/resources/headcount-priorities.js +29 -0
  434. package/resources/headcount-priorities.js.map +1 -0
  435. package/resources/headcount-priorities.mjs +25 -0
  436. package/resources/headcount-priorities.mjs.map +1 -0
  437. package/resources/index.d.mts +42 -0
  438. package/resources/index.d.mts.map +1 -0
  439. package/resources/index.d.ts +42 -0
  440. package/resources/index.d.ts.map +1 -0
  441. package/resources/index.js +87 -0
  442. package/resources/index.js.map +1 -0
  443. package/resources/index.mjs +43 -0
  444. package/resources/index.mjs.map +1 -0
  445. package/resources/job-assignments.d.mts +161 -0
  446. package/resources/job-assignments.d.mts.map +1 -0
  447. package/resources/job-assignments.d.ts +161 -0
  448. package/resources/job-assignments.d.ts.map +1 -0
  449. package/resources/job-assignments.js +38 -0
  450. package/resources/job-assignments.js.map +1 -0
  451. package/resources/job-assignments.mjs +34 -0
  452. package/resources/job-assignments.mjs.map +1 -0
  453. package/resources/job-codes.d.mts +358 -0
  454. package/resources/job-codes.d.mts.map +1 -0
  455. package/resources/job-codes.d.ts +358 -0
  456. package/resources/job-codes.d.ts.map +1 -0
  457. package/resources/job-codes.js +61 -0
  458. package/resources/job-codes.js.map +1 -0
  459. package/resources/job-codes.mjs +57 -0
  460. package/resources/job-codes.mjs.map +1 -0
  461. package/resources/job-dimensions.d.mts +145 -0
  462. package/resources/job-dimensions.d.mts.map +1 -0
  463. package/resources/job-dimensions.d.ts +145 -0
  464. package/resources/job-dimensions.d.ts.map +1 -0
  465. package/resources/job-dimensions.js +49 -0
  466. package/resources/job-dimensions.js.map +1 -0
  467. package/resources/job-dimensions.mjs +45 -0
  468. package/resources/job-dimensions.mjs.map +1 -0
  469. package/resources/job-functions.d.mts +65 -0
  470. package/resources/job-functions.d.mts.map +1 -0
  471. package/resources/job-functions.d.ts +65 -0
  472. package/resources/job-functions.d.ts.map +1 -0
  473. package/resources/job-functions.js +29 -0
  474. package/resources/job-functions.js.map +1 -0
  475. package/resources/job-functions.mjs +25 -0
  476. package/resources/job-functions.mjs.map +1 -0
  477. package/resources/job-pay-rate-exceptions.d.mts +91 -0
  478. package/resources/job-pay-rate-exceptions.d.mts.map +1 -0
  479. package/resources/job-pay-rate-exceptions.d.ts +91 -0
  480. package/resources/job-pay-rate-exceptions.d.ts.map +1 -0
  481. package/resources/job-pay-rate-exceptions.js +41 -0
  482. package/resources/job-pay-rate-exceptions.js.map +1 -0
  483. package/resources/job-pay-rate-exceptions.mjs +37 -0
  484. package/resources/job-pay-rate-exceptions.mjs.map +1 -0
  485. package/resources/job-requisitions.d.mts +42 -0
  486. package/resources/job-requisitions.d.mts.map +1 -0
  487. package/resources/job-requisitions.d.ts +42 -0
  488. package/resources/job-requisitions.d.ts.map +1 -0
  489. package/resources/job-requisitions.js +19 -0
  490. package/resources/job-requisitions.js.map +1 -0
  491. package/resources/job-requisitions.mjs +15 -0
  492. package/resources/job-requisitions.mjs.map +1 -0
  493. package/resources/kiosk-badges.d.mts +247 -0
  494. package/resources/kiosk-badges.d.mts.map +1 -0
  495. package/resources/kiosk-badges.d.ts +247 -0
  496. package/resources/kiosk-badges.d.ts.map +1 -0
  497. package/resources/kiosk-badges.js +53 -0
  498. package/resources/kiosk-badges.js.map +1 -0
  499. package/resources/kiosk-badges.mjs +49 -0
  500. package/resources/kiosk-badges.mjs.map +1 -0
  501. package/resources/leave-balances.d.mts +88 -0
  502. package/resources/leave-balances.d.mts.map +1 -0
  503. package/resources/leave-balances.d.ts +88 -0
  504. package/resources/leave-balances.d.ts.map +1 -0
  505. package/resources/leave-balances.js +28 -0
  506. package/resources/leave-balances.js.map +1 -0
  507. package/resources/leave-balances.mjs +24 -0
  508. package/resources/leave-balances.mjs.map +1 -0
  509. package/resources/leave-requests.d.mts +731 -0
  510. package/resources/leave-requests.d.mts.map +1 -0
  511. package/resources/leave-requests.d.ts +731 -0
  512. package/resources/leave-requests.d.ts.map +1 -0
  513. package/resources/leave-requests.js +44 -0
  514. package/resources/leave-requests.js.map +1 -0
  515. package/resources/leave-requests.mjs +40 -0
  516. package/resources/leave-requests.mjs.map +1 -0
  517. package/resources/leave-types.d.mts +67 -0
  518. package/resources/leave-types.d.mts.map +1 -0
  519. package/resources/leave-types.d.ts +67 -0
  520. package/resources/leave-types.d.ts.map +1 -0
  521. package/resources/leave-types.js +27 -0
  522. package/resources/leave-types.js.map +1 -0
  523. package/resources/leave-types.mjs +23 -0
  524. package/resources/leave-types.mjs.map +1 -0
  525. package/resources/legal-entities.d.mts +117 -0
  526. package/resources/legal-entities.d.mts.map +1 -0
  527. package/resources/legal-entities.d.ts +117 -0
  528. package/resources/legal-entities.d.ts.map +1 -0
  529. package/resources/legal-entities.js +27 -0
  530. package/resources/legal-entities.js.map +1 -0
  531. package/resources/legal-entities.mjs +23 -0
  532. package/resources/legal-entities.mjs.map +1 -0
  533. package/resources/levels.d.mts +91 -0
  534. package/resources/levels.d.mts.map +1 -0
  535. package/resources/levels.d.ts +91 -0
  536. package/resources/levels.d.ts.map +1 -0
  537. package/resources/levels.js +27 -0
  538. package/resources/levels.js.map +1 -0
  539. package/resources/levels.mjs +23 -0
  540. package/resources/levels.mjs.map +1 -0
  541. package/resources/location-factors.d.mts +111 -0
  542. package/resources/location-factors.d.mts.map +1 -0
  543. package/resources/location-factors.d.ts +111 -0
  544. package/resources/location-factors.d.ts.map +1 -0
  545. package/resources/location-factors.js +29 -0
  546. package/resources/location-factors.js.map +1 -0
  547. package/resources/location-factors.mjs +25 -0
  548. package/resources/location-factors.mjs.map +1 -0
  549. package/resources/object-categories.d.mts +63 -0
  550. package/resources/object-categories.d.mts.map +1 -0
  551. package/resources/object-categories.d.ts +63 -0
  552. package/resources/object-categories.d.ts.map +1 -0
  553. package/resources/object-categories.js +47 -0
  554. package/resources/object-categories.js.map +1 -0
  555. package/resources/object-categories.mjs +43 -0
  556. package/resources/object-categories.mjs.map +1 -0
  557. package/resources/schedules.d.mts +139 -0
  558. package/resources/schedules.d.mts.map +1 -0
  559. package/resources/schedules.d.ts +139 -0
  560. package/resources/schedules.d.ts.map +1 -0
  561. package/resources/schedules.js +27 -0
  562. package/resources/schedules.js.map +1 -0
  563. package/resources/schedules.mjs +23 -0
  564. package/resources/schedules.mjs.map +1 -0
  565. package/resources/shared.d.mts +55 -0
  566. package/resources/shared.d.mts.map +1 -0
  567. package/resources/shared.d.ts +55 -0
  568. package/resources/shared.d.ts.map +1 -0
  569. package/resources/shared.js +4 -0
  570. package/resources/shared.js.map +1 -0
  571. package/resources/shared.mjs +3 -0
  572. package/resources/shared.mjs.map +1 -0
  573. package/resources/shift-inputs.d.mts +291 -0
  574. package/resources/shift-inputs.d.mts.map +1 -0
  575. package/resources/shift-inputs.d.ts +291 -0
  576. package/resources/shift-inputs.d.ts.map +1 -0
  577. package/resources/shift-inputs.js +53 -0
  578. package/resources/shift-inputs.js.map +1 -0
  579. package/resources/shift-inputs.mjs +49 -0
  580. package/resources/shift-inputs.mjs.map +1 -0
  581. package/resources/shiftassignments.d.mts +466 -0
  582. package/resources/shiftassignments.d.mts.map +1 -0
  583. package/resources/shiftassignments.d.ts +466 -0
  584. package/resources/shiftassignments.d.ts.map +1 -0
  585. package/resources/shiftassignments.js +32 -0
  586. package/resources/shiftassignments.js.map +1 -0
  587. package/resources/shiftassignments.mjs +28 -0
  588. package/resources/shiftassignments.mjs.map +1 -0
  589. package/resources/sso-me.d.mts +48 -0
  590. package/resources/sso-me.d.mts.map +1 -0
  591. package/resources/sso-me.d.ts +48 -0
  592. package/resources/sso-me.d.ts.map +1 -0
  593. package/resources/sso-me.js +18 -0
  594. package/resources/sso-me.js.map +1 -0
  595. package/resources/sso-me.mjs +14 -0
  596. package/resources/sso-me.mjs.map +1 -0
  597. package/resources/supergroups/exclusion-members.d.mts +56 -0
  598. package/resources/supergroups/exclusion-members.d.mts.map +1 -0
  599. package/resources/supergroups/exclusion-members.d.ts +56 -0
  600. package/resources/supergroups/exclusion-members.d.ts.map +1 -0
  601. package/resources/supergroups/exclusion-members.js +26 -0
  602. package/resources/supergroups/exclusion-members.js.map +1 -0
  603. package/resources/supergroups/exclusion-members.mjs +22 -0
  604. package/resources/supergroups/exclusion-members.mjs.map +1 -0
  605. package/resources/supergroups/inclusion-members.d.mts +56 -0
  606. package/resources/supergroups/inclusion-members.d.mts.map +1 -0
  607. package/resources/supergroups/inclusion-members.d.ts +56 -0
  608. package/resources/supergroups/inclusion-members.d.ts.map +1 -0
  609. package/resources/supergroups/inclusion-members.js +26 -0
  610. package/resources/supergroups/inclusion-members.js.map +1 -0
  611. package/resources/supergroups/inclusion-members.mjs +22 -0
  612. package/resources/supergroups/inclusion-members.mjs.map +1 -0
  613. package/resources/supergroups/index.d.mts +5 -0
  614. package/resources/supergroups/index.d.mts.map +1 -0
  615. package/resources/supergroups/index.d.ts +5 -0
  616. package/resources/supergroups/index.d.ts.map +1 -0
  617. package/resources/supergroups/index.js +13 -0
  618. package/resources/supergroups/index.js.map +1 -0
  619. package/resources/supergroups/index.mjs +6 -0
  620. package/resources/supergroups/index.mjs.map +1 -0
  621. package/resources/supergroups/members.d.mts +42 -0
  622. package/resources/supergroups/members.d.mts.map +1 -0
  623. package/resources/supergroups/members.d.ts +42 -0
  624. package/resources/supergroups/members.d.ts.map +1 -0
  625. package/resources/supergroups/members.js +23 -0
  626. package/resources/supergroups/members.js.map +1 -0
  627. package/resources/supergroups/members.mjs +19 -0
  628. package/resources/supergroups/members.mjs.map +1 -0
  629. package/resources/supergroups/supergroups.d.mts +123 -0
  630. package/resources/supergroups/supergroups.d.mts.map +1 -0
  631. package/resources/supergroups/supergroups.d.ts +123 -0
  632. package/resources/supergroups/supergroups.d.ts.map +1 -0
  633. package/resources/supergroups/supergroups.js +43 -0
  634. package/resources/supergroups/supergroups.js.map +1 -0
  635. package/resources/supergroups/supergroups.mjs +38 -0
  636. package/resources/supergroups/supergroups.mjs.map +1 -0
  637. package/resources/supergroups.d.mts +2 -0
  638. package/resources/supergroups.d.mts.map +1 -0
  639. package/resources/supergroups.d.ts +2 -0
  640. package/resources/supergroups.d.ts.map +1 -0
  641. package/resources/supergroups.js +6 -0
  642. package/resources/supergroups.js.map +1 -0
  643. package/resources/supergroups.mjs +3 -0
  644. package/resources/supergroups.mjs.map +1 -0
  645. package/resources/teams.d.mts +64 -0
  646. package/resources/teams.d.mts.map +1 -0
  647. package/resources/teams.d.ts +64 -0
  648. package/resources/teams.d.ts.map +1 -0
  649. package/resources/teams.js +27 -0
  650. package/resources/teams.js.map +1 -0
  651. package/resources/teams.mjs +23 -0
  652. package/resources/teams.mjs.map +1 -0
  653. package/resources/time-cards.d.mts +156 -0
  654. package/resources/time-cards.d.mts.map +1 -0
  655. package/resources/time-cards.d.ts +156 -0
  656. package/resources/time-cards.d.ts.map +1 -0
  657. package/resources/time-cards.js +28 -0
  658. package/resources/time-cards.js.map +1 -0
  659. package/resources/time-cards.mjs +24 -0
  660. package/resources/time-cards.mjs.map +1 -0
  661. package/resources/time-entries.d.mts +1494 -0
  662. package/resources/time-entries.d.mts.map +1 -0
  663. package/resources/time-entries.d.ts +1494 -0
  664. package/resources/time-entries.d.ts.map +1 -0
  665. package/resources/time-entries.js +53 -0
  666. package/resources/time-entries.js.map +1 -0
  667. package/resources/time-entries.mjs +49 -0
  668. package/resources/time-entries.mjs.map +1 -0
  669. package/resources/tracks.d.mts +49 -0
  670. package/resources/tracks.d.mts.map +1 -0
  671. package/resources/tracks.d.ts +49 -0
  672. package/resources/tracks.d.ts.map +1 -0
  673. package/resources/tracks.js +26 -0
  674. package/resources/tracks.js.map +1 -0
  675. package/resources/tracks.mjs +22 -0
  676. package/resources/tracks.mjs.map +1 -0
  677. package/resources/users.d.mts +200 -0
  678. package/resources/users.d.mts.map +1 -0
  679. package/resources/users.d.ts +200 -0
  680. package/resources/users.d.ts.map +1 -0
  681. package/resources/users.js +26 -0
  682. package/resources/users.js.map +1 -0
  683. package/resources/users.mjs +22 -0
  684. package/resources/users.mjs.map +1 -0
  685. package/resources/work-locations.d.mts +54 -0
  686. package/resources/work-locations.d.mts.map +1 -0
  687. package/resources/work-locations.d.ts +54 -0
  688. package/resources/work-locations.d.ts.map +1 -0
  689. package/resources/work-locations.js +26 -0
  690. package/resources/work-locations.js.map +1 -0
  691. package/resources/work-locations.mjs +22 -0
  692. package/resources/work-locations.mjs.map +1 -0
  693. package/resources/workers.d.mts +298 -0
  694. package/resources/workers.d.mts.map +1 -0
  695. package/resources/workers.d.ts +298 -0
  696. package/resources/workers.d.ts.map +1 -0
  697. package/resources/workers.js +31 -0
  698. package/resources/workers.js.map +1 -0
  699. package/resources/workers.mjs +27 -0
  700. package/resources/workers.mjs.map +1 -0
  701. package/resources.d.mts +2 -0
  702. package/resources.d.mts.map +1 -0
  703. package/resources.d.ts +2 -0
  704. package/resources.d.ts.map +1 -0
  705. package/resources.js +5 -0
  706. package/resources.js.map +1 -0
  707. package/resources.mjs +2 -0
  708. package/resources.mjs.map +1 -0
  709. package/src/api-promise.ts +2 -0
  710. package/src/client.ts +1518 -0
  711. package/src/core/README.md +3 -0
  712. package/src/core/api-promise.ts +92 -0
  713. package/src/core/error.ts +130 -0
  714. package/src/core/pagination.ts +155 -0
  715. package/src/core/resource.ts +11 -0
  716. package/src/core/uploads.ts +2 -0
  717. package/src/error.ts +2 -0
  718. package/src/functions.ts +114 -0
  719. package/src/index.ts +25 -0
  720. package/src/internal/README.md +3 -0
  721. package/src/internal/builtin-types.ts +93 -0
  722. package/src/internal/detect-platform.ts +196 -0
  723. package/src/internal/errors.ts +33 -0
  724. package/src/internal/headers.ts +97 -0
  725. package/src/internal/parse.ts +50 -0
  726. package/src/internal/request-options.ts +91 -0
  727. package/src/internal/shim-types.ts +26 -0
  728. package/src/internal/shims.ts +107 -0
  729. package/src/internal/to-file.ts +154 -0
  730. package/src/internal/types.ts +95 -0
  731. package/src/internal/uploads.ts +187 -0
  732. package/src/internal/utils/base64.ts +40 -0
  733. package/src/internal/utils/bytes.ts +32 -0
  734. package/src/internal/utils/env.ts +18 -0
  735. package/src/internal/utils/log.ts +126 -0
  736. package/src/internal/utils/path.ts +88 -0
  737. package/src/internal/utils/sleep.ts +3 -0
  738. package/src/internal/utils/uuid.ts +17 -0
  739. package/src/internal/utils/values.ts +105 -0
  740. package/src/internal/utils.ts +8 -0
  741. package/src/lib/.keep +4 -0
  742. package/src/pagination.ts +2 -0
  743. package/src/resource.ts +2 -0
  744. package/src/resources/business-partner-groups.ts +146 -0
  745. package/src/resources/business-partners.ts +190 -0
  746. package/src/resources/candidate-applications.ts +91 -0
  747. package/src/resources/candidates.ts +79 -0
  748. package/src/resources/companies.ts +110 -0
  749. package/src/resources/compensations.ts +313 -0
  750. package/src/resources/custom-fields.ts +93 -0
  751. package/src/resources/custom-objects/custom-objects.ts +206 -0
  752. package/src/resources/custom-objects/fields.ts +199 -0
  753. package/src/resources/custom-objects/index.ts +32 -0
  754. package/src/resources/custom-objects/records.ts +282 -0
  755. package/src/resources/custom-objects.ts +3 -0
  756. package/src/resources/departments.ts +115 -0
  757. package/src/resources/employment-types.ts +107 -0
  758. package/src/resources/entitlements.ts +44 -0
  759. package/src/resources/functions/deployments.ts +209 -0
  760. package/src/resources/functions/executions.ts +273 -0
  761. package/src/resources/functions/functions.ts +229 -0
  762. package/src/resources/functions/index.ts +32 -0
  763. package/src/resources/functions.ts +3 -0
  764. package/src/resources/headcount-positions.ts +1767 -0
  765. package/src/resources/headcount-priorities.ts +95 -0
  766. package/src/resources/index.ts +322 -0
  767. package/src/resources/job-assignments.ts +227 -0
  768. package/src/resources/job-codes.ts +466 -0
  769. package/src/resources/job-dimensions.ts +201 -0
  770. package/src/resources/job-functions.ts +95 -0
  771. package/src/resources/job-pay-rate-exceptions.ts +144 -0
  772. package/src/resources/job-requisitions.ts +61 -0
  773. package/src/resources/kiosk-badges.ts +343 -0
  774. package/src/resources/leave-balances.ts +125 -0
  775. package/src/resources/leave-requests.ts +928 -0
  776. package/src/resources/leave-types.ts +95 -0
  777. package/src/resources/legal-entities.ts +406 -0
  778. package/src/resources/levels.ts +128 -0
  779. package/src/resources/location-factors.ts +643 -0
  780. package/src/resources/object-categories.ts +107 -0
  781. package/src/resources/schedules.ts +187 -0
  782. package/src/resources/shared.ts +313 -0
  783. package/src/resources/shift-inputs.ts +398 -0
  784. package/src/resources/shiftassignments.ts +580 -0
  785. package/src/resources/sso-me.ts +60 -0
  786. package/src/resources/supergroups/exclusion-members.ts +88 -0
  787. package/src/resources/supergroups/inclusion-members.ts +88 -0
  788. package/src/resources/supergroups/index.ts +22 -0
  789. package/src/resources/supergroups/members.ts +66 -0
  790. package/src/resources/supergroups/supergroups.ts +199 -0
  791. package/src/resources/supergroups.ts +3 -0
  792. package/src/resources/teams.ts +96 -0
  793. package/src/resources/time-cards.ts +209 -0
  794. package/src/resources/time-entries.ts +1860 -0
  795. package/src/resources/tracks.ts +72 -0
  796. package/src/resources/users.ts +255 -0
  797. package/src/resources/work-locations.ts +78 -0
  798. package/src/resources/workers.ts +906 -0
  799. package/src/resources.ts +1 -0
  800. package/src/tsconfig.json +11 -0
  801. package/src/uploads.ts +2 -0
  802. package/src/version.ts +1 -0
  803. package/uploads.d.mts +2 -0
  804. package/uploads.d.mts.map +1 -0
  805. package/uploads.d.ts +2 -0
  806. package/uploads.d.ts.map +1 -0
  807. package/uploads.js +6 -0
  808. package/uploads.js.map +1 -0
  809. package/uploads.mjs +2 -0
  810. package/uploads.mjs.map +1 -0
  811. package/version.d.mts +2 -0
  812. package/version.d.mts.map +1 -0
  813. package/version.d.ts +2 -0
  814. package/version.d.ts.map +1 -0
  815. package/version.js +5 -0
  816. package/version.js.map +1 -0
  817. package/version.mjs +2 -0
  818. package/version.mjs.map +1 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2025 Rippling SDK
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,2 @@
1
+ export * from "./core/api-promise.mjs";
2
+ //# sourceMappingURL=api-promise.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-promise.d.mts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./core/api-promise.js";
2
+ //# sourceMappingURL=api-promise.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-promise.d.ts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
package/api-promise.js ADDED
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("./internal/tslib.js");
4
+ /** @deprecated Import from ./core/api-promise instead */
5
+ tslib_1.__exportStar(require("./core/api-promise.js"), exports);
6
+ //# sourceMappingURL=api-promise.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-promise.js","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AACzD,gEAAmC"}
@@ -0,0 +1,2 @@
1
+ export * from "./core/api-promise.mjs";
2
+ //# sourceMappingURL=api-promise.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-promise.mjs","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
package/client.d.mts ADDED
@@ -0,0 +1,308 @@
1
+ import type { RequestInit, RequestInfo } from "./internal/builtin-types.mjs";
2
+ import type { PromiseOrValue, MergedRequestInit, FinalizedRequestInit } from "./internal/types.mjs";
3
+ export type { Logger, LogLevel } from "./internal/utils/log.mjs";
4
+ import * as Opts from "./internal/request-options.mjs";
5
+ import * as Errors from "./core/error.mjs";
6
+ import * as Pagination from "./core/pagination.mjs";
7
+ import { PageCursorURLResponse } from "./core/pagination.mjs";
8
+ import * as Uploads from "./core/uploads.mjs";
9
+ import * as API from "./resources/index.mjs";
10
+ import { APIPromise } from "./core/api-promise.mjs";
11
+ import { BusinessPartnerGroup, BusinessPartnerGroupCreateParams, BusinessPartnerGroupListParams, BusinessPartnerGroupRetrieveParams, BusinessPartnerGroupRetrieveResponse, BusinessPartnerGroups, BusinessPartnerGroupsPageCursorURL } from "./resources/business-partner-groups.mjs";
12
+ import { BusinessPartner, BusinessPartnerCreateParams, BusinessPartnerListParams, BusinessPartnerRetrieveParams, BusinessPartnerRetrieveResponse, BusinessPartners, BusinessPartnersPageCursorURL, Meta } from "./resources/business-partners.mjs";
13
+ import { CandidateApplicationListParams, CandidateApplicationListResponse, CandidateApplicationListResponsesPageCursorURL, CandidateApplications } from "./resources/candidate-applications.mjs";
14
+ import { CandidateListParams, CandidateListResponse, CandidateListResponsesPageCursorURL, Candidates } from "./resources/candidates.mjs";
15
+ import { Companies, CompaniesPageCursorURL, Company, CompanyListParams } from "./resources/companies.mjs";
16
+ import { Compensation, CompensationListParams, CompensationRetrieveParams, CompensationRetrieveResponse, Compensations, CompensationsPageCursorURL } from "./resources/compensations.mjs";
17
+ import { CustomFieldListParams, CustomFieldListResponse, CustomFieldListResponsesPageCursorURL, CustomFields } from "./resources/custom-fields.mjs";
18
+ import { Department, DepartmentListParams, DepartmentRetrieveParams, DepartmentRetrieveResponse, Departments, DepartmentsPageCursorURL } from "./resources/departments.mjs";
19
+ import { CompanyEmploymentType, CompanyEmploymentTypesPageCursorURL, EmploymentTypeListParams, EmploymentTypeRetrieveResponse, EmploymentTypes } from "./resources/employment-types.mjs";
20
+ import { EntitlementListResponse, EntitlementListResponsesPageCursorURL, Entitlements } from "./resources/entitlements.mjs";
21
+ import { HeadcountPositionListParams, HeadcountPositionListResponse, HeadcountPositionListResponsesPageCursorURL, HeadcountPositionRetrieveParams, HeadcountPositionRetrieveResponse, HeadcountPositions } from "./resources/headcount-positions.mjs";
22
+ import { HeadcountPriorities, HeadcountPriorityListParams, HeadcountPriorityListResponse, HeadcountPriorityListResponsesPageCursorURL, HeadcountPriorityRetrieveResponse } from "./resources/headcount-priorities.mjs";
23
+ import { AttributeChangeDetails, AttributeChangeDetailsPageCursorURL, JobAssignment, JobAssignmentListChangeLogParams, JobAssignmentListParams, JobAssignmentRetrieveParams, JobAssignmentRetrieveResponse, JobAssignments, JobAssignmentsPageCursorURL } from "./resources/job-assignments.mjs";
24
+ import { JobCode, JobCodeCreateParams, JobCodeListChangeLogParams, JobCodeListParams, JobCodeRequest, JobCodeRetrieveParams, JobCodeRetrieveResponse, JobCodeUpdateParams, JobCodes, JobCodesPageCursorURL } from "./resources/job-codes.mjs";
25
+ import { JobDimension, JobDimensionCreateParams, JobDimensionListParams, JobDimensionRequest, JobDimensionRetrieveResponse, JobDimensionUpdateParams, JobDimensions, JobDimensionsPageCursorURL } from "./resources/job-dimensions.mjs";
26
+ import { JobFunctionListParams, JobFunctionListResponse, JobFunctionListResponsesPageCursorURL, JobFunctionRetrieveResponse, JobFunctions } from "./resources/job-functions.mjs";
27
+ import { JobPayRateException, JobPayRateExceptionListChangeLogParams, JobPayRateExceptionListParams, JobPayRateExceptionRetrieveParams, JobPayRateExceptionRetrieveResponse, JobPayRateExceptions, JobPayRateExceptionsPageCursorURL } from "./resources/job-pay-rate-exceptions.mjs";
28
+ import { JobRequisition, JobRequisitionListParams, JobRequisitions, JobRequisitionsPageCursorURL } from "./resources/job-requisitions.mjs";
29
+ import { KioskBadgeCreateParams, KioskBadgeCreateResponse, KioskBadgeListParams, KioskBadgeListResponse, KioskBadgeListResponsesPageCursorURL, KioskBadgeRetrieveParams, KioskBadgeRetrieveResponse, KioskBadgeUpdateParams, KioskBadgeUpdateResponse, KioskBadges, TimeKioskBadge } from "./resources/kiosk-badges.mjs";
30
+ import { LeaveBalance, LeaveBalanceListParams, LeaveBalanceRetrieveParams, LeaveBalanceRetrieveResponse, LeaveBalances, LeaveBalancesPageCursorURL } from "./resources/leave-balances.mjs";
31
+ import { LeaveRequest, LeaveRequestCreateParams, LeaveRequestCreateResponse, LeaveRequestListParams, LeaveRequestListResponse, LeaveRequestListResponsesPageCursorURL, LeaveRequestRetrieveParams, LeaveRequestRetrieveResponse, LeaveRequestUpdateParams, LeaveRequestUpdateResponse, LeaveRequests } from "./resources/leave-requests.mjs";
32
+ import { LeaveType, LeaveTypeListParams, LeaveTypeRetrieveResponse, LeaveTypes, LeaveTypesPageCursorURL } from "./resources/leave-types.mjs";
33
+ import { LegalEntities, LegalEntitiesPageCursorURL, LegalEntity, LegalEntityListParams, LegalEntityRetrieveParams, LegalEntityRetrieveResponse } from "./resources/legal-entities.mjs";
34
+ import { Level, LevelListParams, LevelRetrieveParams, LevelRetrieveResponse, Levels, LevelsPageCursorURL } from "./resources/levels.mjs";
35
+ import { LocationFactorListParams, LocationFactorListResponse, LocationFactorListResponsesPageCursorURL, LocationFactorRetrieveResponse, LocationFactors } from "./resources/location-factors.mjs";
36
+ import { ObjectCategories, ObjectCategoriesPageCursorURL, ObjectCategory, ObjectCategoryCreateParams, ObjectCategoryUpdateParams } from "./resources/object-categories.mjs";
37
+ import { ScheduleListParams, ScheduleListResponse, ScheduleListResponsesPageCursorURL, ScheduleRetrieveParams, ScheduleRetrieveResponse, Schedules } from "./resources/schedules.mjs";
38
+ import { ShiftInput, ShiftInputCreateParams, ShiftInputCreateResponse, ShiftInputListParams, ShiftInputListResponse, ShiftInputListResponsesPageCursorURL, ShiftInputRetrieveParams, ShiftInputRetrieveResponse, ShiftInputUpdateParams, ShiftInputUpdateResponse, ShiftInputs } from "./resources/shift-inputs.mjs";
39
+ import { ShiftassignmentListParams, ShiftassignmentListResponse, ShiftassignmentListResponsesPageCursorURL, ShiftassignmentRetrieveParams, ShiftassignmentRetrieveResponse, Shiftassignments } from "./resources/shiftassignments.mjs";
40
+ import { SSOMe, SSOMeResource, SSOMeRetrieveParams } from "./resources/sso-me.mjs";
41
+ import { Team, TeamListParams, TeamRetrieveParams, TeamRetrieveResponse, Teams, TeamsPageCursorURL } from "./resources/teams.mjs";
42
+ import { PayPeriod, TimeCard, TimeCardListParams, TimeCardRetrieveParams, TimeCardRetrieveResponse, TimeCards, TimeCardsPageCursorURL } from "./resources/time-cards.mjs";
43
+ import { TimeEntries, TimeEntry, TimeEntryCreateParams, TimeEntryCreateResponse, TimeEntryListParams, TimeEntryListResponse, TimeEntryListResponsesPageCursorURL, TimeEntryRetrieveParams, TimeEntryRetrieveResponse, TimeEntryUpdateParams, TimeEntryUpdateResponse } from "./resources/time-entries.mjs";
44
+ import { Track, TrackListParams, TrackRetrieveResponse, Tracks, TracksPageCursorURL } from "./resources/tracks.mjs";
45
+ import { User, UserListParams, UserRetrieveResponse, Users, UsersPageCursorURL } from "./resources/users.mjs";
46
+ import { WorkLocation, WorkLocationListParams, WorkLocationRetrieveResponse, WorkLocations, WorkLocationsPageCursorURL } from "./resources/work-locations.mjs";
47
+ import { Worker, WorkerListParams, WorkerRetrieveParams, WorkerRetrieveResponse, Workers, WorkersPageCursorURL } from "./resources/workers.mjs";
48
+ import { CustomObject, CustomObjectCreateParams, CustomObjectUpdateParams, CustomObjects, CustomObjectsPageCursorURL } from "./resources/custom-objects/custom-objects.mjs";
49
+ import { Function, FunctionCreateDevBundleResponse, FunctionCreateParams, FunctionListParams, FunctionUpdateParams, Functions, FunctionsPageCursorURL } from "./resources/functions/functions.mjs";
50
+ import { Supergroup, SupergroupListParams, SupergroupRetrieveResponse, Supergroups, SupergroupsPageCursorURL } from "./resources/supergroups/supergroups.mjs";
51
+ import { type Fetch } from "./internal/builtin-types.mjs";
52
+ import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
53
+ import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
54
+ import { type LogLevel, type Logger } from "./internal/utils/log.mjs";
55
+ export interface ClientOptions {
56
+ /**
57
+ * Bearer token for authorization
58
+ */
59
+ bearerToken?: string | undefined;
60
+ /**
61
+ * Override the default base URL for the API, e.g., "https://api.example.com/v2/"
62
+ *
63
+ * Defaults to process.env['RIPPLING_SDK_BASE_URL'].
64
+ */
65
+ baseURL?: string | null | undefined;
66
+ /**
67
+ * The maximum amount of time (in milliseconds) that the client should wait for a response
68
+ * from the server before timing out a single request.
69
+ *
70
+ * Note that request timeouts are retried by default, so in a worst-case scenario you may wait
71
+ * much longer than this timeout before the promise succeeds or fails.
72
+ *
73
+ * @unit milliseconds
74
+ */
75
+ timeout?: number | undefined;
76
+ /**
77
+ * Additional `RequestInit` options to be passed to `fetch` calls.
78
+ * Properties will be overridden by per-request `fetchOptions`.
79
+ */
80
+ fetchOptions?: MergedRequestInit | undefined;
81
+ /**
82
+ * Specify a custom `fetch` function implementation.
83
+ *
84
+ * If not provided, we expect that `fetch` is defined globally.
85
+ */
86
+ fetch?: Fetch | undefined;
87
+ /**
88
+ * The maximum number of times that the client will retry a request in case of a
89
+ * temporary failure, like a network error or a 5XX error from the server.
90
+ *
91
+ * @default 2
92
+ */
93
+ maxRetries?: number | undefined;
94
+ /**
95
+ * Default headers to include with every request to the API.
96
+ *
97
+ * These can be removed in individual requests by explicitly setting the
98
+ * header to `null` in request options.
99
+ */
100
+ defaultHeaders?: HeadersLike | undefined;
101
+ /**
102
+ * Default query parameters to include with every request to the API.
103
+ *
104
+ * These can be removed in individual requests by explicitly setting the
105
+ * param to `undefined` in request options.
106
+ */
107
+ defaultQuery?: Record<string, string | undefined> | undefined;
108
+ /**
109
+ * Set the log level.
110
+ *
111
+ * Defaults to process.env['RIPPLING_SDK_LOG'] or 'warn' if it isn't set.
112
+ */
113
+ logLevel?: LogLevel | undefined;
114
+ /**
115
+ * Set the logger.
116
+ *
117
+ * Defaults to globalThis.console.
118
+ */
119
+ logger?: Logger | undefined;
120
+ }
121
+ /**
122
+ * API Client for interfacing with the Rippling SDK API.
123
+ */
124
+ export declare class RipplingSDK {
125
+ #private;
126
+ bearerToken: string;
127
+ baseURL: string;
128
+ maxRetries: number;
129
+ timeout: number;
130
+ logger: Logger | undefined;
131
+ logLevel: LogLevel | undefined;
132
+ fetchOptions: MergedRequestInit | undefined;
133
+ private fetch;
134
+ protected idempotencyHeader?: string;
135
+ private _options;
136
+ /**
137
+ * API Client for interfacing with the Rippling SDK API.
138
+ *
139
+ * @param {string | undefined} [opts.bearerToken=process.env['BEARER_TOKEN_PRODUCTION'] ?? undefined]
140
+ * @param {string} [opts.baseURL=process.env['RIPPLING_SDK_BASE_URL'] ?? https://rest.ripplingapis.com] - Override the default base URL for the API.
141
+ * @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
142
+ * @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
143
+ * @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
144
+ * @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
145
+ * @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
146
+ * @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
147
+ */
148
+ constructor({ baseURL, bearerToken, ...opts }?: ClientOptions);
149
+ /**
150
+ * Create a new client instance re-using the same options given to the current client with optional overriding.
151
+ */
152
+ withOptions(options: Partial<ClientOptions>): this;
153
+ protected defaultQuery(): Record<string, string | undefined> | undefined;
154
+ protected validateHeaders({ values, nulls }: NullableHeaders): void;
155
+ protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
156
+ protected bearerTokenProductionAuth(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
157
+ protected oAuth2ProductionAuth(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
158
+ /**
159
+ * Basic re-implementation of `qs.stringify` for primitive types.
160
+ */
161
+ protected stringifyQuery(query: Record<string, unknown>): string;
162
+ private getUserAgent;
163
+ protected defaultIdempotencyKey(): string;
164
+ protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
165
+ buildURL(path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undefined): string;
166
+ /**
167
+ * Used as a callback for mutating the given `FinalRequestOptions` object.
168
+ */
169
+ protected prepareOptions(options: FinalRequestOptions): Promise<void>;
170
+ /**
171
+ * Used as a callback for mutating the given `RequestInit` object.
172
+ *
173
+ * This is useful for cases where you want to add certain headers based off of
174
+ * the request properties, e.g. `method` or `url`.
175
+ */
176
+ protected prepareRequest(request: RequestInit, { url, options }: {
177
+ url: string;
178
+ options: FinalRequestOptions;
179
+ }): Promise<void>;
180
+ get<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
181
+ post<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
182
+ patch<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
183
+ put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
184
+ delete<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
185
+ private methodRequest;
186
+ request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
187
+ private makeRequest;
188
+ getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
189
+ requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
190
+ fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
191
+ private shouldRetry;
192
+ private retryRequest;
193
+ private calculateDefaultRetryTimeoutMillis;
194
+ buildRequest(inputOptions: FinalRequestOptions, { retryCount }?: {
195
+ retryCount?: number;
196
+ }): Promise<{
197
+ req: FinalizedRequestInit;
198
+ url: string;
199
+ timeout: number;
200
+ }>;
201
+ private buildHeaders;
202
+ private buildBody;
203
+ static RipplingSDK: typeof RipplingSDK;
204
+ static DEFAULT_TIMEOUT: number;
205
+ static RipplingSDKError: typeof Errors.RipplingSDKError;
206
+ static APIError: typeof Errors.APIError;
207
+ static APIConnectionError: typeof Errors.APIConnectionError;
208
+ static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
209
+ static APIUserAbortError: typeof Errors.APIUserAbortError;
210
+ static NotFoundError: typeof Errors.NotFoundError;
211
+ static ConflictError: typeof Errors.ConflictError;
212
+ static RateLimitError: typeof Errors.RateLimitError;
213
+ static BadRequestError: typeof Errors.BadRequestError;
214
+ static AuthenticationError: typeof Errors.AuthenticationError;
215
+ static InternalServerError: typeof Errors.InternalServerError;
216
+ static PermissionDeniedError: typeof Errors.PermissionDeniedError;
217
+ static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
218
+ static toFile: typeof Uploads.toFile;
219
+ candidates: API.Candidates;
220
+ candidateApplications: API.CandidateApplications;
221
+ companies: API.Companies;
222
+ compensations: API.Compensations;
223
+ customFields: API.CustomFields;
224
+ customObjects: API.CustomObjects;
225
+ departments: API.Departments;
226
+ employmentTypes: API.EmploymentTypes;
227
+ entitlements: API.Entitlements;
228
+ jobCodes: API.JobCodes;
229
+ jobDimensions: API.JobDimensions;
230
+ jobRequisitions: API.JobRequisitions;
231
+ kioskBadges: API.KioskBadges;
232
+ leaveBalances: API.LeaveBalances;
233
+ leaveRequests: API.LeaveRequests;
234
+ leaveTypes: API.LeaveTypes;
235
+ legalEntities: API.LegalEntities;
236
+ levels: API.Levels;
237
+ objectCategories: API.ObjectCategories;
238
+ shiftInputs: API.ShiftInputs;
239
+ ssoMe: API.SSOMeResource;
240
+ supergroups: API.Supergroups;
241
+ teams: API.Teams;
242
+ timeCards: API.TimeCards;
243
+ timeEntries: API.TimeEntries;
244
+ tracks: API.Tracks;
245
+ users: API.Users;
246
+ workLocations: API.WorkLocations;
247
+ workers: API.Workers;
248
+ businessPartners: API.BusinessPartners;
249
+ businessPartnerGroups: API.BusinessPartnerGroups;
250
+ functions: API.Functions;
251
+ jobAssignments: API.JobAssignments;
252
+ jobPayRateExceptions: API.JobPayRateExceptions;
253
+ schedules: API.Schedules;
254
+ headcountPositions: API.HeadcountPositions;
255
+ shiftassignments: API.Shiftassignments;
256
+ headcountPriorities: API.HeadcountPriorities;
257
+ jobFunctions: API.JobFunctions;
258
+ locationFactors: API.LocationFactors;
259
+ }
260
+ export declare namespace RipplingSDK {
261
+ export type RequestOptions = Opts.RequestOptions;
262
+ export import PageCursorURL = Pagination.PageCursorURL;
263
+ export { type PageCursorURLResponse as PageCursorURLResponse };
264
+ export { Candidates as Candidates, type CandidateListResponse as CandidateListResponse, type CandidateListResponsesPageCursorURL as CandidateListResponsesPageCursorURL, type CandidateListParams as CandidateListParams, };
265
+ export { CandidateApplications as CandidateApplications, type CandidateApplicationListResponse as CandidateApplicationListResponse, type CandidateApplicationListResponsesPageCursorURL as CandidateApplicationListResponsesPageCursorURL, type CandidateApplicationListParams as CandidateApplicationListParams, };
266
+ export { Companies as Companies, type Company as Company, type CompaniesPageCursorURL as CompaniesPageCursorURL, type CompanyListParams as CompanyListParams, };
267
+ export { Compensations as Compensations, type Compensation as Compensation, type CompensationRetrieveResponse as CompensationRetrieveResponse, type CompensationsPageCursorURL as CompensationsPageCursorURL, type CompensationRetrieveParams as CompensationRetrieveParams, type CompensationListParams as CompensationListParams, };
268
+ export { CustomFields as CustomFields, type CustomFieldListResponse as CustomFieldListResponse, type CustomFieldListResponsesPageCursorURL as CustomFieldListResponsesPageCursorURL, type CustomFieldListParams as CustomFieldListParams, };
269
+ export { CustomObjects as CustomObjects, type CustomObject as CustomObject, type CustomObjectsPageCursorURL as CustomObjectsPageCursorURL, type CustomObjectCreateParams as CustomObjectCreateParams, type CustomObjectUpdateParams as CustomObjectUpdateParams, };
270
+ export { Departments as Departments, type Department as Department, type DepartmentRetrieveResponse as DepartmentRetrieveResponse, type DepartmentsPageCursorURL as DepartmentsPageCursorURL, type DepartmentRetrieveParams as DepartmentRetrieveParams, type DepartmentListParams as DepartmentListParams, };
271
+ export { EmploymentTypes as EmploymentTypes, type CompanyEmploymentType as CompanyEmploymentType, type EmploymentTypeRetrieveResponse as EmploymentTypeRetrieveResponse, type CompanyEmploymentTypesPageCursorURL as CompanyEmploymentTypesPageCursorURL, type EmploymentTypeListParams as EmploymentTypeListParams, };
272
+ export { Entitlements as Entitlements, type EntitlementListResponse as EntitlementListResponse, type EntitlementListResponsesPageCursorURL as EntitlementListResponsesPageCursorURL, };
273
+ export { JobCodes as JobCodes, type JobCode as JobCode, type JobCodeRequest as JobCodeRequest, type JobCodeRetrieveResponse as JobCodeRetrieveResponse, type JobCodesPageCursorURL as JobCodesPageCursorURL, type JobCodeCreateParams as JobCodeCreateParams, type JobCodeRetrieveParams as JobCodeRetrieveParams, type JobCodeUpdateParams as JobCodeUpdateParams, type JobCodeListParams as JobCodeListParams, type JobCodeListChangeLogParams as JobCodeListChangeLogParams, };
274
+ export { JobDimensions as JobDimensions, type JobDimension as JobDimension, type JobDimensionRequest as JobDimensionRequest, type JobDimensionRetrieveResponse as JobDimensionRetrieveResponse, type JobDimensionsPageCursorURL as JobDimensionsPageCursorURL, type JobDimensionCreateParams as JobDimensionCreateParams, type JobDimensionUpdateParams as JobDimensionUpdateParams, type JobDimensionListParams as JobDimensionListParams, };
275
+ export { JobRequisitions as JobRequisitions, type JobRequisition as JobRequisition, type JobRequisitionsPageCursorURL as JobRequisitionsPageCursorURL, type JobRequisitionListParams as JobRequisitionListParams, };
276
+ export { KioskBadges as KioskBadges, type TimeKioskBadge as TimeKioskBadge, type KioskBadgeCreateResponse as KioskBadgeCreateResponse, type KioskBadgeRetrieveResponse as KioskBadgeRetrieveResponse, type KioskBadgeUpdateResponse as KioskBadgeUpdateResponse, type KioskBadgeListResponse as KioskBadgeListResponse, type KioskBadgeListResponsesPageCursorURL as KioskBadgeListResponsesPageCursorURL, type KioskBadgeCreateParams as KioskBadgeCreateParams, type KioskBadgeRetrieveParams as KioskBadgeRetrieveParams, type KioskBadgeUpdateParams as KioskBadgeUpdateParams, type KioskBadgeListParams as KioskBadgeListParams, };
277
+ export { LeaveBalances as LeaveBalances, type LeaveBalance as LeaveBalance, type LeaveBalanceRetrieveResponse as LeaveBalanceRetrieveResponse, type LeaveBalancesPageCursorURL as LeaveBalancesPageCursorURL, type LeaveBalanceRetrieveParams as LeaveBalanceRetrieveParams, type LeaveBalanceListParams as LeaveBalanceListParams, };
278
+ export { LeaveRequests as LeaveRequests, type LeaveRequest as LeaveRequest, type LeaveRequestCreateResponse as LeaveRequestCreateResponse, type LeaveRequestRetrieveResponse as LeaveRequestRetrieveResponse, type LeaveRequestUpdateResponse as LeaveRequestUpdateResponse, type LeaveRequestListResponse as LeaveRequestListResponse, type LeaveRequestListResponsesPageCursorURL as LeaveRequestListResponsesPageCursorURL, type LeaveRequestCreateParams as LeaveRequestCreateParams, type LeaveRequestRetrieveParams as LeaveRequestRetrieveParams, type LeaveRequestUpdateParams as LeaveRequestUpdateParams, type LeaveRequestListParams as LeaveRequestListParams, };
279
+ export { LeaveTypes as LeaveTypes, type LeaveType as LeaveType, type LeaveTypeRetrieveResponse as LeaveTypeRetrieveResponse, type LeaveTypesPageCursorURL as LeaveTypesPageCursorURL, type LeaveTypeListParams as LeaveTypeListParams, };
280
+ export { LegalEntities as LegalEntities, type LegalEntity as LegalEntity, type LegalEntityRetrieveResponse as LegalEntityRetrieveResponse, type LegalEntitiesPageCursorURL as LegalEntitiesPageCursorURL, type LegalEntityRetrieveParams as LegalEntityRetrieveParams, type LegalEntityListParams as LegalEntityListParams, };
281
+ export { Levels as Levels, type Level as Level, type LevelRetrieveResponse as LevelRetrieveResponse, type LevelsPageCursorURL as LevelsPageCursorURL, type LevelRetrieveParams as LevelRetrieveParams, type LevelListParams as LevelListParams, };
282
+ export { ObjectCategories as ObjectCategories, type ObjectCategory as ObjectCategory, type ObjectCategoriesPageCursorURL as ObjectCategoriesPageCursorURL, type ObjectCategoryCreateParams as ObjectCategoryCreateParams, type ObjectCategoryUpdateParams as ObjectCategoryUpdateParams, };
283
+ export { ShiftInputs as ShiftInputs, type ShiftInput as ShiftInput, type ShiftInputCreateResponse as ShiftInputCreateResponse, type ShiftInputRetrieveResponse as ShiftInputRetrieveResponse, type ShiftInputUpdateResponse as ShiftInputUpdateResponse, type ShiftInputListResponse as ShiftInputListResponse, type ShiftInputListResponsesPageCursorURL as ShiftInputListResponsesPageCursorURL, type ShiftInputCreateParams as ShiftInputCreateParams, type ShiftInputRetrieveParams as ShiftInputRetrieveParams, type ShiftInputUpdateParams as ShiftInputUpdateParams, type ShiftInputListParams as ShiftInputListParams, };
284
+ export { SSOMeResource as SSOMeResource, type SSOMe as SSOMe, type SSOMeRetrieveParams as SSOMeRetrieveParams, };
285
+ export { Supergroups as Supergroups, type Supergroup as Supergroup, type SupergroupRetrieveResponse as SupergroupRetrieveResponse, type SupergroupsPageCursorURL as SupergroupsPageCursorURL, type SupergroupListParams as SupergroupListParams, };
286
+ export { Teams as Teams, type Team as Team, type TeamRetrieveResponse as TeamRetrieveResponse, type TeamsPageCursorURL as TeamsPageCursorURL, type TeamRetrieveParams as TeamRetrieveParams, type TeamListParams as TeamListParams, };
287
+ export { TimeCards as TimeCards, type PayPeriod as PayPeriod, type TimeCard as TimeCard, type TimeCardRetrieveResponse as TimeCardRetrieveResponse, type TimeCardsPageCursorURL as TimeCardsPageCursorURL, type TimeCardRetrieveParams as TimeCardRetrieveParams, type TimeCardListParams as TimeCardListParams, };
288
+ export { TimeEntries as TimeEntries, type TimeEntry as TimeEntry, type TimeEntryCreateResponse as TimeEntryCreateResponse, type TimeEntryRetrieveResponse as TimeEntryRetrieveResponse, type TimeEntryUpdateResponse as TimeEntryUpdateResponse, type TimeEntryListResponse as TimeEntryListResponse, type TimeEntryListResponsesPageCursorURL as TimeEntryListResponsesPageCursorURL, type TimeEntryCreateParams as TimeEntryCreateParams, type TimeEntryRetrieveParams as TimeEntryRetrieveParams, type TimeEntryUpdateParams as TimeEntryUpdateParams, type TimeEntryListParams as TimeEntryListParams, };
289
+ export { Tracks as Tracks, type Track as Track, type TrackRetrieveResponse as TrackRetrieveResponse, type TracksPageCursorURL as TracksPageCursorURL, type TrackListParams as TrackListParams, };
290
+ export { Users as Users, type User as User, type UserRetrieveResponse as UserRetrieveResponse, type UsersPageCursorURL as UsersPageCursorURL, type UserListParams as UserListParams, };
291
+ export { WorkLocations as WorkLocations, type WorkLocation as WorkLocation, type WorkLocationRetrieveResponse as WorkLocationRetrieveResponse, type WorkLocationsPageCursorURL as WorkLocationsPageCursorURL, type WorkLocationListParams as WorkLocationListParams, };
292
+ export { Workers as Workers, type Worker as Worker, type WorkerRetrieveResponse as WorkerRetrieveResponse, type WorkersPageCursorURL as WorkersPageCursorURL, type WorkerRetrieveParams as WorkerRetrieveParams, type WorkerListParams as WorkerListParams, };
293
+ export { BusinessPartners as BusinessPartners, type BusinessPartner as BusinessPartner, type Meta as Meta, type BusinessPartnerRetrieveResponse as BusinessPartnerRetrieveResponse, type BusinessPartnersPageCursorURL as BusinessPartnersPageCursorURL, type BusinessPartnerCreateParams as BusinessPartnerCreateParams, type BusinessPartnerRetrieveParams as BusinessPartnerRetrieveParams, type BusinessPartnerListParams as BusinessPartnerListParams, };
294
+ export { BusinessPartnerGroups as BusinessPartnerGroups, type BusinessPartnerGroup as BusinessPartnerGroup, type BusinessPartnerGroupRetrieveResponse as BusinessPartnerGroupRetrieveResponse, type BusinessPartnerGroupsPageCursorURL as BusinessPartnerGroupsPageCursorURL, type BusinessPartnerGroupCreateParams as BusinessPartnerGroupCreateParams, type BusinessPartnerGroupRetrieveParams as BusinessPartnerGroupRetrieveParams, type BusinessPartnerGroupListParams as BusinessPartnerGroupListParams, };
295
+ export { Functions as Functions, type Function as Function, type FunctionCreateDevBundleResponse as FunctionCreateDevBundleResponse, type FunctionsPageCursorURL as FunctionsPageCursorURL, type FunctionCreateParams as FunctionCreateParams, type FunctionUpdateParams as FunctionUpdateParams, type FunctionListParams as FunctionListParams, };
296
+ export { JobAssignments as JobAssignments, type AttributeChangeDetails as AttributeChangeDetails, type JobAssignment as JobAssignment, type JobAssignmentRetrieveResponse as JobAssignmentRetrieveResponse, type JobAssignmentsPageCursorURL as JobAssignmentsPageCursorURL, type AttributeChangeDetailsPageCursorURL as AttributeChangeDetailsPageCursorURL, type JobAssignmentRetrieveParams as JobAssignmentRetrieveParams, type JobAssignmentListParams as JobAssignmentListParams, type JobAssignmentListChangeLogParams as JobAssignmentListChangeLogParams, };
297
+ export { JobPayRateExceptions as JobPayRateExceptions, type JobPayRateException as JobPayRateException, type JobPayRateExceptionRetrieveResponse as JobPayRateExceptionRetrieveResponse, type JobPayRateExceptionsPageCursorURL as JobPayRateExceptionsPageCursorURL, type JobPayRateExceptionRetrieveParams as JobPayRateExceptionRetrieveParams, type JobPayRateExceptionListParams as JobPayRateExceptionListParams, type JobPayRateExceptionListChangeLogParams as JobPayRateExceptionListChangeLogParams, };
298
+ export { Schedules as Schedules, type ScheduleRetrieveResponse as ScheduleRetrieveResponse, type ScheduleListResponse as ScheduleListResponse, type ScheduleListResponsesPageCursorURL as ScheduleListResponsesPageCursorURL, type ScheduleRetrieveParams as ScheduleRetrieveParams, type ScheduleListParams as ScheduleListParams, };
299
+ export { HeadcountPositions as HeadcountPositions, type HeadcountPositionRetrieveResponse as HeadcountPositionRetrieveResponse, type HeadcountPositionListResponse as HeadcountPositionListResponse, type HeadcountPositionListResponsesPageCursorURL as HeadcountPositionListResponsesPageCursorURL, type HeadcountPositionRetrieveParams as HeadcountPositionRetrieveParams, type HeadcountPositionListParams as HeadcountPositionListParams, };
300
+ export { Shiftassignments as Shiftassignments, type ShiftassignmentRetrieveResponse as ShiftassignmentRetrieveResponse, type ShiftassignmentListResponse as ShiftassignmentListResponse, type ShiftassignmentListResponsesPageCursorURL as ShiftassignmentListResponsesPageCursorURL, type ShiftassignmentRetrieveParams as ShiftassignmentRetrieveParams, type ShiftassignmentListParams as ShiftassignmentListParams, };
301
+ export { HeadcountPriorities as HeadcountPriorities, type HeadcountPriorityRetrieveResponse as HeadcountPriorityRetrieveResponse, type HeadcountPriorityListResponse as HeadcountPriorityListResponse, type HeadcountPriorityListResponsesPageCursorURL as HeadcountPriorityListResponsesPageCursorURL, type HeadcountPriorityListParams as HeadcountPriorityListParams, };
302
+ export { JobFunctions as JobFunctions, type JobFunctionRetrieveResponse as JobFunctionRetrieveResponse, type JobFunctionListResponse as JobFunctionListResponse, type JobFunctionListResponsesPageCursorURL as JobFunctionListResponsesPageCursorURL, type JobFunctionListParams as JobFunctionListParams, };
303
+ export { LocationFactors as LocationFactors, type LocationFactorRetrieveResponse as LocationFactorRetrieveResponse, type LocationFactorListResponse as LocationFactorListResponse, type LocationFactorListResponsesPageCursorURL as LocationFactorListResponsesPageCursorURL, type LocationFactorListParams as LocationFactorListParams, };
304
+ export type Address = API.Address;
305
+ export type CountryCode = API.CountryCode;
306
+ export type RedactedFields = API.RedactedFields;
307
+ }
308
+ //# sourceMappingURL=client.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}