@rippling/rippling-sdk 0.2.0-alpha.100

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 (2124) hide show
  1. package/LICENSE +201 -0
  2. package/api-promise.d.mts +3 -0
  3. package/api-promise.d.mts.map +1 -0
  4. package/api-promise.d.ts +3 -0
  5. package/api-promise.d.ts.map +1 -0
  6. package/api-promise.js +6 -0
  7. package/api-promise.js.map +1 -0
  8. package/api-promise.mjs +3 -0
  9. package/api-promise.mjs.map +1 -0
  10. package/client.d.mts +779 -0
  11. package/client.d.mts.map +1 -0
  12. package/client.d.ts +779 -0
  13. package/client.d.ts.map +1 -0
  14. package/client.js +1083 -0
  15. package/client.js.map +1 -0
  16. package/client.mjs +1079 -0
  17. package/client.mjs.map +1 -0
  18. package/core/api-promise.d.mts +46 -0
  19. package/core/api-promise.d.mts.map +1 -0
  20. package/core/api-promise.d.ts +46 -0
  21. package/core/api-promise.d.ts.map +1 -0
  22. package/core/api-promise.js +74 -0
  23. package/core/api-promise.js.map +1 -0
  24. package/core/api-promise.mjs +70 -0
  25. package/core/api-promise.mjs.map +1 -0
  26. package/core/error.d.mts +46 -0
  27. package/core/error.d.mts.map +1 -0
  28. package/core/error.d.ts +46 -0
  29. package/core/error.d.ts.map +1 -0
  30. package/core/error.js +113 -0
  31. package/core/error.js.map +1 -0
  32. package/core/error.mjs +97 -0
  33. package/core/error.mjs.map +1 -0
  34. package/core/pagination.d.mts +50 -0
  35. package/core/pagination.d.mts.map +1 -0
  36. package/core/pagination.d.ts +50 -0
  37. package/core/pagination.d.ts.map +1 -0
  38. package/core/pagination.js +104 -0
  39. package/core/pagination.js.map +1 -0
  40. package/core/pagination.mjs +98 -0
  41. package/core/pagination.mjs.map +1 -0
  42. package/core/platform/custom-objects/category.d.mts +125 -0
  43. package/core/platform/custom-objects/category.d.mts.map +1 -0
  44. package/core/platform/custom-objects/category.d.ts +125 -0
  45. package/core/platform/custom-objects/category.d.ts.map +1 -0
  46. package/core/platform/custom-objects/category.js +188 -0
  47. package/core/platform/custom-objects/category.js.map +1 -0
  48. package/core/platform/custom-objects/category.mjs +178 -0
  49. package/core/platform/custom-objects/category.mjs.map +1 -0
  50. package/core/platform/custom-objects/definition.d.mts +147 -0
  51. package/core/platform/custom-objects/definition.d.mts.map +1 -0
  52. package/core/platform/custom-objects/definition.d.ts +147 -0
  53. package/core/platform/custom-objects/definition.d.ts.map +1 -0
  54. package/core/platform/custom-objects/definition.js +200 -0
  55. package/core/platform/custom-objects/definition.js.map +1 -0
  56. package/core/platform/custom-objects/definition.mjs +190 -0
  57. package/core/platform/custom-objects/definition.mjs.map +1 -0
  58. package/core/platform/custom-objects/fields.d.mts +302 -0
  59. package/core/platform/custom-objects/fields.d.mts.map +1 -0
  60. package/core/platform/custom-objects/fields.d.ts +302 -0
  61. package/core/platform/custom-objects/fields.d.ts.map +1 -0
  62. package/core/platform/custom-objects/fields.js +369 -0
  63. package/core/platform/custom-objects/fields.js.map +1 -0
  64. package/core/platform/custom-objects/fields.mjs +347 -0
  65. package/core/platform/custom-objects/fields.mjs.map +1 -0
  66. package/core/platform/custom-objects/function-runtime.d.mts +42 -0
  67. package/core/platform/custom-objects/function-runtime.d.mts.map +1 -0
  68. package/core/platform/custom-objects/function-runtime.d.ts +42 -0
  69. package/core/platform/custom-objects/function-runtime.d.ts.map +1 -0
  70. package/core/platform/custom-objects/function-runtime.js +38 -0
  71. package/core/platform/custom-objects/function-runtime.js.map +1 -0
  72. package/core/platform/custom-objects/function-runtime.mjs +35 -0
  73. package/core/platform/custom-objects/function-runtime.mjs.map +1 -0
  74. package/core/platform/custom-objects/lifecycle.d.mts +83 -0
  75. package/core/platform/custom-objects/lifecycle.d.mts.map +1 -0
  76. package/core/platform/custom-objects/lifecycle.d.ts +83 -0
  77. package/core/platform/custom-objects/lifecycle.d.ts.map +1 -0
  78. package/core/platform/custom-objects/lifecycle.js +372 -0
  79. package/core/platform/custom-objects/lifecycle.js.map +1 -0
  80. package/core/platform/custom-objects/lifecycle.mjs +367 -0
  81. package/core/platform/custom-objects/lifecycle.mjs.map +1 -0
  82. package/core/platform/custom-objects/manager.d.mts +354 -0
  83. package/core/platform/custom-objects/manager.d.mts.map +1 -0
  84. package/core/platform/custom-objects/manager.d.ts +354 -0
  85. package/core/platform/custom-objects/manager.d.ts.map +1 -0
  86. package/core/platform/custom-objects/manager.js +646 -0
  87. package/core/platform/custom-objects/manager.js.map +1 -0
  88. package/core/platform/custom-objects/manager.mjs +637 -0
  89. package/core/platform/custom-objects/manager.mjs.map +1 -0
  90. package/core/platform/custom-objects/provisioning.d.mts +138 -0
  91. package/core/platform/custom-objects/provisioning.d.mts.map +1 -0
  92. package/core/platform/custom-objects/provisioning.d.ts +138 -0
  93. package/core/platform/custom-objects/provisioning.d.ts.map +1 -0
  94. package/core/platform/custom-objects/provisioning.js +455 -0
  95. package/core/platform/custom-objects/provisioning.js.map +1 -0
  96. package/core/platform/custom-objects/provisioning.mjs +447 -0
  97. package/core/platform/custom-objects/provisioning.mjs.map +1 -0
  98. package/core/platform/custom-objects/rql.d.mts +122 -0
  99. package/core/platform/custom-objects/rql.d.mts.map +1 -0
  100. package/core/platform/custom-objects/rql.d.ts +122 -0
  101. package/core/platform/custom-objects/rql.d.ts.map +1 -0
  102. package/core/platform/custom-objects/rql.js +225 -0
  103. package/core/platform/custom-objects/rql.js.map +1 -0
  104. package/core/platform/custom-objects/rql.mjs +222 -0
  105. package/core/platform/custom-objects/rql.mjs.map +1 -0
  106. package/core/platform/custom-objects/schema-manager.d.mts +203 -0
  107. package/core/platform/custom-objects/schema-manager.d.mts.map +1 -0
  108. package/core/platform/custom-objects/schema-manager.d.ts +203 -0
  109. package/core/platform/custom-objects/schema-manager.d.ts.map +1 -0
  110. package/core/platform/custom-objects/schema-manager.js +256 -0
  111. package/core/platform/custom-objects/schema-manager.js.map +1 -0
  112. package/core/platform/custom-objects/schema-manager.mjs +249 -0
  113. package/core/platform/custom-objects/schema-manager.mjs.map +1 -0
  114. package/core/platform/custom-objects/typed-rql.d.mts +157 -0
  115. package/core/platform/custom-objects/typed-rql.d.mts.map +1 -0
  116. package/core/platform/custom-objects/typed-rql.d.ts +157 -0
  117. package/core/platform/custom-objects/typed-rql.d.ts.map +1 -0
  118. package/core/platform/custom-objects/typed-rql.js +583 -0
  119. package/core/platform/custom-objects/typed-rql.js.map +1 -0
  120. package/core/platform/custom-objects/typed-rql.mjs +580 -0
  121. package/core/platform/custom-objects/typed-rql.mjs.map +1 -0
  122. package/core/platform/custom-objects/types.d.mts +549 -0
  123. package/core/platform/custom-objects/types.d.mts.map +1 -0
  124. package/core/platform/custom-objects/types.d.ts +549 -0
  125. package/core/platform/custom-objects/types.d.ts.map +1 -0
  126. package/core/platform/custom-objects/types.js +20 -0
  127. package/core/platform/custom-objects/types.js.map +1 -0
  128. package/core/platform/custom-objects/types.mjs +17 -0
  129. package/core/platform/custom-objects/types.mjs.map +1 -0
  130. package/core/platform/custom-objects/validation.d.mts +97 -0
  131. package/core/platform/custom-objects/validation.d.mts.map +1 -0
  132. package/core/platform/custom-objects/validation.d.ts +97 -0
  133. package/core/platform/custom-objects/validation.d.ts.map +1 -0
  134. package/core/platform/custom-objects/validation.js +477 -0
  135. package/core/platform/custom-objects/validation.js.map +1 -0
  136. package/core/platform/custom-objects/validation.mjs +465 -0
  137. package/core/platform/custom-objects/validation.mjs.map +1 -0
  138. package/core/platform/custom-objects.d.mts +67 -0
  139. package/core/platform/custom-objects.d.mts.map +1 -0
  140. package/core/platform/custom-objects.d.ts +67 -0
  141. package/core/platform/custom-objects.d.ts.map +1 -0
  142. package/core/platform/custom-objects.js +118 -0
  143. package/core/platform/custom-objects.js.map +1 -0
  144. package/core/platform/custom-objects.mjs +45 -0
  145. package/core/platform/custom-objects.mjs.map +1 -0
  146. package/core/resource.d.mts +6 -0
  147. package/core/resource.d.mts.map +1 -0
  148. package/core/resource.d.ts +6 -0
  149. package/core/resource.d.ts.map +1 -0
  150. package/core/resource.js +11 -0
  151. package/core/resource.js.map +1 -0
  152. package/core/resource.mjs +7 -0
  153. package/core/resource.mjs.map +1 -0
  154. package/core/uploads.d.mts +3 -0
  155. package/core/uploads.d.mts.map +1 -0
  156. package/core/uploads.d.ts +3 -0
  157. package/core/uploads.d.ts.map +1 -0
  158. package/core/uploads.js +6 -0
  159. package/core/uploads.js.map +1 -0
  160. package/core/uploads.mjs +2 -0
  161. package/core/uploads.mjs.map +1 -0
  162. package/error.d.mts +3 -0
  163. package/error.d.mts.map +1 -0
  164. package/error.d.ts +3 -0
  165. package/error.d.ts.map +1 -0
  166. package/error.js +6 -0
  167. package/error.js.map +1 -0
  168. package/error.mjs +3 -0
  169. package/error.mjs.map +1 -0
  170. package/examples/.keep +4 -0
  171. package/examples/functions/durable.ts +85 -0
  172. package/examples/manifest/acp-agent/acp-agent.ts +50 -0
  173. package/examples/manifest/acp-agent/agent/index.ts +9 -0
  174. package/examples/manifest/custom-object-creation-workflow/custom-object-creation-workflow.ts +75 -0
  175. package/examples/manifest/custom-skill/custom-skill.ts +45 -0
  176. package/examples/manifest/dental-practice-management/dental-practice-management.ts +797 -0
  177. package/examples/manifest/dental-practice-management/functions/chair-schedule.ts +28 -0
  178. package/examples/manifest/dental-practice-management/functions/complete-visit.ts +110 -0
  179. package/examples/manifest/dental-practice-management/functions/operatory-list.ts +28 -0
  180. package/examples/manifest/dental-practice-management/functions/patient-list.ts +28 -0
  181. package/examples/manifest/dental-practice-management/functions/treatment-plan-list.ts +28 -0
  182. package/examples/manifest/existing-manifest-mutations/existing-manifest-mutations.ts +247 -0
  183. package/examples/manifest/field-service-dispatch/field-service-dispatch.ts +530 -0
  184. package/examples/manifest/grant-program-management/grant-program-management.ts +594 -0
  185. package/examples/manifest/gym-membership-management/functions/check-in-desk.ts +28 -0
  186. package/examples/manifest/gym-membership-management/functions/member-list.ts +28 -0
  187. package/examples/manifest/gym-membership-management/functions/today-schedule.ts +28 -0
  188. package/examples/manifest/gym-membership-management/functions/trainer-list.ts +28 -0
  189. package/examples/manifest/gym-membership-management/gym-membership-management.ts +728 -0
  190. package/examples/manifest/procurement-approval-hub/procurement-approval-hub.ts +554 -0
  191. package/examples/manifest/simple-todo-app/functions/mark-done.ts +48 -0
  192. package/examples/manifest/simple-todo-app/functions/todo-list.ts +28 -0
  193. package/examples/manifest/simple-todo-app/simple-todo-app.ts +188 -0
  194. package/examples/manifest/todo-app-without-object-list-view/functions/todo-page.ts +497 -0
  195. package/examples/manifest/todo-app-without-object-list-view/todo-app-without-object-list-view.ts +111 -0
  196. package/functions.d.mts +166 -0
  197. package/functions.d.mts.map +1 -0
  198. package/functions.d.ts +166 -0
  199. package/functions.d.ts.map +1 -0
  200. package/functions.js +60 -0
  201. package/functions.js.map +1 -0
  202. package/functions.mjs +51 -0
  203. package/functions.mjs.map +1 -0
  204. package/index.d.mts +8 -0
  205. package/index.d.mts.map +1 -0
  206. package/index.d.ts +8 -0
  207. package/index.d.ts.map +1 -0
  208. package/index.js +34 -0
  209. package/index.js.map +1 -0
  210. package/index.mjs +9 -0
  211. package/index.mjs.map +1 -0
  212. package/internal/builtin-types.d.mts +73 -0
  213. package/internal/builtin-types.d.mts.map +1 -0
  214. package/internal/builtin-types.d.ts +73 -0
  215. package/internal/builtin-types.d.ts.map +1 -0
  216. package/internal/builtin-types.js +4 -0
  217. package/internal/builtin-types.js.map +1 -0
  218. package/internal/builtin-types.mjs +3 -0
  219. package/internal/builtin-types.mjs.map +1 -0
  220. package/internal/detect-platform.d.mts +15 -0
  221. package/internal/detect-platform.d.mts.map +1 -0
  222. package/internal/detect-platform.d.ts +15 -0
  223. package/internal/detect-platform.d.ts.map +1 -0
  224. package/internal/detect-platform.js +162 -0
  225. package/internal/detect-platform.js.map +1 -0
  226. package/internal/detect-platform.mjs +157 -0
  227. package/internal/detect-platform.mjs.map +1 -0
  228. package/internal/errors.d.mts +3 -0
  229. package/internal/errors.d.mts.map +1 -0
  230. package/internal/errors.d.ts +3 -0
  231. package/internal/errors.d.ts.map +1 -0
  232. package/internal/errors.js +41 -0
  233. package/internal/errors.js.map +1 -0
  234. package/internal/errors.mjs +36 -0
  235. package/internal/errors.mjs.map +1 -0
  236. package/internal/headers.d.mts +20 -0
  237. package/internal/headers.d.mts.map +1 -0
  238. package/internal/headers.d.ts +20 -0
  239. package/internal/headers.d.ts.map +1 -0
  240. package/internal/headers.js +79 -0
  241. package/internal/headers.js.map +1 -0
  242. package/internal/headers.mjs +74 -0
  243. package/internal/headers.mjs.map +1 -0
  244. package/internal/parse.d.mts +12 -0
  245. package/internal/parse.d.mts.map +1 -0
  246. package/internal/parse.d.ts +12 -0
  247. package/internal/parse.d.ts.map +1 -0
  248. package/internal/parse.js +40 -0
  249. package/internal/parse.js.map +1 -0
  250. package/internal/parse.mjs +37 -0
  251. package/internal/parse.mjs.map +1 -0
  252. package/internal/request-options.d.mts +75 -0
  253. package/internal/request-options.d.mts.map +1 -0
  254. package/internal/request-options.d.ts +75 -0
  255. package/internal/request-options.d.ts.map +1 -0
  256. package/internal/request-options.js +14 -0
  257. package/internal/request-options.js.map +1 -0
  258. package/internal/request-options.mjs +10 -0
  259. package/internal/request-options.mjs.map +1 -0
  260. package/internal/shim-types.d.mts +17 -0
  261. package/internal/shim-types.d.mts.map +1 -0
  262. package/internal/shim-types.d.ts +17 -0
  263. package/internal/shim-types.d.ts.map +1 -0
  264. package/internal/shim-types.js +4 -0
  265. package/internal/shim-types.js.map +1 -0
  266. package/internal/shim-types.mjs +3 -0
  267. package/internal/shim-types.mjs.map +1 -0
  268. package/internal/shims.d.mts +26 -0
  269. package/internal/shims.d.mts.map +1 -0
  270. package/internal/shims.d.ts +26 -0
  271. package/internal/shims.d.ts.map +1 -0
  272. package/internal/shims.js +92 -0
  273. package/internal/shims.js.map +1 -0
  274. package/internal/shims.mjs +85 -0
  275. package/internal/shims.mjs.map +1 -0
  276. package/internal/to-file.d.mts +45 -0
  277. package/internal/to-file.d.mts.map +1 -0
  278. package/internal/to-file.d.ts +45 -0
  279. package/internal/to-file.d.ts.map +1 -0
  280. package/internal/to-file.js +91 -0
  281. package/internal/to-file.js.map +1 -0
  282. package/internal/to-file.mjs +88 -0
  283. package/internal/to-file.mjs.map +1 -0
  284. package/internal/tslib.js +85 -0
  285. package/internal/tslib.mjs +17 -0
  286. package/internal/types.d.mts +69 -0
  287. package/internal/types.d.mts.map +1 -0
  288. package/internal/types.d.ts +69 -0
  289. package/internal/types.d.ts.map +1 -0
  290. package/internal/types.js +4 -0
  291. package/internal/types.js.map +1 -0
  292. package/internal/types.mjs +3 -0
  293. package/internal/types.mjs.map +1 -0
  294. package/internal/uploads.d.mts +42 -0
  295. package/internal/uploads.d.mts.map +1 -0
  296. package/internal/uploads.d.ts +42 -0
  297. package/internal/uploads.d.ts.map +1 -0
  298. package/internal/uploads.js +141 -0
  299. package/internal/uploads.js.map +1 -0
  300. package/internal/uploads.mjs +131 -0
  301. package/internal/uploads.mjs.map +1 -0
  302. package/internal/utils/base64.d.mts +3 -0
  303. package/internal/utils/base64.d.mts.map +1 -0
  304. package/internal/utils/base64.d.ts +3 -0
  305. package/internal/utils/base64.d.ts.map +1 -0
  306. package/internal/utils/base64.js +38 -0
  307. package/internal/utils/base64.js.map +1 -0
  308. package/internal/utils/base64.mjs +33 -0
  309. package/internal/utils/base64.mjs.map +1 -0
  310. package/internal/utils/bytes.d.mts +4 -0
  311. package/internal/utils/bytes.d.mts.map +1 -0
  312. package/internal/utils/bytes.d.ts +4 -0
  313. package/internal/utils/bytes.d.ts.map +1 -0
  314. package/internal/utils/bytes.js +31 -0
  315. package/internal/utils/bytes.js.map +1 -0
  316. package/internal/utils/bytes.mjs +26 -0
  317. package/internal/utils/bytes.mjs.map +1 -0
  318. package/internal/utils/env.d.mts +9 -0
  319. package/internal/utils/env.d.mts.map +1 -0
  320. package/internal/utils/env.d.ts +9 -0
  321. package/internal/utils/env.d.ts.map +1 -0
  322. package/internal/utils/env.js +22 -0
  323. package/internal/utils/env.js.map +1 -0
  324. package/internal/utils/env.mjs +18 -0
  325. package/internal/utils/env.mjs.map +1 -0
  326. package/internal/utils/log.d.mts +37 -0
  327. package/internal/utils/log.d.mts.map +1 -0
  328. package/internal/utils/log.d.ts +37 -0
  329. package/internal/utils/log.d.ts.map +1 -0
  330. package/internal/utils/log.js +87 -0
  331. package/internal/utils/log.js.map +1 -0
  332. package/internal/utils/log.mjs +81 -0
  333. package/internal/utils/log.mjs.map +1 -0
  334. package/internal/utils/path.d.mts +15 -0
  335. package/internal/utils/path.d.mts.map +1 -0
  336. package/internal/utils/path.d.ts +15 -0
  337. package/internal/utils/path.d.ts.map +1 -0
  338. package/internal/utils/path.js +79 -0
  339. package/internal/utils/path.js.map +1 -0
  340. package/internal/utils/path.mjs +74 -0
  341. package/internal/utils/path.mjs.map +1 -0
  342. package/internal/utils/query.d.mts +5 -0
  343. package/internal/utils/query.d.mts.map +1 -0
  344. package/internal/utils/query.d.ts +5 -0
  345. package/internal/utils/query.d.ts.map +1 -0
  346. package/internal/utils/query.js +23 -0
  347. package/internal/utils/query.js.map +1 -0
  348. package/internal/utils/query.mjs +20 -0
  349. package/internal/utils/query.mjs.map +1 -0
  350. package/internal/utils/sleep.d.mts +2 -0
  351. package/internal/utils/sleep.d.mts.map +1 -0
  352. package/internal/utils/sleep.d.ts +2 -0
  353. package/internal/utils/sleep.d.ts.map +1 -0
  354. package/internal/utils/sleep.js +7 -0
  355. package/internal/utils/sleep.js.map +1 -0
  356. package/internal/utils/sleep.mjs +3 -0
  357. package/internal/utils/sleep.mjs.map +1 -0
  358. package/internal/utils/uuid.d.mts +5 -0
  359. package/internal/utils/uuid.d.mts.map +1 -0
  360. package/internal/utils/uuid.d.ts +5 -0
  361. package/internal/utils/uuid.d.ts.map +1 -0
  362. package/internal/utils/uuid.js +19 -0
  363. package/internal/utils/uuid.js.map +1 -0
  364. package/internal/utils/uuid.mjs +15 -0
  365. package/internal/utils/uuid.mjs.map +1 -0
  366. package/internal/utils/values.d.mts +18 -0
  367. package/internal/utils/values.d.mts.map +1 -0
  368. package/internal/utils/values.d.ts +18 -0
  369. package/internal/utils/values.d.ts.map +1 -0
  370. package/internal/utils/values.js +112 -0
  371. package/internal/utils/values.js.map +1 -0
  372. package/internal/utils/values.mjs +94 -0
  373. package/internal/utils/values.mjs.map +1 -0
  374. package/internal/utils.d.mts +8 -0
  375. package/internal/utils.d.mts.map +1 -0
  376. package/internal/utils.d.ts +8 -0
  377. package/internal/utils.d.ts.map +1 -0
  378. package/internal/utils.js +12 -0
  379. package/internal/utils.js.map +1 -0
  380. package/internal/utils.mjs +9 -0
  381. package/internal/utils.mjs.map +1 -0
  382. package/lib/leave-programs/advanced.d.mts +5 -0
  383. package/lib/leave-programs/advanced.d.mts.map +1 -0
  384. package/lib/leave-programs/advanced.d.ts +5 -0
  385. package/lib/leave-programs/advanced.d.ts.map +1 -0
  386. package/lib/leave-programs/advanced.js +13 -0
  387. package/lib/leave-programs/advanced.js.map +1 -0
  388. package/lib/leave-programs/advanced.mjs +4 -0
  389. package/lib/leave-programs/advanced.mjs.map +1 -0
  390. package/lib/leave-programs/context.d.mts +3 -0
  391. package/lib/leave-programs/context.d.mts.map +1 -0
  392. package/lib/leave-programs/context.d.ts +3 -0
  393. package/lib/leave-programs/context.d.ts.map +1 -0
  394. package/lib/leave-programs/context.js +89 -0
  395. package/lib/leave-programs/context.js.map +1 -0
  396. package/lib/leave-programs/context.mjs +86 -0
  397. package/lib/leave-programs/context.mjs.map +1 -0
  398. package/lib/leave-programs/define-company-leave-program.d.mts +3 -0
  399. package/lib/leave-programs/define-company-leave-program.d.mts.map +1 -0
  400. package/lib/leave-programs/define-company-leave-program.d.ts +3 -0
  401. package/lib/leave-programs/define-company-leave-program.d.ts.map +1 -0
  402. package/lib/leave-programs/define-company-leave-program.js +47 -0
  403. package/lib/leave-programs/define-company-leave-program.js.map +1 -0
  404. package/lib/leave-programs/define-company-leave-program.mjs +44 -0
  405. package/lib/leave-programs/define-company-leave-program.mjs.map +1 -0
  406. package/lib/leave-programs/duration.d.mts +5 -0
  407. package/lib/leave-programs/duration.d.mts.map +1 -0
  408. package/lib/leave-programs/duration.d.ts +5 -0
  409. package/lib/leave-programs/duration.d.ts.map +1 -0
  410. package/lib/leave-programs/duration.js +21 -0
  411. package/lib/leave-programs/duration.js.map +1 -0
  412. package/lib/leave-programs/duration.mjs +16 -0
  413. package/lib/leave-programs/duration.mjs.map +1 -0
  414. package/lib/leave-programs/pay.d.mts +4 -0
  415. package/lib/leave-programs/pay.d.mts.map +1 -0
  416. package/lib/leave-programs/pay.d.ts +4 -0
  417. package/lib/leave-programs/pay.d.ts.map +1 -0
  418. package/lib/leave-programs/pay.js +20 -0
  419. package/lib/leave-programs/pay.js.map +1 -0
  420. package/lib/leave-programs/pay.mjs +16 -0
  421. package/lib/leave-programs/pay.mjs.map +1 -0
  422. package/lib/leave-programs/policy-builder.d.mts +20 -0
  423. package/lib/leave-programs/policy-builder.d.mts.map +1 -0
  424. package/lib/leave-programs/policy-builder.d.ts +20 -0
  425. package/lib/leave-programs/policy-builder.d.ts.map +1 -0
  426. package/lib/leave-programs/policy-builder.js +89 -0
  427. package/lib/leave-programs/policy-builder.js.map +1 -0
  428. package/lib/leave-programs/policy-builder.mjs +85 -0
  429. package/lib/leave-programs/policy-builder.mjs.map +1 -0
  430. package/lib/leave-programs/recipes/parental-top-up-policy.d.mts +25 -0
  431. package/lib/leave-programs/recipes/parental-top-up-policy.d.mts.map +1 -0
  432. package/lib/leave-programs/recipes/parental-top-up-policy.d.ts +25 -0
  433. package/lib/leave-programs/recipes/parental-top-up-policy.d.ts.map +1 -0
  434. package/lib/leave-programs/recipes/parental-top-up-policy.js +56 -0
  435. package/lib/leave-programs/recipes/parental-top-up-policy.js.map +1 -0
  436. package/lib/leave-programs/recipes/parental-top-up-policy.mjs +53 -0
  437. package/lib/leave-programs/recipes/parental-top-up-policy.mjs.map +1 -0
  438. package/lib/leave-programs/testing.d.mts +8 -0
  439. package/lib/leave-programs/testing.d.mts.map +1 -0
  440. package/lib/leave-programs/testing.d.ts +8 -0
  441. package/lib/leave-programs/testing.d.ts.map +1 -0
  442. package/lib/leave-programs/testing.js +11 -0
  443. package/lib/leave-programs/testing.js.map +1 -0
  444. package/lib/leave-programs/testing.mjs +7 -0
  445. package/lib/leave-programs/testing.mjs.map +1 -0
  446. package/lib/leave-programs/types.d.mts +223 -0
  447. package/lib/leave-programs/types.d.mts.map +1 -0
  448. package/lib/leave-programs/types.d.ts +223 -0
  449. package/lib/leave-programs/types.d.ts.map +1 -0
  450. package/lib/leave-programs/types.js +10 -0
  451. package/lib/leave-programs/types.js.map +1 -0
  452. package/lib/leave-programs/types.mjs +7 -0
  453. package/lib/leave-programs/types.mjs.map +1 -0
  454. package/lib/leave-programs.d.mts +7 -0
  455. package/lib/leave-programs.d.mts.map +1 -0
  456. package/lib/leave-programs.d.ts +7 -0
  457. package/lib/leave-programs.d.ts.map +1 -0
  458. package/lib/leave-programs.js +19 -0
  459. package/lib/leave-programs.js.map +1 -0
  460. package/lib/leave-programs.mjs +7 -0
  461. package/lib/leave-programs.mjs.map +1 -0
  462. package/lib/manifest/_existing-component-fields.d.mts +11 -0
  463. package/lib/manifest/_existing-component-fields.d.mts.map +1 -0
  464. package/lib/manifest/_existing-component-fields.d.ts +11 -0
  465. package/lib/manifest/_existing-component-fields.d.ts.map +1 -0
  466. package/lib/manifest/_existing-component-fields.js +67 -0
  467. package/lib/manifest/_existing-component-fields.js.map +1 -0
  468. package/lib/manifest/_existing-component-fields.mjs +59 -0
  469. package/lib/manifest/_existing-component-fields.mjs.map +1 -0
  470. package/lib/manifest/_helpers.d.mts +95 -0
  471. package/lib/manifest/_helpers.d.mts.map +1 -0
  472. package/lib/manifest/_helpers.d.ts +95 -0
  473. package/lib/manifest/_helpers.d.ts.map +1 -0
  474. package/lib/manifest/_helpers.js +67 -0
  475. package/lib/manifest/_helpers.js.map +1 -0
  476. package/lib/manifest/_helpers.mjs +63 -0
  477. package/lib/manifest/_helpers.mjs.map +1 -0
  478. package/lib/manifest/acp-agent-source-files.d.mts +10 -0
  479. package/lib/manifest/acp-agent-source-files.d.mts.map +1 -0
  480. package/lib/manifest/acp-agent-source-files.d.ts +10 -0
  481. package/lib/manifest/acp-agent-source-files.d.ts.map +1 -0
  482. package/lib/manifest/acp-agent-source-files.js +42 -0
  483. package/lib/manifest/acp-agent-source-files.js.map +1 -0
  484. package/lib/manifest/acp-agent-source-files.mjs +38 -0
  485. package/lib/manifest/acp-agent-source-files.mjs.map +1 -0
  486. package/lib/manifest/acp-agent.d.mts +73 -0
  487. package/lib/manifest/acp-agent.d.mts.map +1 -0
  488. package/lib/manifest/acp-agent.d.ts +73 -0
  489. package/lib/manifest/acp-agent.d.ts.map +1 -0
  490. package/lib/manifest/acp-agent.js +131 -0
  491. package/lib/manifest/acp-agent.js.map +1 -0
  492. package/lib/manifest/acp-agent.mjs +127 -0
  493. package/lib/manifest/acp-agent.mjs.map +1 -0
  494. package/lib/manifest/agent.d.mts +60 -0
  495. package/lib/manifest/agent.d.mts.map +1 -0
  496. package/lib/manifest/agent.d.ts +60 -0
  497. package/lib/manifest/agent.d.ts.map +1 -0
  498. package/lib/manifest/agent.js +94 -0
  499. package/lib/manifest/agent.js.map +1 -0
  500. package/lib/manifest/agent.mjs +90 -0
  501. package/lib/manifest/agent.mjs.map +1 -0
  502. package/lib/manifest/app.d.mts +126 -0
  503. package/lib/manifest/app.d.mts.map +1 -0
  504. package/lib/manifest/app.d.ts +126 -0
  505. package/lib/manifest/app.d.ts.map +1 -0
  506. package/lib/manifest/app.js +143 -0
  507. package/lib/manifest/app.js.map +1 -0
  508. package/lib/manifest/app.mjs +139 -0
  509. package/lib/manifest/app.mjs.map +1 -0
  510. package/lib/manifest/business-event.d.mts +64 -0
  511. package/lib/manifest/business-event.d.mts.map +1 -0
  512. package/lib/manifest/business-event.d.ts +64 -0
  513. package/lib/manifest/business-event.d.ts.map +1 -0
  514. package/lib/manifest/business-event.js +64 -0
  515. package/lib/manifest/business-event.js.map +1 -0
  516. package/lib/manifest/business-event.mjs +60 -0
  517. package/lib/manifest/business-event.mjs.map +1 -0
  518. package/lib/manifest/category.d.mts +90 -0
  519. package/lib/manifest/category.d.mts.map +1 -0
  520. package/lib/manifest/category.d.ts +90 -0
  521. package/lib/manifest/category.d.ts.map +1 -0
  522. package/lib/manifest/category.js +95 -0
  523. package/lib/manifest/category.js.map +1 -0
  524. package/lib/manifest/category.mjs +91 -0
  525. package/lib/manifest/category.mjs.map +1 -0
  526. package/lib/manifest/custom-field-section.d.mts +30 -0
  527. package/lib/manifest/custom-field-section.d.mts.map +1 -0
  528. package/lib/manifest/custom-field-section.d.ts +30 -0
  529. package/lib/manifest/custom-field-section.d.ts.map +1 -0
  530. package/lib/manifest/custom-field-section.js +58 -0
  531. package/lib/manifest/custom-field-section.js.map +1 -0
  532. package/lib/manifest/custom-field-section.mjs +54 -0
  533. package/lib/manifest/custom-field-section.mjs.map +1 -0
  534. package/lib/manifest/custom-field.d.mts +123 -0
  535. package/lib/manifest/custom-field.d.mts.map +1 -0
  536. package/lib/manifest/custom-field.d.ts +123 -0
  537. package/lib/manifest/custom-field.d.ts.map +1 -0
  538. package/lib/manifest/custom-field.js +211 -0
  539. package/lib/manifest/custom-field.js.map +1 -0
  540. package/lib/manifest/custom-field.mjs +207 -0
  541. package/lib/manifest/custom-field.mjs.map +1 -0
  542. package/lib/manifest/custom-object-action.d.mts +45 -0
  543. package/lib/manifest/custom-object-action.d.mts.map +1 -0
  544. package/lib/manifest/custom-object-action.d.ts +45 -0
  545. package/lib/manifest/custom-object-action.d.ts.map +1 -0
  546. package/lib/manifest/custom-object-action.js +72 -0
  547. package/lib/manifest/custom-object-action.js.map +1 -0
  548. package/lib/manifest/custom-object-action.mjs +68 -0
  549. package/lib/manifest/custom-object-action.mjs.map +1 -0
  550. package/lib/manifest/custom-object-field-section.d.mts +88 -0
  551. package/lib/manifest/custom-object-field-section.d.mts.map +1 -0
  552. package/lib/manifest/custom-object-field-section.d.ts +88 -0
  553. package/lib/manifest/custom-object-field-section.d.ts.map +1 -0
  554. package/lib/manifest/custom-object-field-section.js +97 -0
  555. package/lib/manifest/custom-object-field-section.js.map +1 -0
  556. package/lib/manifest/custom-object-field-section.mjs +93 -0
  557. package/lib/manifest/custom-object-field-section.mjs.map +1 -0
  558. package/lib/manifest/custom-object-page-layout.d.mts +694 -0
  559. package/lib/manifest/custom-object-page-layout.d.mts.map +1 -0
  560. package/lib/manifest/custom-object-page-layout.d.ts +694 -0
  561. package/lib/manifest/custom-object-page-layout.d.ts.map +1 -0
  562. package/lib/manifest/custom-object-page-layout.js +1323 -0
  563. package/lib/manifest/custom-object-page-layout.js.map +1 -0
  564. package/lib/manifest/custom-object-page-layout.mjs +1319 -0
  565. package/lib/manifest/custom-object-page-layout.mjs.map +1 -0
  566. package/lib/manifest/custom-object.d.mts +329 -0
  567. package/lib/manifest/custom-object.d.mts.map +1 -0
  568. package/lib/manifest/custom-object.d.ts +329 -0
  569. package/lib/manifest/custom-object.d.ts.map +1 -0
  570. package/lib/manifest/custom-object.js +394 -0
  571. package/lib/manifest/custom-object.js.map +1 -0
  572. package/lib/manifest/custom-object.mjs +390 -0
  573. package/lib/manifest/custom-object.mjs.map +1 -0
  574. package/lib/manifest/custom-skill.d.mts +115 -0
  575. package/lib/manifest/custom-skill.d.mts.map +1 -0
  576. package/lib/manifest/custom-skill.d.ts +115 -0
  577. package/lib/manifest/custom-skill.d.ts.map +1 -0
  578. package/lib/manifest/custom-skill.js +127 -0
  579. package/lib/manifest/custom-skill.js.map +1 -0
  580. package/lib/manifest/custom-skill.mjs +123 -0
  581. package/lib/manifest/custom-skill.mjs.map +1 -0
  582. package/lib/manifest/existing-manifest-context.d.mts +109 -0
  583. package/lib/manifest/existing-manifest-context.d.mts.map +1 -0
  584. package/lib/manifest/existing-manifest-context.d.ts +109 -0
  585. package/lib/manifest/existing-manifest-context.d.ts.map +1 -0
  586. package/lib/manifest/existing-manifest-context.js +641 -0
  587. package/lib/manifest/existing-manifest-context.js.map +1 -0
  588. package/lib/manifest/existing-manifest-context.mjs +636 -0
  589. package/lib/manifest/existing-manifest-context.mjs.map +1 -0
  590. package/lib/manifest/field.d.mts +548 -0
  591. package/lib/manifest/field.d.mts.map +1 -0
  592. package/lib/manifest/field.d.ts +548 -0
  593. package/lib/manifest/field.d.ts.map +1 -0
  594. package/lib/manifest/field.js +645 -0
  595. package/lib/manifest/field.js.map +1 -0
  596. package/lib/manifest/field.mjs +622 -0
  597. package/lib/manifest/field.mjs.map +1 -0
  598. package/lib/manifest/index.d.mts +24 -0
  599. package/lib/manifest/index.d.mts.map +1 -0
  600. package/lib/manifest/index.d.ts +24 -0
  601. package/lib/manifest/index.d.ts.map +1 -0
  602. package/lib/manifest/index.js +74 -0
  603. package/lib/manifest/index.js.map +1 -0
  604. package/lib/manifest/index.mjs +27 -0
  605. package/lib/manifest/index.mjs.map +1 -0
  606. package/lib/manifest/list-view.d.mts +167 -0
  607. package/lib/manifest/list-view.d.mts.map +1 -0
  608. package/lib/manifest/list-view.d.ts +167 -0
  609. package/lib/manifest/list-view.d.ts.map +1 -0
  610. package/lib/manifest/list-view.js +145 -0
  611. package/lib/manifest/list-view.js.map +1 -0
  612. package/lib/manifest/list-view.mjs +141 -0
  613. package/lib/manifest/list-view.mjs.map +1 -0
  614. package/lib/manifest/manifest-builder.d.mts +163 -0
  615. package/lib/manifest/manifest-builder.d.mts.map +1 -0
  616. package/lib/manifest/manifest-builder.d.ts +163 -0
  617. package/lib/manifest/manifest-builder.d.ts.map +1 -0
  618. package/lib/manifest/manifest-builder.js +147 -0
  619. package/lib/manifest/manifest-builder.js.map +1 -0
  620. package/lib/manifest/manifest-builder.mjs +143 -0
  621. package/lib/manifest/manifest-builder.mjs.map +1 -0
  622. package/lib/manifest/manifest-function.d.mts +127 -0
  623. package/lib/manifest/manifest-function.d.mts.map +1 -0
  624. package/lib/manifest/manifest-function.d.ts +127 -0
  625. package/lib/manifest/manifest-function.d.ts.map +1 -0
  626. package/lib/manifest/manifest-function.js +127 -0
  627. package/lib/manifest/manifest-function.js.map +1 -0
  628. package/lib/manifest/manifest-function.mjs +123 -0
  629. package/lib/manifest/manifest-function.mjs.map +1 -0
  630. package/lib/manifest/node.d.mts +4 -0
  631. package/lib/manifest/node.d.mts.map +1 -0
  632. package/lib/manifest/node.d.ts +4 -0
  633. package/lib/manifest/node.d.ts.map +1 -0
  634. package/lib/manifest/node.js +9 -0
  635. package/lib/manifest/node.js.map +1 -0
  636. package/lib/manifest/node.mjs +4 -0
  637. package/lib/manifest/node.mjs.map +1 -0
  638. package/lib/manifest/rule.d.mts +147 -0
  639. package/lib/manifest/rule.d.mts.map +1 -0
  640. package/lib/manifest/rule.d.ts +147 -0
  641. package/lib/manifest/rule.d.ts.map +1 -0
  642. package/lib/manifest/rule.js +170 -0
  643. package/lib/manifest/rule.js.map +1 -0
  644. package/lib/manifest/rule.mjs +166 -0
  645. package/lib/manifest/rule.mjs.map +1 -0
  646. package/lib/manifest/sdui-page.d.mts +108 -0
  647. package/lib/manifest/sdui-page.d.mts.map +1 -0
  648. package/lib/manifest/sdui-page.d.ts +108 -0
  649. package/lib/manifest/sdui-page.d.ts.map +1 -0
  650. package/lib/manifest/sdui-page.js +123 -0
  651. package/lib/manifest/sdui-page.js.map +1 -0
  652. package/lib/manifest/sdui-page.mjs +119 -0
  653. package/lib/manifest/sdui-page.mjs.map +1 -0
  654. package/lib/manifest/validation.d.mts +133 -0
  655. package/lib/manifest/validation.d.mts.map +1 -0
  656. package/lib/manifest/validation.d.ts +133 -0
  657. package/lib/manifest/validation.d.ts.map +1 -0
  658. package/lib/manifest/validation.js +118 -0
  659. package/lib/manifest/validation.js.map +1 -0
  660. package/lib/manifest/validation.mjs +114 -0
  661. package/lib/manifest/validation.mjs.map +1 -0
  662. package/lib/manifest/workflow.d.mts +158 -0
  663. package/lib/manifest/workflow.d.mts.map +1 -0
  664. package/lib/manifest/workflow.d.ts +158 -0
  665. package/lib/manifest/workflow.d.ts.map +1 -0
  666. package/lib/manifest/workflow.js +51 -0
  667. package/lib/manifest/workflow.js.map +1 -0
  668. package/lib/manifest/workflow.mjs +47 -0
  669. package/lib/manifest/workflow.mjs.map +1 -0
  670. package/lib/manifest.d.mts +2 -0
  671. package/lib/manifest.d.mts.map +1 -0
  672. package/lib/manifest.d.ts +2 -0
  673. package/lib/manifest.d.ts.map +1 -0
  674. package/lib/manifest.js +5 -0
  675. package/lib/manifest.js.map +1 -0
  676. package/lib/manifest.mjs +2 -0
  677. package/lib/manifest.mjs.map +1 -0
  678. package/package.json +190 -0
  679. package/pagination.d.mts +3 -0
  680. package/pagination.d.mts.map +1 -0
  681. package/pagination.d.ts +3 -0
  682. package/pagination.d.ts.map +1 -0
  683. package/pagination.js +6 -0
  684. package/pagination.js.map +1 -0
  685. package/pagination.mjs +3 -0
  686. package/pagination.mjs.map +1 -0
  687. package/resource.d.mts +3 -0
  688. package/resource.d.mts.map +1 -0
  689. package/resource.d.ts +3 -0
  690. package/resource.d.ts.map +1 -0
  691. package/resource.js +6 -0
  692. package/resource.js.map +1 -0
  693. package/resource.mjs +3 -0
  694. package/resource.mjs.map +1 -0
  695. package/resources/agents/agents.d.mts +208 -0
  696. package/resources/agents/agents.d.mts.map +1 -0
  697. package/resources/agents/agents.d.ts +208 -0
  698. package/resources/agents/agents.d.ts.map +1 -0
  699. package/resources/agents/agents.js +64 -0
  700. package/resources/agents/agents.js.map +1 -0
  701. package/resources/agents/agents.mjs +59 -0
  702. package/resources/agents/agents.mjs.map +1 -0
  703. package/resources/agents/deployments.d.mts +180 -0
  704. package/resources/agents/deployments.d.mts.map +1 -0
  705. package/resources/agents/deployments.d.ts +180 -0
  706. package/resources/agents/deployments.d.ts.map +1 -0
  707. package/resources/agents/deployments.js +32 -0
  708. package/resources/agents/deployments.js.map +1 -0
  709. package/resources/agents/deployments.mjs +28 -0
  710. package/resources/agents/deployments.mjs.map +1 -0
  711. package/resources/agents/index.d.mts +5 -0
  712. package/resources/agents/index.d.mts.map +1 -0
  713. package/resources/agents/index.d.ts +5 -0
  714. package/resources/agents/index.d.ts.map +1 -0
  715. package/resources/agents/index.js +13 -0
  716. package/resources/agents/index.js.map +1 -0
  717. package/resources/agents/index.mjs +6 -0
  718. package/resources/agents/index.mjs.map +1 -0
  719. package/resources/agents/sessions/events.d.mts +80 -0
  720. package/resources/agents/sessions/events.d.mts.map +1 -0
  721. package/resources/agents/sessions/events.d.ts +80 -0
  722. package/resources/agents/sessions/events.d.ts.map +1 -0
  723. package/resources/agents/sessions/events.js +19 -0
  724. package/resources/agents/sessions/events.js.map +1 -0
  725. package/resources/agents/sessions/events.mjs +15 -0
  726. package/resources/agents/sessions/events.mjs.map +1 -0
  727. package/resources/agents/sessions/index.d.mts +5 -0
  728. package/resources/agents/sessions/index.d.mts.map +1 -0
  729. package/resources/agents/sessions/index.d.ts +5 -0
  730. package/resources/agents/sessions/index.d.ts.map +1 -0
  731. package/resources/agents/sessions/index.js +13 -0
  732. package/resources/agents/sessions/index.js.map +1 -0
  733. package/resources/agents/sessions/index.mjs +6 -0
  734. package/resources/agents/sessions/index.mjs.map +1 -0
  735. package/resources/agents/sessions/messages.d.mts +84 -0
  736. package/resources/agents/sessions/messages.d.mts.map +1 -0
  737. package/resources/agents/sessions/messages.d.ts +84 -0
  738. package/resources/agents/sessions/messages.d.ts.map +1 -0
  739. package/resources/agents/sessions/messages.js +19 -0
  740. package/resources/agents/sessions/messages.js.map +1 -0
  741. package/resources/agents/sessions/messages.mjs +15 -0
  742. package/resources/agents/sessions/messages.mjs.map +1 -0
  743. package/resources/agents/sessions/resume-state.d.mts +25 -0
  744. package/resources/agents/sessions/resume-state.d.mts.map +1 -0
  745. package/resources/agents/sessions/resume-state.d.ts +25 -0
  746. package/resources/agents/sessions/resume-state.d.ts.map +1 -0
  747. package/resources/agents/sessions/resume-state.js +19 -0
  748. package/resources/agents/sessions/resume-state.js.map +1 -0
  749. package/resources/agents/sessions/resume-state.mjs +15 -0
  750. package/resources/agents/sessions/resume-state.mjs.map +1 -0
  751. package/resources/agents/sessions/sessions.d.mts +248 -0
  752. package/resources/agents/sessions/sessions.d.mts.map +1 -0
  753. package/resources/agents/sessions/sessions.d.ts +248 -0
  754. package/resources/agents/sessions/sessions.d.ts.map +1 -0
  755. package/resources/agents/sessions/sessions.js +52 -0
  756. package/resources/agents/sessions/sessions.js.map +1 -0
  757. package/resources/agents/sessions/sessions.mjs +47 -0
  758. package/resources/agents/sessions/sessions.mjs.map +1 -0
  759. package/resources/agents/sessions.d.mts +2 -0
  760. package/resources/agents/sessions.d.mts.map +1 -0
  761. package/resources/agents/sessions.d.ts +2 -0
  762. package/resources/agents/sessions.d.ts.map +1 -0
  763. package/resources/agents/sessions.js +6 -0
  764. package/resources/agents/sessions.js.map +1 -0
  765. package/resources/agents/sessions.mjs +3 -0
  766. package/resources/agents/sessions.mjs.map +1 -0
  767. package/resources/agents/source-revisions.d.mts +195 -0
  768. package/resources/agents/source-revisions.d.mts.map +1 -0
  769. package/resources/agents/source-revisions.d.ts +195 -0
  770. package/resources/agents/source-revisions.d.ts.map +1 -0
  771. package/resources/agents/source-revisions.js +32 -0
  772. package/resources/agents/source-revisions.js.map +1 -0
  773. package/resources/agents/source-revisions.mjs +28 -0
  774. package/resources/agents/source-revisions.mjs.map +1 -0
  775. package/resources/agents.d.mts +2 -0
  776. package/resources/agents.d.mts.map +1 -0
  777. package/resources/agents.d.ts +2 -0
  778. package/resources/agents.d.ts.map +1 -0
  779. package/resources/agents.js +6 -0
  780. package/resources/agents.js.map +1 -0
  781. package/resources/agents.mjs +3 -0
  782. package/resources/agents.mjs.map +1 -0
  783. package/resources/app-users.d.mts +190 -0
  784. package/resources/app-users.d.mts.map +1 -0
  785. package/resources/app-users.d.ts +190 -0
  786. package/resources/app-users.d.ts.map +1 -0
  787. package/resources/app-users.js +32 -0
  788. package/resources/app-users.js.map +1 -0
  789. package/resources/app-users.mjs +28 -0
  790. package/resources/app-users.mjs.map +1 -0
  791. package/resources/background-check-candidates.d.mts +337 -0
  792. package/resources/background-check-candidates.d.mts.map +1 -0
  793. package/resources/background-check-candidates.d.ts +337 -0
  794. package/resources/background-check-candidates.d.ts.map +1 -0
  795. package/resources/background-check-candidates.js +52 -0
  796. package/resources/background-check-candidates.js.map +1 -0
  797. package/resources/background-check-candidates.mjs +48 -0
  798. package/resources/background-check-candidates.mjs.map +1 -0
  799. package/resources/break-policies.d.mts +95 -0
  800. package/resources/break-policies.d.mts.map +1 -0
  801. package/resources/break-policies.d.ts +95 -0
  802. package/resources/break-policies.d.ts.map +1 -0
  803. package/resources/break-policies.js +32 -0
  804. package/resources/break-policies.js.map +1 -0
  805. package/resources/break-policies.mjs +28 -0
  806. package/resources/break-policies.mjs.map +1 -0
  807. package/resources/break-types.d.mts +192 -0
  808. package/resources/break-types.d.mts.map +1 -0
  809. package/resources/break-types.d.ts +192 -0
  810. package/resources/break-types.d.ts.map +1 -0
  811. package/resources/break-types.js +34 -0
  812. package/resources/break-types.js.map +1 -0
  813. package/resources/break-types.mjs +30 -0
  814. package/resources/break-types.mjs.map +1 -0
  815. package/resources/business-partner-groups.d.mts +102 -0
  816. package/resources/business-partner-groups.d.mts.map +1 -0
  817. package/resources/business-partner-groups.d.ts +102 -0
  818. package/resources/business-partner-groups.d.ts.map +1 -0
  819. package/resources/business-partner-groups.js +49 -0
  820. package/resources/business-partner-groups.js.map +1 -0
  821. package/resources/business-partner-groups.mjs +45 -0
  822. package/resources/business-partner-groups.mjs.map +1 -0
  823. package/resources/business-partners.d.mts +140 -0
  824. package/resources/business-partners.d.mts.map +1 -0
  825. package/resources/business-partners.d.ts +140 -0
  826. package/resources/business-partners.d.ts.map +1 -0
  827. package/resources/business-partners.js +50 -0
  828. package/resources/business-partners.js.map +1 -0
  829. package/resources/business-partners.mjs +46 -0
  830. package/resources/business-partners.mjs.map +1 -0
  831. package/resources/business-structure-paths.d.mts +166 -0
  832. package/resources/business-structure-paths.d.mts.map +1 -0
  833. package/resources/business-structure-paths.d.ts +166 -0
  834. package/resources/business-structure-paths.d.ts.map +1 -0
  835. package/resources/business-structure-paths.js +46 -0
  836. package/resources/business-structure-paths.js.map +1 -0
  837. package/resources/business-structure-paths.mjs +42 -0
  838. package/resources/business-structure-paths.mjs.map +1 -0
  839. package/resources/candidate-applications.d.mts +75 -0
  840. package/resources/candidate-applications.d.mts.map +1 -0
  841. package/resources/candidate-applications.d.ts +75 -0
  842. package/resources/candidate-applications.d.ts.map +1 -0
  843. package/resources/candidate-applications.js +23 -0
  844. package/resources/candidate-applications.js.map +1 -0
  845. package/resources/candidate-applications.mjs +19 -0
  846. package/resources/candidate-applications.mjs.map +1 -0
  847. package/resources/candidates.d.mts +62 -0
  848. package/resources/candidates.d.mts.map +1 -0
  849. package/resources/candidates.d.ts +62 -0
  850. package/resources/candidates.d.ts.map +1 -0
  851. package/resources/candidates.js +25 -0
  852. package/resources/candidates.js.map +1 -0
  853. package/resources/candidates.mjs +21 -0
  854. package/resources/candidates.mjs.map +1 -0
  855. package/resources/companies.d.mts +90 -0
  856. package/resources/companies.d.mts.map +1 -0
  857. package/resources/companies.d.ts +90 -0
  858. package/resources/companies.d.ts.map +1 -0
  859. package/resources/companies.js +23 -0
  860. package/resources/companies.js.map +1 -0
  861. package/resources/companies.mjs +19 -0
  862. package/resources/companies.mjs.map +1 -0
  863. package/resources/company-legal-entities.d.mts +184 -0
  864. package/resources/company-legal-entities.d.mts.map +1 -0
  865. package/resources/company-legal-entities.d.ts +184 -0
  866. package/resources/company-legal-entities.d.ts.map +1 -0
  867. package/resources/company-legal-entities.js +30 -0
  868. package/resources/company-legal-entities.js.map +1 -0
  869. package/resources/company-legal-entities.mjs +26 -0
  870. package/resources/company-legal-entities.mjs.map +1 -0
  871. package/resources/company-legal-entity-workers.d.mts +83 -0
  872. package/resources/company-legal-entity-workers.d.mts.map +1 -0
  873. package/resources/company-legal-entity-workers.d.ts +83 -0
  874. package/resources/company-legal-entity-workers.d.ts.map +1 -0
  875. package/resources/company-legal-entity-workers.js +30 -0
  876. package/resources/company-legal-entity-workers.js.map +1 -0
  877. package/resources/company-legal-entity-workers.mjs +26 -0
  878. package/resources/company-legal-entity-workers.mjs.map +1 -0
  879. package/resources/compensation-bands-details.d.mts +102 -0
  880. package/resources/compensation-bands-details.d.mts.map +1 -0
  881. package/resources/compensation-bands-details.d.ts +102 -0
  882. package/resources/compensation-bands-details.d.ts.map +1 -0
  883. package/resources/compensation-bands-details.js +32 -0
  884. package/resources/compensation-bands-details.js.map +1 -0
  885. package/resources/compensation-bands-details.mjs +28 -0
  886. package/resources/compensation-bands-details.mjs.map +1 -0
  887. package/resources/compensations.d.mts +258 -0
  888. package/resources/compensations.d.mts.map +1 -0
  889. package/resources/compensations.d.ts +258 -0
  890. package/resources/compensations.d.ts.map +1 -0
  891. package/resources/compensations.js +30 -0
  892. package/resources/compensations.js.map +1 -0
  893. package/resources/compensations.mjs +26 -0
  894. package/resources/compensations.mjs.map +1 -0
  895. package/resources/custom-apps.d.mts +341 -0
  896. package/resources/custom-apps.d.mts.map +1 -0
  897. package/resources/custom-apps.d.ts +341 -0
  898. package/resources/custom-apps.d.ts.map +1 -0
  899. package/resources/custom-apps.js +47 -0
  900. package/resources/custom-apps.js.map +1 -0
  901. package/resources/custom-apps.mjs +43 -0
  902. package/resources/custom-apps.mjs.map +1 -0
  903. package/resources/custom-fields.d.mts +63 -0
  904. package/resources/custom-fields.d.mts.map +1 -0
  905. package/resources/custom-fields.d.ts +63 -0
  906. package/resources/custom-fields.d.ts.map +1 -0
  907. package/resources/custom-fields.js +25 -0
  908. package/resources/custom-fields.js.map +1 -0
  909. package/resources/custom-fields.mjs +21 -0
  910. package/resources/custom-fields.mjs.map +1 -0
  911. package/resources/custom-objects/custom-objects.d.mts +144 -0
  912. package/resources/custom-objects/custom-objects.d.mts.map +1 -0
  913. package/resources/custom-objects/custom-objects.d.ts +144 -0
  914. package/resources/custom-objects/custom-objects.d.ts.map +1 -0
  915. package/resources/custom-objects/custom-objects.js +62 -0
  916. package/resources/custom-objects/custom-objects.js.map +1 -0
  917. package/resources/custom-objects/custom-objects.mjs +57 -0
  918. package/resources/custom-objects/custom-objects.mjs.map +1 -0
  919. package/resources/custom-objects/fields.d.mts +305 -0
  920. package/resources/custom-objects/fields.d.mts.map +1 -0
  921. package/resources/custom-objects/fields.d.ts +305 -0
  922. package/resources/custom-objects/fields.d.ts.map +1 -0
  923. package/resources/custom-objects/fields.js +53 -0
  924. package/resources/custom-objects/fields.js.map +1 -0
  925. package/resources/custom-objects/fields.mjs +49 -0
  926. package/resources/custom-objects/fields.mjs.map +1 -0
  927. package/resources/custom-objects/index.d.mts +4 -0
  928. package/resources/custom-objects/index.d.mts.map +1 -0
  929. package/resources/custom-objects/index.d.ts +4 -0
  930. package/resources/custom-objects/index.d.ts.map +1 -0
  931. package/resources/custom-objects/index.js +11 -0
  932. package/resources/custom-objects/index.js.map +1 -0
  933. package/resources/custom-objects/index.mjs +5 -0
  934. package/resources/custom-objects/index.mjs.map +1 -0
  935. package/resources/custom-objects/records.d.mts +210 -0
  936. package/resources/custom-objects/records.d.mts.map +1 -0
  937. package/resources/custom-objects/records.d.ts +210 -0
  938. package/resources/custom-objects/records.d.ts.map +1 -0
  939. package/resources/custom-objects/records.js +96 -0
  940. package/resources/custom-objects/records.js.map +1 -0
  941. package/resources/custom-objects/records.mjs +92 -0
  942. package/resources/custom-objects/records.mjs.map +1 -0
  943. package/resources/custom-objects.d.mts +2 -0
  944. package/resources/custom-objects.d.mts.map +1 -0
  945. package/resources/custom-objects.d.ts +2 -0
  946. package/resources/custom-objects.d.ts.map +1 -0
  947. package/resources/custom-objects.js +6 -0
  948. package/resources/custom-objects.js.map +1 -0
  949. package/resources/custom-objects.mjs +3 -0
  950. package/resources/custom-objects.mjs.map +1 -0
  951. package/resources/custom-pages.d.mts +177 -0
  952. package/resources/custom-pages.d.mts.map +1 -0
  953. package/resources/custom-pages.d.ts +177 -0
  954. package/resources/custom-pages.d.ts.map +1 -0
  955. package/resources/custom-pages.js +47 -0
  956. package/resources/custom-pages.js.map +1 -0
  957. package/resources/custom-pages.mjs +43 -0
  958. package/resources/custom-pages.mjs.map +1 -0
  959. package/resources/custom-settings.d.mts +274 -0
  960. package/resources/custom-settings.d.mts.map +1 -0
  961. package/resources/custom-settings.d.ts +274 -0
  962. package/resources/custom-settings.d.ts.map +1 -0
  963. package/resources/custom-settings.js +51 -0
  964. package/resources/custom-settings.js.map +1 -0
  965. package/resources/custom-settings.mjs +47 -0
  966. package/resources/custom-settings.mjs.map +1 -0
  967. package/resources/departments.d.mts +124 -0
  968. package/resources/departments.d.mts.map +1 -0
  969. package/resources/departments.d.ts +124 -0
  970. package/resources/departments.d.ts.map +1 -0
  971. package/resources/departments.js +42 -0
  972. package/resources/departments.js.map +1 -0
  973. package/resources/departments.mjs +38 -0
  974. package/resources/departments.mjs.map +1 -0
  975. package/resources/developer-program-application.d.mts +176 -0
  976. package/resources/developer-program-application.d.mts.map +1 -0
  977. package/resources/developer-program-application.d.ts +176 -0
  978. package/resources/developer-program-application.d.ts.map +1 -0
  979. package/resources/developer-program-application.js +27 -0
  980. package/resources/developer-program-application.js.map +1 -0
  981. package/resources/developer-program-application.mjs +23 -0
  982. package/resources/developer-program-application.mjs.map +1 -0
  983. package/resources/developer-users.d.mts +53 -0
  984. package/resources/developer-users.d.mts.map +1 -0
  985. package/resources/developer-users.d.ts +53 -0
  986. package/resources/developer-users.d.ts.map +1 -0
  987. package/resources/developer-users.js +25 -0
  988. package/resources/developer-users.js.map +1 -0
  989. package/resources/developer-users.mjs +21 -0
  990. package/resources/developer-users.mjs.map +1 -0
  991. package/resources/device-orders.d.mts +151 -0
  992. package/resources/device-orders.d.mts.map +1 -0
  993. package/resources/device-orders.d.ts +151 -0
  994. package/resources/device-orders.d.ts.map +1 -0
  995. package/resources/device-orders.js +34 -0
  996. package/resources/device-orders.js.map +1 -0
  997. package/resources/device-orders.mjs +30 -0
  998. package/resources/device-orders.mjs.map +1 -0
  999. package/resources/devices.d.mts +276 -0
  1000. package/resources/devices.d.mts.map +1 -0
  1001. package/resources/devices.d.ts +276 -0
  1002. package/resources/devices.d.ts.map +1 -0
  1003. package/resources/devices.js +32 -0
  1004. package/resources/devices.js.map +1 -0
  1005. package/resources/devices.mjs +28 -0
  1006. package/resources/devices.mjs.map +1 -0
  1007. package/resources/draft-hires.d.mts +496 -0
  1008. package/resources/draft-hires.d.mts.map +1 -0
  1009. package/resources/draft-hires.d.ts +496 -0
  1010. package/resources/draft-hires.d.ts.map +1 -0
  1011. package/resources/draft-hires.js +18 -0
  1012. package/resources/draft-hires.js.map +1 -0
  1013. package/resources/draft-hires.mjs +14 -0
  1014. package/resources/draft-hires.mjs.map +1 -0
  1015. package/resources/draft-transitions.d.mts +474 -0
  1016. package/resources/draft-transitions.d.mts.map +1 -0
  1017. package/resources/draft-transitions.d.ts +474 -0
  1018. package/resources/draft-transitions.d.ts.map +1 -0
  1019. package/resources/draft-transitions.js +25 -0
  1020. package/resources/draft-transitions.js.map +1 -0
  1021. package/resources/draft-transitions.mjs +21 -0
  1022. package/resources/draft-transitions.mjs.map +1 -0
  1023. package/resources/earning-types.d.mts +50 -0
  1024. package/resources/earning-types.d.mts.map +1 -0
  1025. package/resources/earning-types.d.ts +50 -0
  1026. package/resources/earning-types.d.ts.map +1 -0
  1027. package/resources/earning-types.js +24 -0
  1028. package/resources/earning-types.js.map +1 -0
  1029. package/resources/earning-types.mjs +20 -0
  1030. package/resources/earning-types.mjs.map +1 -0
  1031. package/resources/earnings-inputs.d.mts +244 -0
  1032. package/resources/earnings-inputs.d.mts.map +1 -0
  1033. package/resources/earnings-inputs.d.ts +244 -0
  1034. package/resources/earnings-inputs.d.ts.map +1 -0
  1035. package/resources/earnings-inputs.js +41 -0
  1036. package/resources/earnings-inputs.js.map +1 -0
  1037. package/resources/earnings-inputs.mjs +37 -0
  1038. package/resources/earnings-inputs.mjs.map +1 -0
  1039. package/resources/employee-documents.d.mts +153 -0
  1040. package/resources/employee-documents.d.mts.map +1 -0
  1041. package/resources/employee-documents.d.ts +153 -0
  1042. package/resources/employee-documents.d.ts.map +1 -0
  1043. package/resources/employee-documents.js +18 -0
  1044. package/resources/employee-documents.js.map +1 -0
  1045. package/resources/employee-documents.mjs +14 -0
  1046. package/resources/employee-documents.mjs.map +1 -0
  1047. package/resources/employment-types.d.mts +85 -0
  1048. package/resources/employment-types.d.mts.map +1 -0
  1049. package/resources/employment-types.d.ts +85 -0
  1050. package/resources/employment-types.d.ts.map +1 -0
  1051. package/resources/employment-types.js +32 -0
  1052. package/resources/employment-types.js.map +1 -0
  1053. package/resources/employment-types.mjs +28 -0
  1054. package/resources/employment-types.mjs.map +1 -0
  1055. package/resources/entitlements.d.mts +33 -0
  1056. package/resources/entitlements.d.mts.map +1 -0
  1057. package/resources/entitlements.d.ts +33 -0
  1058. package/resources/entitlements.d.ts.map +1 -0
  1059. package/resources/entitlements.js +21 -0
  1060. package/resources/entitlements.js.map +1 -0
  1061. package/resources/entitlements.mjs +17 -0
  1062. package/resources/entitlements.mjs.map +1 -0
  1063. package/resources/files.d.mts +164 -0
  1064. package/resources/files.d.mts.map +1 -0
  1065. package/resources/files.d.ts +164 -0
  1066. package/resources/files.d.ts.map +1 -0
  1067. package/resources/files.js +25 -0
  1068. package/resources/files.js.map +1 -0
  1069. package/resources/files.mjs +21 -0
  1070. package/resources/files.mjs.map +1 -0
  1071. package/resources/functions/deployments.d.mts +162 -0
  1072. package/resources/functions/deployments.d.mts.map +1 -0
  1073. package/resources/functions/deployments.d.ts +162 -0
  1074. package/resources/functions/deployments.d.ts.map +1 -0
  1075. package/resources/functions/deployments.js +43 -0
  1076. package/resources/functions/deployments.js.map +1 -0
  1077. package/resources/functions/deployments.mjs +39 -0
  1078. package/resources/functions/deployments.mjs.map +1 -0
  1079. package/resources/functions/executions.d.mts +126 -0
  1080. package/resources/functions/executions.d.mts.map +1 -0
  1081. package/resources/functions/executions.d.ts +126 -0
  1082. package/resources/functions/executions.d.ts.map +1 -0
  1083. package/resources/functions/executions.js +45 -0
  1084. package/resources/functions/executions.js.map +1 -0
  1085. package/resources/functions/executions.mjs +41 -0
  1086. package/resources/functions/executions.mjs.map +1 -0
  1087. package/resources/functions/functions.d.mts +143 -0
  1088. package/resources/functions/functions.d.mts.map +1 -0
  1089. package/resources/functions/functions.d.ts +143 -0
  1090. package/resources/functions/functions.d.ts.map +1 -0
  1091. package/resources/functions/functions.js +59 -0
  1092. package/resources/functions/functions.js.map +1 -0
  1093. package/resources/functions/functions.mjs +54 -0
  1094. package/resources/functions/functions.mjs.map +1 -0
  1095. package/resources/functions/index.d.mts +4 -0
  1096. package/resources/functions/index.d.mts.map +1 -0
  1097. package/resources/functions/index.d.ts +4 -0
  1098. package/resources/functions/index.d.ts.map +1 -0
  1099. package/resources/functions/index.js +11 -0
  1100. package/resources/functions/index.js.map +1 -0
  1101. package/resources/functions/index.mjs +5 -0
  1102. package/resources/functions/index.mjs.map +1 -0
  1103. package/resources/functions.d.mts +2 -0
  1104. package/resources/functions.d.mts.map +1 -0
  1105. package/resources/functions.d.ts +2 -0
  1106. package/resources/functions.d.ts.map +1 -0
  1107. package/resources/functions.js +6 -0
  1108. package/resources/functions.js.map +1 -0
  1109. package/resources/functions.mjs +3 -0
  1110. package/resources/functions.mjs.map +1 -0
  1111. package/resources/headcount-positions.d.mts +1097 -0
  1112. package/resources/headcount-positions.d.mts.map +1 -0
  1113. package/resources/headcount-positions.d.ts +1097 -0
  1114. package/resources/headcount-positions.d.ts.map +1 -0
  1115. package/resources/headcount-positions.js +44 -0
  1116. package/resources/headcount-positions.js.map +1 -0
  1117. package/resources/headcount-positions.mjs +40 -0
  1118. package/resources/headcount-positions.mjs.map +1 -0
  1119. package/resources/headcount-priorities.d.mts +73 -0
  1120. package/resources/headcount-priorities.d.mts.map +1 -0
  1121. package/resources/headcount-priorities.d.ts +73 -0
  1122. package/resources/headcount-priorities.d.ts.map +1 -0
  1123. package/resources/headcount-priorities.js +32 -0
  1124. package/resources/headcount-priorities.js.map +1 -0
  1125. package/resources/headcount-priorities.mjs +28 -0
  1126. package/resources/headcount-priorities.mjs.map +1 -0
  1127. package/resources/hire-requirements.d.mts +112 -0
  1128. package/resources/hire-requirements.d.mts.map +1 -0
  1129. package/resources/hire-requirements.d.ts +112 -0
  1130. package/resources/hire-requirements.d.ts.map +1 -0
  1131. package/resources/hire-requirements.js +19 -0
  1132. package/resources/hire-requirements.js.map +1 -0
  1133. package/resources/hire-requirements.mjs +15 -0
  1134. package/resources/hire-requirements.mjs.map +1 -0
  1135. package/resources/hires.d.mts +657 -0
  1136. package/resources/hires.d.mts.map +1 -0
  1137. package/resources/hires.d.ts +657 -0
  1138. package/resources/hires.d.ts.map +1 -0
  1139. package/resources/hires.js +25 -0
  1140. package/resources/hires.js.map +1 -0
  1141. package/resources/hires.mjs +21 -0
  1142. package/resources/hires.mjs.map +1 -0
  1143. package/resources/index.d.mts +102 -0
  1144. package/resources/index.d.mts.map +1 -0
  1145. package/resources/index.d.ts +102 -0
  1146. package/resources/index.d.ts.map +1 -0
  1147. package/resources/index.js +208 -0
  1148. package/resources/index.js.map +1 -0
  1149. package/resources/index.mjs +103 -0
  1150. package/resources/index.mjs.map +1 -0
  1151. package/resources/job-assignments.d.mts +268 -0
  1152. package/resources/job-assignments.d.mts.map +1 -0
  1153. package/resources/job-assignments.d.ts +268 -0
  1154. package/resources/job-assignments.d.ts.map +1 -0
  1155. package/resources/job-assignments.js +64 -0
  1156. package/resources/job-assignments.js.map +1 -0
  1157. package/resources/job-assignments.mjs +60 -0
  1158. package/resources/job-assignments.mjs.map +1 -0
  1159. package/resources/job-codes.d.mts +437 -0
  1160. package/resources/job-codes.d.mts.map +1 -0
  1161. package/resources/job-codes.d.ts +437 -0
  1162. package/resources/job-codes.d.ts.map +1 -0
  1163. package/resources/job-codes.js +64 -0
  1164. package/resources/job-codes.js.map +1 -0
  1165. package/resources/job-codes.mjs +60 -0
  1166. package/resources/job-codes.mjs.map +1 -0
  1167. package/resources/job-dimensions.d.mts +173 -0
  1168. package/resources/job-dimensions.d.mts.map +1 -0
  1169. package/resources/job-dimensions.d.ts +173 -0
  1170. package/resources/job-dimensions.d.ts.map +1 -0
  1171. package/resources/job-dimensions.js +52 -0
  1172. package/resources/job-dimensions.js.map +1 -0
  1173. package/resources/job-dimensions.mjs +48 -0
  1174. package/resources/job-dimensions.mjs.map +1 -0
  1175. package/resources/job-functions.d.mts +73 -0
  1176. package/resources/job-functions.d.mts.map +1 -0
  1177. package/resources/job-functions.d.ts +73 -0
  1178. package/resources/job-functions.d.ts.map +1 -0
  1179. package/resources/job-functions.js +32 -0
  1180. package/resources/job-functions.js.map +1 -0
  1181. package/resources/job-functions.mjs +28 -0
  1182. package/resources/job-functions.mjs.map +1 -0
  1183. package/resources/job-pay-rate-exceptions.d.mts +104 -0
  1184. package/resources/job-pay-rate-exceptions.d.mts.map +1 -0
  1185. package/resources/job-pay-rate-exceptions.d.ts +104 -0
  1186. package/resources/job-pay-rate-exceptions.d.ts.map +1 -0
  1187. package/resources/job-pay-rate-exceptions.js +44 -0
  1188. package/resources/job-pay-rate-exceptions.js.map +1 -0
  1189. package/resources/job-pay-rate-exceptions.mjs +40 -0
  1190. package/resources/job-pay-rate-exceptions.mjs.map +1 -0
  1191. package/resources/job-requisitions-write.d.mts +260 -0
  1192. package/resources/job-requisitions-write.d.mts.map +1 -0
  1193. package/resources/job-requisitions-write.d.ts +260 -0
  1194. package/resources/job-requisitions-write.d.ts.map +1 -0
  1195. package/resources/job-requisitions-write.js +18 -0
  1196. package/resources/job-requisitions-write.js.map +1 -0
  1197. package/resources/job-requisitions-write.mjs +14 -0
  1198. package/resources/job-requisitions-write.mjs.map +1 -0
  1199. package/resources/job-requisitions.d.mts +50 -0
  1200. package/resources/job-requisitions.d.mts.map +1 -0
  1201. package/resources/job-requisitions.d.ts +50 -0
  1202. package/resources/job-requisitions.d.ts.map +1 -0
  1203. package/resources/job-requisitions.js +25 -0
  1204. package/resources/job-requisitions.js.map +1 -0
  1205. package/resources/job-requisitions.mjs +21 -0
  1206. package/resources/job-requisitions.mjs.map +1 -0
  1207. package/resources/kiosk-badges.d.mts +255 -0
  1208. package/resources/kiosk-badges.d.mts.map +1 -0
  1209. package/resources/kiosk-badges.d.ts +255 -0
  1210. package/resources/kiosk-badges.d.ts.map +1 -0
  1211. package/resources/kiosk-badges.js +56 -0
  1212. package/resources/kiosk-badges.js.map +1 -0
  1213. package/resources/kiosk-badges.mjs +52 -0
  1214. package/resources/kiosk-badges.mjs.map +1 -0
  1215. package/resources/leave-accruals.d.mts +318 -0
  1216. package/resources/leave-accruals.d.mts.map +1 -0
  1217. package/resources/leave-accruals.d.ts +318 -0
  1218. package/resources/leave-accruals.d.ts.map +1 -0
  1219. package/resources/leave-accruals.js +41 -0
  1220. package/resources/leave-accruals.js.map +1 -0
  1221. package/resources/leave-accruals.mjs +37 -0
  1222. package/resources/leave-accruals.mjs.map +1 -0
  1223. package/resources/leave-balances.d.mts +106 -0
  1224. package/resources/leave-balances.d.mts.map +1 -0
  1225. package/resources/leave-balances.d.ts +106 -0
  1226. package/resources/leave-balances.d.ts.map +1 -0
  1227. package/resources/leave-balances.js +31 -0
  1228. package/resources/leave-balances.js.map +1 -0
  1229. package/resources/leave-balances.mjs +27 -0
  1230. package/resources/leave-balances.mjs.map +1 -0
  1231. package/resources/leave-program-evaluations.d.mts +599 -0
  1232. package/resources/leave-program-evaluations.d.mts.map +1 -0
  1233. package/resources/leave-program-evaluations.d.ts +599 -0
  1234. package/resources/leave-program-evaluations.d.ts.map +1 -0
  1235. package/resources/leave-program-evaluations.js +18 -0
  1236. package/resources/leave-program-evaluations.js.map +1 -0
  1237. package/resources/leave-program-evaluations.mjs +14 -0
  1238. package/resources/leave-program-evaluations.mjs.map +1 -0
  1239. package/resources/leave-requests.d.mts +739 -0
  1240. package/resources/leave-requests.d.mts.map +1 -0
  1241. package/resources/leave-requests.d.ts +739 -0
  1242. package/resources/leave-requests.d.ts.map +1 -0
  1243. package/resources/leave-requests.js +47 -0
  1244. package/resources/leave-requests.js.map +1 -0
  1245. package/resources/leave-requests.mjs +43 -0
  1246. package/resources/leave-requests.mjs.map +1 -0
  1247. package/resources/leave-types.d.mts +75 -0
  1248. package/resources/leave-types.d.mts.map +1 -0
  1249. package/resources/leave-types.d.ts +75 -0
  1250. package/resources/leave-types.d.ts.map +1 -0
  1251. package/resources/leave-types.js +30 -0
  1252. package/resources/leave-types.js.map +1 -0
  1253. package/resources/leave-types.mjs +26 -0
  1254. package/resources/leave-types.mjs.map +1 -0
  1255. package/resources/legal-entities.d.mts +125 -0
  1256. package/resources/legal-entities.d.mts.map +1 -0
  1257. package/resources/legal-entities.d.ts +125 -0
  1258. package/resources/legal-entities.d.ts.map +1 -0
  1259. package/resources/legal-entities.js +30 -0
  1260. package/resources/legal-entities.js.map +1 -0
  1261. package/resources/legal-entities.mjs +26 -0
  1262. package/resources/legal-entities.mjs.map +1 -0
  1263. package/resources/levels.d.mts +182 -0
  1264. package/resources/levels.d.mts.map +1 -0
  1265. package/resources/levels.d.ts +182 -0
  1266. package/resources/levels.d.ts.map +1 -0
  1267. package/resources/levels.js +52 -0
  1268. package/resources/levels.js.map +1 -0
  1269. package/resources/levels.mjs +48 -0
  1270. package/resources/levels.mjs.map +1 -0
  1271. package/resources/listing-submissions.d.mts +86 -0
  1272. package/resources/listing-submissions.d.mts.map +1 -0
  1273. package/resources/listing-submissions.d.ts +86 -0
  1274. package/resources/listing-submissions.d.ts.map +1 -0
  1275. package/resources/listing-submissions.js +31 -0
  1276. package/resources/listing-submissions.js.map +1 -0
  1277. package/resources/listing-submissions.mjs +27 -0
  1278. package/resources/listing-submissions.mjs.map +1 -0
  1279. package/resources/listing-transitions.d.mts +59 -0
  1280. package/resources/listing-transitions.d.mts.map +1 -0
  1281. package/resources/listing-transitions.d.ts +59 -0
  1282. package/resources/listing-transitions.d.ts.map +1 -0
  1283. package/resources/listing-transitions.js +24 -0
  1284. package/resources/listing-transitions.js.map +1 -0
  1285. package/resources/listing-transitions.mjs +20 -0
  1286. package/resources/listing-transitions.mjs.map +1 -0
  1287. package/resources/listing.d.mts +1818 -0
  1288. package/resources/listing.d.mts.map +1 -0
  1289. package/resources/listing.d.ts +1818 -0
  1290. package/resources/listing.d.ts.map +1 -0
  1291. package/resources/listing.js +70 -0
  1292. package/resources/listing.js.map +1 -0
  1293. package/resources/listing.mjs +66 -0
  1294. package/resources/listing.mjs.map +1 -0
  1295. package/resources/location-factors.d.mts +119 -0
  1296. package/resources/location-factors.d.mts.map +1 -0
  1297. package/resources/location-factors.d.ts +119 -0
  1298. package/resources/location-factors.d.ts.map +1 -0
  1299. package/resources/location-factors.js +32 -0
  1300. package/resources/location-factors.js.map +1 -0
  1301. package/resources/location-factors.mjs +28 -0
  1302. package/resources/location-factors.mjs.map +1 -0
  1303. package/resources/metadata/components.d.mts +303 -0
  1304. package/resources/metadata/components.d.mts.map +1 -0
  1305. package/resources/metadata/components.d.ts +303 -0
  1306. package/resources/metadata/components.d.ts.map +1 -0
  1307. package/resources/metadata/components.js +83 -0
  1308. package/resources/metadata/components.js.map +1 -0
  1309. package/resources/metadata/components.mjs +79 -0
  1310. package/resources/metadata/components.mjs.map +1 -0
  1311. package/resources/metadata/deployment-runs.d.mts +143 -0
  1312. package/resources/metadata/deployment-runs.d.mts.map +1 -0
  1313. package/resources/metadata/deployment-runs.d.ts +143 -0
  1314. package/resources/metadata/deployment-runs.d.ts.map +1 -0
  1315. package/resources/metadata/deployment-runs.js +73 -0
  1316. package/resources/metadata/deployment-runs.js.map +1 -0
  1317. package/resources/metadata/deployment-runs.mjs +69 -0
  1318. package/resources/metadata/deployment-runs.mjs.map +1 -0
  1319. package/resources/metadata/index.d.mts +7 -0
  1320. package/resources/metadata/index.d.mts.map +1 -0
  1321. package/resources/metadata/index.d.ts +7 -0
  1322. package/resources/metadata/index.d.ts.map +1 -0
  1323. package/resources/metadata/index.js +17 -0
  1324. package/resources/metadata/index.js.map +1 -0
  1325. package/resources/metadata/index.mjs +8 -0
  1326. package/resources/metadata/index.mjs.map +1 -0
  1327. package/resources/metadata/metadata.d.mts +163 -0
  1328. package/resources/metadata/metadata.d.mts.map +1 -0
  1329. package/resources/metadata/metadata.d.ts +163 -0
  1330. package/resources/metadata/metadata.d.ts.map +1 -0
  1331. package/resources/metadata/metadata.js +65 -0
  1332. package/resources/metadata/metadata.js.map +1 -0
  1333. package/resources/metadata/metadata.mjs +60 -0
  1334. package/resources/metadata/metadata.mjs.map +1 -0
  1335. package/resources/metadata/schema.d.mts +92 -0
  1336. package/resources/metadata/schema.d.mts.map +1 -0
  1337. package/resources/metadata/schema.d.ts +92 -0
  1338. package/resources/metadata/schema.d.ts.map +1 -0
  1339. package/resources/metadata/schema.js +27 -0
  1340. package/resources/metadata/schema.js.map +1 -0
  1341. package/resources/metadata/schema.mjs +23 -0
  1342. package/resources/metadata/schema.mjs.map +1 -0
  1343. package/resources/metadata/types.d.mts +46 -0
  1344. package/resources/metadata/types.d.mts.map +1 -0
  1345. package/resources/metadata/types.d.ts +46 -0
  1346. package/resources/metadata/types.d.ts.map +1 -0
  1347. package/resources/metadata/types.js +26 -0
  1348. package/resources/metadata/types.js.map +1 -0
  1349. package/resources/metadata/types.mjs +22 -0
  1350. package/resources/metadata/types.mjs.map +1 -0
  1351. package/resources/metadata/validation-runs.d.mts +143 -0
  1352. package/resources/metadata/validation-runs.d.mts.map +1 -0
  1353. package/resources/metadata/validation-runs.d.ts +143 -0
  1354. package/resources/metadata/validation-runs.d.ts.map +1 -0
  1355. package/resources/metadata/validation-runs.js +73 -0
  1356. package/resources/metadata/validation-runs.js.map +1 -0
  1357. package/resources/metadata/validation-runs.mjs +69 -0
  1358. package/resources/metadata/validation-runs.mjs.map +1 -0
  1359. package/resources/metadata.d.mts +2 -0
  1360. package/resources/metadata.d.mts.map +1 -0
  1361. package/resources/metadata.d.ts +2 -0
  1362. package/resources/metadata.d.ts.map +1 -0
  1363. package/resources/metadata.js +6 -0
  1364. package/resources/metadata.js.map +1 -0
  1365. package/resources/metadata.mjs +3 -0
  1366. package/resources/metadata.mjs.map +1 -0
  1367. package/resources/object-categories.d.mts +85 -0
  1368. package/resources/object-categories.d.mts.map +1 -0
  1369. package/resources/object-categories.d.ts +85 -0
  1370. package/resources/object-categories.d.ts.map +1 -0
  1371. package/resources/object-categories.js +53 -0
  1372. package/resources/object-categories.js.map +1 -0
  1373. package/resources/object-categories.mjs +49 -0
  1374. package/resources/object-categories.mjs.map +1 -0
  1375. package/resources/package-installs.d.mts +108 -0
  1376. package/resources/package-installs.d.mts.map +1 -0
  1377. package/resources/package-installs.d.ts +108 -0
  1378. package/resources/package-installs.d.ts.map +1 -0
  1379. package/resources/package-installs.js +25 -0
  1380. package/resources/package-installs.js.map +1 -0
  1381. package/resources/package-installs.mjs +21 -0
  1382. package/resources/package-installs.mjs.map +1 -0
  1383. package/resources/package-managed-installs.d.mts +119 -0
  1384. package/resources/package-managed-installs.d.mts.map +1 -0
  1385. package/resources/package-managed-installs.d.ts +119 -0
  1386. package/resources/package-managed-installs.d.ts.map +1 -0
  1387. package/resources/package-managed-installs.js +26 -0
  1388. package/resources/package-managed-installs.js.map +1 -0
  1389. package/resources/package-managed-installs.mjs +22 -0
  1390. package/resources/package-managed-installs.mjs.map +1 -0
  1391. package/resources/package-sandbox-links.d.mts +150 -0
  1392. package/resources/package-sandbox-links.d.mts.map +1 -0
  1393. package/resources/package-sandbox-links.d.ts +150 -0
  1394. package/resources/package-sandbox-links.d.ts.map +1 -0
  1395. package/resources/package-sandbox-links.js +25 -0
  1396. package/resources/package-sandbox-links.js.map +1 -0
  1397. package/resources/package-sandbox-links.mjs +21 -0
  1398. package/resources/package-sandbox-links.mjs.map +1 -0
  1399. package/resources/package-uninstalls.d.mts +128 -0
  1400. package/resources/package-uninstalls.d.mts.map +1 -0
  1401. package/resources/package-uninstalls.d.ts +128 -0
  1402. package/resources/package-uninstalls.d.ts.map +1 -0
  1403. package/resources/package-uninstalls.js +25 -0
  1404. package/resources/package-uninstalls.js.map +1 -0
  1405. package/resources/package-uninstalls.mjs +21 -0
  1406. package/resources/package-uninstalls.mjs.map +1 -0
  1407. package/resources/package-upgrades.d.mts +140 -0
  1408. package/resources/package-upgrades.d.mts.map +1 -0
  1409. package/resources/package-upgrades.d.ts +140 -0
  1410. package/resources/package-upgrades.d.ts.map +1 -0
  1411. package/resources/package-upgrades.js +25 -0
  1412. package/resources/package-upgrades.js.map +1 -0
  1413. package/resources/package-upgrades.mjs +21 -0
  1414. package/resources/package-upgrades.mjs.map +1 -0
  1415. package/resources/package-version-component-updates.d.mts +117 -0
  1416. package/resources/package-version-component-updates.d.mts.map +1 -0
  1417. package/resources/package-version-component-updates.d.ts +117 -0
  1418. package/resources/package-version-component-updates.d.ts.map +1 -0
  1419. package/resources/package-version-component-updates.js +33 -0
  1420. package/resources/package-version-component-updates.js.map +1 -0
  1421. package/resources/package-version-component-updates.mjs +29 -0
  1422. package/resources/package-version-component-updates.mjs.map +1 -0
  1423. package/resources/package-versions/index.d.mts +3 -0
  1424. package/resources/package-versions/index.d.mts.map +1 -0
  1425. package/resources/package-versions/index.d.ts +3 -0
  1426. package/resources/package-versions/index.d.ts.map +1 -0
  1427. package/resources/package-versions/index.js +9 -0
  1428. package/resources/package-versions/index.js.map +1 -0
  1429. package/resources/package-versions/index.mjs +4 -0
  1430. package/resources/package-versions/index.mjs.map +1 -0
  1431. package/resources/package-versions/package-versions.d.mts +114 -0
  1432. package/resources/package-versions/package-versions.d.mts.map +1 -0
  1433. package/resources/package-versions/package-versions.d.ts +114 -0
  1434. package/resources/package-versions/package-versions.d.ts.map +1 -0
  1435. package/resources/package-versions/package-versions.js +33 -0
  1436. package/resources/package-versions/package-versions.js.map +1 -0
  1437. package/resources/package-versions/package-versions.mjs +28 -0
  1438. package/resources/package-versions/package-versions.mjs.map +1 -0
  1439. package/resources/package-versions/publish.d.mts +58 -0
  1440. package/resources/package-versions/publish.d.mts.map +1 -0
  1441. package/resources/package-versions/publish.d.ts +58 -0
  1442. package/resources/package-versions/publish.d.ts.map +1 -0
  1443. package/resources/package-versions/publish.js +19 -0
  1444. package/resources/package-versions/publish.js.map +1 -0
  1445. package/resources/package-versions/publish.mjs +15 -0
  1446. package/resources/package-versions/publish.mjs.map +1 -0
  1447. package/resources/package-versions.d.mts +2 -0
  1448. package/resources/package-versions.d.mts.map +1 -0
  1449. package/resources/package-versions.d.ts +2 -0
  1450. package/resources/package-versions.d.ts.map +1 -0
  1451. package/resources/package-versions.js +6 -0
  1452. package/resources/package-versions.js.map +1 -0
  1453. package/resources/package-versions.mjs +3 -0
  1454. package/resources/package-versions.mjs.map +1 -0
  1455. package/resources/packages/available-upgrades.d.mts +33 -0
  1456. package/resources/packages/available-upgrades.d.mts.map +1 -0
  1457. package/resources/packages/available-upgrades.d.ts +33 -0
  1458. package/resources/packages/available-upgrades.d.ts.map +1 -0
  1459. package/resources/packages/available-upgrades.js +20 -0
  1460. package/resources/packages/available-upgrades.js.map +1 -0
  1461. package/resources/packages/available-upgrades.mjs +16 -0
  1462. package/resources/packages/available-upgrades.mjs.map +1 -0
  1463. package/resources/packages/index.d.mts +5 -0
  1464. package/resources/packages/index.d.mts.map +1 -0
  1465. package/resources/packages/index.d.ts +5 -0
  1466. package/resources/packages/index.d.ts.map +1 -0
  1467. package/resources/packages/index.js +13 -0
  1468. package/resources/packages/index.js.map +1 -0
  1469. package/resources/packages/index.mjs +6 -0
  1470. package/resources/packages/index.mjs.map +1 -0
  1471. package/resources/packages/next-versions.d.mts +70 -0
  1472. package/resources/packages/next-versions.d.mts.map +1 -0
  1473. package/resources/packages/next-versions.d.ts +70 -0
  1474. package/resources/packages/next-versions.d.ts.map +1 -0
  1475. package/resources/packages/next-versions.js +21 -0
  1476. package/resources/packages/next-versions.js.map +1 -0
  1477. package/resources/packages/next-versions.mjs +17 -0
  1478. package/resources/packages/next-versions.mjs.map +1 -0
  1479. package/resources/packages/packages.d.mts +251 -0
  1480. package/resources/packages/packages.d.mts.map +1 -0
  1481. package/resources/packages/packages.d.ts +251 -0
  1482. package/resources/packages/packages.d.ts.map +1 -0
  1483. package/resources/packages/packages.js +68 -0
  1484. package/resources/packages/packages.js.map +1 -0
  1485. package/resources/packages/packages.mjs +63 -0
  1486. package/resources/packages/packages.mjs.map +1 -0
  1487. package/resources/packages/versions.d.mts +123 -0
  1488. package/resources/packages/versions.d.mts.map +1 -0
  1489. package/resources/packages/versions.d.ts +123 -0
  1490. package/resources/packages/versions.d.ts.map +1 -0
  1491. package/resources/packages/versions.js +26 -0
  1492. package/resources/packages/versions.js.map +1 -0
  1493. package/resources/packages/versions.mjs +22 -0
  1494. package/resources/packages/versions.mjs.map +1 -0
  1495. package/resources/packages.d.mts +2 -0
  1496. package/resources/packages.d.mts.map +1 -0
  1497. package/resources/packages.d.ts +2 -0
  1498. package/resources/packages.d.ts.map +1 -0
  1499. package/resources/packages.js +6 -0
  1500. package/resources/packages.js.map +1 -0
  1501. package/resources/packages.mjs +3 -0
  1502. package/resources/packages.mjs.map +1 -0
  1503. package/resources/payroll-runs/index.d.mts +3 -0
  1504. package/resources/payroll-runs/index.d.mts.map +1 -0
  1505. package/resources/payroll-runs/index.d.ts +3 -0
  1506. package/resources/payroll-runs/index.d.ts.map +1 -0
  1507. package/resources/payroll-runs/index.js +9 -0
  1508. package/resources/payroll-runs/index.js.map +1 -0
  1509. package/resources/payroll-runs/index.mjs +4 -0
  1510. package/resources/payroll-runs/index.mjs.map +1 -0
  1511. package/resources/payroll-runs/payroll-runs.d.mts +204 -0
  1512. package/resources/payroll-runs/payroll-runs.d.mts.map +1 -0
  1513. package/resources/payroll-runs/payroll-runs.d.ts +204 -0
  1514. package/resources/payroll-runs/payroll-runs.d.ts.map +1 -0
  1515. package/resources/payroll-runs/payroll-runs.js +40 -0
  1516. package/resources/payroll-runs/payroll-runs.js.map +1 -0
  1517. package/resources/payroll-runs/payroll-runs.mjs +35 -0
  1518. package/resources/payroll-runs/payroll-runs.mjs.map +1 -0
  1519. package/resources/payroll-runs/worker-payroll-records.d.mts +204 -0
  1520. package/resources/payroll-runs/worker-payroll-records.d.mts.map +1 -0
  1521. package/resources/payroll-runs/worker-payroll-records.d.ts +204 -0
  1522. package/resources/payroll-runs/worker-payroll-records.d.ts.map +1 -0
  1523. package/resources/payroll-runs/worker-payroll-records.js +23 -0
  1524. package/resources/payroll-runs/worker-payroll-records.js.map +1 -0
  1525. package/resources/payroll-runs/worker-payroll-records.mjs +19 -0
  1526. package/resources/payroll-runs/worker-payroll-records.mjs.map +1 -0
  1527. package/resources/payroll-runs.d.mts +2 -0
  1528. package/resources/payroll-runs.d.mts.map +1 -0
  1529. package/resources/payroll-runs.d.ts +2 -0
  1530. package/resources/payroll-runs.d.ts.map +1 -0
  1531. package/resources/payroll-runs.js +6 -0
  1532. package/resources/payroll-runs.js.map +1 -0
  1533. package/resources/payroll-runs.mjs +3 -0
  1534. package/resources/payroll-runs.mjs.map +1 -0
  1535. package/resources/platform-capabilities.d.mts +25 -0
  1536. package/resources/platform-capabilities.d.mts.map +1 -0
  1537. package/resources/platform-capabilities.d.ts +25 -0
  1538. package/resources/platform-capabilities.d.ts.map +1 -0
  1539. package/resources/platform-capabilities.js +21 -0
  1540. package/resources/platform-capabilities.js.map +1 -0
  1541. package/resources/platform-capabilities.mjs +17 -0
  1542. package/resources/platform-capabilities.mjs.map +1 -0
  1543. package/resources/report-runs.d.mts +218 -0
  1544. package/resources/report-runs.d.mts.map +1 -0
  1545. package/resources/report-runs.d.ts +218 -0
  1546. package/resources/report-runs.d.ts.map +1 -0
  1547. package/resources/report-runs.js +25 -0
  1548. package/resources/report-runs.js.map +1 -0
  1549. package/resources/report-runs.mjs +21 -0
  1550. package/resources/report-runs.mjs.map +1 -0
  1551. package/resources/reports/available-filters.d.mts +49 -0
  1552. package/resources/reports/available-filters.d.mts.map +1 -0
  1553. package/resources/reports/available-filters.d.ts +49 -0
  1554. package/resources/reports/available-filters.d.ts.map +1 -0
  1555. package/resources/reports/available-filters.js +20 -0
  1556. package/resources/reports/available-filters.js.map +1 -0
  1557. package/resources/reports/available-filters.mjs +16 -0
  1558. package/resources/reports/available-filters.mjs.map +1 -0
  1559. package/resources/reports/index.d.mts +3 -0
  1560. package/resources/reports/index.d.mts.map +1 -0
  1561. package/resources/reports/index.d.ts +3 -0
  1562. package/resources/reports/index.d.ts.map +1 -0
  1563. package/resources/reports/index.js +9 -0
  1564. package/resources/reports/index.js.map +1 -0
  1565. package/resources/reports/index.mjs +4 -0
  1566. package/resources/reports/index.mjs.map +1 -0
  1567. package/resources/reports/reports.d.mts +85 -0
  1568. package/resources/reports/reports.d.mts.map +1 -0
  1569. package/resources/reports/reports.d.ts +85 -0
  1570. package/resources/reports/reports.d.ts.map +1 -0
  1571. package/resources/reports/reports.js +27 -0
  1572. package/resources/reports/reports.js.map +1 -0
  1573. package/resources/reports/reports.mjs +22 -0
  1574. package/resources/reports/reports.mjs.map +1 -0
  1575. package/resources/reports.d.mts +2 -0
  1576. package/resources/reports.d.mts.map +1 -0
  1577. package/resources/reports.d.ts +2 -0
  1578. package/resources/reports.d.ts.map +1 -0
  1579. package/resources/reports.js +6 -0
  1580. package/resources/reports.js.map +1 -0
  1581. package/resources/reports.mjs +3 -0
  1582. package/resources/reports.mjs.map +1 -0
  1583. package/resources/sandboxes.d.mts +904 -0
  1584. package/resources/sandboxes.d.mts.map +1 -0
  1585. package/resources/sandboxes.d.ts +904 -0
  1586. package/resources/sandboxes.d.ts.map +1 -0
  1587. package/resources/sandboxes.js +52 -0
  1588. package/resources/sandboxes.js.map +1 -0
  1589. package/resources/sandboxes.mjs +48 -0
  1590. package/resources/sandboxes.mjs.map +1 -0
  1591. package/resources/scheduled-job-assignments.d.mts +152 -0
  1592. package/resources/scheduled-job-assignments.d.mts.map +1 -0
  1593. package/resources/scheduled-job-assignments.d.ts +152 -0
  1594. package/resources/scheduled-job-assignments.d.ts.map +1 -0
  1595. package/resources/scheduled-job-assignments.js +39 -0
  1596. package/resources/scheduled-job-assignments.js.map +1 -0
  1597. package/resources/scheduled-job-assignments.mjs +35 -0
  1598. package/resources/scheduled-job-assignments.mjs.map +1 -0
  1599. package/resources/schedules.d.mts +397 -0
  1600. package/resources/schedules.d.mts.map +1 -0
  1601. package/resources/schedules.d.ts +397 -0
  1602. package/resources/schedules.d.ts.map +1 -0
  1603. package/resources/schedules.js +42 -0
  1604. package/resources/schedules.js.map +1 -0
  1605. package/resources/schedules.mjs +38 -0
  1606. package/resources/schedules.mjs.map +1 -0
  1607. package/resources/shared.d.mts +90 -0
  1608. package/resources/shared.d.mts.map +1 -0
  1609. package/resources/shared.d.ts +90 -0
  1610. package/resources/shared.d.ts.map +1 -0
  1611. package/resources/shared.js +4 -0
  1612. package/resources/shared.js.map +1 -0
  1613. package/resources/shared.mjs +3 -0
  1614. package/resources/shared.mjs.map +1 -0
  1615. package/resources/shift-assignments.d.mts +299 -0
  1616. package/resources/shift-assignments.d.mts.map +1 -0
  1617. package/resources/shift-assignments.d.ts +299 -0
  1618. package/resources/shift-assignments.d.ts.map +1 -0
  1619. package/resources/shift-assignments.js +28 -0
  1620. package/resources/shift-assignments.js.map +1 -0
  1621. package/resources/shift-assignments.mjs +24 -0
  1622. package/resources/shift-assignments.mjs.map +1 -0
  1623. package/resources/shift-inputs.d.mts +299 -0
  1624. package/resources/shift-inputs.d.mts.map +1 -0
  1625. package/resources/shift-inputs.d.ts +299 -0
  1626. package/resources/shift-inputs.d.ts.map +1 -0
  1627. package/resources/shift-inputs.js +56 -0
  1628. package/resources/shift-inputs.js.map +1 -0
  1629. package/resources/shift-inputs.mjs +52 -0
  1630. package/resources/shift-inputs.mjs.map +1 -0
  1631. package/resources/shiftassignments.d.mts +1252 -0
  1632. package/resources/shiftassignments.d.mts.map +1 -0
  1633. package/resources/shiftassignments.d.ts +1252 -0
  1634. package/resources/shiftassignments.d.ts.map +1 -0
  1635. package/resources/shiftassignments.js +47 -0
  1636. package/resources/shiftassignments.js.map +1 -0
  1637. package/resources/shiftassignments.mjs +43 -0
  1638. package/resources/shiftassignments.mjs.map +1 -0
  1639. package/resources/sites.d.mts +610 -0
  1640. package/resources/sites.d.mts.map +1 -0
  1641. package/resources/sites.d.ts +610 -0
  1642. package/resources/sites.d.ts.map +1 -0
  1643. package/resources/sites.js +154 -0
  1644. package/resources/sites.js.map +1 -0
  1645. package/resources/sites.mjs +150 -0
  1646. package/resources/sites.mjs.map +1 -0
  1647. package/resources/software-deployments.d.mts +472 -0
  1648. package/resources/software-deployments.d.mts.map +1 -0
  1649. package/resources/software-deployments.d.ts +472 -0
  1650. package/resources/software-deployments.d.ts.map +1 -0
  1651. package/resources/software-deployments.js +56 -0
  1652. package/resources/software-deployments.js.map +1 -0
  1653. package/resources/software-deployments.mjs +52 -0
  1654. package/resources/software-deployments.mjs.map +1 -0
  1655. package/resources/sso-me.d.mts +56 -0
  1656. package/resources/sso-me.d.mts.map +1 -0
  1657. package/resources/sso-me.d.ts +56 -0
  1658. package/resources/sso-me.d.ts.map +1 -0
  1659. package/resources/sso-me.js +21 -0
  1660. package/resources/sso-me.js.map +1 -0
  1661. package/resources/sso-me.mjs +17 -0
  1662. package/resources/sso-me.mjs.map +1 -0
  1663. package/resources/supergroups/exclusion-members.d.mts +66 -0
  1664. package/resources/supergroups/exclusion-members.d.mts.map +1 -0
  1665. package/resources/supergroups/exclusion-members.d.ts +66 -0
  1666. package/resources/supergroups/exclusion-members.d.ts.map +1 -0
  1667. package/resources/supergroups/exclusion-members.js +30 -0
  1668. package/resources/supergroups/exclusion-members.js.map +1 -0
  1669. package/resources/supergroups/exclusion-members.mjs +26 -0
  1670. package/resources/supergroups/exclusion-members.mjs.map +1 -0
  1671. package/resources/supergroups/inclusion-members.d.mts +66 -0
  1672. package/resources/supergroups/inclusion-members.d.mts.map +1 -0
  1673. package/resources/supergroups/inclusion-members.d.ts +66 -0
  1674. package/resources/supergroups/inclusion-members.d.ts.map +1 -0
  1675. package/resources/supergroups/inclusion-members.js +30 -0
  1676. package/resources/supergroups/inclusion-members.js.map +1 -0
  1677. package/resources/supergroups/inclusion-members.mjs +26 -0
  1678. package/resources/supergroups/inclusion-members.mjs.map +1 -0
  1679. package/resources/supergroups/index.d.mts +5 -0
  1680. package/resources/supergroups/index.d.mts.map +1 -0
  1681. package/resources/supergroups/index.d.ts +5 -0
  1682. package/resources/supergroups/index.d.ts.map +1 -0
  1683. package/resources/supergroups/index.js +13 -0
  1684. package/resources/supergroups/index.js.map +1 -0
  1685. package/resources/supergroups/index.mjs +6 -0
  1686. package/resources/supergroups/index.mjs.map +1 -0
  1687. package/resources/supergroups/members.d.mts +32 -0
  1688. package/resources/supergroups/members.d.mts.map +1 -0
  1689. package/resources/supergroups/members.d.ts +32 -0
  1690. package/resources/supergroups/members.d.ts.map +1 -0
  1691. package/resources/supergroups/members.js +24 -0
  1692. package/resources/supergroups/members.js.map +1 -0
  1693. package/resources/supergroups/members.mjs +20 -0
  1694. package/resources/supergroups/members.mjs.map +1 -0
  1695. package/resources/supergroups/supergroups.d.mts +131 -0
  1696. package/resources/supergroups/supergroups.d.mts.map +1 -0
  1697. package/resources/supergroups/supergroups.d.ts +131 -0
  1698. package/resources/supergroups/supergroups.d.ts.map +1 -0
  1699. package/resources/supergroups/supergroups.js +46 -0
  1700. package/resources/supergroups/supergroups.js.map +1 -0
  1701. package/resources/supergroups/supergroups.mjs +41 -0
  1702. package/resources/supergroups/supergroups.mjs.map +1 -0
  1703. package/resources/supergroups.d.mts +2 -0
  1704. package/resources/supergroups.d.mts.map +1 -0
  1705. package/resources/supergroups.d.ts +2 -0
  1706. package/resources/supergroups.d.ts.map +1 -0
  1707. package/resources/supergroups.js +6 -0
  1708. package/resources/supergroups.js.map +1 -0
  1709. package/resources/supergroups.mjs +3 -0
  1710. package/resources/supergroups.mjs.map +1 -0
  1711. package/resources/teams.d.mts +104 -0
  1712. package/resources/teams.d.mts.map +1 -0
  1713. package/resources/teams.d.ts +104 -0
  1714. package/resources/teams.d.ts.map +1 -0
  1715. package/resources/teams.js +52 -0
  1716. package/resources/teams.js.map +1 -0
  1717. package/resources/teams.mjs +48 -0
  1718. package/resources/teams.mjs.map +1 -0
  1719. package/resources/time-cards.d.mts +164 -0
  1720. package/resources/time-cards.d.mts.map +1 -0
  1721. package/resources/time-cards.d.ts +164 -0
  1722. package/resources/time-cards.d.ts.map +1 -0
  1723. package/resources/time-cards.js +31 -0
  1724. package/resources/time-cards.js.map +1 -0
  1725. package/resources/time-cards.mjs +27 -0
  1726. package/resources/time-cards.mjs.map +1 -0
  1727. package/resources/time-entries.d.mts +1503 -0
  1728. package/resources/time-entries.d.mts.map +1 -0
  1729. package/resources/time-entries.d.ts +1503 -0
  1730. package/resources/time-entries.d.ts.map +1 -0
  1731. package/resources/time-entries.js +57 -0
  1732. package/resources/time-entries.js.map +1 -0
  1733. package/resources/time-entries.mjs +53 -0
  1734. package/resources/time-entries.mjs.map +1 -0
  1735. package/resources/titles.d.mts +133 -0
  1736. package/resources/titles.d.mts.map +1 -0
  1737. package/resources/titles.d.ts +133 -0
  1738. package/resources/titles.d.ts.map +1 -0
  1739. package/resources/titles.js +51 -0
  1740. package/resources/titles.js.map +1 -0
  1741. package/resources/titles.mjs +47 -0
  1742. package/resources/titles.mjs.map +1 -0
  1743. package/resources/tracks.d.mts +101 -0
  1744. package/resources/tracks.d.mts.map +1 -0
  1745. package/resources/tracks.d.ts +101 -0
  1746. package/resources/tracks.d.ts.map +1 -0
  1747. package/resources/tracks.js +51 -0
  1748. package/resources/tracks.js.map +1 -0
  1749. package/resources/tracks.mjs +47 -0
  1750. package/resources/tracks.mjs.map +1 -0
  1751. package/resources/unassigned-shifts.d.mts +337 -0
  1752. package/resources/unassigned-shifts.d.mts.map +1 -0
  1753. package/resources/unassigned-shifts.d.ts +337 -0
  1754. package/resources/unassigned-shifts.d.ts.map +1 -0
  1755. package/resources/unassigned-shifts.js +45 -0
  1756. package/resources/unassigned-shifts.js.map +1 -0
  1757. package/resources/unassigned-shifts.mjs +41 -0
  1758. package/resources/unassigned-shifts.mjs.map +1 -0
  1759. package/resources/unassignedshifts.d.mts +1254 -0
  1760. package/resources/unassignedshifts.d.mts.map +1 -0
  1761. package/resources/unassignedshifts.d.ts +1254 -0
  1762. package/resources/unassignedshifts.d.ts.map +1 -0
  1763. package/resources/unassignedshifts.js +47 -0
  1764. package/resources/unassignedshifts.js.map +1 -0
  1765. package/resources/unassignedshifts.mjs +43 -0
  1766. package/resources/unassignedshifts.mjs.map +1 -0
  1767. package/resources/users.d.mts +208 -0
  1768. package/resources/users.d.mts.map +1 -0
  1769. package/resources/users.d.ts +208 -0
  1770. package/resources/users.d.ts.map +1 -0
  1771. package/resources/users.js +29 -0
  1772. package/resources/users.js.map +1 -0
  1773. package/resources/users.mjs +25 -0
  1774. package/resources/users.mjs.map +1 -0
  1775. package/resources/variable-compensation-payout-labels.d.mts +155 -0
  1776. package/resources/variable-compensation-payout-labels.d.mts.map +1 -0
  1777. package/resources/variable-compensation-payout-labels.d.ts +155 -0
  1778. package/resources/variable-compensation-payout-labels.d.ts.map +1 -0
  1779. package/resources/variable-compensation-payout-labels.js +41 -0
  1780. package/resources/variable-compensation-payout-labels.js.map +1 -0
  1781. package/resources/variable-compensation-payout-labels.mjs +37 -0
  1782. package/resources/variable-compensation-payout-labels.mjs.map +1 -0
  1783. package/resources/variable-compensation-payout-types.d.mts +334 -0
  1784. package/resources/variable-compensation-payout-types.d.mts.map +1 -0
  1785. package/resources/variable-compensation-payout-types.d.ts +334 -0
  1786. package/resources/variable-compensation-payout-types.d.ts.map +1 -0
  1787. package/resources/variable-compensation-payout-types.js +52 -0
  1788. package/resources/variable-compensation-payout-types.js.map +1 -0
  1789. package/resources/variable-compensation-payout-types.mjs +48 -0
  1790. package/resources/variable-compensation-payout-types.mjs.map +1 -0
  1791. package/resources/variable-compensation-payout-writes.d.mts +115 -0
  1792. package/resources/variable-compensation-payout-writes.d.mts.map +1 -0
  1793. package/resources/variable-compensation-payout-writes.d.ts +115 -0
  1794. package/resources/variable-compensation-payout-writes.d.ts.map +1 -0
  1795. package/resources/variable-compensation-payout-writes.js +19 -0
  1796. package/resources/variable-compensation-payout-writes.js.map +1 -0
  1797. package/resources/variable-compensation-payout-writes.mjs +15 -0
  1798. package/resources/variable-compensation-payout-writes.mjs.map +1 -0
  1799. package/resources/variable-compensation-payouts.d.mts +501 -0
  1800. package/resources/variable-compensation-payouts.d.mts.map +1 -0
  1801. package/resources/variable-compensation-payouts.d.ts +501 -0
  1802. package/resources/variable-compensation-payouts.d.ts.map +1 -0
  1803. package/resources/variable-compensation-payouts.js +41 -0
  1804. package/resources/variable-compensation-payouts.js.map +1 -0
  1805. package/resources/variable-compensation-payouts.mjs +37 -0
  1806. package/resources/variable-compensation-payouts.mjs.map +1 -0
  1807. package/resources/work-locations.d.mts +160 -0
  1808. package/resources/work-locations.d.mts.map +1 -0
  1809. package/resources/work-locations.d.ts +160 -0
  1810. package/resources/work-locations.d.ts.map +1 -0
  1811. package/resources/work-locations.js +51 -0
  1812. package/resources/work-locations.js.map +1 -0
  1813. package/resources/work-locations.mjs +47 -0
  1814. package/resources/work-locations.mjs.map +1 -0
  1815. package/resources/worker-change-fields.d.mts +44 -0
  1816. package/resources/worker-change-fields.d.mts.map +1 -0
  1817. package/resources/worker-change-fields.d.ts +44 -0
  1818. package/resources/worker-change-fields.d.ts.map +1 -0
  1819. package/resources/worker-change-fields.js +21 -0
  1820. package/resources/worker-change-fields.js.map +1 -0
  1821. package/resources/worker-change-fields.mjs +17 -0
  1822. package/resources/worker-change-fields.mjs.map +1 -0
  1823. package/resources/worker-changes.d.mts +271 -0
  1824. package/resources/worker-changes.d.mts.map +1 -0
  1825. package/resources/worker-changes.d.ts +271 -0
  1826. package/resources/worker-changes.d.ts.map +1 -0
  1827. package/resources/worker-changes.js +36 -0
  1828. package/resources/worker-changes.js.map +1 -0
  1829. package/resources/worker-changes.mjs +32 -0
  1830. package/resources/worker-changes.mjs.map +1 -0
  1831. package/resources/worker-time-splits.d.mts +375 -0
  1832. package/resources/worker-time-splits.d.mts.map +1 -0
  1833. package/resources/worker-time-splits.d.ts +375 -0
  1834. package/resources/worker-time-splits.d.ts.map +1 -0
  1835. package/resources/worker-time-splits.js +56 -0
  1836. package/resources/worker-time-splits.js.map +1 -0
  1837. package/resources/worker-time-splits.mjs +52 -0
  1838. package/resources/worker-time-splits.mjs.map +1 -0
  1839. package/resources/workers.d.mts +399 -0
  1840. package/resources/workers.d.mts.map +1 -0
  1841. package/resources/workers.d.ts +399 -0
  1842. package/resources/workers.d.ts.map +1 -0
  1843. package/resources/workers.js +34 -0
  1844. package/resources/workers.js.map +1 -0
  1845. package/resources/workers.mjs +30 -0
  1846. package/resources/workers.mjs.map +1 -0
  1847. package/resources/workflow-action-executions.d.mts +33 -0
  1848. package/resources/workflow-action-executions.d.mts.map +1 -0
  1849. package/resources/workflow-action-executions.d.ts +33 -0
  1850. package/resources/workflow-action-executions.d.ts.map +1 -0
  1851. package/resources/workflow-action-executions.js +18 -0
  1852. package/resources/workflow-action-executions.js.map +1 -0
  1853. package/resources/workflow-action-executions.mjs +14 -0
  1854. package/resources/workflow-action-executions.mjs.map +1 -0
  1855. package/resources/workflows.d.mts +768 -0
  1856. package/resources/workflows.d.mts.map +1 -0
  1857. package/resources/workflows.d.ts +768 -0
  1858. package/resources/workflows.d.ts.map +1 -0
  1859. package/resources/workflows.js +48 -0
  1860. package/resources/workflows.js.map +1 -0
  1861. package/resources/workflows.mjs +44 -0
  1862. package/resources/workflows.mjs.map +1 -0
  1863. package/resources.d.mts +2 -0
  1864. package/resources.d.mts.map +1 -0
  1865. package/resources.d.ts +2 -0
  1866. package/resources.d.ts.map +1 -0
  1867. package/resources.js +5 -0
  1868. package/resources.js.map +1 -0
  1869. package/resources.mjs +2 -0
  1870. package/resources.mjs.map +1 -0
  1871. package/src/api-promise.ts +2 -0
  1872. package/src/client.ts +2996 -0
  1873. package/src/core/README.md +3 -0
  1874. package/src/core/api-promise.ts +92 -0
  1875. package/src/core/error.ts +130 -0
  1876. package/src/core/pagination.ts +155 -0
  1877. package/src/core/platform/custom-objects/category.ts +294 -0
  1878. package/src/core/platform/custom-objects/definition.ts +373 -0
  1879. package/src/core/platform/custom-objects/fields.ts +653 -0
  1880. package/src/core/platform/custom-objects/function-runtime.ts +76 -0
  1881. package/src/core/platform/custom-objects/lifecycle.ts +557 -0
  1882. package/src/core/platform/custom-objects/manager.ts +959 -0
  1883. package/src/core/platform/custom-objects/provisioning.ts +672 -0
  1884. package/src/core/platform/custom-objects/rql.ts +375 -0
  1885. package/src/core/platform/custom-objects/schema-manager.ts +351 -0
  1886. package/src/core/platform/custom-objects/typed-rql.ts +1273 -0
  1887. package/src/core/platform/custom-objects/types.ts +753 -0
  1888. package/src/core/platform/custom-objects/validation.ts +573 -0
  1889. package/src/core/platform/custom-objects.ts +269 -0
  1890. package/src/core/resource.ts +11 -0
  1891. package/src/core/uploads.ts +2 -0
  1892. package/src/error.ts +2 -0
  1893. package/src/functions.md +254 -0
  1894. package/src/functions.ts +270 -0
  1895. package/src/index.ts +25 -0
  1896. package/src/internal/README.md +3 -0
  1897. package/src/internal/builtin-types.ts +93 -0
  1898. package/src/internal/detect-platform.ts +196 -0
  1899. package/src/internal/errors.ts +33 -0
  1900. package/src/internal/headers.ts +97 -0
  1901. package/src/internal/parse.ts +56 -0
  1902. package/src/internal/request-options.ts +91 -0
  1903. package/src/internal/shim-types.ts +26 -0
  1904. package/src/internal/shims.ts +107 -0
  1905. package/src/internal/to-file.ts +154 -0
  1906. package/src/internal/types.ts +93 -0
  1907. package/src/internal/uploads.ts +187 -0
  1908. package/src/internal/utils/base64.ts +40 -0
  1909. package/src/internal/utils/bytes.ts +32 -0
  1910. package/src/internal/utils/env.ts +18 -0
  1911. package/src/internal/utils/log.ts +128 -0
  1912. package/src/internal/utils/path.ts +88 -0
  1913. package/src/internal/utils/query.ts +23 -0
  1914. package/src/internal/utils/sleep.ts +3 -0
  1915. package/src/internal/utils/uuid.ts +17 -0
  1916. package/src/internal/utils/values.ts +105 -0
  1917. package/src/internal/utils.ts +9 -0
  1918. package/src/lib/.keep +4 -0
  1919. package/src/lib/leave-programs/README.md +160 -0
  1920. package/src/lib/leave-programs/advanced.ts +11 -0
  1921. package/src/lib/leave-programs/context.ts +101 -0
  1922. package/src/lib/leave-programs/define-company-leave-program.ts +58 -0
  1923. package/src/lib/leave-programs/duration.ts +20 -0
  1924. package/src/lib/leave-programs/pay.ts +18 -0
  1925. package/src/lib/leave-programs/policy-builder.ts +113 -0
  1926. package/src/lib/leave-programs/recipes/parental-top-up-policy.ts +85 -0
  1927. package/src/lib/leave-programs/testing.ts +16 -0
  1928. package/src/lib/leave-programs/types.ts +274 -0
  1929. package/src/lib/leave-programs.ts +35 -0
  1930. package/src/lib/manifest/_existing-component-fields.ts +96 -0
  1931. package/src/lib/manifest/_helpers.ts +168 -0
  1932. package/src/lib/manifest/acp-agent-source-files.ts +42 -0
  1933. package/src/lib/manifest/acp-agent.ts +215 -0
  1934. package/src/lib/manifest/agent.ts +141 -0
  1935. package/src/lib/manifest/app.ts +233 -0
  1936. package/src/lib/manifest/business-event.ts +72 -0
  1937. package/src/lib/manifest/category.ts +129 -0
  1938. package/src/lib/manifest/custom-field-section.ts +86 -0
  1939. package/src/lib/manifest/custom-field.ts +420 -0
  1940. package/src/lib/manifest/custom-object-action.ts +119 -0
  1941. package/src/lib/manifest/custom-object-field-section.ts +137 -0
  1942. package/src/lib/manifest/custom-object-page-layout.ts +2378 -0
  1943. package/src/lib/manifest/custom-object.ts +544 -0
  1944. package/src/lib/manifest/custom-skill.ts +205 -0
  1945. package/src/lib/manifest/existing-manifest-context.ts +923 -0
  1946. package/src/lib/manifest/field.ts +1065 -0
  1947. package/src/lib/manifest/index.ts +284 -0
  1948. package/src/lib/manifest/list-view.ts +253 -0
  1949. package/src/lib/manifest/manifest-builder.ts +255 -0
  1950. package/src/lib/manifest/manifest-function.ts +186 -0
  1951. package/src/lib/manifest/node.ts +4 -0
  1952. package/src/lib/manifest/rule.ts +291 -0
  1953. package/src/lib/manifest/sdui-page.ts +175 -0
  1954. package/src/lib/manifest/validation.ts +202 -0
  1955. package/src/lib/manifest/workflow.ts +248 -0
  1956. package/src/lib/manifest.ts +1 -0
  1957. package/src/pagination.ts +2 -0
  1958. package/src/resource.ts +2 -0
  1959. package/src/resources/agents/agents.ts +340 -0
  1960. package/src/resources/agents/deployments.ts +249 -0
  1961. package/src/resources/agents/index.ts +40 -0
  1962. package/src/resources/agents/sessions/events.ts +107 -0
  1963. package/src/resources/agents/sessions/index.ts +14 -0
  1964. package/src/resources/agents/sessions/messages.ts +111 -0
  1965. package/src/resources/agents/sessions/resume-state.ts +32 -0
  1966. package/src/resources/agents/sessions/sessions.ts +333 -0
  1967. package/src/resources/agents/sessions.ts +3 -0
  1968. package/src/resources/agents/source-revisions.ts +267 -0
  1969. package/src/resources/agents.ts +3 -0
  1970. package/src/resources/app-users.ts +275 -0
  1971. package/src/resources/background-check-candidates.ts +434 -0
  1972. package/src/resources/break-policies.ts +131 -0
  1973. package/src/resources/break-types.ts +252 -0
  1974. package/src/resources/business-partner-groups.ts +156 -0
  1975. package/src/resources/business-partners.ts +200 -0
  1976. package/src/resources/business-structure-paths.ts +240 -0
  1977. package/src/resources/candidate-applications.ts +106 -0
  1978. package/src/resources/candidates.ts +89 -0
  1979. package/src/resources/companies.ts +120 -0
  1980. package/src/resources/company-legal-entities.ts +242 -0
  1981. package/src/resources/company-legal-entity-workers.ts +120 -0
  1982. package/src/resources/compensation-bands-details.ts +148 -0
  1983. package/src/resources/compensations.ts +323 -0
  1984. package/src/resources/custom-apps.ts +442 -0
  1985. package/src/resources/custom-fields.ts +109 -0
  1986. package/src/resources/custom-objects/custom-objects.ts +258 -0
  1987. package/src/resources/custom-objects/fields.ts +459 -0
  1988. package/src/resources/custom-objects/index.ts +35 -0
  1989. package/src/resources/custom-objects/records.ts +353 -0
  1990. package/src/resources/custom-objects.ts +3 -0
  1991. package/src/resources/custom-pages.ts +247 -0
  1992. package/src/resources/custom-settings.ts +376 -0
  1993. package/src/resources/departments.ts +175 -0
  1994. package/src/resources/developer-program-application.ts +233 -0
  1995. package/src/resources/developer-users.ts +77 -0
  1996. package/src/resources/device-orders.ts +205 -0
  1997. package/src/resources/devices.ts +501 -0
  1998. package/src/resources/draft-hires.ts +599 -0
  1999. package/src/resources/draft-transitions.ts +583 -0
  2000. package/src/resources/earning-types.ts +72 -0
  2001. package/src/resources/earnings-inputs.ts +322 -0
  2002. package/src/resources/employee-documents.ts +183 -0
  2003. package/src/resources/employment-types.ts +117 -0
  2004. package/src/resources/entitlements.ts +47 -0
  2005. package/src/resources/files.ts +203 -0
  2006. package/src/resources/functions/deployments.ts +228 -0
  2007. package/src/resources/functions/executions.ts +193 -0
  2008. package/src/resources/functions/functions.ts +244 -0
  2009. package/src/resources/functions/index.ts +31 -0
  2010. package/src/resources/functions.ts +3 -0
  2011. package/src/resources/headcount-positions.ts +1829 -0
  2012. package/src/resources/headcount-priorities.ts +105 -0
  2013. package/src/resources/hire-requirements.ts +140 -0
  2014. package/src/resources/hires.ts +786 -0
  2015. package/src/resources/index.ts +807 -0
  2016. package/src/resources/job-assignments.ts +375 -0
  2017. package/src/resources/job-codes.ts +562 -0
  2018. package/src/resources/job-dimensions.ts +235 -0
  2019. package/src/resources/job-functions.ts +105 -0
  2020. package/src/resources/job-pay-rate-exceptions.ts +161 -0
  2021. package/src/resources/job-requisitions-write.ts +330 -0
  2022. package/src/resources/job-requisitions.ts +74 -0
  2023. package/src/resources/kiosk-badges.ts +353 -0
  2024. package/src/resources/leave-accruals.ts +490 -0
  2025. package/src/resources/leave-balances.ts +147 -0
  2026. package/src/resources/leave-program-evaluations.ts +737 -0
  2027. package/src/resources/leave-requests.ts +938 -0
  2028. package/src/resources/leave-types.ts +105 -0
  2029. package/src/resources/legal-entities.ts +418 -0
  2030. package/src/resources/levels.ts +254 -0
  2031. package/src/resources/listing-submissions.ts +120 -0
  2032. package/src/resources/listing-transitions.ts +84 -0
  2033. package/src/resources/listing.ts +2297 -0
  2034. package/src/resources/location-factors.ts +657 -0
  2035. package/src/resources/metadata/components.ts +349 -0
  2036. package/src/resources/metadata/deployment-runs.ts +186 -0
  2037. package/src/resources/metadata/index.ts +30 -0
  2038. package/src/resources/metadata/metadata.ts +237 -0
  2039. package/src/resources/metadata/schema.ts +105 -0
  2040. package/src/resources/metadata/types.ts +55 -0
  2041. package/src/resources/metadata/validation-runs.ts +186 -0
  2042. package/src/resources/metadata.ts +3 -0
  2043. package/src/resources/object-categories.ts +138 -0
  2044. package/src/resources/package-installs.ts +143 -0
  2045. package/src/resources/package-managed-installs.ts +156 -0
  2046. package/src/resources/package-sandbox-links.ts +195 -0
  2047. package/src/resources/package-uninstalls.ts +168 -0
  2048. package/src/resources/package-upgrades.ts +183 -0
  2049. package/src/resources/package-version-component-updates.ts +154 -0
  2050. package/src/resources/package-versions/index.ts +9 -0
  2051. package/src/resources/package-versions/package-versions.ts +156 -0
  2052. package/src/resources/package-versions/publish.ts +74 -0
  2053. package/src/resources/package-versions.ts +3 -0
  2054. package/src/resources/packages/available-upgrades.ts +51 -0
  2055. package/src/resources/packages/index.ts +27 -0
  2056. package/src/resources/packages/next-versions.ts +95 -0
  2057. package/src/resources/packages/packages.ts +374 -0
  2058. package/src/resources/packages/versions.ts +175 -0
  2059. package/src/resources/packages.ts +3 -0
  2060. package/src/resources/payroll-runs/index.ts +15 -0
  2061. package/src/resources/payroll-runs/payroll-runs.ts +277 -0
  2062. package/src/resources/payroll-runs/worker-payroll-records.ts +260 -0
  2063. package/src/resources/payroll-runs.ts +3 -0
  2064. package/src/resources/platform-capabilities.ts +41 -0
  2065. package/src/resources/report-runs.ts +286 -0
  2066. package/src/resources/reports/available-filters.ts +60 -0
  2067. package/src/resources/reports/index.ts +4 -0
  2068. package/src/resources/reports/reports.ts +112 -0
  2069. package/src/resources/reports.ts +3 -0
  2070. package/src/resources/sandboxes.ts +1094 -0
  2071. package/src/resources/scheduled-job-assignments.ts +211 -0
  2072. package/src/resources/schedules.ts +506 -0
  2073. package/src/resources/shared.ts +359 -0
  2074. package/src/resources/shift-assignments.ts +365 -0
  2075. package/src/resources/shift-inputs.ts +408 -0
  2076. package/src/resources/shiftassignments.ts +1534 -0
  2077. package/src/resources/sites.ts +777 -0
  2078. package/src/resources/software-deployments.ts +612 -0
  2079. package/src/resources/sso-me.ts +70 -0
  2080. package/src/resources/supergroups/exclusion-members.ts +101 -0
  2081. package/src/resources/supergroups/inclusion-members.ts +101 -0
  2082. package/src/resources/supergroups/index.ts +22 -0
  2083. package/src/resources/supergroups/members.ts +51 -0
  2084. package/src/resources/supergroups/supergroups.ts +204 -0
  2085. package/src/resources/supergroups.ts +3 -0
  2086. package/src/resources/teams.ts +161 -0
  2087. package/src/resources/time-cards.ts +219 -0
  2088. package/src/resources/time-entries.ts +1871 -0
  2089. package/src/resources/titles.ts +189 -0
  2090. package/src/resources/tracks.ts +152 -0
  2091. package/src/resources/unassigned-shifts.ts +418 -0
  2092. package/src/resources/unassignedshifts.ts +1542 -0
  2093. package/src/resources/users.ts +265 -0
  2094. package/src/resources/variable-compensation-payout-labels.ts +227 -0
  2095. package/src/resources/variable-compensation-payout-types.ts +440 -0
  2096. package/src/resources/variable-compensation-payout-writes.ts +146 -0
  2097. package/src/resources/variable-compensation-payouts.ts +702 -0
  2098. package/src/resources/work-locations.ts +217 -0
  2099. package/src/resources/worker-change-fields.ts +63 -0
  2100. package/src/resources/worker-changes.ts +359 -0
  2101. package/src/resources/worker-time-splits.ts +485 -0
  2102. package/src/resources/workers.ts +1028 -0
  2103. package/src/resources/workflow-action-executions.ts +50 -0
  2104. package/src/resources/workflows.ts +1434 -0
  2105. package/src/resources.ts +1 -0
  2106. package/src/tsconfig.json +11 -0
  2107. package/src/uploads.ts +2 -0
  2108. package/src/version.ts +1 -0
  2109. package/uploads.d.mts +3 -0
  2110. package/uploads.d.mts.map +1 -0
  2111. package/uploads.d.ts +3 -0
  2112. package/uploads.d.ts.map +1 -0
  2113. package/uploads.js +6 -0
  2114. package/uploads.js.map +1 -0
  2115. package/uploads.mjs +3 -0
  2116. package/uploads.mjs.map +1 -0
  2117. package/version.d.mts +2 -0
  2118. package/version.d.mts.map +1 -0
  2119. package/version.d.ts +2 -0
  2120. package/version.d.ts.map +1 -0
  2121. package/version.js +5 -0
  2122. package/version.js.map +1 -0
  2123. package/version.mjs +2 -0
  2124. package/version.mjs.map +1 -0
