@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,21 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../core/resource.mjs";
3
+ import { buildHeaders } from "../internal/headers.mjs";
4
+ /**
5
+ * Hiring intent submitted for admin review in Rippling
6
+ */
7
+ export class Hires extends APIResource {
8
+ /**
9
+ * Create or resume hire records for admin review. Idempotency-Key and
10
+ * requirements_version are required. First milestone is US and CA direct hire.
11
+ */
12
+ create(params, options) {
13
+ const { 'Idempotency-Key': idempotencyKey, ...body } = params;
14
+ return this._client.post('/hires/', {
15
+ body,
16
+ ...options,
17
+ headers: buildHeaders([{ 'Idempotency-Key': idempotencyKey }, options?.headers]),
18
+ });
19
+ }
20
+ }
21
+ //# sourceMappingURL=hires.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hires.mjs","sourceRoot":"","sources":["../src/resources/hires.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAE/C,OAAO,EAAE,YAAY,EAAE,gCAA4B;AAGnD;;GAEG;AACH,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;;OAGG;IACH,MAAM,CAAC,MAAwB,EAAE,OAAwB;QACvD,MAAM,EAAE,iBAAiB,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE;YAClC,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,iBAAiB,EAAE,cAAc,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SACjF,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,102 @@
1
+ export * from "./shared.mjs";
2
+ export { Agents, type AgentListResponse, type AgentCreateResponse, type AgentRetrieveResponse, type AgentUpdateResponse, type AgentListParams, type AgentCreateParams, type AgentUpdateParams, type AgentListResponsesPageCursorURL, } from "./agents/agents.mjs";
3
+ export { AppUsers, type AppUserListResponse, type AppUserRetrieveResponse, type AppUserListParams, type AppUserRetrieveParams, type AppUserListResponsesPageCursorURL, } from "./app-users.mjs";
4
+ export { BackgroundCheckCandidates, type BackgroundCheckCandidateListResponse, type BackgroundCheckCandidateCreateResponse, type BackgroundCheckCandidateRetrieveResponse, type BackgroundCheckCandidateUpdateResponse, type BackgroundCheckCandidateListParams, type BackgroundCheckCandidateCreateParams, type BackgroundCheckCandidateUpdateParams, type BackgroundCheckCandidateListResponsesPageCursorURL, } from "./background-check-candidates.mjs";
5
+ export { BreakPolicies, type BreakPolicyListResponse, type BreakPolicyRetrieveResponse, type BreakPolicyListParams, type BreakPolicyListResponsesPageCursorURL, } from "./break-policies.mjs";
6
+ export { BreakTypes, type BreakTypeListResponse, type BreakTypeRetrieveResponse, type BreakTypeListParams, type BreakTypeRetrieveParams, type BreakTypeListResponsesPageCursorURL, } from "./break-types.mjs";
7
+ export { BusinessPartnerGroups, type BusinessPartnerGroup, type BusinessPartnerGroupRetrieveResponse, type BusinessPartnerGroupListParams, type BusinessPartnerGroupCreateParams, type BusinessPartnerGroupRetrieveParams, type BusinessPartnerGroupsPageCursorURL, } from "./business-partner-groups.mjs";
8
+ export { BusinessPartners, type BusinessPartner, type Meta, type BusinessPartnerRetrieveResponse, type BusinessPartnerListParams, type BusinessPartnerCreateParams, type BusinessPartnerRetrieveParams, type BusinessPartnersPageCursorURL, } from "./business-partners.mjs";
9
+ export { BusinessStructurePaths, type BusinessStructurePathListResponse, type BusinessStructurePathCreateResponse, type BusinessStructurePathRetrieveResponse, type BusinessStructurePathListParams, type BusinessStructurePathCreateParams, type BusinessStructurePathRetrieveParams, type BusinessStructurePathListResponsesPageCursorURL, } from "./business-structure-paths.mjs";
10
+ export { CandidateApplications, type CandidateApplicationListResponse, type CandidateApplicationListParams, type CandidateApplicationListResponsesPageCursorURL, } from "./candidate-applications.mjs";
11
+ export { Candidates, type CandidateListResponse, type CandidateListParams, type CandidateListResponsesPageCursorURL, } from "./candidates.mjs";
12
+ export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from "./companies.mjs";
13
+ export { CompanyLegalEntities, type CompanyLegalEntityListResponse, type CompanyLegalEntityRetrieveResponse, type CompanyLegalEntityListParams, type CompanyLegalEntityListResponsesPageCursorURL, } from "./company-legal-entities.mjs";
14
+ export { CompanyLegalEntityWorkers, type CompanyLegalEntityWorkerListResponse, type CompanyLegalEntityWorkerRetrieveResponse, type CompanyLegalEntityWorkerListParams, type CompanyLegalEntityWorkerListResponsesPageCursorURL, } from "./company-legal-entity-workers.mjs";
15
+ export { CompensationBandsDetails, type CompensationBandsDetailListResponse, type CompensationBandsDetailRetrieveResponse, type CompensationBandsDetailListParams, type CompensationBandsDetailRetrieveParams, type CompensationBandsDetailListResponsesPageCursorURL, } from "./compensation-bands-details.mjs";
16
+ export { Compensations, type Compensation, type CompensationRetrieveResponse, type CompensationListParams, type CompensationRetrieveParams, type CompensationsPageCursorURL, } from "./compensations.mjs";
17
+ export { CustomApps, type CustomAppListResponse, type CustomAppCreateResponse, type CustomAppRetrieveResponse, type CustomAppUpdateResponse, type CustomAppCreateParams, type CustomAppUpdateParams, type CustomAppListResponsesPageCursorURL, } from "./custom-apps.mjs";
18
+ export { CustomFields, type CustomFieldListResponse, type CustomFieldListParams, type CustomFieldListResponsesPageCursorURL, } from "./custom-fields.mjs";
19
+ export { CustomObjects, type CustomObject, type CustomObjectListParams, type CustomObjectCreateParams, type CustomObjectUpdateParams, type CustomObjectsPageCursorURL, } from "./custom-objects/custom-objects.mjs";
20
+ export { CustomPages, type CustomPageListResponse, type CustomPageCreateResponse, type CustomPageRetrieveResponse, type CustomPageUpdateResponse, type CustomPageCreateParams, type CustomPageUpdateParams, type CustomPageListResponsesPageCursorURL, } from "./custom-pages.mjs";
21
+ export { CustomSettings, type CustomSettingListResponse, type CustomSettingCreateResponse, type CustomSettingRetrieveResponse, type CustomSettingUpdateResponse, type CustomSettingListParams, type CustomSettingCreateParams, type CustomSettingUpdateParams, type CustomSettingListResponsesPageCursorURL, } from "./custom-settings.mjs";
22
+ export { Departments, type Department, type DepartmentRetrieveResponse, type DepartmentListParams, type DepartmentCreateParams, type DepartmentRetrieveParams, type DepartmentUpdateParams, type DepartmentsPageCursorURL, } from "./departments.mjs";
23
+ export { DeveloperProgramApplication, type DeveloperProgramApplicationListResponse, type DeveloperProgramApplicationCreateResponse, type DeveloperProgramApplicationCreateParams, type DeveloperProgramApplicationListResponsesPageCursorURL, } from "./developer-program-application.mjs";
24
+ export { DeveloperUsers, type DeveloperUserListResponse, type DeveloperUserListParams, type DeveloperUserListResponsesPageCursorURL, } from "./developer-users.mjs";
25
+ export { DeviceOrders, type DeviceOrderListResponse, type DeviceOrderRetrieveResponse, type DeviceOrderListParams, type DeviceOrderRetrieveParams, type DeviceOrderListResponsesPageCursorURL, } from "./device-orders.mjs";
26
+ export { Devices, type DeviceListResponse, type DeviceRetrieveResponse, type DeviceListParams, type DeviceRetrieveParams, type DeviceListResponsesPageCursorURL, } from "./devices.mjs";
27
+ export { DraftHires, type DraftHireCreateResponse, type DraftHireCreateParams } from "./draft-hires.mjs";
28
+ export { DraftTransitions, type DraftTransitionRetrieveResponse, type DraftTransitionCreateResponse, type DraftTransitionCreateParams, } from "./draft-transitions.mjs";
29
+ export { EarningTypes, type EarningTypeListResponse, type EarningTypeListParams, type EarningTypeListResponsesPageCursorURL, } from "./earning-types.mjs";
30
+ export { EarningsInputs, type EarningsInputListResponse, type EarningsInputCreateResponse, type EarningsInputListParams, type EarningsInputCreateParams, type EarningsInputListResponsesPageCursorURL, } from "./earnings-inputs.mjs";
31
+ export { EmployeeDocuments, type EmployeeDocumentCreateResponse, type EmployeeDocumentCreateParams, } from "./employee-documents.mjs";
32
+ export { EmploymentTypes, type CompanyEmploymentType, type EmploymentTypeRetrieveResponse, type EmploymentTypeListParams, type CompanyEmploymentTypesPageCursorURL, } from "./employment-types.mjs";
33
+ export { Entitlements, type EntitlementListResponse, type EntitlementListResponsesPageCursorURL, } from "./entitlements.mjs";
34
+ export { Files, type FileRetrieveResponse, type FileCreateResponse, type FileCreateParams } from "./files.mjs";
35
+ export { Functions, type Function, type FunctionCreateDevBundleResponse, type FunctionListParams, type FunctionCreateParams, type FunctionUpdateParams, type FunctionCreateDevBundleParams, type FunctionsPageCursorURL, } from "./functions/functions.mjs";
36
+ export { HeadcountPositions, type HeadcountPositionListResponse, type HeadcountPositionRetrieveResponse, type HeadcountPositionListParams, type HeadcountPositionRetrieveParams, type HeadcountPositionListResponsesPageCursorURL, } from "./headcount-positions.mjs";
37
+ export { HeadcountPriorities, type HeadcountPriorityListResponse, type HeadcountPriorityRetrieveResponse, type HeadcountPriorityListParams, type HeadcountPriorityListResponsesPageCursorURL, } from "./headcount-priorities.mjs";
38
+ export { HireRequirements, type HireRequirementListResponse, type HireRequirementListParams, } from "./hire-requirements.mjs";
39
+ export { Hires, type HireCreateResponse, type HireCreateParams } from "./hires.mjs";
40
+ export { JobAssignments, type AttributeChangeDetails, type JobAssignment, type JobAssignmentRetrieveResponse, type JobAssignmentListParams, type JobAssignmentCreateParams, type JobAssignmentRetrieveParams, type JobAssignmentUpdateParams, type JobAssignmentDeleteParams, type JobAssignmentListChangeLogParams, type AttributeChangeDetailsPageCursorURL, type JobAssignmentsPageCursorURL, } from "./job-assignments.mjs";
41
+ export { JobCodes, type JobCode, type JobCodeRequest, type JobCodeRetrieveResponse, type JobCodeListParams, type JobCodeCreateParams, type JobCodeRetrieveParams, type JobCodeUpdateParams, type JobCodeListChangeLogParams, type JobCodesPageCursorURL, } from "./job-codes.mjs";
42
+ export { JobDimensions, type JobDimension, type JobDimensionRequest, type JobDimensionRetrieveResponse, type JobDimensionListParams, type JobDimensionCreateParams, type JobDimensionUpdateParams, type JobDimensionsPageCursorURL, } from "./job-dimensions.mjs";
43
+ export { JobFunctions, type JobFunctionListResponse, type JobFunctionRetrieveResponse, type JobFunctionListParams, type JobFunctionListResponsesPageCursorURL, } from "./job-functions.mjs";
44
+ export { JobPayRateExceptions, type JobPayRateException, type JobPayRateExceptionRetrieveResponse, type JobPayRateExceptionListParams, type JobPayRateExceptionRetrieveParams, type JobPayRateExceptionListChangeLogParams, type JobPayRateExceptionsPageCursorURL, } from "./job-pay-rate-exceptions.mjs";
45
+ export { JobRequisitions, type JobRequisition, type JobRequisitionListParams, type JobRequisitionsPageCursorURL, } from "./job-requisitions.mjs";
46
+ export { JobRequisitionsWrite, type JobRequisitionsWriteCreateResponse, type JobRequisitionsWriteCreateParams, } from "./job-requisitions-write.mjs";
47
+ export { KioskBadges, type TimeKioskBadge, type KioskBadgeListResponse, type KioskBadgeCreateResponse, type KioskBadgeRetrieveResponse, type KioskBadgeUpdateResponse, type KioskBadgeListParams, type KioskBadgeCreateParams, type KioskBadgeRetrieveParams, type KioskBadgeUpdateParams, type KioskBadgeListResponsesPageCursorURL, } from "./kiosk-badges.mjs";
48
+ export { LeaveAccruals, type LeaveAccrualListResponse, type LeaveAccrualCreateResponse, type LeaveAccrualRetrieveResponse, type LeaveAccrualListParams, type LeaveAccrualCreateParams, type LeaveAccrualRetrieveParams, type LeaveAccrualListResponsesPageCursorURL, } from "./leave-accruals.mjs";
49
+ export { LeaveBalances, type LeaveBalance, type LeaveBalanceRetrieveResponse, type LeaveBalanceListParams, type LeaveBalanceRetrieveParams, type LeaveBalancesPageCursorURL, } from "./leave-balances.mjs";
50
+ export { LeaveProgramEvaluations, type LeaveProgramEvaluationCreateResponse, type LeaveProgramEvaluationCreateParams, } from "./leave-program-evaluations.mjs";
51
+ export { LeaveRequests, type LeaveRequest, type LeaveRequestListResponse, type LeaveRequestCreateResponse, type LeaveRequestRetrieveResponse, type LeaveRequestUpdateResponse, type LeaveRequestListParams, type LeaveRequestCreateParams, type LeaveRequestRetrieveParams, type LeaveRequestUpdateParams, type LeaveRequestListResponsesPageCursorURL, } from "./leave-requests.mjs";
52
+ export { LeaveTypes, type LeaveType, type LeaveTypeRetrieveResponse, type LeaveTypeListParams, type LeaveTypesPageCursorURL, } from "./leave-types.mjs";
53
+ export { LegalEntities, type LegalEntity, type LegalEntityRetrieveResponse, type LegalEntityListParams, type LegalEntityRetrieveParams, type LegalEntitiesPageCursorURL, } from "./legal-entities.mjs";
54
+ export { Levels, type Level, type LevelRetrieveResponse, type LevelListParams, type LevelCreateParams, type LevelRetrieveParams, type LevelUpdateParams, type LevelsPageCursorURL, } from "./levels.mjs";
55
+ export { Listing, type ListingListResponse, type ListingCreateResponse, type ListingRetrieveResponse, type ListingUpdateResponse, type ListingSubmitResponse, type ListingWithdrawResponse, type ListingResubmitResponse, type ListingPublishResponse, type ListingDelistResponse, type ListingListParams, type ListingCreateParams, type ListingUpdateParams, type ListingSubmitParams, type ListingWithdrawParams, type ListingResubmitParams, type ListingPublishParams, type ListingDelistParams, type ListingListResponsesPageCursorURL, } from "./listing.mjs";
56
+ export { ListingSubmissions, type ListingSubmissionListResponse, type ListingSubmissionRetrieveResponse, type ListingSubmissionListParams, type ListingSubmissionListResponsesPageCursorURL, } from "./listing-submissions.mjs";
57
+ export { ListingTransitions, type ListingTransitionListResponse, type ListingTransitionListParams, type ListingTransitionListResponsesPageCursorURL, } from "./listing-transitions.mjs";
58
+ export { LocationFactors, type LocationFactorListResponse, type LocationFactorRetrieveResponse, type LocationFactorListParams, type LocationFactorListResponsesPageCursorURL, } from "./location-factors.mjs";
59
+ export { Metadata, type MetadataExtractResponse, type MetadataExtractByIdentifiersResponse, type MetadataExtractParams, type MetadataExtractByIdentifiersParams, } from "./metadata/metadata.mjs";
60
+ export { ObjectCategories, type ObjectCategory, type ObjectCategoryListParams, type ObjectCategoryCreateParams, type ObjectCategoryUpdateParams, type ObjectCategoriesPageCursorURL, } from "./object-categories.mjs";
61
+ export { PackageInstalls, type PackageInstallCreateResponse, type PackageInstallRetrieveResponse, type PackageInstallCreateParams, } from "./package-installs.mjs";
62
+ export { PackageManagedInstalls, type PackageManagedInstallCreateResponse, type PackageManagedInstallRetrieveResponse, type PackageManagedInstallCreateParams, } from "./package-managed-installs.mjs";
63
+ export { PackageSandboxLinks, type PackageSandboxLinkCreateResponse, type PackageSandboxLinkRetrieveResponse, type PackageSandboxLinkCreateParams, } from "./package-sandbox-links.mjs";
64
+ export { PackageUninstalls, type PackageUninstallCreateResponse, type PackageUninstallRetrieveResponse, type PackageUninstallCreateParams, } from "./package-uninstalls.mjs";
65
+ export { PackageUpgrades, type PackageUpgradeCreateResponse, type PackageUpgradeRetrieveResponse, type PackageUpgradeCreateParams, } from "./package-upgrades.mjs";
66
+ export { PackageVersionComponentUpdates, type PackageVersionComponentUpdateCreateResponse, type PackageVersionComponentUpdateRetrieveResponse, type PackageVersionComponentUpdateCreateParams, } from "./package-version-component-updates.mjs";
67
+ export { PackageVersions, type PackageVersionRetrieveResponse, type PackageVersionUpdateResponse, type PackageVersionUpdateParams, } from "./package-versions/package-versions.mjs";
68
+ export { Packages, type PackageListResponse, type PackageCreateResponse, type PackageRetrieveResponse, type PackageUpdateResponse, type PackageListParams, type PackageCreateParams, type PackageUpdateParams, type PackageListResponsesPageCursorURL, } from "./packages/packages.mjs";
69
+ export { PayrollRuns, type PayrollRunListResponse, type PayrollRunRetrieveResponse, type PayrollRunListParams, type PayrollRunListResponsesPageCursorURL, } from "./payroll-runs/payroll-runs.mjs";
70
+ export { PlatformCapabilities, type PlatformCapabilityListResponse, type PlatformCapabilityListResponsesPageCursorURL, } from "./platform-capabilities.mjs";
71
+ export { ReportRuns, type ReportRunCreateResponse, type ReportRunRetrieveResponse, type ReportRunCreateParams, } from "./report-runs.mjs";
72
+ export { Reports, type ReportRetrieveResponse } from "./reports/reports.mjs";
73
+ export { SSOMeResource, type SSOMe, type SSOMeListParams } from "./sso-me.mjs";
74
+ export { Sandboxes, type SandboxListResponse, type SandboxCreateResponse, type SandboxRetrieveResponse, type SandboxDeveloperSandboxEntryRolesResponse, type SandboxListParams, type SandboxCreateParams, type SandboxListResponsesPageCursorURL, } from "./sandboxes.mjs";
75
+ export { ScheduledJobAssignments, type ScheduledJobAssignmentListResponse, type ScheduledJobAssignmentRetrieveResponse, type ScheduledJobAssignmentListParams, type ScheduledJobAssignmentListResponsesPageCursorURL, } from "./scheduled-job-assignments.mjs";
76
+ export { Schedules, type ScheduleListResponse, type ScheduleCreateResponse, type ScheduleRetrieveResponse, type ScheduleUpdateResponse, type ScheduleListParams, type ScheduleCreateParams, type ScheduleRetrieveParams, type ScheduleUpdateParams, type ScheduleListResponsesPageCursorURL, } from "./schedules.mjs";
77
+ export { ShiftAssignments, type ShiftAssignmentUpdateCustomfieldsResponse, type ShiftAssignmentUpdateCustomfieldsParams, } from "./shift-assignments.mjs";
78
+ export { ShiftInputs, type ShiftInput, type ShiftInputListResponse, type ShiftInputCreateResponse, type ShiftInputRetrieveResponse, type ShiftInputUpdateResponse, type ShiftInputListParams, type ShiftInputCreateParams, type ShiftInputRetrieveParams, type ShiftInputUpdateParams, type ShiftInputListResponsesPageCursorURL, } from "./shift-inputs.mjs";
79
+ export { Shiftassignments, type ShiftassignmentListResponse, type ShiftassignmentCreateResponse, type ShiftassignmentRetrieveResponse, type ShiftassignmentUpdateResponse, type ShiftassignmentListParams, type ShiftassignmentCreateParams, type ShiftassignmentRetrieveParams, type ShiftassignmentUpdateParams, type ShiftassignmentListResponsesPageCursorURL, } from "./shiftassignments.mjs";
80
+ export { Sites, type SiteListResponse, type SiteCreateResponse, type SiteRetrieveResponse, type SiteUpdateResponse, type SiteUploadBatchesPresignResponse, type SiteFilesResponse, type SiteFileOperationsResponse, type SiteListParams, type SiteCreateParams, type SiteUpdateParams, type SiteUploadBatchesPresignParams, type SiteFilesParams, type SiteFileOperationsParams, type SiteListResponsesPageCursorURL, } from "./sites.mjs";
81
+ export { SoftwareDeployments, type SoftwareDeploymentListResponse, type SoftwareDeploymentCreateResponse, type SoftwareDeploymentRetrieveResponse, type SoftwareDeploymentUpdateResponse, type SoftwareDeploymentListParams, type SoftwareDeploymentCreateParams, type SoftwareDeploymentRetrieveParams, type SoftwareDeploymentUpdateParams, type SoftwareDeploymentListResponsesPageCursorURL, } from "./software-deployments.mjs";
82
+ export { Supergroups, type Supergroup, type SupergroupRetrieveResponse, type SupergroupListParams, type SupergroupsPageCursorURL, } from "./supergroups/supergroups.mjs";
83
+ export { Teams, type Team, type TeamRetrieveResponse, type TeamListParams, type TeamCreateParams, type TeamRetrieveParams, type TeamUpdateParams, type TeamsPageCursorURL, } from "./teams.mjs";
84
+ export { TimeCards, type PayPeriod, type TimeCard, type TimeCardRetrieveResponse, type TimeCardListParams, type TimeCardRetrieveParams, type TimeCardsPageCursorURL, } from "./time-cards.mjs";
85
+ export { TimeEntries, type TimeEntry, type TimeEntryListResponse, type TimeEntryCreateResponse, type TimeEntryRetrieveResponse, type TimeEntryUpdateResponse, type TimeEntryListParams, type TimeEntryCreateParams, type TimeEntryRetrieveParams, type TimeEntryUpdateParams, type TimeEntryListResponsesPageCursorURL, } from "./time-entries.mjs";
86
+ export { Titles, type TitleListResponse, type TitleCreateResponse, type TitleRetrieveResponse, type TitleUpdateResponse, type TitleListParams, type TitleCreateParams, type TitleUpdateParams, type TitleListResponsesPageCursorURL, } from "./titles.mjs";
87
+ export { Tracks, type Track, type TrackRetrieveResponse, type TrackListParams, type TrackCreateParams, type TrackUpdateParams, type TracksPageCursorURL, } from "./tracks.mjs";
88
+ export { UnassignedShifts, type UnassignedShiftUpdateCustomfieldsResponse, type UnassignedShiftAssignResponse, type UnassignedShiftUpdateCustomfieldsParams, type UnassignedShiftAssignParams, } from "./unassigned-shifts.mjs";
89
+ export { Unassignedshifts, type UnassignedshiftListResponse, type UnassignedshiftCreateResponse, type UnassignedshiftRetrieveResponse, type UnassignedshiftUpdateResponse, type UnassignedshiftListParams, type UnassignedshiftCreateParams, type UnassignedshiftRetrieveParams, type UnassignedshiftUpdateParams, type UnassignedshiftListResponsesPageCursorURL, } from "./unassignedshifts.mjs";
90
+ export { Users, type User, type UserRetrieveResponse, type UserListParams, type UsersPageCursorURL, } from "./users.mjs";
91
+ export { VariableCompensationPayoutLabels, type VariableCompensationPayoutLabelListResponse, type VariableCompensationPayoutLabelCreateResponse, type VariableCompensationPayoutLabelRetrieveResponse, type VariableCompensationPayoutLabelUpdateResponse, type VariableCompensationPayoutLabelListParams, type VariableCompensationPayoutLabelCreateParams, type VariableCompensationPayoutLabelUpdateParams, type VariableCompensationPayoutLabelListResponsesPageCursorURL, } from "./variable-compensation-payout-labels.mjs";
92
+ export { VariableCompensationPayoutTypes, type VariableCompensationPayoutTypeListResponse, type VariableCompensationPayoutTypeCreateResponse, type VariableCompensationPayoutTypeRetrieveResponse, type VariableCompensationPayoutTypeUpdateResponse, type VariableCompensationPayoutTypeCreateParams, type VariableCompensationPayoutTypeUpdateParams, type VariableCompensationPayoutTypeListResponsesPageCursorURL, } from "./variable-compensation-payout-types.mjs";
93
+ export { VariableCompensationPayoutWrites, type VariableCompensationPayoutWriteCreateResponse, type VariableCompensationPayoutWriteCreateParams, } from "./variable-compensation-payout-writes.mjs";
94
+ export { VariableCompensationPayouts, type VariableCompensationPayoutListResponse, type VariableCompensationPayoutCreateResponse, type VariableCompensationPayoutRetrieveResponse, type VariableCompensationPayoutListParams, type VariableCompensationPayoutCreateParams, type VariableCompensationPayoutListResponsesPageCursorURL, } from "./variable-compensation-payouts.mjs";
95
+ export { WorkLocations, type WorkLocation, type WorkLocationRetrieveResponse, type WorkLocationListParams, type WorkLocationCreateParams, type WorkLocationUpdateParams, type WorkLocationsPageCursorURL, } from "./work-locations.mjs";
96
+ export { WorkerChangeFields, type WorkerChangeFieldListResponse, type WorkerChangeFieldListResponsesPageCursorURL, } from "./worker-change-fields.mjs";
97
+ export { WorkerChanges, type WorkerChangeListResponse, type WorkerChangeRetrieveResponse, type WorkerChangeListParams, type WorkerChangeRetrieveParams, type WorkerChangeListResponsesPageCursorURL, } from "./worker-changes.mjs";
98
+ export { WorkerTimeSplits, type WorkerTimeSplitListResponse, type WorkerTimeSplitCreateResponse, type WorkerTimeSplitRetrieveResponse, type WorkerTimeSplitUpdateResponse, type WorkerTimeSplitListParams, type WorkerTimeSplitCreateParams, type WorkerTimeSplitRetrieveParams, type WorkerTimeSplitUpdateParams, type WorkerTimeSplitListResponsesPageCursorURL, } from "./worker-time-splits.mjs";
99
+ export { Workers, type Worker, type WorkerRetrieveResponse, type WorkerListParams, type WorkerRetrieveParams, type WorkersPageCursorURL, } from "./workers.mjs";
100
+ export { WorkflowActionExecutions, type WorkflowActionExecutionCreateResponse, type WorkflowActionExecutionCreateParams, } from "./workflow-action-executions.mjs";
101
+ export { Workflows, type WorkflowListResponse, type WorkflowCreateResponse, type WorkflowRetrieveResponse, type WorkflowUpdateResponse, type WorkflowListParams, type WorkflowCreateParams, type WorkflowRetrieveParams, type WorkflowUpdateParams, type WorkflowListResponsesPageCursorURL, } from "./workflows.mjs";
102
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,102 @@
1
+ export * from "./shared.js";
2
+ export { Agents, type AgentListResponse, type AgentCreateResponse, type AgentRetrieveResponse, type AgentUpdateResponse, type AgentListParams, type AgentCreateParams, type AgentUpdateParams, type AgentListResponsesPageCursorURL, } from "./agents/agents.js";
3
+ export { AppUsers, type AppUserListResponse, type AppUserRetrieveResponse, type AppUserListParams, type AppUserRetrieveParams, type AppUserListResponsesPageCursorURL, } from "./app-users.js";
4
+ export { BackgroundCheckCandidates, type BackgroundCheckCandidateListResponse, type BackgroundCheckCandidateCreateResponse, type BackgroundCheckCandidateRetrieveResponse, type BackgroundCheckCandidateUpdateResponse, type BackgroundCheckCandidateListParams, type BackgroundCheckCandidateCreateParams, type BackgroundCheckCandidateUpdateParams, type BackgroundCheckCandidateListResponsesPageCursorURL, } from "./background-check-candidates.js";
5
+ export { BreakPolicies, type BreakPolicyListResponse, type BreakPolicyRetrieveResponse, type BreakPolicyListParams, type BreakPolicyListResponsesPageCursorURL, } from "./break-policies.js";
6
+ export { BreakTypes, type BreakTypeListResponse, type BreakTypeRetrieveResponse, type BreakTypeListParams, type BreakTypeRetrieveParams, type BreakTypeListResponsesPageCursorURL, } from "./break-types.js";
7
+ export { BusinessPartnerGroups, type BusinessPartnerGroup, type BusinessPartnerGroupRetrieveResponse, type BusinessPartnerGroupListParams, type BusinessPartnerGroupCreateParams, type BusinessPartnerGroupRetrieveParams, type BusinessPartnerGroupsPageCursorURL, } from "./business-partner-groups.js";
8
+ export { BusinessPartners, type BusinessPartner, type Meta, type BusinessPartnerRetrieveResponse, type BusinessPartnerListParams, type BusinessPartnerCreateParams, type BusinessPartnerRetrieveParams, type BusinessPartnersPageCursorURL, } from "./business-partners.js";
9
+ export { BusinessStructurePaths, type BusinessStructurePathListResponse, type BusinessStructurePathCreateResponse, type BusinessStructurePathRetrieveResponse, type BusinessStructurePathListParams, type BusinessStructurePathCreateParams, type BusinessStructurePathRetrieveParams, type BusinessStructurePathListResponsesPageCursorURL, } from "./business-structure-paths.js";
10
+ export { CandidateApplications, type CandidateApplicationListResponse, type CandidateApplicationListParams, type CandidateApplicationListResponsesPageCursorURL, } from "./candidate-applications.js";
11
+ export { Candidates, type CandidateListResponse, type CandidateListParams, type CandidateListResponsesPageCursorURL, } from "./candidates.js";
12
+ export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from "./companies.js";
13
+ export { CompanyLegalEntities, type CompanyLegalEntityListResponse, type CompanyLegalEntityRetrieveResponse, type CompanyLegalEntityListParams, type CompanyLegalEntityListResponsesPageCursorURL, } from "./company-legal-entities.js";
14
+ export { CompanyLegalEntityWorkers, type CompanyLegalEntityWorkerListResponse, type CompanyLegalEntityWorkerRetrieveResponse, type CompanyLegalEntityWorkerListParams, type CompanyLegalEntityWorkerListResponsesPageCursorURL, } from "./company-legal-entity-workers.js";
15
+ export { CompensationBandsDetails, type CompensationBandsDetailListResponse, type CompensationBandsDetailRetrieveResponse, type CompensationBandsDetailListParams, type CompensationBandsDetailRetrieveParams, type CompensationBandsDetailListResponsesPageCursorURL, } from "./compensation-bands-details.js";
16
+ export { Compensations, type Compensation, type CompensationRetrieveResponse, type CompensationListParams, type CompensationRetrieveParams, type CompensationsPageCursorURL, } from "./compensations.js";
17
+ export { CustomApps, type CustomAppListResponse, type CustomAppCreateResponse, type CustomAppRetrieveResponse, type CustomAppUpdateResponse, type CustomAppCreateParams, type CustomAppUpdateParams, type CustomAppListResponsesPageCursorURL, } from "./custom-apps.js";
18
+ export { CustomFields, type CustomFieldListResponse, type CustomFieldListParams, type CustomFieldListResponsesPageCursorURL, } from "./custom-fields.js";
19
+ export { CustomObjects, type CustomObject, type CustomObjectListParams, type CustomObjectCreateParams, type CustomObjectUpdateParams, type CustomObjectsPageCursorURL, } from "./custom-objects/custom-objects.js";
20
+ export { CustomPages, type CustomPageListResponse, type CustomPageCreateResponse, type CustomPageRetrieveResponse, type CustomPageUpdateResponse, type CustomPageCreateParams, type CustomPageUpdateParams, type CustomPageListResponsesPageCursorURL, } from "./custom-pages.js";
21
+ export { CustomSettings, type CustomSettingListResponse, type CustomSettingCreateResponse, type CustomSettingRetrieveResponse, type CustomSettingUpdateResponse, type CustomSettingListParams, type CustomSettingCreateParams, type CustomSettingUpdateParams, type CustomSettingListResponsesPageCursorURL, } from "./custom-settings.js";
22
+ export { Departments, type Department, type DepartmentRetrieveResponse, type DepartmentListParams, type DepartmentCreateParams, type DepartmentRetrieveParams, type DepartmentUpdateParams, type DepartmentsPageCursorURL, } from "./departments.js";
23
+ export { DeveloperProgramApplication, type DeveloperProgramApplicationListResponse, type DeveloperProgramApplicationCreateResponse, type DeveloperProgramApplicationCreateParams, type DeveloperProgramApplicationListResponsesPageCursorURL, } from "./developer-program-application.js";
24
+ export { DeveloperUsers, type DeveloperUserListResponse, type DeveloperUserListParams, type DeveloperUserListResponsesPageCursorURL, } from "./developer-users.js";
25
+ export { DeviceOrders, type DeviceOrderListResponse, type DeviceOrderRetrieveResponse, type DeviceOrderListParams, type DeviceOrderRetrieveParams, type DeviceOrderListResponsesPageCursorURL, } from "./device-orders.js";
26
+ export { Devices, type DeviceListResponse, type DeviceRetrieveResponse, type DeviceListParams, type DeviceRetrieveParams, type DeviceListResponsesPageCursorURL, } from "./devices.js";
27
+ export { DraftHires, type DraftHireCreateResponse, type DraftHireCreateParams } from "./draft-hires.js";
28
+ export { DraftTransitions, type DraftTransitionRetrieveResponse, type DraftTransitionCreateResponse, type DraftTransitionCreateParams, } from "./draft-transitions.js";
29
+ export { EarningTypes, type EarningTypeListResponse, type EarningTypeListParams, type EarningTypeListResponsesPageCursorURL, } from "./earning-types.js";
30
+ export { EarningsInputs, type EarningsInputListResponse, type EarningsInputCreateResponse, type EarningsInputListParams, type EarningsInputCreateParams, type EarningsInputListResponsesPageCursorURL, } from "./earnings-inputs.js";
31
+ export { EmployeeDocuments, type EmployeeDocumentCreateResponse, type EmployeeDocumentCreateParams, } from "./employee-documents.js";
32
+ export { EmploymentTypes, type CompanyEmploymentType, type EmploymentTypeRetrieveResponse, type EmploymentTypeListParams, type CompanyEmploymentTypesPageCursorURL, } from "./employment-types.js";
33
+ export { Entitlements, type EntitlementListResponse, type EntitlementListResponsesPageCursorURL, } from "./entitlements.js";
34
+ export { Files, type FileRetrieveResponse, type FileCreateResponse, type FileCreateParams } from "./files.js";
35
+ export { Functions, type Function, type FunctionCreateDevBundleResponse, type FunctionListParams, type FunctionCreateParams, type FunctionUpdateParams, type FunctionCreateDevBundleParams, type FunctionsPageCursorURL, } from "./functions/functions.js";
36
+ export { HeadcountPositions, type HeadcountPositionListResponse, type HeadcountPositionRetrieveResponse, type HeadcountPositionListParams, type HeadcountPositionRetrieveParams, type HeadcountPositionListResponsesPageCursorURL, } from "./headcount-positions.js";
37
+ export { HeadcountPriorities, type HeadcountPriorityListResponse, type HeadcountPriorityRetrieveResponse, type HeadcountPriorityListParams, type HeadcountPriorityListResponsesPageCursorURL, } from "./headcount-priorities.js";
38
+ export { HireRequirements, type HireRequirementListResponse, type HireRequirementListParams, } from "./hire-requirements.js";
39
+ export { Hires, type HireCreateResponse, type HireCreateParams } from "./hires.js";
40
+ export { JobAssignments, type AttributeChangeDetails, type JobAssignment, type JobAssignmentRetrieveResponse, type JobAssignmentListParams, type JobAssignmentCreateParams, type JobAssignmentRetrieveParams, type JobAssignmentUpdateParams, type JobAssignmentDeleteParams, type JobAssignmentListChangeLogParams, type AttributeChangeDetailsPageCursorURL, type JobAssignmentsPageCursorURL, } from "./job-assignments.js";
41
+ export { JobCodes, type JobCode, type JobCodeRequest, type JobCodeRetrieveResponse, type JobCodeListParams, type JobCodeCreateParams, type JobCodeRetrieveParams, type JobCodeUpdateParams, type JobCodeListChangeLogParams, type JobCodesPageCursorURL, } from "./job-codes.js";
42
+ export { JobDimensions, type JobDimension, type JobDimensionRequest, type JobDimensionRetrieveResponse, type JobDimensionListParams, type JobDimensionCreateParams, type JobDimensionUpdateParams, type JobDimensionsPageCursorURL, } from "./job-dimensions.js";
43
+ export { JobFunctions, type JobFunctionListResponse, type JobFunctionRetrieveResponse, type JobFunctionListParams, type JobFunctionListResponsesPageCursorURL, } from "./job-functions.js";
44
+ export { JobPayRateExceptions, type JobPayRateException, type JobPayRateExceptionRetrieveResponse, type JobPayRateExceptionListParams, type JobPayRateExceptionRetrieveParams, type JobPayRateExceptionListChangeLogParams, type JobPayRateExceptionsPageCursorURL, } from "./job-pay-rate-exceptions.js";
45
+ export { JobRequisitions, type JobRequisition, type JobRequisitionListParams, type JobRequisitionsPageCursorURL, } from "./job-requisitions.js";
46
+ export { JobRequisitionsWrite, type JobRequisitionsWriteCreateResponse, type JobRequisitionsWriteCreateParams, } from "./job-requisitions-write.js";
47
+ export { KioskBadges, type TimeKioskBadge, type KioskBadgeListResponse, type KioskBadgeCreateResponse, type KioskBadgeRetrieveResponse, type KioskBadgeUpdateResponse, type KioskBadgeListParams, type KioskBadgeCreateParams, type KioskBadgeRetrieveParams, type KioskBadgeUpdateParams, type KioskBadgeListResponsesPageCursorURL, } from "./kiosk-badges.js";
48
+ export { LeaveAccruals, type LeaveAccrualListResponse, type LeaveAccrualCreateResponse, type LeaveAccrualRetrieveResponse, type LeaveAccrualListParams, type LeaveAccrualCreateParams, type LeaveAccrualRetrieveParams, type LeaveAccrualListResponsesPageCursorURL, } from "./leave-accruals.js";
49
+ export { LeaveBalances, type LeaveBalance, type LeaveBalanceRetrieveResponse, type LeaveBalanceListParams, type LeaveBalanceRetrieveParams, type LeaveBalancesPageCursorURL, } from "./leave-balances.js";
50
+ export { LeaveProgramEvaluations, type LeaveProgramEvaluationCreateResponse, type LeaveProgramEvaluationCreateParams, } from "./leave-program-evaluations.js";
51
+ export { LeaveRequests, type LeaveRequest, type LeaveRequestListResponse, type LeaveRequestCreateResponse, type LeaveRequestRetrieveResponse, type LeaveRequestUpdateResponse, type LeaveRequestListParams, type LeaveRequestCreateParams, type LeaveRequestRetrieveParams, type LeaveRequestUpdateParams, type LeaveRequestListResponsesPageCursorURL, } from "./leave-requests.js";
52
+ export { LeaveTypes, type LeaveType, type LeaveTypeRetrieveResponse, type LeaveTypeListParams, type LeaveTypesPageCursorURL, } from "./leave-types.js";
53
+ export { LegalEntities, type LegalEntity, type LegalEntityRetrieveResponse, type LegalEntityListParams, type LegalEntityRetrieveParams, type LegalEntitiesPageCursorURL, } from "./legal-entities.js";
54
+ export { Levels, type Level, type LevelRetrieveResponse, type LevelListParams, type LevelCreateParams, type LevelRetrieveParams, type LevelUpdateParams, type LevelsPageCursorURL, } from "./levels.js";
55
+ export { Listing, type ListingListResponse, type ListingCreateResponse, type ListingRetrieveResponse, type ListingUpdateResponse, type ListingSubmitResponse, type ListingWithdrawResponse, type ListingResubmitResponse, type ListingPublishResponse, type ListingDelistResponse, type ListingListParams, type ListingCreateParams, type ListingUpdateParams, type ListingSubmitParams, type ListingWithdrawParams, type ListingResubmitParams, type ListingPublishParams, type ListingDelistParams, type ListingListResponsesPageCursorURL, } from "./listing.js";
56
+ export { ListingSubmissions, type ListingSubmissionListResponse, type ListingSubmissionRetrieveResponse, type ListingSubmissionListParams, type ListingSubmissionListResponsesPageCursorURL, } from "./listing-submissions.js";
57
+ export { ListingTransitions, type ListingTransitionListResponse, type ListingTransitionListParams, type ListingTransitionListResponsesPageCursorURL, } from "./listing-transitions.js";
58
+ export { LocationFactors, type LocationFactorListResponse, type LocationFactorRetrieveResponse, type LocationFactorListParams, type LocationFactorListResponsesPageCursorURL, } from "./location-factors.js";
59
+ export { Metadata, type MetadataExtractResponse, type MetadataExtractByIdentifiersResponse, type MetadataExtractParams, type MetadataExtractByIdentifiersParams, } from "./metadata/metadata.js";
60
+ export { ObjectCategories, type ObjectCategory, type ObjectCategoryListParams, type ObjectCategoryCreateParams, type ObjectCategoryUpdateParams, type ObjectCategoriesPageCursorURL, } from "./object-categories.js";
61
+ export { PackageInstalls, type PackageInstallCreateResponse, type PackageInstallRetrieveResponse, type PackageInstallCreateParams, } from "./package-installs.js";
62
+ export { PackageManagedInstalls, type PackageManagedInstallCreateResponse, type PackageManagedInstallRetrieveResponse, type PackageManagedInstallCreateParams, } from "./package-managed-installs.js";
63
+ export { PackageSandboxLinks, type PackageSandboxLinkCreateResponse, type PackageSandboxLinkRetrieveResponse, type PackageSandboxLinkCreateParams, } from "./package-sandbox-links.js";
64
+ export { PackageUninstalls, type PackageUninstallCreateResponse, type PackageUninstallRetrieveResponse, type PackageUninstallCreateParams, } from "./package-uninstalls.js";
65
+ export { PackageUpgrades, type PackageUpgradeCreateResponse, type PackageUpgradeRetrieveResponse, type PackageUpgradeCreateParams, } from "./package-upgrades.js";
66
+ export { PackageVersionComponentUpdates, type PackageVersionComponentUpdateCreateResponse, type PackageVersionComponentUpdateRetrieveResponse, type PackageVersionComponentUpdateCreateParams, } from "./package-version-component-updates.js";
67
+ export { PackageVersions, type PackageVersionRetrieveResponse, type PackageVersionUpdateResponse, type PackageVersionUpdateParams, } from "./package-versions/package-versions.js";
68
+ export { Packages, type PackageListResponse, type PackageCreateResponse, type PackageRetrieveResponse, type PackageUpdateResponse, type PackageListParams, type PackageCreateParams, type PackageUpdateParams, type PackageListResponsesPageCursorURL, } from "./packages/packages.js";
69
+ export { PayrollRuns, type PayrollRunListResponse, type PayrollRunRetrieveResponse, type PayrollRunListParams, type PayrollRunListResponsesPageCursorURL, } from "./payroll-runs/payroll-runs.js";
70
+ export { PlatformCapabilities, type PlatformCapabilityListResponse, type PlatformCapabilityListResponsesPageCursorURL, } from "./platform-capabilities.js";
71
+ export { ReportRuns, type ReportRunCreateResponse, type ReportRunRetrieveResponse, type ReportRunCreateParams, } from "./report-runs.js";
72
+ export { Reports, type ReportRetrieveResponse } from "./reports/reports.js";
73
+ export { SSOMeResource, type SSOMe, type SSOMeListParams } from "./sso-me.js";
74
+ export { Sandboxes, type SandboxListResponse, type SandboxCreateResponse, type SandboxRetrieveResponse, type SandboxDeveloperSandboxEntryRolesResponse, type SandboxListParams, type SandboxCreateParams, type SandboxListResponsesPageCursorURL, } from "./sandboxes.js";
75
+ export { ScheduledJobAssignments, type ScheduledJobAssignmentListResponse, type ScheduledJobAssignmentRetrieveResponse, type ScheduledJobAssignmentListParams, type ScheduledJobAssignmentListResponsesPageCursorURL, } from "./scheduled-job-assignments.js";
76
+ export { Schedules, type ScheduleListResponse, type ScheduleCreateResponse, type ScheduleRetrieveResponse, type ScheduleUpdateResponse, type ScheduleListParams, type ScheduleCreateParams, type ScheduleRetrieveParams, type ScheduleUpdateParams, type ScheduleListResponsesPageCursorURL, } from "./schedules.js";
77
+ export { ShiftAssignments, type ShiftAssignmentUpdateCustomfieldsResponse, type ShiftAssignmentUpdateCustomfieldsParams, } from "./shift-assignments.js";
78
+ export { ShiftInputs, type ShiftInput, type ShiftInputListResponse, type ShiftInputCreateResponse, type ShiftInputRetrieveResponse, type ShiftInputUpdateResponse, type ShiftInputListParams, type ShiftInputCreateParams, type ShiftInputRetrieveParams, type ShiftInputUpdateParams, type ShiftInputListResponsesPageCursorURL, } from "./shift-inputs.js";
79
+ export { Shiftassignments, type ShiftassignmentListResponse, type ShiftassignmentCreateResponse, type ShiftassignmentRetrieveResponse, type ShiftassignmentUpdateResponse, type ShiftassignmentListParams, type ShiftassignmentCreateParams, type ShiftassignmentRetrieveParams, type ShiftassignmentUpdateParams, type ShiftassignmentListResponsesPageCursorURL, } from "./shiftassignments.js";
80
+ export { Sites, type SiteListResponse, type SiteCreateResponse, type SiteRetrieveResponse, type SiteUpdateResponse, type SiteUploadBatchesPresignResponse, type SiteFilesResponse, type SiteFileOperationsResponse, type SiteListParams, type SiteCreateParams, type SiteUpdateParams, type SiteUploadBatchesPresignParams, type SiteFilesParams, type SiteFileOperationsParams, type SiteListResponsesPageCursorURL, } from "./sites.js";
81
+ export { SoftwareDeployments, type SoftwareDeploymentListResponse, type SoftwareDeploymentCreateResponse, type SoftwareDeploymentRetrieveResponse, type SoftwareDeploymentUpdateResponse, type SoftwareDeploymentListParams, type SoftwareDeploymentCreateParams, type SoftwareDeploymentRetrieveParams, type SoftwareDeploymentUpdateParams, type SoftwareDeploymentListResponsesPageCursorURL, } from "./software-deployments.js";
82
+ export { Supergroups, type Supergroup, type SupergroupRetrieveResponse, type SupergroupListParams, type SupergroupsPageCursorURL, } from "./supergroups/supergroups.js";
83
+ export { Teams, type Team, type TeamRetrieveResponse, type TeamListParams, type TeamCreateParams, type TeamRetrieveParams, type TeamUpdateParams, type TeamsPageCursorURL, } from "./teams.js";
84
+ export { TimeCards, type PayPeriod, type TimeCard, type TimeCardRetrieveResponse, type TimeCardListParams, type TimeCardRetrieveParams, type TimeCardsPageCursorURL, } from "./time-cards.js";
85
+ export { TimeEntries, type TimeEntry, type TimeEntryListResponse, type TimeEntryCreateResponse, type TimeEntryRetrieveResponse, type TimeEntryUpdateResponse, type TimeEntryListParams, type TimeEntryCreateParams, type TimeEntryRetrieveParams, type TimeEntryUpdateParams, type TimeEntryListResponsesPageCursorURL, } from "./time-entries.js";
86
+ export { Titles, type TitleListResponse, type TitleCreateResponse, type TitleRetrieveResponse, type TitleUpdateResponse, type TitleListParams, type TitleCreateParams, type TitleUpdateParams, type TitleListResponsesPageCursorURL, } from "./titles.js";
87
+ export { Tracks, type Track, type TrackRetrieveResponse, type TrackListParams, type TrackCreateParams, type TrackUpdateParams, type TracksPageCursorURL, } from "./tracks.js";
88
+ export { UnassignedShifts, type UnassignedShiftUpdateCustomfieldsResponse, type UnassignedShiftAssignResponse, type UnassignedShiftUpdateCustomfieldsParams, type UnassignedShiftAssignParams, } from "./unassigned-shifts.js";
89
+ export { Unassignedshifts, type UnassignedshiftListResponse, type UnassignedshiftCreateResponse, type UnassignedshiftRetrieveResponse, type UnassignedshiftUpdateResponse, type UnassignedshiftListParams, type UnassignedshiftCreateParams, type UnassignedshiftRetrieveParams, type UnassignedshiftUpdateParams, type UnassignedshiftListResponsesPageCursorURL, } from "./unassignedshifts.js";
90
+ export { Users, type User, type UserRetrieveResponse, type UserListParams, type UsersPageCursorURL, } from "./users.js";
91
+ export { VariableCompensationPayoutLabels, type VariableCompensationPayoutLabelListResponse, type VariableCompensationPayoutLabelCreateResponse, type VariableCompensationPayoutLabelRetrieveResponse, type VariableCompensationPayoutLabelUpdateResponse, type VariableCompensationPayoutLabelListParams, type VariableCompensationPayoutLabelCreateParams, type VariableCompensationPayoutLabelUpdateParams, type VariableCompensationPayoutLabelListResponsesPageCursorURL, } from "./variable-compensation-payout-labels.js";
92
+ export { VariableCompensationPayoutTypes, type VariableCompensationPayoutTypeListResponse, type VariableCompensationPayoutTypeCreateResponse, type VariableCompensationPayoutTypeRetrieveResponse, type VariableCompensationPayoutTypeUpdateResponse, type VariableCompensationPayoutTypeCreateParams, type VariableCompensationPayoutTypeUpdateParams, type VariableCompensationPayoutTypeListResponsesPageCursorURL, } from "./variable-compensation-payout-types.js";
93
+ export { VariableCompensationPayoutWrites, type VariableCompensationPayoutWriteCreateResponse, type VariableCompensationPayoutWriteCreateParams, } from "./variable-compensation-payout-writes.js";
94
+ export { VariableCompensationPayouts, type VariableCompensationPayoutListResponse, type VariableCompensationPayoutCreateResponse, type VariableCompensationPayoutRetrieveResponse, type VariableCompensationPayoutListParams, type VariableCompensationPayoutCreateParams, type VariableCompensationPayoutListResponsesPageCursorURL, } from "./variable-compensation-payouts.js";
95
+ export { WorkLocations, type WorkLocation, type WorkLocationRetrieveResponse, type WorkLocationListParams, type WorkLocationCreateParams, type WorkLocationUpdateParams, type WorkLocationsPageCursorURL, } from "./work-locations.js";
96
+ export { WorkerChangeFields, type WorkerChangeFieldListResponse, type WorkerChangeFieldListResponsesPageCursorURL, } from "./worker-change-fields.js";
97
+ export { WorkerChanges, type WorkerChangeListResponse, type WorkerChangeRetrieveResponse, type WorkerChangeListParams, type WorkerChangeRetrieveParams, type WorkerChangeListResponsesPageCursorURL, } from "./worker-changes.js";
98
+ export { WorkerTimeSplits, type WorkerTimeSplitListResponse, type WorkerTimeSplitCreateResponse, type WorkerTimeSplitRetrieveResponse, type WorkerTimeSplitUpdateResponse, type WorkerTimeSplitListParams, type WorkerTimeSplitCreateParams, type WorkerTimeSplitRetrieveParams, type WorkerTimeSplitUpdateParams, type WorkerTimeSplitListResponsesPageCursorURL, } from "./worker-time-splits.js";
99
+ export { Workers, type Worker, type WorkerRetrieveResponse, type WorkerListParams, type WorkerRetrieveParams, type WorkersPageCursorURL, } from "./workers.js";
100
+ export { WorkflowActionExecutions, type WorkflowActionExecutionCreateResponse, type WorkflowActionExecutionCreateParams, } from "./workflow-action-executions.js";
101
+ export { Workflows, type WorkflowListResponse, type WorkflowCreateResponse, type WorkflowRetrieveResponse, type WorkflowUpdateResponse, type WorkflowListParams, type WorkflowCreateParams, type WorkflowRetrieveParams, type WorkflowUpdateParams, type WorkflowListResponsesPageCursorURL, } from "./workflows.js";
102
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,208 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.LeaveRequests = exports.LeaveProgramEvaluations = exports.LeaveBalances = exports.LeaveAccruals = exports.KioskBadges = exports.JobRequisitionsWrite = exports.JobRequisitions = exports.JobPayRateExceptions = exports.JobFunctions = exports.JobDimensions = exports.JobCodes = exports.JobAssignments = exports.Hires = exports.HireRequirements = exports.HeadcountPriorities = exports.HeadcountPositions = exports.Functions = exports.Files = exports.Entitlements = exports.EmploymentTypes = exports.EmployeeDocuments = exports.EarningsInputs = exports.EarningTypes = exports.DraftTransitions = exports.DraftHires = exports.Devices = exports.DeviceOrders = exports.DeveloperUsers = exports.DeveloperProgramApplication = exports.Departments = exports.CustomSettings = exports.CustomPages = exports.CustomObjects = exports.CustomFields = exports.CustomApps = exports.Compensations = exports.CompensationBandsDetails = exports.CompanyLegalEntityWorkers = exports.CompanyLegalEntities = exports.Companies = exports.Candidates = exports.CandidateApplications = exports.BusinessStructurePaths = exports.BusinessPartners = exports.BusinessPartnerGroups = exports.BreakTypes = exports.BreakPolicies = exports.BackgroundCheckCandidates = exports.AppUsers = exports.Agents = void 0;
5
+ exports.Workflows = exports.WorkflowActionExecutions = exports.Workers = exports.WorkerTimeSplits = exports.WorkerChanges = exports.WorkerChangeFields = exports.WorkLocations = exports.VariableCompensationPayouts = exports.VariableCompensationPayoutWrites = exports.VariableCompensationPayoutTypes = exports.VariableCompensationPayoutLabels = exports.Users = exports.Unassignedshifts = exports.UnassignedShifts = exports.Tracks = exports.Titles = exports.TimeEntries = exports.TimeCards = exports.Teams = exports.Supergroups = exports.SoftwareDeployments = exports.Sites = exports.Shiftassignments = exports.ShiftInputs = exports.ShiftAssignments = exports.Schedules = exports.ScheduledJobAssignments = exports.Sandboxes = exports.SSOMeResource = exports.Reports = exports.ReportRuns = exports.PlatformCapabilities = exports.PayrollRuns = exports.Packages = exports.PackageVersions = exports.PackageVersionComponentUpdates = exports.PackageUpgrades = exports.PackageUninstalls = exports.PackageSandboxLinks = exports.PackageManagedInstalls = exports.PackageInstalls = exports.ObjectCategories = exports.Metadata = exports.LocationFactors = exports.ListingTransitions = exports.ListingSubmissions = exports.Listing = exports.Levels = exports.LegalEntities = exports.LeaveTypes = void 0;
6
+ const tslib_1 = require("../internal/tslib.js");
7
+ tslib_1.__exportStar(require("./shared.js"), exports);
8
+ var agents_1 = require("./agents/agents.js");
9
+ Object.defineProperty(exports, "Agents", { enumerable: true, get: function () { return agents_1.Agents; } });
10
+ var app_users_1 = require("./app-users.js");
11
+ Object.defineProperty(exports, "AppUsers", { enumerable: true, get: function () { return app_users_1.AppUsers; } });
12
+ var background_check_candidates_1 = require("./background-check-candidates.js");
13
+ Object.defineProperty(exports, "BackgroundCheckCandidates", { enumerable: true, get: function () { return background_check_candidates_1.BackgroundCheckCandidates; } });
14
+ var break_policies_1 = require("./break-policies.js");
15
+ Object.defineProperty(exports, "BreakPolicies", { enumerable: true, get: function () { return break_policies_1.BreakPolicies; } });
16
+ var break_types_1 = require("./break-types.js");
17
+ Object.defineProperty(exports, "BreakTypes", { enumerable: true, get: function () { return break_types_1.BreakTypes; } });
18
+ var business_partner_groups_1 = require("./business-partner-groups.js");
19
+ Object.defineProperty(exports, "BusinessPartnerGroups", { enumerable: true, get: function () { return business_partner_groups_1.BusinessPartnerGroups; } });
20
+ var business_partners_1 = require("./business-partners.js");
21
+ Object.defineProperty(exports, "BusinessPartners", { enumerable: true, get: function () { return business_partners_1.BusinessPartners; } });
22
+ var business_structure_paths_1 = require("./business-structure-paths.js");
23
+ Object.defineProperty(exports, "BusinessStructurePaths", { enumerable: true, get: function () { return business_structure_paths_1.BusinessStructurePaths; } });
24
+ var candidate_applications_1 = require("./candidate-applications.js");
25
+ Object.defineProperty(exports, "CandidateApplications", { enumerable: true, get: function () { return candidate_applications_1.CandidateApplications; } });
26
+ var candidates_1 = require("./candidates.js");
27
+ Object.defineProperty(exports, "Candidates", { enumerable: true, get: function () { return candidates_1.Candidates; } });
28
+ var companies_1 = require("./companies.js");
29
+ Object.defineProperty(exports, "Companies", { enumerable: true, get: function () { return companies_1.Companies; } });
30
+ var company_legal_entities_1 = require("./company-legal-entities.js");
31
+ Object.defineProperty(exports, "CompanyLegalEntities", { enumerable: true, get: function () { return company_legal_entities_1.CompanyLegalEntities; } });
32
+ var company_legal_entity_workers_1 = require("./company-legal-entity-workers.js");
33
+ Object.defineProperty(exports, "CompanyLegalEntityWorkers", { enumerable: true, get: function () { return company_legal_entity_workers_1.CompanyLegalEntityWorkers; } });
34
+ var compensation_bands_details_1 = require("./compensation-bands-details.js");
35
+ Object.defineProperty(exports, "CompensationBandsDetails", { enumerable: true, get: function () { return compensation_bands_details_1.CompensationBandsDetails; } });
36
+ var compensations_1 = require("./compensations.js");
37
+ Object.defineProperty(exports, "Compensations", { enumerable: true, get: function () { return compensations_1.Compensations; } });
38
+ var custom_apps_1 = require("./custom-apps.js");
39
+ Object.defineProperty(exports, "CustomApps", { enumerable: true, get: function () { return custom_apps_1.CustomApps; } });
40
+ var custom_fields_1 = require("./custom-fields.js");
41
+ Object.defineProperty(exports, "CustomFields", { enumerable: true, get: function () { return custom_fields_1.CustomFields; } });
42
+ var custom_objects_1 = require("./custom-objects/custom-objects.js");
43
+ Object.defineProperty(exports, "CustomObjects", { enumerable: true, get: function () { return custom_objects_1.CustomObjects; } });
44
+ var custom_pages_1 = require("./custom-pages.js");
45
+ Object.defineProperty(exports, "CustomPages", { enumerable: true, get: function () { return custom_pages_1.CustomPages; } });
46
+ var custom_settings_1 = require("./custom-settings.js");
47
+ Object.defineProperty(exports, "CustomSettings", { enumerable: true, get: function () { return custom_settings_1.CustomSettings; } });
48
+ var departments_1 = require("./departments.js");
49
+ Object.defineProperty(exports, "Departments", { enumerable: true, get: function () { return departments_1.Departments; } });
50
+ var developer_program_application_1 = require("./developer-program-application.js");
51
+ Object.defineProperty(exports, "DeveloperProgramApplication", { enumerable: true, get: function () { return developer_program_application_1.DeveloperProgramApplication; } });
52
+ var developer_users_1 = require("./developer-users.js");
53
+ Object.defineProperty(exports, "DeveloperUsers", { enumerable: true, get: function () { return developer_users_1.DeveloperUsers; } });
54
+ var device_orders_1 = require("./device-orders.js");
55
+ Object.defineProperty(exports, "DeviceOrders", { enumerable: true, get: function () { return device_orders_1.DeviceOrders; } });
56
+ var devices_1 = require("./devices.js");
57
+ Object.defineProperty(exports, "Devices", { enumerable: true, get: function () { return devices_1.Devices; } });
58
+ var draft_hires_1 = require("./draft-hires.js");
59
+ Object.defineProperty(exports, "DraftHires", { enumerable: true, get: function () { return draft_hires_1.DraftHires; } });
60
+ var draft_transitions_1 = require("./draft-transitions.js");
61
+ Object.defineProperty(exports, "DraftTransitions", { enumerable: true, get: function () { return draft_transitions_1.DraftTransitions; } });
62
+ var earning_types_1 = require("./earning-types.js");
63
+ Object.defineProperty(exports, "EarningTypes", { enumerable: true, get: function () { return earning_types_1.EarningTypes; } });
64
+ var earnings_inputs_1 = require("./earnings-inputs.js");
65
+ Object.defineProperty(exports, "EarningsInputs", { enumerable: true, get: function () { return earnings_inputs_1.EarningsInputs; } });
66
+ var employee_documents_1 = require("./employee-documents.js");
67
+ Object.defineProperty(exports, "EmployeeDocuments", { enumerable: true, get: function () { return employee_documents_1.EmployeeDocuments; } });
68
+ var employment_types_1 = require("./employment-types.js");
69
+ Object.defineProperty(exports, "EmploymentTypes", { enumerable: true, get: function () { return employment_types_1.EmploymentTypes; } });
70
+ var entitlements_1 = require("./entitlements.js");
71
+ Object.defineProperty(exports, "Entitlements", { enumerable: true, get: function () { return entitlements_1.Entitlements; } });
72
+ var files_1 = require("./files.js");
73
+ Object.defineProperty(exports, "Files", { enumerable: true, get: function () { return files_1.Files; } });
74
+ var functions_1 = require("./functions/functions.js");
75
+ Object.defineProperty(exports, "Functions", { enumerable: true, get: function () { return functions_1.Functions; } });
76
+ var headcount_positions_1 = require("./headcount-positions.js");
77
+ Object.defineProperty(exports, "HeadcountPositions", { enumerable: true, get: function () { return headcount_positions_1.HeadcountPositions; } });
78
+ var headcount_priorities_1 = require("./headcount-priorities.js");
79
+ Object.defineProperty(exports, "HeadcountPriorities", { enumerable: true, get: function () { return headcount_priorities_1.HeadcountPriorities; } });
80
+ var hire_requirements_1 = require("./hire-requirements.js");
81
+ Object.defineProperty(exports, "HireRequirements", { enumerable: true, get: function () { return hire_requirements_1.HireRequirements; } });
82
+ var hires_1 = require("./hires.js");
83
+ Object.defineProperty(exports, "Hires", { enumerable: true, get: function () { return hires_1.Hires; } });
84
+ var job_assignments_1 = require("./job-assignments.js");
85
+ Object.defineProperty(exports, "JobAssignments", { enumerable: true, get: function () { return job_assignments_1.JobAssignments; } });
86
+ var job_codes_1 = require("./job-codes.js");
87
+ Object.defineProperty(exports, "JobCodes", { enumerable: true, get: function () { return job_codes_1.JobCodes; } });
88
+ var job_dimensions_1 = require("./job-dimensions.js");
89
+ Object.defineProperty(exports, "JobDimensions", { enumerable: true, get: function () { return job_dimensions_1.JobDimensions; } });
90
+ var job_functions_1 = require("./job-functions.js");
91
+ Object.defineProperty(exports, "JobFunctions", { enumerable: true, get: function () { return job_functions_1.JobFunctions; } });
92
+ var job_pay_rate_exceptions_1 = require("./job-pay-rate-exceptions.js");
93
+ Object.defineProperty(exports, "JobPayRateExceptions", { enumerable: true, get: function () { return job_pay_rate_exceptions_1.JobPayRateExceptions; } });
94
+ var job_requisitions_1 = require("./job-requisitions.js");
95
+ Object.defineProperty(exports, "JobRequisitions", { enumerable: true, get: function () { return job_requisitions_1.JobRequisitions; } });
96
+ var job_requisitions_write_1 = require("./job-requisitions-write.js");
97
+ Object.defineProperty(exports, "JobRequisitionsWrite", { enumerable: true, get: function () { return job_requisitions_write_1.JobRequisitionsWrite; } });
98
+ var kiosk_badges_1 = require("./kiosk-badges.js");
99
+ Object.defineProperty(exports, "KioskBadges", { enumerable: true, get: function () { return kiosk_badges_1.KioskBadges; } });
100
+ var leave_accruals_1 = require("./leave-accruals.js");
101
+ Object.defineProperty(exports, "LeaveAccruals", { enumerable: true, get: function () { return leave_accruals_1.LeaveAccruals; } });
102
+ var leave_balances_1 = require("./leave-balances.js");
103
+ Object.defineProperty(exports, "LeaveBalances", { enumerable: true, get: function () { return leave_balances_1.LeaveBalances; } });
104
+ var leave_program_evaluations_1 = require("./leave-program-evaluations.js");
105
+ Object.defineProperty(exports, "LeaveProgramEvaluations", { enumerable: true, get: function () { return leave_program_evaluations_1.LeaveProgramEvaluations; } });
106
+ var leave_requests_1 = require("./leave-requests.js");
107
+ Object.defineProperty(exports, "LeaveRequests", { enumerable: true, get: function () { return leave_requests_1.LeaveRequests; } });
108
+ var leave_types_1 = require("./leave-types.js");
109
+ Object.defineProperty(exports, "LeaveTypes", { enumerable: true, get: function () { return leave_types_1.LeaveTypes; } });
110
+ var legal_entities_1 = require("./legal-entities.js");
111
+ Object.defineProperty(exports, "LegalEntities", { enumerable: true, get: function () { return legal_entities_1.LegalEntities; } });
112
+ var levels_1 = require("./levels.js");
113
+ Object.defineProperty(exports, "Levels", { enumerable: true, get: function () { return levels_1.Levels; } });
114
+ var listing_1 = require("./listing.js");
115
+ Object.defineProperty(exports, "Listing", { enumerable: true, get: function () { return listing_1.Listing; } });
116
+ var listing_submissions_1 = require("./listing-submissions.js");
117
+ Object.defineProperty(exports, "ListingSubmissions", { enumerable: true, get: function () { return listing_submissions_1.ListingSubmissions; } });
118
+ var listing_transitions_1 = require("./listing-transitions.js");
119
+ Object.defineProperty(exports, "ListingTransitions", { enumerable: true, get: function () { return listing_transitions_1.ListingTransitions; } });
120
+ var location_factors_1 = require("./location-factors.js");
121
+ Object.defineProperty(exports, "LocationFactors", { enumerable: true, get: function () { return location_factors_1.LocationFactors; } });
122
+ var metadata_1 = require("./metadata/metadata.js");
123
+ Object.defineProperty(exports, "Metadata", { enumerable: true, get: function () { return metadata_1.Metadata; } });
124
+ var object_categories_1 = require("./object-categories.js");
125
+ Object.defineProperty(exports, "ObjectCategories", { enumerable: true, get: function () { return object_categories_1.ObjectCategories; } });
126
+ var package_installs_1 = require("./package-installs.js");
127
+ Object.defineProperty(exports, "PackageInstalls", { enumerable: true, get: function () { return package_installs_1.PackageInstalls; } });
128
+ var package_managed_installs_1 = require("./package-managed-installs.js");
129
+ Object.defineProperty(exports, "PackageManagedInstalls", { enumerable: true, get: function () { return package_managed_installs_1.PackageManagedInstalls; } });
130
+ var package_sandbox_links_1 = require("./package-sandbox-links.js");
131
+ Object.defineProperty(exports, "PackageSandboxLinks", { enumerable: true, get: function () { return package_sandbox_links_1.PackageSandboxLinks; } });
132
+ var package_uninstalls_1 = require("./package-uninstalls.js");
133
+ Object.defineProperty(exports, "PackageUninstalls", { enumerable: true, get: function () { return package_uninstalls_1.PackageUninstalls; } });
134
+ var package_upgrades_1 = require("./package-upgrades.js");
135
+ Object.defineProperty(exports, "PackageUpgrades", { enumerable: true, get: function () { return package_upgrades_1.PackageUpgrades; } });
136
+ var package_version_component_updates_1 = require("./package-version-component-updates.js");
137
+ Object.defineProperty(exports, "PackageVersionComponentUpdates", { enumerable: true, get: function () { return package_version_component_updates_1.PackageVersionComponentUpdates; } });
138
+ var package_versions_1 = require("./package-versions/package-versions.js");
139
+ Object.defineProperty(exports, "PackageVersions", { enumerable: true, get: function () { return package_versions_1.PackageVersions; } });
140
+ var packages_1 = require("./packages/packages.js");
141
+ Object.defineProperty(exports, "Packages", { enumerable: true, get: function () { return packages_1.Packages; } });
142
+ var payroll_runs_1 = require("./payroll-runs/payroll-runs.js");
143
+ Object.defineProperty(exports, "PayrollRuns", { enumerable: true, get: function () { return payroll_runs_1.PayrollRuns; } });
144
+ var platform_capabilities_1 = require("./platform-capabilities.js");
145
+ Object.defineProperty(exports, "PlatformCapabilities", { enumerable: true, get: function () { return platform_capabilities_1.PlatformCapabilities; } });
146
+ var report_runs_1 = require("./report-runs.js");
147
+ Object.defineProperty(exports, "ReportRuns", { enumerable: true, get: function () { return report_runs_1.ReportRuns; } });
148
+ var reports_1 = require("./reports/reports.js");
149
+ Object.defineProperty(exports, "Reports", { enumerable: true, get: function () { return reports_1.Reports; } });
150
+ var sso_me_1 = require("./sso-me.js");
151
+ Object.defineProperty(exports, "SSOMeResource", { enumerable: true, get: function () { return sso_me_1.SSOMeResource; } });
152
+ var sandboxes_1 = require("./sandboxes.js");
153
+ Object.defineProperty(exports, "Sandboxes", { enumerable: true, get: function () { return sandboxes_1.Sandboxes; } });
154
+ var scheduled_job_assignments_1 = require("./scheduled-job-assignments.js");
155
+ Object.defineProperty(exports, "ScheduledJobAssignments", { enumerable: true, get: function () { return scheduled_job_assignments_1.ScheduledJobAssignments; } });
156
+ var schedules_1 = require("./schedules.js");
157
+ Object.defineProperty(exports, "Schedules", { enumerable: true, get: function () { return schedules_1.Schedules; } });
158
+ var shift_assignments_1 = require("./shift-assignments.js");
159
+ Object.defineProperty(exports, "ShiftAssignments", { enumerable: true, get: function () { return shift_assignments_1.ShiftAssignments; } });
160
+ var shift_inputs_1 = require("./shift-inputs.js");
161
+ Object.defineProperty(exports, "ShiftInputs", { enumerable: true, get: function () { return shift_inputs_1.ShiftInputs; } });
162
+ var shiftassignments_1 = require("./shiftassignments.js");
163
+ Object.defineProperty(exports, "Shiftassignments", { enumerable: true, get: function () { return shiftassignments_1.Shiftassignments; } });
164
+ var sites_1 = require("./sites.js");
165
+ Object.defineProperty(exports, "Sites", { enumerable: true, get: function () { return sites_1.Sites; } });
166
+ var software_deployments_1 = require("./software-deployments.js");
167
+ Object.defineProperty(exports, "SoftwareDeployments", { enumerable: true, get: function () { return software_deployments_1.SoftwareDeployments; } });
168
+ var supergroups_1 = require("./supergroups/supergroups.js");
169
+ Object.defineProperty(exports, "Supergroups", { enumerable: true, get: function () { return supergroups_1.Supergroups; } });
170
+ var teams_1 = require("./teams.js");
171
+ Object.defineProperty(exports, "Teams", { enumerable: true, get: function () { return teams_1.Teams; } });
172
+ var time_cards_1 = require("./time-cards.js");
173
+ Object.defineProperty(exports, "TimeCards", { enumerable: true, get: function () { return time_cards_1.TimeCards; } });
174
+ var time_entries_1 = require("./time-entries.js");
175
+ Object.defineProperty(exports, "TimeEntries", { enumerable: true, get: function () { return time_entries_1.TimeEntries; } });
176
+ var titles_1 = require("./titles.js");
177
+ Object.defineProperty(exports, "Titles", { enumerable: true, get: function () { return titles_1.Titles; } });
178
+ var tracks_1 = require("./tracks.js");
179
+ Object.defineProperty(exports, "Tracks", { enumerable: true, get: function () { return tracks_1.Tracks; } });
180
+ var unassigned_shifts_1 = require("./unassigned-shifts.js");
181
+ Object.defineProperty(exports, "UnassignedShifts", { enumerable: true, get: function () { return unassigned_shifts_1.UnassignedShifts; } });
182
+ var unassignedshifts_1 = require("./unassignedshifts.js");
183
+ Object.defineProperty(exports, "Unassignedshifts", { enumerable: true, get: function () { return unassignedshifts_1.Unassignedshifts; } });
184
+ var users_1 = require("./users.js");
185
+ Object.defineProperty(exports, "Users", { enumerable: true, get: function () { return users_1.Users; } });
186
+ var variable_compensation_payout_labels_1 = require("./variable-compensation-payout-labels.js");
187
+ Object.defineProperty(exports, "VariableCompensationPayoutLabels", { enumerable: true, get: function () { return variable_compensation_payout_labels_1.VariableCompensationPayoutLabels; } });
188
+ var variable_compensation_payout_types_1 = require("./variable-compensation-payout-types.js");
189
+ Object.defineProperty(exports, "VariableCompensationPayoutTypes", { enumerable: true, get: function () { return variable_compensation_payout_types_1.VariableCompensationPayoutTypes; } });
190
+ var variable_compensation_payout_writes_1 = require("./variable-compensation-payout-writes.js");
191
+ Object.defineProperty(exports, "VariableCompensationPayoutWrites", { enumerable: true, get: function () { return variable_compensation_payout_writes_1.VariableCompensationPayoutWrites; } });
192
+ var variable_compensation_payouts_1 = require("./variable-compensation-payouts.js");
193
+ Object.defineProperty(exports, "VariableCompensationPayouts", { enumerable: true, get: function () { return variable_compensation_payouts_1.VariableCompensationPayouts; } });
194
+ var work_locations_1 = require("./work-locations.js");
195
+ Object.defineProperty(exports, "WorkLocations", { enumerable: true, get: function () { return work_locations_1.WorkLocations; } });
196
+ var worker_change_fields_1 = require("./worker-change-fields.js");
197
+ Object.defineProperty(exports, "WorkerChangeFields", { enumerable: true, get: function () { return worker_change_fields_1.WorkerChangeFields; } });
198
+ var worker_changes_1 = require("./worker-changes.js");
199
+ Object.defineProperty(exports, "WorkerChanges", { enumerable: true, get: function () { return worker_changes_1.WorkerChanges; } });
200
+ var worker_time_splits_1 = require("./worker-time-splits.js");
201
+ Object.defineProperty(exports, "WorkerTimeSplits", { enumerable: true, get: function () { return worker_time_splits_1.WorkerTimeSplits; } });
202
+ var workers_1 = require("./workers.js");
203
+ Object.defineProperty(exports, "Workers", { enumerable: true, get: function () { return workers_1.Workers; } });
204
+ var workflow_action_executions_1 = require("./workflow-action-executions.js");
205
+ Object.defineProperty(exports, "WorkflowActionExecutions", { enumerable: true, get: function () { return workflow_action_executions_1.WorkflowActionExecutions; } });
206
+ var workflows_1 = require("./workflows.js");
207
+ Object.defineProperty(exports, "Workflows", { enumerable: true, get: function () { return workflows_1.Workflows; } });
208
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}