@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.
- package/LICENSE +201 -0
- package/api-promise.d.mts +3 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +3 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +3 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +779 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +779 -0
- package/client.d.ts.map +1 -0
- package/client.js +1083 -0
- package/client.js.map +1 -0
- package/client.mjs +1079 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +50 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +50 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +104 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +98 -0
- package/core/pagination.mjs.map +1 -0
- package/core/platform/custom-objects/category.d.mts +125 -0
- package/core/platform/custom-objects/category.d.mts.map +1 -0
- package/core/platform/custom-objects/category.d.ts +125 -0
- package/core/platform/custom-objects/category.d.ts.map +1 -0
- package/core/platform/custom-objects/category.js +188 -0
- package/core/platform/custom-objects/category.js.map +1 -0
- package/core/platform/custom-objects/category.mjs +178 -0
- package/core/platform/custom-objects/category.mjs.map +1 -0
- package/core/platform/custom-objects/definition.d.mts +147 -0
- package/core/platform/custom-objects/definition.d.mts.map +1 -0
- package/core/platform/custom-objects/definition.d.ts +147 -0
- package/core/platform/custom-objects/definition.d.ts.map +1 -0
- package/core/platform/custom-objects/definition.js +200 -0
- package/core/platform/custom-objects/definition.js.map +1 -0
- package/core/platform/custom-objects/definition.mjs +190 -0
- package/core/platform/custom-objects/definition.mjs.map +1 -0
- package/core/platform/custom-objects/fields.d.mts +302 -0
- package/core/platform/custom-objects/fields.d.mts.map +1 -0
- package/core/platform/custom-objects/fields.d.ts +302 -0
- package/core/platform/custom-objects/fields.d.ts.map +1 -0
- package/core/platform/custom-objects/fields.js +369 -0
- package/core/platform/custom-objects/fields.js.map +1 -0
- package/core/platform/custom-objects/fields.mjs +347 -0
- package/core/platform/custom-objects/fields.mjs.map +1 -0
- package/core/platform/custom-objects/function-runtime.d.mts +42 -0
- package/core/platform/custom-objects/function-runtime.d.mts.map +1 -0
- package/core/platform/custom-objects/function-runtime.d.ts +42 -0
- package/core/platform/custom-objects/function-runtime.d.ts.map +1 -0
- package/core/platform/custom-objects/function-runtime.js +38 -0
- package/core/platform/custom-objects/function-runtime.js.map +1 -0
- package/core/platform/custom-objects/function-runtime.mjs +35 -0
- package/core/platform/custom-objects/function-runtime.mjs.map +1 -0
- package/core/platform/custom-objects/lifecycle.d.mts +83 -0
- package/core/platform/custom-objects/lifecycle.d.mts.map +1 -0
- package/core/platform/custom-objects/lifecycle.d.ts +83 -0
- package/core/platform/custom-objects/lifecycle.d.ts.map +1 -0
- package/core/platform/custom-objects/lifecycle.js +372 -0
- package/core/platform/custom-objects/lifecycle.js.map +1 -0
- package/core/platform/custom-objects/lifecycle.mjs +367 -0
- package/core/platform/custom-objects/lifecycle.mjs.map +1 -0
- package/core/platform/custom-objects/manager.d.mts +354 -0
- package/core/platform/custom-objects/manager.d.mts.map +1 -0
- package/core/platform/custom-objects/manager.d.ts +354 -0
- package/core/platform/custom-objects/manager.d.ts.map +1 -0
- package/core/platform/custom-objects/manager.js +646 -0
- package/core/platform/custom-objects/manager.js.map +1 -0
- package/core/platform/custom-objects/manager.mjs +637 -0
- package/core/platform/custom-objects/manager.mjs.map +1 -0
- package/core/platform/custom-objects/provisioning.d.mts +138 -0
- package/core/platform/custom-objects/provisioning.d.mts.map +1 -0
- package/core/platform/custom-objects/provisioning.d.ts +138 -0
- package/core/platform/custom-objects/provisioning.d.ts.map +1 -0
- package/core/platform/custom-objects/provisioning.js +455 -0
- package/core/platform/custom-objects/provisioning.js.map +1 -0
- package/core/platform/custom-objects/provisioning.mjs +447 -0
- package/core/platform/custom-objects/provisioning.mjs.map +1 -0
- package/core/platform/custom-objects/rql.d.mts +122 -0
- package/core/platform/custom-objects/rql.d.mts.map +1 -0
- package/core/platform/custom-objects/rql.d.ts +122 -0
- package/core/platform/custom-objects/rql.d.ts.map +1 -0
- package/core/platform/custom-objects/rql.js +225 -0
- package/core/platform/custom-objects/rql.js.map +1 -0
- package/core/platform/custom-objects/rql.mjs +222 -0
- package/core/platform/custom-objects/rql.mjs.map +1 -0
- package/core/platform/custom-objects/schema-manager.d.mts +203 -0
- package/core/platform/custom-objects/schema-manager.d.mts.map +1 -0
- package/core/platform/custom-objects/schema-manager.d.ts +203 -0
- package/core/platform/custom-objects/schema-manager.d.ts.map +1 -0
- package/core/platform/custom-objects/schema-manager.js +256 -0
- package/core/platform/custom-objects/schema-manager.js.map +1 -0
- package/core/platform/custom-objects/schema-manager.mjs +249 -0
- package/core/platform/custom-objects/schema-manager.mjs.map +1 -0
- package/core/platform/custom-objects/typed-rql.d.mts +157 -0
- package/core/platform/custom-objects/typed-rql.d.mts.map +1 -0
- package/core/platform/custom-objects/typed-rql.d.ts +157 -0
- package/core/platform/custom-objects/typed-rql.d.ts.map +1 -0
- package/core/platform/custom-objects/typed-rql.js +583 -0
- package/core/platform/custom-objects/typed-rql.js.map +1 -0
- package/core/platform/custom-objects/typed-rql.mjs +580 -0
- package/core/platform/custom-objects/typed-rql.mjs.map +1 -0
- package/core/platform/custom-objects/types.d.mts +549 -0
- package/core/platform/custom-objects/types.d.mts.map +1 -0
- package/core/platform/custom-objects/types.d.ts +549 -0
- package/core/platform/custom-objects/types.d.ts.map +1 -0
- package/core/platform/custom-objects/types.js +20 -0
- package/core/platform/custom-objects/types.js.map +1 -0
- package/core/platform/custom-objects/types.mjs +17 -0
- package/core/platform/custom-objects/types.mjs.map +1 -0
- package/core/platform/custom-objects/validation.d.mts +97 -0
- package/core/platform/custom-objects/validation.d.mts.map +1 -0
- package/core/platform/custom-objects/validation.d.ts +97 -0
- package/core/platform/custom-objects/validation.d.ts.map +1 -0
- package/core/platform/custom-objects/validation.js +477 -0
- package/core/platform/custom-objects/validation.js.map +1 -0
- package/core/platform/custom-objects/validation.mjs +465 -0
- package/core/platform/custom-objects/validation.mjs.map +1 -0
- package/core/platform/custom-objects.d.mts +67 -0
- package/core/platform/custom-objects.d.mts.map +1 -0
- package/core/platform/custom-objects.d.ts +67 -0
- package/core/platform/custom-objects.d.ts.map +1 -0
- package/core/platform/custom-objects.js +118 -0
- package/core/platform/custom-objects.js.map +1 -0
- package/core/platform/custom-objects.mjs +45 -0
- package/core/platform/custom-objects.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +3 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +3 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +3 -0
- package/error.mjs.map +1 -0
- package/examples/.keep +4 -0
- package/examples/functions/durable.ts +85 -0
- package/examples/manifest/acp-agent/acp-agent.ts +50 -0
- package/examples/manifest/acp-agent/agent/index.ts +9 -0
- package/examples/manifest/custom-object-creation-workflow/custom-object-creation-workflow.ts +75 -0
- package/examples/manifest/custom-skill/custom-skill.ts +45 -0
- package/examples/manifest/dental-practice-management/dental-practice-management.ts +797 -0
- package/examples/manifest/dental-practice-management/functions/chair-schedule.ts +28 -0
- package/examples/manifest/dental-practice-management/functions/complete-visit.ts +110 -0
- package/examples/manifest/dental-practice-management/functions/operatory-list.ts +28 -0
- package/examples/manifest/dental-practice-management/functions/patient-list.ts +28 -0
- package/examples/manifest/dental-practice-management/functions/treatment-plan-list.ts +28 -0
- package/examples/manifest/existing-manifest-mutations/existing-manifest-mutations.ts +247 -0
- package/examples/manifest/field-service-dispatch/field-service-dispatch.ts +530 -0
- package/examples/manifest/grant-program-management/grant-program-management.ts +594 -0
- package/examples/manifest/gym-membership-management/functions/check-in-desk.ts +28 -0
- package/examples/manifest/gym-membership-management/functions/member-list.ts +28 -0
- package/examples/manifest/gym-membership-management/functions/today-schedule.ts +28 -0
- package/examples/manifest/gym-membership-management/functions/trainer-list.ts +28 -0
- package/examples/manifest/gym-membership-management/gym-membership-management.ts +728 -0
- package/examples/manifest/procurement-approval-hub/procurement-approval-hub.ts +554 -0
- package/examples/manifest/simple-todo-app/functions/mark-done.ts +48 -0
- package/examples/manifest/simple-todo-app/functions/todo-list.ts +28 -0
- package/examples/manifest/simple-todo-app/simple-todo-app.ts +188 -0
- package/examples/manifest/todo-app-without-object-list-view/functions/todo-page.ts +497 -0
- package/examples/manifest/todo-app-without-object-list-view/todo-app-without-object-list-view.ts +111 -0
- package/functions.d.mts +166 -0
- package/functions.d.mts.map +1 -0
- package/functions.d.ts +166 -0
- package/functions.d.ts.map +1 -0
- package/functions.js +60 -0
- package/functions.js.map +1 -0
- package/functions.mjs +51 -0
- package/functions.mjs.map +1 -0
- package/index.d.mts +8 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +8 -0
- package/index.d.ts.map +1 -0
- package/index.js +34 -0
- package/index.js.map +1 -0
- package/index.mjs +9 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +26 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +26 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +85 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +87 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +81 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/query.d.mts +5 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +5 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +23 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +20 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +8 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +8 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +12 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +9 -0
- package/internal/utils.mjs.map +1 -0
- package/lib/leave-programs/advanced.d.mts +5 -0
- package/lib/leave-programs/advanced.d.mts.map +1 -0
- package/lib/leave-programs/advanced.d.ts +5 -0
- package/lib/leave-programs/advanced.d.ts.map +1 -0
- package/lib/leave-programs/advanced.js +13 -0
- package/lib/leave-programs/advanced.js.map +1 -0
- package/lib/leave-programs/advanced.mjs +4 -0
- package/lib/leave-programs/advanced.mjs.map +1 -0
- package/lib/leave-programs/context.d.mts +3 -0
- package/lib/leave-programs/context.d.mts.map +1 -0
- package/lib/leave-programs/context.d.ts +3 -0
- package/lib/leave-programs/context.d.ts.map +1 -0
- package/lib/leave-programs/context.js +89 -0
- package/lib/leave-programs/context.js.map +1 -0
- package/lib/leave-programs/context.mjs +86 -0
- package/lib/leave-programs/context.mjs.map +1 -0
- package/lib/leave-programs/define-company-leave-program.d.mts +3 -0
- package/lib/leave-programs/define-company-leave-program.d.mts.map +1 -0
- package/lib/leave-programs/define-company-leave-program.d.ts +3 -0
- package/lib/leave-programs/define-company-leave-program.d.ts.map +1 -0
- package/lib/leave-programs/define-company-leave-program.js +47 -0
- package/lib/leave-programs/define-company-leave-program.js.map +1 -0
- package/lib/leave-programs/define-company-leave-program.mjs +44 -0
- package/lib/leave-programs/define-company-leave-program.mjs.map +1 -0
- package/lib/leave-programs/duration.d.mts +5 -0
- package/lib/leave-programs/duration.d.mts.map +1 -0
- package/lib/leave-programs/duration.d.ts +5 -0
- package/lib/leave-programs/duration.d.ts.map +1 -0
- package/lib/leave-programs/duration.js +21 -0
- package/lib/leave-programs/duration.js.map +1 -0
- package/lib/leave-programs/duration.mjs +16 -0
- package/lib/leave-programs/duration.mjs.map +1 -0
- package/lib/leave-programs/pay.d.mts +4 -0
- package/lib/leave-programs/pay.d.mts.map +1 -0
- package/lib/leave-programs/pay.d.ts +4 -0
- package/lib/leave-programs/pay.d.ts.map +1 -0
- package/lib/leave-programs/pay.js +20 -0
- package/lib/leave-programs/pay.js.map +1 -0
- package/lib/leave-programs/pay.mjs +16 -0
- package/lib/leave-programs/pay.mjs.map +1 -0
- package/lib/leave-programs/policy-builder.d.mts +20 -0
- package/lib/leave-programs/policy-builder.d.mts.map +1 -0
- package/lib/leave-programs/policy-builder.d.ts +20 -0
- package/lib/leave-programs/policy-builder.d.ts.map +1 -0
- package/lib/leave-programs/policy-builder.js +89 -0
- package/lib/leave-programs/policy-builder.js.map +1 -0
- package/lib/leave-programs/policy-builder.mjs +85 -0
- package/lib/leave-programs/policy-builder.mjs.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.mts +25 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.mts.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.ts +25 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.ts.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.js +56 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.js.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.mjs +53 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.mjs.map +1 -0
- package/lib/leave-programs/testing.d.mts +8 -0
- package/lib/leave-programs/testing.d.mts.map +1 -0
- package/lib/leave-programs/testing.d.ts +8 -0
- package/lib/leave-programs/testing.d.ts.map +1 -0
- package/lib/leave-programs/testing.js +11 -0
- package/lib/leave-programs/testing.js.map +1 -0
- package/lib/leave-programs/testing.mjs +7 -0
- package/lib/leave-programs/testing.mjs.map +1 -0
- package/lib/leave-programs/types.d.mts +223 -0
- package/lib/leave-programs/types.d.mts.map +1 -0
- package/lib/leave-programs/types.d.ts +223 -0
- package/lib/leave-programs/types.d.ts.map +1 -0
- package/lib/leave-programs/types.js +10 -0
- package/lib/leave-programs/types.js.map +1 -0
- package/lib/leave-programs/types.mjs +7 -0
- package/lib/leave-programs/types.mjs.map +1 -0
- package/lib/leave-programs.d.mts +7 -0
- package/lib/leave-programs.d.mts.map +1 -0
- package/lib/leave-programs.d.ts +7 -0
- package/lib/leave-programs.d.ts.map +1 -0
- package/lib/leave-programs.js +19 -0
- package/lib/leave-programs.js.map +1 -0
- package/lib/leave-programs.mjs +7 -0
- package/lib/leave-programs.mjs.map +1 -0
- package/lib/manifest/_existing-component-fields.d.mts +11 -0
- package/lib/manifest/_existing-component-fields.d.mts.map +1 -0
- package/lib/manifest/_existing-component-fields.d.ts +11 -0
- package/lib/manifest/_existing-component-fields.d.ts.map +1 -0
- package/lib/manifest/_existing-component-fields.js +67 -0
- package/lib/manifest/_existing-component-fields.js.map +1 -0
- package/lib/manifest/_existing-component-fields.mjs +59 -0
- package/lib/manifest/_existing-component-fields.mjs.map +1 -0
- package/lib/manifest/_helpers.d.mts +95 -0
- package/lib/manifest/_helpers.d.mts.map +1 -0
- package/lib/manifest/_helpers.d.ts +95 -0
- package/lib/manifest/_helpers.d.ts.map +1 -0
- package/lib/manifest/_helpers.js +67 -0
- package/lib/manifest/_helpers.js.map +1 -0
- package/lib/manifest/_helpers.mjs +63 -0
- package/lib/manifest/_helpers.mjs.map +1 -0
- package/lib/manifest/acp-agent-source-files.d.mts +10 -0
- package/lib/manifest/acp-agent-source-files.d.mts.map +1 -0
- package/lib/manifest/acp-agent-source-files.d.ts +10 -0
- package/lib/manifest/acp-agent-source-files.d.ts.map +1 -0
- package/lib/manifest/acp-agent-source-files.js +42 -0
- package/lib/manifest/acp-agent-source-files.js.map +1 -0
- package/lib/manifest/acp-agent-source-files.mjs +38 -0
- package/lib/manifest/acp-agent-source-files.mjs.map +1 -0
- package/lib/manifest/acp-agent.d.mts +73 -0
- package/lib/manifest/acp-agent.d.mts.map +1 -0
- package/lib/manifest/acp-agent.d.ts +73 -0
- package/lib/manifest/acp-agent.d.ts.map +1 -0
- package/lib/manifest/acp-agent.js +131 -0
- package/lib/manifest/acp-agent.js.map +1 -0
- package/lib/manifest/acp-agent.mjs +127 -0
- package/lib/manifest/acp-agent.mjs.map +1 -0
- package/lib/manifest/agent.d.mts +60 -0
- package/lib/manifest/agent.d.mts.map +1 -0
- package/lib/manifest/agent.d.ts +60 -0
- package/lib/manifest/agent.d.ts.map +1 -0
- package/lib/manifest/agent.js +94 -0
- package/lib/manifest/agent.js.map +1 -0
- package/lib/manifest/agent.mjs +90 -0
- package/lib/manifest/agent.mjs.map +1 -0
- package/lib/manifest/app.d.mts +126 -0
- package/lib/manifest/app.d.mts.map +1 -0
- package/lib/manifest/app.d.ts +126 -0
- package/lib/manifest/app.d.ts.map +1 -0
- package/lib/manifest/app.js +143 -0
- package/lib/manifest/app.js.map +1 -0
- package/lib/manifest/app.mjs +139 -0
- package/lib/manifest/app.mjs.map +1 -0
- package/lib/manifest/business-event.d.mts +64 -0
- package/lib/manifest/business-event.d.mts.map +1 -0
- package/lib/manifest/business-event.d.ts +64 -0
- package/lib/manifest/business-event.d.ts.map +1 -0
- package/lib/manifest/business-event.js +64 -0
- package/lib/manifest/business-event.js.map +1 -0
- package/lib/manifest/business-event.mjs +60 -0
- package/lib/manifest/business-event.mjs.map +1 -0
- package/lib/manifest/category.d.mts +90 -0
- package/lib/manifest/category.d.mts.map +1 -0
- package/lib/manifest/category.d.ts +90 -0
- package/lib/manifest/category.d.ts.map +1 -0
- package/lib/manifest/category.js +95 -0
- package/lib/manifest/category.js.map +1 -0
- package/lib/manifest/category.mjs +91 -0
- package/lib/manifest/category.mjs.map +1 -0
- package/lib/manifest/custom-field-section.d.mts +30 -0
- package/lib/manifest/custom-field-section.d.mts.map +1 -0
- package/lib/manifest/custom-field-section.d.ts +30 -0
- package/lib/manifest/custom-field-section.d.ts.map +1 -0
- package/lib/manifest/custom-field-section.js +58 -0
- package/lib/manifest/custom-field-section.js.map +1 -0
- package/lib/manifest/custom-field-section.mjs +54 -0
- package/lib/manifest/custom-field-section.mjs.map +1 -0
- package/lib/manifest/custom-field.d.mts +123 -0
- package/lib/manifest/custom-field.d.mts.map +1 -0
- package/lib/manifest/custom-field.d.ts +123 -0
- package/lib/manifest/custom-field.d.ts.map +1 -0
- package/lib/manifest/custom-field.js +211 -0
- package/lib/manifest/custom-field.js.map +1 -0
- package/lib/manifest/custom-field.mjs +207 -0
- package/lib/manifest/custom-field.mjs.map +1 -0
- package/lib/manifest/custom-object-action.d.mts +45 -0
- package/lib/manifest/custom-object-action.d.mts.map +1 -0
- package/lib/manifest/custom-object-action.d.ts +45 -0
- package/lib/manifest/custom-object-action.d.ts.map +1 -0
- package/lib/manifest/custom-object-action.js +72 -0
- package/lib/manifest/custom-object-action.js.map +1 -0
- package/lib/manifest/custom-object-action.mjs +68 -0
- package/lib/manifest/custom-object-action.mjs.map +1 -0
- package/lib/manifest/custom-object-field-section.d.mts +88 -0
- package/lib/manifest/custom-object-field-section.d.mts.map +1 -0
- package/lib/manifest/custom-object-field-section.d.ts +88 -0
- package/lib/manifest/custom-object-field-section.d.ts.map +1 -0
- package/lib/manifest/custom-object-field-section.js +97 -0
- package/lib/manifest/custom-object-field-section.js.map +1 -0
- package/lib/manifest/custom-object-field-section.mjs +93 -0
- package/lib/manifest/custom-object-field-section.mjs.map +1 -0
- package/lib/manifest/custom-object-page-layout.d.mts +694 -0
- package/lib/manifest/custom-object-page-layout.d.mts.map +1 -0
- package/lib/manifest/custom-object-page-layout.d.ts +694 -0
- package/lib/manifest/custom-object-page-layout.d.ts.map +1 -0
- package/lib/manifest/custom-object-page-layout.js +1323 -0
- package/lib/manifest/custom-object-page-layout.js.map +1 -0
- package/lib/manifest/custom-object-page-layout.mjs +1319 -0
- package/lib/manifest/custom-object-page-layout.mjs.map +1 -0
- package/lib/manifest/custom-object.d.mts +329 -0
- package/lib/manifest/custom-object.d.mts.map +1 -0
- package/lib/manifest/custom-object.d.ts +329 -0
- package/lib/manifest/custom-object.d.ts.map +1 -0
- package/lib/manifest/custom-object.js +394 -0
- package/lib/manifest/custom-object.js.map +1 -0
- package/lib/manifest/custom-object.mjs +390 -0
- package/lib/manifest/custom-object.mjs.map +1 -0
- package/lib/manifest/custom-skill.d.mts +115 -0
- package/lib/manifest/custom-skill.d.mts.map +1 -0
- package/lib/manifest/custom-skill.d.ts +115 -0
- package/lib/manifest/custom-skill.d.ts.map +1 -0
- package/lib/manifest/custom-skill.js +127 -0
- package/lib/manifest/custom-skill.js.map +1 -0
- package/lib/manifest/custom-skill.mjs +123 -0
- package/lib/manifest/custom-skill.mjs.map +1 -0
- package/lib/manifest/existing-manifest-context.d.mts +109 -0
- package/lib/manifest/existing-manifest-context.d.mts.map +1 -0
- package/lib/manifest/existing-manifest-context.d.ts +109 -0
- package/lib/manifest/existing-manifest-context.d.ts.map +1 -0
- package/lib/manifest/existing-manifest-context.js +641 -0
- package/lib/manifest/existing-manifest-context.js.map +1 -0
- package/lib/manifest/existing-manifest-context.mjs +636 -0
- package/lib/manifest/existing-manifest-context.mjs.map +1 -0
- package/lib/manifest/field.d.mts +548 -0
- package/lib/manifest/field.d.mts.map +1 -0
- package/lib/manifest/field.d.ts +548 -0
- package/lib/manifest/field.d.ts.map +1 -0
- package/lib/manifest/field.js +645 -0
- package/lib/manifest/field.js.map +1 -0
- package/lib/manifest/field.mjs +622 -0
- package/lib/manifest/field.mjs.map +1 -0
- package/lib/manifest/index.d.mts +24 -0
- package/lib/manifest/index.d.mts.map +1 -0
- package/lib/manifest/index.d.ts +24 -0
- package/lib/manifest/index.d.ts.map +1 -0
- package/lib/manifest/index.js +74 -0
- package/lib/manifest/index.js.map +1 -0
- package/lib/manifest/index.mjs +27 -0
- package/lib/manifest/index.mjs.map +1 -0
- package/lib/manifest/list-view.d.mts +167 -0
- package/lib/manifest/list-view.d.mts.map +1 -0
- package/lib/manifest/list-view.d.ts +167 -0
- package/lib/manifest/list-view.d.ts.map +1 -0
- package/lib/manifest/list-view.js +145 -0
- package/lib/manifest/list-view.js.map +1 -0
- package/lib/manifest/list-view.mjs +141 -0
- package/lib/manifest/list-view.mjs.map +1 -0
- package/lib/manifest/manifest-builder.d.mts +163 -0
- package/lib/manifest/manifest-builder.d.mts.map +1 -0
- package/lib/manifest/manifest-builder.d.ts +163 -0
- package/lib/manifest/manifest-builder.d.ts.map +1 -0
- package/lib/manifest/manifest-builder.js +147 -0
- package/lib/manifest/manifest-builder.js.map +1 -0
- package/lib/manifest/manifest-builder.mjs +143 -0
- package/lib/manifest/manifest-builder.mjs.map +1 -0
- package/lib/manifest/manifest-function.d.mts +127 -0
- package/lib/manifest/manifest-function.d.mts.map +1 -0
- package/lib/manifest/manifest-function.d.ts +127 -0
- package/lib/manifest/manifest-function.d.ts.map +1 -0
- package/lib/manifest/manifest-function.js +127 -0
- package/lib/manifest/manifest-function.js.map +1 -0
- package/lib/manifest/manifest-function.mjs +123 -0
- package/lib/manifest/manifest-function.mjs.map +1 -0
- package/lib/manifest/node.d.mts +4 -0
- package/lib/manifest/node.d.mts.map +1 -0
- package/lib/manifest/node.d.ts +4 -0
- package/lib/manifest/node.d.ts.map +1 -0
- package/lib/manifest/node.js +9 -0
- package/lib/manifest/node.js.map +1 -0
- package/lib/manifest/node.mjs +4 -0
- package/lib/manifest/node.mjs.map +1 -0
- package/lib/manifest/rule.d.mts +147 -0
- package/lib/manifest/rule.d.mts.map +1 -0
- package/lib/manifest/rule.d.ts +147 -0
- package/lib/manifest/rule.d.ts.map +1 -0
- package/lib/manifest/rule.js +170 -0
- package/lib/manifest/rule.js.map +1 -0
- package/lib/manifest/rule.mjs +166 -0
- package/lib/manifest/rule.mjs.map +1 -0
- package/lib/manifest/sdui-page.d.mts +108 -0
- package/lib/manifest/sdui-page.d.mts.map +1 -0
- package/lib/manifest/sdui-page.d.ts +108 -0
- package/lib/manifest/sdui-page.d.ts.map +1 -0
- package/lib/manifest/sdui-page.js +123 -0
- package/lib/manifest/sdui-page.js.map +1 -0
- package/lib/manifest/sdui-page.mjs +119 -0
- package/lib/manifest/sdui-page.mjs.map +1 -0
- package/lib/manifest/validation.d.mts +133 -0
- package/lib/manifest/validation.d.mts.map +1 -0
- package/lib/manifest/validation.d.ts +133 -0
- package/lib/manifest/validation.d.ts.map +1 -0
- package/lib/manifest/validation.js +118 -0
- package/lib/manifest/validation.js.map +1 -0
- package/lib/manifest/validation.mjs +114 -0
- package/lib/manifest/validation.mjs.map +1 -0
- package/lib/manifest/workflow.d.mts +158 -0
- package/lib/manifest/workflow.d.mts.map +1 -0
- package/lib/manifest/workflow.d.ts +158 -0
- package/lib/manifest/workflow.d.ts.map +1 -0
- package/lib/manifest/workflow.js +51 -0
- package/lib/manifest/workflow.js.map +1 -0
- package/lib/manifest/workflow.mjs +47 -0
- package/lib/manifest/workflow.mjs.map +1 -0
- package/lib/manifest.d.mts +2 -0
- package/lib/manifest.d.mts.map +1 -0
- package/lib/manifest.d.ts +2 -0
- package/lib/manifest.d.ts.map +1 -0
- package/lib/manifest.js +5 -0
- package/lib/manifest.js.map +1 -0
- package/lib/manifest.mjs +2 -0
- package/lib/manifest.mjs.map +1 -0
- package/package.json +190 -0
- package/pagination.d.mts +3 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +3 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +3 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +3 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +3 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +3 -0
- package/resource.mjs.map +1 -0
- package/resources/agents/agents.d.mts +208 -0
- package/resources/agents/agents.d.mts.map +1 -0
- package/resources/agents/agents.d.ts +208 -0
- package/resources/agents/agents.d.ts.map +1 -0
- package/resources/agents/agents.js +64 -0
- package/resources/agents/agents.js.map +1 -0
- package/resources/agents/agents.mjs +59 -0
- package/resources/agents/agents.mjs.map +1 -0
- package/resources/agents/deployments.d.mts +180 -0
- package/resources/agents/deployments.d.mts.map +1 -0
- package/resources/agents/deployments.d.ts +180 -0
- package/resources/agents/deployments.d.ts.map +1 -0
- package/resources/agents/deployments.js +32 -0
- package/resources/agents/deployments.js.map +1 -0
- package/resources/agents/deployments.mjs +28 -0
- package/resources/agents/deployments.mjs.map +1 -0
- package/resources/agents/index.d.mts +5 -0
- package/resources/agents/index.d.mts.map +1 -0
- package/resources/agents/index.d.ts +5 -0
- package/resources/agents/index.d.ts.map +1 -0
- package/resources/agents/index.js +13 -0
- package/resources/agents/index.js.map +1 -0
- package/resources/agents/index.mjs +6 -0
- package/resources/agents/index.mjs.map +1 -0
- package/resources/agents/sessions/events.d.mts +80 -0
- package/resources/agents/sessions/events.d.mts.map +1 -0
- package/resources/agents/sessions/events.d.ts +80 -0
- package/resources/agents/sessions/events.d.ts.map +1 -0
- package/resources/agents/sessions/events.js +19 -0
- package/resources/agents/sessions/events.js.map +1 -0
- package/resources/agents/sessions/events.mjs +15 -0
- package/resources/agents/sessions/events.mjs.map +1 -0
- package/resources/agents/sessions/index.d.mts +5 -0
- package/resources/agents/sessions/index.d.mts.map +1 -0
- package/resources/agents/sessions/index.d.ts +5 -0
- package/resources/agents/sessions/index.d.ts.map +1 -0
- package/resources/agents/sessions/index.js +13 -0
- package/resources/agents/sessions/index.js.map +1 -0
- package/resources/agents/sessions/index.mjs +6 -0
- package/resources/agents/sessions/index.mjs.map +1 -0
- package/resources/agents/sessions/messages.d.mts +84 -0
- package/resources/agents/sessions/messages.d.mts.map +1 -0
- package/resources/agents/sessions/messages.d.ts +84 -0
- package/resources/agents/sessions/messages.d.ts.map +1 -0
- package/resources/agents/sessions/messages.js +19 -0
- package/resources/agents/sessions/messages.js.map +1 -0
- package/resources/agents/sessions/messages.mjs +15 -0
- package/resources/agents/sessions/messages.mjs.map +1 -0
- package/resources/agents/sessions/resume-state.d.mts +25 -0
- package/resources/agents/sessions/resume-state.d.mts.map +1 -0
- package/resources/agents/sessions/resume-state.d.ts +25 -0
- package/resources/agents/sessions/resume-state.d.ts.map +1 -0
- package/resources/agents/sessions/resume-state.js +19 -0
- package/resources/agents/sessions/resume-state.js.map +1 -0
- package/resources/agents/sessions/resume-state.mjs +15 -0
- package/resources/agents/sessions/resume-state.mjs.map +1 -0
- package/resources/agents/sessions/sessions.d.mts +248 -0
- package/resources/agents/sessions/sessions.d.mts.map +1 -0
- package/resources/agents/sessions/sessions.d.ts +248 -0
- package/resources/agents/sessions/sessions.d.ts.map +1 -0
- package/resources/agents/sessions/sessions.js +52 -0
- package/resources/agents/sessions/sessions.js.map +1 -0
- package/resources/agents/sessions/sessions.mjs +47 -0
- package/resources/agents/sessions/sessions.mjs.map +1 -0
- package/resources/agents/sessions.d.mts +2 -0
- package/resources/agents/sessions.d.mts.map +1 -0
- package/resources/agents/sessions.d.ts +2 -0
- package/resources/agents/sessions.d.ts.map +1 -0
- package/resources/agents/sessions.js +6 -0
- package/resources/agents/sessions.js.map +1 -0
- package/resources/agents/sessions.mjs +3 -0
- package/resources/agents/sessions.mjs.map +1 -0
- package/resources/agents/source-revisions.d.mts +195 -0
- package/resources/agents/source-revisions.d.mts.map +1 -0
- package/resources/agents/source-revisions.d.ts +195 -0
- package/resources/agents/source-revisions.d.ts.map +1 -0
- package/resources/agents/source-revisions.js +32 -0
- package/resources/agents/source-revisions.js.map +1 -0
- package/resources/agents/source-revisions.mjs +28 -0
- package/resources/agents/source-revisions.mjs.map +1 -0
- package/resources/agents.d.mts +2 -0
- package/resources/agents.d.mts.map +1 -0
- package/resources/agents.d.ts +2 -0
- package/resources/agents.d.ts.map +1 -0
- package/resources/agents.js +6 -0
- package/resources/agents.js.map +1 -0
- package/resources/agents.mjs +3 -0
- package/resources/agents.mjs.map +1 -0
- package/resources/app-users.d.mts +190 -0
- package/resources/app-users.d.mts.map +1 -0
- package/resources/app-users.d.ts +190 -0
- package/resources/app-users.d.ts.map +1 -0
- package/resources/app-users.js +32 -0
- package/resources/app-users.js.map +1 -0
- package/resources/app-users.mjs +28 -0
- package/resources/app-users.mjs.map +1 -0
- package/resources/background-check-candidates.d.mts +337 -0
- package/resources/background-check-candidates.d.mts.map +1 -0
- package/resources/background-check-candidates.d.ts +337 -0
- package/resources/background-check-candidates.d.ts.map +1 -0
- package/resources/background-check-candidates.js +52 -0
- package/resources/background-check-candidates.js.map +1 -0
- package/resources/background-check-candidates.mjs +48 -0
- package/resources/background-check-candidates.mjs.map +1 -0
- package/resources/break-policies.d.mts +95 -0
- package/resources/break-policies.d.mts.map +1 -0
- package/resources/break-policies.d.ts +95 -0
- package/resources/break-policies.d.ts.map +1 -0
- package/resources/break-policies.js +32 -0
- package/resources/break-policies.js.map +1 -0
- package/resources/break-policies.mjs +28 -0
- package/resources/break-policies.mjs.map +1 -0
- package/resources/break-types.d.mts +192 -0
- package/resources/break-types.d.mts.map +1 -0
- package/resources/break-types.d.ts +192 -0
- package/resources/break-types.d.ts.map +1 -0
- package/resources/break-types.js +34 -0
- package/resources/break-types.js.map +1 -0
- package/resources/break-types.mjs +30 -0
- package/resources/break-types.mjs.map +1 -0
- package/resources/business-partner-groups.d.mts +102 -0
- package/resources/business-partner-groups.d.mts.map +1 -0
- package/resources/business-partner-groups.d.ts +102 -0
- package/resources/business-partner-groups.d.ts.map +1 -0
- package/resources/business-partner-groups.js +49 -0
- package/resources/business-partner-groups.js.map +1 -0
- package/resources/business-partner-groups.mjs +45 -0
- package/resources/business-partner-groups.mjs.map +1 -0
- package/resources/business-partners.d.mts +140 -0
- package/resources/business-partners.d.mts.map +1 -0
- package/resources/business-partners.d.ts +140 -0
- package/resources/business-partners.d.ts.map +1 -0
- package/resources/business-partners.js +50 -0
- package/resources/business-partners.js.map +1 -0
- package/resources/business-partners.mjs +46 -0
- package/resources/business-partners.mjs.map +1 -0
- package/resources/business-structure-paths.d.mts +166 -0
- package/resources/business-structure-paths.d.mts.map +1 -0
- package/resources/business-structure-paths.d.ts +166 -0
- package/resources/business-structure-paths.d.ts.map +1 -0
- package/resources/business-structure-paths.js +46 -0
- package/resources/business-structure-paths.js.map +1 -0
- package/resources/business-structure-paths.mjs +42 -0
- package/resources/business-structure-paths.mjs.map +1 -0
- package/resources/candidate-applications.d.mts +75 -0
- package/resources/candidate-applications.d.mts.map +1 -0
- package/resources/candidate-applications.d.ts +75 -0
- package/resources/candidate-applications.d.ts.map +1 -0
- package/resources/candidate-applications.js +23 -0
- package/resources/candidate-applications.js.map +1 -0
- package/resources/candidate-applications.mjs +19 -0
- package/resources/candidate-applications.mjs.map +1 -0
- package/resources/candidates.d.mts +62 -0
- package/resources/candidates.d.mts.map +1 -0
- package/resources/candidates.d.ts +62 -0
- package/resources/candidates.d.ts.map +1 -0
- package/resources/candidates.js +25 -0
- package/resources/candidates.js.map +1 -0
- package/resources/candidates.mjs +21 -0
- package/resources/candidates.mjs.map +1 -0
- package/resources/companies.d.mts +90 -0
- package/resources/companies.d.mts.map +1 -0
- package/resources/companies.d.ts +90 -0
- package/resources/companies.d.ts.map +1 -0
- package/resources/companies.js +23 -0
- package/resources/companies.js.map +1 -0
- package/resources/companies.mjs +19 -0
- package/resources/companies.mjs.map +1 -0
- package/resources/company-legal-entities.d.mts +184 -0
- package/resources/company-legal-entities.d.mts.map +1 -0
- package/resources/company-legal-entities.d.ts +184 -0
- package/resources/company-legal-entities.d.ts.map +1 -0
- package/resources/company-legal-entities.js +30 -0
- package/resources/company-legal-entities.js.map +1 -0
- package/resources/company-legal-entities.mjs +26 -0
- package/resources/company-legal-entities.mjs.map +1 -0
- package/resources/company-legal-entity-workers.d.mts +83 -0
- package/resources/company-legal-entity-workers.d.mts.map +1 -0
- package/resources/company-legal-entity-workers.d.ts +83 -0
- package/resources/company-legal-entity-workers.d.ts.map +1 -0
- package/resources/company-legal-entity-workers.js +30 -0
- package/resources/company-legal-entity-workers.js.map +1 -0
- package/resources/company-legal-entity-workers.mjs +26 -0
- package/resources/company-legal-entity-workers.mjs.map +1 -0
- package/resources/compensation-bands-details.d.mts +102 -0
- package/resources/compensation-bands-details.d.mts.map +1 -0
- package/resources/compensation-bands-details.d.ts +102 -0
- package/resources/compensation-bands-details.d.ts.map +1 -0
- package/resources/compensation-bands-details.js +32 -0
- package/resources/compensation-bands-details.js.map +1 -0
- package/resources/compensation-bands-details.mjs +28 -0
- package/resources/compensation-bands-details.mjs.map +1 -0
- package/resources/compensations.d.mts +258 -0
- package/resources/compensations.d.mts.map +1 -0
- package/resources/compensations.d.ts +258 -0
- package/resources/compensations.d.ts.map +1 -0
- package/resources/compensations.js +30 -0
- package/resources/compensations.js.map +1 -0
- package/resources/compensations.mjs +26 -0
- package/resources/compensations.mjs.map +1 -0
- package/resources/custom-apps.d.mts +341 -0
- package/resources/custom-apps.d.mts.map +1 -0
- package/resources/custom-apps.d.ts +341 -0
- package/resources/custom-apps.d.ts.map +1 -0
- package/resources/custom-apps.js +47 -0
- package/resources/custom-apps.js.map +1 -0
- package/resources/custom-apps.mjs +43 -0
- package/resources/custom-apps.mjs.map +1 -0
- package/resources/custom-fields.d.mts +63 -0
- package/resources/custom-fields.d.mts.map +1 -0
- package/resources/custom-fields.d.ts +63 -0
- package/resources/custom-fields.d.ts.map +1 -0
- package/resources/custom-fields.js +25 -0
- package/resources/custom-fields.js.map +1 -0
- package/resources/custom-fields.mjs +21 -0
- package/resources/custom-fields.mjs.map +1 -0
- package/resources/custom-objects/custom-objects.d.mts +144 -0
- package/resources/custom-objects/custom-objects.d.mts.map +1 -0
- package/resources/custom-objects/custom-objects.d.ts +144 -0
- package/resources/custom-objects/custom-objects.d.ts.map +1 -0
- package/resources/custom-objects/custom-objects.js +62 -0
- package/resources/custom-objects/custom-objects.js.map +1 -0
- package/resources/custom-objects/custom-objects.mjs +57 -0
- package/resources/custom-objects/custom-objects.mjs.map +1 -0
- package/resources/custom-objects/fields.d.mts +305 -0
- package/resources/custom-objects/fields.d.mts.map +1 -0
- package/resources/custom-objects/fields.d.ts +305 -0
- package/resources/custom-objects/fields.d.ts.map +1 -0
- package/resources/custom-objects/fields.js +53 -0
- package/resources/custom-objects/fields.js.map +1 -0
- package/resources/custom-objects/fields.mjs +49 -0
- package/resources/custom-objects/fields.mjs.map +1 -0
- package/resources/custom-objects/index.d.mts +4 -0
- package/resources/custom-objects/index.d.mts.map +1 -0
- package/resources/custom-objects/index.d.ts +4 -0
- package/resources/custom-objects/index.d.ts.map +1 -0
- package/resources/custom-objects/index.js +11 -0
- package/resources/custom-objects/index.js.map +1 -0
- package/resources/custom-objects/index.mjs +5 -0
- package/resources/custom-objects/index.mjs.map +1 -0
- package/resources/custom-objects/records.d.mts +210 -0
- package/resources/custom-objects/records.d.mts.map +1 -0
- package/resources/custom-objects/records.d.ts +210 -0
- package/resources/custom-objects/records.d.ts.map +1 -0
- package/resources/custom-objects/records.js +96 -0
- package/resources/custom-objects/records.js.map +1 -0
- package/resources/custom-objects/records.mjs +92 -0
- package/resources/custom-objects/records.mjs.map +1 -0
- package/resources/custom-objects.d.mts +2 -0
- package/resources/custom-objects.d.mts.map +1 -0
- package/resources/custom-objects.d.ts +2 -0
- package/resources/custom-objects.d.ts.map +1 -0
- package/resources/custom-objects.js +6 -0
- package/resources/custom-objects.js.map +1 -0
- package/resources/custom-objects.mjs +3 -0
- package/resources/custom-objects.mjs.map +1 -0
- package/resources/custom-pages.d.mts +177 -0
- package/resources/custom-pages.d.mts.map +1 -0
- package/resources/custom-pages.d.ts +177 -0
- package/resources/custom-pages.d.ts.map +1 -0
- package/resources/custom-pages.js +47 -0
- package/resources/custom-pages.js.map +1 -0
- package/resources/custom-pages.mjs +43 -0
- package/resources/custom-pages.mjs.map +1 -0
- package/resources/custom-settings.d.mts +274 -0
- package/resources/custom-settings.d.mts.map +1 -0
- package/resources/custom-settings.d.ts +274 -0
- package/resources/custom-settings.d.ts.map +1 -0
- package/resources/custom-settings.js +51 -0
- package/resources/custom-settings.js.map +1 -0
- package/resources/custom-settings.mjs +47 -0
- package/resources/custom-settings.mjs.map +1 -0
- package/resources/departments.d.mts +124 -0
- package/resources/departments.d.mts.map +1 -0
- package/resources/departments.d.ts +124 -0
- package/resources/departments.d.ts.map +1 -0
- package/resources/departments.js +42 -0
- package/resources/departments.js.map +1 -0
- package/resources/departments.mjs +38 -0
- package/resources/departments.mjs.map +1 -0
- package/resources/developer-program-application.d.mts +176 -0
- package/resources/developer-program-application.d.mts.map +1 -0
- package/resources/developer-program-application.d.ts +176 -0
- package/resources/developer-program-application.d.ts.map +1 -0
- package/resources/developer-program-application.js +27 -0
- package/resources/developer-program-application.js.map +1 -0
- package/resources/developer-program-application.mjs +23 -0
- package/resources/developer-program-application.mjs.map +1 -0
- package/resources/developer-users.d.mts +53 -0
- package/resources/developer-users.d.mts.map +1 -0
- package/resources/developer-users.d.ts +53 -0
- package/resources/developer-users.d.ts.map +1 -0
- package/resources/developer-users.js +25 -0
- package/resources/developer-users.js.map +1 -0
- package/resources/developer-users.mjs +21 -0
- package/resources/developer-users.mjs.map +1 -0
- package/resources/device-orders.d.mts +151 -0
- package/resources/device-orders.d.mts.map +1 -0
- package/resources/device-orders.d.ts +151 -0
- package/resources/device-orders.d.ts.map +1 -0
- package/resources/device-orders.js +34 -0
- package/resources/device-orders.js.map +1 -0
- package/resources/device-orders.mjs +30 -0
- package/resources/device-orders.mjs.map +1 -0
- package/resources/devices.d.mts +276 -0
- package/resources/devices.d.mts.map +1 -0
- package/resources/devices.d.ts +276 -0
- package/resources/devices.d.ts.map +1 -0
- package/resources/devices.js +32 -0
- package/resources/devices.js.map +1 -0
- package/resources/devices.mjs +28 -0
- package/resources/devices.mjs.map +1 -0
- package/resources/draft-hires.d.mts +496 -0
- package/resources/draft-hires.d.mts.map +1 -0
- package/resources/draft-hires.d.ts +496 -0
- package/resources/draft-hires.d.ts.map +1 -0
- package/resources/draft-hires.js +18 -0
- package/resources/draft-hires.js.map +1 -0
- package/resources/draft-hires.mjs +14 -0
- package/resources/draft-hires.mjs.map +1 -0
- package/resources/draft-transitions.d.mts +474 -0
- package/resources/draft-transitions.d.mts.map +1 -0
- package/resources/draft-transitions.d.ts +474 -0
- package/resources/draft-transitions.d.ts.map +1 -0
- package/resources/draft-transitions.js +25 -0
- package/resources/draft-transitions.js.map +1 -0
- package/resources/draft-transitions.mjs +21 -0
- package/resources/draft-transitions.mjs.map +1 -0
- package/resources/earning-types.d.mts +50 -0
- package/resources/earning-types.d.mts.map +1 -0
- package/resources/earning-types.d.ts +50 -0
- package/resources/earning-types.d.ts.map +1 -0
- package/resources/earning-types.js +24 -0
- package/resources/earning-types.js.map +1 -0
- package/resources/earning-types.mjs +20 -0
- package/resources/earning-types.mjs.map +1 -0
- package/resources/earnings-inputs.d.mts +244 -0
- package/resources/earnings-inputs.d.mts.map +1 -0
- package/resources/earnings-inputs.d.ts +244 -0
- package/resources/earnings-inputs.d.ts.map +1 -0
- package/resources/earnings-inputs.js +41 -0
- package/resources/earnings-inputs.js.map +1 -0
- package/resources/earnings-inputs.mjs +37 -0
- package/resources/earnings-inputs.mjs.map +1 -0
- package/resources/employee-documents.d.mts +153 -0
- package/resources/employee-documents.d.mts.map +1 -0
- package/resources/employee-documents.d.ts +153 -0
- package/resources/employee-documents.d.ts.map +1 -0
- package/resources/employee-documents.js +18 -0
- package/resources/employee-documents.js.map +1 -0
- package/resources/employee-documents.mjs +14 -0
- package/resources/employee-documents.mjs.map +1 -0
- package/resources/employment-types.d.mts +85 -0
- package/resources/employment-types.d.mts.map +1 -0
- package/resources/employment-types.d.ts +85 -0
- package/resources/employment-types.d.ts.map +1 -0
- package/resources/employment-types.js +32 -0
- package/resources/employment-types.js.map +1 -0
- package/resources/employment-types.mjs +28 -0
- package/resources/employment-types.mjs.map +1 -0
- package/resources/entitlements.d.mts +33 -0
- package/resources/entitlements.d.mts.map +1 -0
- package/resources/entitlements.d.ts +33 -0
- package/resources/entitlements.d.ts.map +1 -0
- package/resources/entitlements.js +21 -0
- package/resources/entitlements.js.map +1 -0
- package/resources/entitlements.mjs +17 -0
- package/resources/entitlements.mjs.map +1 -0
- package/resources/files.d.mts +164 -0
- package/resources/files.d.mts.map +1 -0
- package/resources/files.d.ts +164 -0
- package/resources/files.d.ts.map +1 -0
- package/resources/files.js +25 -0
- package/resources/files.js.map +1 -0
- package/resources/files.mjs +21 -0
- package/resources/files.mjs.map +1 -0
- package/resources/functions/deployments.d.mts +162 -0
- package/resources/functions/deployments.d.mts.map +1 -0
- package/resources/functions/deployments.d.ts +162 -0
- package/resources/functions/deployments.d.ts.map +1 -0
- package/resources/functions/deployments.js +43 -0
- package/resources/functions/deployments.js.map +1 -0
- package/resources/functions/deployments.mjs +39 -0
- package/resources/functions/deployments.mjs.map +1 -0
- package/resources/functions/executions.d.mts +126 -0
- package/resources/functions/executions.d.mts.map +1 -0
- package/resources/functions/executions.d.ts +126 -0
- package/resources/functions/executions.d.ts.map +1 -0
- package/resources/functions/executions.js +45 -0
- package/resources/functions/executions.js.map +1 -0
- package/resources/functions/executions.mjs +41 -0
- package/resources/functions/executions.mjs.map +1 -0
- package/resources/functions/functions.d.mts +143 -0
- package/resources/functions/functions.d.mts.map +1 -0
- package/resources/functions/functions.d.ts +143 -0
- package/resources/functions/functions.d.ts.map +1 -0
- package/resources/functions/functions.js +59 -0
- package/resources/functions/functions.js.map +1 -0
- package/resources/functions/functions.mjs +54 -0
- package/resources/functions/functions.mjs.map +1 -0
- package/resources/functions/index.d.mts +4 -0
- package/resources/functions/index.d.mts.map +1 -0
- package/resources/functions/index.d.ts +4 -0
- package/resources/functions/index.d.ts.map +1 -0
- package/resources/functions/index.js +11 -0
- package/resources/functions/index.js.map +1 -0
- package/resources/functions/index.mjs +5 -0
- package/resources/functions/index.mjs.map +1 -0
- package/resources/functions.d.mts +2 -0
- package/resources/functions.d.mts.map +1 -0
- package/resources/functions.d.ts +2 -0
- package/resources/functions.d.ts.map +1 -0
- package/resources/functions.js +6 -0
- package/resources/functions.js.map +1 -0
- package/resources/functions.mjs +3 -0
- package/resources/functions.mjs.map +1 -0
- package/resources/headcount-positions.d.mts +1097 -0
- package/resources/headcount-positions.d.mts.map +1 -0
- package/resources/headcount-positions.d.ts +1097 -0
- package/resources/headcount-positions.d.ts.map +1 -0
- package/resources/headcount-positions.js +44 -0
- package/resources/headcount-positions.js.map +1 -0
- package/resources/headcount-positions.mjs +40 -0
- package/resources/headcount-positions.mjs.map +1 -0
- package/resources/headcount-priorities.d.mts +73 -0
- package/resources/headcount-priorities.d.mts.map +1 -0
- package/resources/headcount-priorities.d.ts +73 -0
- package/resources/headcount-priorities.d.ts.map +1 -0
- package/resources/headcount-priorities.js +32 -0
- package/resources/headcount-priorities.js.map +1 -0
- package/resources/headcount-priorities.mjs +28 -0
- package/resources/headcount-priorities.mjs.map +1 -0
- package/resources/hire-requirements.d.mts +112 -0
- package/resources/hire-requirements.d.mts.map +1 -0
- package/resources/hire-requirements.d.ts +112 -0
- package/resources/hire-requirements.d.ts.map +1 -0
- package/resources/hire-requirements.js +19 -0
- package/resources/hire-requirements.js.map +1 -0
- package/resources/hire-requirements.mjs +15 -0
- package/resources/hire-requirements.mjs.map +1 -0
- package/resources/hires.d.mts +657 -0
- package/resources/hires.d.mts.map +1 -0
- package/resources/hires.d.ts +657 -0
- package/resources/hires.d.ts.map +1 -0
- package/resources/hires.js +25 -0
- package/resources/hires.js.map +1 -0
- package/resources/hires.mjs +21 -0
- package/resources/hires.mjs.map +1 -0
- package/resources/index.d.mts +102 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +102 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +208 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +103 -0
- package/resources/index.mjs.map +1 -0
- package/resources/job-assignments.d.mts +268 -0
- package/resources/job-assignments.d.mts.map +1 -0
- package/resources/job-assignments.d.ts +268 -0
- package/resources/job-assignments.d.ts.map +1 -0
- package/resources/job-assignments.js +64 -0
- package/resources/job-assignments.js.map +1 -0
- package/resources/job-assignments.mjs +60 -0
- package/resources/job-assignments.mjs.map +1 -0
- package/resources/job-codes.d.mts +437 -0
- package/resources/job-codes.d.mts.map +1 -0
- package/resources/job-codes.d.ts +437 -0
- package/resources/job-codes.d.ts.map +1 -0
- package/resources/job-codes.js +64 -0
- package/resources/job-codes.js.map +1 -0
- package/resources/job-codes.mjs +60 -0
- package/resources/job-codes.mjs.map +1 -0
- package/resources/job-dimensions.d.mts +173 -0
- package/resources/job-dimensions.d.mts.map +1 -0
- package/resources/job-dimensions.d.ts +173 -0
- package/resources/job-dimensions.d.ts.map +1 -0
- package/resources/job-dimensions.js +52 -0
- package/resources/job-dimensions.js.map +1 -0
- package/resources/job-dimensions.mjs +48 -0
- package/resources/job-dimensions.mjs.map +1 -0
- package/resources/job-functions.d.mts +73 -0
- package/resources/job-functions.d.mts.map +1 -0
- package/resources/job-functions.d.ts +73 -0
- package/resources/job-functions.d.ts.map +1 -0
- package/resources/job-functions.js +32 -0
- package/resources/job-functions.js.map +1 -0
- package/resources/job-functions.mjs +28 -0
- package/resources/job-functions.mjs.map +1 -0
- package/resources/job-pay-rate-exceptions.d.mts +104 -0
- package/resources/job-pay-rate-exceptions.d.mts.map +1 -0
- package/resources/job-pay-rate-exceptions.d.ts +104 -0
- package/resources/job-pay-rate-exceptions.d.ts.map +1 -0
- package/resources/job-pay-rate-exceptions.js +44 -0
- package/resources/job-pay-rate-exceptions.js.map +1 -0
- package/resources/job-pay-rate-exceptions.mjs +40 -0
- package/resources/job-pay-rate-exceptions.mjs.map +1 -0
- package/resources/job-requisitions-write.d.mts +260 -0
- package/resources/job-requisitions-write.d.mts.map +1 -0
- package/resources/job-requisitions-write.d.ts +260 -0
- package/resources/job-requisitions-write.d.ts.map +1 -0
- package/resources/job-requisitions-write.js +18 -0
- package/resources/job-requisitions-write.js.map +1 -0
- package/resources/job-requisitions-write.mjs +14 -0
- package/resources/job-requisitions-write.mjs.map +1 -0
- package/resources/job-requisitions.d.mts +50 -0
- package/resources/job-requisitions.d.mts.map +1 -0
- package/resources/job-requisitions.d.ts +50 -0
- package/resources/job-requisitions.d.ts.map +1 -0
- package/resources/job-requisitions.js +25 -0
- package/resources/job-requisitions.js.map +1 -0
- package/resources/job-requisitions.mjs +21 -0
- package/resources/job-requisitions.mjs.map +1 -0
- package/resources/kiosk-badges.d.mts +255 -0
- package/resources/kiosk-badges.d.mts.map +1 -0
- package/resources/kiosk-badges.d.ts +255 -0
- package/resources/kiosk-badges.d.ts.map +1 -0
- package/resources/kiosk-badges.js +56 -0
- package/resources/kiosk-badges.js.map +1 -0
- package/resources/kiosk-badges.mjs +52 -0
- package/resources/kiosk-badges.mjs.map +1 -0
- package/resources/leave-accruals.d.mts +318 -0
- package/resources/leave-accruals.d.mts.map +1 -0
- package/resources/leave-accruals.d.ts +318 -0
- package/resources/leave-accruals.d.ts.map +1 -0
- package/resources/leave-accruals.js +41 -0
- package/resources/leave-accruals.js.map +1 -0
- package/resources/leave-accruals.mjs +37 -0
- package/resources/leave-accruals.mjs.map +1 -0
- package/resources/leave-balances.d.mts +106 -0
- package/resources/leave-balances.d.mts.map +1 -0
- package/resources/leave-balances.d.ts +106 -0
- package/resources/leave-balances.d.ts.map +1 -0
- package/resources/leave-balances.js +31 -0
- package/resources/leave-balances.js.map +1 -0
- package/resources/leave-balances.mjs +27 -0
- package/resources/leave-balances.mjs.map +1 -0
- package/resources/leave-program-evaluations.d.mts +599 -0
- package/resources/leave-program-evaluations.d.mts.map +1 -0
- package/resources/leave-program-evaluations.d.ts +599 -0
- package/resources/leave-program-evaluations.d.ts.map +1 -0
- package/resources/leave-program-evaluations.js +18 -0
- package/resources/leave-program-evaluations.js.map +1 -0
- package/resources/leave-program-evaluations.mjs +14 -0
- package/resources/leave-program-evaluations.mjs.map +1 -0
- package/resources/leave-requests.d.mts +739 -0
- package/resources/leave-requests.d.mts.map +1 -0
- package/resources/leave-requests.d.ts +739 -0
- package/resources/leave-requests.d.ts.map +1 -0
- package/resources/leave-requests.js +47 -0
- package/resources/leave-requests.js.map +1 -0
- package/resources/leave-requests.mjs +43 -0
- package/resources/leave-requests.mjs.map +1 -0
- package/resources/leave-types.d.mts +75 -0
- package/resources/leave-types.d.mts.map +1 -0
- package/resources/leave-types.d.ts +75 -0
- package/resources/leave-types.d.ts.map +1 -0
- package/resources/leave-types.js +30 -0
- package/resources/leave-types.js.map +1 -0
- package/resources/leave-types.mjs +26 -0
- package/resources/leave-types.mjs.map +1 -0
- package/resources/legal-entities.d.mts +125 -0
- package/resources/legal-entities.d.mts.map +1 -0
- package/resources/legal-entities.d.ts +125 -0
- package/resources/legal-entities.d.ts.map +1 -0
- package/resources/legal-entities.js +30 -0
- package/resources/legal-entities.js.map +1 -0
- package/resources/legal-entities.mjs +26 -0
- package/resources/legal-entities.mjs.map +1 -0
- package/resources/levels.d.mts +182 -0
- package/resources/levels.d.mts.map +1 -0
- package/resources/levels.d.ts +182 -0
- package/resources/levels.d.ts.map +1 -0
- package/resources/levels.js +52 -0
- package/resources/levels.js.map +1 -0
- package/resources/levels.mjs +48 -0
- package/resources/levels.mjs.map +1 -0
- package/resources/listing-submissions.d.mts +86 -0
- package/resources/listing-submissions.d.mts.map +1 -0
- package/resources/listing-submissions.d.ts +86 -0
- package/resources/listing-submissions.d.ts.map +1 -0
- package/resources/listing-submissions.js +31 -0
- package/resources/listing-submissions.js.map +1 -0
- package/resources/listing-submissions.mjs +27 -0
- package/resources/listing-submissions.mjs.map +1 -0
- package/resources/listing-transitions.d.mts +59 -0
- package/resources/listing-transitions.d.mts.map +1 -0
- package/resources/listing-transitions.d.ts +59 -0
- package/resources/listing-transitions.d.ts.map +1 -0
- package/resources/listing-transitions.js +24 -0
- package/resources/listing-transitions.js.map +1 -0
- package/resources/listing-transitions.mjs +20 -0
- package/resources/listing-transitions.mjs.map +1 -0
- package/resources/listing.d.mts +1818 -0
- package/resources/listing.d.mts.map +1 -0
- package/resources/listing.d.ts +1818 -0
- package/resources/listing.d.ts.map +1 -0
- package/resources/listing.js +70 -0
- package/resources/listing.js.map +1 -0
- package/resources/listing.mjs +66 -0
- package/resources/listing.mjs.map +1 -0
- package/resources/location-factors.d.mts +119 -0
- package/resources/location-factors.d.mts.map +1 -0
- package/resources/location-factors.d.ts +119 -0
- package/resources/location-factors.d.ts.map +1 -0
- package/resources/location-factors.js +32 -0
- package/resources/location-factors.js.map +1 -0
- package/resources/location-factors.mjs +28 -0
- package/resources/location-factors.mjs.map +1 -0
- package/resources/metadata/components.d.mts +303 -0
- package/resources/metadata/components.d.mts.map +1 -0
- package/resources/metadata/components.d.ts +303 -0
- package/resources/metadata/components.d.ts.map +1 -0
- package/resources/metadata/components.js +83 -0
- package/resources/metadata/components.js.map +1 -0
- package/resources/metadata/components.mjs +79 -0
- package/resources/metadata/components.mjs.map +1 -0
- package/resources/metadata/deployment-runs.d.mts +143 -0
- package/resources/metadata/deployment-runs.d.mts.map +1 -0
- package/resources/metadata/deployment-runs.d.ts +143 -0
- package/resources/metadata/deployment-runs.d.ts.map +1 -0
- package/resources/metadata/deployment-runs.js +73 -0
- package/resources/metadata/deployment-runs.js.map +1 -0
- package/resources/metadata/deployment-runs.mjs +69 -0
- package/resources/metadata/deployment-runs.mjs.map +1 -0
- package/resources/metadata/index.d.mts +7 -0
- package/resources/metadata/index.d.mts.map +1 -0
- package/resources/metadata/index.d.ts +7 -0
- package/resources/metadata/index.d.ts.map +1 -0
- package/resources/metadata/index.js +17 -0
- package/resources/metadata/index.js.map +1 -0
- package/resources/metadata/index.mjs +8 -0
- package/resources/metadata/index.mjs.map +1 -0
- package/resources/metadata/metadata.d.mts +163 -0
- package/resources/metadata/metadata.d.mts.map +1 -0
- package/resources/metadata/metadata.d.ts +163 -0
- package/resources/metadata/metadata.d.ts.map +1 -0
- package/resources/metadata/metadata.js +65 -0
- package/resources/metadata/metadata.js.map +1 -0
- package/resources/metadata/metadata.mjs +60 -0
- package/resources/metadata/metadata.mjs.map +1 -0
- package/resources/metadata/schema.d.mts +92 -0
- package/resources/metadata/schema.d.mts.map +1 -0
- package/resources/metadata/schema.d.ts +92 -0
- package/resources/metadata/schema.d.ts.map +1 -0
- package/resources/metadata/schema.js +27 -0
- package/resources/metadata/schema.js.map +1 -0
- package/resources/metadata/schema.mjs +23 -0
- package/resources/metadata/schema.mjs.map +1 -0
- package/resources/metadata/types.d.mts +46 -0
- package/resources/metadata/types.d.mts.map +1 -0
- package/resources/metadata/types.d.ts +46 -0
- package/resources/metadata/types.d.ts.map +1 -0
- package/resources/metadata/types.js +26 -0
- package/resources/metadata/types.js.map +1 -0
- package/resources/metadata/types.mjs +22 -0
- package/resources/metadata/types.mjs.map +1 -0
- package/resources/metadata/validation-runs.d.mts +143 -0
- package/resources/metadata/validation-runs.d.mts.map +1 -0
- package/resources/metadata/validation-runs.d.ts +143 -0
- package/resources/metadata/validation-runs.d.ts.map +1 -0
- package/resources/metadata/validation-runs.js +73 -0
- package/resources/metadata/validation-runs.js.map +1 -0
- package/resources/metadata/validation-runs.mjs +69 -0
- package/resources/metadata/validation-runs.mjs.map +1 -0
- package/resources/metadata.d.mts +2 -0
- package/resources/metadata.d.mts.map +1 -0
- package/resources/metadata.d.ts +2 -0
- package/resources/metadata.d.ts.map +1 -0
- package/resources/metadata.js +6 -0
- package/resources/metadata.js.map +1 -0
- package/resources/metadata.mjs +3 -0
- package/resources/metadata.mjs.map +1 -0
- package/resources/object-categories.d.mts +85 -0
- package/resources/object-categories.d.mts.map +1 -0
- package/resources/object-categories.d.ts +85 -0
- package/resources/object-categories.d.ts.map +1 -0
- package/resources/object-categories.js +53 -0
- package/resources/object-categories.js.map +1 -0
- package/resources/object-categories.mjs +49 -0
- package/resources/object-categories.mjs.map +1 -0
- package/resources/package-installs.d.mts +108 -0
- package/resources/package-installs.d.mts.map +1 -0
- package/resources/package-installs.d.ts +108 -0
- package/resources/package-installs.d.ts.map +1 -0
- package/resources/package-installs.js +25 -0
- package/resources/package-installs.js.map +1 -0
- package/resources/package-installs.mjs +21 -0
- package/resources/package-installs.mjs.map +1 -0
- package/resources/package-managed-installs.d.mts +119 -0
- package/resources/package-managed-installs.d.mts.map +1 -0
- package/resources/package-managed-installs.d.ts +119 -0
- package/resources/package-managed-installs.d.ts.map +1 -0
- package/resources/package-managed-installs.js +26 -0
- package/resources/package-managed-installs.js.map +1 -0
- package/resources/package-managed-installs.mjs +22 -0
- package/resources/package-managed-installs.mjs.map +1 -0
- package/resources/package-sandbox-links.d.mts +150 -0
- package/resources/package-sandbox-links.d.mts.map +1 -0
- package/resources/package-sandbox-links.d.ts +150 -0
- package/resources/package-sandbox-links.d.ts.map +1 -0
- package/resources/package-sandbox-links.js +25 -0
- package/resources/package-sandbox-links.js.map +1 -0
- package/resources/package-sandbox-links.mjs +21 -0
- package/resources/package-sandbox-links.mjs.map +1 -0
- package/resources/package-uninstalls.d.mts +128 -0
- package/resources/package-uninstalls.d.mts.map +1 -0
- package/resources/package-uninstalls.d.ts +128 -0
- package/resources/package-uninstalls.d.ts.map +1 -0
- package/resources/package-uninstalls.js +25 -0
- package/resources/package-uninstalls.js.map +1 -0
- package/resources/package-uninstalls.mjs +21 -0
- package/resources/package-uninstalls.mjs.map +1 -0
- package/resources/package-upgrades.d.mts +140 -0
- package/resources/package-upgrades.d.mts.map +1 -0
- package/resources/package-upgrades.d.ts +140 -0
- package/resources/package-upgrades.d.ts.map +1 -0
- package/resources/package-upgrades.js +25 -0
- package/resources/package-upgrades.js.map +1 -0
- package/resources/package-upgrades.mjs +21 -0
- package/resources/package-upgrades.mjs.map +1 -0
- package/resources/package-version-component-updates.d.mts +117 -0
- package/resources/package-version-component-updates.d.mts.map +1 -0
- package/resources/package-version-component-updates.d.ts +117 -0
- package/resources/package-version-component-updates.d.ts.map +1 -0
- package/resources/package-version-component-updates.js +33 -0
- package/resources/package-version-component-updates.js.map +1 -0
- package/resources/package-version-component-updates.mjs +29 -0
- package/resources/package-version-component-updates.mjs.map +1 -0
- package/resources/package-versions/index.d.mts +3 -0
- package/resources/package-versions/index.d.mts.map +1 -0
- package/resources/package-versions/index.d.ts +3 -0
- package/resources/package-versions/index.d.ts.map +1 -0
- package/resources/package-versions/index.js +9 -0
- package/resources/package-versions/index.js.map +1 -0
- package/resources/package-versions/index.mjs +4 -0
- package/resources/package-versions/index.mjs.map +1 -0
- package/resources/package-versions/package-versions.d.mts +114 -0
- package/resources/package-versions/package-versions.d.mts.map +1 -0
- package/resources/package-versions/package-versions.d.ts +114 -0
- package/resources/package-versions/package-versions.d.ts.map +1 -0
- package/resources/package-versions/package-versions.js +33 -0
- package/resources/package-versions/package-versions.js.map +1 -0
- package/resources/package-versions/package-versions.mjs +28 -0
- package/resources/package-versions/package-versions.mjs.map +1 -0
- package/resources/package-versions/publish.d.mts +58 -0
- package/resources/package-versions/publish.d.mts.map +1 -0
- package/resources/package-versions/publish.d.ts +58 -0
- package/resources/package-versions/publish.d.ts.map +1 -0
- package/resources/package-versions/publish.js +19 -0
- package/resources/package-versions/publish.js.map +1 -0
- package/resources/package-versions/publish.mjs +15 -0
- package/resources/package-versions/publish.mjs.map +1 -0
- package/resources/package-versions.d.mts +2 -0
- package/resources/package-versions.d.mts.map +1 -0
- package/resources/package-versions.d.ts +2 -0
- package/resources/package-versions.d.ts.map +1 -0
- package/resources/package-versions.js +6 -0
- package/resources/package-versions.js.map +1 -0
- package/resources/package-versions.mjs +3 -0
- package/resources/package-versions.mjs.map +1 -0
- package/resources/packages/available-upgrades.d.mts +33 -0
- package/resources/packages/available-upgrades.d.mts.map +1 -0
- package/resources/packages/available-upgrades.d.ts +33 -0
- package/resources/packages/available-upgrades.d.ts.map +1 -0
- package/resources/packages/available-upgrades.js +20 -0
- package/resources/packages/available-upgrades.js.map +1 -0
- package/resources/packages/available-upgrades.mjs +16 -0
- package/resources/packages/available-upgrades.mjs.map +1 -0
- package/resources/packages/index.d.mts +5 -0
- package/resources/packages/index.d.mts.map +1 -0
- package/resources/packages/index.d.ts +5 -0
- package/resources/packages/index.d.ts.map +1 -0
- package/resources/packages/index.js +13 -0
- package/resources/packages/index.js.map +1 -0
- package/resources/packages/index.mjs +6 -0
- package/resources/packages/index.mjs.map +1 -0
- package/resources/packages/next-versions.d.mts +70 -0
- package/resources/packages/next-versions.d.mts.map +1 -0
- package/resources/packages/next-versions.d.ts +70 -0
- package/resources/packages/next-versions.d.ts.map +1 -0
- package/resources/packages/next-versions.js +21 -0
- package/resources/packages/next-versions.js.map +1 -0
- package/resources/packages/next-versions.mjs +17 -0
- package/resources/packages/next-versions.mjs.map +1 -0
- package/resources/packages/packages.d.mts +251 -0
- package/resources/packages/packages.d.mts.map +1 -0
- package/resources/packages/packages.d.ts +251 -0
- package/resources/packages/packages.d.ts.map +1 -0
- package/resources/packages/packages.js +68 -0
- package/resources/packages/packages.js.map +1 -0
- package/resources/packages/packages.mjs +63 -0
- package/resources/packages/packages.mjs.map +1 -0
- package/resources/packages/versions.d.mts +123 -0
- package/resources/packages/versions.d.mts.map +1 -0
- package/resources/packages/versions.d.ts +123 -0
- package/resources/packages/versions.d.ts.map +1 -0
- package/resources/packages/versions.js +26 -0
- package/resources/packages/versions.js.map +1 -0
- package/resources/packages/versions.mjs +22 -0
- package/resources/packages/versions.mjs.map +1 -0
- package/resources/packages.d.mts +2 -0
- package/resources/packages.d.mts.map +1 -0
- package/resources/packages.d.ts +2 -0
- package/resources/packages.d.ts.map +1 -0
- package/resources/packages.js +6 -0
- package/resources/packages.js.map +1 -0
- package/resources/packages.mjs +3 -0
- package/resources/packages.mjs.map +1 -0
- package/resources/payroll-runs/index.d.mts +3 -0
- package/resources/payroll-runs/index.d.mts.map +1 -0
- package/resources/payroll-runs/index.d.ts +3 -0
- package/resources/payroll-runs/index.d.ts.map +1 -0
- package/resources/payroll-runs/index.js +9 -0
- package/resources/payroll-runs/index.js.map +1 -0
- package/resources/payroll-runs/index.mjs +4 -0
- package/resources/payroll-runs/index.mjs.map +1 -0
- package/resources/payroll-runs/payroll-runs.d.mts +204 -0
- package/resources/payroll-runs/payroll-runs.d.mts.map +1 -0
- package/resources/payroll-runs/payroll-runs.d.ts +204 -0
- package/resources/payroll-runs/payroll-runs.d.ts.map +1 -0
- package/resources/payroll-runs/payroll-runs.js +40 -0
- package/resources/payroll-runs/payroll-runs.js.map +1 -0
- package/resources/payroll-runs/payroll-runs.mjs +35 -0
- package/resources/payroll-runs/payroll-runs.mjs.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.d.mts +204 -0
- package/resources/payroll-runs/worker-payroll-records.d.mts.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.d.ts +204 -0
- package/resources/payroll-runs/worker-payroll-records.d.ts.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.js +23 -0
- package/resources/payroll-runs/worker-payroll-records.js.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.mjs +19 -0
- package/resources/payroll-runs/worker-payroll-records.mjs.map +1 -0
- package/resources/payroll-runs.d.mts +2 -0
- package/resources/payroll-runs.d.mts.map +1 -0
- package/resources/payroll-runs.d.ts +2 -0
- package/resources/payroll-runs.d.ts.map +1 -0
- package/resources/payroll-runs.js +6 -0
- package/resources/payroll-runs.js.map +1 -0
- package/resources/payroll-runs.mjs +3 -0
- package/resources/payroll-runs.mjs.map +1 -0
- package/resources/platform-capabilities.d.mts +25 -0
- package/resources/platform-capabilities.d.mts.map +1 -0
- package/resources/platform-capabilities.d.ts +25 -0
- package/resources/platform-capabilities.d.ts.map +1 -0
- package/resources/platform-capabilities.js +21 -0
- package/resources/platform-capabilities.js.map +1 -0
- package/resources/platform-capabilities.mjs +17 -0
- package/resources/platform-capabilities.mjs.map +1 -0
- package/resources/report-runs.d.mts +218 -0
- package/resources/report-runs.d.mts.map +1 -0
- package/resources/report-runs.d.ts +218 -0
- package/resources/report-runs.d.ts.map +1 -0
- package/resources/report-runs.js +25 -0
- package/resources/report-runs.js.map +1 -0
- package/resources/report-runs.mjs +21 -0
- package/resources/report-runs.mjs.map +1 -0
- package/resources/reports/available-filters.d.mts +49 -0
- package/resources/reports/available-filters.d.mts.map +1 -0
- package/resources/reports/available-filters.d.ts +49 -0
- package/resources/reports/available-filters.d.ts.map +1 -0
- package/resources/reports/available-filters.js +20 -0
- package/resources/reports/available-filters.js.map +1 -0
- package/resources/reports/available-filters.mjs +16 -0
- package/resources/reports/available-filters.mjs.map +1 -0
- package/resources/reports/index.d.mts +3 -0
- package/resources/reports/index.d.mts.map +1 -0
- package/resources/reports/index.d.ts +3 -0
- package/resources/reports/index.d.ts.map +1 -0
- package/resources/reports/index.js +9 -0
- package/resources/reports/index.js.map +1 -0
- package/resources/reports/index.mjs +4 -0
- package/resources/reports/index.mjs.map +1 -0
- package/resources/reports/reports.d.mts +85 -0
- package/resources/reports/reports.d.mts.map +1 -0
- package/resources/reports/reports.d.ts +85 -0
- package/resources/reports/reports.d.ts.map +1 -0
- package/resources/reports/reports.js +27 -0
- package/resources/reports/reports.js.map +1 -0
- package/resources/reports/reports.mjs +22 -0
- package/resources/reports/reports.mjs.map +1 -0
- package/resources/reports.d.mts +2 -0
- package/resources/reports.d.mts.map +1 -0
- package/resources/reports.d.ts +2 -0
- package/resources/reports.d.ts.map +1 -0
- package/resources/reports.js +6 -0
- package/resources/reports.js.map +1 -0
- package/resources/reports.mjs +3 -0
- package/resources/reports.mjs.map +1 -0
- package/resources/sandboxes.d.mts +904 -0
- package/resources/sandboxes.d.mts.map +1 -0
- package/resources/sandboxes.d.ts +904 -0
- package/resources/sandboxes.d.ts.map +1 -0
- package/resources/sandboxes.js +52 -0
- package/resources/sandboxes.js.map +1 -0
- package/resources/sandboxes.mjs +48 -0
- package/resources/sandboxes.mjs.map +1 -0
- package/resources/scheduled-job-assignments.d.mts +152 -0
- package/resources/scheduled-job-assignments.d.mts.map +1 -0
- package/resources/scheduled-job-assignments.d.ts +152 -0
- package/resources/scheduled-job-assignments.d.ts.map +1 -0
- package/resources/scheduled-job-assignments.js +39 -0
- package/resources/scheduled-job-assignments.js.map +1 -0
- package/resources/scheduled-job-assignments.mjs +35 -0
- package/resources/scheduled-job-assignments.mjs.map +1 -0
- package/resources/schedules.d.mts +397 -0
- package/resources/schedules.d.mts.map +1 -0
- package/resources/schedules.d.ts +397 -0
- package/resources/schedules.d.ts.map +1 -0
- package/resources/schedules.js +42 -0
- package/resources/schedules.js.map +1 -0
- package/resources/schedules.mjs +38 -0
- package/resources/schedules.mjs.map +1 -0
- package/resources/shared.d.mts +90 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +90 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/shift-assignments.d.mts +299 -0
- package/resources/shift-assignments.d.mts.map +1 -0
- package/resources/shift-assignments.d.ts +299 -0
- package/resources/shift-assignments.d.ts.map +1 -0
- package/resources/shift-assignments.js +28 -0
- package/resources/shift-assignments.js.map +1 -0
- package/resources/shift-assignments.mjs +24 -0
- package/resources/shift-assignments.mjs.map +1 -0
- package/resources/shift-inputs.d.mts +299 -0
- package/resources/shift-inputs.d.mts.map +1 -0
- package/resources/shift-inputs.d.ts +299 -0
- package/resources/shift-inputs.d.ts.map +1 -0
- package/resources/shift-inputs.js +56 -0
- package/resources/shift-inputs.js.map +1 -0
- package/resources/shift-inputs.mjs +52 -0
- package/resources/shift-inputs.mjs.map +1 -0
- package/resources/shiftassignments.d.mts +1252 -0
- package/resources/shiftassignments.d.mts.map +1 -0
- package/resources/shiftassignments.d.ts +1252 -0
- package/resources/shiftassignments.d.ts.map +1 -0
- package/resources/shiftassignments.js +47 -0
- package/resources/shiftassignments.js.map +1 -0
- package/resources/shiftassignments.mjs +43 -0
- package/resources/shiftassignments.mjs.map +1 -0
- package/resources/sites.d.mts +610 -0
- package/resources/sites.d.mts.map +1 -0
- package/resources/sites.d.ts +610 -0
- package/resources/sites.d.ts.map +1 -0
- package/resources/sites.js +154 -0
- package/resources/sites.js.map +1 -0
- package/resources/sites.mjs +150 -0
- package/resources/sites.mjs.map +1 -0
- package/resources/software-deployments.d.mts +472 -0
- package/resources/software-deployments.d.mts.map +1 -0
- package/resources/software-deployments.d.ts +472 -0
- package/resources/software-deployments.d.ts.map +1 -0
- package/resources/software-deployments.js +56 -0
- package/resources/software-deployments.js.map +1 -0
- package/resources/software-deployments.mjs +52 -0
- package/resources/software-deployments.mjs.map +1 -0
- package/resources/sso-me.d.mts +56 -0
- package/resources/sso-me.d.mts.map +1 -0
- package/resources/sso-me.d.ts +56 -0
- package/resources/sso-me.d.ts.map +1 -0
- package/resources/sso-me.js +21 -0
- package/resources/sso-me.js.map +1 -0
- package/resources/sso-me.mjs +17 -0
- package/resources/sso-me.mjs.map +1 -0
- package/resources/supergroups/exclusion-members.d.mts +66 -0
- package/resources/supergroups/exclusion-members.d.mts.map +1 -0
- package/resources/supergroups/exclusion-members.d.ts +66 -0
- package/resources/supergroups/exclusion-members.d.ts.map +1 -0
- package/resources/supergroups/exclusion-members.js +30 -0
- package/resources/supergroups/exclusion-members.js.map +1 -0
- package/resources/supergroups/exclusion-members.mjs +26 -0
- package/resources/supergroups/exclusion-members.mjs.map +1 -0
- package/resources/supergroups/inclusion-members.d.mts +66 -0
- package/resources/supergroups/inclusion-members.d.mts.map +1 -0
- package/resources/supergroups/inclusion-members.d.ts +66 -0
- package/resources/supergroups/inclusion-members.d.ts.map +1 -0
- package/resources/supergroups/inclusion-members.js +30 -0
- package/resources/supergroups/inclusion-members.js.map +1 -0
- package/resources/supergroups/inclusion-members.mjs +26 -0
- package/resources/supergroups/inclusion-members.mjs.map +1 -0
- package/resources/supergroups/index.d.mts +5 -0
- package/resources/supergroups/index.d.mts.map +1 -0
- package/resources/supergroups/index.d.ts +5 -0
- package/resources/supergroups/index.d.ts.map +1 -0
- package/resources/supergroups/index.js +13 -0
- package/resources/supergroups/index.js.map +1 -0
- package/resources/supergroups/index.mjs +6 -0
- package/resources/supergroups/index.mjs.map +1 -0
- package/resources/supergroups/members.d.mts +32 -0
- package/resources/supergroups/members.d.mts.map +1 -0
- package/resources/supergroups/members.d.ts +32 -0
- package/resources/supergroups/members.d.ts.map +1 -0
- package/resources/supergroups/members.js +24 -0
- package/resources/supergroups/members.js.map +1 -0
- package/resources/supergroups/members.mjs +20 -0
- package/resources/supergroups/members.mjs.map +1 -0
- package/resources/supergroups/supergroups.d.mts +131 -0
- package/resources/supergroups/supergroups.d.mts.map +1 -0
- package/resources/supergroups/supergroups.d.ts +131 -0
- package/resources/supergroups/supergroups.d.ts.map +1 -0
- package/resources/supergroups/supergroups.js +46 -0
- package/resources/supergroups/supergroups.js.map +1 -0
- package/resources/supergroups/supergroups.mjs +41 -0
- package/resources/supergroups/supergroups.mjs.map +1 -0
- package/resources/supergroups.d.mts +2 -0
- package/resources/supergroups.d.mts.map +1 -0
- package/resources/supergroups.d.ts +2 -0
- package/resources/supergroups.d.ts.map +1 -0
- package/resources/supergroups.js +6 -0
- package/resources/supergroups.js.map +1 -0
- package/resources/supergroups.mjs +3 -0
- package/resources/supergroups.mjs.map +1 -0
- package/resources/teams.d.mts +104 -0
- package/resources/teams.d.mts.map +1 -0
- package/resources/teams.d.ts +104 -0
- package/resources/teams.d.ts.map +1 -0
- package/resources/teams.js +52 -0
- package/resources/teams.js.map +1 -0
- package/resources/teams.mjs +48 -0
- package/resources/teams.mjs.map +1 -0
- package/resources/time-cards.d.mts +164 -0
- package/resources/time-cards.d.mts.map +1 -0
- package/resources/time-cards.d.ts +164 -0
- package/resources/time-cards.d.ts.map +1 -0
- package/resources/time-cards.js +31 -0
- package/resources/time-cards.js.map +1 -0
- package/resources/time-cards.mjs +27 -0
- package/resources/time-cards.mjs.map +1 -0
- package/resources/time-entries.d.mts +1503 -0
- package/resources/time-entries.d.mts.map +1 -0
- package/resources/time-entries.d.ts +1503 -0
- package/resources/time-entries.d.ts.map +1 -0
- package/resources/time-entries.js +57 -0
- package/resources/time-entries.js.map +1 -0
- package/resources/time-entries.mjs +53 -0
- package/resources/time-entries.mjs.map +1 -0
- package/resources/titles.d.mts +133 -0
- package/resources/titles.d.mts.map +1 -0
- package/resources/titles.d.ts +133 -0
- package/resources/titles.d.ts.map +1 -0
- package/resources/titles.js +51 -0
- package/resources/titles.js.map +1 -0
- package/resources/titles.mjs +47 -0
- package/resources/titles.mjs.map +1 -0
- package/resources/tracks.d.mts +101 -0
- package/resources/tracks.d.mts.map +1 -0
- package/resources/tracks.d.ts +101 -0
- package/resources/tracks.d.ts.map +1 -0
- package/resources/tracks.js +51 -0
- package/resources/tracks.js.map +1 -0
- package/resources/tracks.mjs +47 -0
- package/resources/tracks.mjs.map +1 -0
- package/resources/unassigned-shifts.d.mts +337 -0
- package/resources/unassigned-shifts.d.mts.map +1 -0
- package/resources/unassigned-shifts.d.ts +337 -0
- package/resources/unassigned-shifts.d.ts.map +1 -0
- package/resources/unassigned-shifts.js +45 -0
- package/resources/unassigned-shifts.js.map +1 -0
- package/resources/unassigned-shifts.mjs +41 -0
- package/resources/unassigned-shifts.mjs.map +1 -0
- package/resources/unassignedshifts.d.mts +1254 -0
- package/resources/unassignedshifts.d.mts.map +1 -0
- package/resources/unassignedshifts.d.ts +1254 -0
- package/resources/unassignedshifts.d.ts.map +1 -0
- package/resources/unassignedshifts.js +47 -0
- package/resources/unassignedshifts.js.map +1 -0
- package/resources/unassignedshifts.mjs +43 -0
- package/resources/unassignedshifts.mjs.map +1 -0
- package/resources/users.d.mts +208 -0
- package/resources/users.d.mts.map +1 -0
- package/resources/users.d.ts +208 -0
- package/resources/users.d.ts.map +1 -0
- package/resources/users.js +29 -0
- package/resources/users.js.map +1 -0
- package/resources/users.mjs +25 -0
- package/resources/users.mjs.map +1 -0
- package/resources/variable-compensation-payout-labels.d.mts +155 -0
- package/resources/variable-compensation-payout-labels.d.mts.map +1 -0
- package/resources/variable-compensation-payout-labels.d.ts +155 -0
- package/resources/variable-compensation-payout-labels.d.ts.map +1 -0
- package/resources/variable-compensation-payout-labels.js +41 -0
- package/resources/variable-compensation-payout-labels.js.map +1 -0
- package/resources/variable-compensation-payout-labels.mjs +37 -0
- package/resources/variable-compensation-payout-labels.mjs.map +1 -0
- package/resources/variable-compensation-payout-types.d.mts +334 -0
- package/resources/variable-compensation-payout-types.d.mts.map +1 -0
- package/resources/variable-compensation-payout-types.d.ts +334 -0
- package/resources/variable-compensation-payout-types.d.ts.map +1 -0
- package/resources/variable-compensation-payout-types.js +52 -0
- package/resources/variable-compensation-payout-types.js.map +1 -0
- package/resources/variable-compensation-payout-types.mjs +48 -0
- package/resources/variable-compensation-payout-types.mjs.map +1 -0
- package/resources/variable-compensation-payout-writes.d.mts +115 -0
- package/resources/variable-compensation-payout-writes.d.mts.map +1 -0
- package/resources/variable-compensation-payout-writes.d.ts +115 -0
- package/resources/variable-compensation-payout-writes.d.ts.map +1 -0
- package/resources/variable-compensation-payout-writes.js +19 -0
- package/resources/variable-compensation-payout-writes.js.map +1 -0
- package/resources/variable-compensation-payout-writes.mjs +15 -0
- package/resources/variable-compensation-payout-writes.mjs.map +1 -0
- package/resources/variable-compensation-payouts.d.mts +501 -0
- package/resources/variable-compensation-payouts.d.mts.map +1 -0
- package/resources/variable-compensation-payouts.d.ts +501 -0
- package/resources/variable-compensation-payouts.d.ts.map +1 -0
- package/resources/variable-compensation-payouts.js +41 -0
- package/resources/variable-compensation-payouts.js.map +1 -0
- package/resources/variable-compensation-payouts.mjs +37 -0
- package/resources/variable-compensation-payouts.mjs.map +1 -0
- package/resources/work-locations.d.mts +160 -0
- package/resources/work-locations.d.mts.map +1 -0
- package/resources/work-locations.d.ts +160 -0
- package/resources/work-locations.d.ts.map +1 -0
- package/resources/work-locations.js +51 -0
- package/resources/work-locations.js.map +1 -0
- package/resources/work-locations.mjs +47 -0
- package/resources/work-locations.mjs.map +1 -0
- package/resources/worker-change-fields.d.mts +44 -0
- package/resources/worker-change-fields.d.mts.map +1 -0
- package/resources/worker-change-fields.d.ts +44 -0
- package/resources/worker-change-fields.d.ts.map +1 -0
- package/resources/worker-change-fields.js +21 -0
- package/resources/worker-change-fields.js.map +1 -0
- package/resources/worker-change-fields.mjs +17 -0
- package/resources/worker-change-fields.mjs.map +1 -0
- package/resources/worker-changes.d.mts +271 -0
- package/resources/worker-changes.d.mts.map +1 -0
- package/resources/worker-changes.d.ts +271 -0
- package/resources/worker-changes.d.ts.map +1 -0
- package/resources/worker-changes.js +36 -0
- package/resources/worker-changes.js.map +1 -0
- package/resources/worker-changes.mjs +32 -0
- package/resources/worker-changes.mjs.map +1 -0
- package/resources/worker-time-splits.d.mts +375 -0
- package/resources/worker-time-splits.d.mts.map +1 -0
- package/resources/worker-time-splits.d.ts +375 -0
- package/resources/worker-time-splits.d.ts.map +1 -0
- package/resources/worker-time-splits.js +56 -0
- package/resources/worker-time-splits.js.map +1 -0
- package/resources/worker-time-splits.mjs +52 -0
- package/resources/worker-time-splits.mjs.map +1 -0
- package/resources/workers.d.mts +399 -0
- package/resources/workers.d.mts.map +1 -0
- package/resources/workers.d.ts +399 -0
- package/resources/workers.d.ts.map +1 -0
- package/resources/workers.js +34 -0
- package/resources/workers.js.map +1 -0
- package/resources/workers.mjs +30 -0
- package/resources/workers.mjs.map +1 -0
- package/resources/workflow-action-executions.d.mts +33 -0
- package/resources/workflow-action-executions.d.mts.map +1 -0
- package/resources/workflow-action-executions.d.ts +33 -0
- package/resources/workflow-action-executions.d.ts.map +1 -0
- package/resources/workflow-action-executions.js +18 -0
- package/resources/workflow-action-executions.js.map +1 -0
- package/resources/workflow-action-executions.mjs +14 -0
- package/resources/workflow-action-executions.mjs.map +1 -0
- package/resources/workflows.d.mts +768 -0
- package/resources/workflows.d.mts.map +1 -0
- package/resources/workflows.d.ts +768 -0
- package/resources/workflows.d.ts.map +1 -0
- package/resources/workflows.js +48 -0
- package/resources/workflows.js.map +1 -0
- package/resources/workflows.mjs +44 -0
- package/resources/workflows.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +2996 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +155 -0
- package/src/core/platform/custom-objects/category.ts +294 -0
- package/src/core/platform/custom-objects/definition.ts +373 -0
- package/src/core/platform/custom-objects/fields.ts +653 -0
- package/src/core/platform/custom-objects/function-runtime.ts +76 -0
- package/src/core/platform/custom-objects/lifecycle.ts +557 -0
- package/src/core/platform/custom-objects/manager.ts +959 -0
- package/src/core/platform/custom-objects/provisioning.ts +672 -0
- package/src/core/platform/custom-objects/rql.ts +375 -0
- package/src/core/platform/custom-objects/schema-manager.ts +351 -0
- package/src/core/platform/custom-objects/typed-rql.ts +1273 -0
- package/src/core/platform/custom-objects/types.ts +753 -0
- package/src/core/platform/custom-objects/validation.ts +573 -0
- package/src/core/platform/custom-objects.ts +269 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/functions.md +254 -0
- package/src/functions.ts +270 -0
- package/src/index.ts +25 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +93 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +128 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/query.ts +23 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +9 -0
- package/src/lib/.keep +4 -0
- package/src/lib/leave-programs/README.md +160 -0
- package/src/lib/leave-programs/advanced.ts +11 -0
- package/src/lib/leave-programs/context.ts +101 -0
- package/src/lib/leave-programs/define-company-leave-program.ts +58 -0
- package/src/lib/leave-programs/duration.ts +20 -0
- package/src/lib/leave-programs/pay.ts +18 -0
- package/src/lib/leave-programs/policy-builder.ts +113 -0
- package/src/lib/leave-programs/recipes/parental-top-up-policy.ts +85 -0
- package/src/lib/leave-programs/testing.ts +16 -0
- package/src/lib/leave-programs/types.ts +274 -0
- package/src/lib/leave-programs.ts +35 -0
- package/src/lib/manifest/_existing-component-fields.ts +96 -0
- package/src/lib/manifest/_helpers.ts +168 -0
- package/src/lib/manifest/acp-agent-source-files.ts +42 -0
- package/src/lib/manifest/acp-agent.ts +215 -0
- package/src/lib/manifest/agent.ts +141 -0
- package/src/lib/manifest/app.ts +233 -0
- package/src/lib/manifest/business-event.ts +72 -0
- package/src/lib/manifest/category.ts +129 -0
- package/src/lib/manifest/custom-field-section.ts +86 -0
- package/src/lib/manifest/custom-field.ts +420 -0
- package/src/lib/manifest/custom-object-action.ts +119 -0
- package/src/lib/manifest/custom-object-field-section.ts +137 -0
- package/src/lib/manifest/custom-object-page-layout.ts +2378 -0
- package/src/lib/manifest/custom-object.ts +544 -0
- package/src/lib/manifest/custom-skill.ts +205 -0
- package/src/lib/manifest/existing-manifest-context.ts +923 -0
- package/src/lib/manifest/field.ts +1065 -0
- package/src/lib/manifest/index.ts +284 -0
- package/src/lib/manifest/list-view.ts +253 -0
- package/src/lib/manifest/manifest-builder.ts +255 -0
- package/src/lib/manifest/manifest-function.ts +186 -0
- package/src/lib/manifest/node.ts +4 -0
- package/src/lib/manifest/rule.ts +291 -0
- package/src/lib/manifest/sdui-page.ts +175 -0
- package/src/lib/manifest/validation.ts +202 -0
- package/src/lib/manifest/workflow.ts +248 -0
- package/src/lib/manifest.ts +1 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/agents/agents.ts +340 -0
- package/src/resources/agents/deployments.ts +249 -0
- package/src/resources/agents/index.ts +40 -0
- package/src/resources/agents/sessions/events.ts +107 -0
- package/src/resources/agents/sessions/index.ts +14 -0
- package/src/resources/agents/sessions/messages.ts +111 -0
- package/src/resources/agents/sessions/resume-state.ts +32 -0
- package/src/resources/agents/sessions/sessions.ts +333 -0
- package/src/resources/agents/sessions.ts +3 -0
- package/src/resources/agents/source-revisions.ts +267 -0
- package/src/resources/agents.ts +3 -0
- package/src/resources/app-users.ts +275 -0
- package/src/resources/background-check-candidates.ts +434 -0
- package/src/resources/break-policies.ts +131 -0
- package/src/resources/break-types.ts +252 -0
- package/src/resources/business-partner-groups.ts +156 -0
- package/src/resources/business-partners.ts +200 -0
- package/src/resources/business-structure-paths.ts +240 -0
- package/src/resources/candidate-applications.ts +106 -0
- package/src/resources/candidates.ts +89 -0
- package/src/resources/companies.ts +120 -0
- package/src/resources/company-legal-entities.ts +242 -0
- package/src/resources/company-legal-entity-workers.ts +120 -0
- package/src/resources/compensation-bands-details.ts +148 -0
- package/src/resources/compensations.ts +323 -0
- package/src/resources/custom-apps.ts +442 -0
- package/src/resources/custom-fields.ts +109 -0
- package/src/resources/custom-objects/custom-objects.ts +258 -0
- package/src/resources/custom-objects/fields.ts +459 -0
- package/src/resources/custom-objects/index.ts +35 -0
- package/src/resources/custom-objects/records.ts +353 -0
- package/src/resources/custom-objects.ts +3 -0
- package/src/resources/custom-pages.ts +247 -0
- package/src/resources/custom-settings.ts +376 -0
- package/src/resources/departments.ts +175 -0
- package/src/resources/developer-program-application.ts +233 -0
- package/src/resources/developer-users.ts +77 -0
- package/src/resources/device-orders.ts +205 -0
- package/src/resources/devices.ts +501 -0
- package/src/resources/draft-hires.ts +599 -0
- package/src/resources/draft-transitions.ts +583 -0
- package/src/resources/earning-types.ts +72 -0
- package/src/resources/earnings-inputs.ts +322 -0
- package/src/resources/employee-documents.ts +183 -0
- package/src/resources/employment-types.ts +117 -0
- package/src/resources/entitlements.ts +47 -0
- package/src/resources/files.ts +203 -0
- package/src/resources/functions/deployments.ts +228 -0
- package/src/resources/functions/executions.ts +193 -0
- package/src/resources/functions/functions.ts +244 -0
- package/src/resources/functions/index.ts +31 -0
- package/src/resources/functions.ts +3 -0
- package/src/resources/headcount-positions.ts +1829 -0
- package/src/resources/headcount-priorities.ts +105 -0
- package/src/resources/hire-requirements.ts +140 -0
- package/src/resources/hires.ts +786 -0
- package/src/resources/index.ts +807 -0
- package/src/resources/job-assignments.ts +375 -0
- package/src/resources/job-codes.ts +562 -0
- package/src/resources/job-dimensions.ts +235 -0
- package/src/resources/job-functions.ts +105 -0
- package/src/resources/job-pay-rate-exceptions.ts +161 -0
- package/src/resources/job-requisitions-write.ts +330 -0
- package/src/resources/job-requisitions.ts +74 -0
- package/src/resources/kiosk-badges.ts +353 -0
- package/src/resources/leave-accruals.ts +490 -0
- package/src/resources/leave-balances.ts +147 -0
- package/src/resources/leave-program-evaluations.ts +737 -0
- package/src/resources/leave-requests.ts +938 -0
- package/src/resources/leave-types.ts +105 -0
- package/src/resources/legal-entities.ts +418 -0
- package/src/resources/levels.ts +254 -0
- package/src/resources/listing-submissions.ts +120 -0
- package/src/resources/listing-transitions.ts +84 -0
- package/src/resources/listing.ts +2297 -0
- package/src/resources/location-factors.ts +657 -0
- package/src/resources/metadata/components.ts +349 -0
- package/src/resources/metadata/deployment-runs.ts +186 -0
- package/src/resources/metadata/index.ts +30 -0
- package/src/resources/metadata/metadata.ts +237 -0
- package/src/resources/metadata/schema.ts +105 -0
- package/src/resources/metadata/types.ts +55 -0
- package/src/resources/metadata/validation-runs.ts +186 -0
- package/src/resources/metadata.ts +3 -0
- package/src/resources/object-categories.ts +138 -0
- package/src/resources/package-installs.ts +143 -0
- package/src/resources/package-managed-installs.ts +156 -0
- package/src/resources/package-sandbox-links.ts +195 -0
- package/src/resources/package-uninstalls.ts +168 -0
- package/src/resources/package-upgrades.ts +183 -0
- package/src/resources/package-version-component-updates.ts +154 -0
- package/src/resources/package-versions/index.ts +9 -0
- package/src/resources/package-versions/package-versions.ts +156 -0
- package/src/resources/package-versions/publish.ts +74 -0
- package/src/resources/package-versions.ts +3 -0
- package/src/resources/packages/available-upgrades.ts +51 -0
- package/src/resources/packages/index.ts +27 -0
- package/src/resources/packages/next-versions.ts +95 -0
- package/src/resources/packages/packages.ts +374 -0
- package/src/resources/packages/versions.ts +175 -0
- package/src/resources/packages.ts +3 -0
- package/src/resources/payroll-runs/index.ts +15 -0
- package/src/resources/payroll-runs/payroll-runs.ts +277 -0
- package/src/resources/payroll-runs/worker-payroll-records.ts +260 -0
- package/src/resources/payroll-runs.ts +3 -0
- package/src/resources/platform-capabilities.ts +41 -0
- package/src/resources/report-runs.ts +286 -0
- package/src/resources/reports/available-filters.ts +60 -0
- package/src/resources/reports/index.ts +4 -0
- package/src/resources/reports/reports.ts +112 -0
- package/src/resources/reports.ts +3 -0
- package/src/resources/sandboxes.ts +1094 -0
- package/src/resources/scheduled-job-assignments.ts +211 -0
- package/src/resources/schedules.ts +506 -0
- package/src/resources/shared.ts +359 -0
- package/src/resources/shift-assignments.ts +365 -0
- package/src/resources/shift-inputs.ts +408 -0
- package/src/resources/shiftassignments.ts +1534 -0
- package/src/resources/sites.ts +777 -0
- package/src/resources/software-deployments.ts +612 -0
- package/src/resources/sso-me.ts +70 -0
- package/src/resources/supergroups/exclusion-members.ts +101 -0
- package/src/resources/supergroups/inclusion-members.ts +101 -0
- package/src/resources/supergroups/index.ts +22 -0
- package/src/resources/supergroups/members.ts +51 -0
- package/src/resources/supergroups/supergroups.ts +204 -0
- package/src/resources/supergroups.ts +3 -0
- package/src/resources/teams.ts +161 -0
- package/src/resources/time-cards.ts +219 -0
- package/src/resources/time-entries.ts +1871 -0
- package/src/resources/titles.ts +189 -0
- package/src/resources/tracks.ts +152 -0
- package/src/resources/unassigned-shifts.ts +418 -0
- package/src/resources/unassignedshifts.ts +1542 -0
- package/src/resources/users.ts +265 -0
- package/src/resources/variable-compensation-payout-labels.ts +227 -0
- package/src/resources/variable-compensation-payout-types.ts +440 -0
- package/src/resources/variable-compensation-payout-writes.ts +146 -0
- package/src/resources/variable-compensation-payouts.ts +702 -0
- package/src/resources/work-locations.ts +217 -0
- package/src/resources/worker-change-fields.ts +63 -0
- package/src/resources/worker-changes.ts +359 -0
- package/src/resources/worker-time-splits.ts +485 -0
- package/src/resources/workers.ts +1028 -0
- package/src/resources/workflow-action-executions.ts +50 -0
- package/src/resources/workflows.ts +1434 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +3 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +3 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +3 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
package/client.mjs
ADDED
|
@@ -0,0 +1,1079 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
var _RipplingSDK_instances, _a, _RipplingSDK_encoder, _RipplingSDK_baseURLOverridden;
|
|
3
|
+
import { __classPrivateFieldGet, __classPrivateFieldSet } from "./internal/tslib.mjs";
|
|
4
|
+
import { uuid4 } from "./internal/utils/uuid.mjs";
|
|
5
|
+
import { validatePositiveInteger, isAbsoluteURL, safeJSON } from "./internal/utils/values.mjs";
|
|
6
|
+
import { sleep } from "./internal/utils/sleep.mjs";
|
|
7
|
+
import { castToError, isAbortError } from "./internal/errors.mjs";
|
|
8
|
+
import { getPlatformHeaders } from "./internal/detect-platform.mjs";
|
|
9
|
+
import * as Shims from "./internal/shims.mjs";
|
|
10
|
+
import * as Opts from "./internal/request-options.mjs";
|
|
11
|
+
import { stringifyQuery } from "./internal/utils/query.mjs";
|
|
12
|
+
import { VERSION } from "./version.mjs";
|
|
13
|
+
import * as Errors from "./core/error.mjs";
|
|
14
|
+
import * as Pagination from "./core/pagination.mjs";
|
|
15
|
+
import * as Uploads from "./core/uploads.mjs";
|
|
16
|
+
import * as API from "./resources/index.mjs";
|
|
17
|
+
import { APIPromise } from "./core/api-promise.mjs";
|
|
18
|
+
import { AppUsers, } from "./resources/app-users.mjs";
|
|
19
|
+
import { BackgroundCheckCandidates, } from "./resources/background-check-candidates.mjs";
|
|
20
|
+
import { BreakPolicies, } from "./resources/break-policies.mjs";
|
|
21
|
+
import { BreakTypes, } from "./resources/break-types.mjs";
|
|
22
|
+
import { BusinessPartnerGroups, } from "./resources/business-partner-groups.mjs";
|
|
23
|
+
import { BusinessPartners, } from "./resources/business-partners.mjs";
|
|
24
|
+
import { BusinessStructurePaths, } from "./resources/business-structure-paths.mjs";
|
|
25
|
+
import { CandidateApplications, } from "./resources/candidate-applications.mjs";
|
|
26
|
+
import { Candidates, } from "./resources/candidates.mjs";
|
|
27
|
+
import { Companies } from "./resources/companies.mjs";
|
|
28
|
+
import { CompanyLegalEntities, } from "./resources/company-legal-entities.mjs";
|
|
29
|
+
import { CompanyLegalEntityWorkers, } from "./resources/company-legal-entity-workers.mjs";
|
|
30
|
+
import { CompensationBandsDetails, } from "./resources/compensation-bands-details.mjs";
|
|
31
|
+
import { Compensations, } from "./resources/compensations.mjs";
|
|
32
|
+
import { CustomApps, } from "./resources/custom-apps.mjs";
|
|
33
|
+
import { CustomFields, } from "./resources/custom-fields.mjs";
|
|
34
|
+
import { CustomPages, } from "./resources/custom-pages.mjs";
|
|
35
|
+
import { CustomSettings, } from "./resources/custom-settings.mjs";
|
|
36
|
+
import { Departments, } from "./resources/departments.mjs";
|
|
37
|
+
import { DeveloperProgramApplication, } from "./resources/developer-program-application.mjs";
|
|
38
|
+
import { DeveloperUsers, } from "./resources/developer-users.mjs";
|
|
39
|
+
import { DeviceOrders, } from "./resources/device-orders.mjs";
|
|
40
|
+
import { Devices, } from "./resources/devices.mjs";
|
|
41
|
+
import { DraftHires } from "./resources/draft-hires.mjs";
|
|
42
|
+
import { DraftTransitions, } from "./resources/draft-transitions.mjs";
|
|
43
|
+
import { EarningTypes, } from "./resources/earning-types.mjs";
|
|
44
|
+
import { EarningsInputs, } from "./resources/earnings-inputs.mjs";
|
|
45
|
+
import { EmployeeDocuments, } from "./resources/employee-documents.mjs";
|
|
46
|
+
import { EmploymentTypes, } from "./resources/employment-types.mjs";
|
|
47
|
+
import { Entitlements, } from "./resources/entitlements.mjs";
|
|
48
|
+
import { Files } from "./resources/files.mjs";
|
|
49
|
+
import { HeadcountPositions, } from "./resources/headcount-positions.mjs";
|
|
50
|
+
import { HeadcountPriorities, } from "./resources/headcount-priorities.mjs";
|
|
51
|
+
import { HireRequirements, } from "./resources/hire-requirements.mjs";
|
|
52
|
+
import { Hires } from "./resources/hires.mjs";
|
|
53
|
+
import { JobAssignments, } from "./resources/job-assignments.mjs";
|
|
54
|
+
import { JobCodes, } from "./resources/job-codes.mjs";
|
|
55
|
+
import { JobDimensions, } from "./resources/job-dimensions.mjs";
|
|
56
|
+
import { JobFunctions, } from "./resources/job-functions.mjs";
|
|
57
|
+
import { JobPayRateExceptions, } from "./resources/job-pay-rate-exceptions.mjs";
|
|
58
|
+
import { JobRequisitions, } from "./resources/job-requisitions.mjs";
|
|
59
|
+
import { JobRequisitionsWrite, } from "./resources/job-requisitions-write.mjs";
|
|
60
|
+
import { KioskBadges, } from "./resources/kiosk-badges.mjs";
|
|
61
|
+
import { LeaveAccruals, } from "./resources/leave-accruals.mjs";
|
|
62
|
+
import { LeaveBalances, } from "./resources/leave-balances.mjs";
|
|
63
|
+
import { LeaveProgramEvaluations, } from "./resources/leave-program-evaluations.mjs";
|
|
64
|
+
import { LeaveRequests, } from "./resources/leave-requests.mjs";
|
|
65
|
+
import { LeaveTypes, } from "./resources/leave-types.mjs";
|
|
66
|
+
import { LegalEntities, } from "./resources/legal-entities.mjs";
|
|
67
|
+
import { Levels, } from "./resources/levels.mjs";
|
|
68
|
+
import { Listing, } from "./resources/listing.mjs";
|
|
69
|
+
import { ListingSubmissions, } from "./resources/listing-submissions.mjs";
|
|
70
|
+
import { ListingTransitions, } from "./resources/listing-transitions.mjs";
|
|
71
|
+
import { LocationFactors, } from "./resources/location-factors.mjs";
|
|
72
|
+
import { ObjectCategories, } from "./resources/object-categories.mjs";
|
|
73
|
+
import { PackageInstalls, } from "./resources/package-installs.mjs";
|
|
74
|
+
import { PackageManagedInstalls, } from "./resources/package-managed-installs.mjs";
|
|
75
|
+
import { PackageSandboxLinks, } from "./resources/package-sandbox-links.mjs";
|
|
76
|
+
import { PackageUninstalls, } from "./resources/package-uninstalls.mjs";
|
|
77
|
+
import { PackageUpgrades, } from "./resources/package-upgrades.mjs";
|
|
78
|
+
import { PackageVersionComponentUpdates, } from "./resources/package-version-component-updates.mjs";
|
|
79
|
+
import { PlatformCapabilities, } from "./resources/platform-capabilities.mjs";
|
|
80
|
+
import { ReportRuns, } from "./resources/report-runs.mjs";
|
|
81
|
+
import { Sandboxes, } from "./resources/sandboxes.mjs";
|
|
82
|
+
import { ScheduledJobAssignments, } from "./resources/scheduled-job-assignments.mjs";
|
|
83
|
+
import { Schedules, } from "./resources/schedules.mjs";
|
|
84
|
+
import { ShiftAssignments, } from "./resources/shift-assignments.mjs";
|
|
85
|
+
import { ShiftInputs, } from "./resources/shift-inputs.mjs";
|
|
86
|
+
import { Shiftassignments, } from "./resources/shiftassignments.mjs";
|
|
87
|
+
import { Sites, } from "./resources/sites.mjs";
|
|
88
|
+
import { SoftwareDeployments, } from "./resources/software-deployments.mjs";
|
|
89
|
+
import { SSOMeResource } from "./resources/sso-me.mjs";
|
|
90
|
+
import { Teams, } from "./resources/teams.mjs";
|
|
91
|
+
import { TimeCards, } from "./resources/time-cards.mjs";
|
|
92
|
+
import { TimeEntries, } from "./resources/time-entries.mjs";
|
|
93
|
+
import { Titles, } from "./resources/titles.mjs";
|
|
94
|
+
import { Tracks, } from "./resources/tracks.mjs";
|
|
95
|
+
import { UnassignedShifts, } from "./resources/unassigned-shifts.mjs";
|
|
96
|
+
import { Unassignedshifts, } from "./resources/unassignedshifts.mjs";
|
|
97
|
+
import { Users } from "./resources/users.mjs";
|
|
98
|
+
import { VariableCompensationPayoutLabels, } from "./resources/variable-compensation-payout-labels.mjs";
|
|
99
|
+
import { VariableCompensationPayoutTypes, } from "./resources/variable-compensation-payout-types.mjs";
|
|
100
|
+
import { VariableCompensationPayoutWrites, } from "./resources/variable-compensation-payout-writes.mjs";
|
|
101
|
+
import { VariableCompensationPayouts, } from "./resources/variable-compensation-payouts.mjs";
|
|
102
|
+
import { WorkLocations, } from "./resources/work-locations.mjs";
|
|
103
|
+
import { WorkerChangeFields, } from "./resources/worker-change-fields.mjs";
|
|
104
|
+
import { WorkerChanges, } from "./resources/worker-changes.mjs";
|
|
105
|
+
import { WorkerTimeSplits, } from "./resources/worker-time-splits.mjs";
|
|
106
|
+
import { Workers, } from "./resources/workers.mjs";
|
|
107
|
+
import { WorkflowActionExecutions, } from "./resources/workflow-action-executions.mjs";
|
|
108
|
+
import { Workflows, } from "./resources/workflows.mjs";
|
|
109
|
+
import { Agents, } from "./resources/agents/agents.mjs";
|
|
110
|
+
import { CustomObjects, } from "./resources/custom-objects/custom-objects.mjs";
|
|
111
|
+
import { Functions, } from "./resources/functions/functions.mjs";
|
|
112
|
+
import { Metadata, } from "./resources/metadata/metadata.mjs";
|
|
113
|
+
import { PackageVersions, } from "./resources/package-versions/package-versions.mjs";
|
|
114
|
+
import { Packages, } from "./resources/packages/packages.mjs";
|
|
115
|
+
import { PayrollRuns, } from "./resources/payroll-runs/payroll-runs.mjs";
|
|
116
|
+
import { Reports } from "./resources/reports/reports.mjs";
|
|
117
|
+
import { Supergroups, } from "./resources/supergroups/supergroups.mjs";
|
|
118
|
+
import { buildHeaders } from "./internal/headers.mjs";
|
|
119
|
+
import { readEnv } from "./internal/utils/env.mjs";
|
|
120
|
+
import { formatRequestDetails, loggerFor, parseLogLevel, } from "./internal/utils/log.mjs";
|
|
121
|
+
import { isEmptyObj } from "./internal/utils/values.mjs";
|
|
122
|
+
/**
|
|
123
|
+
* API Client for interfacing with the Rippling SDK API.
|
|
124
|
+
*/
|
|
125
|
+
export class RipplingSDK {
|
|
126
|
+
/**
|
|
127
|
+
* API Client for interfacing with the Rippling SDK API.
|
|
128
|
+
*
|
|
129
|
+
* @param {string | undefined} [opts.bearerToken=process.env['BEARER_TOKEN_PRODUCTION'] ?? undefined]
|
|
130
|
+
* @param {string} [opts.baseURL=process.env['RIPPLING_SDK_BASE_URL'] ?? https://rest.ripplingapis.com] - Override the default base URL for the API.
|
|
131
|
+
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
132
|
+
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
133
|
+
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
134
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
135
|
+
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
136
|
+
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
137
|
+
*/
|
|
138
|
+
constructor({ baseURL = readEnv('RIPPLING_SDK_BASE_URL'), bearerToken = readEnv('BEARER_TOKEN_PRODUCTION'), ...opts } = {}) {
|
|
139
|
+
_RipplingSDK_instances.add(this);
|
|
140
|
+
_RipplingSDK_encoder.set(this, void 0);
|
|
141
|
+
/**
|
|
142
|
+
* Companies on Rippling
|
|
143
|
+
*/
|
|
144
|
+
this.companies = new API.Companies(this);
|
|
145
|
+
/**
|
|
146
|
+
* Compensation associated with workers
|
|
147
|
+
*/
|
|
148
|
+
this.compensations = new API.Compensations(this);
|
|
149
|
+
/**
|
|
150
|
+
* Custom objects defined by the company
|
|
151
|
+
*/
|
|
152
|
+
this.customObjects = new API.CustomObjects(this);
|
|
153
|
+
/**
|
|
154
|
+
* Departments used by the company
|
|
155
|
+
*/
|
|
156
|
+
this.departments = new API.Departments(this);
|
|
157
|
+
/**
|
|
158
|
+
* Employment types used by the company
|
|
159
|
+
*/
|
|
160
|
+
this.employmentTypes = new API.EmploymentTypes(this);
|
|
161
|
+
/**
|
|
162
|
+
* Job related information for the company
|
|
163
|
+
*/
|
|
164
|
+
this.jobCodes = new API.JobCodes(this);
|
|
165
|
+
/**
|
|
166
|
+
* Job related information for the company
|
|
167
|
+
*/
|
|
168
|
+
this.jobDimensions = new API.JobDimensions(this);
|
|
169
|
+
/**
|
|
170
|
+
* A request for a job to be filled by a candidate
|
|
171
|
+
*/
|
|
172
|
+
this.jobRequisitions = new API.JobRequisitions(this);
|
|
173
|
+
/**
|
|
174
|
+
* Badge information used with Timeclock Kiosk
|
|
175
|
+
*/
|
|
176
|
+
this.kioskBadges = new API.KioskBadges(this);
|
|
177
|
+
/**
|
|
178
|
+
* Leave balances for workers
|
|
179
|
+
*/
|
|
180
|
+
this.leaveBalances = new API.LeaveBalances(this);
|
|
181
|
+
/**
|
|
182
|
+
* Leave requests submitted by workers
|
|
183
|
+
*/
|
|
184
|
+
this.leaveRequests = new API.LeaveRequests(this);
|
|
185
|
+
/**
|
|
186
|
+
* Leave types used by the company
|
|
187
|
+
*/
|
|
188
|
+
this.leaveTypes = new API.LeaveTypes(this);
|
|
189
|
+
/**
|
|
190
|
+
* Legal entities registered by the company
|
|
191
|
+
*/
|
|
192
|
+
this.legalEntities = new API.LegalEntities(this);
|
|
193
|
+
/**
|
|
194
|
+
* Levels and tracks used by the company for workers
|
|
195
|
+
*/
|
|
196
|
+
this.levels = new API.Levels(this);
|
|
197
|
+
/**
|
|
198
|
+
* Object Categories defined by the company
|
|
199
|
+
*/
|
|
200
|
+
this.objectCategories = new API.ObjectCategories(this);
|
|
201
|
+
/**
|
|
202
|
+
* Shift inputs used by the company
|
|
203
|
+
*/
|
|
204
|
+
this.shiftInputs = new API.ShiftInputs(this);
|
|
205
|
+
/**
|
|
206
|
+
* Provides the user's SSO information
|
|
207
|
+
*/
|
|
208
|
+
this.ssoMe = new API.SSOMeResource(this);
|
|
209
|
+
/**
|
|
210
|
+
* Supergroups used by the company
|
|
211
|
+
*/
|
|
212
|
+
this.supergroups = new API.Supergroups(this);
|
|
213
|
+
/**
|
|
214
|
+
* Teams at the company
|
|
215
|
+
*/
|
|
216
|
+
this.teams = new API.Teams(this);
|
|
217
|
+
/**
|
|
218
|
+
* Time entries submitted by workers
|
|
219
|
+
*/
|
|
220
|
+
this.timeCards = new API.TimeCards(this);
|
|
221
|
+
/**
|
|
222
|
+
* Time entries submitted by workers
|
|
223
|
+
*/
|
|
224
|
+
this.timeEntries = new API.TimeEntries(this);
|
|
225
|
+
/**
|
|
226
|
+
* Levels and tracks used by the company for workers
|
|
227
|
+
*/
|
|
228
|
+
this.tracks = new API.Tracks(this);
|
|
229
|
+
/**
|
|
230
|
+
* Users of the company
|
|
231
|
+
*/
|
|
232
|
+
this.users = new API.Users(this);
|
|
233
|
+
/**
|
|
234
|
+
* Work locations used by the company
|
|
235
|
+
*/
|
|
236
|
+
this.workLocations = new API.WorkLocations(this);
|
|
237
|
+
/**
|
|
238
|
+
* Workers who work or have worked at the company
|
|
239
|
+
*/
|
|
240
|
+
this.workers = new API.Workers(this);
|
|
241
|
+
/**
|
|
242
|
+
* Business partners of the company
|
|
243
|
+
*/
|
|
244
|
+
this.businessPartners = new API.BusinessPartners(this);
|
|
245
|
+
/**
|
|
246
|
+
* Business partners of the company
|
|
247
|
+
*/
|
|
248
|
+
this.businessPartnerGroups = new API.BusinessPartnerGroups(this);
|
|
249
|
+
/**
|
|
250
|
+
* Functions defined by the company
|
|
251
|
+
*/
|
|
252
|
+
this.functions = new API.Functions(this);
|
|
253
|
+
/**
|
|
254
|
+
* Job related information for the company
|
|
255
|
+
*/
|
|
256
|
+
this.jobAssignments = new API.JobAssignments(this);
|
|
257
|
+
/**
|
|
258
|
+
* Job related information for the company
|
|
259
|
+
*/
|
|
260
|
+
this.jobPayRateExceptions = new API.JobPayRateExceptions(this);
|
|
261
|
+
/**
|
|
262
|
+
* Agents defined by the company
|
|
263
|
+
*/
|
|
264
|
+
this.agents = new API.Agents(this);
|
|
265
|
+
/**
|
|
266
|
+
* Mappings between Rippling workers and their user accounts in third-party apps
|
|
267
|
+
*/
|
|
268
|
+
this.appUsers = new API.AppUsers(this);
|
|
269
|
+
/**
|
|
270
|
+
* Candidates who have been submitted for background check screening
|
|
271
|
+
*/
|
|
272
|
+
this.backgroundCheckCandidates = new API.BackgroundCheckCandidates(this);
|
|
273
|
+
/**
|
|
274
|
+
* Break types configured by the company for time tracking
|
|
275
|
+
*/
|
|
276
|
+
this.breakPolicies = new API.BreakPolicies(this);
|
|
277
|
+
/**
|
|
278
|
+
* Break types configured by the company for time tracking
|
|
279
|
+
*/
|
|
280
|
+
this.breakTypes = new API.BreakTypes(this);
|
|
281
|
+
/**
|
|
282
|
+
* Business structure used for defining hierarchy of company's org attributes
|
|
283
|
+
*/
|
|
284
|
+
this.businessStructurePaths = new API.BusinessStructurePaths(this);
|
|
285
|
+
/**
|
|
286
|
+
* Someone who applies to a job requisition opened by the company
|
|
287
|
+
*/
|
|
288
|
+
this.candidates = new API.Candidates(this);
|
|
289
|
+
/**
|
|
290
|
+
* An application by a candidate to a specific job requisition
|
|
291
|
+
*/
|
|
292
|
+
this.candidateApplications = new API.CandidateApplications(this);
|
|
293
|
+
/**
|
|
294
|
+
* Legal entities registered by the company
|
|
295
|
+
*/
|
|
296
|
+
this.companyLegalEntities = new API.CompanyLegalEntities(this);
|
|
297
|
+
/**
|
|
298
|
+
* Workers who work or have worked at the company
|
|
299
|
+
*/
|
|
300
|
+
this.companyLegalEntityWorkers = new API.CompanyLegalEntityWorkers(this);
|
|
301
|
+
/**
|
|
302
|
+
* Compensation bands details associated with workers
|
|
303
|
+
*/
|
|
304
|
+
this.compensationBandsDetails = new API.CompensationBandsDetails(this);
|
|
305
|
+
this.customApps = new API.CustomApps(this);
|
|
306
|
+
/**
|
|
307
|
+
* Custom fields defined by the company
|
|
308
|
+
*/
|
|
309
|
+
this.customFields = new API.CustomFields(this);
|
|
310
|
+
this.customPages = new API.CustomPages(this);
|
|
311
|
+
this.customSettings = new API.CustomSettings(this);
|
|
312
|
+
/**
|
|
313
|
+
* Developer Platform account and team management
|
|
314
|
+
*/
|
|
315
|
+
this.developerProgramApplication = new API.DeveloperProgramApplication(this);
|
|
316
|
+
/**
|
|
317
|
+
* Developer Platform account and team management
|
|
318
|
+
*/
|
|
319
|
+
this.developerUsers = new API.DeveloperUsers(this);
|
|
320
|
+
/**
|
|
321
|
+
* Devices (laptops, desktops, phones, tablets) managed by Rippling
|
|
322
|
+
*/
|
|
323
|
+
this.devices = new API.Devices(this);
|
|
324
|
+
/**
|
|
325
|
+
* Device orders (new device shipments, retrievals, etc.) for company workers
|
|
326
|
+
*/
|
|
327
|
+
this.deviceOrders = new API.DeviceOrders(this);
|
|
328
|
+
/**
|
|
329
|
+
* Candidates who have not yet started work at the company
|
|
330
|
+
*/
|
|
331
|
+
this.draftHires = new API.DraftHires(this);
|
|
332
|
+
/**
|
|
333
|
+
* Proposed changes to existing workers that can be reviewed in Rippling
|
|
334
|
+
*/
|
|
335
|
+
this.draftTransitions = new API.DraftTransitions(this);
|
|
336
|
+
/**
|
|
337
|
+
* Earning types configured for the company
|
|
338
|
+
*/
|
|
339
|
+
this.earningTypes = new API.EarningTypes(this);
|
|
340
|
+
/**
|
|
341
|
+
* External earnings inputs for the company
|
|
342
|
+
*/
|
|
343
|
+
this.earningsInputs = new API.EarningsInputs(this);
|
|
344
|
+
/**
|
|
345
|
+
* Documents attached to existing employees
|
|
346
|
+
*/
|
|
347
|
+
this.employeeDocuments = new API.EmployeeDocuments(this);
|
|
348
|
+
/**
|
|
349
|
+
* Availability of API features to the company or Partners.
|
|
350
|
+
*/
|
|
351
|
+
this.entitlements = new API.Entitlements(this);
|
|
352
|
+
/**
|
|
353
|
+
* Generate presigned URLs to upload files to Rippling storage
|
|
354
|
+
*/
|
|
355
|
+
this.files = new API.Files(this);
|
|
356
|
+
/**
|
|
357
|
+
* Headcount allocations for the company
|
|
358
|
+
*/
|
|
359
|
+
this.headcountPositions = new API.HeadcountPositions(this);
|
|
360
|
+
/**
|
|
361
|
+
* Organizational classifications used to categorize hiring needs based on business urgency and strategic importance
|
|
362
|
+
*/
|
|
363
|
+
this.headcountPriorities = new API.HeadcountPriorities(this);
|
|
364
|
+
/**
|
|
365
|
+
* Hiring intent submitted for admin review in Rippling
|
|
366
|
+
*/
|
|
367
|
+
this.hires = new API.Hires(this);
|
|
368
|
+
/**
|
|
369
|
+
* Baseline required fields for submitting hires by country and hire type
|
|
370
|
+
*/
|
|
371
|
+
this.hireRequirements = new API.HireRequirements(this);
|
|
372
|
+
/**
|
|
373
|
+
* Organizational job categories that group similar roles and responsibilities within a company
|
|
374
|
+
*/
|
|
375
|
+
this.jobFunctions = new API.JobFunctions(this);
|
|
376
|
+
/**
|
|
377
|
+
* A request for a job to be filled by a candidate
|
|
378
|
+
*/
|
|
379
|
+
this.jobRequisitionsWrite = new API.JobRequisitionsWrite(this);
|
|
380
|
+
/**
|
|
381
|
+
* Leave accruals for workers
|
|
382
|
+
*/
|
|
383
|
+
this.leaveAccruals = new API.LeaveAccruals(this);
|
|
384
|
+
/**
|
|
385
|
+
* Leave program evaluations produced by the leave rules engine
|
|
386
|
+
*/
|
|
387
|
+
this.leaveProgramEvaluations = new API.LeaveProgramEvaluations(this);
|
|
388
|
+
/**
|
|
389
|
+
* Developer Platform account and team management
|
|
390
|
+
*/
|
|
391
|
+
this.listing = new API.Listing(this);
|
|
392
|
+
/**
|
|
393
|
+
* Developer Platform account and team management
|
|
394
|
+
*/
|
|
395
|
+
this.listingSubmissions = new API.ListingSubmissions(this);
|
|
396
|
+
/**
|
|
397
|
+
* Developer Platform account and team management
|
|
398
|
+
*/
|
|
399
|
+
this.listingTransitions = new API.ListingTransitions(this);
|
|
400
|
+
/**
|
|
401
|
+
* Geographic compensation adjustment factors that modify base compensation based on location-specific market conditions and cost of living
|
|
402
|
+
*/
|
|
403
|
+
this.locationFactors = new API.LocationFactors(this);
|
|
404
|
+
/**
|
|
405
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
406
|
+
*/
|
|
407
|
+
this.packages = new API.Packages(this);
|
|
408
|
+
/**
|
|
409
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
410
|
+
*/
|
|
411
|
+
this.packageInstalls = new API.PackageInstalls(this);
|
|
412
|
+
/**
|
|
413
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
414
|
+
*/
|
|
415
|
+
this.packageManagedInstalls = new API.PackageManagedInstalls(this);
|
|
416
|
+
/**
|
|
417
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
418
|
+
*/
|
|
419
|
+
this.packageSandboxLinks = new API.PackageSandboxLinks(this);
|
|
420
|
+
/**
|
|
421
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
422
|
+
*/
|
|
423
|
+
this.packageUninstalls = new API.PackageUninstalls(this);
|
|
424
|
+
/**
|
|
425
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
426
|
+
*/
|
|
427
|
+
this.packageUpgrades = new API.PackageUpgrades(this);
|
|
428
|
+
/**
|
|
429
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
430
|
+
*/
|
|
431
|
+
this.packageVersions = new API.PackageVersions(this);
|
|
432
|
+
/**
|
|
433
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
434
|
+
*/
|
|
435
|
+
this.packageVersionComponentUpdates = new API.PackageVersionComponentUpdates(this);
|
|
436
|
+
/**
|
|
437
|
+
* Payroll runs for the company
|
|
438
|
+
*/
|
|
439
|
+
this.payrollRuns = new API.PayrollRuns(this);
|
|
440
|
+
/**
|
|
441
|
+
* Custom objects defined by the company
|
|
442
|
+
*/
|
|
443
|
+
this.platformCapabilities = new API.PlatformCapabilities(this);
|
|
444
|
+
/**
|
|
445
|
+
* Report data for company
|
|
446
|
+
*/
|
|
447
|
+
this.reports = new API.Reports(this);
|
|
448
|
+
/**
|
|
449
|
+
* Report data for company
|
|
450
|
+
*/
|
|
451
|
+
this.reportRuns = new API.ReportRuns(this);
|
|
452
|
+
/**
|
|
453
|
+
* Isolated environments used for development and testing
|
|
454
|
+
*/
|
|
455
|
+
this.sandboxes = new API.Sandboxes(this);
|
|
456
|
+
/**
|
|
457
|
+
* Schedules used by the company
|
|
458
|
+
*/
|
|
459
|
+
this.schedules = new API.Schedules(this);
|
|
460
|
+
/**
|
|
461
|
+
* Job related information for the company
|
|
462
|
+
*/
|
|
463
|
+
this.scheduledJobAssignments = new API.ScheduledJobAssignments(this);
|
|
464
|
+
/**
|
|
465
|
+
* Shift assignments assigned to workers
|
|
466
|
+
*/
|
|
467
|
+
this.shiftassignments = new API.Shiftassignments(this);
|
|
468
|
+
/**
|
|
469
|
+
* Custom sites hosted on Rippling
|
|
470
|
+
*/
|
|
471
|
+
this.sites = new API.Sites(this);
|
|
472
|
+
/**
|
|
473
|
+
* Software deployed to company devices
|
|
474
|
+
*/
|
|
475
|
+
this.softwareDeployments = new API.SoftwareDeployments(this);
|
|
476
|
+
/**
|
|
477
|
+
* Job titles used by the company
|
|
478
|
+
*/
|
|
479
|
+
this.titles = new API.Titles(this);
|
|
480
|
+
/**
|
|
481
|
+
* Unassigned shifts that are part of a schedule
|
|
482
|
+
*/
|
|
483
|
+
this.unassignedshifts = new API.Unassignedshifts(this);
|
|
484
|
+
/**
|
|
485
|
+
* Compensation associated with workers
|
|
486
|
+
*/
|
|
487
|
+
this.variableCompensationPayouts = new API.VariableCompensationPayouts(this);
|
|
488
|
+
/**
|
|
489
|
+
* Compensation associated with workers
|
|
490
|
+
*/
|
|
491
|
+
this.variableCompensationPayoutLabels = new API.VariableCompensationPayoutLabels(this);
|
|
492
|
+
/**
|
|
493
|
+
* Compensation associated with workers
|
|
494
|
+
*/
|
|
495
|
+
this.variableCompensationPayoutTypes = new API.VariableCompensationPayoutTypes(this);
|
|
496
|
+
/**
|
|
497
|
+
* Compensation associated with workers
|
|
498
|
+
*/
|
|
499
|
+
this.variableCompensationPayoutWrites = new API.VariableCompensationPayoutWrites(this);
|
|
500
|
+
/**
|
|
501
|
+
* Historical changes to worker data over time
|
|
502
|
+
*/
|
|
503
|
+
this.workerChanges = new API.WorkerChanges(this);
|
|
504
|
+
/**
|
|
505
|
+
* Historical changes to worker data over time
|
|
506
|
+
*/
|
|
507
|
+
this.workerChangeFields = new API.WorkerChangeFields(this);
|
|
508
|
+
/**
|
|
509
|
+
* Job related information for the company
|
|
510
|
+
*/
|
|
511
|
+
this.workerTimeSplits = new API.WorkerTimeSplits(this);
|
|
512
|
+
/**
|
|
513
|
+
* Execute workflow actions like sending emails, Slack messages, and notifications
|
|
514
|
+
*/
|
|
515
|
+
this.workflows = new API.Workflows(this);
|
|
516
|
+
/**
|
|
517
|
+
* Execute workflow actions like sending emails, Slack messages, and notifications
|
|
518
|
+
*/
|
|
519
|
+
this.workflowActionExecutions = new API.WorkflowActionExecutions(this);
|
|
520
|
+
/**
|
|
521
|
+
* Shift assignments assigned to workers
|
|
522
|
+
*/
|
|
523
|
+
this.shiftAssignments = new API.ShiftAssignments(this);
|
|
524
|
+
/**
|
|
525
|
+
* Unassigned shifts that are part of a schedule
|
|
526
|
+
*/
|
|
527
|
+
this.unassignedShifts = new API.UnassignedShifts(this);
|
|
528
|
+
/**
|
|
529
|
+
* Custom objects defined by the company
|
|
530
|
+
*/
|
|
531
|
+
this.metadata = new API.Metadata(this);
|
|
532
|
+
if (bearerToken === undefined) {
|
|
533
|
+
throw new Errors.RipplingSDKError("The BEARER_TOKEN_PRODUCTION environment variable is missing or empty; either provide it, or instantiate the RipplingSDK client with an bearerToken option, like new RipplingSDK({ bearerToken: 'My Bearer Token' }).");
|
|
534
|
+
}
|
|
535
|
+
const options = {
|
|
536
|
+
bearerToken,
|
|
537
|
+
...opts,
|
|
538
|
+
baseURL: baseURL || `https://rest.ripplingapis.com`,
|
|
539
|
+
};
|
|
540
|
+
this.baseURL = options.baseURL;
|
|
541
|
+
this.timeout = options.timeout ?? _a.DEFAULT_TIMEOUT /* 1 minute */;
|
|
542
|
+
this.logger = options.logger ?? console;
|
|
543
|
+
const defaultLogLevel = 'warn';
|
|
544
|
+
// Set default logLevel early so that we can log a warning in parseLogLevel.
|
|
545
|
+
this.logLevel = defaultLogLevel;
|
|
546
|
+
this.logLevel =
|
|
547
|
+
parseLogLevel(options.logLevel, 'ClientOptions.logLevel', this) ??
|
|
548
|
+
parseLogLevel(readEnv('RIPPLING_SDK_LOG'), "process.env['RIPPLING_SDK_LOG']", this) ??
|
|
549
|
+
defaultLogLevel;
|
|
550
|
+
this.fetchOptions = options.fetchOptions;
|
|
551
|
+
this.maxRetries = options.maxRetries ?? 2;
|
|
552
|
+
this.fetch = options.fetch ?? Shims.getDefaultFetch();
|
|
553
|
+
__classPrivateFieldSet(this, _RipplingSDK_encoder, Opts.FallbackEncoder, "f");
|
|
554
|
+
const customHeadersEnv = readEnv('RIPPLING_SDK_CUSTOM_HEADERS');
|
|
555
|
+
if (customHeadersEnv) {
|
|
556
|
+
const parsed = {};
|
|
557
|
+
for (const line of customHeadersEnv.split('\n')) {
|
|
558
|
+
const colon = line.indexOf(':');
|
|
559
|
+
if (colon >= 0) {
|
|
560
|
+
parsed[line.substring(0, colon).trim()] = line.substring(colon + 1).trim();
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
options.defaultHeaders = { ...parsed, ...options.defaultHeaders };
|
|
564
|
+
}
|
|
565
|
+
this._options = options;
|
|
566
|
+
this.bearerToken = bearerToken;
|
|
567
|
+
}
|
|
568
|
+
/**
|
|
569
|
+
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
570
|
+
*/
|
|
571
|
+
withOptions(options) {
|
|
572
|
+
const client = new this.constructor({
|
|
573
|
+
...this._options,
|
|
574
|
+
baseURL: this.baseURL,
|
|
575
|
+
maxRetries: this.maxRetries,
|
|
576
|
+
timeout: this.timeout,
|
|
577
|
+
logger: this.logger,
|
|
578
|
+
logLevel: this.logLevel,
|
|
579
|
+
fetch: this.fetch,
|
|
580
|
+
fetchOptions: this.fetchOptions,
|
|
581
|
+
bearerToken: this.bearerToken,
|
|
582
|
+
...options,
|
|
583
|
+
});
|
|
584
|
+
return client;
|
|
585
|
+
}
|
|
586
|
+
defaultQuery() {
|
|
587
|
+
return this._options.defaultQuery;
|
|
588
|
+
}
|
|
589
|
+
validateHeaders({ values, nulls }) {
|
|
590
|
+
return;
|
|
591
|
+
}
|
|
592
|
+
async authHeaders(opts) {
|
|
593
|
+
return buildHeaders([{ Authorization: `Bearer ${this.bearerToken}` }]);
|
|
594
|
+
}
|
|
595
|
+
/**
|
|
596
|
+
* Basic re-implementation of `qs.stringify` for primitive types.
|
|
597
|
+
*/
|
|
598
|
+
stringifyQuery(query) {
|
|
599
|
+
return stringifyQuery(query);
|
|
600
|
+
}
|
|
601
|
+
getUserAgent() {
|
|
602
|
+
return `${this.constructor.name}/JS ${VERSION}`;
|
|
603
|
+
}
|
|
604
|
+
defaultIdempotencyKey() {
|
|
605
|
+
return `stainless-node-retry-${uuid4()}`;
|
|
606
|
+
}
|
|
607
|
+
makeStatusError(status, error, message, headers) {
|
|
608
|
+
return Errors.APIError.generate(status, error, message, headers);
|
|
609
|
+
}
|
|
610
|
+
buildURL(path, query, defaultBaseURL) {
|
|
611
|
+
const baseURL = (!__classPrivateFieldGet(this, _RipplingSDK_instances, "m", _RipplingSDK_baseURLOverridden).call(this) && defaultBaseURL) || this.baseURL;
|
|
612
|
+
const url = isAbsoluteURL(path) ?
|
|
613
|
+
new URL(path)
|
|
614
|
+
: new URL(baseURL + (baseURL.endsWith('/') && path.startsWith('/') ? path.slice(1) : path));
|
|
615
|
+
const defaultQuery = this.defaultQuery();
|
|
616
|
+
const pathQuery = Object.fromEntries(url.searchParams);
|
|
617
|
+
if (!isEmptyObj(defaultQuery) || !isEmptyObj(pathQuery)) {
|
|
618
|
+
query = { ...pathQuery, ...defaultQuery, ...query };
|
|
619
|
+
}
|
|
620
|
+
if (typeof query === 'object' && query && !Array.isArray(query)) {
|
|
621
|
+
url.search = this.stringifyQuery(query);
|
|
622
|
+
}
|
|
623
|
+
return url.toString();
|
|
624
|
+
}
|
|
625
|
+
/**
|
|
626
|
+
* Used as a callback for mutating the given `FinalRequestOptions` object.
|
|
627
|
+
*/
|
|
628
|
+
async prepareOptions(options) { }
|
|
629
|
+
/**
|
|
630
|
+
* Used as a callback for mutating the given `RequestInit` object.
|
|
631
|
+
*
|
|
632
|
+
* This is useful for cases where you want to add certain headers based off of
|
|
633
|
+
* the request properties, e.g. `method` or `url`.
|
|
634
|
+
*/
|
|
635
|
+
async prepareRequest(request, { url, options }) { }
|
|
636
|
+
get(path, opts) {
|
|
637
|
+
return this.methodRequest('get', path, opts);
|
|
638
|
+
}
|
|
639
|
+
post(path, opts) {
|
|
640
|
+
return this.methodRequest('post', path, opts);
|
|
641
|
+
}
|
|
642
|
+
patch(path, opts) {
|
|
643
|
+
return this.methodRequest('patch', path, opts);
|
|
644
|
+
}
|
|
645
|
+
put(path, opts) {
|
|
646
|
+
return this.methodRequest('put', path, opts);
|
|
647
|
+
}
|
|
648
|
+
delete(path, opts) {
|
|
649
|
+
return this.methodRequest('delete', path, opts);
|
|
650
|
+
}
|
|
651
|
+
methodRequest(method, path, opts) {
|
|
652
|
+
return this.request(Promise.resolve(opts).then((opts) => {
|
|
653
|
+
return { method, path, ...opts };
|
|
654
|
+
}));
|
|
655
|
+
}
|
|
656
|
+
request(options, remainingRetries = null) {
|
|
657
|
+
return new APIPromise(this, this.makeRequest(options, remainingRetries, undefined));
|
|
658
|
+
}
|
|
659
|
+
async makeRequest(optionsInput, retriesRemaining, retryOfRequestLogID) {
|
|
660
|
+
const options = await optionsInput;
|
|
661
|
+
const maxRetries = options.maxRetries ?? this.maxRetries;
|
|
662
|
+
if (retriesRemaining == null) {
|
|
663
|
+
retriesRemaining = maxRetries;
|
|
664
|
+
}
|
|
665
|
+
await this.prepareOptions(options);
|
|
666
|
+
const { req, url, timeout } = await this.buildRequest(options, {
|
|
667
|
+
retryCount: maxRetries - retriesRemaining,
|
|
668
|
+
});
|
|
669
|
+
await this.prepareRequest(req, { url, options });
|
|
670
|
+
/** Not an API request ID, just for correlating local log entries. */
|
|
671
|
+
const requestLogID = 'log_' + ((Math.random() * (1 << 24)) | 0).toString(16).padStart(6, '0');
|
|
672
|
+
const retryLogStr = retryOfRequestLogID === undefined ? '' : `, retryOf: ${retryOfRequestLogID}`;
|
|
673
|
+
const startTime = Date.now();
|
|
674
|
+
loggerFor(this).debug(`[${requestLogID}] sending request`, formatRequestDetails({
|
|
675
|
+
retryOfRequestLogID,
|
|
676
|
+
method: options.method,
|
|
677
|
+
url,
|
|
678
|
+
options,
|
|
679
|
+
headers: req.headers,
|
|
680
|
+
}));
|
|
681
|
+
if (options.signal?.aborted) {
|
|
682
|
+
throw new Errors.APIUserAbortError();
|
|
683
|
+
}
|
|
684
|
+
const controller = new AbortController();
|
|
685
|
+
const response = await this.fetchWithTimeout(url, req, timeout, controller).catch(castToError);
|
|
686
|
+
const headersTime = Date.now();
|
|
687
|
+
if (response instanceof globalThis.Error) {
|
|
688
|
+
const retryMessage = `retrying, ${retriesRemaining} attempts remaining`;
|
|
689
|
+
if (options.signal?.aborted) {
|
|
690
|
+
throw new Errors.APIUserAbortError();
|
|
691
|
+
}
|
|
692
|
+
// detect native connection timeout errors
|
|
693
|
+
// deno throws "TypeError: error sending request for url (https://example/): client error (Connect): tcp connect error: Operation timed out (os error 60): Operation timed out (os error 60)"
|
|
694
|
+
// undici throws "TypeError: fetch failed" with cause "ConnectTimeoutError: Connect Timeout Error (attempted address: example:443, timeout: 1ms)"
|
|
695
|
+
// others do not provide enough information to distinguish timeouts from other connection errors
|
|
696
|
+
const isTimeout = isAbortError(response) ||
|
|
697
|
+
/timed? ?out/i.test(String(response) + ('cause' in response ? String(response.cause) : ''));
|
|
698
|
+
if (retriesRemaining) {
|
|
699
|
+
loggerFor(this).info(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} - ${retryMessage}`);
|
|
700
|
+
loggerFor(this).debug(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} (${retryMessage})`, formatRequestDetails({
|
|
701
|
+
retryOfRequestLogID,
|
|
702
|
+
url,
|
|
703
|
+
durationMs: headersTime - startTime,
|
|
704
|
+
message: response.message,
|
|
705
|
+
}));
|
|
706
|
+
return this.retryRequest(options, retriesRemaining, retryOfRequestLogID ?? requestLogID);
|
|
707
|
+
}
|
|
708
|
+
loggerFor(this).info(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} - error; no more retries left`);
|
|
709
|
+
loggerFor(this).debug(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} (error; no more retries left)`, formatRequestDetails({
|
|
710
|
+
retryOfRequestLogID,
|
|
711
|
+
url,
|
|
712
|
+
durationMs: headersTime - startTime,
|
|
713
|
+
message: response.message,
|
|
714
|
+
}));
|
|
715
|
+
if (isTimeout) {
|
|
716
|
+
throw new Errors.APIConnectionTimeoutError();
|
|
717
|
+
}
|
|
718
|
+
throw new Errors.APIConnectionError({ cause: response });
|
|
719
|
+
}
|
|
720
|
+
const responseInfo = `[${requestLogID}${retryLogStr}] ${req.method} ${url} ${response.ok ? 'succeeded' : 'failed'} with status ${response.status} in ${headersTime - startTime}ms`;
|
|
721
|
+
if (!response.ok) {
|
|
722
|
+
const shouldRetry = await this.shouldRetry(response);
|
|
723
|
+
if (retriesRemaining && shouldRetry) {
|
|
724
|
+
const retryMessage = `retrying, ${retriesRemaining} attempts remaining`;
|
|
725
|
+
// We don't need the body of this response.
|
|
726
|
+
await Shims.CancelReadableStream(response.body);
|
|
727
|
+
loggerFor(this).info(`${responseInfo} - ${retryMessage}`);
|
|
728
|
+
loggerFor(this).debug(`[${requestLogID}] response error (${retryMessage})`, formatRequestDetails({
|
|
729
|
+
retryOfRequestLogID,
|
|
730
|
+
url: response.url,
|
|
731
|
+
status: response.status,
|
|
732
|
+
headers: response.headers,
|
|
733
|
+
durationMs: headersTime - startTime,
|
|
734
|
+
}));
|
|
735
|
+
return this.retryRequest(options, retriesRemaining, retryOfRequestLogID ?? requestLogID, response.headers);
|
|
736
|
+
}
|
|
737
|
+
const retryMessage = shouldRetry ? `error; no more retries left` : `error; not retryable`;
|
|
738
|
+
loggerFor(this).info(`${responseInfo} - ${retryMessage}`);
|
|
739
|
+
const errText = await response.text().catch((err) => castToError(err).message);
|
|
740
|
+
const errJSON = safeJSON(errText);
|
|
741
|
+
const errMessage = errJSON ? undefined : errText;
|
|
742
|
+
loggerFor(this).debug(`[${requestLogID}] response error (${retryMessage})`, formatRequestDetails({
|
|
743
|
+
retryOfRequestLogID,
|
|
744
|
+
url: response.url,
|
|
745
|
+
status: response.status,
|
|
746
|
+
headers: response.headers,
|
|
747
|
+
message: errMessage,
|
|
748
|
+
durationMs: Date.now() - startTime,
|
|
749
|
+
}));
|
|
750
|
+
const err = this.makeStatusError(response.status, errJSON, errMessage, response.headers);
|
|
751
|
+
throw err;
|
|
752
|
+
}
|
|
753
|
+
loggerFor(this).info(responseInfo);
|
|
754
|
+
loggerFor(this).debug(`[${requestLogID}] response start`, formatRequestDetails({
|
|
755
|
+
retryOfRequestLogID,
|
|
756
|
+
url: response.url,
|
|
757
|
+
status: response.status,
|
|
758
|
+
headers: response.headers,
|
|
759
|
+
durationMs: headersTime - startTime,
|
|
760
|
+
}));
|
|
761
|
+
return { response, options, controller, requestLogID, retryOfRequestLogID, startTime };
|
|
762
|
+
}
|
|
763
|
+
getAPIList(path, Page, opts) {
|
|
764
|
+
return this.requestAPIList(Page, opts && 'then' in opts ?
|
|
765
|
+
opts.then((opts) => ({ method: 'get', path, ...opts }))
|
|
766
|
+
: { method: 'get', path, ...opts });
|
|
767
|
+
}
|
|
768
|
+
requestAPIList(Page, options) {
|
|
769
|
+
const request = this.makeRequest(options, null, undefined);
|
|
770
|
+
return new Pagination.PagePromise(this, request, Page);
|
|
771
|
+
}
|
|
772
|
+
async fetchWithTimeout(url, init, ms, controller) {
|
|
773
|
+
const { signal, method, ...options } = init || {};
|
|
774
|
+
const abort = this._makeAbort(controller);
|
|
775
|
+
if (signal)
|
|
776
|
+
signal.addEventListener('abort', abort, { once: true });
|
|
777
|
+
const timeout = setTimeout(abort, ms);
|
|
778
|
+
const isReadableBody = (globalThis.ReadableStream && options.body instanceof globalThis.ReadableStream) ||
|
|
779
|
+
(typeof options.body === 'object' && options.body !== null && Symbol.asyncIterator in options.body);
|
|
780
|
+
const fetchOptions = {
|
|
781
|
+
signal: controller.signal,
|
|
782
|
+
...(isReadableBody ? { duplex: 'half' } : {}),
|
|
783
|
+
method: 'GET',
|
|
784
|
+
...options,
|
|
785
|
+
};
|
|
786
|
+
if (method) {
|
|
787
|
+
// Custom methods like 'patch' need to be uppercased
|
|
788
|
+
// See https://github.com/nodejs/undici/issues/2294
|
|
789
|
+
fetchOptions.method = method.toUpperCase();
|
|
790
|
+
}
|
|
791
|
+
try {
|
|
792
|
+
// use undefined this binding; fetch errors if bound to something else in browser/cloudflare
|
|
793
|
+
return await this.fetch.call(undefined, url, fetchOptions);
|
|
794
|
+
}
|
|
795
|
+
finally {
|
|
796
|
+
clearTimeout(timeout);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
async shouldRetry(response) {
|
|
800
|
+
// Note this is not a standard header.
|
|
801
|
+
const shouldRetryHeader = response.headers.get('x-should-retry');
|
|
802
|
+
// If the server explicitly says whether or not to retry, obey.
|
|
803
|
+
if (shouldRetryHeader === 'true')
|
|
804
|
+
return true;
|
|
805
|
+
if (shouldRetryHeader === 'false')
|
|
806
|
+
return false;
|
|
807
|
+
// Retry on request timeouts.
|
|
808
|
+
if (response.status === 408)
|
|
809
|
+
return true;
|
|
810
|
+
// Retry on lock timeouts.
|
|
811
|
+
if (response.status === 409)
|
|
812
|
+
return true;
|
|
813
|
+
// Retry on rate limits.
|
|
814
|
+
if (response.status === 429)
|
|
815
|
+
return true;
|
|
816
|
+
// Retry internal errors.
|
|
817
|
+
if (response.status >= 500)
|
|
818
|
+
return true;
|
|
819
|
+
return false;
|
|
820
|
+
}
|
|
821
|
+
async retryRequest(options, retriesRemaining, requestLogID, responseHeaders) {
|
|
822
|
+
let timeoutMillis;
|
|
823
|
+
// Note the `retry-after-ms` header may not be standard, but is a good idea and we'd like proactive support for it.
|
|
824
|
+
const retryAfterMillisHeader = responseHeaders?.get('retry-after-ms');
|
|
825
|
+
if (retryAfterMillisHeader) {
|
|
826
|
+
const timeoutMs = parseFloat(retryAfterMillisHeader);
|
|
827
|
+
if (!Number.isNaN(timeoutMs)) {
|
|
828
|
+
timeoutMillis = timeoutMs;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
// About the Retry-After header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
|
|
832
|
+
const retryAfterHeader = responseHeaders?.get('retry-after');
|
|
833
|
+
if (retryAfterHeader && !timeoutMillis) {
|
|
834
|
+
const timeoutSeconds = parseFloat(retryAfterHeader);
|
|
835
|
+
if (!Number.isNaN(timeoutSeconds)) {
|
|
836
|
+
timeoutMillis = timeoutSeconds * 1000;
|
|
837
|
+
}
|
|
838
|
+
else {
|
|
839
|
+
timeoutMillis = Date.parse(retryAfterHeader) - Date.now();
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
// If the API asks us to wait a certain amount of time, just do what it
|
|
843
|
+
// says, but otherwise calculate a default
|
|
844
|
+
if (timeoutMillis === undefined) {
|
|
845
|
+
const maxRetries = options.maxRetries ?? this.maxRetries;
|
|
846
|
+
timeoutMillis = this.calculateDefaultRetryTimeoutMillis(retriesRemaining, maxRetries);
|
|
847
|
+
}
|
|
848
|
+
await sleep(timeoutMillis);
|
|
849
|
+
return this.makeRequest(options, retriesRemaining - 1, requestLogID);
|
|
850
|
+
}
|
|
851
|
+
calculateDefaultRetryTimeoutMillis(retriesRemaining, maxRetries) {
|
|
852
|
+
const initialRetryDelay = 0.5;
|
|
853
|
+
const maxRetryDelay = 8.0;
|
|
854
|
+
const numRetries = maxRetries - retriesRemaining;
|
|
855
|
+
// Apply exponential backoff, but not more than the max.
|
|
856
|
+
const sleepSeconds = Math.min(initialRetryDelay * Math.pow(2, numRetries), maxRetryDelay);
|
|
857
|
+
// Apply some jitter, take up to at most 25 percent of the retry time.
|
|
858
|
+
const jitter = 1 - Math.random() * 0.25;
|
|
859
|
+
return sleepSeconds * jitter * 1000;
|
|
860
|
+
}
|
|
861
|
+
async buildRequest(inputOptions, { retryCount = 0 } = {}) {
|
|
862
|
+
const options = { ...inputOptions };
|
|
863
|
+
const { method, path, query, defaultBaseURL } = options;
|
|
864
|
+
const url = this.buildURL(path, query, defaultBaseURL);
|
|
865
|
+
if ('timeout' in options)
|
|
866
|
+
validatePositiveInteger('timeout', options.timeout);
|
|
867
|
+
options.timeout = options.timeout ?? this.timeout;
|
|
868
|
+
const { bodyHeaders, body } = this.buildBody({ options });
|
|
869
|
+
const reqHeaders = await this.buildHeaders({ options: inputOptions, method, bodyHeaders, retryCount });
|
|
870
|
+
const req = {
|
|
871
|
+
method,
|
|
872
|
+
headers: reqHeaders,
|
|
873
|
+
...(options.signal && { signal: options.signal }),
|
|
874
|
+
...(globalThis.ReadableStream &&
|
|
875
|
+
body instanceof globalThis.ReadableStream && { duplex: 'half' }),
|
|
876
|
+
...(body && { body }),
|
|
877
|
+
...(this.fetchOptions ?? {}),
|
|
878
|
+
...(options.fetchOptions ?? {}),
|
|
879
|
+
};
|
|
880
|
+
return { req, url, timeout: options.timeout };
|
|
881
|
+
}
|
|
882
|
+
async buildHeaders({ options, method, bodyHeaders, retryCount, }) {
|
|
883
|
+
let idempotencyHeaders = {};
|
|
884
|
+
if (this.idempotencyHeader && method !== 'get') {
|
|
885
|
+
if (!options.idempotencyKey)
|
|
886
|
+
options.idempotencyKey = this.defaultIdempotencyKey();
|
|
887
|
+
idempotencyHeaders[this.idempotencyHeader] = options.idempotencyKey;
|
|
888
|
+
}
|
|
889
|
+
const headers = buildHeaders([
|
|
890
|
+
idempotencyHeaders,
|
|
891
|
+
{
|
|
892
|
+
Accept: 'application/json',
|
|
893
|
+
'User-Agent': this.getUserAgent(),
|
|
894
|
+
'X-Stainless-Retry-Count': String(retryCount),
|
|
895
|
+
...(options.timeout ? { 'X-Stainless-Timeout': String(Math.trunc(options.timeout / 1000)) } : {}),
|
|
896
|
+
...getPlatformHeaders(),
|
|
897
|
+
'Rippling-Api-Version': '2024-08-01',
|
|
898
|
+
},
|
|
899
|
+
await this.authHeaders(options),
|
|
900
|
+
this._options.defaultHeaders,
|
|
901
|
+
bodyHeaders,
|
|
902
|
+
options.headers,
|
|
903
|
+
]);
|
|
904
|
+
this.validateHeaders(headers);
|
|
905
|
+
return headers.values;
|
|
906
|
+
}
|
|
907
|
+
_makeAbort(controller) {
|
|
908
|
+
// note: we can't just inline this method inside `fetchWithTimeout()` because then the closure
|
|
909
|
+
// would capture all request options, and cause a memory leak.
|
|
910
|
+
return () => controller.abort();
|
|
911
|
+
}
|
|
912
|
+
buildBody({ options }) {
|
|
913
|
+
const { body, headers: rawHeaders } = options;
|
|
914
|
+
if (!body) {
|
|
915
|
+
// A resource method always passes a `body` key when its operation defines a
|
|
916
|
+
// request body, even if the caller omitted an optional body param. Keep the
|
|
917
|
+
// content-type for those, and only elide it for operations with no body at
|
|
918
|
+
// all (e.g. GET/DELETE).
|
|
919
|
+
if (body == null && 'body' in options) {
|
|
920
|
+
return __classPrivateFieldGet(this, _RipplingSDK_encoder, "f").call(this, { body, headers: buildHeaders([rawHeaders]) });
|
|
921
|
+
}
|
|
922
|
+
return { bodyHeaders: undefined, body: undefined };
|
|
923
|
+
}
|
|
924
|
+
const headers = buildHeaders([rawHeaders]);
|
|
925
|
+
if (
|
|
926
|
+
// Pass raw type verbatim
|
|
927
|
+
ArrayBuffer.isView(body) ||
|
|
928
|
+
body instanceof ArrayBuffer ||
|
|
929
|
+
body instanceof DataView ||
|
|
930
|
+
(typeof body === 'string' &&
|
|
931
|
+
// Preserve legacy string encoding behavior for now
|
|
932
|
+
headers.values.has('content-type')) ||
|
|
933
|
+
// `Blob` is superset of `File`
|
|
934
|
+
(globalThis.Blob && body instanceof globalThis.Blob) ||
|
|
935
|
+
// `FormData` -> `multipart/form-data`
|
|
936
|
+
body instanceof FormData ||
|
|
937
|
+
// `URLSearchParams` -> `application/x-www-form-urlencoded`
|
|
938
|
+
body instanceof URLSearchParams ||
|
|
939
|
+
// Send chunked stream (each chunk has own `length`)
|
|
940
|
+
(globalThis.ReadableStream && body instanceof globalThis.ReadableStream)) {
|
|
941
|
+
return { bodyHeaders: undefined, body: body };
|
|
942
|
+
}
|
|
943
|
+
else if (typeof body === 'object' &&
|
|
944
|
+
(Symbol.asyncIterator in body ||
|
|
945
|
+
(Symbol.iterator in body && 'next' in body && typeof body.next === 'function'))) {
|
|
946
|
+
return { bodyHeaders: undefined, body: Shims.ReadableStreamFrom(body) };
|
|
947
|
+
}
|
|
948
|
+
else if (typeof body === 'object' &&
|
|
949
|
+
headers.values.get('content-type') === 'application/x-www-form-urlencoded') {
|
|
950
|
+
return {
|
|
951
|
+
bodyHeaders: { 'content-type': 'application/x-www-form-urlencoded' },
|
|
952
|
+
body: this.stringifyQuery(body),
|
|
953
|
+
};
|
|
954
|
+
}
|
|
955
|
+
else {
|
|
956
|
+
return __classPrivateFieldGet(this, _RipplingSDK_encoder, "f").call(this, { body, headers });
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
_a = RipplingSDK, _RipplingSDK_encoder = new WeakMap(), _RipplingSDK_instances = new WeakSet(), _RipplingSDK_baseURLOverridden = function _RipplingSDK_baseURLOverridden() {
|
|
961
|
+
return this.baseURL !== 'https://rest.ripplingapis.com';
|
|
962
|
+
};
|
|
963
|
+
RipplingSDK.RipplingSDK = _a;
|
|
964
|
+
RipplingSDK.DEFAULT_TIMEOUT = 60000; // 1 minute
|
|
965
|
+
RipplingSDK.RipplingSDKError = Errors.RipplingSDKError;
|
|
966
|
+
RipplingSDK.APIError = Errors.APIError;
|
|
967
|
+
RipplingSDK.APIConnectionError = Errors.APIConnectionError;
|
|
968
|
+
RipplingSDK.APIConnectionTimeoutError = Errors.APIConnectionTimeoutError;
|
|
969
|
+
RipplingSDK.APIUserAbortError = Errors.APIUserAbortError;
|
|
970
|
+
RipplingSDK.NotFoundError = Errors.NotFoundError;
|
|
971
|
+
RipplingSDK.ConflictError = Errors.ConflictError;
|
|
972
|
+
RipplingSDK.RateLimitError = Errors.RateLimitError;
|
|
973
|
+
RipplingSDK.BadRequestError = Errors.BadRequestError;
|
|
974
|
+
RipplingSDK.AuthenticationError = Errors.AuthenticationError;
|
|
975
|
+
RipplingSDK.InternalServerError = Errors.InternalServerError;
|
|
976
|
+
RipplingSDK.PermissionDeniedError = Errors.PermissionDeniedError;
|
|
977
|
+
RipplingSDK.UnprocessableEntityError = Errors.UnprocessableEntityError;
|
|
978
|
+
RipplingSDK.toFile = Uploads.toFile;
|
|
979
|
+
RipplingSDK.Companies = Companies;
|
|
980
|
+
RipplingSDK.Compensations = Compensations;
|
|
981
|
+
RipplingSDK.CustomObjects = CustomObjects;
|
|
982
|
+
RipplingSDK.Departments = Departments;
|
|
983
|
+
RipplingSDK.EmploymentTypes = EmploymentTypes;
|
|
984
|
+
RipplingSDK.JobCodes = JobCodes;
|
|
985
|
+
RipplingSDK.JobDimensions = JobDimensions;
|
|
986
|
+
RipplingSDK.JobRequisitions = JobRequisitions;
|
|
987
|
+
RipplingSDK.KioskBadges = KioskBadges;
|
|
988
|
+
RipplingSDK.LeaveBalances = LeaveBalances;
|
|
989
|
+
RipplingSDK.LeaveRequests = LeaveRequests;
|
|
990
|
+
RipplingSDK.LeaveTypes = LeaveTypes;
|
|
991
|
+
RipplingSDK.LegalEntities = LegalEntities;
|
|
992
|
+
RipplingSDK.Levels = Levels;
|
|
993
|
+
RipplingSDK.ObjectCategories = ObjectCategories;
|
|
994
|
+
RipplingSDK.ShiftInputs = ShiftInputs;
|
|
995
|
+
RipplingSDK.SSOMeResource = SSOMeResource;
|
|
996
|
+
RipplingSDK.Supergroups = Supergroups;
|
|
997
|
+
RipplingSDK.Teams = Teams;
|
|
998
|
+
RipplingSDK.TimeCards = TimeCards;
|
|
999
|
+
RipplingSDK.TimeEntries = TimeEntries;
|
|
1000
|
+
RipplingSDK.Tracks = Tracks;
|
|
1001
|
+
RipplingSDK.Users = Users;
|
|
1002
|
+
RipplingSDK.WorkLocations = WorkLocations;
|
|
1003
|
+
RipplingSDK.Workers = Workers;
|
|
1004
|
+
RipplingSDK.BusinessPartners = BusinessPartners;
|
|
1005
|
+
RipplingSDK.BusinessPartnerGroups = BusinessPartnerGroups;
|
|
1006
|
+
RipplingSDK.Functions = Functions;
|
|
1007
|
+
RipplingSDK.JobAssignments = JobAssignments;
|
|
1008
|
+
RipplingSDK.JobPayRateExceptions = JobPayRateExceptions;
|
|
1009
|
+
RipplingSDK.Agents = Agents;
|
|
1010
|
+
RipplingSDK.AppUsers = AppUsers;
|
|
1011
|
+
RipplingSDK.BackgroundCheckCandidates = BackgroundCheckCandidates;
|
|
1012
|
+
RipplingSDK.BreakPolicies = BreakPolicies;
|
|
1013
|
+
RipplingSDK.BreakTypes = BreakTypes;
|
|
1014
|
+
RipplingSDK.BusinessStructurePaths = BusinessStructurePaths;
|
|
1015
|
+
RipplingSDK.Candidates = Candidates;
|
|
1016
|
+
RipplingSDK.CandidateApplications = CandidateApplications;
|
|
1017
|
+
RipplingSDK.CompanyLegalEntities = CompanyLegalEntities;
|
|
1018
|
+
RipplingSDK.CompanyLegalEntityWorkers = CompanyLegalEntityWorkers;
|
|
1019
|
+
RipplingSDK.CompensationBandsDetails = CompensationBandsDetails;
|
|
1020
|
+
RipplingSDK.CustomApps = CustomApps;
|
|
1021
|
+
RipplingSDK.CustomFields = CustomFields;
|
|
1022
|
+
RipplingSDK.CustomPages = CustomPages;
|
|
1023
|
+
RipplingSDK.CustomSettings = CustomSettings;
|
|
1024
|
+
RipplingSDK.DeveloperProgramApplication = DeveloperProgramApplication;
|
|
1025
|
+
RipplingSDK.DeveloperUsers = DeveloperUsers;
|
|
1026
|
+
RipplingSDK.Devices = Devices;
|
|
1027
|
+
RipplingSDK.DeviceOrders = DeviceOrders;
|
|
1028
|
+
RipplingSDK.DraftHires = DraftHires;
|
|
1029
|
+
RipplingSDK.DraftTransitions = DraftTransitions;
|
|
1030
|
+
RipplingSDK.EarningTypes = EarningTypes;
|
|
1031
|
+
RipplingSDK.EarningsInputs = EarningsInputs;
|
|
1032
|
+
RipplingSDK.EmployeeDocuments = EmployeeDocuments;
|
|
1033
|
+
RipplingSDK.Entitlements = Entitlements;
|
|
1034
|
+
RipplingSDK.Files = Files;
|
|
1035
|
+
RipplingSDK.HeadcountPositions = HeadcountPositions;
|
|
1036
|
+
RipplingSDK.HeadcountPriorities = HeadcountPriorities;
|
|
1037
|
+
RipplingSDK.Hires = Hires;
|
|
1038
|
+
RipplingSDK.HireRequirements = HireRequirements;
|
|
1039
|
+
RipplingSDK.JobFunctions = JobFunctions;
|
|
1040
|
+
RipplingSDK.JobRequisitionsWrite = JobRequisitionsWrite;
|
|
1041
|
+
RipplingSDK.LeaveAccruals = LeaveAccruals;
|
|
1042
|
+
RipplingSDK.LeaveProgramEvaluations = LeaveProgramEvaluations;
|
|
1043
|
+
RipplingSDK.Listing = Listing;
|
|
1044
|
+
RipplingSDK.ListingSubmissions = ListingSubmissions;
|
|
1045
|
+
RipplingSDK.ListingTransitions = ListingTransitions;
|
|
1046
|
+
RipplingSDK.LocationFactors = LocationFactors;
|
|
1047
|
+
RipplingSDK.Packages = Packages;
|
|
1048
|
+
RipplingSDK.PackageInstalls = PackageInstalls;
|
|
1049
|
+
RipplingSDK.PackageManagedInstalls = PackageManagedInstalls;
|
|
1050
|
+
RipplingSDK.PackageSandboxLinks = PackageSandboxLinks;
|
|
1051
|
+
RipplingSDK.PackageUninstalls = PackageUninstalls;
|
|
1052
|
+
RipplingSDK.PackageUpgrades = PackageUpgrades;
|
|
1053
|
+
RipplingSDK.PackageVersions = PackageVersions;
|
|
1054
|
+
RipplingSDK.PackageVersionComponentUpdates = PackageVersionComponentUpdates;
|
|
1055
|
+
RipplingSDK.PayrollRuns = PayrollRuns;
|
|
1056
|
+
RipplingSDK.PlatformCapabilities = PlatformCapabilities;
|
|
1057
|
+
RipplingSDK.Reports = Reports;
|
|
1058
|
+
RipplingSDK.ReportRuns = ReportRuns;
|
|
1059
|
+
RipplingSDK.Sandboxes = Sandboxes;
|
|
1060
|
+
RipplingSDK.Schedules = Schedules;
|
|
1061
|
+
RipplingSDK.ScheduledJobAssignments = ScheduledJobAssignments;
|
|
1062
|
+
RipplingSDK.Shiftassignments = Shiftassignments;
|
|
1063
|
+
RipplingSDK.Sites = Sites;
|
|
1064
|
+
RipplingSDK.SoftwareDeployments = SoftwareDeployments;
|
|
1065
|
+
RipplingSDK.Titles = Titles;
|
|
1066
|
+
RipplingSDK.Unassignedshifts = Unassignedshifts;
|
|
1067
|
+
RipplingSDK.VariableCompensationPayouts = VariableCompensationPayouts;
|
|
1068
|
+
RipplingSDK.VariableCompensationPayoutLabels = VariableCompensationPayoutLabels;
|
|
1069
|
+
RipplingSDK.VariableCompensationPayoutTypes = VariableCompensationPayoutTypes;
|
|
1070
|
+
RipplingSDK.VariableCompensationPayoutWrites = VariableCompensationPayoutWrites;
|
|
1071
|
+
RipplingSDK.WorkerChanges = WorkerChanges;
|
|
1072
|
+
RipplingSDK.WorkerChangeFields = WorkerChangeFields;
|
|
1073
|
+
RipplingSDK.WorkerTimeSplits = WorkerTimeSplits;
|
|
1074
|
+
RipplingSDK.Workflows = Workflows;
|
|
1075
|
+
RipplingSDK.WorkflowActionExecutions = WorkflowActionExecutions;
|
|
1076
|
+
RipplingSDK.ShiftAssignments = ShiftAssignments;
|
|
1077
|
+
RipplingSDK.UnassignedShifts = UnassignedShifts;
|
|
1078
|
+
RipplingSDK.Metadata = Metadata;
|
|
1079
|
+
//# sourceMappingURL=client.mjs.map
|