@@ -0,0 +1,76 @@
1
+ import { RipplingSDK } from '../../../client';
2
+ import type { FunctionContext } from '../../../functions';
3
+ import { COManager, type CustomObjectRecordsClient, type TypedCustomObjectRecordManager } from './manager';
4
+ import type { AnyCustomObjectDefinition } from './types';
5
+
6
+ /** SDK-shaped client surface consumed by {@link createCustomObjectFunctionRuntime}. */
7
+ export interface CustomObjectFunctionRuntimeClient {
8
+ readonly customObjects: {
9
+ readonly records: CustomObjectRecordsClient;
10
+ };
11
+ }
12
+
13
+ /** Constructor options for {@link createCustomObjectFunctionRuntime}. */
14
+ export interface CreateCustomObjectFunctionRuntimeOptions {
15
+ /** Optional prebuilt SDK-shaped client used instead of constructing a new one from the function context. */
16
+ readonly client?: CustomObjectFunctionRuntimeClient;
17
+ /** Optional bearer-token override used when constructing the default SDK client. */
18
+ readonly bearerToken?: string;
19
+ }
20
+
21
+ /** Shared runtime returned by {@link createCustomObjectFunctionRuntime}. */
22
+ export interface CustomObjectFunctionRuntime {
23
+ /** SDK-shaped client used for low-level access beyond the typed manager lane. */
24
+ readonly client: CustomObjectFunctionRuntimeClient;
25
+ /** Underlying records resource used by the typed manager lane. */
26
+ readonly records: CustomObjectRecordsClient;
27
+ /** Root typed custom-object manager bound to the chosen client. */
28
+ readonly manager: COManager;
29
+ /** Returns a typed record manager bound to one object definition. */
30
+ for<TDefinition extends AnyCustomObjectDefinition>(
31
+ definition: TDefinition,
32
+ ): TypedCustomObjectRecordManager<TDefinition>;
33
+ /** Alias for {@link for}. */
34
+ forObject<TDefinition extends AnyCustomObjectDefinition>(
35
+ definition: TDefinition,
36
+ ): TypedCustomObjectRecordManager<TDefinition>;
37
+ }
38
+
39
+ /**
40
+ * Creates one shared custom-object function runtime from a Rippling function context.
41
+ *
42
+ * This is the small bootstrap helper for custom-object-backed functions: it
43
+ * constructs one SDK client from `context.env.rippling_user_bearer_token`, binds
44
+ * a `COManager`, and exposes definition-scoped managers through `for(...)`.
45
+ *
46
+ * @param context - Function context whose bearer token should back the runtime.
47
+ * @param options - Optional client injection or bearer-token override.
48
+ * @returns Shared runtime containing the SDK client plus typed record managers.
49
+ */
50
+ export function createCustomObjectFunctionRuntime(
51
+ context: Pick<FunctionContext, 'env'>,
52
+ options: CreateCustomObjectFunctionRuntimeOptions = {},
53
+ ): CustomObjectFunctionRuntime {
54
+ if (options.client != null && options.bearerToken != null) {
55
+ throw new Error('Pass either client or bearerToken to createCustomObjectFunctionRuntime(...), not both.');
56
+ }
57
+
58
+ const client =
59
+ options.client ??
60
+ new RipplingSDK({
61
+ bearerToken: options.bearerToken ?? context.env.rippling_user_bearer_token,
62
+ });
63
+ const manager = COManager.fromRecords(client.customObjects.records);
64
+
65
+ return Object.freeze({
66
+ client,
67
+ records: client.customObjects.records,
68
+ manager,
69
+ for<TDefinition extends AnyCustomObjectDefinition>(definition: TDefinition) {
70
+ return manager.for(definition);
71
+ },
72
+ forObject<TDefinition extends AnyCustomObjectDefinition>(definition: TDefinition) {
73
+ return manager.forObject(definition);
74
+ },
75
+ });
76
+ }
@@ -0,0 +1,557 @@
1
+ import type { RipplingSDK } from '../../../client';
2
+ import type { CustomObject } from '../../../resources/custom-objects/custom-objects';
3
+ import type { CustomObjectField } from '../../../resources/custom-objects/fields';
4
+ import type { AnyCustomObjectDefinition, AnyFieldDefinition, FieldNames } from './types';
5
+ import type { CustomObjectCategoryDefinition, ReconciledCustomObjectCategory } from './category';
6
+ import { reconcileCustomObjectCategoryDefinition } from './category';
7
+ import {
8
+ buildCustomObjectNameFieldDetails,
9
+ buildCustomObjectUpdateParams,
10
+ buildProvisionableFieldParams,
11
+ } from './provisioning';
12
+
13
+ /** Lifecycle action emitted by typed metadata reconciliation helpers. */
14
+ export type CustomObjectLifecycleAction = 'created' | 'updated' | 'deleted' | 'unchanged';
15
+
16
+ /** Reconciliation result for one logical custom-object field. */
17
+ export interface ReconciledCustomObjectField<
18
+ TDefinition extends AnyCustomObjectDefinition = AnyCustomObjectDefinition,
19
+ > {
20
+ /** Source typed object definition. */
21
+ readonly definition: TDefinition;
22
+ /** Logical field name from the typed definition. */
23
+ readonly fieldName: FieldNames<TDefinition>;
24
+ /** Action applied to the field. */
25
+ readonly action: CustomObjectLifecycleAction;
26
+ /** Remote field after reconciliation, when present. */
27
+ readonly field?: CustomObjectField;
28
+ }
29
+
30
+ /** Result returned by custom-object reconciliation helpers. */
31
+ export interface ReconciledCustomObject<
32
+ TDefinition extends AnyCustomObjectDefinition = AnyCustomObjectDefinition,
33
+ > {
34
+ /** Source typed object definition. */
35
+ readonly definition: TDefinition;
36
+ /** Optional category reconciliation result, when a category definition was supplied. */
37
+ readonly category?: ReconciledCustomObjectCategory;
38
+ /** Whether the object metadata was created, updated, or already matched. */
39
+ readonly objectAction: Exclude<CustomObjectLifecycleAction, 'deleted'>;
40
+ /** Remote object after reconciliation. */
41
+ readonly object: CustomObject;
42
+ /** Whether the platform-managed name field required an update. */
43
+ readonly nameFieldAction?: Exclude<CustomObjectLifecycleAction, 'deleted'>;
44
+ /** Remote `name` field after applying `name_field_details`, when relevant. */
45
+ readonly nameField?: CustomObjectField;
46
+ /** Per-field reconciliation results keyed by logical field name. */
47
+ readonly fields: Readonly<Record<FieldNames<TDefinition>, ReconciledCustomObjectField<TDefinition>>>;
48
+ /** Deleted extra remote fields keyed by api name. */
49
+ readonly deletedFieldApiNames: readonly string[];
50
+ }
51
+
52
+ /** Options for reconciling one typed custom-object definition against the backend. */
53
+ export interface ReconcileCustomObjectDefinitionOptions {
54
+ /** Optional typed category definition to reconcile before the object. */
55
+ readonly categoryDefinition?: CustomObjectCategoryDefinition;
56
+ /** Resolved category id used by the live REST object APIs. */
57
+ readonly categoryIdentifier?: string;
58
+ /** Whether to delete non-standard remote fields that are absent from the typed definition. */
59
+ readonly deleteMissingFields?: boolean;
60
+ /** Whether to update the platform-managed `name` field when using autonumber metadata. Defaults to `true`. */
61
+ readonly updateNameFieldDetails?: boolean;
62
+ }
63
+
64
+ /** Options for reconciling multiple typed custom-object definitions in one batch. */
65
+ export interface ReconcileCustomObjectDefinitionsOptions
66
+ extends Omit<ReconcileCustomObjectDefinitionOptions, 'categoryDefinition' | 'categoryIdentifier'> {
67
+ /** Optional typed categories to reconcile before object reconciliation. */
68
+ readonly categoryDefinitions?: readonly CustomObjectCategoryDefinition[];
69
+ /** Resolved category ids keyed by object api name for definitions without embedded category definitions. */
70
+ readonly categoryIdentifiersByObjectApiName?: Readonly<Record<string, string>>;
71
+ }
72
+
73
+ /**
74
+ * Returns whether one field should be treated as an inter-object relationship during reconciliation ordering.
75
+ *
76
+ * @param field - Typed field definition to inspect.
77
+ * @returns Whether the field references another object.
78
+ */
79
+ function isRelationshipField(field: AnyFieldDefinition): boolean {
80
+ return field.kind === 'lookup' || field.kind === 'parent-child';
81
+ }
82
+
83
+ /**
84
+ * Compares two metadata payload fragments structurally using JSON serialization.
85
+ *
86
+ * @param left - First value to compare.
87
+ * @param right - Second value to compare.
88
+ * @returns Whether the two values serialize to the same JSON representation.
89
+ */
90
+ function valuesEqual(left: unknown, right: unknown): boolean {
91
+ return JSON.stringify(left) === JSON.stringify(right);
92
+ }
93
+
94
+ /**
95
+ * Returns the field name the backend should currently expose for comparison purposes.
96
+ *
97
+ * @param field - Typed field definition being reconciled.
98
+ * @param useDisplayMetadata - Whether reconciliation should compare the display label rather than the logical name.
99
+ * @returns Expected backend-visible field name.
100
+ */
101
+ function expectedFieldName(field: AnyFieldDefinition, useDisplayMetadata: boolean): string {
102
+ return useDisplayMetadata ? field.displayName : field.logicalName ?? field.displayName;
103
+ }
104
+
105
+ /**
106
+ * Returns the runtime-only `required` value when the active API profile happens to expose it.
107
+ *
108
+ * @param existing - Public field DTO returned by the backend.
109
+ * @returns Exposed required flag when present on the DTO.
110
+ */
111
+ function existingFieldRequiredValue(existing: CustomObjectField): boolean | undefined {
112
+ const value = (existing as unknown as Record<string, unknown>)['required'];
113
+ return typeof value === 'boolean' ? value : undefined;
114
+ }
115
+
116
+ /**
117
+ * Returns true when the desired field metadata is accepted on write but not exposed by the public read DTO.
118
+ *
119
+ * In those cases reconciliation cannot prove equality from `list`/`retrieve`, so the safest current-API
120
+ * behavior is to reapply the write-time metadata instead of treating the field as unchanged.
121
+ */
122
+ /**
123
+ * Returns whether reconciliation must blindly reapply write-only field metadata.
124
+ *
125
+ * @param expected - Precompiled field create/update payloads derived from the definition.
126
+ * @returns Whether the public read DTO lacks enough information to prove equality.
127
+ */
128
+ function fieldRequiresBlindMetadataUpdate(
129
+ expected: ReturnType<typeof buildProvisionableFieldParams>,
130
+ ): boolean {
131
+ const update = expected.update as Record<string, unknown>;
132
+ return (
133
+ update['section'] != null ||
134
+ update['rql_definition'] != null ||
135
+ update['formula_attr_metas'] != null ||
136
+ update['derived_field_formula'] != null
137
+ );
138
+ }
139
+
140
+ /**
141
+ * Returns whether one public field DTO matches the currently observable subset of the typed field definition.
142
+ *
143
+ * @param existing - Public field DTO returned by the backend.
144
+ * @param field - Typed field definition being reconciled.
145
+ * @param expected - Precompiled field create/update payloads derived from the definition.
146
+ * @param useDisplayMetadata - Whether to compare display metadata or raw logical naming.
147
+ * @returns Whether the read-visible remote field already matches the definition.
148
+ */
149
+ function remoteFieldMatchesDefinition(
150
+ existing: CustomObjectField,
151
+ field: AnyFieldDefinition & { logicalName: string },
152
+ expected: ReturnType<typeof buildProvisionableFieldParams>,
153
+ useDisplayMetadata: boolean,
154
+ ): boolean {
155
+ if (fieldRequiresBlindMetadataUpdate(expected)) return false;
156
+
157
+ const uniqueMatches =
158
+ expected.update.is_unique == null ? true : existing.is_unique === expected.update.is_unique;
159
+ const enableHistoryMatches =
160
+ expected.update.enable_history == null ?
161
+ true
162
+ : existing.enable_history === expected.update.enable_history;
163
+ const requiredMatches =
164
+ expected.update.required == null ?
165
+ true
166
+ : (existingFieldRequiredValue(existing) ?? expected.update.required) === expected.update.required;
167
+
168
+ return (
169
+ existing.name === expectedFieldName(field, useDisplayMetadata) &&
170
+ (existing.description ?? null) === (field.description ?? null) &&
171
+ uniqueMatches &&
172
+ enableHistoryMatches &&
173
+ requiredMatches &&
174
+ valuesEqual(existing.data_type, expected.update.data_type)
175
+ );
176
+ }
177
+
178
+ /**
179
+ * Retrieves one existing custom object by API name, returning `undefined` when it does not exist.
180
+ *
181
+ * @param client - SDK client used to call the object APIs.
182
+ * @param customObjectApiName - Compiled custom-object API name to retrieve.
183
+ * @returns Existing custom object DTO, if found.
184
+ */
185
+ async function retrieveExistingObject(
186
+ client: RipplingSDK,
187
+ customObjectApiName: string,
188
+ ): Promise<CustomObject | undefined> {
189
+ try {
190
+ return await client.customObjects.retrieve(customObjectApiName);
191
+ } catch (error) {
192
+ if (error instanceof Error && 'status' in error && (error as { status?: unknown }).status === 404) {
193
+ return undefined;
194
+ }
195
+ throw error;
196
+ }
197
+ }
198
+
199
+ /**
200
+ * Lists existing remote fields for one custom object keyed by API name.
201
+ *
202
+ * @param client - SDK client used to call the field APIs.
203
+ * @param customObjectApiName - Compiled custom-object API name whose fields should be listed.
204
+ * @returns Map of field API names to public field DTOs.
205
+ */
206
+ async function listExistingFields(
207
+ client: RipplingSDK,
208
+ customObjectApiName: string,
209
+ ): Promise<Map<string, CustomObjectField>> {
210
+ const results = new Map<string, CustomObjectField>();
211
+ for await (const field of client.customObjects.fields.list(customObjectApiName)) {
212
+ results.set(field.api_name, field);
213
+ }
214
+ return results;
215
+ }
216
+
217
+ /**
218
+ * Rejects duplicate object definitions within one batch reconciliation request.
219
+ *
220
+ * @param definitions - Typed object definitions to validate for uniqueness.
221
+ * @throws Error when multiple definitions compile to the same object API name.
222
+ */
223
+ function assertUniqueObjectDefinitions(definitions: readonly AnyCustomObjectDefinition[]): void {
224
+ const seen = new Map<string, string>();
225
+ for (const definition of definitions) {
226
+ const existingName = seen.get(definition.apiName);
227
+ if (existingName != null) {
228
+ throw new Error(
229
+ `Duplicate custom object definition for "${definition.apiName}" in batch: ` +
230
+ `"${existingName}" and "${definition.name}".`,
231
+ );
232
+ }
233
+ seen.set(definition.apiName, definition.name);
234
+ }
235
+ }
236
+
237
+ /**
238
+ * Collects and deduplicates embedded or explicitly supplied category definitions for a batch reconcile.
239
+ *
240
+ * @param definitions - Object definitions participating in the batch.
241
+ * @param explicitDefinitions - Optional explicit category definitions supplied by the caller.
242
+ * @returns Frozen deduplicated category-definition list.
243
+ * @throws Error when two definitions for the same category API name disagree on visible metadata.
244
+ */
245
+ function collectCategoryDefinitions(
246
+ definitions: readonly AnyCustomObjectDefinition[],
247
+ explicitDefinitions: readonly CustomObjectCategoryDefinition[] | undefined,
248
+ ): readonly CustomObjectCategoryDefinition[] {
249
+ const categoryDefinitions =
250
+ explicitDefinitions ?? definitions.map((definition) => definition.categoryDefinition);
251
+ const uniqueDefinitions = new Map<string, CustomObjectCategoryDefinition>();
252
+
253
+ for (const definition of categoryDefinitions) {
254
+ if (definition == null) continue;
255
+ const existing = uniqueDefinitions.get(definition.apiName);
256
+ if (existing != null) {
257
+ if (
258
+ existing.displayName !== definition.displayName ||
259
+ existing.description !== definition.description
260
+ ) {
261
+ throw new Error(
262
+ `Conflicting category definitions for "${definition.apiName}" in batch reconciliation.`,
263
+ );
264
+ }
265
+ continue;
266
+ }
267
+ uniqueDefinitions.set(definition.apiName, definition);
268
+ }
269
+
270
+ return Object.freeze([...uniqueDefinitions.values()]);
271
+ }
272
+
273
+ /**
274
+ * Requires a resolved category identifier for one object reconciliation operation.
275
+ *
276
+ * @param definition - Object definition that needs a category identifier.
277
+ * @param categoryIdentifier - Resolved custom-category id or native category id, if available.
278
+ * @returns Required category identifier.
279
+ * @throws Error when no usable category identifier is available.
280
+ * @typeParam TDefinition - Object definition being reconciled.
281
+ */
282
+ function requireCategoryIdentifier<TDefinition extends AnyCustomObjectDefinition>(
283
+ definition: TDefinition,
284
+ categoryIdentifier: string | undefined,
285
+ ): string {
286
+ if (categoryIdentifier != null) return categoryIdentifier;
287
+ throw new Error(
288
+ `A category identifier is required to reconcile "${definition.apiName}". ` +
289
+ `Provide options.categoryIdentifier or embed/provide a typed category definition.`,
290
+ );
291
+ }
292
+
293
+ /**
294
+ * Ensures the remote custom object exists and matches the currently visible object metadata.
295
+ *
296
+ * @param client - SDK client used to call the object APIs.
297
+ * @param definition - Typed object definition to reconcile.
298
+ * @param categoryIdentifier - Resolved category id required by the live object APIs.
299
+ * @returns Object action summary describing whether the object was created, updated, or already matched.
300
+ * @typeParam TDefinition - Object definition being reconciled.
301
+ */
302
+ async function ensureObjectExists<TDefinition extends AnyCustomObjectDefinition>(
303
+ client: RipplingSDK,
304
+ definition: TDefinition,
305
+ categoryIdentifier: string,
306
+ ): Promise<{ readonly action: 'created' | 'updated' | 'unchanged'; readonly object: CustomObject }> {
307
+ const existing = await retrieveExistingObject(client, definition.apiName);
308
+ if (existing == null) {
309
+ const created = await client.customObjects.create({
310
+ category: categoryIdentifier,
311
+ description: definition.description,
312
+ name: definition.name,
313
+ });
314
+ const updated = await client.customObjects.update(
315
+ definition.apiName,
316
+ buildCustomObjectUpdateParams(definition, categoryIdentifier),
317
+ );
318
+ return { action: 'created', object: updated };
319
+ }
320
+
321
+ const shouldUpdate =
322
+ existing.category_id !== categoryIdentifier ||
323
+ existing.name !== definition.displayName ||
324
+ (existing.description ?? null) !== (definition.description ?? null) ||
325
+ (definition.enableHistory != null && existing.enable_history !== definition.enableHistory) ||
326
+ existing.plural_label !== (definition.pluralLabel ?? existing.plural_label) ||
327
+ (definition.ownerRole != null && existing.owner_id !== definition.ownerRole);
328
+ if (!shouldUpdate) return { action: 'unchanged', object: existing };
329
+
330
+ const updated = await client.customObjects.update(
331
+ definition.apiName,
332
+ buildCustomObjectUpdateParams(definition, categoryIdentifier),
333
+ );
334
+ return { action: 'updated', object: updated };
335
+ }
336
+
337
+ /**
338
+ * Reapplies platform-managed `name` field metadata when the typed definition uses autonumber settings.
339
+ *
340
+ * @param client - SDK client used to call the field APIs.
341
+ * @param definition - Typed object definition whose name-field metadata should be enforced.
342
+ * @param options - Reconciliation behavior flags.
343
+ * @returns Optional update result for the platform-managed `name` field.
344
+ * @typeParam TDefinition - Object definition being reconciled.
345
+ */
346
+ async function reconcileNameField<TDefinition extends AnyCustomObjectDefinition>(
347
+ client: RipplingSDK,
348
+ definition: TDefinition,
349
+ options: ReconcileCustomObjectDefinitionOptions,
350
+ ): Promise<{ readonly action?: 'updated'; readonly field?: CustomObjectField }> {
351
+ if (!(options.updateNameFieldDetails ?? true)) return {};
352
+ const nameFieldDetails = buildCustomObjectNameFieldDetails(definition);
353
+ if (nameFieldDetails == null) return {};
354
+ const field = await client.customObjects.fields.update(definition.apiName, 'name', {
355
+ name_field_details: nameFieldDetails,
356
+ });
357
+ return { action: 'updated', field };
358
+ }
359
+
360
+ /**
361
+ * Reconciles all custom fields for one object definition, creating, updating, and optionally deleting fields.
362
+ *
363
+ * @param client - SDK client used to call the field APIs.
364
+ * @param definition - Typed object definition whose fields should be reconciled.
365
+ * @param options - Reconciliation behavior flags.
366
+ * @returns Reconciled field results plus deleted extra remote field API names.
367
+ * @typeParam TDefinition - Object definition being reconciled.
368
+ */
369
+ async function reconcileFields<TDefinition extends AnyCustomObjectDefinition>(
370
+ client: RipplingSDK,
371
+ definition: TDefinition,
372
+ options: ReconcileCustomObjectDefinitionOptions,
373
+ ): Promise<{
374
+ readonly fields: Readonly<Record<FieldNames<TDefinition>, ReconciledCustomObjectField<TDefinition>>>;
375
+ readonly deletedFieldApiNames: readonly string[];
376
+ }> {
377
+ const existingByApiName = await listExistingFields(client, definition.apiName);
378
+ const orderedFieldNames = Object.keys(definition.fields).sort((left, right) => {
379
+ const leftField = definition.fields[left as FieldNames<TDefinition>] as AnyFieldDefinition;
380
+ const rightField = definition.fields[right as FieldNames<TDefinition>] as AnyFieldDefinition;
381
+ return Number(isRelationshipField(leftField)) - Number(isRelationshipField(rightField));
382
+ }) as FieldNames<TDefinition>[];
383
+
384
+ const reconciled: Partial<Record<FieldNames<TDefinition>, ReconciledCustomObjectField<TDefinition>>> = {};
385
+ for (const fieldName of orderedFieldNames) {
386
+ const field = definition.fields[fieldName] as AnyFieldDefinition & {
387
+ apiName: string;
388
+ logicalName: string;
389
+ };
390
+ const params = buildProvisionableFieldParams(definition, fieldName);
391
+ const existing = existingByApiName.get(field.apiName);
392
+
393
+ if (existing == null) {
394
+ const created = await client.customObjects.fields.create(definition.apiName, params.create);
395
+ const updated = await client.customObjects.fields.update(
396
+ definition.apiName,
397
+ field.apiName,
398
+ params.update,
399
+ );
400
+ reconciled[fieldName] = Object.freeze({
401
+ definition,
402
+ fieldName,
403
+ action: 'created',
404
+ field: updated.api_name === field.apiName ? updated : created,
405
+ });
406
+ continue;
407
+ }
408
+
409
+ if (remoteFieldMatchesDefinition(existing, field, params, true)) {
410
+ reconciled[fieldName] = Object.freeze({ definition, fieldName, action: 'unchanged', field: existing });
411
+ continue;
412
+ }
413
+
414
+ const updated = await client.customObjects.fields.update(
415
+ definition.apiName,
416
+ field.apiName,
417
+ params.update,
418
+ );
419
+ reconciled[fieldName] = Object.freeze({ definition, fieldName, action: 'updated', field: updated });
420
+ }
421
+
422
+ const deletedFieldApiNames: string[] = [];
423
+ if (options.deleteMissingFields) {
424
+ const expectedFieldApiNames = new Set(
425
+ Object.values(definition.fields).map(
426
+ (field) => (field as AnyFieldDefinition & { apiName: string }).apiName,
427
+ ),
428
+ );
429
+ for (const existing of existingByApiName.values()) {
430
+ if (existing.is_standard || expectedFieldApiNames.has(existing.api_name)) continue;
431
+ await client.customObjects.fields.delete(definition.apiName, existing.api_name);
432
+ deletedFieldApiNames.push(existing.api_name);
433
+ }
434
+ }
435
+
436
+ return {
437
+ fields: Object.freeze(reconciled) as Readonly<
438
+ Record<FieldNames<TDefinition>, ReconciledCustomObjectField<TDefinition>>
439
+ >,
440
+ deletedFieldApiNames: Object.freeze(deletedFieldApiNames),
441
+ };
442
+ }
443
+
444
+ /**
445
+ * Reconciles one typed custom-object definition against the backend.
446
+ *
447
+ * @param client - SDK client used to call the metadata APIs.
448
+ * @param definition - Typed object definition to reconcile.
449
+ * @param options - Reconciliation behavior flags for categories, name fields, and deletions.
450
+ * @returns Frozen reconciliation result describing the final backend state.
451
+ * @typeParam TDefinition - Object definition being reconciled.
452
+ */
453
+ export async function reconcileCustomObjectDefinition<TDefinition extends AnyCustomObjectDefinition>(
454
+ client: RipplingSDK,
455
+ definition: TDefinition,
456
+ options: ReconcileCustomObjectDefinitionOptions = {},
457
+ ): Promise<ReconciledCustomObject<TDefinition>> {
458
+ const categoryDefinition = options.categoryDefinition ?? definition.categoryDefinition;
459
+ const category =
460
+ categoryDefinition != null ?
461
+ await reconcileCustomObjectCategoryDefinition(client, categoryDefinition)
462
+ : undefined;
463
+ const categoryIdentifier =
464
+ categoryDefinition != null ?
465
+ requireCategoryIdentifier(definition, category?.category.id)
466
+ : requireCategoryIdentifier(definition, options.categoryIdentifier);
467
+ const objectResult = await ensureObjectExists(client, definition, categoryIdentifier);
468
+ const nameField = await reconcileNameField(client, definition, options);
469
+ const fieldResults = await reconcileFields(client, definition, options);
470
+
471
+ return Object.freeze({
472
+ definition,
473
+ ...(category != null ? { category } : {}),
474
+ objectAction: objectResult.action,
475
+ object: objectResult.object,
476
+ ...(nameField.action != null ? { nameFieldAction: nameField.action } : {}),
477
+ ...(nameField.field != null ? { nameField: nameField.field } : {}),
478
+ fields: fieldResults.fields,
479
+ deletedFieldApiNames: fieldResults.deletedFieldApiNames,
480
+ });
481
+ }
482
+
483
+ /**
484
+ * Reconciles multiple typed custom-object definitions in a relationship-safe batch.
485
+ *
486
+ * @param client - SDK client used to call the metadata APIs.
487
+ * @param definitions - Typed object definitions to reconcile.
488
+ * @param options - Batch reconciliation behavior flags.
489
+ * @returns Frozen reconciliation results in input order.
490
+ */
491
+ export async function reconcileCustomObjectDefinitions(
492
+ client: RipplingSDK,
493
+ definitions: readonly AnyCustomObjectDefinition[],
494
+ options: ReconcileCustomObjectDefinitionsOptions = {},
495
+ ): Promise<readonly ReconciledCustomObject[]> {
496
+ assertUniqueObjectDefinitions(definitions);
497
+ const categoryDefinitions = collectCategoryDefinitions(definitions, options.categoryDefinitions);
498
+ const reconciledCategoryIds = new Map<string, string>();
499
+ for (const categoryDefinition of categoryDefinitions) {
500
+ const reconciledCategory = await reconcileCustomObjectCategoryDefinition(client, categoryDefinition);
501
+ reconciledCategoryIds.set(categoryDefinition.apiName, reconciledCategory.category.id);
502
+ }
503
+
504
+ const objectResults = new Map<
505
+ string,
506
+ { readonly action: 'created' | 'updated' | 'unchanged'; readonly object: CustomObject }
507
+ >();
508
+ const nameFields = new Map<string, { readonly action?: 'updated'; readonly field?: CustomObjectField }>();
509
+
510
+ for (const definition of definitions) {
511
+ const categoryIdentifier =
512
+ definition.categoryDefinition != null ?
513
+ reconciledCategoryIds.get(definition.categoryDefinition.apiName)
514
+ : options.categoryIdentifiersByObjectApiName?.[definition.apiName];
515
+ objectResults.set(
516
+ definition.apiName,
517
+ await ensureObjectExists(client, definition, requireCategoryIdentifier(definition, categoryIdentifier)),
518
+ );
519
+ nameFields.set(definition.apiName, await reconcileNameField(client, definition, options));
520
+ }
521
+
522
+ const results: ReconciledCustomObject[] = [];
523
+ for (const definition of definitions) {
524
+ const objectResult = objectResults.get(definition.apiName);
525
+ if (objectResult == null)
526
+ throw new Error(`Missing object reconciliation result for "${definition.apiName}".`);
527
+ const fieldResults = await reconcileFields(client, definition, options);
528
+ const nameField = nameFields.get(definition.apiName) ?? {};
529
+ results.push(
530
+ Object.freeze({
531
+ definition,
532
+ objectAction: objectResult.action,
533
+ object: objectResult.object,
534
+ ...(nameField.action != null ? { nameFieldAction: nameField.action } : {}),
535
+ ...(nameField.field != null ? { nameField: nameField.field } : {}),
536
+ fields: fieldResults.fields,
537
+ deletedFieldApiNames: fieldResults.deletedFieldApiNames,
538
+ }),
539
+ );
540
+ }
541
+
542
+ return Object.freeze(results);
543
+ }
544
+
545
+ /**
546
+ * Deletes one typed custom object definition by its compiled API name.
547
+ *
548
+ * @param client - SDK client used to call the object APIs.
549
+ * @param definition - Typed object definition identifying the object to delete.
550
+ * @typeParam TDefinition - Object definition being deleted.
551
+ */
552
+ export async function deleteCustomObjectDefinition<TDefinition extends AnyCustomObjectDefinition>(
553
+ client: RipplingSDK,
554
+ definition: TDefinition,
555
+ ): Promise<void> {
556
+ await client.customObjects.delete(definition.apiName);
557
+ }