@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
@@ -0,0 +1,668 @@
1
+ import { APIResource } from "../core/resource.mjs";
2
+ import { APIPromise } from "../core/api-promise.mjs";
3
+ import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
4
+ import { RequestOptions } from "../internal/request-options.mjs";
5
+ /**
6
+ * Isolated environments used for development and testing
7
+ */
8
+ export declare class Sandboxes extends APIResource {
9
+ /**
10
+ * A list of sandboxes.
11
+ *
12
+ * - Requires: `Developer Base`
13
+ * - Filterable fields: `handle`, `type`
14
+ * - Sortable fields: `id`, `created_at`, `updated_at`
15
+ */
16
+ list(query?: SandboxListParams | null | undefined, options?: RequestOptions): PagePromise<SandboxListResponsesPageCursorURL, SandboxListResponse>;
17
+ /**
18
+ * Create a new sandbox
19
+ */
20
+ create(body: SandboxCreateParams, options?: RequestOptions): APIPromise<SandboxCreateResponse>;
21
+ /**
22
+ * Delete a sandbox
23
+ */
24
+ delete(id: string, options?: RequestOptions): APIPromise<void>;
25
+ }
26
+ export type SandboxListResponsesPageCursorURL = PageCursorURL<SandboxListResponse>;
27
+ export interface SandboxListResponse {
28
+ /**
29
+ * Identifier field
30
+ */
31
+ id: string;
32
+ /**
33
+ * Type-specific sandbox configuration.
34
+ */
35
+ config_override: SandboxListResponse.ConfigOverride;
36
+ /**
37
+ * Record creation date
38
+ */
39
+ created_at: string;
40
+ /**
41
+ * Display name of the sandbox.
42
+ */
43
+ name: string;
44
+ /**
45
+ * Sandbox type: developer or full data.
46
+ */
47
+ type: string;
48
+ /**
49
+ * Record update date
50
+ */
51
+ updated_at: string;
52
+ /**
53
+ * Optional sandbox description.
54
+ */
55
+ description?: string;
56
+ /**
57
+ * Required for developer sandboxes; generated for full-data sandboxes.
58
+ */
59
+ handle?: string;
60
+ /**
61
+ * Current lifecycle status.
62
+ */
63
+ status?: string;
64
+ }
65
+ export declare namespace SandboxListResponse {
66
+ /**
67
+ * Type-specific sandbox configuration.
68
+ */
69
+ interface ConfigOverride {
70
+ /**
71
+ * Custom objects copied into the sandbox.
72
+ */
73
+ custom_objects?: ConfigOverride.CustomObjects;
74
+ /**
75
+ * Required for developer sandboxes and omitted for full-data sandboxes.
76
+ */
77
+ developer?: ConfigOverride.Developer;
78
+ /**
79
+ * General outbound notification controls.
80
+ */
81
+ general_notifications?: ConfigOverride.GeneralNotifications;
82
+ /**
83
+ * Required for connected full-data sandboxes.
84
+ */
85
+ integrations?: ConfigOverride.Integrations;
86
+ /**
87
+ * Required for full-data sandboxes. Developer sandboxes default to CONNECTED.
88
+ */
89
+ sandbox_mode?: 'CONNECTED' | 'ISOLATED';
90
+ /**
91
+ * Workflow webhook controls.
92
+ */
93
+ workflow_webhooks?: ConfigOverride.WorkflowWebhooks;
94
+ }
95
+ namespace ConfigOverride {
96
+ /**
97
+ * Custom objects copied into the sandbox.
98
+ */
99
+ interface CustomObjects {
100
+ /**
101
+ * Custom object API names copied into the sandbox.
102
+ */
103
+ co_api_names?: Array<string>;
104
+ }
105
+ /**
106
+ * Required for developer sandboxes and omitted for full-data sandboxes.
107
+ */
108
+ interface Developer {
109
+ /**
110
+ * Seed company size for the developer sandbox.
111
+ */
112
+ company_size: 'SMALL' | 'MID' | 'XL';
113
+ }
114
+ /**
115
+ * General outbound notification controls.
116
+ */
117
+ interface GeneralNotifications {
118
+ /**
119
+ * Email notification configuration.
120
+ */
121
+ email: GeneralNotifications.Email;
122
+ /**
123
+ * Push notification configuration.
124
+ */
125
+ push_notifications: GeneralNotifications.PushNotifications;
126
+ /**
127
+ * SMS notification configuration.
128
+ */
129
+ sms: GeneralNotifications.SMS;
130
+ /**
131
+ * Slack notification configuration.
132
+ */
133
+ slack?: GeneralNotifications.Slack;
134
+ /**
135
+ * Microsoft Teams notification configuration.
136
+ */
137
+ teams?: GeneralNotifications.Teams;
138
+ }
139
+ namespace GeneralNotifications {
140
+ /**
141
+ * Email notification configuration.
142
+ */
143
+ interface Email {
144
+ /**
145
+ * Whether outbound messages are allowed or suppressed.
146
+ */
147
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
148
+ /**
149
+ * Users allowed to receive outbound messages.
150
+ */
151
+ allowed_users?: Array<string>;
152
+ }
153
+ /**
154
+ * Push notification configuration.
155
+ */
156
+ interface PushNotifications {
157
+ /**
158
+ * Whether outbound messages are allowed or suppressed.
159
+ */
160
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
161
+ /**
162
+ * Users allowed to receive outbound messages.
163
+ */
164
+ allowed_users?: Array<string>;
165
+ }
166
+ /**
167
+ * SMS notification configuration.
168
+ */
169
+ interface SMS {
170
+ /**
171
+ * Whether outbound messages are allowed or suppressed.
172
+ */
173
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
174
+ /**
175
+ * Users allowed to receive outbound messages.
176
+ */
177
+ allowed_users?: Array<string>;
178
+ }
179
+ /**
180
+ * Slack notification configuration.
181
+ */
182
+ interface Slack {
183
+ /**
184
+ * Whether outbound messages are allowed or suppressed.
185
+ */
186
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
187
+ /**
188
+ * Public channels allowed to receive outbound messages.
189
+ */
190
+ allowed_public_channels?: Array<string>;
191
+ /**
192
+ * Users allowed to receive outbound messages.
193
+ */
194
+ allowed_users?: Array<string>;
195
+ }
196
+ /**
197
+ * Microsoft Teams notification configuration.
198
+ */
199
+ interface Teams {
200
+ /**
201
+ * Whether outbound messages are allowed or suppressed.
202
+ */
203
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
204
+ /**
205
+ * Public channels allowed to receive outbound messages.
206
+ */
207
+ allowed_public_channels?: Array<string>;
208
+ /**
209
+ * Users allowed to receive outbound messages.
210
+ */
211
+ allowed_users?: Array<string>;
212
+ }
213
+ }
214
+ /**
215
+ * Required for connected full-data sandboxes.
216
+ */
217
+ interface Integrations {
218
+ /**
219
+ * Confirms acceptance of the risks of connected third-party integrations.
220
+ */
221
+ is_risk_acknowledged: boolean;
222
+ }
223
+ /**
224
+ * Workflow webhook controls.
225
+ */
226
+ interface WorkflowWebhooks {
227
+ /**
228
+ * IP addresses allowed to receive workflow webhooks.
229
+ */
230
+ allowed_ips?: Array<string>;
231
+ /**
232
+ * Webhook URLs allowed in the sandbox.
233
+ */
234
+ allowlisted_webhook_urls?: Array<string>;
235
+ /**
236
+ * Whether workflow webhook traffic is allowed or suppressed.
237
+ */
238
+ outbound_behavior?: 'SUPPRESS' | 'ALLOW';
239
+ }
240
+ }
241
+ }
242
+ export interface SandboxCreateResponse {
243
+ /**
244
+ * Identifier field
245
+ */
246
+ id: string;
247
+ /**
248
+ * Type-specific sandbox configuration.
249
+ */
250
+ config_override: SandboxCreateResponse.ConfigOverride;
251
+ /**
252
+ * Record creation date
253
+ */
254
+ created_at: string;
255
+ /**
256
+ * Display name of the sandbox.
257
+ */
258
+ name: string;
259
+ /**
260
+ * Sandbox type: developer or full data.
261
+ */
262
+ type: string;
263
+ /**
264
+ * Record update date
265
+ */
266
+ updated_at: string;
267
+ /**
268
+ * Optional sandbox description.
269
+ */
270
+ description?: string;
271
+ /**
272
+ * Required for developer sandboxes; generated for full-data sandboxes.
273
+ */
274
+ handle?: string;
275
+ /**
276
+ * Current lifecycle status.
277
+ */
278
+ status?: string;
279
+ }
280
+ export declare namespace SandboxCreateResponse {
281
+ /**
282
+ * Type-specific sandbox configuration.
283
+ */
284
+ interface ConfigOverride {
285
+ /**
286
+ * Custom objects copied into the sandbox.
287
+ */
288
+ custom_objects?: ConfigOverride.CustomObjects;
289
+ /**
290
+ * Required for developer sandboxes and omitted for full-data sandboxes.
291
+ */
292
+ developer?: ConfigOverride.Developer;
293
+ /**
294
+ * General outbound notification controls.
295
+ */
296
+ general_notifications?: ConfigOverride.GeneralNotifications;
297
+ /**
298
+ * Required for connected full-data sandboxes.
299
+ */
300
+ integrations?: ConfigOverride.Integrations;
301
+ /**
302
+ * Required for full-data sandboxes. Developer sandboxes default to CONNECTED.
303
+ */
304
+ sandbox_mode?: 'CONNECTED' | 'ISOLATED';
305
+ /**
306
+ * Workflow webhook controls.
307
+ */
308
+ workflow_webhooks?: ConfigOverride.WorkflowWebhooks;
309
+ }
310
+ namespace ConfigOverride {
311
+ /**
312
+ * Custom objects copied into the sandbox.
313
+ */
314
+ interface CustomObjects {
315
+ /**
316
+ * Custom object API names copied into the sandbox.
317
+ */
318
+ co_api_names?: Array<string>;
319
+ }
320
+ /**
321
+ * Required for developer sandboxes and omitted for full-data sandboxes.
322
+ */
323
+ interface Developer {
324
+ /**
325
+ * Seed company size for the developer sandbox.
326
+ */
327
+ company_size: 'SMALL' | 'MID' | 'XL';
328
+ }
329
+ /**
330
+ * General outbound notification controls.
331
+ */
332
+ interface GeneralNotifications {
333
+ /**
334
+ * Email notification configuration.
335
+ */
336
+ email: GeneralNotifications.Email;
337
+ /**
338
+ * Push notification configuration.
339
+ */
340
+ push_notifications: GeneralNotifications.PushNotifications;
341
+ /**
342
+ * SMS notification configuration.
343
+ */
344
+ sms: GeneralNotifications.SMS;
345
+ /**
346
+ * Slack notification configuration.
347
+ */
348
+ slack?: GeneralNotifications.Slack;
349
+ /**
350
+ * Microsoft Teams notification configuration.
351
+ */
352
+ teams?: GeneralNotifications.Teams;
353
+ }
354
+ namespace GeneralNotifications {
355
+ /**
356
+ * Email notification configuration.
357
+ */
358
+ interface Email {
359
+ /**
360
+ * Whether outbound messages are allowed or suppressed.
361
+ */
362
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
363
+ /**
364
+ * Users allowed to receive outbound messages.
365
+ */
366
+ allowed_users?: Array<string>;
367
+ }
368
+ /**
369
+ * Push notification configuration.
370
+ */
371
+ interface PushNotifications {
372
+ /**
373
+ * Whether outbound messages are allowed or suppressed.
374
+ */
375
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
376
+ /**
377
+ * Users allowed to receive outbound messages.
378
+ */
379
+ allowed_users?: Array<string>;
380
+ }
381
+ /**
382
+ * SMS notification configuration.
383
+ */
384
+ interface SMS {
385
+ /**
386
+ * Whether outbound messages are allowed or suppressed.
387
+ */
388
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
389
+ /**
390
+ * Users allowed to receive outbound messages.
391
+ */
392
+ allowed_users?: Array<string>;
393
+ }
394
+ /**
395
+ * Slack notification configuration.
396
+ */
397
+ interface Slack {
398
+ /**
399
+ * Whether outbound messages are allowed or suppressed.
400
+ */
401
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
402
+ /**
403
+ * Public channels allowed to receive outbound messages.
404
+ */
405
+ allowed_public_channels?: Array<string>;
406
+ /**
407
+ * Users allowed to receive outbound messages.
408
+ */
409
+ allowed_users?: Array<string>;
410
+ }
411
+ /**
412
+ * Microsoft Teams notification configuration.
413
+ */
414
+ interface Teams {
415
+ /**
416
+ * Whether outbound messages are allowed or suppressed.
417
+ */
418
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
419
+ /**
420
+ * Public channels allowed to receive outbound messages.
421
+ */
422
+ allowed_public_channels?: Array<string>;
423
+ /**
424
+ * Users allowed to receive outbound messages.
425
+ */
426
+ allowed_users?: Array<string>;
427
+ }
428
+ }
429
+ /**
430
+ * Required for connected full-data sandboxes.
431
+ */
432
+ interface Integrations {
433
+ /**
434
+ * Confirms acceptance of the risks of connected third-party integrations.
435
+ */
436
+ is_risk_acknowledged: boolean;
437
+ }
438
+ /**
439
+ * Workflow webhook controls.
440
+ */
441
+ interface WorkflowWebhooks {
442
+ /**
443
+ * IP addresses allowed to receive workflow webhooks.
444
+ */
445
+ allowed_ips?: Array<string>;
446
+ /**
447
+ * Webhook URLs allowed in the sandbox.
448
+ */
449
+ allowlisted_webhook_urls?: Array<string>;
450
+ /**
451
+ * Whether workflow webhook traffic is allowed or suppressed.
452
+ */
453
+ outbound_behavior?: 'SUPPRESS' | 'ALLOW';
454
+ }
455
+ }
456
+ }
457
+ export interface SandboxListParams {
458
+ cursor?: string;
459
+ filter?: string;
460
+ /**
461
+ * The maximum number of results to return. Defaults to 50. Maximum is 100.
462
+ */
463
+ limit?: number;
464
+ order_by?: string;
465
+ }
466
+ export interface SandboxCreateParams {
467
+ /**
468
+ * Type-specific sandbox configuration.
469
+ */
470
+ config_override: SandboxCreateParams.ConfigOverride;
471
+ /**
472
+ * Display name of the sandbox.
473
+ */
474
+ name: string;
475
+ /**
476
+ * Sandbox type: developer or full data.
477
+ */
478
+ type: string;
479
+ /**
480
+ * Optional sandbox description.
481
+ */
482
+ description?: string;
483
+ /**
484
+ * Required for developer sandboxes; generated for full-data sandboxes.
485
+ */
486
+ handle?: string;
487
+ }
488
+ export declare namespace SandboxCreateParams {
489
+ /**
490
+ * Type-specific sandbox configuration.
491
+ */
492
+ interface ConfigOverride {
493
+ /**
494
+ * Custom objects copied into the sandbox.
495
+ */
496
+ custom_objects?: ConfigOverride.CustomObjects;
497
+ /**
498
+ * Required for developer sandboxes and omitted for full-data sandboxes.
499
+ */
500
+ developer?: ConfigOverride.Developer;
501
+ /**
502
+ * General outbound notification controls.
503
+ */
504
+ general_notifications?: ConfigOverride.GeneralNotifications;
505
+ /**
506
+ * Required for connected full-data sandboxes.
507
+ */
508
+ integrations?: ConfigOverride.Integrations;
509
+ /**
510
+ * Required for full-data sandboxes. Developer sandboxes default to CONNECTED.
511
+ */
512
+ sandbox_mode?: 'CONNECTED' | 'ISOLATED';
513
+ /**
514
+ * Workflow webhook controls.
515
+ */
516
+ workflow_webhooks?: ConfigOverride.WorkflowWebhooks;
517
+ }
518
+ namespace ConfigOverride {
519
+ /**
520
+ * Custom objects copied into the sandbox.
521
+ */
522
+ interface CustomObjects {
523
+ /**
524
+ * Custom object API names copied into the sandbox.
525
+ */
526
+ co_api_names?: Array<string>;
527
+ }
528
+ /**
529
+ * Required for developer sandboxes and omitted for full-data sandboxes.
530
+ */
531
+ interface Developer {
532
+ /**
533
+ * Seed company size for the developer sandbox.
534
+ */
535
+ company_size: 'SMALL' | 'MID' | 'XL';
536
+ }
537
+ /**
538
+ * General outbound notification controls.
539
+ */
540
+ interface GeneralNotifications {
541
+ /**
542
+ * Email notification configuration.
543
+ */
544
+ email: GeneralNotifications.Email;
545
+ /**
546
+ * Push notification configuration.
547
+ */
548
+ push_notifications: GeneralNotifications.PushNotifications;
549
+ /**
550
+ * SMS notification configuration.
551
+ */
552
+ sms: GeneralNotifications.SMS;
553
+ /**
554
+ * Slack notification configuration.
555
+ */
556
+ slack?: GeneralNotifications.Slack;
557
+ /**
558
+ * Microsoft Teams notification configuration.
559
+ */
560
+ teams?: GeneralNotifications.Teams;
561
+ }
562
+ namespace GeneralNotifications {
563
+ /**
564
+ * Email notification configuration.
565
+ */
566
+ interface Email {
567
+ /**
568
+ * Whether outbound messages are allowed or suppressed.
569
+ */
570
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
571
+ /**
572
+ * Users allowed to receive outbound messages.
573
+ */
574
+ allowed_users?: Array<string>;
575
+ }
576
+ /**
577
+ * Push notification configuration.
578
+ */
579
+ interface PushNotifications {
580
+ /**
581
+ * Whether outbound messages are allowed or suppressed.
582
+ */
583
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
584
+ /**
585
+ * Users allowed to receive outbound messages.
586
+ */
587
+ allowed_users?: Array<string>;
588
+ }
589
+ /**
590
+ * SMS notification configuration.
591
+ */
592
+ interface SMS {
593
+ /**
594
+ * Whether outbound messages are allowed or suppressed.
595
+ */
596
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
597
+ /**
598
+ * Users allowed to receive outbound messages.
599
+ */
600
+ allowed_users?: Array<string>;
601
+ }
602
+ /**
603
+ * Slack notification configuration.
604
+ */
605
+ interface Slack {
606
+ /**
607
+ * Whether outbound messages are allowed or suppressed.
608
+ */
609
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
610
+ /**
611
+ * Public channels allowed to receive outbound messages.
612
+ */
613
+ allowed_public_channels?: Array<string>;
614
+ /**
615
+ * Users allowed to receive outbound messages.
616
+ */
617
+ allowed_users?: Array<string>;
618
+ }
619
+ /**
620
+ * Microsoft Teams notification configuration.
621
+ */
622
+ interface Teams {
623
+ /**
624
+ * Whether outbound messages are allowed or suppressed.
625
+ */
626
+ outbound_behavior: 'SUPPRESS' | 'ALLOW';
627
+ /**
628
+ * Public channels allowed to receive outbound messages.
629
+ */
630
+ allowed_public_channels?: Array<string>;
631
+ /**
632
+ * Users allowed to receive outbound messages.
633
+ */
634
+ allowed_users?: Array<string>;
635
+ }
636
+ }
637
+ /**
638
+ * Required for connected full-data sandboxes.
639
+ */
640
+ interface Integrations {
641
+ /**
642
+ * Confirms acceptance of the risks of connected third-party integrations.
643
+ */
644
+ is_risk_acknowledged: boolean;
645
+ }
646
+ /**
647
+ * Workflow webhook controls.
648
+ */
649
+ interface WorkflowWebhooks {
650
+ /**
651
+ * IP addresses allowed to receive workflow webhooks.
652
+ */
653
+ allowed_ips?: Array<string>;
654
+ /**
655
+ * Webhook URLs allowed in the sandbox.
656
+ */
657
+ allowlisted_webhook_urls?: Array<string>;
658
+ /**
659
+ * Whether workflow webhook traffic is allowed or suppressed.
660
+ */
661
+ outbound_behavior?: 'SUPPRESS' | 'ALLOW';
662
+ }
663
+ }
664
+ }
665
+ export declare namespace Sandboxes {
666
+ export { type SandboxListResponse as SandboxListResponse, type SandboxCreateResponse as SandboxCreateResponse, type SandboxListResponsesPageCursorURL as SandboxListResponsesPageCursorURL, type SandboxListParams as SandboxListParams, type SandboxCreateParams as SandboxCreateParams, };
667
+ }
668
+ //# sourceMappingURL=sandboxes.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sandboxes.d.mts","sourceRoot":"","sources":["../src/resources/sandboxes.ts"],"names":[],"mappings":"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"}