@rippling/rippling-sdk 0.2.0-alpha.25 → 0.2.0-alpha.27
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 +1 -1
- package/client.d.mts +226 -14
- package/client.d.mts.map +1 -1
- package/client.d.ts +226 -14
- package/client.d.ts.map +1 -1
- package/client.js +236 -20
- package/client.js.map +1 -1
- package/client.mjs +236 -20
- package/client.mjs.map +1 -1
- package/functions.d.mts +4 -0
- package/functions.d.mts.map +1 -1
- package/functions.d.ts +4 -0
- package/functions.d.ts.map +1 -1
- package/functions.js +13 -1
- package/functions.js.map +1 -1
- package/functions.mjs +11 -0
- package/functions.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- 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.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +12 -1
- package/resources/business-partner-groups.d.mts +3 -0
- package/resources/business-partner-groups.d.mts.map +1 -1
- package/resources/business-partner-groups.d.ts +3 -0
- package/resources/business-partner-groups.d.ts.map +1 -1
- package/resources/business-partner-groups.js +3 -0
- package/resources/business-partner-groups.js.map +1 -1
- package/resources/business-partner-groups.mjs +3 -0
- package/resources/business-partner-groups.mjs.map +1 -1
- package/resources/business-partners.d.mts +3 -0
- package/resources/business-partners.d.mts.map +1 -1
- package/resources/business-partners.d.ts +3 -0
- package/resources/business-partners.d.ts.map +1 -1
- package/resources/business-partners.js +3 -0
- package/resources/business-partners.js.map +1 -1
- package/resources/business-partners.mjs +3 -0
- package/resources/business-partners.mjs.map +1 -1
- package/resources/candidate-applications.d.mts +3 -0
- package/resources/candidate-applications.d.mts.map +1 -1
- package/resources/candidate-applications.d.ts +3 -0
- package/resources/candidate-applications.d.ts.map +1 -1
- package/resources/candidate-applications.js +3 -0
- package/resources/candidate-applications.js.map +1 -1
- package/resources/candidate-applications.mjs +3 -0
- package/resources/candidate-applications.mjs.map +1 -1
- package/resources/candidates.d.mts +3 -0
- package/resources/candidates.d.mts.map +1 -1
- package/resources/candidates.d.ts +3 -0
- package/resources/candidates.d.ts.map +1 -1
- package/resources/candidates.js +3 -0
- package/resources/candidates.js.map +1 -1
- package/resources/candidates.mjs +3 -0
- package/resources/candidates.mjs.map +1 -1
- package/resources/companies.d.mts +3 -0
- package/resources/companies.d.mts.map +1 -1
- package/resources/companies.d.ts +3 -0
- package/resources/companies.d.ts.map +1 -1
- package/resources/companies.js +3 -0
- package/resources/companies.js.map +1 -1
- package/resources/companies.mjs +3 -0
- package/resources/companies.mjs.map +1 -1
- package/resources/compensation-bands-details.d.mts +98 -0
- package/resources/compensation-bands-details.d.mts.map +1 -0
- package/resources/compensation-bands-details.d.ts +98 -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 +3 -0
- package/resources/compensations.d.mts.map +1 -1
- package/resources/compensations.d.ts +3 -0
- package/resources/compensations.d.ts.map +1 -1
- package/resources/compensations.js +3 -0
- package/resources/compensations.js.map +1 -1
- package/resources/compensations.mjs +3 -0
- package/resources/compensations.mjs.map +1 -1
- package/resources/create-app-notification.d.mts +29 -0
- package/resources/create-app-notification.d.mts.map +1 -0
- package/resources/create-app-notification.d.ts +29 -0
- package/resources/create-app-notification.d.ts.map +1 -0
- package/resources/create-app-notification.js +18 -0
- package/resources/create-app-notification.js.map +1 -0
- package/resources/create-app-notification.mjs +14 -0
- package/resources/create-app-notification.mjs.map +1 -0
- package/resources/custom-apps.d.mts +261 -0
- package/resources/custom-apps.d.mts.map +1 -0
- package/resources/custom-apps.d.ts +261 -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 +3 -0
- package/resources/custom-fields.d.mts.map +1 -1
- package/resources/custom-fields.d.ts +3 -0
- package/resources/custom-fields.d.ts.map +1 -1
- package/resources/custom-fields.js +3 -0
- package/resources/custom-fields.js.map +1 -1
- package/resources/custom-fields.mjs +3 -0
- package/resources/custom-fields.mjs.map +1 -1
- package/resources/custom-objects/custom-objects.d.mts +3 -0
- package/resources/custom-objects/custom-objects.d.mts.map +1 -1
- package/resources/custom-objects/custom-objects.d.ts +3 -0
- package/resources/custom-objects/custom-objects.d.ts.map +1 -1
- package/resources/custom-objects/custom-objects.js +3 -0
- package/resources/custom-objects/custom-objects.js.map +1 -1
- package/resources/custom-objects/custom-objects.mjs +3 -0
- package/resources/custom-objects/custom-objects.mjs.map +1 -1
- package/resources/custom-objects/fields.d.mts +3 -0
- package/resources/custom-objects/fields.d.mts.map +1 -1
- package/resources/custom-objects/fields.d.ts +3 -0
- package/resources/custom-objects/fields.d.ts.map +1 -1
- package/resources/custom-objects/fields.js +3 -0
- package/resources/custom-objects/fields.js.map +1 -1
- package/resources/custom-objects/fields.mjs +3 -0
- package/resources/custom-objects/fields.mjs.map +1 -1
- package/resources/custom-objects/records.d.mts +3 -0
- package/resources/custom-objects/records.d.mts.map +1 -1
- package/resources/custom-objects/records.d.ts +3 -0
- package/resources/custom-objects/records.d.ts.map +1 -1
- package/resources/custom-objects/records.js +3 -0
- package/resources/custom-objects/records.js.map +1 -1
- package/resources/custom-objects/records.mjs +3 -0
- package/resources/custom-objects/records.mjs.map +1 -1
- package/resources/custom-pages.d.mts +201 -0
- package/resources/custom-pages.d.mts.map +1 -0
- package/resources/custom-pages.d.ts +201 -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 +270 -0
- package/resources/custom-settings.d.mts.map +1 -0
- package/resources/custom-settings.d.ts +270 -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 +40 -1
- package/resources/departments.d.mts.map +1 -1
- package/resources/departments.d.ts +40 -1
- package/resources/departments.d.ts.map +1 -1
- package/resources/departments.js +15 -0
- package/resources/departments.js.map +1 -1
- package/resources/departments.mjs +15 -0
- package/resources/departments.mjs.map +1 -1
- package/resources/draft-hires.d.mts +30 -0
- package/resources/draft-hires.d.mts.map +1 -1
- package/resources/draft-hires.d.ts +30 -0
- package/resources/draft-hires.d.ts.map +1 -1
- package/resources/draft-hires.js +3 -0
- package/resources/draft-hires.js.map +1 -1
- package/resources/draft-hires.mjs +3 -0
- package/resources/draft-hires.mjs.map +1 -1
- package/resources/employment-types.d.mts +3 -0
- package/resources/employment-types.d.mts.map +1 -1
- package/resources/employment-types.d.ts +3 -0
- package/resources/employment-types.d.ts.map +1 -1
- package/resources/employment-types.js +3 -0
- package/resources/employment-types.js.map +1 -1
- package/resources/employment-types.mjs +3 -0
- package/resources/employment-types.mjs.map +1 -1
- package/resources/entitlements.d.mts +3 -0
- package/resources/entitlements.d.mts.map +1 -1
- package/resources/entitlements.d.ts +3 -0
- package/resources/entitlements.d.ts.map +1 -1
- package/resources/entitlements.js +3 -0
- package/resources/entitlements.js.map +1 -1
- package/resources/entitlements.mjs +3 -0
- package/resources/entitlements.mjs.map +1 -1
- package/resources/functions/deployments.d.mts +3 -0
- package/resources/functions/deployments.d.mts.map +1 -1
- package/resources/functions/deployments.d.ts +3 -0
- package/resources/functions/deployments.d.ts.map +1 -1
- package/resources/functions/deployments.js +3 -0
- package/resources/functions/deployments.js.map +1 -1
- package/resources/functions/deployments.mjs +3 -0
- package/resources/functions/deployments.mjs.map +1 -1
- package/resources/functions/executions.d.mts +9 -82
- package/resources/functions/executions.d.mts.map +1 -1
- package/resources/functions/executions.d.ts +9 -82
- package/resources/functions/executions.d.ts.map +1 -1
- package/resources/functions/executions.js +3 -0
- package/resources/functions/executions.js.map +1 -1
- package/resources/functions/executions.mjs +3 -0
- package/resources/functions/executions.mjs.map +1 -1
- package/resources/functions/functions.d.mts +17 -2
- package/resources/functions/functions.d.mts.map +1 -1
- package/resources/functions/functions.d.ts +17 -2
- package/resources/functions/functions.d.ts.map +1 -1
- package/resources/functions/functions.js +3 -0
- package/resources/functions/functions.js.map +1 -1
- package/resources/functions/functions.mjs +3 -0
- package/resources/functions/functions.mjs.map +1 -1
- package/resources/functions/index.d.mts +1 -1
- package/resources/functions/index.d.mts.map +1 -1
- package/resources/functions/index.d.ts +1 -1
- package/resources/functions/index.d.ts.map +1 -1
- package/resources/functions/index.js.map +1 -1
- package/resources/functions/index.mjs.map +1 -1
- package/resources/headcount-positions.d.mts +3 -0
- package/resources/headcount-positions.d.mts.map +1 -1
- package/resources/headcount-positions.d.ts +3 -0
- package/resources/headcount-positions.d.ts.map +1 -1
- package/resources/headcount-positions.js +3 -0
- package/resources/headcount-positions.js.map +1 -1
- package/resources/headcount-positions.mjs +3 -0
- package/resources/headcount-positions.mjs.map +1 -1
- package/resources/headcount-priorities.d.mts +3 -0
- package/resources/headcount-priorities.d.mts.map +1 -1
- package/resources/headcount-priorities.d.ts +3 -0
- package/resources/headcount-priorities.d.ts.map +1 -1
- package/resources/headcount-priorities.js +3 -0
- package/resources/headcount-priorities.js.map +1 -1
- package/resources/headcount-priorities.mjs +3 -0
- package/resources/headcount-priorities.mjs.map +1 -1
- package/resources/index.d.mts +20 -5
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +20 -5
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +32 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +15 -0
- package/resources/index.mjs.map +1 -1
- package/resources/job-assignments.d.mts +73 -6
- package/resources/job-assignments.d.mts.map +1 -1
- package/resources/job-assignments.d.ts +73 -6
- package/resources/job-assignments.d.ts.map +1 -1
- package/resources/job-assignments.js +25 -0
- package/resources/job-assignments.js.map +1 -1
- package/resources/job-assignments.mjs +25 -0
- package/resources/job-assignments.mjs.map +1 -1
- package/resources/job-codes.d.mts +50 -1
- package/resources/job-codes.d.mts.map +1 -1
- package/resources/job-codes.d.ts +50 -1
- package/resources/job-codes.d.ts.map +1 -1
- package/resources/job-codes.js +3 -0
- package/resources/job-codes.js.map +1 -1
- package/resources/job-codes.mjs +3 -0
- package/resources/job-codes.mjs.map +1 -1
- package/resources/job-dimensions.d.mts +23 -0
- package/resources/job-dimensions.d.mts.map +1 -1
- package/resources/job-dimensions.d.ts +23 -0
- package/resources/job-dimensions.d.ts.map +1 -1
- package/resources/job-dimensions.js +3 -0
- package/resources/job-dimensions.js.map +1 -1
- package/resources/job-dimensions.mjs +3 -0
- package/resources/job-dimensions.mjs.map +1 -1
- package/resources/job-functions.d.mts +3 -0
- package/resources/job-functions.d.mts.map +1 -1
- package/resources/job-functions.d.ts +3 -0
- package/resources/job-functions.d.ts.map +1 -1
- package/resources/job-functions.js +3 -0
- package/resources/job-functions.js.map +1 -1
- package/resources/job-functions.mjs +3 -0
- package/resources/job-functions.mjs.map +1 -1
- package/resources/job-pay-rate-exceptions.d.mts +3 -0
- package/resources/job-pay-rate-exceptions.d.mts.map +1 -1
- package/resources/job-pay-rate-exceptions.d.ts +3 -0
- package/resources/job-pay-rate-exceptions.d.ts.map +1 -1
- package/resources/job-pay-rate-exceptions.js +3 -0
- package/resources/job-pay-rate-exceptions.js.map +1 -1
- package/resources/job-pay-rate-exceptions.mjs +3 -0
- package/resources/job-pay-rate-exceptions.mjs.map +1 -1
- 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 +3 -0
- package/resources/job-requisitions.d.mts.map +1 -1
- package/resources/job-requisitions.d.ts +3 -0
- package/resources/job-requisitions.d.ts.map +1 -1
- package/resources/job-requisitions.js +3 -0
- package/resources/job-requisitions.js.map +1 -1
- package/resources/job-requisitions.mjs +3 -0
- package/resources/job-requisitions.mjs.map +1 -1
- package/resources/kiosk-badges.d.mts +3 -0
- package/resources/kiosk-badges.d.mts.map +1 -1
- package/resources/kiosk-badges.d.ts +3 -0
- package/resources/kiosk-badges.d.ts.map +1 -1
- package/resources/kiosk-badges.js +3 -0
- package/resources/kiosk-badges.js.map +1 -1
- package/resources/kiosk-badges.mjs +3 -0
- package/resources/kiosk-badges.mjs.map +1 -1
- package/resources/leave-accruals.d.mts +115 -6
- package/resources/leave-accruals.d.mts.map +1 -1
- package/resources/leave-accruals.d.ts +115 -6
- package/resources/leave-accruals.d.ts.map +1 -1
- package/resources/leave-accruals.js +22 -3
- package/resources/leave-accruals.js.map +1 -1
- package/resources/leave-accruals.mjs +22 -3
- package/resources/leave-accruals.mjs.map +1 -1
- package/resources/leave-balances.d.mts +3 -0
- package/resources/leave-balances.d.mts.map +1 -1
- package/resources/leave-balances.d.ts +3 -0
- package/resources/leave-balances.d.ts.map +1 -1
- package/resources/leave-balances.js +3 -0
- package/resources/leave-balances.js.map +1 -1
- package/resources/leave-balances.mjs +3 -0
- package/resources/leave-balances.mjs.map +1 -1
- package/resources/leave-requests.d.mts +3 -0
- package/resources/leave-requests.d.mts.map +1 -1
- package/resources/leave-requests.d.ts +3 -0
- package/resources/leave-requests.d.ts.map +1 -1
- package/resources/leave-requests.js +3 -0
- package/resources/leave-requests.js.map +1 -1
- package/resources/leave-requests.mjs +3 -0
- package/resources/leave-requests.mjs.map +1 -1
- package/resources/leave-types.d.mts +3 -0
- package/resources/leave-types.d.mts.map +1 -1
- package/resources/leave-types.d.ts +3 -0
- package/resources/leave-types.d.ts.map +1 -1
- package/resources/leave-types.js +3 -0
- package/resources/leave-types.js.map +1 -1
- package/resources/leave-types.mjs +3 -0
- package/resources/leave-types.mjs.map +1 -1
- package/resources/legal-entities.d.mts +3 -0
- package/resources/legal-entities.d.mts.map +1 -1
- package/resources/legal-entities.d.ts +3 -0
- package/resources/legal-entities.d.ts.map +1 -1
- package/resources/legal-entities.js +3 -0
- package/resources/legal-entities.js.map +1 -1
- package/resources/legal-entities.mjs +3 -0
- package/resources/legal-entities.mjs.map +1 -1
- package/resources/levels.d.mts +3 -0
- package/resources/levels.d.mts.map +1 -1
- package/resources/levels.d.ts +3 -0
- package/resources/levels.d.ts.map +1 -1
- package/resources/levels.js +3 -0
- package/resources/levels.js.map +1 -1
- package/resources/levels.mjs +3 -0
- package/resources/levels.mjs.map +1 -1
- package/resources/location-factors.d.mts +3 -0
- package/resources/location-factors.d.mts.map +1 -1
- package/resources/location-factors.d.ts +3 -0
- package/resources/location-factors.d.ts.map +1 -1
- package/resources/location-factors.js +3 -0
- package/resources/location-factors.js.map +1 -1
- package/resources/location-factors.mjs +3 -0
- package/resources/location-factors.mjs.map +1 -1
- package/resources/metadata/components.d.mts +28 -0
- package/resources/metadata/components.d.mts.map +1 -0
- package/resources/metadata/components.d.ts +28 -0
- package/resources/metadata/components.d.ts.map +1 -0
- package/resources/metadata/components.js +21 -0
- package/resources/metadata/components.js.map +1 -0
- package/resources/metadata/components.mjs +17 -0
- package/resources/metadata/components.mjs.map +1 -0
- package/resources/metadata/index.d.mts +5 -0
- package/resources/metadata/index.d.mts.map +1 -0
- package/resources/metadata/index.d.ts +5 -0
- package/resources/metadata/index.d.ts.map +1 -0
- package/resources/metadata/index.js +13 -0
- package/resources/metadata/index.js.map +1 -0
- package/resources/metadata/index.mjs +6 -0
- package/resources/metadata/index.mjs.map +1 -0
- package/resources/metadata/metadata.d.mts +40 -0
- package/resources/metadata/metadata.d.mts.map +1 -0
- package/resources/metadata/metadata.d.ts +40 -0
- package/resources/metadata/metadata.d.ts.map +1 -0
- package/resources/metadata/metadata.js +37 -0
- package/resources/metadata/metadata.js.map +1 -0
- package/resources/metadata/metadata.mjs +32 -0
- package/resources/metadata/metadata.mjs.map +1 -0
- package/resources/metadata/summary.d.mts +28 -0
- package/resources/metadata/summary.d.mts.map +1 -0
- package/resources/metadata/summary.d.ts +28 -0
- package/resources/metadata/summary.d.ts.map +1 -0
- package/resources/metadata/summary.js +21 -0
- package/resources/metadata/summary.js.map +1 -0
- package/resources/metadata/summary.mjs +17 -0
- package/resources/metadata/summary.mjs.map +1 -0
- package/resources/metadata/types.d.mts +28 -0
- package/resources/metadata/types.d.mts.map +1 -0
- package/resources/metadata/types.d.ts +28 -0
- package/resources/metadata/types.d.ts.map +1 -0
- package/resources/metadata/types.js +21 -0
- package/resources/metadata/types.js.map +1 -0
- package/resources/metadata/types.mjs +17 -0
- package/resources/metadata/types.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 +3 -0
- package/resources/object-categories.d.mts.map +1 -1
- package/resources/object-categories.d.ts +3 -0
- package/resources/object-categories.d.ts.map +1 -1
- package/resources/object-categories.js +3 -0
- package/resources/object-categories.js.map +1 -1
- package/resources/object-categories.mjs +3 -0
- package/resources/object-categories.mjs.map +1 -1
- 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 +158 -0
- package/resources/report-runs.d.mts.map +1 -0
- package/resources/report-runs.d.ts +158 -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/run-query.d.mts +39 -0
- package/resources/run-query.d.mts.map +1 -0
- package/resources/run-query.d.ts +39 -0
- package/resources/run-query.d.ts.map +1 -0
- package/resources/run-query.js +21 -0
- package/resources/run-query.js.map +1 -0
- package/resources/run-query.mjs +17 -0
- package/resources/run-query.mjs.map +1 -0
- package/resources/schedules.d.mts +3 -0
- package/resources/schedules.d.mts.map +1 -1
- package/resources/schedules.d.ts +3 -0
- package/resources/schedules.d.ts.map +1 -1
- package/resources/schedules.js +3 -0
- package/resources/schedules.js.map +1 -1
- package/resources/schedules.mjs +3 -0
- package/resources/schedules.mjs.map +1 -1
- package/resources/send-email.d.mts +33 -0
- package/resources/send-email.d.mts.map +1 -0
- package/resources/send-email.d.ts +33 -0
- package/resources/send-email.d.ts.map +1 -0
- package/resources/send-email.js +18 -0
- package/resources/send-email.js.map +1 -0
- package/resources/send-email.mjs +14 -0
- package/resources/send-email.mjs.map +1 -0
- package/resources/send-slack.d.mts +30 -0
- package/resources/send-slack.d.mts.map +1 -0
- package/resources/send-slack.d.ts +30 -0
- package/resources/send-slack.d.ts.map +1 -0
- package/resources/send-slack.js +18 -0
- package/resources/send-slack.js.map +1 -0
- package/resources/send-slack.mjs +14 -0
- package/resources/send-slack.mjs.map +1 -0
- package/resources/shared.d.mts +35 -0
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +35 -0
- package/resources/shared.d.ts.map +1 -1
- 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 +3 -0
- package/resources/shift-inputs.d.mts.map +1 -1
- package/resources/shift-inputs.d.ts +3 -0
- package/resources/shift-inputs.d.ts.map +1 -1
- package/resources/shift-inputs.js +3 -0
- package/resources/shift-inputs.js.map +1 -1
- package/resources/shift-inputs.mjs +3 -0
- package/resources/shift-inputs.mjs.map +1 -1
- package/resources/shiftassignments.d.mts +59 -4
- package/resources/shiftassignments.d.mts.map +1 -1
- package/resources/shiftassignments.d.ts +59 -4
- package/resources/shiftassignments.d.ts.map +1 -1
- package/resources/shiftassignments.js +3 -0
- package/resources/shiftassignments.js.map +1 -1
- package/resources/shiftassignments.mjs +3 -0
- package/resources/shiftassignments.mjs.map +1 -1
- package/resources/sso-me.d.mts +3 -0
- package/resources/sso-me.d.mts.map +1 -1
- package/resources/sso-me.d.ts +3 -0
- package/resources/sso-me.d.ts.map +1 -1
- package/resources/sso-me.js +3 -0
- package/resources/sso-me.js.map +1 -1
- package/resources/sso-me.mjs +3 -0
- package/resources/sso-me.mjs.map +1 -1
- package/resources/supergroups/exclusion-members.d.mts +6 -3
- package/resources/supergroups/exclusion-members.d.mts.map +1 -1
- package/resources/supergroups/exclusion-members.d.ts +6 -3
- package/resources/supergroups/exclusion-members.d.ts.map +1 -1
- package/resources/supergroups/exclusion-members.js +3 -0
- package/resources/supergroups/exclusion-members.js.map +1 -1
- package/resources/supergroups/exclusion-members.mjs +3 -0
- package/resources/supergroups/exclusion-members.mjs.map +1 -1
- package/resources/supergroups/inclusion-members.d.mts +6 -3
- package/resources/supergroups/inclusion-members.d.mts.map +1 -1
- package/resources/supergroups/inclusion-members.d.ts +6 -3
- package/resources/supergroups/inclusion-members.d.ts.map +1 -1
- package/resources/supergroups/inclusion-members.js +3 -0
- package/resources/supergroups/inclusion-members.js.map +1 -1
- package/resources/supergroups/inclusion-members.mjs +3 -0
- package/resources/supergroups/inclusion-members.mjs.map +1 -1
- package/resources/supergroups/index.d.mts +1 -1
- package/resources/supergroups/index.d.mts.map +1 -1
- package/resources/supergroups/index.d.ts +1 -1
- package/resources/supergroups/index.d.ts.map +1 -1
- package/resources/supergroups/index.js.map +1 -1
- package/resources/supergroups/index.mjs.map +1 -1
- package/resources/supergroups/members.d.mts +9 -37
- package/resources/supergroups/members.d.mts.map +1 -1
- package/resources/supergroups/members.d.ts +9 -37
- package/resources/supergroups/members.d.ts.map +1 -1
- package/resources/supergroups/members.js +3 -0
- package/resources/supergroups/members.js.map +1 -1
- package/resources/supergroups/members.mjs +3 -0
- package/resources/supergroups/members.mjs.map +1 -1
- package/resources/supergroups/supergroups.d.mts +5 -2
- package/resources/supergroups/supergroups.d.mts.map +1 -1
- package/resources/supergroups/supergroups.d.ts +5 -2
- package/resources/supergroups/supergroups.d.ts.map +1 -1
- package/resources/supergroups/supergroups.js +3 -0
- package/resources/supergroups/supergroups.js.map +1 -1
- package/resources/supergroups/supergroups.mjs +3 -0
- package/resources/supergroups/supergroups.mjs.map +1 -1
- package/resources/teams.d.mts +3 -0
- package/resources/teams.d.mts.map +1 -1
- package/resources/teams.d.ts +3 -0
- package/resources/teams.d.ts.map +1 -1
- package/resources/teams.js +3 -0
- package/resources/teams.js.map +1 -1
- package/resources/teams.mjs +3 -0
- package/resources/teams.mjs.map +1 -1
- package/resources/time-cards.d.mts +3 -0
- package/resources/time-cards.d.mts.map +1 -1
- package/resources/time-cards.d.ts +3 -0
- package/resources/time-cards.d.ts.map +1 -1
- package/resources/time-cards.js +3 -0
- package/resources/time-cards.js.map +1 -1
- package/resources/time-cards.mjs +3 -0
- package/resources/time-cards.mjs.map +1 -1
- package/resources/time-entries.d.mts +5 -1
- package/resources/time-entries.d.mts.map +1 -1
- package/resources/time-entries.d.ts +5 -1
- package/resources/time-entries.d.ts.map +1 -1
- package/resources/time-entries.js +5 -1
- package/resources/time-entries.js.map +1 -1
- package/resources/time-entries.mjs +5 -1
- package/resources/time-entries.mjs.map +1 -1
- package/resources/titles.d.mts +129 -0
- package/resources/titles.d.mts.map +1 -0
- package/resources/titles.d.ts +129 -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 +3 -0
- package/resources/tracks.d.mts.map +1 -1
- package/resources/tracks.d.ts +3 -0
- package/resources/tracks.d.ts.map +1 -1
- package/resources/tracks.js +3 -0
- package/resources/tracks.js.map +1 -1
- package/resources/tracks.mjs +3 -0
- package/resources/tracks.mjs.map +1 -1
- 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 +385 -1
- package/resources/unassignedshifts.d.mts.map +1 -1
- package/resources/unassignedshifts.d.ts +385 -1
- package/resources/unassignedshifts.d.ts.map +1 -1
- package/resources/unassignedshifts.js +9 -0
- package/resources/unassignedshifts.js.map +1 -1
- package/resources/unassignedshifts.mjs +9 -0
- package/resources/unassignedshifts.mjs.map +1 -1
- package/resources/users.d.mts +3 -0
- package/resources/users.d.mts.map +1 -1
- package/resources/users.d.ts +3 -0
- package/resources/users.d.ts.map +1 -1
- package/resources/users.js +3 -0
- package/resources/users.js.map +1 -1
- package/resources/users.mjs +3 -0
- package/resources/users.mjs.map +1 -1
- package/resources/work-locations.d.mts +102 -1
- package/resources/work-locations.d.mts.map +1 -1
- package/resources/work-locations.d.ts +102 -1
- package/resources/work-locations.d.ts.map +1 -1
- package/resources/work-locations.js +25 -0
- package/resources/work-locations.js.map +1 -1
- package/resources/work-locations.mjs +25 -0
- package/resources/work-locations.mjs.map +1 -1
- package/resources/workers.d.mts +11 -4
- package/resources/workers.d.mts.map +1 -1
- package/resources/workers.d.ts +11 -4
- package/resources/workers.d.ts.map +1 -1
- package/resources/workers.js +3 -0
- package/resources/workers.js.map +1 -1
- package/resources/workers.mjs +3 -0
- package/resources/workers.mjs.map +1 -1
- package/src/client.ts +466 -30
- package/src/functions.ts +14 -0
- package/src/internal/parse.ts +6 -0
- package/src/internal/utils/query.ts +23 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/business-partner-groups.ts +3 -0
- package/src/resources/business-partners.ts +3 -0
- package/src/resources/candidate-applications.ts +3 -0
- package/src/resources/candidates.ts +3 -0
- package/src/resources/companies.ts +3 -0
- package/src/resources/compensation-bands-details.ts +143 -0
- package/src/resources/compensations.ts +3 -0
- package/src/resources/create-app-notification.ts +46 -0
- package/src/resources/custom-apps.ts +342 -0
- package/src/resources/custom-fields.ts +3 -0
- package/src/resources/custom-objects/custom-objects.ts +3 -0
- package/src/resources/custom-objects/fields.ts +3 -0
- package/src/resources/custom-objects/records.ts +3 -0
- package/src/resources/custom-pages.ts +277 -0
- package/src/resources/custom-settings.ts +371 -0
- package/src/resources/departments.ts +53 -0
- package/src/resources/draft-hires.ts +35 -0
- package/src/resources/employment-types.ts +3 -0
- package/src/resources/entitlements.ts +3 -0
- package/src/resources/functions/deployments.ts +3 -0
- package/src/resources/functions/executions.ts +11 -104
- package/src/resources/functions/functions.ts +22 -8
- package/src/resources/functions/index.ts +2 -4
- package/src/resources/headcount-positions.ts +3 -0
- package/src/resources/headcount-priorities.ts +3 -0
- package/src/resources/index.ts +104 -2
- package/src/resources/job-assignments.ts +98 -6
- package/src/resources/job-codes.ts +59 -1
- package/src/resources/job-dimensions.ts +27 -0
- package/src/resources/job-functions.ts +3 -0
- package/src/resources/job-pay-rate-exceptions.ts +3 -0
- package/src/resources/job-requisitions-write.ts +330 -0
- package/src/resources/job-requisitions.ts +3 -0
- package/src/resources/kiosk-badges.ts +3 -0
- package/src/resources/leave-accruals.ts +236 -12
- package/src/resources/leave-balances.ts +3 -0
- package/src/resources/leave-requests.ts +3 -0
- package/src/resources/leave-types.ts +3 -0
- package/src/resources/legal-entities.ts +3 -0
- package/src/resources/levels.ts +3 -0
- package/src/resources/location-factors.ts +3 -0
- package/src/resources/metadata/components.ts +38 -0
- package/src/resources/metadata/index.ts +10 -0
- package/src/resources/metadata/metadata.ts +70 -0
- package/src/resources/metadata/summary.ts +38 -0
- package/src/resources/metadata/types.ts +38 -0
- package/src/resources/metadata.ts +3 -0
- package/src/resources/object-categories.ts +3 -0
- package/src/resources/platform-capabilities.ts +41 -0
- package/src/resources/report-runs.ts +196 -0
- package/src/resources/run-query.ts +51 -0
- package/src/resources/schedules.ts +3 -0
- package/src/resources/send-email.ts +48 -0
- package/src/resources/send-slack.ts +42 -0
- package/src/resources/shared.ts +44 -0
- package/src/resources/shift-assignments.ts +365 -0
- package/src/resources/shift-inputs.ts +3 -0
- package/src/resources/shiftassignments.ts +73 -5
- package/src/resources/sso-me.ts +3 -0
- package/src/resources/supergroups/exclusion-members.ts +7 -4
- package/src/resources/supergroups/inclusion-members.ts +7 -4
- package/src/resources/supergroups/index.ts +1 -1
- package/src/resources/supergroups/members.ts +10 -49
- package/src/resources/supergroups/supergroups.ts +5 -7
- package/src/resources/teams.ts +3 -0
- package/src/resources/time-cards.ts +3 -0
- package/src/resources/time-entries.ts +5 -1
- package/src/resources/titles.ts +184 -0
- package/src/resources/tracks.ts +3 -0
- package/src/resources/unassigned-shifts.ts +418 -0
- package/src/resources/unassignedshifts.ts +470 -0
- package/src/resources/users.ts +3 -0
- package/src/resources/work-locations.ts +132 -0
- package/src/resources/workers.ts +11 -3
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -5,6 +5,9 @@ import * as Shared from './shared';
|
|
|
5
5
|
import { APIPromise } from '../core/api-promise';
|
|
6
6
|
import { RequestOptions } from '../internal/request-options';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Candidates who have not yet started work at the company
|
|
10
|
+
*/
|
|
8
11
|
export class DraftHires extends APIResource {
|
|
9
12
|
/**
|
|
10
13
|
* Create bulk draft hire
|
|
@@ -152,6 +155,13 @@ export namespace DraftHireCreateParams {
|
|
|
152
155
|
*/
|
|
153
156
|
duties?: string;
|
|
154
157
|
|
|
158
|
+
/**
|
|
159
|
+
* EEOC job classification (e.g., EXECUTIVE, MID_LEVEL, PROFESSIONALS, TECHNICIANS,
|
|
160
|
+
* SALES_WORKERS, SUPPORT_WORKERS, CRAFT_WORKERS, OPERATIVES, HELPERS,
|
|
161
|
+
* SERVICE_WORKERS)
|
|
162
|
+
*/
|
|
163
|
+
eeoc_job_classification?: string;
|
|
164
|
+
|
|
155
165
|
/**
|
|
156
166
|
* Equity number of shares
|
|
157
167
|
*/
|
|
@@ -359,6 +369,11 @@ export namespace DraftHireCreateParams {
|
|
|
359
369
|
*/
|
|
360
370
|
locale?: PersonalInfo.Locale;
|
|
361
371
|
|
|
372
|
+
/**
|
|
373
|
+
* Personal phone number
|
|
374
|
+
*/
|
|
375
|
+
personal_phone?: PersonalInfo.PersonalPhone;
|
|
376
|
+
|
|
362
377
|
/**
|
|
363
378
|
* Race of the candidate
|
|
364
379
|
*/
|
|
@@ -455,6 +470,26 @@ export namespace DraftHireCreateParams {
|
|
|
455
470
|
*/
|
|
456
471
|
timezone?: string;
|
|
457
472
|
}
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* Personal phone number
|
|
476
|
+
*/
|
|
477
|
+
export interface PersonalPhone {
|
|
478
|
+
/**
|
|
479
|
+
* Country code for the phone number
|
|
480
|
+
*/
|
|
481
|
+
country_code?: string;
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* Phone number extension
|
|
485
|
+
*/
|
|
486
|
+
extension?: string;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* National phone number without country code
|
|
490
|
+
*/
|
|
491
|
+
national_number?: string;
|
|
492
|
+
}
|
|
458
493
|
}
|
|
459
494
|
|
|
460
495
|
/**
|
|
@@ -7,6 +7,9 @@ import { PageCursorURL, PagePromise } from '../core/pagination';
|
|
|
7
7
|
import { RequestOptions } from '../internal/request-options';
|
|
8
8
|
import { path } from '../internal/utils/path';
|
|
9
9
|
|
|
10
|
+
/**
|
|
11
|
+
* Employment types used by the company
|
|
12
|
+
*/
|
|
10
13
|
export class EmploymentTypes extends APIResource {
|
|
11
14
|
/**
|
|
12
15
|
* A List of employment types
|
|
@@ -4,6 +4,9 @@ import { APIResource } from '../core/resource';
|
|
|
4
4
|
import { PageCursorURL, PagePromise } from '../core/pagination';
|
|
5
5
|
import { RequestOptions } from '../internal/request-options';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* Availability of API features to the company or Partners.
|
|
9
|
+
*/
|
|
7
10
|
export class Entitlements extends APIResource {
|
|
8
11
|
/**
|
|
9
12
|
* A List of entitlements
|
|
@@ -5,6 +5,9 @@ import { APIPromise } from '../../core/api-promise';
|
|
|
5
5
|
import { RequestOptions } from '../../internal/request-options';
|
|
6
6
|
import { path } from '../../internal/utils/path';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Functions defined by the company
|
|
10
|
+
*/
|
|
8
11
|
export class Deployments extends APIResource {
|
|
9
12
|
/**
|
|
10
13
|
* A List of function deployments
|
|
@@ -6,6 +6,9 @@ import { PageCursorURL, PagePromise } from '../../core/pagination';
|
|
|
6
6
|
import { RequestOptions } from '../../internal/request-options';
|
|
7
7
|
import { path } from '../../internal/utils/path';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* Functions defined by the company
|
|
11
|
+
*/
|
|
9
12
|
export class Executions extends APIResource {
|
|
10
13
|
/**
|
|
11
14
|
* A List of function executions
|
|
@@ -17,10 +20,10 @@ export class Executions extends APIResource {
|
|
|
17
20
|
functionAPIName: string,
|
|
18
21
|
query: ExecutionListParams | null | undefined = {},
|
|
19
22
|
options?: RequestOptions,
|
|
20
|
-
): PagePromise<
|
|
23
|
+
): PagePromise<FunctionExecutionsPageCursorURL, FunctionExecution> {
|
|
21
24
|
return this._client.getAPIList(
|
|
22
25
|
path`/functions/${functionAPIName}/executions/`,
|
|
23
|
-
PageCursorURL<
|
|
26
|
+
PageCursorURL<FunctionExecution>,
|
|
24
27
|
{ query, ...options },
|
|
25
28
|
);
|
|
26
29
|
}
|
|
@@ -32,7 +35,7 @@ export class Executions extends APIResource {
|
|
|
32
35
|
functionAPIName: string,
|
|
33
36
|
body: ExecutionCreateParams,
|
|
34
37
|
options?: RequestOptions,
|
|
35
|
-
): APIPromise<
|
|
38
|
+
): APIPromise<FunctionExecution> {
|
|
36
39
|
return this._client.post(path`/functions/${functionAPIName}/executions/`, { body, ...options });
|
|
37
40
|
}
|
|
38
41
|
|
|
@@ -43,7 +46,7 @@ export class Executions extends APIResource {
|
|
|
43
46
|
executionID: string,
|
|
44
47
|
params: ExecutionRetrieveParams,
|
|
45
48
|
options?: RequestOptions,
|
|
46
|
-
): APIPromise<
|
|
49
|
+
): APIPromise<FunctionExecution> {
|
|
47
50
|
const { function_api_name } = params;
|
|
48
51
|
return this._client.get(path`/functions/${function_api_name}/executions/${executionID}/`, options);
|
|
49
52
|
}
|
|
@@ -63,103 +66,9 @@ export class Executions extends APIResource {
|
|
|
63
66
|
}
|
|
64
67
|
}
|
|
65
68
|
|
|
66
|
-
export type
|
|
69
|
+
export type FunctionExecutionsPageCursorURL = PageCursorURL<FunctionExecution>;
|
|
67
70
|
|
|
68
|
-
export interface
|
|
69
|
-
/**
|
|
70
|
-
* Identifier field
|
|
71
|
-
*/
|
|
72
|
-
id: string;
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Record creation date
|
|
76
|
-
*/
|
|
77
|
-
created_at: string;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* The ID of the function this execution belongs to
|
|
81
|
-
*/
|
|
82
|
-
function_id: string;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* The inputs of the execution
|
|
86
|
-
*/
|
|
87
|
-
inputs: unknown;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Record update date
|
|
91
|
-
*/
|
|
92
|
-
updated_at: string;
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* The end time of the execution
|
|
96
|
-
*/
|
|
97
|
-
finished_at?: string;
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* The outputs of the execution
|
|
101
|
-
*/
|
|
102
|
-
outputs?: unknown;
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* The start time of the execution
|
|
106
|
-
*/
|
|
107
|
-
started_at?: string;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* The status of the execution
|
|
111
|
-
*/
|
|
112
|
-
status?: string;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
export interface ExecutionCreateResponse {
|
|
116
|
-
/**
|
|
117
|
-
* Identifier field
|
|
118
|
-
*/
|
|
119
|
-
id: string;
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Record creation date
|
|
123
|
-
*/
|
|
124
|
-
created_at: string;
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* The ID of the function this execution belongs to
|
|
128
|
-
*/
|
|
129
|
-
function_id: string;
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* The inputs of the execution
|
|
133
|
-
*/
|
|
134
|
-
inputs: unknown;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Record update date
|
|
138
|
-
*/
|
|
139
|
-
updated_at: string;
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* The end time of the execution
|
|
143
|
-
*/
|
|
144
|
-
finished_at?: string;
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* The outputs of the execution
|
|
148
|
-
*/
|
|
149
|
-
outputs?: unknown;
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* The start time of the execution
|
|
153
|
-
*/
|
|
154
|
-
started_at?: string;
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* The status of the execution
|
|
158
|
-
*/
|
|
159
|
-
status?: string;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
export interface ExecutionRetrieveResponse {
|
|
71
|
+
export interface FunctionExecution {
|
|
163
72
|
/**
|
|
164
73
|
* Identifier field
|
|
165
74
|
*/
|
|
@@ -260,11 +169,9 @@ export interface ExecutionListLogsParams {
|
|
|
260
169
|
|
|
261
170
|
export declare namespace Executions {
|
|
262
171
|
export {
|
|
263
|
-
type
|
|
264
|
-
type ExecutionCreateResponse as ExecutionCreateResponse,
|
|
265
|
-
type ExecutionRetrieveResponse as ExecutionRetrieveResponse,
|
|
172
|
+
type FunctionExecution as FunctionExecution,
|
|
266
173
|
type ExecutionListLogsResponse as ExecutionListLogsResponse,
|
|
267
|
-
type
|
|
174
|
+
type FunctionExecutionsPageCursorURL as FunctionExecutionsPageCursorURL,
|
|
268
175
|
type ExecutionListParams as ExecutionListParams,
|
|
269
176
|
type ExecutionCreateParams as ExecutionCreateParams,
|
|
270
177
|
type ExecutionRetrieveParams as ExecutionRetrieveParams,
|
|
@@ -14,21 +14,22 @@ import {
|
|
|
14
14
|
import * as ExecutionsAPI from './executions';
|
|
15
15
|
import {
|
|
16
16
|
ExecutionCreateParams,
|
|
17
|
-
ExecutionCreateResponse,
|
|
18
17
|
ExecutionListLogsParams,
|
|
19
18
|
ExecutionListLogsResponse,
|
|
20
19
|
ExecutionListParams,
|
|
21
|
-
ExecutionListResponse,
|
|
22
|
-
ExecutionListResponsesPageCursorURL,
|
|
23
20
|
ExecutionRetrieveParams,
|
|
24
|
-
ExecutionRetrieveResponse,
|
|
25
21
|
Executions,
|
|
22
|
+
FunctionExecution,
|
|
23
|
+
FunctionExecutionsPageCursorURL,
|
|
26
24
|
} from './executions';
|
|
27
25
|
import { APIPromise } from '../../core/api-promise';
|
|
28
26
|
import { PageCursorURL, PagePromise } from '../../core/pagination';
|
|
29
27
|
import { RequestOptions } from '../../internal/request-options';
|
|
30
28
|
import { path } from '../../internal/utils/path';
|
|
31
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Functions defined by the company
|
|
32
|
+
*/
|
|
32
33
|
export class Functions extends APIResource {
|
|
33
34
|
deployments: DeploymentsAPI.Deployments = new DeploymentsAPI.Deployments(this._client);
|
|
34
35
|
executions: ExecutionsAPI.Executions = new ExecutionsAPI.Executions(this._client);
|
|
@@ -120,6 +121,11 @@ export interface Function {
|
|
|
120
121
|
*/
|
|
121
122
|
description?: string;
|
|
122
123
|
|
|
124
|
+
/**
|
|
125
|
+
* Whether this function runs asynchronously
|
|
126
|
+
*/
|
|
127
|
+
is_async?: boolean;
|
|
128
|
+
|
|
123
129
|
/**
|
|
124
130
|
* The function name
|
|
125
131
|
*/
|
|
@@ -158,6 +164,11 @@ export interface FunctionCreateParams {
|
|
|
158
164
|
*/
|
|
159
165
|
description?: string;
|
|
160
166
|
|
|
167
|
+
/**
|
|
168
|
+
* Whether this function runs asynchronously
|
|
169
|
+
*/
|
|
170
|
+
is_async?: boolean;
|
|
171
|
+
|
|
161
172
|
/**
|
|
162
173
|
* The function name
|
|
163
174
|
*/
|
|
@@ -185,6 +196,11 @@ export interface FunctionUpdateParams {
|
|
|
185
196
|
*/
|
|
186
197
|
description?: string;
|
|
187
198
|
|
|
199
|
+
/**
|
|
200
|
+
* Whether this function runs asynchronously
|
|
201
|
+
*/
|
|
202
|
+
is_async?: boolean;
|
|
203
|
+
|
|
188
204
|
/**
|
|
189
205
|
* The function name
|
|
190
206
|
*/
|
|
@@ -216,11 +232,9 @@ export declare namespace Functions {
|
|
|
216
232
|
|
|
217
233
|
export {
|
|
218
234
|
Executions as Executions,
|
|
219
|
-
type
|
|
220
|
-
type ExecutionCreateResponse as ExecutionCreateResponse,
|
|
221
|
-
type ExecutionRetrieveResponse as ExecutionRetrieveResponse,
|
|
235
|
+
type FunctionExecution as FunctionExecution,
|
|
222
236
|
type ExecutionListLogsResponse as ExecutionListLogsResponse,
|
|
223
|
-
type
|
|
237
|
+
type FunctionExecutionsPageCursorURL as FunctionExecutionsPageCursorURL,
|
|
224
238
|
type ExecutionListParams as ExecutionListParams,
|
|
225
239
|
type ExecutionCreateParams as ExecutionCreateParams,
|
|
226
240
|
type ExecutionRetrieveParams as ExecutionRetrieveParams,
|
|
@@ -11,15 +11,13 @@ export {
|
|
|
11
11
|
} from './deployments';
|
|
12
12
|
export {
|
|
13
13
|
Executions,
|
|
14
|
-
type
|
|
15
|
-
type ExecutionCreateResponse,
|
|
16
|
-
type ExecutionRetrieveResponse,
|
|
14
|
+
type FunctionExecution,
|
|
17
15
|
type ExecutionListLogsResponse,
|
|
18
16
|
type ExecutionListParams,
|
|
19
17
|
type ExecutionCreateParams,
|
|
20
18
|
type ExecutionRetrieveParams,
|
|
21
19
|
type ExecutionListLogsParams,
|
|
22
|
-
type
|
|
20
|
+
type FunctionExecutionsPageCursorURL,
|
|
23
21
|
} from './executions';
|
|
24
22
|
export {
|
|
25
23
|
Functions,
|
|
@@ -14,6 +14,9 @@ import { PageCursorURL, PagePromise } from '../core/pagination';
|
|
|
14
14
|
import { RequestOptions } from '../internal/request-options';
|
|
15
15
|
import { path } from '../internal/utils/path';
|
|
16
16
|
|
|
17
|
+
/**
|
|
18
|
+
* Headcount allocations for the company
|
|
19
|
+
*/
|
|
17
20
|
export class HeadcountPositions extends APIResource {
|
|
18
21
|
/**
|
|
19
22
|
* A List of headcount positions
|
|
@@ -7,6 +7,9 @@ import { PageCursorURL, PagePromise } from '../core/pagination';
|
|
|
7
7
|
import { RequestOptions } from '../internal/request-options';
|
|
8
8
|
import { path } from '../internal/utils/path';
|
|
9
9
|
|
|
10
|
+
/**
|
|
11
|
+
* Organizational classifications used to categorize hiring needs based on business urgency and strategic importance
|
|
12
|
+
*/
|
|
10
13
|
export class HeadcountPriorities extends APIResource {
|
|
11
14
|
/**
|
|
12
15
|
* A List of headcount priorities
|
package/src/resources/index.ts
CHANGED
|
@@ -33,6 +33,14 @@ export {
|
|
|
33
33
|
type CandidateListResponsesPageCursorURL,
|
|
34
34
|
} from './candidates';
|
|
35
35
|
export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from './companies';
|
|
36
|
+
export {
|
|
37
|
+
CompensationBandsDetails,
|
|
38
|
+
type CompensationBandsDetailListResponse,
|
|
39
|
+
type CompensationBandsDetailRetrieveResponse,
|
|
40
|
+
type CompensationBandsDetailListParams,
|
|
41
|
+
type CompensationBandsDetailRetrieveParams,
|
|
42
|
+
type CompensationBandsDetailListResponsesPageCursorURL,
|
|
43
|
+
} from './compensation-bands-details';
|
|
36
44
|
export {
|
|
37
45
|
Compensations,
|
|
38
46
|
type Compensation,
|
|
@@ -41,6 +49,21 @@ export {
|
|
|
41
49
|
type CompensationRetrieveParams,
|
|
42
50
|
type CompensationsPageCursorURL,
|
|
43
51
|
} from './compensations';
|
|
52
|
+
export {
|
|
53
|
+
CreateAppNotification,
|
|
54
|
+
type CreateAppNotificationCreateResponse,
|
|
55
|
+
type CreateAppNotificationCreateParams,
|
|
56
|
+
} from './create-app-notification';
|
|
57
|
+
export {
|
|
58
|
+
CustomApps,
|
|
59
|
+
type CustomAppListResponse,
|
|
60
|
+
type CustomAppCreateResponse,
|
|
61
|
+
type CustomAppRetrieveResponse,
|
|
62
|
+
type CustomAppUpdateResponse,
|
|
63
|
+
type CustomAppCreateParams,
|
|
64
|
+
type CustomAppUpdateParams,
|
|
65
|
+
type CustomAppListResponsesPageCursorURL,
|
|
66
|
+
} from './custom-apps';
|
|
44
67
|
export {
|
|
45
68
|
CustomFields,
|
|
46
69
|
type CustomFieldListResponse,
|
|
@@ -54,12 +77,35 @@ export {
|
|
|
54
77
|
type CustomObjectUpdateParams,
|
|
55
78
|
type CustomObjectsPageCursorURL,
|
|
56
79
|
} from './custom-objects/custom-objects';
|
|
80
|
+
export {
|
|
81
|
+
CustomPages,
|
|
82
|
+
type CustomPageListResponse,
|
|
83
|
+
type CustomPageCreateResponse,
|
|
84
|
+
type CustomPageRetrieveResponse,
|
|
85
|
+
type CustomPageUpdateResponse,
|
|
86
|
+
type CustomPageCreateParams,
|
|
87
|
+
type CustomPageUpdateParams,
|
|
88
|
+
type CustomPageListResponsesPageCursorURL,
|
|
89
|
+
} from './custom-pages';
|
|
90
|
+
export {
|
|
91
|
+
CustomSettings,
|
|
92
|
+
type CustomSettingListResponse,
|
|
93
|
+
type CustomSettingCreateResponse,
|
|
94
|
+
type CustomSettingRetrieveResponse,
|
|
95
|
+
type CustomSettingUpdateResponse,
|
|
96
|
+
type CustomSettingListParams,
|
|
97
|
+
type CustomSettingCreateParams,
|
|
98
|
+
type CustomSettingUpdateParams,
|
|
99
|
+
type CustomSettingListResponsesPageCursorURL,
|
|
100
|
+
} from './custom-settings';
|
|
57
101
|
export {
|
|
58
102
|
Departments,
|
|
59
103
|
type Department,
|
|
60
104
|
type DepartmentRetrieveResponse,
|
|
61
105
|
type DepartmentListParams,
|
|
106
|
+
type DepartmentCreateParams,
|
|
62
107
|
type DepartmentRetrieveParams,
|
|
108
|
+
type DepartmentUpdateParams,
|
|
63
109
|
type DepartmentsPageCursorURL,
|
|
64
110
|
} from './departments';
|
|
65
111
|
export { DraftHires, type DraftHireCreateResponse, type DraftHireCreateParams } from './draft-hires';
|
|
@@ -105,7 +151,9 @@ export {
|
|
|
105
151
|
type JobAssignment,
|
|
106
152
|
type JobAssignmentRetrieveResponse,
|
|
107
153
|
type JobAssignmentListParams,
|
|
154
|
+
type JobAssignmentCreateParams,
|
|
108
155
|
type JobAssignmentRetrieveParams,
|
|
156
|
+
type JobAssignmentUpdateParams,
|
|
109
157
|
type JobAssignmentListChangeLogParams,
|
|
110
158
|
type AttributeChangeDetailsPageCursorURL,
|
|
111
159
|
type JobAssignmentsPageCursorURL,
|
|
@@ -154,6 +202,11 @@ export {
|
|
|
154
202
|
type JobRequisitionListParams,
|
|
155
203
|
type JobRequisitionsPageCursorURL,
|
|
156
204
|
} from './job-requisitions';
|
|
205
|
+
export {
|
|
206
|
+
JobRequisitionsWrite,
|
|
207
|
+
type JobRequisitionsWriteCreateResponse,
|
|
208
|
+
type JobRequisitionsWriteCreateParams,
|
|
209
|
+
} from './job-requisitions-write';
|
|
157
210
|
export {
|
|
158
211
|
KioskBadges,
|
|
159
212
|
type TimeKioskBadge,
|
|
@@ -169,10 +222,13 @@ export {
|
|
|
169
222
|
} from './kiosk-badges';
|
|
170
223
|
export {
|
|
171
224
|
LeaveAccruals,
|
|
172
|
-
type
|
|
225
|
+
type LeaveAccrualListResponse,
|
|
173
226
|
type LeaveAccrualCreateResponse,
|
|
174
|
-
type
|
|
227
|
+
type LeaveAccrualRetrieveResponse,
|
|
228
|
+
type LeaveAccrualListParams,
|
|
175
229
|
type LeaveAccrualCreateParams,
|
|
230
|
+
type LeaveAccrualRetrieveParams,
|
|
231
|
+
type LeaveAccrualListResponsesPageCursorURL,
|
|
176
232
|
} from './leave-accruals';
|
|
177
233
|
export {
|
|
178
234
|
LeaveBalances,
|
|
@@ -225,6 +281,11 @@ export {
|
|
|
225
281
|
type LocationFactorListParams,
|
|
226
282
|
type LocationFactorListResponsesPageCursorURL,
|
|
227
283
|
} from './location-factors';
|
|
284
|
+
export {
|
|
285
|
+
Metadata,
|
|
286
|
+
type MetadataListResponse,
|
|
287
|
+
type MetadataListResponsesPageCursorURL,
|
|
288
|
+
} from './metadata/metadata';
|
|
228
289
|
export {
|
|
229
290
|
ObjectCategories,
|
|
230
291
|
type ObjectCategory,
|
|
@@ -232,6 +293,18 @@ export {
|
|
|
232
293
|
type ObjectCategoryUpdateParams,
|
|
233
294
|
type ObjectCategoriesPageCursorURL,
|
|
234
295
|
} from './object-categories';
|
|
296
|
+
export {
|
|
297
|
+
PlatformCapabilities,
|
|
298
|
+
type PlatformCapabilityListResponse,
|
|
299
|
+
type PlatformCapabilityListResponsesPageCursorURL,
|
|
300
|
+
} from './platform-capabilities';
|
|
301
|
+
export {
|
|
302
|
+
ReportRuns,
|
|
303
|
+
type ReportRunCreateResponse,
|
|
304
|
+
type ReportRunRetrieveResponse,
|
|
305
|
+
type ReportRunCreateParams,
|
|
306
|
+
} from './report-runs';
|
|
307
|
+
export { RunQuery, type RunQueryCreateResponse, type RunQueryCreateParams } from './run-query';
|
|
235
308
|
export { SSOMeResource, type SSOMe, type SSOMeRetrieveParams } from './sso-me';
|
|
236
309
|
export {
|
|
237
310
|
Schedules,
|
|
@@ -245,6 +318,13 @@ export {
|
|
|
245
318
|
type ScheduleUpdateParams,
|
|
246
319
|
type ScheduleListResponsesPageCursorURL,
|
|
247
320
|
} from './schedules';
|
|
321
|
+
export { SendEmail, type SendEmailCreateResponse, type SendEmailCreateParams } from './send-email';
|
|
322
|
+
export { SendSlack, type SendSlackCreateResponse, type SendSlackCreateParams } from './send-slack';
|
|
323
|
+
export {
|
|
324
|
+
ShiftAssignments,
|
|
325
|
+
type ShiftAssignmentUpdateCustomfieldsResponse,
|
|
326
|
+
type ShiftAssignmentUpdateCustomfieldsParams,
|
|
327
|
+
} from './shift-assignments';
|
|
248
328
|
export {
|
|
249
329
|
ShiftInputs,
|
|
250
330
|
type ShiftInput,
|
|
@@ -307,6 +387,17 @@ export {
|
|
|
307
387
|
type TimeEntryUpdateParams,
|
|
308
388
|
type TimeEntryListResponsesPageCursorURL,
|
|
309
389
|
} from './time-entries';
|
|
390
|
+
export {
|
|
391
|
+
Titles,
|
|
392
|
+
type TitleListResponse,
|
|
393
|
+
type TitleCreateResponse,
|
|
394
|
+
type TitleRetrieveResponse,
|
|
395
|
+
type TitleUpdateResponse,
|
|
396
|
+
type TitleListParams,
|
|
397
|
+
type TitleCreateParams,
|
|
398
|
+
type TitleUpdateParams,
|
|
399
|
+
type TitleListResponsesPageCursorURL,
|
|
400
|
+
} from './titles';
|
|
310
401
|
export {
|
|
311
402
|
Tracks,
|
|
312
403
|
type Track,
|
|
@@ -314,14 +405,23 @@ export {
|
|
|
314
405
|
type TrackListParams,
|
|
315
406
|
type TracksPageCursorURL,
|
|
316
407
|
} from './tracks';
|
|
408
|
+
export {
|
|
409
|
+
UnassignedShifts,
|
|
410
|
+
type UnassignedShiftUpdateCustomfieldsResponse,
|
|
411
|
+
type UnassignedShiftAssignResponse,
|
|
412
|
+
type UnassignedShiftUpdateCustomfieldsParams,
|
|
413
|
+
type UnassignedShiftAssignParams,
|
|
414
|
+
} from './unassigned-shifts';
|
|
317
415
|
export {
|
|
318
416
|
Unassignedshifts,
|
|
319
417
|
type UnassignedshiftListResponse,
|
|
320
418
|
type UnassignedshiftCreateResponse,
|
|
321
419
|
type UnassignedshiftRetrieveResponse,
|
|
420
|
+
type UnassignedshiftUpdateResponse,
|
|
322
421
|
type UnassignedshiftListParams,
|
|
323
422
|
type UnassignedshiftCreateParams,
|
|
324
423
|
type UnassignedshiftRetrieveParams,
|
|
424
|
+
type UnassignedshiftUpdateParams,
|
|
325
425
|
type UnassignedshiftListResponsesPageCursorURL,
|
|
326
426
|
} from './unassignedshifts';
|
|
327
427
|
export {
|
|
@@ -336,6 +436,8 @@ export {
|
|
|
336
436
|
type WorkLocation,
|
|
337
437
|
type WorkLocationRetrieveResponse,
|
|
338
438
|
type WorkLocationListParams,
|
|
439
|
+
type WorkLocationCreateParams,
|
|
440
|
+
type WorkLocationUpdateParams,
|
|
339
441
|
type WorkLocationsPageCursorURL,
|
|
340
442
|
} from './work-locations';
|
|
341
443
|
export {
|