@rippling/rippling-sdk 0.2.0-alpha.20
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 +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -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 +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +308 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +308 -0
- package/client.d.ts.map +1 -0
- package/client.js +592 -0
- package/client.js.map +1 -0
- package/client.mjs +588 -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/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 +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/functions.d.mts +68 -0
- package/functions.d.mts.map +1 -0
- package/functions.d.ts +68 -0
- package/functions.d.ts.map +1 -0
- package/functions.js +48 -0
- package/functions.js.map +1 -0
- package/functions.mjs +40 -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 +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -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 +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -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 +81 -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 +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -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/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 +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +158 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/business-partner-groups.d.mts +94 -0
- package/resources/business-partner-groups.d.mts.map +1 -0
- package/resources/business-partner-groups.d.ts +94 -0
- package/resources/business-partner-groups.d.ts.map +1 -0
- package/resources/business-partner-groups.js +46 -0
- package/resources/business-partner-groups.js.map +1 -0
- package/resources/business-partner-groups.mjs +42 -0
- package/resources/business-partner-groups.mjs.map +1 -0
- package/resources/business-partners.d.mts +132 -0
- package/resources/business-partners.d.mts.map +1 -0
- package/resources/business-partners.d.ts +132 -0
- package/resources/business-partners.d.ts.map +1 -0
- package/resources/business-partners.js +47 -0
- package/resources/business-partners.js.map +1 -0
- package/resources/business-partners.mjs +43 -0
- package/resources/business-partners.mjs.map +1 -0
- package/resources/candidate-applications.d.mts +63 -0
- package/resources/candidate-applications.d.mts.map +1 -0
- package/resources/candidate-applications.d.ts +63 -0
- package/resources/candidate-applications.d.ts.map +1 -0
- package/resources/candidate-applications.js +20 -0
- package/resources/candidate-applications.js.map +1 -0
- package/resources/candidate-applications.mjs +16 -0
- package/resources/candidate-applications.mjs.map +1 -0
- package/resources/candidates.d.mts +54 -0
- package/resources/candidates.d.mts.map +1 -0
- package/resources/candidates.d.ts +54 -0
- package/resources/candidates.d.ts.map +1 -0
- package/resources/candidates.js +22 -0
- package/resources/candidates.js.map +1 -0
- package/resources/candidates.mjs +18 -0
- package/resources/candidates.mjs.map +1 -0
- package/resources/companies.d.mts +82 -0
- package/resources/companies.d.mts.map +1 -0
- package/resources/companies.d.ts +82 -0
- package/resources/companies.d.ts.map +1 -0
- package/resources/companies.js +20 -0
- package/resources/companies.js.map +1 -0
- package/resources/companies.mjs +16 -0
- package/resources/companies.mjs.map +1 -0
- package/resources/compensations.d.mts +250 -0
- package/resources/compensations.d.mts.map +1 -0
- package/resources/compensations.d.ts +250 -0
- package/resources/compensations.d.ts.map +1 -0
- package/resources/compensations.js +27 -0
- package/resources/compensations.js.map +1 -0
- package/resources/compensations.mjs +23 -0
- package/resources/compensations.mjs.map +1 -0
- package/resources/custom-fields.d.mts +50 -0
- package/resources/custom-fields.d.mts.map +1 -0
- package/resources/custom-fields.d.ts +50 -0
- package/resources/custom-fields.d.ts.map +1 -0
- package/resources/custom-fields.js +22 -0
- package/resources/custom-fields.js.map +1 -0
- package/resources/custom-fields.mjs +18 -0
- package/resources/custom-fields.mjs.map +1 -0
- package/resources/custom-objects/custom-objects.d.mts +103 -0
- package/resources/custom-objects/custom-objects.d.mts.map +1 -0
- package/resources/custom-objects/custom-objects.d.ts +103 -0
- package/resources/custom-objects/custom-objects.d.ts.map +1 -0
- package/resources/custom-objects/custom-objects.js +59 -0
- package/resources/custom-objects/custom-objects.js.map +1 -0
- package/resources/custom-objects/custom-objects.mjs +54 -0
- package/resources/custom-objects/custom-objects.mjs.map +1 -0
- package/resources/custom-objects/fields.d.mts +113 -0
- package/resources/custom-objects/fields.d.mts.map +1 -0
- package/resources/custom-objects/fields.d.ts +113 -0
- package/resources/custom-objects/fields.d.ts.map +1 -0
- package/resources/custom-objects/fields.js +50 -0
- package/resources/custom-objects/fields.js.map +1 -0
- package/resources/custom-objects/fields.mjs +46 -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 +143 -0
- package/resources/custom-objects/records.d.mts.map +1 -0
- package/resources/custom-objects/records.d.ts +143 -0
- package/resources/custom-objects/records.d.ts.map +1 -0
- package/resources/custom-objects/records.js +93 -0
- package/resources/custom-objects/records.js.map +1 -0
- package/resources/custom-objects/records.mjs +89 -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/departments.d.mts +80 -0
- package/resources/departments.d.mts.map +1 -0
- package/resources/departments.d.ts +80 -0
- package/resources/departments.d.ts.map +1 -0
- package/resources/departments.js +27 -0
- package/resources/departments.js.map +1 -0
- package/resources/departments.mjs +23 -0
- package/resources/departments.mjs.map +1 -0
- package/resources/employment-types.d.mts +77 -0
- package/resources/employment-types.d.mts.map +1 -0
- package/resources/employment-types.d.ts +77 -0
- package/resources/employment-types.d.ts.map +1 -0
- package/resources/employment-types.js +29 -0
- package/resources/employment-types.js.map +1 -0
- package/resources/employment-types.mjs +25 -0
- package/resources/employment-types.mjs.map +1 -0
- package/resources/entitlements.d.mts +30 -0
- package/resources/entitlements.d.mts.map +1 -0
- package/resources/entitlements.d.ts +30 -0
- package/resources/entitlements.d.ts.map +1 -0
- package/resources/entitlements.js +18 -0
- package/resources/entitlements.js.map +1 -0
- package/resources/entitlements.mjs +14 -0
- package/resources/entitlements.mjs.map +1 -0
- package/resources/functions/deployments.d.mts +145 -0
- package/resources/functions/deployments.d.mts.map +1 -0
- package/resources/functions/deployments.d.ts +145 -0
- package/resources/functions/deployments.d.ts.map +1 -0
- package/resources/functions/deployments.js +40 -0
- package/resources/functions/deployments.js.map +1 -0
- package/resources/functions/deployments.mjs +36 -0
- package/resources/functions/deployments.mjs.map +1 -0
- package/resources/functions/executions.d.mts +188 -0
- package/resources/functions/executions.d.mts.map +1 -0
- package/resources/functions/executions.d.ts +188 -0
- package/resources/functions/executions.d.ts.map +1 -0
- package/resources/functions/executions.js +42 -0
- package/resources/functions/executions.js.map +1 -0
- package/resources/functions/executions.mjs +38 -0
- package/resources/functions/executions.mjs.map +1 -0
- package/resources/functions/functions.d.mts +129 -0
- package/resources/functions/functions.d.mts.map +1 -0
- package/resources/functions/functions.d.ts +129 -0
- package/resources/functions/functions.d.ts.map +1 -0
- package/resources/functions/functions.js +56 -0
- package/resources/functions/functions.js.map +1 -0
- package/resources/functions/functions.mjs +51 -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 +1059 -0
- package/resources/headcount-positions.d.mts.map +1 -0
- package/resources/headcount-positions.d.ts +1059 -0
- package/resources/headcount-positions.d.ts.map +1 -0
- package/resources/headcount-positions.js +41 -0
- package/resources/headcount-positions.js.map +1 -0
- package/resources/headcount-positions.mjs +37 -0
- package/resources/headcount-positions.mjs.map +1 -0
- package/resources/headcount-priorities.d.mts +65 -0
- package/resources/headcount-priorities.d.mts.map +1 -0
- package/resources/headcount-priorities.d.ts +65 -0
- package/resources/headcount-priorities.d.ts.map +1 -0
- package/resources/headcount-priorities.js +29 -0
- package/resources/headcount-priorities.js.map +1 -0
- package/resources/headcount-priorities.mjs +25 -0
- package/resources/headcount-priorities.mjs.map +1 -0
- package/resources/index.d.mts +42 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +42 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +87 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +43 -0
- package/resources/index.mjs.map +1 -0
- package/resources/job-assignments.d.mts +161 -0
- package/resources/job-assignments.d.mts.map +1 -0
- package/resources/job-assignments.d.ts +161 -0
- package/resources/job-assignments.d.ts.map +1 -0
- package/resources/job-assignments.js +38 -0
- package/resources/job-assignments.js.map +1 -0
- package/resources/job-assignments.mjs +34 -0
- package/resources/job-assignments.mjs.map +1 -0
- package/resources/job-codes.d.mts +358 -0
- package/resources/job-codes.d.mts.map +1 -0
- package/resources/job-codes.d.ts +358 -0
- package/resources/job-codes.d.ts.map +1 -0
- package/resources/job-codes.js +61 -0
- package/resources/job-codes.js.map +1 -0
- package/resources/job-codes.mjs +57 -0
- package/resources/job-codes.mjs.map +1 -0
- package/resources/job-dimensions.d.mts +145 -0
- package/resources/job-dimensions.d.mts.map +1 -0
- package/resources/job-dimensions.d.ts +145 -0
- package/resources/job-dimensions.d.ts.map +1 -0
- package/resources/job-dimensions.js +49 -0
- package/resources/job-dimensions.js.map +1 -0
- package/resources/job-dimensions.mjs +45 -0
- package/resources/job-dimensions.mjs.map +1 -0
- package/resources/job-functions.d.mts +65 -0
- package/resources/job-functions.d.mts.map +1 -0
- package/resources/job-functions.d.ts +65 -0
- package/resources/job-functions.d.ts.map +1 -0
- package/resources/job-functions.js +29 -0
- package/resources/job-functions.js.map +1 -0
- package/resources/job-functions.mjs +25 -0
- package/resources/job-functions.mjs.map +1 -0
- package/resources/job-pay-rate-exceptions.d.mts +91 -0
- package/resources/job-pay-rate-exceptions.d.mts.map +1 -0
- package/resources/job-pay-rate-exceptions.d.ts +91 -0
- package/resources/job-pay-rate-exceptions.d.ts.map +1 -0
- package/resources/job-pay-rate-exceptions.js +41 -0
- package/resources/job-pay-rate-exceptions.js.map +1 -0
- package/resources/job-pay-rate-exceptions.mjs +37 -0
- package/resources/job-pay-rate-exceptions.mjs.map +1 -0
- package/resources/job-requisitions.d.mts +42 -0
- package/resources/job-requisitions.d.mts.map +1 -0
- package/resources/job-requisitions.d.ts +42 -0
- package/resources/job-requisitions.d.ts.map +1 -0
- package/resources/job-requisitions.js +19 -0
- package/resources/job-requisitions.js.map +1 -0
- package/resources/job-requisitions.mjs +15 -0
- package/resources/job-requisitions.mjs.map +1 -0
- package/resources/kiosk-badges.d.mts +247 -0
- package/resources/kiosk-badges.d.mts.map +1 -0
- package/resources/kiosk-badges.d.ts +247 -0
- package/resources/kiosk-badges.d.ts.map +1 -0
- package/resources/kiosk-badges.js +53 -0
- package/resources/kiosk-badges.js.map +1 -0
- package/resources/kiosk-badges.mjs +49 -0
- package/resources/kiosk-badges.mjs.map +1 -0
- package/resources/leave-balances.d.mts +88 -0
- package/resources/leave-balances.d.mts.map +1 -0
- package/resources/leave-balances.d.ts +88 -0
- package/resources/leave-balances.d.ts.map +1 -0
- package/resources/leave-balances.js +28 -0
- package/resources/leave-balances.js.map +1 -0
- package/resources/leave-balances.mjs +24 -0
- package/resources/leave-balances.mjs.map +1 -0
- package/resources/leave-requests.d.mts +731 -0
- package/resources/leave-requests.d.mts.map +1 -0
- package/resources/leave-requests.d.ts +731 -0
- package/resources/leave-requests.d.ts.map +1 -0
- package/resources/leave-requests.js +44 -0
- package/resources/leave-requests.js.map +1 -0
- package/resources/leave-requests.mjs +40 -0
- package/resources/leave-requests.mjs.map +1 -0
- package/resources/leave-types.d.mts +67 -0
- package/resources/leave-types.d.mts.map +1 -0
- package/resources/leave-types.d.ts +67 -0
- package/resources/leave-types.d.ts.map +1 -0
- package/resources/leave-types.js +27 -0
- package/resources/leave-types.js.map +1 -0
- package/resources/leave-types.mjs +23 -0
- package/resources/leave-types.mjs.map +1 -0
- package/resources/legal-entities.d.mts +117 -0
- package/resources/legal-entities.d.mts.map +1 -0
- package/resources/legal-entities.d.ts +117 -0
- package/resources/legal-entities.d.ts.map +1 -0
- package/resources/legal-entities.js +27 -0
- package/resources/legal-entities.js.map +1 -0
- package/resources/legal-entities.mjs +23 -0
- package/resources/legal-entities.mjs.map +1 -0
- package/resources/levels.d.mts +91 -0
- package/resources/levels.d.mts.map +1 -0
- package/resources/levels.d.ts +91 -0
- package/resources/levels.d.ts.map +1 -0
- package/resources/levels.js +27 -0
- package/resources/levels.js.map +1 -0
- package/resources/levels.mjs +23 -0
- package/resources/levels.mjs.map +1 -0
- package/resources/location-factors.d.mts +111 -0
- package/resources/location-factors.d.mts.map +1 -0
- package/resources/location-factors.d.ts +111 -0
- package/resources/location-factors.d.ts.map +1 -0
- package/resources/location-factors.js +29 -0
- package/resources/location-factors.js.map +1 -0
- package/resources/location-factors.mjs +25 -0
- package/resources/location-factors.mjs.map +1 -0
- package/resources/object-categories.d.mts +63 -0
- package/resources/object-categories.d.mts.map +1 -0
- package/resources/object-categories.d.ts +63 -0
- package/resources/object-categories.d.ts.map +1 -0
- package/resources/object-categories.js +47 -0
- package/resources/object-categories.js.map +1 -0
- package/resources/object-categories.mjs +43 -0
- package/resources/object-categories.mjs.map +1 -0
- package/resources/schedules.d.mts +139 -0
- package/resources/schedules.d.mts.map +1 -0
- package/resources/schedules.d.ts +139 -0
- package/resources/schedules.d.ts.map +1 -0
- package/resources/schedules.js +27 -0
- package/resources/schedules.js.map +1 -0
- package/resources/schedules.mjs +23 -0
- package/resources/schedules.mjs.map +1 -0
- package/resources/shared.d.mts +55 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +55 -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-inputs.d.mts +291 -0
- package/resources/shift-inputs.d.mts.map +1 -0
- package/resources/shift-inputs.d.ts +291 -0
- package/resources/shift-inputs.d.ts.map +1 -0
- package/resources/shift-inputs.js +53 -0
- package/resources/shift-inputs.js.map +1 -0
- package/resources/shift-inputs.mjs +49 -0
- package/resources/shift-inputs.mjs.map +1 -0
- package/resources/shiftassignments.d.mts +466 -0
- package/resources/shiftassignments.d.mts.map +1 -0
- package/resources/shiftassignments.d.ts +466 -0
- package/resources/shiftassignments.d.ts.map +1 -0
- package/resources/shiftassignments.js +32 -0
- package/resources/shiftassignments.js.map +1 -0
- package/resources/shiftassignments.mjs +28 -0
- package/resources/shiftassignments.mjs.map +1 -0
- package/resources/sso-me.d.mts +48 -0
- package/resources/sso-me.d.mts.map +1 -0
- package/resources/sso-me.d.ts +48 -0
- package/resources/sso-me.d.ts.map +1 -0
- package/resources/sso-me.js +18 -0
- package/resources/sso-me.js.map +1 -0
- package/resources/sso-me.mjs +14 -0
- package/resources/sso-me.mjs.map +1 -0
- package/resources/supergroups/exclusion-members.d.mts +56 -0
- package/resources/supergroups/exclusion-members.d.mts.map +1 -0
- package/resources/supergroups/exclusion-members.d.ts +56 -0
- package/resources/supergroups/exclusion-members.d.ts.map +1 -0
- package/resources/supergroups/exclusion-members.js +26 -0
- package/resources/supergroups/exclusion-members.js.map +1 -0
- package/resources/supergroups/exclusion-members.mjs +22 -0
- package/resources/supergroups/exclusion-members.mjs.map +1 -0
- package/resources/supergroups/inclusion-members.d.mts +56 -0
- package/resources/supergroups/inclusion-members.d.mts.map +1 -0
- package/resources/supergroups/inclusion-members.d.ts +56 -0
- package/resources/supergroups/inclusion-members.d.ts.map +1 -0
- package/resources/supergroups/inclusion-members.js +26 -0
- package/resources/supergroups/inclusion-members.js.map +1 -0
- package/resources/supergroups/inclusion-members.mjs +22 -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 +42 -0
- package/resources/supergroups/members.d.mts.map +1 -0
- package/resources/supergroups/members.d.ts +42 -0
- package/resources/supergroups/members.d.ts.map +1 -0
- package/resources/supergroups/members.js +23 -0
- package/resources/supergroups/members.js.map +1 -0
- package/resources/supergroups/members.mjs +19 -0
- package/resources/supergroups/members.mjs.map +1 -0
- package/resources/supergroups/supergroups.d.mts +123 -0
- package/resources/supergroups/supergroups.d.mts.map +1 -0
- package/resources/supergroups/supergroups.d.ts +123 -0
- package/resources/supergroups/supergroups.d.ts.map +1 -0
- package/resources/supergroups/supergroups.js +43 -0
- package/resources/supergroups/supergroups.js.map +1 -0
- package/resources/supergroups/supergroups.mjs +38 -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 +64 -0
- package/resources/teams.d.mts.map +1 -0
- package/resources/teams.d.ts +64 -0
- package/resources/teams.d.ts.map +1 -0
- package/resources/teams.js +27 -0
- package/resources/teams.js.map +1 -0
- package/resources/teams.mjs +23 -0
- package/resources/teams.mjs.map +1 -0
- package/resources/time-cards.d.mts +156 -0
- package/resources/time-cards.d.mts.map +1 -0
- package/resources/time-cards.d.ts +156 -0
- package/resources/time-cards.d.ts.map +1 -0
- package/resources/time-cards.js +28 -0
- package/resources/time-cards.js.map +1 -0
- package/resources/time-cards.mjs +24 -0
- package/resources/time-cards.mjs.map +1 -0
- package/resources/time-entries.d.mts +1494 -0
- package/resources/time-entries.d.mts.map +1 -0
- package/resources/time-entries.d.ts +1494 -0
- package/resources/time-entries.d.ts.map +1 -0
- package/resources/time-entries.js +53 -0
- package/resources/time-entries.js.map +1 -0
- package/resources/time-entries.mjs +49 -0
- package/resources/time-entries.mjs.map +1 -0
- package/resources/tracks.d.mts +49 -0
- package/resources/tracks.d.mts.map +1 -0
- package/resources/tracks.d.ts +49 -0
- package/resources/tracks.d.ts.map +1 -0
- package/resources/tracks.js +26 -0
- package/resources/tracks.js.map +1 -0
- package/resources/tracks.mjs +22 -0
- package/resources/tracks.mjs.map +1 -0
- package/resources/users.d.mts +200 -0
- package/resources/users.d.mts.map +1 -0
- package/resources/users.d.ts +200 -0
- package/resources/users.d.ts.map +1 -0
- package/resources/users.js +26 -0
- package/resources/users.js.map +1 -0
- package/resources/users.mjs +22 -0
- package/resources/users.mjs.map +1 -0
- package/resources/work-locations.d.mts +54 -0
- package/resources/work-locations.d.mts.map +1 -0
- package/resources/work-locations.d.ts +54 -0
- package/resources/work-locations.d.ts.map +1 -0
- package/resources/work-locations.js +26 -0
- package/resources/work-locations.js.map +1 -0
- package/resources/work-locations.mjs +22 -0
- package/resources/work-locations.mjs.map +1 -0
- package/resources/workers.d.mts +298 -0
- package/resources/workers.d.mts.map +1 -0
- package/resources/workers.d.ts +298 -0
- package/resources/workers.d.ts.map +1 -0
- package/resources/workers.js +31 -0
- package/resources/workers.js.map +1 -0
- package/resources/workers.mjs +27 -0
- package/resources/workers.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 +1518 -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/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/functions.ts +114 -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 +50 -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 +95 -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 +126 -0
- package/src/internal/utils/path.ts +88 -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 +8 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/business-partner-groups.ts +146 -0
- package/src/resources/business-partners.ts +190 -0
- package/src/resources/candidate-applications.ts +91 -0
- package/src/resources/candidates.ts +79 -0
- package/src/resources/companies.ts +110 -0
- package/src/resources/compensations.ts +313 -0
- package/src/resources/custom-fields.ts +93 -0
- package/src/resources/custom-objects/custom-objects.ts +206 -0
- package/src/resources/custom-objects/fields.ts +199 -0
- package/src/resources/custom-objects/index.ts +32 -0
- package/src/resources/custom-objects/records.ts +282 -0
- package/src/resources/custom-objects.ts +3 -0
- package/src/resources/departments.ts +115 -0
- package/src/resources/employment-types.ts +107 -0
- package/src/resources/entitlements.ts +44 -0
- package/src/resources/functions/deployments.ts +209 -0
- package/src/resources/functions/executions.ts +273 -0
- package/src/resources/functions/functions.ts +229 -0
- package/src/resources/functions/index.ts +32 -0
- package/src/resources/functions.ts +3 -0
- package/src/resources/headcount-positions.ts +1767 -0
- package/src/resources/headcount-priorities.ts +95 -0
- package/src/resources/index.ts +322 -0
- package/src/resources/job-assignments.ts +227 -0
- package/src/resources/job-codes.ts +466 -0
- package/src/resources/job-dimensions.ts +201 -0
- package/src/resources/job-functions.ts +95 -0
- package/src/resources/job-pay-rate-exceptions.ts +144 -0
- package/src/resources/job-requisitions.ts +61 -0
- package/src/resources/kiosk-badges.ts +343 -0
- package/src/resources/leave-balances.ts +125 -0
- package/src/resources/leave-requests.ts +928 -0
- package/src/resources/leave-types.ts +95 -0
- package/src/resources/legal-entities.ts +406 -0
- package/src/resources/levels.ts +128 -0
- package/src/resources/location-factors.ts +643 -0
- package/src/resources/object-categories.ts +107 -0
- package/src/resources/schedules.ts +187 -0
- package/src/resources/shared.ts +313 -0
- package/src/resources/shift-inputs.ts +398 -0
- package/src/resources/shiftassignments.ts +580 -0
- package/src/resources/sso-me.ts +60 -0
- package/src/resources/supergroups/exclusion-members.ts +88 -0
- package/src/resources/supergroups/inclusion-members.ts +88 -0
- package/src/resources/supergroups/index.ts +22 -0
- package/src/resources/supergroups/members.ts +66 -0
- package/src/resources/supergroups/supergroups.ts +199 -0
- package/src/resources/supergroups.ts +3 -0
- package/src/resources/teams.ts +96 -0
- package/src/resources/time-cards.ts +209 -0
- package/src/resources/time-entries.ts +1860 -0
- package/src/resources/tracks.ts +72 -0
- package/src/resources/users.ts +255 -0
- package/src/resources/work-locations.ts +78 -0
- package/src/resources/workers.ts +906 -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 +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-positions.d.ts","sourceRoot":"","sources":["../src/resources/headcount-positions.ts"],"names":[],"mappings":"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AI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IA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,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC;SACV;KACF;IAED;;;;OAIG;IACH,UAAiB,QAAQ;QACvB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;KACf;CACF;AAED,MAAM,WAAW,+BAA+B;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,2BAA2B;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,WAAW,kBAAkB,CAAC;IAC1C,OAAO,EACL,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2CAA2C,IAAI,2CAA2C,EAC/F,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.HeadcountPositions = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
const pagination_1 = require("../core/pagination.js");
|
|
7
|
+
const path_1 = require("../internal/utils/path.js");
|
|
8
|
+
class HeadcountPositions extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve a specific headcount position
|
|
11
|
+
*/
|
|
12
|
+
retrieve(id, query = {}, options) {
|
|
13
|
+
return this._client.get((0, path_1.path) `/headcount-positions/${id}`, { query, ...options });
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A List of headcount positions
|
|
17
|
+
*
|
|
18
|
+
* - Requires: `Internal Testing`
|
|
19
|
+
* - Filterable fields: `created_at`, `position_id`, `position_type`,
|
|
20
|
+
* `position_sub_type`, `department_id`, `work_location_id`, `level_id`,
|
|
21
|
+
* `teams_id`, `job_requisition_id`, `recruiter_id`, `headcount_owner_id`,
|
|
22
|
+
* `worker_id`, `backfill_for_id`, `employment_type_id`, `in_budget`,
|
|
23
|
+
* `target_start_date`, `current_start_date`, `job_function_id`, `priority_id`
|
|
24
|
+
* - Expandable fields: `department`, `work_location`, `level`, `teams`,
|
|
25
|
+
* `job_requisition`, `recruiter`, `headcount_owner`, `worker`, `backfill_for`,
|
|
26
|
+
* `employment_type`, `priority`, `job_function`, `location_factor`
|
|
27
|
+
* - Sortable fields: `id`, `created_at`, `updated_at`, `position_id`,
|
|
28
|
+
* `position_type`, `position_sub_type`, `department_id`, `work_location_id`,
|
|
29
|
+
* `level_id`, `job_requisition_id`, `recruiter_id`, `headcount_owner_id`,
|
|
30
|
+
* `worker_id`, `backfill_for_id`, `employment_type_id`, `in_budget`,
|
|
31
|
+
* `target_start_date`, `current_start_date`, `priority_id`, `job_function_id`
|
|
32
|
+
*/
|
|
33
|
+
list(query = {}, options) {
|
|
34
|
+
return this._client.getAPIList('/headcount-positions', (pagination_1.PageCursorURL), {
|
|
35
|
+
query,
|
|
36
|
+
...options,
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.HeadcountPositions = HeadcountPositions;
|
|
41
|
+
//# sourceMappingURL=headcount-positions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-positions.js","sourceRoot":"","sources":["../src/resources/headcount-positions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAU/C,sDAAgE;AAEhE,oDAA8C;AAE9C,MAAa,kBAAmB,SAAQ,sBAAW;IACjD;;OAEG;IACH,QAAQ,CACN,EAAU,EACV,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,wBAAwB,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CACF,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE,CAAA,0BAA4C,CAAA,EAAE;YACnG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAvCD,gDAuCC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
import { PageCursorURL } from "../core/pagination.mjs";
|
|
4
|
+
import { path } from "../internal/utils/path.mjs";
|
|
5
|
+
export class HeadcountPositions extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Retrieve a specific headcount position
|
|
8
|
+
*/
|
|
9
|
+
retrieve(id, query = {}, options) {
|
|
10
|
+
return this._client.get(path `/headcount-positions/${id}`, { query, ...options });
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A List of headcount positions
|
|
14
|
+
*
|
|
15
|
+
* - Requires: `Internal Testing`
|
|
16
|
+
* - Filterable fields: `created_at`, `position_id`, `position_type`,
|
|
17
|
+
* `position_sub_type`, `department_id`, `work_location_id`, `level_id`,
|
|
18
|
+
* `teams_id`, `job_requisition_id`, `recruiter_id`, `headcount_owner_id`,
|
|
19
|
+
* `worker_id`, `backfill_for_id`, `employment_type_id`, `in_budget`,
|
|
20
|
+
* `target_start_date`, `current_start_date`, `job_function_id`, `priority_id`
|
|
21
|
+
* - Expandable fields: `department`, `work_location`, `level`, `teams`,
|
|
22
|
+
* `job_requisition`, `recruiter`, `headcount_owner`, `worker`, `backfill_for`,
|
|
23
|
+
* `employment_type`, `priority`, `job_function`, `location_factor`
|
|
24
|
+
* - Sortable fields: `id`, `created_at`, `updated_at`, `position_id`,
|
|
25
|
+
* `position_type`, `position_sub_type`, `department_id`, `work_location_id`,
|
|
26
|
+
* `level_id`, `job_requisition_id`, `recruiter_id`, `headcount_owner_id`,
|
|
27
|
+
* `worker_id`, `backfill_for_id`, `employment_type_id`, `in_budget`,
|
|
28
|
+
* `target_start_date`, `current_start_date`, `priority_id`, `job_function_id`
|
|
29
|
+
*/
|
|
30
|
+
list(query = {}, options) {
|
|
31
|
+
return this._client.getAPIList('/headcount-positions', (PageCursorURL), {
|
|
32
|
+
query,
|
|
33
|
+
...options,
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=headcount-positions.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-positions.mjs","sourceRoot":"","sources":["../src/resources/headcount-positions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAUf,EAAE,aAAa,EAAe;OAE9B,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,QAAQ,CACN,EAAU,EACV,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,wBAAwB,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CACF,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE,CAAA,aAA4C,CAAA,EAAE;YACnG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import * as BusinessPartnersAPI from "./business-partners.mjs";
|
|
3
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
4
|
+
import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
|
|
5
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
6
|
+
export declare class HeadcountPriorities extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Retrieve a specific headcount priority
|
|
9
|
+
*/
|
|
10
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<HeadcountPriorityRetrieveResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* A List of headcount priorities
|
|
13
|
+
*
|
|
14
|
+
* - Requires: `Internal Testing`
|
|
15
|
+
* - Sortable fields: `id`, `created_at`, `updated_at`
|
|
16
|
+
*/
|
|
17
|
+
list(query?: HeadcountPriorityListParams | null | undefined, options?: RequestOptions): PagePromise<HeadcountPriorityListResponsesPageCursorURL, HeadcountPriorityListResponse>;
|
|
18
|
+
}
|
|
19
|
+
export type HeadcountPriorityListResponsesPageCursorURL = PageCursorURL<HeadcountPriorityListResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Meta information for the response.
|
|
22
|
+
*/
|
|
23
|
+
export interface HeadcountPriorityRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
24
|
+
/**
|
|
25
|
+
* Identifier field
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
/**
|
|
29
|
+
* Record creation date
|
|
30
|
+
*/
|
|
31
|
+
created_at: string;
|
|
32
|
+
/**
|
|
33
|
+
* Record update date
|
|
34
|
+
*/
|
|
35
|
+
updated_at: string;
|
|
36
|
+
/**
|
|
37
|
+
* Display name of the headcount priority
|
|
38
|
+
*/
|
|
39
|
+
name?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface HeadcountPriorityListResponse {
|
|
42
|
+
/**
|
|
43
|
+
* Identifier field
|
|
44
|
+
*/
|
|
45
|
+
id: string;
|
|
46
|
+
/**
|
|
47
|
+
* Record creation date
|
|
48
|
+
*/
|
|
49
|
+
created_at: string;
|
|
50
|
+
/**
|
|
51
|
+
* Record update date
|
|
52
|
+
*/
|
|
53
|
+
updated_at: string;
|
|
54
|
+
/**
|
|
55
|
+
* Display name of the headcount priority
|
|
56
|
+
*/
|
|
57
|
+
name?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface HeadcountPriorityListParams {
|
|
60
|
+
order_by?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace HeadcountPriorities {
|
|
63
|
+
export { type HeadcountPriorityRetrieveResponse as HeadcountPriorityRetrieveResponse, type HeadcountPriorityListResponse as HeadcountPriorityListResponse, type HeadcountPriorityListResponsesPageCursorURL as HeadcountPriorityListResponsesPageCursorURL, type HeadcountPriorityListParams as HeadcountPriorityListParams, };
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=headcount-priorities.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-priorities.d.mts","sourceRoot":"","sources":["../src/resources/headcount-priorities.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,mBAAmB;OACxB,EAAE,UAAU,EAAE;OACd,EAAE,aAAa,EAAE,WAAW,EAAE;OAC9B,EAAE,cAAc,EAAE;AAGzB,qBAAa,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iCAAiC,CAAC;IAI7F;;;;;OAKG;IACH,IAAI,CACF,KAAK,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;CAM3F;AAED,MAAM,MAAM,2CAA2C,GAAG,aAAa,CAAC,6BAA6B,CAAC,CAAC;AAEvG;;GAEG;AACH,MAAM,WAAW,iCAAkC,SAAQ,mBAAmB,CAAC,IAAI;IACjF;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IAC3C,OAAO,EACL,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2CAA2C,IAAI,2CAA2C,EAC/F,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import * as BusinessPartnersAPI from "./business-partners.js";
|
|
3
|
+
import { APIPromise } from "../core/api-promise.js";
|
|
4
|
+
import { PageCursorURL, PagePromise } from "../core/pagination.js";
|
|
5
|
+
import { RequestOptions } from "../internal/request-options.js";
|
|
6
|
+
export declare class HeadcountPriorities extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Retrieve a specific headcount priority
|
|
9
|
+
*/
|
|
10
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<HeadcountPriorityRetrieveResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* A List of headcount priorities
|
|
13
|
+
*
|
|
14
|
+
* - Requires: `Internal Testing`
|
|
15
|
+
* - Sortable fields: `id`, `created_at`, `updated_at`
|
|
16
|
+
*/
|
|
17
|
+
list(query?: HeadcountPriorityListParams | null | undefined, options?: RequestOptions): PagePromise<HeadcountPriorityListResponsesPageCursorURL, HeadcountPriorityListResponse>;
|
|
18
|
+
}
|
|
19
|
+
export type HeadcountPriorityListResponsesPageCursorURL = PageCursorURL<HeadcountPriorityListResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Meta information for the response.
|
|
22
|
+
*/
|
|
23
|
+
export interface HeadcountPriorityRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
24
|
+
/**
|
|
25
|
+
* Identifier field
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
/**
|
|
29
|
+
* Record creation date
|
|
30
|
+
*/
|
|
31
|
+
created_at: string;
|
|
32
|
+
/**
|
|
33
|
+
* Record update date
|
|
34
|
+
*/
|
|
35
|
+
updated_at: string;
|
|
36
|
+
/**
|
|
37
|
+
* Display name of the headcount priority
|
|
38
|
+
*/
|
|
39
|
+
name?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface HeadcountPriorityListResponse {
|
|
42
|
+
/**
|
|
43
|
+
* Identifier field
|
|
44
|
+
*/
|
|
45
|
+
id: string;
|
|
46
|
+
/**
|
|
47
|
+
* Record creation date
|
|
48
|
+
*/
|
|
49
|
+
created_at: string;
|
|
50
|
+
/**
|
|
51
|
+
* Record update date
|
|
52
|
+
*/
|
|
53
|
+
updated_at: string;
|
|
54
|
+
/**
|
|
55
|
+
* Display name of the headcount priority
|
|
56
|
+
*/
|
|
57
|
+
name?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface HeadcountPriorityListParams {
|
|
60
|
+
order_by?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace HeadcountPriorities {
|
|
63
|
+
export { type HeadcountPriorityRetrieveResponse as HeadcountPriorityRetrieveResponse, type HeadcountPriorityListResponse as HeadcountPriorityListResponse, type HeadcountPriorityListResponsesPageCursorURL as HeadcountPriorityListResponsesPageCursorURL, type HeadcountPriorityListParams as HeadcountPriorityListParams, };
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=headcount-priorities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-priorities.d.ts","sourceRoot":"","sources":["../src/resources/headcount-priorities.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,mBAAmB;OACxB,EAAE,UAAU,EAAE;OACd,EAAE,aAAa,EAAE,WAAW,EAAE;OAC9B,EAAE,cAAc,EAAE;AAGzB,qBAAa,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iCAAiC,CAAC;IAI7F;;;;;OAKG;IACH,IAAI,CACF,KAAK,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;CAM3F;AAED,MAAM,MAAM,2CAA2C,GAAG,aAAa,CAAC,6BAA6B,CAAC,CAAC;AAEvG;;GAEG;AACH,MAAM,WAAW,iCAAkC,SAAQ,mBAAmB,CAAC,IAAI;IACjF;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IAC3C,OAAO,EACL,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2CAA2C,IAAI,2CAA2C,EAC/F,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.HeadcountPriorities = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
const pagination_1 = require("../core/pagination.js");
|
|
7
|
+
const path_1 = require("../internal/utils/path.js");
|
|
8
|
+
class HeadcountPriorities extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve a specific headcount priority
|
|
11
|
+
*/
|
|
12
|
+
retrieve(id, options) {
|
|
13
|
+
return this._client.get((0, path_1.path) `/headcount-priorities/${id}`, options);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A List of headcount priorities
|
|
17
|
+
*
|
|
18
|
+
* - Requires: `Internal Testing`
|
|
19
|
+
* - Sortable fields: `id`, `created_at`, `updated_at`
|
|
20
|
+
*/
|
|
21
|
+
list(query = {}, options) {
|
|
22
|
+
return this._client.getAPIList('/headcount-priorities', (pagination_1.PageCursorURL), {
|
|
23
|
+
query,
|
|
24
|
+
...options,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.HeadcountPriorities = HeadcountPriorities;
|
|
29
|
+
//# sourceMappingURL=headcount-priorities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-priorities.js","sourceRoot":"","sources":["../src/resources/headcount-priorities.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,sDAAgE;AAEhE,oDAA8C;AAE9C,MAAa,mBAAoB,SAAQ,sBAAW;IAClD;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,yBAAyB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACH,IAAI,CACF,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,uBAAuB,EAAE,CAAA,0BAA4C,CAAA,EAAE;YACpG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAvBD,kDAuBC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
import { PageCursorURL } from "../core/pagination.mjs";
|
|
4
|
+
import { path } from "../internal/utils/path.mjs";
|
|
5
|
+
export class HeadcountPriorities extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Retrieve a specific headcount priority
|
|
8
|
+
*/
|
|
9
|
+
retrieve(id, options) {
|
|
10
|
+
return this._client.get(path `/headcount-priorities/${id}`, options);
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A List of headcount priorities
|
|
14
|
+
*
|
|
15
|
+
* - Requires: `Internal Testing`
|
|
16
|
+
* - Sortable fields: `id`, `created_at`, `updated_at`
|
|
17
|
+
*/
|
|
18
|
+
list(query = {}, options) {
|
|
19
|
+
return this._client.getAPIList('/headcount-priorities', (PageCursorURL), {
|
|
20
|
+
query,
|
|
21
|
+
...options,
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=headcount-priorities.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headcount-priorities.mjs","sourceRoot":"","sources":["../src/resources/headcount-priorities.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,aAAa,EAAe;OAE9B,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yBAAyB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACH,IAAI,CACF,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,uBAAuB,EAAE,CAAA,aAA4C,CAAA,EAAE;YACpG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export * from "./shared.mjs";
|
|
2
|
+
export { BusinessPartnerGroups, type BusinessPartnerGroup, type BusinessPartnerGroupRetrieveResponse, type BusinessPartnerGroupCreateParams, type BusinessPartnerGroupRetrieveParams, type BusinessPartnerGroupListParams, type BusinessPartnerGroupsPageCursorURL, } from "./business-partner-groups.mjs";
|
|
3
|
+
export { BusinessPartners, type BusinessPartner, type Meta, type BusinessPartnerRetrieveResponse, type BusinessPartnerCreateParams, type BusinessPartnerRetrieveParams, type BusinessPartnerListParams, type BusinessPartnersPageCursorURL, } from "./business-partners.mjs";
|
|
4
|
+
export { CandidateApplications, type CandidateApplicationListResponse, type CandidateApplicationListParams, type CandidateApplicationListResponsesPageCursorURL, } from "./candidate-applications.mjs";
|
|
5
|
+
export { Candidates, type CandidateListResponse, type CandidateListParams, type CandidateListResponsesPageCursorURL, } from "./candidates.mjs";
|
|
6
|
+
export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from "./companies.mjs";
|
|
7
|
+
export { Compensations, type Compensation, type CompensationRetrieveResponse, type CompensationRetrieveParams, type CompensationListParams, type CompensationsPageCursorURL, } from "./compensations.mjs";
|
|
8
|
+
export { CustomFields, type CustomFieldListResponse, type CustomFieldListParams, type CustomFieldListResponsesPageCursorURL, } from "./custom-fields.mjs";
|
|
9
|
+
export { CustomObjects, type CustomObject, type CustomObjectCreateParams, type CustomObjectUpdateParams, type CustomObjectsPageCursorURL, } from "./custom-objects/custom-objects.mjs";
|
|
10
|
+
export { Departments, type Department, type DepartmentRetrieveResponse, type DepartmentRetrieveParams, type DepartmentListParams, type DepartmentsPageCursorURL, } from "./departments.mjs";
|
|
11
|
+
export { EmploymentTypes, type CompanyEmploymentType, type EmploymentTypeRetrieveResponse, type EmploymentTypeListParams, type CompanyEmploymentTypesPageCursorURL, } from "./employment-types.mjs";
|
|
12
|
+
export { Entitlements, type EntitlementListResponse, type EntitlementListResponsesPageCursorURL, } from "./entitlements.mjs";
|
|
13
|
+
export { Functions, type Function, type FunctionCreateDevBundleResponse, type FunctionCreateParams, type FunctionUpdateParams, type FunctionListParams, type FunctionsPageCursorURL, } from "./functions/functions.mjs";
|
|
14
|
+
export { HeadcountPositions, type HeadcountPositionRetrieveResponse, type HeadcountPositionListResponse, type HeadcountPositionRetrieveParams, type HeadcountPositionListParams, type HeadcountPositionListResponsesPageCursorURL, } from "./headcount-positions.mjs";
|
|
15
|
+
export { HeadcountPriorities, type HeadcountPriorityRetrieveResponse, type HeadcountPriorityListResponse, type HeadcountPriorityListParams, type HeadcountPriorityListResponsesPageCursorURL, } from "./headcount-priorities.mjs";
|
|
16
|
+
export { JobAssignments, type AttributeChangeDetails, type JobAssignment, type JobAssignmentRetrieveResponse, type JobAssignmentRetrieveParams, type JobAssignmentListParams, type JobAssignmentListChangeLogParams, type AttributeChangeDetailsPageCursorURL, type JobAssignmentsPageCursorURL, } from "./job-assignments.mjs";
|
|
17
|
+
export { JobCodes, type JobCode, type JobCodeRequest, type JobCodeRetrieveResponse, type JobCodeCreateParams, type JobCodeRetrieveParams, type JobCodeUpdateParams, type JobCodeListParams, type JobCodeListChangeLogParams, type JobCodesPageCursorURL, } from "./job-codes.mjs";
|
|
18
|
+
export { JobDimensions, type JobDimension, type JobDimensionRequest, type JobDimensionRetrieveResponse, type JobDimensionCreateParams, type JobDimensionUpdateParams, type JobDimensionListParams, type JobDimensionsPageCursorURL, } from "./job-dimensions.mjs";
|
|
19
|
+
export { JobFunctions, type JobFunctionRetrieveResponse, type JobFunctionListResponse, type JobFunctionListParams, type JobFunctionListResponsesPageCursorURL, } from "./job-functions.mjs";
|
|
20
|
+
export { JobPayRateExceptions, type JobPayRateException, type JobPayRateExceptionRetrieveResponse, type JobPayRateExceptionRetrieveParams, type JobPayRateExceptionListParams, type JobPayRateExceptionListChangeLogParams, type JobPayRateExceptionsPageCursorURL, } from "./job-pay-rate-exceptions.mjs";
|
|
21
|
+
export { JobRequisitions, type JobRequisition, type JobRequisitionListParams, type JobRequisitionsPageCursorURL, } from "./job-requisitions.mjs";
|
|
22
|
+
export { KioskBadges, type TimeKioskBadge, type KioskBadgeCreateResponse, type KioskBadgeRetrieveResponse, type KioskBadgeUpdateResponse, type KioskBadgeListResponse, type KioskBadgeCreateParams, type KioskBadgeRetrieveParams, type KioskBadgeUpdateParams, type KioskBadgeListParams, type KioskBadgeListResponsesPageCursorURL, } from "./kiosk-badges.mjs";
|
|
23
|
+
export { LeaveBalances, type LeaveBalance, type LeaveBalanceRetrieveResponse, type LeaveBalanceRetrieveParams, type LeaveBalanceListParams, type LeaveBalancesPageCursorURL, } from "./leave-balances.mjs";
|
|
24
|
+
export { LeaveRequests, type LeaveRequest, type LeaveRequestCreateResponse, type LeaveRequestRetrieveResponse, type LeaveRequestUpdateResponse, type LeaveRequestListResponse, type LeaveRequestCreateParams, type LeaveRequestRetrieveParams, type LeaveRequestUpdateParams, type LeaveRequestListParams, type LeaveRequestListResponsesPageCursorURL, } from "./leave-requests.mjs";
|
|
25
|
+
export { LeaveTypes, type LeaveType, type LeaveTypeRetrieveResponse, type LeaveTypeListParams, type LeaveTypesPageCursorURL, } from "./leave-types.mjs";
|
|
26
|
+
export { LegalEntities, type LegalEntity, type LegalEntityRetrieveResponse, type LegalEntityRetrieveParams, type LegalEntityListParams, type LegalEntitiesPageCursorURL, } from "./legal-entities.mjs";
|
|
27
|
+
export { Levels, type Level, type LevelRetrieveResponse, type LevelRetrieveParams, type LevelListParams, type LevelsPageCursorURL, } from "./levels.mjs";
|
|
28
|
+
export { LocationFactors, type LocationFactorRetrieveResponse, type LocationFactorListResponse, type LocationFactorListParams, type LocationFactorListResponsesPageCursorURL, } from "./location-factors.mjs";
|
|
29
|
+
export { ObjectCategories, type ObjectCategory, type ObjectCategoryCreateParams, type ObjectCategoryUpdateParams, type ObjectCategoriesPageCursorURL, } from "./object-categories.mjs";
|
|
30
|
+
export { SSOMeResource, type SSOMe, type SSOMeRetrieveParams } from "./sso-me.mjs";
|
|
31
|
+
export { Schedules, type ScheduleRetrieveResponse, type ScheduleListResponse, type ScheduleRetrieveParams, type ScheduleListParams, type ScheduleListResponsesPageCursorURL, } from "./schedules.mjs";
|
|
32
|
+
export { ShiftInputs, type ShiftInput, type ShiftInputCreateResponse, type ShiftInputRetrieveResponse, type ShiftInputUpdateResponse, type ShiftInputListResponse, type ShiftInputCreateParams, type ShiftInputRetrieveParams, type ShiftInputUpdateParams, type ShiftInputListParams, type ShiftInputListResponsesPageCursorURL, } from "./shift-inputs.mjs";
|
|
33
|
+
export { Shiftassignments, type ShiftassignmentRetrieveResponse, type ShiftassignmentListResponse, type ShiftassignmentRetrieveParams, type ShiftassignmentListParams, type ShiftassignmentListResponsesPageCursorURL, } from "./shiftassignments.mjs";
|
|
34
|
+
export { Supergroups, type Supergroup, type SupergroupRetrieveResponse, type SupergroupListParams, type SupergroupsPageCursorURL, } from "./supergroups/supergroups.mjs";
|
|
35
|
+
export { Teams, type Team, type TeamRetrieveResponse, type TeamRetrieveParams, type TeamListParams, type TeamsPageCursorURL, } from "./teams.mjs";
|
|
36
|
+
export { TimeCards, type PayPeriod, type TimeCard, type TimeCardRetrieveResponse, type TimeCardRetrieveParams, type TimeCardListParams, type TimeCardsPageCursorURL, } from "./time-cards.mjs";
|
|
37
|
+
export { TimeEntries, type TimeEntry, type TimeEntryCreateResponse, type TimeEntryRetrieveResponse, type TimeEntryUpdateResponse, type TimeEntryListResponse, type TimeEntryCreateParams, type TimeEntryRetrieveParams, type TimeEntryUpdateParams, type TimeEntryListParams, type TimeEntryListResponsesPageCursorURL, } from "./time-entries.mjs";
|
|
38
|
+
export { Tracks, type Track, type TrackRetrieveResponse, type TrackListParams, type TracksPageCursorURL, } from "./tracks.mjs";
|
|
39
|
+
export { Users, type User, type UserRetrieveResponse, type UserListParams, type UsersPageCursorURL, } from "./users.mjs";
|
|
40
|
+
export { WorkLocations, type WorkLocation, type WorkLocationRetrieveResponse, type WorkLocationListParams, type WorkLocationsPageCursorURL, } from "./work-locations.mjs";
|
|
41
|
+
export { Workers, type Worker, type WorkerRetrieveResponse, type WorkerRetrieveParams, type WorkerListParams, type WorkersPageCursorURL, } from "./workers.mjs";
|
|
42
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export * from "./shared.js";
|
|
2
|
+
export { BusinessPartnerGroups, type BusinessPartnerGroup, type BusinessPartnerGroupRetrieveResponse, type BusinessPartnerGroupCreateParams, type BusinessPartnerGroupRetrieveParams, type BusinessPartnerGroupListParams, type BusinessPartnerGroupsPageCursorURL, } from "./business-partner-groups.js";
|
|
3
|
+
export { BusinessPartners, type BusinessPartner, type Meta, type BusinessPartnerRetrieveResponse, type BusinessPartnerCreateParams, type BusinessPartnerRetrieveParams, type BusinessPartnerListParams, type BusinessPartnersPageCursorURL, } from "./business-partners.js";
|
|
4
|
+
export { CandidateApplications, type CandidateApplicationListResponse, type CandidateApplicationListParams, type CandidateApplicationListResponsesPageCursorURL, } from "./candidate-applications.js";
|
|
5
|
+
export { Candidates, type CandidateListResponse, type CandidateListParams, type CandidateListResponsesPageCursorURL, } from "./candidates.js";
|
|
6
|
+
export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from "./companies.js";
|
|
7
|
+
export { Compensations, type Compensation, type CompensationRetrieveResponse, type CompensationRetrieveParams, type CompensationListParams, type CompensationsPageCursorURL, } from "./compensations.js";
|
|
8
|
+
export { CustomFields, type CustomFieldListResponse, type CustomFieldListParams, type CustomFieldListResponsesPageCursorURL, } from "./custom-fields.js";
|
|
9
|
+
export { CustomObjects, type CustomObject, type CustomObjectCreateParams, type CustomObjectUpdateParams, type CustomObjectsPageCursorURL, } from "./custom-objects/custom-objects.js";
|
|
10
|
+
export { Departments, type Department, type DepartmentRetrieveResponse, type DepartmentRetrieveParams, type DepartmentListParams, type DepartmentsPageCursorURL, } from "./departments.js";
|
|
11
|
+
export { EmploymentTypes, type CompanyEmploymentType, type EmploymentTypeRetrieveResponse, type EmploymentTypeListParams, type CompanyEmploymentTypesPageCursorURL, } from "./employment-types.js";
|
|
12
|
+
export { Entitlements, type EntitlementListResponse, type EntitlementListResponsesPageCursorURL, } from "./entitlements.js";
|
|
13
|
+
export { Functions, type Function, type FunctionCreateDevBundleResponse, type FunctionCreateParams, type FunctionUpdateParams, type FunctionListParams, type FunctionsPageCursorURL, } from "./functions/functions.js";
|
|
14
|
+
export { HeadcountPositions, type HeadcountPositionRetrieveResponse, type HeadcountPositionListResponse, type HeadcountPositionRetrieveParams, type HeadcountPositionListParams, type HeadcountPositionListResponsesPageCursorURL, } from "./headcount-positions.js";
|
|
15
|
+
export { HeadcountPriorities, type HeadcountPriorityRetrieveResponse, type HeadcountPriorityListResponse, type HeadcountPriorityListParams, type HeadcountPriorityListResponsesPageCursorURL, } from "./headcount-priorities.js";
|
|
16
|
+
export { JobAssignments, type AttributeChangeDetails, type JobAssignment, type JobAssignmentRetrieveResponse, type JobAssignmentRetrieveParams, type JobAssignmentListParams, type JobAssignmentListChangeLogParams, type AttributeChangeDetailsPageCursorURL, type JobAssignmentsPageCursorURL, } from "./job-assignments.js";
|
|
17
|
+
export { JobCodes, type JobCode, type JobCodeRequest, type JobCodeRetrieveResponse, type JobCodeCreateParams, type JobCodeRetrieveParams, type JobCodeUpdateParams, type JobCodeListParams, type JobCodeListChangeLogParams, type JobCodesPageCursorURL, } from "./job-codes.js";
|
|
18
|
+
export { JobDimensions, type JobDimension, type JobDimensionRequest, type JobDimensionRetrieveResponse, type JobDimensionCreateParams, type JobDimensionUpdateParams, type JobDimensionListParams, type JobDimensionsPageCursorURL, } from "./job-dimensions.js";
|
|
19
|
+
export { JobFunctions, type JobFunctionRetrieveResponse, type JobFunctionListResponse, type JobFunctionListParams, type JobFunctionListResponsesPageCursorURL, } from "./job-functions.js";
|
|
20
|
+
export { JobPayRateExceptions, type JobPayRateException, type JobPayRateExceptionRetrieveResponse, type JobPayRateExceptionRetrieveParams, type JobPayRateExceptionListParams, type JobPayRateExceptionListChangeLogParams, type JobPayRateExceptionsPageCursorURL, } from "./job-pay-rate-exceptions.js";
|
|
21
|
+
export { JobRequisitions, type JobRequisition, type JobRequisitionListParams, type JobRequisitionsPageCursorURL, } from "./job-requisitions.js";
|
|
22
|
+
export { KioskBadges, type TimeKioskBadge, type KioskBadgeCreateResponse, type KioskBadgeRetrieveResponse, type KioskBadgeUpdateResponse, type KioskBadgeListResponse, type KioskBadgeCreateParams, type KioskBadgeRetrieveParams, type KioskBadgeUpdateParams, type KioskBadgeListParams, type KioskBadgeListResponsesPageCursorURL, } from "./kiosk-badges.js";
|
|
23
|
+
export { LeaveBalances, type LeaveBalance, type LeaveBalanceRetrieveResponse, type LeaveBalanceRetrieveParams, type LeaveBalanceListParams, type LeaveBalancesPageCursorURL, } from "./leave-balances.js";
|
|
24
|
+
export { LeaveRequests, type LeaveRequest, type LeaveRequestCreateResponse, type LeaveRequestRetrieveResponse, type LeaveRequestUpdateResponse, type LeaveRequestListResponse, type LeaveRequestCreateParams, type LeaveRequestRetrieveParams, type LeaveRequestUpdateParams, type LeaveRequestListParams, type LeaveRequestListResponsesPageCursorURL, } from "./leave-requests.js";
|
|
25
|
+
export { LeaveTypes, type LeaveType, type LeaveTypeRetrieveResponse, type LeaveTypeListParams, type LeaveTypesPageCursorURL, } from "./leave-types.js";
|
|
26
|
+
export { LegalEntities, type LegalEntity, type LegalEntityRetrieveResponse, type LegalEntityRetrieveParams, type LegalEntityListParams, type LegalEntitiesPageCursorURL, } from "./legal-entities.js";
|
|
27
|
+
export { Levels, type Level, type LevelRetrieveResponse, type LevelRetrieveParams, type LevelListParams, type LevelsPageCursorURL, } from "./levels.js";
|
|
28
|
+
export { LocationFactors, type LocationFactorRetrieveResponse, type LocationFactorListResponse, type LocationFactorListParams, type LocationFactorListResponsesPageCursorURL, } from "./location-factors.js";
|
|
29
|
+
export { ObjectCategories, type ObjectCategory, type ObjectCategoryCreateParams, type ObjectCategoryUpdateParams, type ObjectCategoriesPageCursorURL, } from "./object-categories.js";
|
|
30
|
+
export { SSOMeResource, type SSOMe, type SSOMeRetrieveParams } from "./sso-me.js";
|
|
31
|
+
export { Schedules, type ScheduleRetrieveResponse, type ScheduleListResponse, type ScheduleRetrieveParams, type ScheduleListParams, type ScheduleListResponsesPageCursorURL, } from "./schedules.js";
|
|
32
|
+
export { ShiftInputs, type ShiftInput, type ShiftInputCreateResponse, type ShiftInputRetrieveResponse, type ShiftInputUpdateResponse, type ShiftInputListResponse, type ShiftInputCreateParams, type ShiftInputRetrieveParams, type ShiftInputUpdateParams, type ShiftInputListParams, type ShiftInputListResponsesPageCursorURL, } from "./shift-inputs.js";
|
|
33
|
+
export { Shiftassignments, type ShiftassignmentRetrieveResponse, type ShiftassignmentListResponse, type ShiftassignmentRetrieveParams, type ShiftassignmentListParams, type ShiftassignmentListResponsesPageCursorURL, } from "./shiftassignments.js";
|
|
34
|
+
export { Supergroups, type Supergroup, type SupergroupRetrieveResponse, type SupergroupListParams, type SupergroupsPageCursorURL, } from "./supergroups/supergroups.js";
|
|
35
|
+
export { Teams, type Team, type TeamRetrieveResponse, type TeamRetrieveParams, type TeamListParams, type TeamsPageCursorURL, } from "./teams.js";
|
|
36
|
+
export { TimeCards, type PayPeriod, type TimeCard, type TimeCardRetrieveResponse, type TimeCardRetrieveParams, type TimeCardListParams, type TimeCardsPageCursorURL, } from "./time-cards.js";
|
|
37
|
+
export { TimeEntries, type TimeEntry, type TimeEntryCreateResponse, type TimeEntryRetrieveResponse, type TimeEntryUpdateResponse, type TimeEntryListResponse, type TimeEntryCreateParams, type TimeEntryRetrieveParams, type TimeEntryUpdateParams, type TimeEntryListParams, type TimeEntryListResponsesPageCursorURL, } from "./time-entries.js";
|
|
38
|
+
export { Tracks, type Track, type TrackRetrieveResponse, type TrackListParams, type TracksPageCursorURL, } from "./tracks.js";
|
|
39
|
+
export { Users, type User, type UserRetrieveResponse, type UserListParams, type UsersPageCursorURL, } from "./users.js";
|
|
40
|
+
export { WorkLocations, type WorkLocation, type WorkLocationRetrieveResponse, type WorkLocationListParams, type WorkLocationsPageCursorURL, } from "./work-locations.js";
|
|
41
|
+
export { Workers, type Worker, type WorkerRetrieveResponse, type WorkerRetrieveParams, type WorkerListParams, type WorkersPageCursorURL, } from "./workers.js";
|
|
42
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Workers = exports.WorkLocations = exports.Users = exports.Tracks = exports.TimeEntries = exports.TimeCards = exports.Teams = exports.Supergroups = exports.Shiftassignments = exports.ShiftInputs = exports.Schedules = exports.SSOMeResource = exports.ObjectCategories = exports.LocationFactors = exports.Levels = exports.LegalEntities = exports.LeaveTypes = exports.LeaveRequests = exports.LeaveBalances = exports.KioskBadges = exports.JobRequisitions = exports.JobPayRateExceptions = exports.JobFunctions = exports.JobDimensions = exports.JobCodes = exports.JobAssignments = exports.HeadcountPriorities = exports.HeadcountPositions = exports.Functions = exports.Entitlements = exports.EmploymentTypes = exports.Departments = exports.CustomObjects = exports.CustomFields = exports.Compensations = exports.Companies = exports.Candidates = exports.CandidateApplications = exports.BusinessPartners = exports.BusinessPartnerGroups = void 0;
|
|
5
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
6
|
+
tslib_1.__exportStar(require("./shared.js"), exports);
|
|
7
|
+
var business_partner_groups_1 = require("./business-partner-groups.js");
|
|
8
|
+
Object.defineProperty(exports, "BusinessPartnerGroups", { enumerable: true, get: function () { return business_partner_groups_1.BusinessPartnerGroups; } });
|
|
9
|
+
var business_partners_1 = require("./business-partners.js");
|
|
10
|
+
Object.defineProperty(exports, "BusinessPartners", { enumerable: true, get: function () { return business_partners_1.BusinessPartners; } });
|
|
11
|
+
var candidate_applications_1 = require("./candidate-applications.js");
|
|
12
|
+
Object.defineProperty(exports, "CandidateApplications", { enumerable: true, get: function () { return candidate_applications_1.CandidateApplications; } });
|
|
13
|
+
var candidates_1 = require("./candidates.js");
|
|
14
|
+
Object.defineProperty(exports, "Candidates", { enumerable: true, get: function () { return candidates_1.Candidates; } });
|
|
15
|
+
var companies_1 = require("./companies.js");
|
|
16
|
+
Object.defineProperty(exports, "Companies", { enumerable: true, get: function () { return companies_1.Companies; } });
|
|
17
|
+
var compensations_1 = require("./compensations.js");
|
|
18
|
+
Object.defineProperty(exports, "Compensations", { enumerable: true, get: function () { return compensations_1.Compensations; } });
|
|
19
|
+
var custom_fields_1 = require("./custom-fields.js");
|
|
20
|
+
Object.defineProperty(exports, "CustomFields", { enumerable: true, get: function () { return custom_fields_1.CustomFields; } });
|
|
21
|
+
var custom_objects_1 = require("./custom-objects/custom-objects.js");
|
|
22
|
+
Object.defineProperty(exports, "CustomObjects", { enumerable: true, get: function () { return custom_objects_1.CustomObjects; } });
|
|
23
|
+
var departments_1 = require("./departments.js");
|
|
24
|
+
Object.defineProperty(exports, "Departments", { enumerable: true, get: function () { return departments_1.Departments; } });
|
|
25
|
+
var employment_types_1 = require("./employment-types.js");
|
|
26
|
+
Object.defineProperty(exports, "EmploymentTypes", { enumerable: true, get: function () { return employment_types_1.EmploymentTypes; } });
|
|
27
|
+
var entitlements_1 = require("./entitlements.js");
|
|
28
|
+
Object.defineProperty(exports, "Entitlements", { enumerable: true, get: function () { return entitlements_1.Entitlements; } });
|
|
29
|
+
var functions_1 = require("./functions/functions.js");
|
|
30
|
+
Object.defineProperty(exports, "Functions", { enumerable: true, get: function () { return functions_1.Functions; } });
|
|
31
|
+
var headcount_positions_1 = require("./headcount-positions.js");
|
|
32
|
+
Object.defineProperty(exports, "HeadcountPositions", { enumerable: true, get: function () { return headcount_positions_1.HeadcountPositions; } });
|
|
33
|
+
var headcount_priorities_1 = require("./headcount-priorities.js");
|
|
34
|
+
Object.defineProperty(exports, "HeadcountPriorities", { enumerable: true, get: function () { return headcount_priorities_1.HeadcountPriorities; } });
|
|
35
|
+
var job_assignments_1 = require("./job-assignments.js");
|
|
36
|
+
Object.defineProperty(exports, "JobAssignments", { enumerable: true, get: function () { return job_assignments_1.JobAssignments; } });
|
|
37
|
+
var job_codes_1 = require("./job-codes.js");
|
|
38
|
+
Object.defineProperty(exports, "JobCodes", { enumerable: true, get: function () { return job_codes_1.JobCodes; } });
|
|
39
|
+
var job_dimensions_1 = require("./job-dimensions.js");
|
|
40
|
+
Object.defineProperty(exports, "JobDimensions", { enumerable: true, get: function () { return job_dimensions_1.JobDimensions; } });
|
|
41
|
+
var job_functions_1 = require("./job-functions.js");
|
|
42
|
+
Object.defineProperty(exports, "JobFunctions", { enumerable: true, get: function () { return job_functions_1.JobFunctions; } });
|
|
43
|
+
var job_pay_rate_exceptions_1 = require("./job-pay-rate-exceptions.js");
|
|
44
|
+
Object.defineProperty(exports, "JobPayRateExceptions", { enumerable: true, get: function () { return job_pay_rate_exceptions_1.JobPayRateExceptions; } });
|
|
45
|
+
var job_requisitions_1 = require("./job-requisitions.js");
|
|
46
|
+
Object.defineProperty(exports, "JobRequisitions", { enumerable: true, get: function () { return job_requisitions_1.JobRequisitions; } });
|
|
47
|
+
var kiosk_badges_1 = require("./kiosk-badges.js");
|
|
48
|
+
Object.defineProperty(exports, "KioskBadges", { enumerable: true, get: function () { return kiosk_badges_1.KioskBadges; } });
|
|
49
|
+
var leave_balances_1 = require("./leave-balances.js");
|
|
50
|
+
Object.defineProperty(exports, "LeaveBalances", { enumerable: true, get: function () { return leave_balances_1.LeaveBalances; } });
|
|
51
|
+
var leave_requests_1 = require("./leave-requests.js");
|
|
52
|
+
Object.defineProperty(exports, "LeaveRequests", { enumerable: true, get: function () { return leave_requests_1.LeaveRequests; } });
|
|
53
|
+
var leave_types_1 = require("./leave-types.js");
|
|
54
|
+
Object.defineProperty(exports, "LeaveTypes", { enumerable: true, get: function () { return leave_types_1.LeaveTypes; } });
|
|
55
|
+
var legal_entities_1 = require("./legal-entities.js");
|
|
56
|
+
Object.defineProperty(exports, "LegalEntities", { enumerable: true, get: function () { return legal_entities_1.LegalEntities; } });
|
|
57
|
+
var levels_1 = require("./levels.js");
|
|
58
|
+
Object.defineProperty(exports, "Levels", { enumerable: true, get: function () { return levels_1.Levels; } });
|
|
59
|
+
var location_factors_1 = require("./location-factors.js");
|
|
60
|
+
Object.defineProperty(exports, "LocationFactors", { enumerable: true, get: function () { return location_factors_1.LocationFactors; } });
|
|
61
|
+
var object_categories_1 = require("./object-categories.js");
|
|
62
|
+
Object.defineProperty(exports, "ObjectCategories", { enumerable: true, get: function () { return object_categories_1.ObjectCategories; } });
|
|
63
|
+
var sso_me_1 = require("./sso-me.js");
|
|
64
|
+
Object.defineProperty(exports, "SSOMeResource", { enumerable: true, get: function () { return sso_me_1.SSOMeResource; } });
|
|
65
|
+
var schedules_1 = require("./schedules.js");
|
|
66
|
+
Object.defineProperty(exports, "Schedules", { enumerable: true, get: function () { return schedules_1.Schedules; } });
|
|
67
|
+
var shift_inputs_1 = require("./shift-inputs.js");
|
|
68
|
+
Object.defineProperty(exports, "ShiftInputs", { enumerable: true, get: function () { return shift_inputs_1.ShiftInputs; } });
|
|
69
|
+
var shiftassignments_1 = require("./shiftassignments.js");
|
|
70
|
+
Object.defineProperty(exports, "Shiftassignments", { enumerable: true, get: function () { return shiftassignments_1.Shiftassignments; } });
|
|
71
|
+
var supergroups_1 = require("./supergroups/supergroups.js");
|
|
72
|
+
Object.defineProperty(exports, "Supergroups", { enumerable: true, get: function () { return supergroups_1.Supergroups; } });
|
|
73
|
+
var teams_1 = require("./teams.js");
|
|
74
|
+
Object.defineProperty(exports, "Teams", { enumerable: true, get: function () { return teams_1.Teams; } });
|
|
75
|
+
var time_cards_1 = require("./time-cards.js");
|
|
76
|
+
Object.defineProperty(exports, "TimeCards", { enumerable: true, get: function () { return time_cards_1.TimeCards; } });
|
|
77
|
+
var time_entries_1 = require("./time-entries.js");
|
|
78
|
+
Object.defineProperty(exports, "TimeEntries", { enumerable: true, get: function () { return time_entries_1.TimeEntries; } });
|
|
79
|
+
var tracks_1 = require("./tracks.js");
|
|
80
|
+
Object.defineProperty(exports, "Tracks", { enumerable: true, get: function () { return tracks_1.Tracks; } });
|
|
81
|
+
var users_1 = require("./users.js");
|
|
82
|
+
Object.defineProperty(exports, "Users", { enumerable: true, get: function () { return users_1.Users; } });
|
|
83
|
+
var work_locations_1 = require("./work-locations.js");
|
|
84
|
+
Object.defineProperty(exports, "WorkLocations", { enumerable: true, get: function () { return work_locations_1.WorkLocations; } });
|
|
85
|
+
var workers_1 = require("./workers.js");
|
|
86
|
+
Object.defineProperty(exports, "Workers", { enumerable: true, get: function () { return workers_1.Workers; } });
|
|
87
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,wEAQmC;AAPjC,gIAAA,qBAAqB,OAAA;AAQvB,4DAS6B;AAR3B,qHAAA,gBAAgB,OAAA;AASlB,sEAKkC;AAJhC,+HAAA,qBAAqB,OAAA;AAKvB,8CAKsB;AAJpB,wGAAA,UAAU,OAAA;AAKZ,4CAA2G;AAAlG,sGAAA,SAAS,OAAA;AAClB,oDAOyB;AANvB,8GAAA,aAAa,OAAA;AAOf,oDAKyB;AAJvB,6GAAA,YAAY,OAAA;AAKd,qEAMyC;AALvC,+GAAA,aAAa,OAAA;AAMf,gDAOuB;AANrB,0GAAA,WAAW,OAAA;AAOb,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,kDAIwB;AAHtB,4GAAA,YAAY,OAAA;AAId,sDAQ+B;AAP7B,sGAAA,SAAS,OAAA;AAQX,gEAO+B;AAN7B,yHAAA,kBAAkB,OAAA;AAOpB,kEAMgC;AAL9B,2HAAA,mBAAmB,OAAA;AAMrB,wDAU2B;AATzB,iHAAA,cAAc,OAAA;AAUhB,4CAWqB;AAVnB,qGAAA,QAAQ,OAAA;AAWV,sDAS0B;AARxB,+GAAA,aAAa,OAAA;AASf,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,wEAQmC;AAPjC,+HAAA,oBAAoB,OAAA;AAQtB,0DAK4B;AAJ1B,mHAAA,eAAe,OAAA;AAKjB,kDAYwB;AAXtB,2GAAA,WAAW,OAAA;AAYb,sDAO0B;AANxB,+GAAA,aAAa,OAAA;AAOf,sDAY0B;AAXxB,+GAAA,aAAa,OAAA;AAYf,gDAMuB;AALrB,yGAAA,UAAU,OAAA;AAMZ,sDAO0B;AANxB,+GAAA,aAAa,OAAA;AAOf,sCAOkB;AANhB,gGAAA,MAAM,OAAA;AAOR,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,4DAM6B;AAL3B,qHAAA,gBAAgB,OAAA;AAMlB,sCAA+E;AAAtE,uGAAA,aAAa,OAAA;AACtB,4CAOqB;AANnB,sGAAA,SAAS,OAAA;AAOX,kDAYwB;AAXtB,2GAAA,WAAW,OAAA;AAYb,0DAO4B;AAN1B,oHAAA,gBAAgB,OAAA;AAOlB,4DAMmC;AALjC,0GAAA,WAAW,OAAA;AAMb,oCAOiB;AANf,8FAAA,KAAK,OAAA;AAOP,8CAQsB;AAPpB,uGAAA,SAAS,OAAA;AAQX,kDAYwB;AAXtB,2GAAA,WAAW,OAAA;AAYb,sCAMkB;AALhB,gGAAA,MAAM,OAAA;AAMR,oCAMiB;AALf,8FAAA,KAAK,OAAA;AAMP,sDAM0B;AALxB,+GAAA,aAAa,OAAA;AAMf,wCAOmB;AANjB,kGAAA,OAAO,OAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export * from "./shared.mjs";
|
|
3
|
+
export { BusinessPartnerGroups, } from "./business-partner-groups.mjs";
|
|
4
|
+
export { BusinessPartners, } from "./business-partners.mjs";
|
|
5
|
+
export { CandidateApplications, } from "./candidate-applications.mjs";
|
|
6
|
+
export { Candidates, } from "./candidates.mjs";
|
|
7
|
+
export { Companies } from "./companies.mjs";
|
|
8
|
+
export { Compensations, } from "./compensations.mjs";
|
|
9
|
+
export { CustomFields, } from "./custom-fields.mjs";
|
|
10
|
+
export { CustomObjects, } from "./custom-objects/custom-objects.mjs";
|
|
11
|
+
export { Departments, } from "./departments.mjs";
|
|
12
|
+
export { EmploymentTypes, } from "./employment-types.mjs";
|
|
13
|
+
export { Entitlements, } from "./entitlements.mjs";
|
|
14
|
+
export { Functions, } from "./functions/functions.mjs";
|
|
15
|
+
export { HeadcountPositions, } from "./headcount-positions.mjs";
|
|
16
|
+
export { HeadcountPriorities, } from "./headcount-priorities.mjs";
|
|
17
|
+
export { JobAssignments, } from "./job-assignments.mjs";
|
|
18
|
+
export { JobCodes, } from "./job-codes.mjs";
|
|
19
|
+
export { JobDimensions, } from "./job-dimensions.mjs";
|
|
20
|
+
export { JobFunctions, } from "./job-functions.mjs";
|
|
21
|
+
export { JobPayRateExceptions, } from "./job-pay-rate-exceptions.mjs";
|
|
22
|
+
export { JobRequisitions, } from "./job-requisitions.mjs";
|
|
23
|
+
export { KioskBadges, } from "./kiosk-badges.mjs";
|
|
24
|
+
export { LeaveBalances, } from "./leave-balances.mjs";
|
|
25
|
+
export { LeaveRequests, } from "./leave-requests.mjs";
|
|
26
|
+
export { LeaveTypes, } from "./leave-types.mjs";
|
|
27
|
+
export { LegalEntities, } from "./legal-entities.mjs";
|
|
28
|
+
export { Levels, } from "./levels.mjs";
|
|
29
|
+
export { LocationFactors, } from "./location-factors.mjs";
|
|
30
|
+
export { ObjectCategories, } from "./object-categories.mjs";
|
|
31
|
+
export { SSOMeResource } from "./sso-me.mjs";
|
|
32
|
+
export { Schedules, } from "./schedules.mjs";
|
|
33
|
+
export { ShiftInputs, } from "./shift-inputs.mjs";
|
|
34
|
+
export { Shiftassignments, } from "./shiftassignments.mjs";
|
|
35
|
+
export { Supergroups, } from "./supergroups/supergroups.mjs";
|
|
36
|
+
export { Teams, } from "./teams.mjs";
|
|
37
|
+
export { TimeCards, } from "./time-cards.mjs";
|
|
38
|
+
export { TimeEntries, } from "./time-entries.mjs";
|
|
39
|
+
export { Tracks, } from "./tracks.mjs";
|
|
40
|
+
export { Users, } from "./users.mjs";
|
|
41
|
+
export { WorkLocations, } from "./work-locations.mjs";
|
|
42
|
+
export { Workers, } from "./workers.mjs";
|
|
43
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EACL,qBAAqB,GAOtB;OACM,EACL,gBAAgB,GAQjB;OACM,EACL,qBAAqB,GAItB;OACM,EACL,UAAU,GAIX;OACM,EAAE,SAAS,EAAqE;OAChF,EACL,aAAa,GAMd;OACM,EACL,YAAY,GAIb;OACM,EACL,aAAa,GAKd;OACM,EACL,WAAW,GAMZ;OACM,EACL,eAAe,GAKhB;OACM,EACL,YAAY,GAGb;OACM,EACL,SAAS,GAOV;OACM,EACL,kBAAkB,GAMnB;OACM,EACL,mBAAmB,GAKpB;OACM,EACL,cAAc,GASf;OACM,EACL,QAAQ,GAUT;OACM,EACL,aAAa,GAQd;OACM,EACL,YAAY,GAKb;OACM,EACL,oBAAoB,GAOrB;OACM,EACL,eAAe,GAIhB;OACM,EACL,WAAW,GAWZ;OACM,EACL,aAAa,GAMd;OACM,EACL,aAAa,GAWd;OACM,EACL,UAAU,GAKX;OACM,EACL,aAAa,GAMd;OACM,EACL,MAAM,GAMP;OACM,EACL,eAAe,GAKhB;OACM,EACL,gBAAgB,GAKjB;OACM,EAAE,aAAa,EAAwC;OACvD,EACL,SAAS,GAMV;OACM,EACL,WAAW,GAWZ;OACM,EACL,gBAAgB,GAMjB;OACM,EACL,WAAW,GAKZ;OACM,EACL,KAAK,GAMN;OACM,EACL,SAAS,GAOV;OACM,EACL,WAAW,GAWZ;OACM,EACL,MAAM,GAKP;OACM,EACL,KAAK,GAKN;OACM,EACL,aAAa,GAKd;OACM,EACL,OAAO,GAMR"}
|