@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
|
@@ -8,6 +8,9 @@ import { PageCursorURL, PagePromise } from '../core/pagination';
|
|
|
8
8
|
import { RequestOptions } from '../internal/request-options';
|
|
9
9
|
import { path } from '../internal/utils/path';
|
|
10
10
|
|
|
11
|
+
/**
|
|
12
|
+
* Unassigned shifts that are part of a schedule
|
|
13
|
+
*/
|
|
11
14
|
export class Unassignedshifts extends APIResource {
|
|
12
15
|
/**
|
|
13
16
|
* A List of unassigned shifts
|
|
@@ -48,6 +51,17 @@ export class Unassignedshifts extends APIResource {
|
|
|
48
51
|
): APIPromise<UnassignedshiftRetrieveResponse> {
|
|
49
52
|
return this._client.get(path`/unassignedshifts/${id}`, { query, ...options });
|
|
50
53
|
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Updated a specific unassigned shift
|
|
57
|
+
*/
|
|
58
|
+
update(
|
|
59
|
+
id: string,
|
|
60
|
+
body: UnassignedshiftUpdateParams,
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): APIPromise<UnassignedshiftUpdateResponse> {
|
|
63
|
+
return this._client.patch(path`/unassignedshifts/${id}`, { body, ...options });
|
|
64
|
+
}
|
|
51
65
|
}
|
|
52
66
|
|
|
53
67
|
export type UnassignedshiftListResponsesPageCursorURL = PageCursorURL<UnassignedshiftListResponse>;
|
|
@@ -98,6 +112,11 @@ export interface UnassignedshiftListResponse {
|
|
|
98
112
|
*/
|
|
99
113
|
assigned_shift_ids?: Array<string>;
|
|
100
114
|
|
|
115
|
+
/**
|
|
116
|
+
* Custom fields for the unassigned shift
|
|
117
|
+
*/
|
|
118
|
+
custom_fields?: Array<unknown>;
|
|
119
|
+
|
|
101
120
|
/**
|
|
102
121
|
* Configuration for an open shift. If present, this is an open shift (workers can
|
|
103
122
|
* sign up). If absent/None, this is an empty shift (placeholder).
|
|
@@ -132,6 +151,11 @@ export namespace UnassignedshiftListResponse {
|
|
|
132
151
|
*/
|
|
133
152
|
start_time: string;
|
|
134
153
|
|
|
154
|
+
/**
|
|
155
|
+
* Notes for the shift, max length 256 characters
|
|
156
|
+
*/
|
|
157
|
+
notes?: string;
|
|
158
|
+
|
|
135
159
|
/**
|
|
136
160
|
* The breaks of the shift
|
|
137
161
|
*/
|
|
@@ -204,6 +228,11 @@ export namespace UnassignedshiftListResponse {
|
|
|
204
228
|
*/
|
|
205
229
|
start_time: string;
|
|
206
230
|
|
|
231
|
+
/**
|
|
232
|
+
* Notes for the shift, max length 256 characters
|
|
233
|
+
*/
|
|
234
|
+
notes?: string;
|
|
235
|
+
|
|
207
236
|
/**
|
|
208
237
|
* The breaks of the shift
|
|
209
238
|
*/
|
|
@@ -396,6 +425,11 @@ export interface UnassignedshiftCreateResponse {
|
|
|
396
425
|
*/
|
|
397
426
|
assigned_shift_ids?: Array<string>;
|
|
398
427
|
|
|
428
|
+
/**
|
|
429
|
+
* Custom fields for the unassigned shift
|
|
430
|
+
*/
|
|
431
|
+
custom_fields?: Array<unknown>;
|
|
432
|
+
|
|
399
433
|
/**
|
|
400
434
|
* Configuration for an open shift. If present, this is an open shift (workers can
|
|
401
435
|
* sign up). If absent/None, this is an empty shift (placeholder).
|
|
@@ -430,6 +464,11 @@ export namespace UnassignedshiftCreateResponse {
|
|
|
430
464
|
*/
|
|
431
465
|
start_time: string;
|
|
432
466
|
|
|
467
|
+
/**
|
|
468
|
+
* Notes for the shift, max length 256 characters
|
|
469
|
+
*/
|
|
470
|
+
notes?: string;
|
|
471
|
+
|
|
433
472
|
/**
|
|
434
473
|
* The breaks of the shift
|
|
435
474
|
*/
|
|
@@ -502,6 +541,11 @@ export namespace UnassignedshiftCreateResponse {
|
|
|
502
541
|
*/
|
|
503
542
|
start_time: string;
|
|
504
543
|
|
|
544
|
+
/**
|
|
545
|
+
* Notes for the shift, max length 256 characters
|
|
546
|
+
*/
|
|
547
|
+
notes?: string;
|
|
548
|
+
|
|
505
549
|
/**
|
|
506
550
|
* The breaks of the shift
|
|
507
551
|
*/
|
|
@@ -697,6 +741,11 @@ export interface UnassignedshiftRetrieveResponse extends BusinessPartnersAPI.Met
|
|
|
697
741
|
*/
|
|
698
742
|
assigned_shift_ids?: Array<string>;
|
|
699
743
|
|
|
744
|
+
/**
|
|
745
|
+
* Custom fields for the unassigned shift
|
|
746
|
+
*/
|
|
747
|
+
custom_fields?: Array<unknown>;
|
|
748
|
+
|
|
700
749
|
/**
|
|
701
750
|
* Configuration for an open shift. If present, this is an open shift (workers can
|
|
702
751
|
* sign up). If absent/None, this is an empty shift (placeholder).
|
|
@@ -731,6 +780,324 @@ export namespace UnassignedshiftRetrieveResponse {
|
|
|
731
780
|
*/
|
|
732
781
|
start_time: string;
|
|
733
782
|
|
|
783
|
+
/**
|
|
784
|
+
* Notes for the shift, max length 256 characters
|
|
785
|
+
*/
|
|
786
|
+
notes?: string;
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* The breaks of the shift
|
|
790
|
+
*/
|
|
791
|
+
shift_breaks?: Array<ShiftData.ShiftBreak>;
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* The segments of the shift
|
|
795
|
+
*/
|
|
796
|
+
shift_segments?: Array<ShiftData.ShiftSegment>;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export namespace ShiftData {
|
|
800
|
+
export interface ShiftBreak {
|
|
801
|
+
/**
|
|
802
|
+
* The duration of the shift break in minutes (input only for creation)
|
|
803
|
+
*/
|
|
804
|
+
duration_minutes: number;
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* The start time of the shift break
|
|
808
|
+
*/
|
|
809
|
+
start_time: string;
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* The type of the shift break
|
|
813
|
+
*/
|
|
814
|
+
type: 'MEAL' | 'REST';
|
|
815
|
+
|
|
816
|
+
/**
|
|
817
|
+
* The end time of the shift break (calculated from start_time + duration_minutes)
|
|
818
|
+
*/
|
|
819
|
+
end_time?: string;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
export interface ShiftSegment {
|
|
823
|
+
/**
|
|
824
|
+
* The duration of the shift segment in minutes (input only for creation)
|
|
825
|
+
*/
|
|
826
|
+
duration_minutes: number;
|
|
827
|
+
|
|
828
|
+
/**
|
|
829
|
+
* The start time of the shift segment
|
|
830
|
+
*/
|
|
831
|
+
start_time: string;
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
* The end time of the shift segment (calculated from start_time +
|
|
835
|
+
* duration_minutes)
|
|
836
|
+
*/
|
|
837
|
+
end_time?: string;
|
|
838
|
+
|
|
839
|
+
/**
|
|
840
|
+
* The IDs of the job codes associated with the shift segment
|
|
841
|
+
*/
|
|
842
|
+
job_codes_id?: Array<string>;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
* The published version of the shift
|
|
848
|
+
*/
|
|
849
|
+
export interface PublishedVersion {
|
|
850
|
+
/**
|
|
851
|
+
* The end time of the shift
|
|
852
|
+
*/
|
|
853
|
+
end_time: string;
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* The start time of the shift
|
|
857
|
+
*/
|
|
858
|
+
start_time: string;
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* Notes for the shift, max length 256 characters
|
|
862
|
+
*/
|
|
863
|
+
notes?: string;
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* The breaks of the shift
|
|
867
|
+
*/
|
|
868
|
+
shift_breaks?: Array<PublishedVersion.ShiftBreak>;
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* The segments of the shift
|
|
872
|
+
*/
|
|
873
|
+
shift_segments?: Array<PublishedVersion.ShiftSegment>;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
export namespace PublishedVersion {
|
|
877
|
+
export interface ShiftBreak {
|
|
878
|
+
/**
|
|
879
|
+
* The duration of the shift break in minutes (input only for creation)
|
|
880
|
+
*/
|
|
881
|
+
duration_minutes: number;
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* The start time of the shift break
|
|
885
|
+
*/
|
|
886
|
+
start_time: string;
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* The type of the shift break
|
|
890
|
+
*/
|
|
891
|
+
type: 'MEAL' | 'REST';
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* The end time of the shift break (calculated from start_time + duration_minutes)
|
|
895
|
+
*/
|
|
896
|
+
end_time?: string;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
export interface ShiftSegment {
|
|
900
|
+
/**
|
|
901
|
+
* The duration of the shift segment in minutes (input only for creation)
|
|
902
|
+
*/
|
|
903
|
+
duration_minutes: number;
|
|
904
|
+
|
|
905
|
+
/**
|
|
906
|
+
* The start time of the shift segment
|
|
907
|
+
*/
|
|
908
|
+
start_time: string;
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* The end time of the shift segment (calculated from start_time +
|
|
912
|
+
* duration_minutes)
|
|
913
|
+
*/
|
|
914
|
+
end_time?: string;
|
|
915
|
+
|
|
916
|
+
/**
|
|
917
|
+
* The IDs of the job codes associated with the shift segment
|
|
918
|
+
*/
|
|
919
|
+
job_codes_id?: Array<string>;
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
/**
|
|
924
|
+
* The schedule
|
|
925
|
+
*
|
|
926
|
+
* Expandable field
|
|
927
|
+
*/
|
|
928
|
+
export interface Schedule {
|
|
929
|
+
/**
|
|
930
|
+
* Identifier field
|
|
931
|
+
*/
|
|
932
|
+
id: string;
|
|
933
|
+
|
|
934
|
+
/**
|
|
935
|
+
* Record creation date
|
|
936
|
+
*/
|
|
937
|
+
created_at: string;
|
|
938
|
+
|
|
939
|
+
/**
|
|
940
|
+
* Record update date
|
|
941
|
+
*/
|
|
942
|
+
updated_at: string;
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* Whether the requesting role can edit the schedule.
|
|
946
|
+
*/
|
|
947
|
+
can_edit?: boolean;
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* The managers of the schedule.
|
|
951
|
+
*
|
|
952
|
+
* Expandable field
|
|
953
|
+
*/
|
|
954
|
+
managers?: Array<WorkersAPI.Worker>;
|
|
955
|
+
|
|
956
|
+
/**
|
|
957
|
+
* The IDs of the managers of the schedule.
|
|
958
|
+
*/
|
|
959
|
+
managers_id?: Array<string>;
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* The members of the schedule.
|
|
963
|
+
*
|
|
964
|
+
* Expandable field
|
|
965
|
+
*/
|
|
966
|
+
members?: Array<WorkersAPI.Worker>;
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* The IDs of the members of the schedule.
|
|
970
|
+
*/
|
|
971
|
+
members_id?: Array<string>;
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* The name of the schedule.
|
|
975
|
+
*/
|
|
976
|
+
name?: string;
|
|
977
|
+
|
|
978
|
+
/**
|
|
979
|
+
* The observers of the schedule.
|
|
980
|
+
*
|
|
981
|
+
* Expandable field
|
|
982
|
+
*/
|
|
983
|
+
observers?: Array<WorkersAPI.Worker>;
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* The IDs of the observers of the schedule.
|
|
987
|
+
*/
|
|
988
|
+
observers_id?: Array<string>;
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* The settings of the schedule.
|
|
992
|
+
*/
|
|
993
|
+
settings?: Schedule.Settings;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
export namespace Schedule {
|
|
997
|
+
/**
|
|
998
|
+
* The settings of the schedule.
|
|
999
|
+
*/
|
|
1000
|
+
export interface Settings {
|
|
1001
|
+
/**
|
|
1002
|
+
* The IANA timezone identifier for the schedule (e.g., 'America/New_York').
|
|
1003
|
+
* Accepted values are defined by the tz database, listed here:
|
|
1004
|
+
* https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
1005
|
+
*/
|
|
1006
|
+
timezone?: string;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export interface UnassignedshiftUpdateResponse {
|
|
1012
|
+
/**
|
|
1013
|
+
* Identifier field
|
|
1014
|
+
*/
|
|
1015
|
+
id: string;
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* Record creation date
|
|
1019
|
+
*/
|
|
1020
|
+
created_at: string;
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* Whether the shift is published
|
|
1024
|
+
*/
|
|
1025
|
+
is_published: boolean;
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* The ID of the schedule
|
|
1029
|
+
*/
|
|
1030
|
+
schedule_id: string;
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* The data of the shift
|
|
1034
|
+
*/
|
|
1035
|
+
shift_data: UnassignedshiftUpdateResponse.ShiftData;
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* The target count of the shift
|
|
1039
|
+
*/
|
|
1040
|
+
target_count: number;
|
|
1041
|
+
|
|
1042
|
+
/**
|
|
1043
|
+
* Record update date
|
|
1044
|
+
*/
|
|
1045
|
+
updated_at: string;
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* The number of assigned shifts
|
|
1049
|
+
*/
|
|
1050
|
+
assigned_count?: number;
|
|
1051
|
+
|
|
1052
|
+
/**
|
|
1053
|
+
* The IDs of the assigned shifts that are part of this unassigned shift
|
|
1054
|
+
*/
|
|
1055
|
+
assigned_shift_ids?: Array<string>;
|
|
1056
|
+
|
|
1057
|
+
/**
|
|
1058
|
+
* Custom fields for the unassigned shift
|
|
1059
|
+
*/
|
|
1060
|
+
custom_fields?: Array<unknown>;
|
|
1061
|
+
|
|
1062
|
+
/**
|
|
1063
|
+
* Configuration for an open shift. If present, this is an open shift (workers can
|
|
1064
|
+
* sign up). If absent/None, this is an empty shift (placeholder).
|
|
1065
|
+
*/
|
|
1066
|
+
open_shift_config?: unknown;
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* The published version of the shift
|
|
1070
|
+
*/
|
|
1071
|
+
published_version?: UnassignedshiftUpdateResponse.PublishedVersion;
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* The schedule
|
|
1075
|
+
*
|
|
1076
|
+
* Expandable field
|
|
1077
|
+
*/
|
|
1078
|
+
schedule?: UnassignedshiftUpdateResponse.Schedule;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
export namespace UnassignedshiftUpdateResponse {
|
|
1082
|
+
/**
|
|
1083
|
+
* The data of the shift
|
|
1084
|
+
*/
|
|
1085
|
+
export interface ShiftData {
|
|
1086
|
+
/**
|
|
1087
|
+
* The end time of the shift
|
|
1088
|
+
*/
|
|
1089
|
+
end_time: string;
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* The start time of the shift
|
|
1093
|
+
*/
|
|
1094
|
+
start_time: string;
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* Notes for the shift, max length 256 characters
|
|
1098
|
+
*/
|
|
1099
|
+
notes?: string;
|
|
1100
|
+
|
|
734
1101
|
/**
|
|
735
1102
|
* The breaks of the shift
|
|
736
1103
|
*/
|
|
@@ -803,6 +1170,11 @@ export namespace UnassignedshiftRetrieveResponse {
|
|
|
803
1170
|
*/
|
|
804
1171
|
start_time: string;
|
|
805
1172
|
|
|
1173
|
+
/**
|
|
1174
|
+
* Notes for the shift, max length 256 characters
|
|
1175
|
+
*/
|
|
1176
|
+
notes?: string;
|
|
1177
|
+
|
|
806
1178
|
/**
|
|
807
1179
|
* The breaks of the shift
|
|
808
1180
|
*/
|
|
@@ -1002,6 +1374,11 @@ export namespace UnassignedshiftCreateParams {
|
|
|
1002
1374
|
*/
|
|
1003
1375
|
start_time: string;
|
|
1004
1376
|
|
|
1377
|
+
/**
|
|
1378
|
+
* Notes for the shift, max length 256 characters
|
|
1379
|
+
*/
|
|
1380
|
+
notes?: string;
|
|
1381
|
+
|
|
1005
1382
|
/**
|
|
1006
1383
|
* The breaks of the shift
|
|
1007
1384
|
*/
|
|
@@ -1054,14 +1431,107 @@ export interface UnassignedshiftRetrieveParams {
|
|
|
1054
1431
|
expand?: string;
|
|
1055
1432
|
}
|
|
1056
1433
|
|
|
1434
|
+
export interface UnassignedshiftUpdateParams {
|
|
1435
|
+
/**
|
|
1436
|
+
* Whether the shift is published
|
|
1437
|
+
*/
|
|
1438
|
+
is_published: boolean;
|
|
1439
|
+
|
|
1440
|
+
/**
|
|
1441
|
+
* The data of the shift
|
|
1442
|
+
*/
|
|
1443
|
+
shift_data: UnassignedshiftUpdateParams.ShiftData;
|
|
1444
|
+
|
|
1445
|
+
/**
|
|
1446
|
+
* The target count of the shift
|
|
1447
|
+
*/
|
|
1448
|
+
target_count: number;
|
|
1449
|
+
|
|
1450
|
+
/**
|
|
1451
|
+
* Configuration for an open shift. If present, this is an open shift (workers can
|
|
1452
|
+
* sign up). If absent/None, this is an empty shift (placeholder).
|
|
1453
|
+
*/
|
|
1454
|
+
open_shift_config?: unknown;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
export namespace UnassignedshiftUpdateParams {
|
|
1458
|
+
/**
|
|
1459
|
+
* The data of the shift
|
|
1460
|
+
*/
|
|
1461
|
+
export interface ShiftData {
|
|
1462
|
+
/**
|
|
1463
|
+
* The end time of the shift
|
|
1464
|
+
*/
|
|
1465
|
+
end_time: string;
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* The start time of the shift
|
|
1469
|
+
*/
|
|
1470
|
+
start_time: string;
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
* Notes for the shift, max length 256 characters
|
|
1474
|
+
*/
|
|
1475
|
+
notes?: string;
|
|
1476
|
+
|
|
1477
|
+
/**
|
|
1478
|
+
* The breaks of the shift
|
|
1479
|
+
*/
|
|
1480
|
+
shift_breaks?: Array<ShiftData.ShiftBreak>;
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* The segments of the shift
|
|
1484
|
+
*/
|
|
1485
|
+
shift_segments?: Array<ShiftData.ShiftSegment>;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
export namespace ShiftData {
|
|
1489
|
+
export interface ShiftBreak {
|
|
1490
|
+
/**
|
|
1491
|
+
* The duration of the shift break in minutes (input only for creation)
|
|
1492
|
+
*/
|
|
1493
|
+
duration_minutes: number;
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
* The start time of the shift break
|
|
1497
|
+
*/
|
|
1498
|
+
start_time: string;
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* The type of the shift break
|
|
1502
|
+
*/
|
|
1503
|
+
type: 'MEAL' | 'REST';
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
export interface ShiftSegment {
|
|
1507
|
+
/**
|
|
1508
|
+
* The duration of the shift segment in minutes (input only for creation)
|
|
1509
|
+
*/
|
|
1510
|
+
duration_minutes: number;
|
|
1511
|
+
|
|
1512
|
+
/**
|
|
1513
|
+
* The start time of the shift segment
|
|
1514
|
+
*/
|
|
1515
|
+
start_time: string;
|
|
1516
|
+
|
|
1517
|
+
/**
|
|
1518
|
+
* The IDs of the job codes associated with the shift segment
|
|
1519
|
+
*/
|
|
1520
|
+
job_codes_id?: Array<string>;
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1057
1525
|
export declare namespace Unassignedshifts {
|
|
1058
1526
|
export {
|
|
1059
1527
|
type UnassignedshiftListResponse as UnassignedshiftListResponse,
|
|
1060
1528
|
type UnassignedshiftCreateResponse as UnassignedshiftCreateResponse,
|
|
1061
1529
|
type UnassignedshiftRetrieveResponse as UnassignedshiftRetrieveResponse,
|
|
1530
|
+
type UnassignedshiftUpdateResponse as UnassignedshiftUpdateResponse,
|
|
1062
1531
|
type UnassignedshiftListResponsesPageCursorURL as UnassignedshiftListResponsesPageCursorURL,
|
|
1063
1532
|
type UnassignedshiftListParams as UnassignedshiftListParams,
|
|
1064
1533
|
type UnassignedshiftCreateParams as UnassignedshiftCreateParams,
|
|
1065
1534
|
type UnassignedshiftRetrieveParams as UnassignedshiftRetrieveParams,
|
|
1535
|
+
type UnassignedshiftUpdateParams as UnassignedshiftUpdateParams,
|
|
1066
1536
|
};
|
|
1067
1537
|
}
|
package/src/resources/users.ts
CHANGED
|
@@ -8,6 +8,9 @@ import { PageCursorURL, PagePromise } from '../core/pagination';
|
|
|
8
8
|
import { RequestOptions } from '../internal/request-options';
|
|
9
9
|
import { path } from '../internal/utils/path';
|
|
10
10
|
|
|
11
|
+
/**
|
|
12
|
+
* Users of the company
|
|
13
|
+
*/
|
|
11
14
|
export class Users extends APIResource {
|
|
12
15
|
/**
|
|
13
16
|
* A List of users
|