@rippling/rippling-sdk 0.2.0-alpha.86 → 0.2.0-alpha.88

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 (460) hide show
  1. package/client.d.mts +15 -0
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +15 -0
  4. package/client.d.ts.map +1 -1
  5. package/client.js +15 -0
  6. package/client.js.map +1 -1
  7. package/client.mjs +15 -0
  8. package/client.mjs.map +1 -1
  9. package/lib/leave-programs/advanced.d.mts +5 -0
  10. package/lib/leave-programs/advanced.d.mts.map +1 -0
  11. package/lib/leave-programs/advanced.d.ts +5 -0
  12. package/lib/leave-programs/advanced.d.ts.map +1 -0
  13. package/lib/leave-programs/advanced.js +13 -0
  14. package/lib/leave-programs/advanced.js.map +1 -0
  15. package/lib/leave-programs/advanced.mjs +4 -0
  16. package/lib/leave-programs/advanced.mjs.map +1 -0
  17. package/lib/leave-programs/context.d.mts +3 -0
  18. package/lib/leave-programs/context.d.mts.map +1 -0
  19. package/lib/leave-programs/context.d.ts +3 -0
  20. package/lib/leave-programs/context.d.ts.map +1 -0
  21. package/lib/leave-programs/context.js +89 -0
  22. package/lib/leave-programs/context.js.map +1 -0
  23. package/lib/leave-programs/context.mjs +86 -0
  24. package/lib/leave-programs/context.mjs.map +1 -0
  25. package/lib/leave-programs/define-company-leave-program.d.mts +3 -0
  26. package/lib/leave-programs/define-company-leave-program.d.mts.map +1 -0
  27. package/lib/leave-programs/define-company-leave-program.d.ts +3 -0
  28. package/lib/leave-programs/define-company-leave-program.d.ts.map +1 -0
  29. package/lib/leave-programs/define-company-leave-program.js +47 -0
  30. package/lib/leave-programs/define-company-leave-program.js.map +1 -0
  31. package/lib/leave-programs/define-company-leave-program.mjs +44 -0
  32. package/lib/leave-programs/define-company-leave-program.mjs.map +1 -0
  33. package/lib/leave-programs/duration.d.mts +5 -0
  34. package/lib/leave-programs/duration.d.mts.map +1 -0
  35. package/lib/leave-programs/duration.d.ts +5 -0
  36. package/lib/leave-programs/duration.d.ts.map +1 -0
  37. package/lib/leave-programs/duration.js +21 -0
  38. package/lib/leave-programs/duration.js.map +1 -0
  39. package/lib/leave-programs/duration.mjs +16 -0
  40. package/lib/leave-programs/duration.mjs.map +1 -0
  41. package/lib/leave-programs/pay.d.mts +4 -0
  42. package/lib/leave-programs/pay.d.mts.map +1 -0
  43. package/lib/leave-programs/pay.d.ts +4 -0
  44. package/lib/leave-programs/pay.d.ts.map +1 -0
  45. package/lib/leave-programs/pay.js +20 -0
  46. package/lib/leave-programs/pay.js.map +1 -0
  47. package/lib/leave-programs/pay.mjs +16 -0
  48. package/lib/leave-programs/pay.mjs.map +1 -0
  49. package/lib/leave-programs/policy-builder.d.mts +20 -0
  50. package/lib/leave-programs/policy-builder.d.mts.map +1 -0
  51. package/lib/leave-programs/policy-builder.d.ts +20 -0
  52. package/lib/leave-programs/policy-builder.d.ts.map +1 -0
  53. package/lib/leave-programs/policy-builder.js +89 -0
  54. package/lib/leave-programs/policy-builder.js.map +1 -0
  55. package/lib/leave-programs/policy-builder.mjs +85 -0
  56. package/lib/leave-programs/policy-builder.mjs.map +1 -0
  57. package/lib/leave-programs/recipes/parental-top-up-policy.d.mts +25 -0
  58. package/lib/leave-programs/recipes/parental-top-up-policy.d.mts.map +1 -0
  59. package/lib/leave-programs/recipes/parental-top-up-policy.d.ts +25 -0
  60. package/lib/leave-programs/recipes/parental-top-up-policy.d.ts.map +1 -0
  61. package/lib/leave-programs/recipes/parental-top-up-policy.js +56 -0
  62. package/lib/leave-programs/recipes/parental-top-up-policy.js.map +1 -0
  63. package/lib/leave-programs/recipes/parental-top-up-policy.mjs +53 -0
  64. package/lib/leave-programs/recipes/parental-top-up-policy.mjs.map +1 -0
  65. package/lib/leave-programs/testing.d.mts +8 -0
  66. package/lib/leave-programs/testing.d.mts.map +1 -0
  67. package/lib/leave-programs/testing.d.ts +8 -0
  68. package/lib/leave-programs/testing.d.ts.map +1 -0
  69. package/lib/leave-programs/testing.js +11 -0
  70. package/lib/leave-programs/testing.js.map +1 -0
  71. package/lib/leave-programs/testing.mjs +7 -0
  72. package/lib/leave-programs/testing.mjs.map +1 -0
  73. package/lib/leave-programs/types.d.mts +223 -0
  74. package/lib/leave-programs/types.d.mts.map +1 -0
  75. package/lib/leave-programs/types.d.ts +223 -0
  76. package/lib/leave-programs/types.d.ts.map +1 -0
  77. package/lib/leave-programs/types.js +10 -0
  78. package/lib/leave-programs/types.js.map +1 -0
  79. package/lib/leave-programs/types.mjs +7 -0
  80. package/lib/leave-programs/types.mjs.map +1 -0
  81. package/lib/leave-programs.d.mts +7 -0
  82. package/lib/leave-programs.d.mts.map +1 -0
  83. package/lib/leave-programs.d.ts +7 -0
  84. package/lib/leave-programs.d.ts.map +1 -0
  85. package/lib/leave-programs.js +19 -0
  86. package/lib/leave-programs.js.map +1 -0
  87. package/lib/leave-programs.mjs +7 -0
  88. package/lib/leave-programs.mjs.map +1 -0
  89. package/package.json +1 -1
  90. package/resources/agents/agents.d.mts +208 -0
  91. package/resources/agents/agents.d.mts.map +1 -0
  92. package/resources/agents/agents.d.ts +208 -0
  93. package/resources/agents/agents.d.ts.map +1 -0
  94. package/resources/agents/agents.js +64 -0
  95. package/resources/agents/agents.js.map +1 -0
  96. package/resources/agents/agents.mjs +59 -0
  97. package/resources/agents/agents.mjs.map +1 -0
  98. package/resources/agents/deployments.d.mts +180 -0
  99. package/resources/agents/deployments.d.mts.map +1 -0
  100. package/resources/agents/deployments.d.ts +180 -0
  101. package/resources/agents/deployments.d.ts.map +1 -0
  102. package/resources/agents/deployments.js +32 -0
  103. package/resources/agents/deployments.js.map +1 -0
  104. package/resources/agents/deployments.mjs +28 -0
  105. package/resources/agents/deployments.mjs.map +1 -0
  106. package/resources/agents/index.d.mts +5 -0
  107. package/resources/agents/index.d.mts.map +1 -0
  108. package/resources/agents/index.d.ts +5 -0
  109. package/resources/agents/index.d.ts.map +1 -0
  110. package/resources/agents/index.js +13 -0
  111. package/resources/agents/index.js.map +1 -0
  112. package/resources/agents/index.mjs +6 -0
  113. package/resources/agents/index.mjs.map +1 -0
  114. package/resources/agents/sessions/events.d.mts +80 -0
  115. package/resources/agents/sessions/events.d.mts.map +1 -0
  116. package/resources/agents/sessions/events.d.ts +80 -0
  117. package/resources/agents/sessions/events.d.ts.map +1 -0
  118. package/resources/agents/sessions/events.js +19 -0
  119. package/resources/agents/sessions/events.js.map +1 -0
  120. package/resources/agents/sessions/events.mjs +15 -0
  121. package/resources/agents/sessions/events.mjs.map +1 -0
  122. package/resources/agents/sessions/index.d.mts +4 -0
  123. package/resources/agents/sessions/index.d.mts.map +1 -0
  124. package/resources/agents/sessions/index.d.ts +4 -0
  125. package/resources/agents/sessions/index.d.ts.map +1 -0
  126. package/resources/agents/sessions/index.js +11 -0
  127. package/resources/agents/sessions/index.js.map +1 -0
  128. package/resources/agents/sessions/index.mjs +5 -0
  129. package/resources/agents/sessions/index.mjs.map +1 -0
  130. package/resources/agents/sessions/messages.d.mts +60 -0
  131. package/resources/agents/sessions/messages.d.mts.map +1 -0
  132. package/resources/agents/sessions/messages.d.ts +60 -0
  133. package/resources/agents/sessions/messages.d.ts.map +1 -0
  134. package/resources/agents/sessions/messages.js +19 -0
  135. package/resources/agents/sessions/messages.js.map +1 -0
  136. package/resources/agents/sessions/messages.mjs +15 -0
  137. package/resources/agents/sessions/messages.mjs.map +1 -0
  138. package/resources/agents/sessions/sessions.d.mts +157 -0
  139. package/resources/agents/sessions/sessions.d.mts.map +1 -0
  140. package/resources/agents/sessions/sessions.d.ts +157 -0
  141. package/resources/agents/sessions/sessions.d.ts.map +1 -0
  142. package/resources/agents/sessions/sessions.js +48 -0
  143. package/resources/agents/sessions/sessions.js.map +1 -0
  144. package/resources/agents/sessions/sessions.mjs +43 -0
  145. package/resources/agents/sessions/sessions.mjs.map +1 -0
  146. package/resources/agents/sessions.d.mts +2 -0
  147. package/resources/agents/sessions.d.mts.map +1 -0
  148. package/resources/agents/sessions.d.ts +2 -0
  149. package/resources/agents/sessions.d.ts.map +1 -0
  150. package/resources/agents/sessions.js +6 -0
  151. package/resources/agents/sessions.js.map +1 -0
  152. package/resources/agents/sessions.mjs +3 -0
  153. package/resources/agents/sessions.mjs.map +1 -0
  154. package/resources/agents/source-revisions.d.mts +195 -0
  155. package/resources/agents/source-revisions.d.mts.map +1 -0
  156. package/resources/agents/source-revisions.d.ts +195 -0
  157. package/resources/agents/source-revisions.d.ts.map +1 -0
  158. package/resources/agents/source-revisions.js +32 -0
  159. package/resources/agents/source-revisions.js.map +1 -0
  160. package/resources/agents/source-revisions.mjs +28 -0
  161. package/resources/agents/source-revisions.mjs.map +1 -0
  162. package/resources/agents.d.mts +2 -0
  163. package/resources/agents.d.mts.map +1 -0
  164. package/resources/agents.d.ts +2 -0
  165. package/resources/agents.d.ts.map +1 -0
  166. package/resources/agents.js +6 -0
  167. package/resources/agents.js.map +1 -0
  168. package/resources/agents.mjs +3 -0
  169. package/resources/agents.mjs.map +1 -0
  170. package/resources/break-policies.d.mts +1 -1
  171. package/resources/break-policies.d.ts +1 -1
  172. package/resources/break-policies.js +1 -1
  173. package/resources/break-policies.mjs +1 -1
  174. package/resources/break-types.d.mts +1 -1
  175. package/resources/break-types.d.ts +1 -1
  176. package/resources/break-types.js +1 -1
  177. package/resources/break-types.mjs +1 -1
  178. package/resources/business-structure-paths.d.mts +1 -1
  179. package/resources/business-structure-paths.d.ts +1 -1
  180. package/resources/business-structure-paths.js +1 -1
  181. package/resources/business-structure-paths.mjs +1 -1
  182. package/resources/candidate-applications.d.mts +1 -1
  183. package/resources/candidate-applications.d.ts +1 -1
  184. package/resources/candidate-applications.js +1 -1
  185. package/resources/candidate-applications.mjs +1 -1
  186. package/resources/candidates.d.mts +1 -1
  187. package/resources/candidates.d.ts +1 -1
  188. package/resources/candidates.js +1 -1
  189. package/resources/candidates.mjs +1 -1
  190. package/resources/company-legal-entities.d.mts +1 -1
  191. package/resources/company-legal-entities.d.ts +1 -1
  192. package/resources/company-legal-entities.js +1 -1
  193. package/resources/company-legal-entities.mjs +1 -1
  194. package/resources/company-legal-entity-workers.d.mts +1 -1
  195. package/resources/company-legal-entity-workers.d.ts +1 -1
  196. package/resources/company-legal-entity-workers.js +1 -1
  197. package/resources/company-legal-entity-workers.mjs +1 -1
  198. package/resources/compensation-bands-details.d.mts +1 -1
  199. package/resources/compensation-bands-details.d.ts +1 -1
  200. package/resources/compensation-bands-details.js +1 -1
  201. package/resources/compensation-bands-details.mjs +1 -1
  202. package/resources/compensations.d.mts +1 -1
  203. package/resources/compensations.d.ts +1 -1
  204. package/resources/compensations.js +1 -1
  205. package/resources/compensations.mjs +1 -1
  206. package/resources/device-orders.d.mts +1 -1
  207. package/resources/device-orders.d.ts +1 -1
  208. package/resources/device-orders.js +1 -1
  209. package/resources/device-orders.mjs +1 -1
  210. package/resources/devices.d.mts +1 -1
  211. package/resources/devices.d.ts +1 -1
  212. package/resources/devices.js +1 -1
  213. package/resources/devices.mjs +1 -1
  214. package/resources/functions/deployments.d.mts +2 -2
  215. package/resources/functions/deployments.d.ts +2 -2
  216. package/resources/functions/deployments.js +2 -2
  217. package/resources/functions/deployments.mjs +2 -2
  218. package/resources/functions/executions.d.mts +2 -2
  219. package/resources/functions/executions.d.ts +2 -2
  220. package/resources/functions/executions.js +2 -2
  221. package/resources/functions/executions.mjs +2 -2
  222. package/resources/functions/functions.d.mts +1 -1
  223. package/resources/functions/functions.d.ts +1 -1
  224. package/resources/functions/functions.js +1 -1
  225. package/resources/functions/functions.mjs +1 -1
  226. package/resources/headcount-positions.d.mts +1 -1
  227. package/resources/headcount-positions.d.ts +1 -1
  228. package/resources/headcount-positions.js +1 -1
  229. package/resources/headcount-positions.mjs +1 -1
  230. package/resources/headcount-priorities.d.mts +1 -1
  231. package/resources/headcount-priorities.d.ts +1 -1
  232. package/resources/headcount-priorities.js +1 -1
  233. package/resources/headcount-priorities.mjs +1 -1
  234. package/resources/index.d.mts +3 -0
  235. package/resources/index.d.mts.map +1 -1
  236. package/resources/index.d.ts +3 -0
  237. package/resources/index.d.ts.map +1 -1
  238. package/resources/index.js +8 -2
  239. package/resources/index.js.map +1 -1
  240. package/resources/index.mjs +3 -0
  241. package/resources/index.mjs.map +1 -1
  242. package/resources/job-assignments.d.mts +2 -2
  243. package/resources/job-assignments.d.ts +2 -2
  244. package/resources/job-assignments.js +2 -2
  245. package/resources/job-assignments.mjs +2 -2
  246. package/resources/job-codes.d.mts +2 -2
  247. package/resources/job-codes.d.ts +2 -2
  248. package/resources/job-codes.js +2 -2
  249. package/resources/job-codes.mjs +2 -2
  250. package/resources/job-dimensions.d.mts +1 -1
  251. package/resources/job-dimensions.d.ts +1 -1
  252. package/resources/job-dimensions.js +1 -1
  253. package/resources/job-dimensions.mjs +1 -1
  254. package/resources/job-pay-rate-exceptions.d.mts +2 -2
  255. package/resources/job-pay-rate-exceptions.d.ts +2 -2
  256. package/resources/job-pay-rate-exceptions.js +2 -2
  257. package/resources/job-pay-rate-exceptions.mjs +2 -2
  258. package/resources/job-requisitions.d.mts +1 -1
  259. package/resources/job-requisitions.d.ts +1 -1
  260. package/resources/job-requisitions.js +1 -1
  261. package/resources/job-requisitions.mjs +1 -1
  262. package/resources/kiosk-badges.d.mts +1 -1
  263. package/resources/kiosk-badges.d.ts +1 -1
  264. package/resources/kiosk-badges.js +1 -1
  265. package/resources/kiosk-badges.mjs +1 -1
  266. package/resources/leave-accruals.d.mts +1 -1
  267. package/resources/leave-accruals.d.ts +1 -1
  268. package/resources/leave-accruals.js +1 -1
  269. package/resources/leave-accruals.mjs +1 -1
  270. package/resources/leave-balances.d.mts +1 -1
  271. package/resources/leave-balances.d.ts +1 -1
  272. package/resources/leave-balances.js +1 -1
  273. package/resources/leave-balances.mjs +1 -1
  274. package/resources/leave-program-evaluations.d.mts +5 -0
  275. package/resources/leave-program-evaluations.d.mts.map +1 -1
  276. package/resources/leave-program-evaluations.d.ts +5 -0
  277. package/resources/leave-program-evaluations.d.ts.map +1 -1
  278. package/resources/leave-requests.d.mts +1 -1
  279. package/resources/leave-requests.d.ts +1 -1
  280. package/resources/leave-requests.js +1 -1
  281. package/resources/leave-requests.mjs +1 -1
  282. package/resources/leave-types.d.mts +1 -1
  283. package/resources/leave-types.d.ts +1 -1
  284. package/resources/leave-types.js +1 -1
  285. package/resources/leave-types.mjs +1 -1
  286. package/resources/legal-entities.d.mts +1 -1
  287. package/resources/legal-entities.d.ts +1 -1
  288. package/resources/legal-entities.js +1 -1
  289. package/resources/legal-entities.mjs +1 -1
  290. package/resources/levels.d.mts +1 -1
  291. package/resources/levels.d.ts +1 -1
  292. package/resources/levels.js +1 -1
  293. package/resources/levels.mjs +1 -1
  294. package/resources/location-factors.d.mts +1 -1
  295. package/resources/location-factors.d.ts +1 -1
  296. package/resources/location-factors.js +1 -1
  297. package/resources/location-factors.mjs +1 -1
  298. package/resources/packages/index.d.mts +3 -0
  299. package/resources/packages/index.d.mts.map +1 -0
  300. package/resources/packages/index.d.ts +3 -0
  301. package/resources/packages/index.d.ts.map +1 -0
  302. package/resources/packages/index.js +9 -0
  303. package/resources/packages/index.js.map +1 -0
  304. package/resources/packages/index.mjs +4 -0
  305. package/resources/packages/index.mjs.map +1 -0
  306. package/resources/packages/packages.d.mts +239 -0
  307. package/resources/packages/packages.d.mts.map +1 -0
  308. package/resources/packages/packages.d.ts +239 -0
  309. package/resources/packages/packages.d.ts.map +1 -0
  310. package/resources/packages/packages.js +60 -0
  311. package/resources/packages/packages.js.map +1 -0
  312. package/resources/packages/packages.mjs +55 -0
  313. package/resources/packages/packages.mjs.map +1 -0
  314. package/resources/packages/versions.d.mts +72 -0
  315. package/resources/packages/versions.d.mts.map +1 -0
  316. package/resources/packages/versions.d.ts +72 -0
  317. package/resources/packages/versions.d.ts.map +1 -0
  318. package/resources/packages/versions.js +19 -0
  319. package/resources/packages/versions.js.map +1 -0
  320. package/resources/packages/versions.mjs +15 -0
  321. package/resources/packages/versions.mjs.map +1 -0
  322. package/resources/packages.d.mts +2 -0
  323. package/resources/packages.d.mts.map +1 -0
  324. package/resources/packages.d.ts +2 -0
  325. package/resources/packages.d.ts.map +1 -0
  326. package/resources/packages.js +6 -0
  327. package/resources/packages.js.map +1 -0
  328. package/resources/packages.mjs +3 -0
  329. package/resources/packages.mjs.map +1 -0
  330. package/resources/scheduled-job-assignments.d.mts +1 -1
  331. package/resources/scheduled-job-assignments.d.ts +1 -1
  332. package/resources/scheduled-job-assignments.js +1 -1
  333. package/resources/scheduled-job-assignments.mjs +1 -1
  334. package/resources/schedules.d.mts +1 -1
  335. package/resources/schedules.d.ts +1 -1
  336. package/resources/schedules.js +1 -1
  337. package/resources/schedules.mjs +1 -1
  338. package/resources/shift-assignments.d.mts +1 -1
  339. package/resources/shift-assignments.d.ts +1 -1
  340. package/resources/shift-assignments.js +1 -1
  341. package/resources/shift-assignments.mjs +1 -1
  342. package/resources/shift-inputs.d.mts +1 -1
  343. package/resources/shift-inputs.d.ts +1 -1
  344. package/resources/shift-inputs.js +1 -1
  345. package/resources/shift-inputs.mjs +1 -1
  346. package/resources/shiftassignments.d.mts +1 -1
  347. package/resources/shiftassignments.d.ts +1 -1
  348. package/resources/shiftassignments.js +1 -1
  349. package/resources/shiftassignments.mjs +1 -1
  350. package/resources/sites.d.mts +571 -0
  351. package/resources/sites.d.mts.map +1 -0
  352. package/resources/sites.d.ts +571 -0
  353. package/resources/sites.d.ts.map +1 -0
  354. package/resources/sites.js +151 -0
  355. package/resources/sites.js.map +1 -0
  356. package/resources/sites.mjs +147 -0
  357. package/resources/sites.mjs.map +1 -0
  358. package/resources/software-deployments.d.mts +1 -1
  359. package/resources/software-deployments.d.ts +1 -1
  360. package/resources/software-deployments.js +1 -1
  361. package/resources/software-deployments.mjs +1 -1
  362. package/resources/time-cards.d.mts +1 -1
  363. package/resources/time-cards.d.ts +1 -1
  364. package/resources/time-cards.js +1 -1
  365. package/resources/time-cards.mjs +1 -1
  366. package/resources/time-entries.d.mts +1 -1
  367. package/resources/time-entries.d.ts +1 -1
  368. package/resources/time-entries.js +1 -1
  369. package/resources/time-entries.mjs +1 -1
  370. package/resources/tracks.d.mts +1 -1
  371. package/resources/tracks.d.ts +1 -1
  372. package/resources/tracks.js +1 -1
  373. package/resources/tracks.mjs +1 -1
  374. package/resources/unassigned-shifts.d.mts +2 -2
  375. package/resources/unassigned-shifts.d.ts +2 -2
  376. package/resources/unassigned-shifts.js +2 -2
  377. package/resources/unassigned-shifts.mjs +2 -2
  378. package/resources/unassignedshifts.d.mts +1 -1
  379. package/resources/unassignedshifts.d.ts +1 -1
  380. package/resources/unassignedshifts.js +1 -1
  381. package/resources/unassignedshifts.mjs +1 -1
  382. package/resources/worker-time-splits.d.mts +1 -1
  383. package/resources/worker-time-splits.d.ts +1 -1
  384. package/resources/worker-time-splits.js +1 -1
  385. package/resources/worker-time-splits.mjs +1 -1
  386. package/src/client.ts +91 -0
  387. package/src/lib/leave-programs/README.md +160 -0
  388. package/src/lib/leave-programs/advanced.ts +11 -0
  389. package/src/lib/leave-programs/context.ts +101 -0
  390. package/src/lib/leave-programs/define-company-leave-program.ts +58 -0
  391. package/src/lib/leave-programs/duration.ts +20 -0
  392. package/src/lib/leave-programs/pay.ts +18 -0
  393. package/src/lib/leave-programs/policy-builder.ts +113 -0
  394. package/src/lib/leave-programs/recipes/parental-top-up-policy.ts +85 -0
  395. package/src/lib/leave-programs/testing.ts +16 -0
  396. package/src/lib/leave-programs/types.ts +274 -0
  397. package/src/lib/leave-programs.ts +35 -0
  398. package/src/resources/agents/agents.ts +340 -0
  399. package/src/resources/agents/deployments.ts +249 -0
  400. package/src/resources/agents/index.ts +40 -0
  401. package/src/resources/agents/sessions/events.ts +107 -0
  402. package/src/resources/agents/sessions/index.ts +13 -0
  403. package/src/resources/agents/sessions/messages.ts +83 -0
  404. package/src/resources/agents/sessions/sessions.ts +226 -0
  405. package/src/resources/agents/sessions.ts +3 -0
  406. package/src/resources/agents/source-revisions.ts +267 -0
  407. package/src/resources/agents.ts +3 -0
  408. package/src/resources/break-policies.ts +1 -1
  409. package/src/resources/break-types.ts +1 -1
  410. package/src/resources/business-structure-paths.ts +1 -1
  411. package/src/resources/candidate-applications.ts +1 -1
  412. package/src/resources/candidates.ts +1 -1
  413. package/src/resources/company-legal-entities.ts +1 -1
  414. package/src/resources/company-legal-entity-workers.ts +1 -1
  415. package/src/resources/compensation-bands-details.ts +1 -1
  416. package/src/resources/compensations.ts +1 -1
  417. package/src/resources/device-orders.ts +1 -1
  418. package/src/resources/devices.ts +1 -1
  419. package/src/resources/functions/deployments.ts +2 -2
  420. package/src/resources/functions/executions.ts +2 -2
  421. package/src/resources/functions/functions.ts +1 -1
  422. package/src/resources/headcount-positions.ts +1 -1
  423. package/src/resources/headcount-priorities.ts +1 -1
  424. package/src/resources/index.ts +38 -0
  425. package/src/resources/job-assignments.ts +2 -2
  426. package/src/resources/job-codes.ts +2 -2
  427. package/src/resources/job-dimensions.ts +1 -1
  428. package/src/resources/job-pay-rate-exceptions.ts +2 -2
  429. package/src/resources/job-requisitions.ts +1 -1
  430. package/src/resources/kiosk-badges.ts +1 -1
  431. package/src/resources/leave-accruals.ts +1 -1
  432. package/src/resources/leave-balances.ts +1 -1
  433. package/src/resources/leave-program-evaluations.ts +6 -0
  434. package/src/resources/leave-requests.ts +1 -1
  435. package/src/resources/leave-types.ts +1 -1
  436. package/src/resources/legal-entities.ts +1 -1
  437. package/src/resources/levels.ts +1 -1
  438. package/src/resources/location-factors.ts +1 -1
  439. package/src/resources/packages/index.ts +14 -0
  440. package/src/resources/packages/packages.ts +329 -0
  441. package/src/resources/packages/versions.ts +98 -0
  442. package/src/resources/packages.ts +3 -0
  443. package/src/resources/scheduled-job-assignments.ts +1 -1
  444. package/src/resources/schedules.ts +1 -1
  445. package/src/resources/shift-assignments.ts +1 -1
  446. package/src/resources/shift-inputs.ts +1 -1
  447. package/src/resources/shiftassignments.ts +1 -1
  448. package/src/resources/sites.ts +725 -0
  449. package/src/resources/software-deployments.ts +1 -1
  450. package/src/resources/time-cards.ts +1 -1
  451. package/src/resources/time-entries.ts +1 -1
  452. package/src/resources/tracks.ts +1 -1
  453. package/src/resources/unassigned-shifts.ts +2 -2
  454. package/src/resources/unassignedshifts.ts +1 -1
  455. package/src/resources/worker-time-splits.ts +1 -1
  456. package/src/version.ts +1 -1
  457. package/version.d.mts +1 -1
  458. package/version.d.ts +1 -1
  459. package/version.js +1 -1
  460. package/version.mjs +1 -1
