@rippling/rippling-sdk 0.2.0-alpha.87 → 0.2.0-alpha.89

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 (649) hide show
  1. package/client.d.mts +46 -10
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +46 -10
  4. package/client.d.ts.map +1 -1
  5. package/client.js +36 -0
  6. package/client.js.map +1 -1
  7. package/client.mjs +36 -0
  8. package/client.mjs.map +1 -1
  9. package/examples/manifest/acp-agent/acp-agent.ts +52 -0
  10. package/examples/manifest/acp-agent/agent/index.ts +9 -0
  11. package/lib/manifest/_existing-component-fields.d.mts.map +1 -1
  12. package/lib/manifest/_existing-component-fields.d.ts.map +1 -1
  13. package/lib/manifest/_existing-component-fields.js +1 -0
  14. package/lib/manifest/_existing-component-fields.js.map +1 -1
  15. package/lib/manifest/_existing-component-fields.mjs +1 -0
  16. package/lib/manifest/_existing-component-fields.mjs.map +1 -1
  17. package/lib/manifest/acp-agent.d.mts +66 -0
  18. package/lib/manifest/acp-agent.d.mts.map +1 -0
  19. package/lib/manifest/acp-agent.d.ts +66 -0
  20. package/lib/manifest/acp-agent.d.ts.map +1 -0
  21. package/lib/manifest/acp-agent.js +135 -0
  22. package/lib/manifest/acp-agent.js.map +1 -0
  23. package/lib/manifest/acp-agent.mjs +131 -0
  24. package/lib/manifest/acp-agent.mjs.map +1 -0
  25. package/lib/manifest/existing-manifest-context.d.mts +3 -0
  26. package/lib/manifest/existing-manifest-context.d.mts.map +1 -1
  27. package/lib/manifest/existing-manifest-context.d.ts +3 -0
  28. package/lib/manifest/existing-manifest-context.d.ts.map +1 -1
  29. package/lib/manifest/existing-manifest-context.js +14 -0
  30. package/lib/manifest/existing-manifest-context.js.map +1 -1
  31. package/lib/manifest/existing-manifest-context.mjs +14 -0
  32. package/lib/manifest/existing-manifest-context.mjs.map +1 -1
  33. package/lib/manifest/index.d.mts +1 -0
  34. package/lib/manifest/index.d.mts.map +1 -1
  35. package/lib/manifest/index.d.ts +1 -0
  36. package/lib/manifest/index.d.ts.map +1 -1
  37. package/lib/manifest/index.js +3 -1
  38. package/lib/manifest/index.js.map +1 -1
  39. package/lib/manifest/index.mjs +1 -0
  40. package/lib/manifest/index.mjs.map +1 -1
  41. package/lib/manifest/manifest-builder.d.mts +1 -1
  42. package/lib/manifest/manifest-builder.d.mts.map +1 -1
  43. package/lib/manifest/manifest-builder.d.ts +1 -1
  44. package/lib/manifest/manifest-builder.d.ts.map +1 -1
  45. package/lib/manifest/manifest-builder.js.map +1 -1
  46. package/lib/manifest/manifest-builder.mjs.map +1 -1
  47. package/package.json +1 -1
  48. package/resources/agents/sessions/index.d.mts +1 -0
  49. package/resources/agents/sessions/index.d.mts.map +1 -1
  50. package/resources/agents/sessions/index.d.ts +1 -0
  51. package/resources/agents/sessions/index.d.ts.map +1 -1
  52. package/resources/agents/sessions/index.js +3 -1
  53. package/resources/agents/sessions/index.js.map +1 -1
  54. package/resources/agents/sessions/index.mjs +1 -0
  55. package/resources/agents/sessions/index.mjs.map +1 -1
  56. package/resources/agents/sessions/messages.d.mts +60 -0
  57. package/resources/agents/sessions/messages.d.mts.map +1 -0
  58. package/resources/agents/sessions/messages.d.ts +60 -0
  59. package/resources/agents/sessions/messages.d.ts.map +1 -0
  60. package/resources/agents/sessions/messages.js +19 -0
  61. package/resources/agents/sessions/messages.js.map +1 -0
  62. package/resources/agents/sessions/messages.mjs +15 -0
  63. package/resources/agents/sessions/messages.mjs.map +1 -0
  64. package/resources/agents/sessions/sessions.d.mts +4 -0
  65. package/resources/agents/sessions/sessions.d.mts.map +1 -1
  66. package/resources/agents/sessions/sessions.d.ts +4 -0
  67. package/resources/agents/sessions/sessions.d.ts.map +1 -1
  68. package/resources/agents/sessions/sessions.js +4 -0
  69. package/resources/agents/sessions/sessions.js.map +1 -1
  70. package/resources/agents/sessions/sessions.mjs +4 -0
  71. package/resources/agents/sessions/sessions.mjs.map +1 -1
  72. package/resources/app-users.d.mts +4 -0
  73. package/resources/app-users.d.mts.map +1 -1
  74. package/resources/app-users.d.ts +4 -0
  75. package/resources/app-users.d.ts.map +1 -1
  76. package/resources/break-policies.d.mts +4 -0
  77. package/resources/break-policies.d.mts.map +1 -1
  78. package/resources/break-policies.d.ts +4 -0
  79. package/resources/break-policies.d.ts.map +1 -1
  80. package/resources/break-types.d.mts +4 -0
  81. package/resources/break-types.d.mts.map +1 -1
  82. package/resources/break-types.d.ts +4 -0
  83. package/resources/break-types.d.ts.map +1 -1
  84. package/resources/business-partner-groups.d.mts +4 -0
  85. package/resources/business-partner-groups.d.mts.map +1 -1
  86. package/resources/business-partner-groups.d.ts +4 -0
  87. package/resources/business-partner-groups.d.ts.map +1 -1
  88. package/resources/business-partners.d.mts +4 -0
  89. package/resources/business-partners.d.mts.map +1 -1
  90. package/resources/business-partners.d.ts +4 -0
  91. package/resources/business-partners.d.ts.map +1 -1
  92. package/resources/business-structure-paths.d.mts +4 -0
  93. package/resources/business-structure-paths.d.mts.map +1 -1
  94. package/resources/business-structure-paths.d.ts +4 -0
  95. package/resources/business-structure-paths.d.ts.map +1 -1
  96. package/resources/candidate-applications.d.mts +4 -0
  97. package/resources/candidate-applications.d.mts.map +1 -1
  98. package/resources/candidate-applications.d.ts +4 -0
  99. package/resources/candidate-applications.d.ts.map +1 -1
  100. package/resources/candidates.d.mts +4 -0
  101. package/resources/candidates.d.mts.map +1 -1
  102. package/resources/candidates.d.ts +4 -0
  103. package/resources/candidates.d.ts.map +1 -1
  104. package/resources/companies.d.mts +4 -0
  105. package/resources/companies.d.mts.map +1 -1
  106. package/resources/companies.d.ts +4 -0
  107. package/resources/companies.d.ts.map +1 -1
  108. package/resources/company-legal-entities.d.mts +4 -0
  109. package/resources/company-legal-entities.d.mts.map +1 -1
  110. package/resources/company-legal-entities.d.ts +4 -0
  111. package/resources/company-legal-entities.d.ts.map +1 -1
  112. package/resources/company-legal-entity-workers.d.mts +4 -0
  113. package/resources/company-legal-entity-workers.d.mts.map +1 -1
  114. package/resources/company-legal-entity-workers.d.ts +4 -0
  115. package/resources/company-legal-entity-workers.d.ts.map +1 -1
  116. package/resources/compensation-bands-details.d.mts +4 -0
  117. package/resources/compensation-bands-details.d.mts.map +1 -1
  118. package/resources/compensation-bands-details.d.ts +4 -0
  119. package/resources/compensation-bands-details.d.ts.map +1 -1
  120. package/resources/compensations.d.mts +4 -0
  121. package/resources/compensations.d.mts.map +1 -1
  122. package/resources/compensations.d.ts +4 -0
  123. package/resources/compensations.d.ts.map +1 -1
  124. package/resources/custom-fields.d.mts +4 -0
  125. package/resources/custom-fields.d.mts.map +1 -1
  126. package/resources/custom-fields.d.ts +4 -0
  127. package/resources/custom-fields.d.ts.map +1 -1
  128. package/resources/custom-objects/custom-objects.d.mts +13 -6
  129. package/resources/custom-objects/custom-objects.d.mts.map +1 -1
  130. package/resources/custom-objects/custom-objects.d.ts +13 -6
  131. package/resources/custom-objects/custom-objects.d.ts.map +1 -1
  132. package/resources/custom-objects/custom-objects.js +2 -2
  133. package/resources/custom-objects/custom-objects.js.map +1 -1
  134. package/resources/custom-objects/custom-objects.mjs +2 -2
  135. package/resources/custom-objects/custom-objects.mjs.map +1 -1
  136. package/resources/custom-objects/fields.d.mts +9 -2
  137. package/resources/custom-objects/fields.d.mts.map +1 -1
  138. package/resources/custom-objects/fields.d.ts +9 -2
  139. package/resources/custom-objects/fields.d.ts.map +1 -1
  140. package/resources/custom-objects/fields.js +2 -2
  141. package/resources/custom-objects/fields.js.map +1 -1
  142. package/resources/custom-objects/fields.mjs +2 -2
  143. package/resources/custom-objects/fields.mjs.map +1 -1
  144. package/resources/custom-objects/index.d.mts +3 -3
  145. package/resources/custom-objects/index.d.mts.map +1 -1
  146. package/resources/custom-objects/index.d.ts +3 -3
  147. package/resources/custom-objects/index.d.ts.map +1 -1
  148. package/resources/custom-objects/index.js.map +1 -1
  149. package/resources/custom-objects/index.mjs.map +1 -1
  150. package/resources/custom-objects/records.d.mts +9 -2
  151. package/resources/custom-objects/records.d.mts.map +1 -1
  152. package/resources/custom-objects/records.d.ts +9 -2
  153. package/resources/custom-objects/records.d.ts.map +1 -1
  154. package/resources/custom-objects/records.js +2 -2
  155. package/resources/custom-objects/records.js.map +1 -1
  156. package/resources/custom-objects/records.mjs +2 -2
  157. package/resources/custom-objects/records.mjs.map +1 -1
  158. package/resources/custom-settings.d.mts +4 -0
  159. package/resources/custom-settings.d.mts.map +1 -1
  160. package/resources/custom-settings.d.ts +4 -0
  161. package/resources/custom-settings.d.ts.map +1 -1
  162. package/resources/departments.d.mts +4 -0
  163. package/resources/departments.d.mts.map +1 -1
  164. package/resources/departments.d.ts +4 -0
  165. package/resources/departments.d.ts.map +1 -1
  166. package/resources/device-orders.d.mts +4 -0
  167. package/resources/device-orders.d.mts.map +1 -1
  168. package/resources/device-orders.d.ts +4 -0
  169. package/resources/device-orders.d.ts.map +1 -1
  170. package/resources/devices.d.mts +4 -0
  171. package/resources/devices.d.mts.map +1 -1
  172. package/resources/devices.d.ts +4 -0
  173. package/resources/devices.d.ts.map +1 -1
  174. package/resources/earning-types.d.mts +9 -2
  175. package/resources/earning-types.d.mts.map +1 -1
  176. package/resources/earning-types.d.ts +9 -2
  177. package/resources/earning-types.d.ts.map +1 -1
  178. package/resources/earning-types.js +5 -2
  179. package/resources/earning-types.js.map +1 -1
  180. package/resources/earning-types.mjs +5 -2
  181. package/resources/earning-types.mjs.map +1 -1
  182. package/resources/earnings-inputs.d.mts +9 -2
  183. package/resources/earnings-inputs.d.mts.map +1 -1
  184. package/resources/earnings-inputs.d.ts +9 -2
  185. package/resources/earnings-inputs.d.ts.map +1 -1
  186. package/resources/earnings-inputs.js +5 -2
  187. package/resources/earnings-inputs.js.map +1 -1
  188. package/resources/earnings-inputs.mjs +5 -2
  189. package/resources/earnings-inputs.mjs.map +1 -1
  190. package/resources/employment-types.d.mts +4 -0
  191. package/resources/employment-types.d.mts.map +1 -1
  192. package/resources/employment-types.d.ts +4 -0
  193. package/resources/employment-types.d.ts.map +1 -1
  194. package/resources/functions/executions.d.mts +5 -0
  195. package/resources/functions/executions.d.mts.map +1 -1
  196. package/resources/functions/executions.d.ts +5 -0
  197. package/resources/functions/executions.d.ts.map +1 -1
  198. package/resources/functions/functions.d.mts +5 -0
  199. package/resources/functions/functions.d.mts.map +1 -1
  200. package/resources/functions/functions.d.ts +5 -0
  201. package/resources/functions/functions.d.ts.map +1 -1
  202. package/resources/functions/functions.js.map +1 -1
  203. package/resources/functions/functions.mjs.map +1 -1
  204. package/resources/headcount-positions.d.mts +4 -0
  205. package/resources/headcount-positions.d.mts.map +1 -1
  206. package/resources/headcount-positions.d.ts +4 -0
  207. package/resources/headcount-positions.d.ts.map +1 -1
  208. package/resources/headcount-priorities.d.mts +4 -0
  209. package/resources/headcount-priorities.d.mts.map +1 -1
  210. package/resources/headcount-priorities.d.ts +4 -0
  211. package/resources/headcount-priorities.d.ts.map +1 -1
  212. package/resources/index.d.mts +11 -5
  213. package/resources/index.d.mts.map +1 -1
  214. package/resources/index.d.ts +11 -5
  215. package/resources/index.d.ts.map +1 -1
  216. package/resources/index.js +14 -2
  217. package/resources/index.js.map +1 -1
  218. package/resources/index.mjs +6 -0
  219. package/resources/index.mjs.map +1 -1
  220. package/resources/job-assignments.d.mts +8 -0
  221. package/resources/job-assignments.d.mts.map +1 -1
  222. package/resources/job-assignments.d.ts +8 -0
  223. package/resources/job-assignments.d.ts.map +1 -1
  224. package/resources/job-codes.d.mts +8 -0
  225. package/resources/job-codes.d.mts.map +1 -1
  226. package/resources/job-codes.d.ts +8 -0
  227. package/resources/job-codes.d.ts.map +1 -1
  228. package/resources/job-dimensions.d.mts +4 -0
  229. package/resources/job-dimensions.d.mts.map +1 -1
  230. package/resources/job-dimensions.d.ts +4 -0
  231. package/resources/job-dimensions.d.ts.map +1 -1
  232. package/resources/job-functions.d.mts +4 -0
  233. package/resources/job-functions.d.mts.map +1 -1
  234. package/resources/job-functions.d.ts +4 -0
  235. package/resources/job-functions.d.ts.map +1 -1
  236. package/resources/job-pay-rate-exceptions.d.mts +8 -0
  237. package/resources/job-pay-rate-exceptions.d.mts.map +1 -1
  238. package/resources/job-pay-rate-exceptions.d.ts +8 -0
  239. package/resources/job-pay-rate-exceptions.d.ts.map +1 -1
  240. package/resources/job-requisitions.d.mts +4 -0
  241. package/resources/job-requisitions.d.mts.map +1 -1
  242. package/resources/job-requisitions.d.ts +4 -0
  243. package/resources/job-requisitions.d.ts.map +1 -1
  244. package/resources/kiosk-badges.d.mts +4 -0
  245. package/resources/kiosk-badges.d.mts.map +1 -1
  246. package/resources/kiosk-badges.d.ts +4 -0
  247. package/resources/kiosk-badges.d.ts.map +1 -1
  248. package/resources/leave-accruals.d.mts +4 -0
  249. package/resources/leave-accruals.d.mts.map +1 -1
  250. package/resources/leave-accruals.d.ts +4 -0
  251. package/resources/leave-accruals.d.ts.map +1 -1
  252. package/resources/leave-balances.d.mts +4 -0
  253. package/resources/leave-balances.d.mts.map +1 -1
  254. package/resources/leave-balances.d.ts +4 -0
  255. package/resources/leave-balances.d.ts.map +1 -1
  256. package/resources/leave-program-evaluations.d.mts +5 -0
  257. package/resources/leave-program-evaluations.d.mts.map +1 -1
  258. package/resources/leave-program-evaluations.d.ts +5 -0
  259. package/resources/leave-program-evaluations.d.ts.map +1 -1
  260. package/resources/leave-requests.d.mts +4 -0
  261. package/resources/leave-requests.d.mts.map +1 -1
  262. package/resources/leave-requests.d.ts +4 -0
  263. package/resources/leave-requests.d.ts.map +1 -1
  264. package/resources/leave-types.d.mts +4 -0
  265. package/resources/leave-types.d.mts.map +1 -1
  266. package/resources/leave-types.d.ts +4 -0
  267. package/resources/leave-types.d.ts.map +1 -1
  268. package/resources/legal-entities.d.mts +4 -0
  269. package/resources/legal-entities.d.mts.map +1 -1
  270. package/resources/legal-entities.d.ts +4 -0
  271. package/resources/legal-entities.d.ts.map +1 -1
  272. package/resources/levels.d.mts +4 -0
  273. package/resources/levels.d.mts.map +1 -1
  274. package/resources/levels.d.ts +4 -0
  275. package/resources/levels.d.ts.map +1 -1
  276. package/resources/location-factors.d.mts +4 -0
  277. package/resources/location-factors.d.mts.map +1 -1
  278. package/resources/location-factors.d.ts +4 -0
  279. package/resources/location-factors.d.ts.map +1 -1
  280. package/resources/metadata/component-schemas.d.mts +93 -0
  281. package/resources/metadata/component-schemas.d.mts.map +1 -0
  282. package/resources/metadata/component-schemas.d.ts +93 -0
  283. package/resources/metadata/component-schemas.d.ts.map +1 -0
  284. package/resources/metadata/component-schemas.js +28 -0
  285. package/resources/metadata/component-schemas.js.map +1 -0
  286. package/resources/metadata/component-schemas.mjs +24 -0
  287. package/resources/metadata/component-schemas.mjs.map +1 -0
  288. package/resources/metadata/component-types.d.mts +47 -0
  289. package/resources/metadata/component-types.d.mts.map +1 -0
  290. package/resources/metadata/component-types.d.ts +47 -0
  291. package/resources/metadata/component-types.d.ts.map +1 -0
  292. package/resources/metadata/component-types.js +27 -0
  293. package/resources/metadata/component-types.js.map +1 -0
  294. package/resources/metadata/component-types.mjs +23 -0
  295. package/resources/metadata/component-types.mjs.map +1 -0
  296. package/resources/metadata/components.d.mts +544 -0
  297. package/resources/metadata/components.d.mts.map +1 -0
  298. package/resources/metadata/components.d.ts +544 -0
  299. package/resources/metadata/components.d.ts.map +1 -0
  300. package/resources/metadata/components.js +134 -0
  301. package/resources/metadata/components.js.map +1 -0
  302. package/resources/metadata/components.mjs +130 -0
  303. package/resources/metadata/components.mjs.map +1 -0
  304. package/resources/metadata/deployment-runs.d.mts +275 -0
  305. package/resources/metadata/deployment-runs.d.mts.map +1 -0
  306. package/resources/metadata/deployment-runs.d.ts +275 -0
  307. package/resources/metadata/deployment-runs.d.ts.map +1 -0
  308. package/resources/metadata/deployment-runs.js +133 -0
  309. package/resources/metadata/deployment-runs.js.map +1 -0
  310. package/resources/metadata/deployment-runs.mjs +129 -0
  311. package/resources/metadata/deployment-runs.mjs.map +1 -0
  312. package/resources/metadata/index.d.mts +9 -0
  313. package/resources/metadata/index.d.mts.map +1 -0
  314. package/resources/metadata/index.d.ts +9 -0
  315. package/resources/metadata/index.d.ts.map +1 -0
  316. package/resources/metadata/index.js +21 -0
  317. package/resources/metadata/index.js.map +1 -0
  318. package/resources/metadata/index.mjs +10 -0
  319. package/resources/metadata/index.mjs.map +1 -0
  320. package/resources/metadata/metadata.d.mts +125 -0
  321. package/resources/metadata/metadata.d.mts.map +1 -0
  322. package/resources/metadata/metadata.d.ts +125 -0
  323. package/resources/metadata/metadata.d.ts.map +1 -0
  324. package/resources/metadata/metadata.js +58 -0
  325. package/resources/metadata/metadata.js.map +1 -0
  326. package/resources/metadata/metadata.mjs +53 -0
  327. package/resources/metadata/metadata.mjs.map +1 -0
  328. package/resources/metadata/schema.d.mts +92 -0
  329. package/resources/metadata/schema.d.mts.map +1 -0
  330. package/resources/metadata/schema.d.ts +92 -0
  331. package/resources/metadata/schema.d.ts.map +1 -0
  332. package/resources/metadata/schema.js +27 -0
  333. package/resources/metadata/schema.js.map +1 -0
  334. package/resources/metadata/schema.mjs +23 -0
  335. package/resources/metadata/schema.mjs.map +1 -0
  336. package/resources/metadata/types.d.mts +46 -0
  337. package/resources/metadata/types.d.mts.map +1 -0
  338. package/resources/metadata/types.d.ts +46 -0
  339. package/resources/metadata/types.d.ts.map +1 -0
  340. package/resources/metadata/types.js +26 -0
  341. package/resources/metadata/types.js.map +1 -0
  342. package/resources/metadata/types.mjs +22 -0
  343. package/resources/metadata/types.mjs.map +1 -0
  344. package/resources/metadata/validation-runs.d.mts +275 -0
  345. package/resources/metadata/validation-runs.d.mts.map +1 -0
  346. package/resources/metadata/validation-runs.d.ts +275 -0
  347. package/resources/metadata/validation-runs.d.ts.map +1 -0
  348. package/resources/metadata/validation-runs.js +133 -0
  349. package/resources/metadata/validation-runs.js.map +1 -0
  350. package/resources/metadata/validation-runs.mjs +129 -0
  351. package/resources/metadata/validation-runs.mjs.map +1 -0
  352. package/resources/metadata.d.mts +2 -0
  353. package/resources/metadata.d.mts.map +1 -0
  354. package/resources/metadata.d.ts +2 -0
  355. package/resources/metadata.d.ts.map +1 -0
  356. package/resources/metadata.js +6 -0
  357. package/resources/metadata.js.map +1 -0
  358. package/resources/metadata.mjs +3 -0
  359. package/resources/metadata.mjs.map +1 -0
  360. package/resources/object-categories.d.mts +9 -2
  361. package/resources/object-categories.d.mts.map +1 -1
  362. package/resources/object-categories.d.ts +9 -2
  363. package/resources/object-categories.d.ts.map +1 -1
  364. package/resources/object-categories.js +5 -2
  365. package/resources/object-categories.js.map +1 -1
  366. package/resources/object-categories.mjs +5 -2
  367. package/resources/object-categories.mjs.map +1 -1
  368. package/resources/package-installs.d.mts +108 -0
  369. package/resources/package-installs.d.mts.map +1 -0
  370. package/resources/package-installs.d.ts +108 -0
  371. package/resources/package-installs.d.ts.map +1 -0
  372. package/resources/package-installs.js +25 -0
  373. package/resources/package-installs.js.map +1 -0
  374. package/resources/package-installs.mjs +21 -0
  375. package/resources/package-installs.mjs.map +1 -0
  376. package/resources/package-uninstalls.d.mts +128 -0
  377. package/resources/package-uninstalls.d.mts.map +1 -0
  378. package/resources/package-uninstalls.d.ts +128 -0
  379. package/resources/package-uninstalls.d.ts.map +1 -0
  380. package/resources/package-uninstalls.js +25 -0
  381. package/resources/package-uninstalls.js.map +1 -0
  382. package/resources/package-uninstalls.mjs +21 -0
  383. package/resources/package-uninstalls.mjs.map +1 -0
  384. package/resources/package-version-component-updates.d.mts +117 -0
  385. package/resources/package-version-component-updates.d.mts.map +1 -0
  386. package/resources/package-version-component-updates.d.ts +117 -0
  387. package/resources/package-version-component-updates.d.ts.map +1 -0
  388. package/resources/package-version-component-updates.js +33 -0
  389. package/resources/package-version-component-updates.js.map +1 -0
  390. package/resources/package-version-component-updates.mjs +29 -0
  391. package/resources/package-version-component-updates.mjs.map +1 -0
  392. package/resources/package-versions/index.d.mts +3 -0
  393. package/resources/package-versions/index.d.mts.map +1 -0
  394. package/resources/package-versions/index.d.ts +3 -0
  395. package/resources/package-versions/index.d.ts.map +1 -0
  396. package/resources/package-versions/index.js +9 -0
  397. package/resources/package-versions/index.js.map +1 -0
  398. package/resources/package-versions/index.mjs +4 -0
  399. package/resources/package-versions/index.mjs.map +1 -0
  400. package/resources/package-versions/next-versions.d.mts +70 -0
  401. package/resources/package-versions/next-versions.d.mts.map +1 -0
  402. package/resources/package-versions/next-versions.d.ts +70 -0
  403. package/resources/package-versions/next-versions.d.ts.map +1 -0
  404. package/resources/package-versions/next-versions.js +21 -0
  405. package/resources/package-versions/next-versions.js.map +1 -0
  406. package/resources/package-versions/next-versions.mjs +17 -0
  407. package/resources/package-versions/next-versions.mjs.map +1 -0
  408. package/resources/package-versions/package-versions.d.mts +68 -0
  409. package/resources/package-versions/package-versions.d.mts.map +1 -0
  410. package/resources/package-versions/package-versions.d.ts +68 -0
  411. package/resources/package-versions/package-versions.d.ts.map +1 -0
  412. package/resources/package-versions/package-versions.js +27 -0
  413. package/resources/package-versions/package-versions.js.map +1 -0
  414. package/resources/package-versions/package-versions.mjs +22 -0
  415. package/resources/package-versions/package-versions.mjs.map +1 -0
  416. package/resources/package-versions.d.mts +2 -0
  417. package/resources/package-versions.d.mts.map +1 -0
  418. package/resources/package-versions.d.ts +2 -0
  419. package/resources/package-versions.d.ts.map +1 -0
  420. package/resources/package-versions.js +6 -0
  421. package/resources/package-versions.js.map +1 -0
  422. package/resources/package-versions.mjs +3 -0
  423. package/resources/package-versions.mjs.map +1 -0
  424. package/resources/packages/packages.d.mts +4 -0
  425. package/resources/packages/packages.d.mts.map +1 -1
  426. package/resources/packages/packages.d.ts +4 -0
  427. package/resources/packages/packages.d.ts.map +1 -1
  428. package/resources/packages/packages.js.map +1 -1
  429. package/resources/packages/packages.mjs.map +1 -1
  430. package/resources/packages/versions.d.mts +12 -16
  431. package/resources/packages/versions.d.mts.map +1 -1
  432. package/resources/packages/versions.d.ts +12 -16
  433. package/resources/packages/versions.d.ts.map +1 -1
  434. package/resources/payroll-runs/payroll-runs.d.mts +5 -0
  435. package/resources/payroll-runs/payroll-runs.d.mts.map +1 -1
  436. package/resources/payroll-runs/payroll-runs.d.ts +5 -0
  437. package/resources/payroll-runs/payroll-runs.d.ts.map +1 -1
  438. package/resources/payroll-runs/payroll-runs.js.map +1 -1
  439. package/resources/payroll-runs/payroll-runs.mjs.map +1 -1
  440. package/resources/payroll-runs/worker-payroll-records.d.mts +4 -0
  441. package/resources/payroll-runs/worker-payroll-records.d.mts.map +1 -1
  442. package/resources/payroll-runs/worker-payroll-records.d.ts +4 -0
  443. package/resources/payroll-runs/worker-payroll-records.d.ts.map +1 -1
  444. package/resources/sandboxes.d.mts +668 -0
  445. package/resources/sandboxes.d.mts.map +1 -0
  446. package/resources/sandboxes.d.ts +668 -0
  447. package/resources/sandboxes.d.ts.map +1 -0
  448. package/resources/sandboxes.js +40 -0
  449. package/resources/sandboxes.js.map +1 -0
  450. package/resources/sandboxes.mjs +36 -0
  451. package/resources/sandboxes.mjs.map +1 -0
  452. package/resources/scheduled-job-assignments.d.mts +4 -0
  453. package/resources/scheduled-job-assignments.d.mts.map +1 -1
  454. package/resources/scheduled-job-assignments.d.ts +4 -0
  455. package/resources/scheduled-job-assignments.d.ts.map +1 -1
  456. package/resources/schedules.d.mts +4 -0
  457. package/resources/schedules.d.mts.map +1 -1
  458. package/resources/schedules.d.ts +4 -0
  459. package/resources/schedules.d.ts.map +1 -1
  460. package/resources/shift-inputs.d.mts +4 -0
  461. package/resources/shift-inputs.d.mts.map +1 -1
  462. package/resources/shift-inputs.d.ts +4 -0
  463. package/resources/shift-inputs.d.ts.map +1 -1
  464. package/resources/shiftassignments.d.mts +4 -0
  465. package/resources/shiftassignments.d.mts.map +1 -1
  466. package/resources/shiftassignments.d.ts +4 -0
  467. package/resources/shiftassignments.d.ts.map +1 -1
  468. package/resources/sites.d.mts +84 -78
  469. package/resources/sites.d.mts.map +1 -1
  470. package/resources/sites.d.ts +84 -78
  471. package/resources/sites.d.ts.map +1 -1
  472. package/resources/sites.js +19 -22
  473. package/resources/sites.js.map +1 -1
  474. package/resources/sites.mjs +19 -22
  475. package/resources/sites.mjs.map +1 -1
  476. package/resources/software-deployments.d.mts +4 -0
  477. package/resources/software-deployments.d.mts.map +1 -1
  478. package/resources/software-deployments.d.ts +4 -0
  479. package/resources/software-deployments.d.ts.map +1 -1
  480. package/resources/sso-me.d.mts +4 -0
  481. package/resources/sso-me.d.mts.map +1 -1
  482. package/resources/sso-me.d.ts +4 -0
  483. package/resources/sso-me.d.ts.map +1 -1
  484. package/resources/supergroups/exclusion-members.d.mts +5 -0
  485. package/resources/supergroups/exclusion-members.d.mts.map +1 -1
  486. package/resources/supergroups/exclusion-members.d.ts +5 -0
  487. package/resources/supergroups/exclusion-members.d.ts.map +1 -1
  488. package/resources/supergroups/inclusion-members.d.mts +5 -0
  489. package/resources/supergroups/inclusion-members.d.mts.map +1 -1
  490. package/resources/supergroups/inclusion-members.d.ts +5 -0
  491. package/resources/supergroups/inclusion-members.d.ts.map +1 -1
  492. package/resources/supergroups/members.d.mts +5 -0
  493. package/resources/supergroups/members.d.mts.map +1 -1
  494. package/resources/supergroups/members.d.ts +5 -0
  495. package/resources/supergroups/members.d.ts.map +1 -1
  496. package/resources/supergroups/supergroups.d.mts +5 -0
  497. package/resources/supergroups/supergroups.d.mts.map +1 -1
  498. package/resources/supergroups/supergroups.d.ts +5 -0
  499. package/resources/supergroups/supergroups.d.ts.map +1 -1
  500. package/resources/supergroups/supergroups.js.map +1 -1
  501. package/resources/supergroups/supergroups.mjs.map +1 -1
  502. package/resources/teams.d.mts +4 -0
  503. package/resources/teams.d.mts.map +1 -1
  504. package/resources/teams.d.ts +4 -0
  505. package/resources/teams.d.ts.map +1 -1
  506. package/resources/time-cards.d.mts +4 -0
  507. package/resources/time-cards.d.mts.map +1 -1
  508. package/resources/time-cards.d.ts +4 -0
  509. package/resources/time-cards.d.ts.map +1 -1
  510. package/resources/time-entries.d.mts +4 -0
  511. package/resources/time-entries.d.mts.map +1 -1
  512. package/resources/time-entries.d.ts +4 -0
  513. package/resources/time-entries.d.ts.map +1 -1
  514. package/resources/titles.d.mts +4 -0
  515. package/resources/titles.d.mts.map +1 -1
  516. package/resources/titles.d.ts +4 -0
  517. package/resources/titles.d.ts.map +1 -1
  518. package/resources/tracks.d.mts +4 -0
  519. package/resources/tracks.d.mts.map +1 -1
  520. package/resources/tracks.d.ts +4 -0
  521. package/resources/tracks.d.ts.map +1 -1
  522. package/resources/unassignedshifts.d.mts +4 -0
  523. package/resources/unassignedshifts.d.mts.map +1 -1
  524. package/resources/unassignedshifts.d.ts +4 -0
  525. package/resources/unassignedshifts.d.ts.map +1 -1
  526. package/resources/users.d.mts +4 -0
  527. package/resources/users.d.mts.map +1 -1
  528. package/resources/users.d.ts +4 -0
  529. package/resources/users.d.ts.map +1 -1
  530. package/resources/work-locations.d.mts +4 -0
  531. package/resources/work-locations.d.mts.map +1 -1
  532. package/resources/work-locations.d.ts +4 -0
  533. package/resources/work-locations.d.ts.map +1 -1
  534. package/resources/worker-changes.d.mts +4 -0
  535. package/resources/worker-changes.d.mts.map +1 -1
  536. package/resources/worker-changes.d.ts +4 -0
  537. package/resources/worker-changes.d.ts.map +1 -1
  538. package/resources/worker-time-splits.d.mts +4 -0
  539. package/resources/worker-time-splits.d.mts.map +1 -1
  540. package/resources/worker-time-splits.d.ts +4 -0
  541. package/resources/worker-time-splits.d.ts.map +1 -1
  542. package/resources/workers.d.mts +4 -0
  543. package/resources/workers.d.mts.map +1 -1
  544. package/resources/workers.d.ts +4 -0
  545. package/resources/workers.d.ts.map +1 -1
  546. package/src/client.ts +120 -4
  547. package/src/lib/manifest/_existing-component-fields.ts +1 -0
  548. package/src/lib/manifest/acp-agent.ts +207 -0
  549. package/src/lib/manifest/existing-manifest-context.ts +22 -0
  550. package/src/lib/manifest/index.ts +8 -0
  551. package/src/lib/manifest/manifest-builder.ts +1 -0
  552. package/src/resources/agents/sessions/index.ts +1 -0
  553. package/src/resources/agents/sessions/messages.ts +83 -0
  554. package/src/resources/agents/sessions/sessions.ts +10 -0
  555. package/src/resources/app-users.ts +5 -0
  556. package/src/resources/break-policies.ts +5 -0
  557. package/src/resources/break-types.ts +5 -0
  558. package/src/resources/business-partner-groups.ts +5 -0
  559. package/src/resources/business-partners.ts +5 -0
  560. package/src/resources/business-structure-paths.ts +5 -0
  561. package/src/resources/candidate-applications.ts +5 -0
  562. package/src/resources/candidates.ts +5 -0
  563. package/src/resources/companies.ts +5 -0
  564. package/src/resources/company-legal-entities.ts +5 -0
  565. package/src/resources/company-legal-entity-workers.ts +5 -0
  566. package/src/resources/compensation-bands-details.ts +5 -0
  567. package/src/resources/compensations.ts +5 -0
  568. package/src/resources/custom-fields.ts +5 -0
  569. package/src/resources/custom-objects/custom-objects.ts +19 -2
  570. package/src/resources/custom-objects/fields.ts +12 -1
  571. package/src/resources/custom-objects/index.ts +3 -0
  572. package/src/resources/custom-objects/records.ts +12 -1
  573. package/src/resources/custom-settings.ts +5 -0
  574. package/src/resources/departments.ts +5 -0
  575. package/src/resources/device-orders.ts +5 -0
  576. package/src/resources/devices.ts +5 -0
  577. package/src/resources/earning-types.ts +15 -1
  578. package/src/resources/earnings-inputs.ts +15 -1
  579. package/src/resources/employment-types.ts +5 -0
  580. package/src/resources/functions/executions.ts +7 -0
  581. package/src/resources/functions/functions.ts +7 -0
  582. package/src/resources/headcount-positions.ts +5 -0
  583. package/src/resources/headcount-priorities.ts +5 -0
  584. package/src/resources/index.ts +39 -2
  585. package/src/resources/job-assignments.ts +10 -0
  586. package/src/resources/job-codes.ts +10 -0
  587. package/src/resources/job-dimensions.ts +5 -0
  588. package/src/resources/job-functions.ts +5 -0
  589. package/src/resources/job-pay-rate-exceptions.ts +10 -0
  590. package/src/resources/job-requisitions.ts +5 -0
  591. package/src/resources/kiosk-badges.ts +5 -0
  592. package/src/resources/leave-accruals.ts +5 -0
  593. package/src/resources/leave-balances.ts +5 -0
  594. package/src/resources/leave-program-evaluations.ts +6 -0
  595. package/src/resources/leave-requests.ts +5 -0
  596. package/src/resources/leave-types.ts +5 -0
  597. package/src/resources/legal-entities.ts +5 -0
  598. package/src/resources/levels.ts +5 -0
  599. package/src/resources/location-factors.ts +5 -0
  600. package/src/resources/metadata/component-schemas.ts +109 -0
  601. package/src/resources/metadata/component-types.ts +56 -0
  602. package/src/resources/metadata/components.ts +630 -0
  603. package/src/resources/metadata/deployment-runs.ts +356 -0
  604. package/src/resources/metadata/index.ts +40 -0
  605. package/src/resources/metadata/metadata.ts +221 -0
  606. package/src/resources/metadata/schema.ts +105 -0
  607. package/src/resources/metadata/types.ts +55 -0
  608. package/src/resources/metadata/validation-runs.ts +356 -0
  609. package/src/resources/metadata.ts +3 -0
  610. package/src/resources/object-categories.ts +18 -2
  611. package/src/resources/package-installs.ts +143 -0
  612. package/src/resources/package-uninstalls.ts +168 -0
  613. package/src/resources/package-version-component-updates.ts +154 -0
  614. package/src/resources/package-versions/index.ts +8 -0
  615. package/src/resources/package-versions/next-versions.ts +95 -0
  616. package/src/resources/package-versions/package-versions.ts +100 -0
  617. package/src/resources/package-versions.ts +3 -0
  618. package/src/resources/packages/packages.ts +5 -0
  619. package/src/resources/packages/versions.ts +13 -18
  620. package/src/resources/payroll-runs/payroll-runs.ts +7 -0
  621. package/src/resources/payroll-runs/worker-payroll-records.ts +5 -0
  622. package/src/resources/sandboxes.ts +808 -0
  623. package/src/resources/scheduled-job-assignments.ts +5 -0
  624. package/src/resources/schedules.ts +5 -0
  625. package/src/resources/shift-inputs.ts +5 -0
  626. package/src/resources/shiftassignments.ts +5 -0
  627. package/src/resources/sites.ts +100 -98
  628. package/src/resources/software-deployments.ts +5 -0
  629. package/src/resources/sso-me.ts +5 -0
  630. package/src/resources/supergroups/exclusion-members.ts +7 -0
  631. package/src/resources/supergroups/inclusion-members.ts +7 -0
  632. package/src/resources/supergroups/members.ts +7 -0
  633. package/src/resources/supergroups/supergroups.ts +7 -0
  634. package/src/resources/teams.ts +5 -0
  635. package/src/resources/time-cards.ts +5 -0
  636. package/src/resources/time-entries.ts +5 -0
  637. package/src/resources/titles.ts +5 -0
  638. package/src/resources/tracks.ts +5 -0
  639. package/src/resources/unassignedshifts.ts +5 -0
  640. package/src/resources/users.ts +5 -0
  641. package/src/resources/work-locations.ts +5 -0
  642. package/src/resources/worker-changes.ts +5 -0
  643. package/src/resources/worker-time-splits.ts +5 -0
  644. package/src/resources/workers.ts +5 -0
  645. package/src/version.ts +1 -1
  646. package/version.d.mts +1 -1
  647. package/version.d.ts +1 -1
  648. package/version.js +1 -1
  649. package/version.mjs +1 -1