@@ -0,0 +1,571 @@
1
+ import { APIResource } from "../core/resource.mjs";
2
+ import * as BusinessPartnersAPI from "./business-partners.mjs";
3
+ import { APIPromise } from "../core/api-promise.mjs";
4
+ import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
5
+ import { RequestOptions } from "../internal/request-options.mjs";
6
+ export declare class Sites extends APIResource {
7
+ /**
8
+ * Retrieves sites that the user has view or edit access on. Optional query param
9
+ * name filters by case-insensitive substring on display name. Use GET
10
+ * /sites/{api_name}/ for an exact api_name lookup.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * // Automatically fetches more pages as needed.
15
+ * for await (const siteListResponse of client.sites.list()) {
16
+ * // ...
17
+ * }
18
+ * ```
19
+ */
20
+ list(options?: RequestOptions): PagePromise<SiteListResponsesPageCursorURL, SiteListResponse>;
21
+ /**
22
+ * Create a new site from a staged upload.
23
+ *
24
+ * @example
25
+ * ```ts
26
+ * const site = await client.sites.create({
27
+ * api_name: 'my_portal',
28
+ * file_id: 'file_id_1',
29
+ * name: 'My Portal',
30
+ * entry_path: 'index.html',
31
+ * });
32
+ * ```
33
+ */
34
+ create(body: SiteCreateParams, options?: RequestOptions): APIPromise<SiteCreateResponse>;
35
+ /**
36
+ * Retrieve a specific site.
37
+ *
38
+ * @example
39
+ * ```ts
40
+ * const site = await client.sites.retrieve('employee_portal');
41
+ * ```
42
+ */
43
+ retrieve(apiName: string, options?: RequestOptions): APIPromise<SiteRetrieveResponse>;
44
+ /**
45
+ * Update a site. To replace the bundle, pass a file_id from
46
+ * upload-batches/presign.
47
+ *
48
+ * @example
49
+ * ```ts
50
+ * const site = await client.sites.update('employee_portal', {
51
+ * entry_path: 'index.html',
52
+ * file_id: 'file_id_1',
53
+ * name: 'My Portal',
54
+ * });
55
+ * ```
56
+ */
57
+ update(apiName: string, body?: SiteUpdateParams | null | undefined, options?: RequestOptions): APIPromise<SiteUpdateResponse>;
58
+ /**
59
+ * Delete a site.
60
+ *
61
+ * @example
62
+ * ```ts
63
+ * await client.sites.delete('employee_portal');
64
+ * ```
65
+ */
66
+ delete(apiName: string, options?: RequestOptions): APIPromise<void>;
67
+ /**
68
+ * Create staged upload records and return presigned S3 POST credentials.
69
+ *
70
+ * @example
71
+ * ```ts
72
+ * const response = await client.sites.uploadBatchesPresign({
73
+ * file_intents: [
74
+ * { client_ref: 'index', file_name: 'index.html' },
75
+ * ],
76
+ * });
77
+ * ```
78
+ */
79
+ uploadBatchesPresign(body: SiteUploadBatchesPresignParams, options?: RequestOptions): APIPromise<SiteUploadBatchesPresignResponse>;
80
+ /**
81
+ * List files and persisted directories from the active bundle manifest.
82
+ *
83
+ * @example
84
+ * ```ts
85
+ * const response = await client.sites.files(
86
+ * 'employee_portal',
87
+ * );
88
+ * ```
89
+ */
90
+ files(apiName: string, query?: SiteFilesParams | null | undefined, options?: RequestOptions): APIPromise<SiteFilesResponse>;
91
+ /**
92
+ * Apply file and directory operations atomically against the active bundle.
93
+ *
94
+ * @example
95
+ * ```ts
96
+ * const response = await client.sites.fileOperations('employee_portal', {
97
+ * base_bundle_id: 'bundle_id',
98
+ * operations: [
99
+ * {
100
+ * op: 'put',
101
+ * kind: 'file',
102
+ * path: 'assets/logo.png',
103
+ * file_id: 'file_id_1',
104
+ * },
105
+ * {
106
+ * op: 'put',
107
+ * kind: 'directory',
108
+ * path: 'assets/images',
109
+ * },
110
+ * {
111
+ * op: 'rename',
112
+ * kind: 'file',
113
+ * from_path: 'home.html',
114
+ * to_path: 'index.html',
115
+ * },
116
+ * {
117
+ * op: 'delete',
118
+ * kind: 'file',
119
+ * path: 'old.js',
120
+ * },
121
+ * ],
122
+ * entry_path: 'index.html',
123
+ * });
124
+ * ```
125
+ */
126
+ fileOperations(apiName: string, body: SiteFileOperationsParams, options?: RequestOptions): APIPromise<SiteFileOperationsResponse>;
127
+ }
128
+ export type SiteListResponsesPageCursorURL = PageCursorURL<SiteListResponse>;
129
+ /**
130
+ * Response/resource shape for a custom site.
131
+ */
132
+ export interface SiteListResponse {
133
+ /**
134
+ * Identifier field
135
+ */
136
+ id?: string;
137
+ /**
138
+ * The admin group id for the custom site
139
+ */
140
+ admin_group_id?: string;
141
+ /**
142
+ * The unique api name of the custom site
143
+ */
144
+ api_name?: string;
145
+ /**
146
+ * Record creation date
147
+ */
148
+ created_at?: string;
149
+ /**
150
+ * The ID of the role that created the custom site
151
+ */
152
+ created_by?: string;
153
+ /**
154
+ * The active bundle id for the custom site
155
+ */
156
+ current_bundle_id?: string;
157
+ /**
158
+ * A Rippling-owned logo URL for the custom site
159
+ */
160
+ logo?: string;
161
+ /**
162
+ * The display name of the custom site
163
+ */
164
+ name?: string;
165
+ /**
166
+ * The viewer group id for the custom site
167
+ */
168
+ viewer_group_id?: string;
169
+ }
170
+ /**
171
+ * Response/resource shape for a custom site.
172
+ */
173
+ export interface SiteCreateResponse {
174
+ /**
175
+ * Identifier field
176
+ */
177
+ id?: string;
178
+ /**
179
+ * The admin group id for the custom site
180
+ */
181
+ admin_group_id?: string;
182
+ /**
183
+ * The unique api name of the custom site
184
+ */
185
+ api_name?: string;
186
+ /**
187
+ * Record creation date
188
+ */
189
+ created_at?: string;
190
+ /**
191
+ * The ID of the role that created the custom site
192
+ */
193
+ created_by?: string;
194
+ /**
195
+ * The active bundle id for the custom site
196
+ */
197
+ current_bundle_id?: string;
198
+ /**
199
+ * A Rippling-owned logo URL for the custom site
200
+ */
201
+ logo?: string;
202
+ /**
203
+ * The display name of the custom site
204
+ */
205
+ name?: string;
206
+ /**
207
+ * The viewer group id for the custom site
208
+ */
209
+ viewer_group_id?: string;
210
+ }
211
+ /**
212
+ * Meta information for the response.
213
+ */
214
+ export interface SiteRetrieveResponse extends BusinessPartnersAPI.Meta {
215
+ /**
216
+ * Identifier field
217
+ */
218
+ id?: string;
219
+ /**
220
+ * The admin group id for the custom site
221
+ */
222
+ admin_group_id?: string;
223
+ /**
224
+ * The unique api name of the custom site
225
+ */
226
+ api_name?: string;
227
+ /**
228
+ * Record creation date
229
+ */
230
+ created_at?: string;
231
+ /**
232
+ * The ID of the role that created the custom site
233
+ */
234
+ created_by?: string;
235
+ /**
236
+ * The active bundle id for the custom site
237
+ */
238
+ current_bundle_id?: string;
239
+ /**
240
+ * A Rippling-owned logo URL for the custom site
241
+ */
242
+ logo?: string;
243
+ /**
244
+ * The display name of the custom site
245
+ */
246
+ name?: string;
247
+ /**
248
+ * The viewer group id for the custom site
249
+ */
250
+ viewer_group_id?: string;
251
+ }
252
+ /**
253
+ * Response/resource shape for a custom site.
254
+ */
255
+ export interface SiteUpdateResponse {
256
+ /**
257
+ * Identifier field
258
+ */
259
+ id?: string;
260
+ /**
261
+ * The admin group id for the custom site
262
+ */
263
+ admin_group_id?: string;
264
+ /**
265
+ * The unique api name of the custom site
266
+ */
267
+ api_name?: string;
268
+ /**
269
+ * Record creation date
270
+ */
271
+ created_at?: string;
272
+ /**
273
+ * The ID of the role that created the custom site
274
+ */
275
+ created_by?: string;
276
+ /**
277
+ * The active bundle id for the custom site
278
+ */
279
+ current_bundle_id?: string;
280
+ /**
281
+ * A Rippling-owned logo URL for the custom site
282
+ */
283
+ logo?: string;
284
+ /**
285
+ * The display name of the custom site
286
+ */
287
+ name?: string;
288
+ /**
289
+ * The viewer group id for the custom site
290
+ */
291
+ viewer_group_id?: string;
292
+ }
293
+ export interface SiteUploadBatchesPresignResponse {
294
+ /**
295
+ * Staged files created by the upload batch.
296
+ */
297
+ files?: Array<SiteUploadBatchesPresignResponse.File>;
298
+ /**
299
+ * Identifier for the staged upload batch.
300
+ */
301
+ upload_batch_id?: string;
302
+ }
303
+ export declare namespace SiteUploadBatchesPresignResponse {
304
+ interface File {
305
+ /**
306
+ * Any unique client-chosen id echoed with the staged file_id for correlation. Not
307
+ * used server-side beyond the response.
308
+ */
309
+ client_ref?: string;
310
+ /**
311
+ * Staged upload identifier for use in create, update, or file operations.
312
+ */
313
+ file_id?: string;
314
+ /**
315
+ * Staged file name from the presign file_name intent.
316
+ */
317
+ file_name?: string;
318
+ /**
319
+ * Upload status. Presigned uploads return awaiting_upload until the file is
320
+ * uploaded to S3 and consumed.
321
+ */
322
+ status?: string;
323
+ /**
324
+ * Form fields required for the S3 POST (send these before the file part).
325
+ */
326
+ upload_fields?: unknown;
327
+ /**
328
+ * Presigned S3 POST URL for uploading the file bytes.
329
+ */
330
+ upload_url?: string;
331
+ }
332
+ }
333
+ export interface SiteFilesResponse {
334
+ /**
335
+ * Active bundle identifier.
336
+ */
337
+ bundle_id?: string;
338
+ /**
339
+ * Directories in the listing scope.
340
+ */
341
+ directories?: Array<SiteFilesResponse.Directory>;
342
+ /**
343
+ * Entry path for the active bundle.
344
+ */
345
+ entry_path?: string;
346
+ /**
347
+ * Files in the listing scope.
348
+ */
349
+ files?: Array<SiteFilesResponse.File>;
350
+ /**
351
+ * Directory path used for the listing.
352
+ */
353
+ parent_path?: string;
354
+ /**
355
+ * Whether the listing was recursive.
356
+ */
357
+ recursive?: boolean;
358
+ }
359
+ export declare namespace SiteFilesResponse {
360
+ interface Directory {
361
+ /**
362
+ * Directory name.
363
+ */
364
+ name?: string;
365
+ /**
366
+ * Parent directory path.
367
+ */
368
+ parent_path?: string;
369
+ /**
370
+ * Normalized directory path inside the active bundle.
371
+ */
372
+ path?: string;
373
+ }
374
+ interface File {
375
+ /**
376
+ * MIME content type.
377
+ */
378
+ content_type?: string;
379
+ /**
380
+ * File name.
381
+ */
382
+ name?: string;
383
+ /**
384
+ * Parent directory path.
385
+ */
386
+ parent_path?: string;
387
+ /**
388
+ * Normalized file path inside the active bundle.
389
+ */
390
+ path?: string;
391
+ /**
392
+ * SHA-256 hash of the file contents.
393
+ */
394
+ sha256?: string;
395
+ /**
396
+ * File size in bytes.
397
+ */
398
+ size_bytes?: number;
399
+ }
400
+ }
401
+ /**
402
+ * Response/resource shape for a custom site.
403
+ */
404
+ export interface SiteFileOperationsResponse {
405
+ /**
406
+ * Identifier field
407
+ */
408
+ id?: string;
409
+ /**
410
+ * The admin group id for the custom site
411
+ */
412
+ admin_group_id?: string;
413
+ /**
414
+ * The unique api name of the custom site
415
+ */
416
+ api_name?: string;
417
+ /**
418
+ * Record creation date
419
+ */
420
+ created_at?: string;
421
+ /**
422
+ * The ID of the role that created the custom site
423
+ */
424
+ created_by?: string;
425
+ /**
426
+ * The active bundle id for the custom site
427
+ */
428
+ current_bundle_id?: string;
429
+ /**
430
+ * A Rippling-owned logo URL for the custom site
431
+ */
432
+ logo?: string;
433
+ /**
434
+ * The display name of the custom site
435
+ */
436
+ name?: string;
437
+ /**
438
+ * The viewer group id for the custom site
439
+ */
440
+ viewer_group_id?: string;
441
+ }
442
+ export interface SiteCreateParams {
443
+ /**
444
+ * The unique api name of the custom site
445
+ */
446
+ api_name: string;
447
+ /**
448
+ * Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
449
+ * to S3. Required to create a site or replace the bundle.
450
+ */
451
+ file_id: string;
452
+ /**
453
+ * The display name of the custom site
454
+ */
455
+ name: string;
456
+ /**
457
+ * Entry path inside the uploaded asset (for example index.html). Required with
458
+ * file_id when the zip has no index.html.
459
+ */
460
+ entry_path?: string;
461
+ /**
462
+ * A Rippling-owned logo URL for the custom site
463
+ */
464
+ logo?: string;
465
+ }
466
+ export interface SiteUpdateParams {
467
+ /**
468
+ * The unique api name of the custom site
469
+ */
470
+ api_name?: string;
471
+ /**
472
+ * Entry path inside the uploaded asset (for example index.html). Required with
473
+ * file_id when the zip has no index.html.
474
+ */
475
+ entry_path?: string;
476
+ /**
477
+ * Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
478
+ * to S3. Required to create a site or replace the bundle.
479
+ */
480
+ file_id?: string;
481
+ /**
482
+ * A Rippling-owned logo URL for the custom site
483
+ */
484
+ logo?: string;
485
+ /**
486
+ * The display name of the custom site
487
+ */
488
+ name?: string;
489
+ }
490
+ export interface SiteUploadBatchesPresignParams {
491
+ /**
492
+ * Non-empty array of file upload intents to stage with presigned S3 upload URLs.
493
+ */
494
+ file_intents: Array<SiteUploadBatchesPresignParams.FileIntent>;
495
+ }
496
+ export declare namespace SiteUploadBatchesPresignParams {
497
+ interface FileIntent {
498
+ /**
499
+ * Any unique client-chosen id echoed with the staged file_id for correlation. Not
500
+ * used server-side beyond the response.
501
+ */
502
+ client_ref: string;
503
+ /**
504
+ * File name with extension (e.g. site.zip). Used to derive Content-Type and
505
+ * create/PATCH asset type.
506
+ */
507
+ file_name: string;
508
+ }
509
+ }
510
+ export interface SiteFilesParams {
511
+ /**
512
+ * Directory path to list. Defaults to the bundle root.
513
+ */
514
+ parent_path?: string;
515
+ /**
516
+ * Whether to list files recursively. Defaults to false.
517
+ */
518
+ recursive?: boolean;
519
+ }
520
+ export interface SiteFileOperationsParams {
521
+ /**
522
+ * Must match the site's current active bundle. Returns 409 when stale.
523
+ */
524
+ base_bundle_id: string;
525
+ /**
526
+ * Non-empty array of file or directory operations.
527
+ */
528
+ operations: Array<SiteFileOperationsParams.Operation>;
529
+ /**
530
+ * Optional bundle entry path. When omitted, the current entry path is kept.
531
+ */
532
+ entry_path?: string;
533
+ }
534
+ export declare namespace SiteFileOperationsParams {
535
+ interface Operation {
536
+ /**
537
+ * Target kind. Supported values are file and directory.
538
+ */
539
+ kind: string;
540
+ /**
541
+ * Operation type. Supported values are put, rename, move, and delete.
542
+ */
543
+ op: string;
544
+ /**
545
+ * Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
546
+ * to S3. Required for put operations on files.
547
+ */
548
+ file_id?: string;
549
+ /**
550
+ * Source path for rename and move operations.
551
+ */
552
+ from_path?: string;
553
+ /**
554
+ * Target path for put and delete operations.
555
+ */
556
+ path?: string;
557
+ /**
558
+ * When true, delete directory removes nested files. Used by delete directory
559
+ * operations.
560
+ */
561
+ recursive?: boolean;
562
+ /**
563
+ * Destination path for rename and move operations.
564
+ */
565
+ to_path?: string;
566
+ }
567
+ }
568
+ export declare namespace Sites {
569
+ export { type SiteListResponse as SiteListResponse, type SiteCreateResponse as SiteCreateResponse, type SiteRetrieveResponse as SiteRetrieveResponse, type SiteUpdateResponse as SiteUpdateResponse, type SiteUploadBatchesPresignResponse as SiteUploadBatchesPresignResponse, type SiteFilesResponse as SiteFilesResponse, type SiteFileOperationsResponse as SiteFileOperationsResponse, type SiteListResponsesPageCursorURL as SiteListResponsesPageCursorURL, type SiteCreateParams as SiteCreateParams, type SiteUpdateParams as SiteUpdateParams, type SiteUploadBatchesPresignParams as SiteUploadBatchesPresignParams, type SiteFilesParams as SiteFilesParams, type SiteFileOperationsParams as SiteFileOperationsParams, };
570
+ }
571
+ //# sourceMappingURL=sites.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sites.d.mts","sourceRoot":"","sources":["../src/resources/sites.ts"],"names":[],"mappings":"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"}