@@ -2,11 +2,12 @@ import { APIResource } from "../core/resource.mjs";
2
2
  import * as BusinessPartnersAPI from "./business-partners.mjs";
3
3
  import { APIPromise } from "../core/api-promise.mjs";
4
4
  import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
5
- import { type Uploadable } from "../core/uploads.mjs";
6
5
  import { RequestOptions } from "../internal/request-options.mjs";
7
6
  export declare class Sites extends APIResource {
8
7
  /**
9
- * Retrieves sites that the user has view or edit access on.
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.
10
11
  *
11
12
  * @example
12
13
  * ```ts
@@ -16,16 +17,15 @@ export declare class Sites extends APIResource {
16
17
  * }
17
18
  * ```
18
19
  */
19
- list(options?: RequestOptions): PagePromise<SiteListResponsesPageCursorURL, SiteListResponse>;
20
+ list(query?: SiteListParams | null | undefined, options?: RequestOptions): PagePromise<SiteListResponsesPageCursorURL, SiteListResponse>;
20
21
  /**
21
- * Create a new site via multipart/form-data. Requires name, api_name, and an asset
22
- * file (HTML or zip).
22
+ * Create a new site from a staged upload.
23
23
  *
24
24
  * @example
25
25
  * ```ts
26
26
  * const site = await client.sites.create({
27
27
  * api_name: 'my_portal',
28
- * asset: fs.createReadStream('path/to/file'),
28
+ * file_id: 'file_id_1',
29
29
  * name: 'My Portal',
30
30
  * entry_path: 'index.html',
31
31
  * });
@@ -42,14 +42,14 @@ export declare class Sites extends APIResource {
42
42
  */
43
43
  retrieve(apiName: string, options?: RequestOptions): APIPromise<SiteRetrieveResponse>;
44
44
  /**
45
- * Update a site via multipart/form-data. Provide asset when replacing the bundle;
46
- * asset is required when entry_path is set.
45
+ * Update a site. To replace the bundle, pass a file_id from
46
+ * upload-batches/presign.
47
47
  *
48
48
  * @example
49
49
  * ```ts
50
50
  * const site = await client.sites.update('employee_portal', {
51
- * asset: fs.createReadStream('path/to/file'),
52
51
  * entry_path: 'index.html',
52
+ * file_id: 'file_id_1',
53
53
  * name: 'My Portal',
54
54
  * });
55
55
  * ```
@@ -65,21 +65,18 @@ export declare class Sites extends APIResource {
65
65
  */
66
66
  delete(apiName: string, options?: RequestOptions): APIPromise<void>;
67
67
  /**
68
- * Upload one or more files into Custom Sites staging storage and return active
69
- * file_id values for later file-operations puts.
70
- *
71
- * Send multipart/form-data with fileMeta plus one binary part named
72
- * file[<client_ref>] for each metadata entry.
68
+ * Create staged upload records and return presigned S3 POST credentials.
73
69
  *
74
70
  * @example
75
71
  * ```ts
76
- * const response = await client.sites.uploadBatches({
77
- * fileMeta: [{ client_ref: 'index', path: 'index.html' }],
78
- * 'file[index]': fs.createReadStream('path/to/file'),
72
+ * const response = await client.sites.uploadBatchesPresign({
73
+ * file_intents: [
74
+ * { client_ref: 'index', file_name: 'index.html' },
75
+ * ],
79
76
  * });
80
77
  * ```
81
78
  */
82
- uploadBatches(body: SiteUploadBatchesParams, options?: RequestOptions): APIPromise<SiteUploadBatchesResponse>;
79
+ uploadBatchesPresign(body: SiteUploadBatchesPresignParams, options?: RequestOptions): APIPromise<SiteUploadBatchesPresignResponse>;
83
80
  /**
84
81
  * List files and persisted directories from the active bundle manifest.
85
82
  *
@@ -129,6 +126,9 @@ export declare class Sites extends APIResource {
129
126
  fileOperations(apiName: string, body: SiteFileOperationsParams, options?: RequestOptions): APIPromise<SiteFileOperationsResponse>;
130
127
  }
131
128
  export type SiteListResponsesPageCursorURL = PageCursorURL<SiteListResponse>;
129
+ /**
130
+ * Response/resource shape for a custom site.
131
+ */
132
132
  export interface SiteListResponse {
133
133
  /**
134
134
  * Identifier field
@@ -154,10 +154,6 @@ export interface SiteListResponse {
154
154
  * The active bundle id for the custom site
155
155
  */
156
156
  current_bundle_id?: string;
157
- /**
158
- * The entry path inside the uploaded asset
159
- */
160
- entry_path?: string;
161
157
  /**
162
158
  * A Rippling-owned logo URL for the custom site
163
159
  */
@@ -171,6 +167,9 @@ export interface SiteListResponse {
171
167
  */
172
168
  viewer_group_id?: string;
173
169
  }
170
+ /**
171
+ * Response/resource shape for a custom site.
172
+ */
174
173
  export interface SiteCreateResponse {
175
174
  /**
176
175
  * Identifier field
@@ -196,10 +195,6 @@ export interface SiteCreateResponse {
196
195
  * The active bundle id for the custom site
197
196
  */
198
197
  current_bundle_id?: string;
199
- /**
200
- * The entry path inside the uploaded asset
201
- */
202
- entry_path?: string;
203
198
  /**
204
199
  * A Rippling-owned logo URL for the custom site
205
200
  */
@@ -241,10 +236,6 @@ export interface SiteRetrieveResponse extends BusinessPartnersAPI.Meta {
241
236
  * The active bundle id for the custom site
242
237
  */
243
238
  current_bundle_id?: string;
244
- /**
245
- * The entry path inside the uploaded asset
246
- */
247
- entry_path?: string;
248
239
  /**
249
240
  * A Rippling-owned logo URL for the custom site
250
241
  */
@@ -258,6 +249,9 @@ export interface SiteRetrieveResponse extends BusinessPartnersAPI.Meta {
258
249
  */
259
250
  viewer_group_id?: string;
260
251
  }
252
+ /**
253
+ * Response/resource shape for a custom site.
254
+ */
261
255
  export interface SiteUpdateResponse {
262
256
  /**
263
257
  * Identifier field
@@ -283,10 +277,6 @@ export interface SiteUpdateResponse {
283
277
  * The active bundle id for the custom site
284
278
  */
285
279
  current_bundle_id?: string;
286
- /**
287
- * The entry path inside the uploaded asset
288
- */
289
- entry_path?: string;
290
280
  /**
291
281
  * A Rippling-owned logo URL for the custom site
292
282
  */
@@ -300,34 +290,44 @@ export interface SiteUpdateResponse {
300
290
  */
301
291
  viewer_group_id?: string;
302
292
  }
303
- export interface SiteUploadBatchesResponse {
293
+ export interface SiteUploadBatchesPresignResponse {
304
294
  /**
305
295
  * Staged files created by the upload batch.
306
296
  */
307
- files?: Array<SiteUploadBatchesResponse.File>;
297
+ files?: Array<SiteUploadBatchesPresignResponse.File>;
308
298
  /**
309
299
  * Identifier for the staged upload batch.
310
300
  */
311
301
  upload_batch_id?: string;
312
302
  }
313
- export declare namespace SiteUploadBatchesResponse {
303
+ export declare namespace SiteUploadBatchesPresignResponse {
314
304
  interface File {
315
305
  /**
316
- * Client-provided reference that maps to the multipart file field name.
306
+ * Any unique client-chosen id echoed with the staged file_id for correlation. Not
307
+ * used server-side beyond the response.
317
308
  */
318
309
  client_ref?: string;
319
310
  /**
320
- * Active staged upload identifier for use in file operations.
311
+ * Staged upload identifier for use in create, update, or file operations.
321
312
  */
322
313
  file_id?: string;
323
314
  /**
324
- * Normalized Custom Sites path for the uploaded file.
315
+ * Staged file name from the presign file_name intent.
325
316
  */
326
- path?: string;
317
+ file_name?: string;
327
318
  /**
328
- * Upload status. New uploads are returned as active.
319
+ * Upload status. Presigned uploads return awaiting_upload until the file is
320
+ * uploaded to S3 and consumed.
329
321
  */
330
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
331
  }
332
332
  }
333
333
  export interface SiteFilesResponse {
@@ -398,6 +398,9 @@ export declare namespace SiteFilesResponse {
398
398
  size_bytes?: number;
399
399
  }
400
400
  }
401
+ /**
402
+ * Response/resource shape for a custom site.
403
+ */
401
404
  export interface SiteFileOperationsResponse {
402
405
  /**
403
406
  * Identifier field
@@ -423,10 +426,6 @@ export interface SiteFileOperationsResponse {
423
426
  * The active bundle id for the custom site
424
427
  */
425
428
  current_bundle_id?: string;
426
- /**
427
- * The entry path inside the uploaded asset
428
- */
429
- entry_path?: string;
430
429
  /**
431
430
  * A Rippling-owned logo URL for the custom site
432
431
  */
@@ -440,73 +439,79 @@ export interface SiteFileOperationsResponse {
440
439
  */
441
440
  viewer_group_id?: string;
442
441
  }
442
+ export interface SiteListParams {
443
+ cursor?: string;
444
+ /**
445
+ * The maximum number of results to return. Defaults to 50. Maximum is 100.
446
+ */
447
+ limit?: number;
448
+ }
443
449
  export interface SiteCreateParams {
444
450
  /**
445
- * The unique api name of the custom site.
451
+ * The unique api name of the custom site
446
452
  */
447
453
  api_name: string;
448
454
  /**
449
- * Site asset file. Accepts a single HTML file (text/html) or a zip archive
450
- * (application/zip) of the site bundle.
455
+ * Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
456
+ * to S3. Required to create a site or replace the bundle.
451
457
  */
452
- asset: Uploadable;
458
+ file_id: string;
453
459
  /**
454
- * The display name of the custom site.
460
+ * The display name of the custom site
455
461
  */
456
462
  name: string;
457
463
  /**
458
- * Entry path inside the uploaded asset (for example index.html). Required only
459
- * when the asset does not already contain an index.html entry; optional otherwise
460
- * (including zip uploads that include index.html).
464
+ * Entry path inside the uploaded asset (for example index.html). Required with
465
+ * file_id when the zip has no index.html.
461
466
  */
462
467
  entry_path?: string;
463
468
  /**
464
- * Optional Rippling-owned logo URL for the custom site.
469
+ * A Rippling-owned logo URL for the custom site
465
470
  */
466
471
  logo?: string;
467
472
  }
468
473
  export interface SiteUpdateParams {
469
474
  /**
470
- * Site asset file. Accepts a single HTML file (text/html) or a zip archive
471
- * (application/zip) of the site bundle.
475
+ * The unique api name of the custom site
472
476
  */
473
- asset?: Uploadable;
477
+ api_name?: string;
474
478
  /**
475
- * Entry path inside the uploaded asset (for example index.html). Required only
476
- * when the asset does not already contain an index.html entry; optional otherwise
477
- * (including zip uploads that include index.html).
479
+ * Entry path inside the uploaded asset (for example index.html). Required with
480
+ * file_id when the zip has no index.html.
478
481
  */
479
482
  entry_path?: string;
480
483
  /**
481
- * Optional Rippling-owned logo URL for the custom site.
484
+ * Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
485
+ * to S3. Required to create a site or replace the bundle.
486
+ */
487
+ file_id?: string;
488
+ /**
489
+ * A Rippling-owned logo URL for the custom site
482
490
  */
483
491
  logo?: string;
484
492
  /**
485
- * The display name of the custom site.
493
+ * The display name of the custom site
486
494
  */
487
495
  name?: string;
488
496
  }
489
- export interface SiteUploadBatchesParams {
490
- /**
491
- * File metadata for each multipart upload part.
492
- */
493
- fileMeta: Array<SiteUploadBatchesParams.FileMeta>;
497
+ export interface SiteUploadBatchesPresignParams {
494
498
  /**
495
- * Binary file contents for client_ref index. Repeat as file[<client_ref>] for each
496
- * fileMeta entry.
499
+ * Non-empty array of file upload intents to stage with presigned S3 upload URLs.
497
500
  */
498
- 'file[index]'?: Uploadable;
501
+ file_intents: Array<SiteUploadBatchesPresignParams.FileIntent>;
499
502
  }
500
- export declare namespace SiteUploadBatchesParams {
501
- interface FileMeta {
503
+ export declare namespace SiteUploadBatchesPresignParams {
504
+ interface FileIntent {
502
505
  /**
503
- * Client-provided reference that maps to the multipart file field name.
506
+ * Any unique client-chosen id echoed with the staged file_id for correlation. Not
507
+ * used server-side beyond the response.
504
508
  */
505
509
  client_ref: string;
506
510
  /**
507
- * Normalized Custom Sites path for the uploaded file.
511
+ * File name with extension (e.g. site.zip). Used to derive Content-Type and
512
+ * create/PATCH asset type.
508
513
  */
509
- path: string;
514
+ file_name: string;
510
515
  }
511
516
  }
512
517
  export interface SiteFilesParams {
@@ -544,7 +549,8 @@ export declare namespace SiteFileOperationsParams {
544
549
  */
545
550
  op: string;
546
551
  /**
547
- * Staged upload file_id. Required for put operations on files.
552
+ * Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
553
+ * to S3. Required for put operations on files.
548
554
  */
549
555
  file_id?: string;
550
556
  /**
@@ -567,6 +573,6 @@ export declare namespace SiteFileOperationsParams {
567
573
  }
568
574
  }
569
575
  export declare namespace Sites {
570
- export { type SiteListResponse as SiteListResponse, type SiteCreateResponse as SiteCreateResponse, type SiteRetrieveResponse as SiteRetrieveResponse, type SiteUpdateResponse as SiteUpdateResponse, type SiteUploadBatchesResponse as SiteUploadBatchesResponse, type SiteFilesResponse as SiteFilesResponse, type SiteFileOperationsResponse as SiteFileOperationsResponse, type SiteListResponsesPageCursorURL as SiteListResponsesPageCursorURL, type SiteCreateParams as SiteCreateParams, type SiteUpdateParams as SiteUpdateParams, type SiteUploadBatchesParams as SiteUploadBatchesParams, type SiteFilesParams as SiteFilesParams, type SiteFileOperationsParams as SiteFileOperationsParams, };
576
+ 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 SiteListParams as SiteListParams, type SiteCreateParams as SiteCreateParams, type SiteUpdateParams as SiteUpdateParams, type SiteUploadBatchesPresignParams as SiteUploadBatchesPresignParams, type SiteFilesParams as SiteFilesParams, type SiteFileOperationsParams as SiteFileOperationsParams, };
571
577
  }
572
578
  //# sourceMappingURL=sites.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sites.d.mts","sourceRoot":"","sources":["../src/resources/sites.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sites.d.mts","sourceRoot":"","sources":["../src/resources/sites.ts"],"names":[],"mappings":"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"}