@rippling/rippling-sdk 0.2.0-alpha.85 → 0.2.0-alpha.87
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/client.d.mts +15 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +15 -0
- package/client.d.ts.map +1 -1
- package/client.js +15 -0
- package/client.js.map +1 -1
- package/client.mjs +15 -0
- package/client.mjs.map +1 -1
- package/core/platform/custom-objects/category.d.mts +125 -0
- package/core/platform/custom-objects/category.d.mts.map +1 -0
- package/core/platform/custom-objects/category.d.ts +125 -0
- package/core/platform/custom-objects/category.d.ts.map +1 -0
- package/core/platform/custom-objects/category.js +188 -0
- package/core/platform/custom-objects/category.js.map +1 -0
- package/core/platform/custom-objects/category.mjs +178 -0
- package/core/platform/custom-objects/category.mjs.map +1 -0
- package/core/platform/custom-objects/definition.d.mts +147 -0
- package/core/platform/custom-objects/definition.d.mts.map +1 -0
- package/core/platform/custom-objects/definition.d.ts +147 -0
- package/core/platform/custom-objects/definition.d.ts.map +1 -0
- package/core/platform/custom-objects/definition.js +200 -0
- package/core/platform/custom-objects/definition.js.map +1 -0
- package/core/platform/custom-objects/definition.mjs +190 -0
- package/core/platform/custom-objects/definition.mjs.map +1 -0
- package/core/platform/custom-objects/fields.d.mts +302 -0
- package/core/platform/custom-objects/fields.d.mts.map +1 -0
- package/core/platform/custom-objects/fields.d.ts +302 -0
- package/core/platform/custom-objects/fields.d.ts.map +1 -0
- package/core/platform/custom-objects/fields.js +369 -0
- package/core/platform/custom-objects/fields.js.map +1 -0
- package/core/platform/custom-objects/fields.mjs +347 -0
- package/core/platform/custom-objects/fields.mjs.map +1 -0
- package/core/platform/custom-objects/function-runtime.d.mts +42 -0
- package/core/platform/custom-objects/function-runtime.d.mts.map +1 -0
- package/core/platform/custom-objects/function-runtime.d.ts +42 -0
- package/core/platform/custom-objects/function-runtime.d.ts.map +1 -0
- package/core/platform/custom-objects/function-runtime.js +38 -0
- package/core/platform/custom-objects/function-runtime.js.map +1 -0
- package/core/platform/custom-objects/function-runtime.mjs +35 -0
- package/core/platform/custom-objects/function-runtime.mjs.map +1 -0
- package/core/platform/custom-objects/lifecycle.d.mts +83 -0
- package/core/platform/custom-objects/lifecycle.d.mts.map +1 -0
- package/core/platform/custom-objects/lifecycle.d.ts +83 -0
- package/core/platform/custom-objects/lifecycle.d.ts.map +1 -0
- package/core/platform/custom-objects/lifecycle.js +372 -0
- package/core/platform/custom-objects/lifecycle.js.map +1 -0
- package/core/platform/custom-objects/lifecycle.mjs +367 -0
- package/core/platform/custom-objects/lifecycle.mjs.map +1 -0
- package/core/platform/custom-objects/manager.d.mts +354 -0
- package/core/platform/custom-objects/manager.d.mts.map +1 -0
- package/core/platform/custom-objects/manager.d.ts +354 -0
- package/core/platform/custom-objects/manager.d.ts.map +1 -0
- package/core/platform/custom-objects/manager.js +646 -0
- package/core/platform/custom-objects/manager.js.map +1 -0
- package/core/platform/custom-objects/manager.mjs +637 -0
- package/core/platform/custom-objects/manager.mjs.map +1 -0
- package/core/platform/custom-objects/provisioning.d.mts +138 -0
- package/core/platform/custom-objects/provisioning.d.mts.map +1 -0
- package/core/platform/custom-objects/provisioning.d.ts +138 -0
- package/core/platform/custom-objects/provisioning.d.ts.map +1 -0
- package/core/platform/custom-objects/provisioning.js +455 -0
- package/core/platform/custom-objects/provisioning.js.map +1 -0
- package/core/platform/custom-objects/provisioning.mjs +447 -0
- package/core/platform/custom-objects/provisioning.mjs.map +1 -0
- package/core/platform/custom-objects/rql.d.mts +122 -0
- package/core/platform/custom-objects/rql.d.mts.map +1 -0
- package/core/platform/custom-objects/rql.d.ts +122 -0
- package/core/platform/custom-objects/rql.d.ts.map +1 -0
- package/core/platform/custom-objects/rql.js +225 -0
- package/core/platform/custom-objects/rql.js.map +1 -0
- package/core/platform/custom-objects/rql.mjs +222 -0
- package/core/platform/custom-objects/rql.mjs.map +1 -0
- package/core/platform/custom-objects/schema-manager.d.mts +203 -0
- package/core/platform/custom-objects/schema-manager.d.mts.map +1 -0
- package/core/platform/custom-objects/schema-manager.d.ts +203 -0
- package/core/platform/custom-objects/schema-manager.d.ts.map +1 -0
- package/core/platform/custom-objects/schema-manager.js +256 -0
- package/core/platform/custom-objects/schema-manager.js.map +1 -0
- package/core/platform/custom-objects/schema-manager.mjs +249 -0
- package/core/platform/custom-objects/schema-manager.mjs.map +1 -0
- package/core/platform/custom-objects/typed-rql.d.mts +157 -0
- package/core/platform/custom-objects/typed-rql.d.mts.map +1 -0
- package/core/platform/custom-objects/typed-rql.d.ts +157 -0
- package/core/platform/custom-objects/typed-rql.d.ts.map +1 -0
- package/core/platform/custom-objects/typed-rql.js +583 -0
- package/core/platform/custom-objects/typed-rql.js.map +1 -0
- package/core/platform/custom-objects/typed-rql.mjs +580 -0
- package/core/platform/custom-objects/typed-rql.mjs.map +1 -0
- package/core/platform/custom-objects/types.d.mts +549 -0
- package/core/platform/custom-objects/types.d.mts.map +1 -0
- package/core/platform/custom-objects/types.d.ts +549 -0
- package/core/platform/custom-objects/types.d.ts.map +1 -0
- package/core/platform/custom-objects/types.js +20 -0
- package/core/platform/custom-objects/types.js.map +1 -0
- package/core/platform/custom-objects/types.mjs +17 -0
- package/core/platform/custom-objects/types.mjs.map +1 -0
- package/core/platform/custom-objects/validation.d.mts +97 -0
- package/core/platform/custom-objects/validation.d.mts.map +1 -0
- package/core/platform/custom-objects/validation.d.ts +97 -0
- package/core/platform/custom-objects/validation.d.ts.map +1 -0
- package/core/platform/custom-objects/validation.js +477 -0
- package/core/platform/custom-objects/validation.js.map +1 -0
- package/core/platform/custom-objects/validation.mjs +465 -0
- package/core/platform/custom-objects/validation.mjs.map +1 -0
- package/core/platform/custom-objects.d.mts +67 -0
- package/core/platform/custom-objects.d.mts.map +1 -0
- package/core/platform/custom-objects.d.ts +67 -0
- package/core/platform/custom-objects.d.ts.map +1 -0
- package/core/platform/custom-objects.js +118 -0
- package/core/platform/custom-objects.js.map +1 -0
- package/core/platform/custom-objects.mjs +45 -0
- package/core/platform/custom-objects.mjs.map +1 -0
- package/lib/leave-programs/advanced.d.mts +5 -0
- package/lib/leave-programs/advanced.d.mts.map +1 -0
- package/lib/leave-programs/advanced.d.ts +5 -0
- package/lib/leave-programs/advanced.d.ts.map +1 -0
- package/lib/leave-programs/advanced.js +13 -0
- package/lib/leave-programs/advanced.js.map +1 -0
- package/lib/leave-programs/advanced.mjs +4 -0
- package/lib/leave-programs/advanced.mjs.map +1 -0
- package/lib/leave-programs/context.d.mts +3 -0
- package/lib/leave-programs/context.d.mts.map +1 -0
- package/lib/leave-programs/context.d.ts +3 -0
- package/lib/leave-programs/context.d.ts.map +1 -0
- package/lib/leave-programs/context.js +89 -0
- package/lib/leave-programs/context.js.map +1 -0
- package/lib/leave-programs/context.mjs +86 -0
- package/lib/leave-programs/context.mjs.map +1 -0
- package/lib/leave-programs/define-company-leave-program.d.mts +3 -0
- package/lib/leave-programs/define-company-leave-program.d.mts.map +1 -0
- package/lib/leave-programs/define-company-leave-program.d.ts +3 -0
- package/lib/leave-programs/define-company-leave-program.d.ts.map +1 -0
- package/lib/leave-programs/define-company-leave-program.js +47 -0
- package/lib/leave-programs/define-company-leave-program.js.map +1 -0
- package/lib/leave-programs/define-company-leave-program.mjs +44 -0
- package/lib/leave-programs/define-company-leave-program.mjs.map +1 -0
- package/lib/leave-programs/duration.d.mts +5 -0
- package/lib/leave-programs/duration.d.mts.map +1 -0
- package/lib/leave-programs/duration.d.ts +5 -0
- package/lib/leave-programs/duration.d.ts.map +1 -0
- package/lib/leave-programs/duration.js +21 -0
- package/lib/leave-programs/duration.js.map +1 -0
- package/lib/leave-programs/duration.mjs +16 -0
- package/lib/leave-programs/duration.mjs.map +1 -0
- package/lib/leave-programs/pay.d.mts +4 -0
- package/lib/leave-programs/pay.d.mts.map +1 -0
- package/lib/leave-programs/pay.d.ts +4 -0
- package/lib/leave-programs/pay.d.ts.map +1 -0
- package/lib/leave-programs/pay.js +20 -0
- package/lib/leave-programs/pay.js.map +1 -0
- package/lib/leave-programs/pay.mjs +16 -0
- package/lib/leave-programs/pay.mjs.map +1 -0
- package/lib/leave-programs/policy-builder.d.mts +20 -0
- package/lib/leave-programs/policy-builder.d.mts.map +1 -0
- package/lib/leave-programs/policy-builder.d.ts +20 -0
- package/lib/leave-programs/policy-builder.d.ts.map +1 -0
- package/lib/leave-programs/policy-builder.js +89 -0
- package/lib/leave-programs/policy-builder.js.map +1 -0
- package/lib/leave-programs/policy-builder.mjs +85 -0
- package/lib/leave-programs/policy-builder.mjs.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.mts +25 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.mts.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.ts +25 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.d.ts.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.js +56 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.js.map +1 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.mjs +53 -0
- package/lib/leave-programs/recipes/parental-top-up-policy.mjs.map +1 -0
- package/lib/leave-programs/testing.d.mts +8 -0
- package/lib/leave-programs/testing.d.mts.map +1 -0
- package/lib/leave-programs/testing.d.ts +8 -0
- package/lib/leave-programs/testing.d.ts.map +1 -0
- package/lib/leave-programs/testing.js +11 -0
- package/lib/leave-programs/testing.js.map +1 -0
- package/lib/leave-programs/testing.mjs +7 -0
- package/lib/leave-programs/testing.mjs.map +1 -0
- package/lib/leave-programs/types.d.mts +223 -0
- package/lib/leave-programs/types.d.mts.map +1 -0
- package/lib/leave-programs/types.d.ts +223 -0
- package/lib/leave-programs/types.d.ts.map +1 -0
- package/lib/leave-programs/types.js +10 -0
- package/lib/leave-programs/types.js.map +1 -0
- package/lib/leave-programs/types.mjs +7 -0
- package/lib/leave-programs/types.mjs.map +1 -0
- package/lib/leave-programs.d.mts +7 -0
- package/lib/leave-programs.d.mts.map +1 -0
- package/lib/leave-programs.d.ts +7 -0
- package/lib/leave-programs.d.ts.map +1 -0
- package/lib/leave-programs.js +19 -0
- package/lib/leave-programs.js.map +1 -0
- package/lib/leave-programs.mjs +7 -0
- package/lib/leave-programs.mjs.map +1 -0
- package/package.json +1 -1
- package/resources/agents/agents.d.mts +208 -0
- package/resources/agents/agents.d.mts.map +1 -0
- package/resources/agents/agents.d.ts +208 -0
- package/resources/agents/agents.d.ts.map +1 -0
- package/resources/agents/agents.js +64 -0
- package/resources/agents/agents.js.map +1 -0
- package/resources/agents/agents.mjs +59 -0
- package/resources/agents/agents.mjs.map +1 -0
- package/resources/agents/deployments.d.mts +180 -0
- package/resources/agents/deployments.d.mts.map +1 -0
- package/resources/agents/deployments.d.ts +180 -0
- package/resources/agents/deployments.d.ts.map +1 -0
- package/resources/agents/deployments.js +32 -0
- package/resources/agents/deployments.js.map +1 -0
- package/resources/agents/deployments.mjs +28 -0
- package/resources/agents/deployments.mjs.map +1 -0
- package/resources/agents/index.d.mts +5 -0
- package/resources/agents/index.d.mts.map +1 -0
- package/resources/agents/index.d.ts +5 -0
- package/resources/agents/index.d.ts.map +1 -0
- package/resources/agents/index.js +13 -0
- package/resources/agents/index.js.map +1 -0
- package/resources/agents/index.mjs +6 -0
- package/resources/agents/index.mjs.map +1 -0
- package/resources/agents/sessions/events.d.mts +80 -0
- package/resources/agents/sessions/events.d.mts.map +1 -0
- package/resources/agents/sessions/events.d.ts +80 -0
- package/resources/agents/sessions/events.d.ts.map +1 -0
- package/resources/agents/sessions/events.js +19 -0
- package/resources/agents/sessions/events.js.map +1 -0
- package/resources/agents/sessions/events.mjs +15 -0
- package/resources/agents/sessions/events.mjs.map +1 -0
- package/resources/agents/sessions/index.d.mts +3 -0
- package/resources/agents/sessions/index.d.mts.map +1 -0
- package/resources/agents/sessions/index.d.ts +3 -0
- package/resources/agents/sessions/index.d.ts.map +1 -0
- package/resources/agents/sessions/index.js +9 -0
- package/resources/agents/sessions/index.js.map +1 -0
- package/resources/agents/sessions/index.mjs +4 -0
- package/resources/agents/sessions/index.mjs.map +1 -0
- package/resources/agents/sessions/sessions.d.mts +153 -0
- package/resources/agents/sessions/sessions.d.mts.map +1 -0
- package/resources/agents/sessions/sessions.d.ts +153 -0
- package/resources/agents/sessions/sessions.d.ts.map +1 -0
- package/resources/agents/sessions/sessions.js +44 -0
- package/resources/agents/sessions/sessions.js.map +1 -0
- package/resources/agents/sessions/sessions.mjs +39 -0
- package/resources/agents/sessions/sessions.mjs.map +1 -0
- package/resources/agents/sessions.d.mts +2 -0
- package/resources/agents/sessions.d.mts.map +1 -0
- package/resources/agents/sessions.d.ts +2 -0
- package/resources/agents/sessions.d.ts.map +1 -0
- package/resources/agents/sessions.js +6 -0
- package/resources/agents/sessions.js.map +1 -0
- package/resources/agents/sessions.mjs +3 -0
- package/resources/agents/sessions.mjs.map +1 -0
- package/resources/agents/source-revisions.d.mts +195 -0
- package/resources/agents/source-revisions.d.mts.map +1 -0
- package/resources/agents/source-revisions.d.ts +195 -0
- package/resources/agents/source-revisions.d.ts.map +1 -0
- package/resources/agents/source-revisions.js +32 -0
- package/resources/agents/source-revisions.js.map +1 -0
- package/resources/agents/source-revisions.mjs +28 -0
- package/resources/agents/source-revisions.mjs.map +1 -0
- package/resources/agents.d.mts +2 -0
- package/resources/agents.d.mts.map +1 -0
- package/resources/agents.d.ts +2 -0
- package/resources/agents.d.ts.map +1 -0
- package/resources/agents.js +6 -0
- package/resources/agents.js.map +1 -0
- package/resources/agents.mjs +3 -0
- package/resources/agents.mjs.map +1 -0
- package/resources/break-policies.d.mts +1 -1
- package/resources/break-policies.d.ts +1 -1
- package/resources/break-policies.js +1 -1
- package/resources/break-policies.mjs +1 -1
- package/resources/break-types.d.mts +1 -1
- package/resources/break-types.d.ts +1 -1
- package/resources/break-types.js +1 -1
- package/resources/break-types.mjs +1 -1
- package/resources/business-structure-paths.d.mts +1 -1
- package/resources/business-structure-paths.d.ts +1 -1
- package/resources/business-structure-paths.js +1 -1
- package/resources/business-structure-paths.mjs +1 -1
- package/resources/candidate-applications.d.mts +1 -1
- package/resources/candidate-applications.d.ts +1 -1
- package/resources/candidate-applications.js +1 -1
- package/resources/candidate-applications.mjs +1 -1
- package/resources/candidates.d.mts +1 -1
- package/resources/candidates.d.ts +1 -1
- package/resources/candidates.js +1 -1
- package/resources/candidates.mjs +1 -1
- package/resources/company-legal-entities.d.mts +1 -1
- package/resources/company-legal-entities.d.ts +1 -1
- package/resources/company-legal-entities.js +1 -1
- package/resources/company-legal-entities.mjs +1 -1
- package/resources/company-legal-entity-workers.d.mts +1 -1
- package/resources/company-legal-entity-workers.d.ts +1 -1
- package/resources/company-legal-entity-workers.js +1 -1
- package/resources/company-legal-entity-workers.mjs +1 -1
- package/resources/compensation-bands-details.d.mts +1 -1
- package/resources/compensation-bands-details.d.ts +1 -1
- package/resources/compensation-bands-details.js +1 -1
- package/resources/compensation-bands-details.mjs +1 -1
- package/resources/compensations.d.mts +1 -1
- package/resources/compensations.d.ts +1 -1
- package/resources/compensations.js +1 -1
- package/resources/compensations.mjs +1 -1
- package/resources/custom-objects/custom-objects.d.mts +7 -0
- package/resources/custom-objects/custom-objects.d.mts.map +1 -1
- package/resources/custom-objects/custom-objects.d.ts +7 -0
- package/resources/custom-objects/custom-objects.d.ts.map +1 -1
- package/resources/custom-objects/custom-objects.js.map +1 -1
- package/resources/custom-objects/custom-objects.mjs.map +1 -1
- package/resources/custom-objects/fields.d.mts +129 -54
- package/resources/custom-objects/fields.d.mts.map +1 -1
- package/resources/custom-objects/fields.d.ts +129 -54
- package/resources/custom-objects/fields.d.ts.map +1 -1
- package/resources/device-orders.d.mts +1 -1
- package/resources/device-orders.d.ts +1 -1
- package/resources/device-orders.js +1 -1
- package/resources/device-orders.mjs +1 -1
- package/resources/devices.d.mts +1 -1
- package/resources/devices.d.ts +1 -1
- package/resources/devices.js +1 -1
- package/resources/devices.mjs +1 -1
- package/resources/functions/deployments.d.mts +2 -2
- package/resources/functions/deployments.d.ts +2 -2
- package/resources/functions/deployments.js +2 -2
- package/resources/functions/deployments.mjs +2 -2
- package/resources/functions/executions.d.mts +2 -2
- package/resources/functions/executions.d.ts +2 -2
- package/resources/functions/executions.js +2 -2
- package/resources/functions/executions.mjs +2 -2
- package/resources/functions/functions.d.mts +1 -1
- package/resources/functions/functions.d.ts +1 -1
- package/resources/functions/functions.js +1 -1
- package/resources/functions/functions.mjs +1 -1
- package/resources/headcount-positions.d.mts +1 -1
- package/resources/headcount-positions.d.ts +1 -1
- package/resources/headcount-positions.js +1 -1
- package/resources/headcount-positions.mjs +1 -1
- package/resources/headcount-priorities.d.mts +1 -1
- package/resources/headcount-priorities.d.ts +1 -1
- package/resources/headcount-priorities.js +1 -1
- package/resources/headcount-priorities.mjs +1 -1
- package/resources/index.d.mts +3 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +8 -2
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -0
- package/resources/index.mjs.map +1 -1
- package/resources/job-assignments.d.mts +2 -2
- package/resources/job-assignments.d.ts +2 -2
- package/resources/job-assignments.js +2 -2
- package/resources/job-assignments.mjs +2 -2
- package/resources/job-codes.d.mts +2 -2
- package/resources/job-codes.d.ts +2 -2
- package/resources/job-codes.js +2 -2
- package/resources/job-codes.mjs +2 -2
- package/resources/job-dimensions.d.mts +1 -1
- package/resources/job-dimensions.d.ts +1 -1
- package/resources/job-dimensions.js +1 -1
- package/resources/job-dimensions.mjs +1 -1
- package/resources/job-pay-rate-exceptions.d.mts +2 -2
- package/resources/job-pay-rate-exceptions.d.ts +2 -2
- package/resources/job-pay-rate-exceptions.js +2 -2
- package/resources/job-pay-rate-exceptions.mjs +2 -2
- package/resources/job-requisitions.d.mts +1 -1
- package/resources/job-requisitions.d.ts +1 -1
- package/resources/job-requisitions.js +1 -1
- package/resources/job-requisitions.mjs +1 -1
- package/resources/kiosk-badges.d.mts +1 -1
- package/resources/kiosk-badges.d.ts +1 -1
- package/resources/kiosk-badges.js +1 -1
- package/resources/kiosk-badges.mjs +1 -1
- package/resources/leave-accruals.d.mts +1 -1
- package/resources/leave-accruals.d.ts +1 -1
- package/resources/leave-accruals.js +1 -1
- package/resources/leave-accruals.mjs +1 -1
- package/resources/leave-balances.d.mts +1 -1
- package/resources/leave-balances.d.ts +1 -1
- package/resources/leave-balances.js +1 -1
- package/resources/leave-balances.mjs +1 -1
- package/resources/leave-requests.d.mts +1 -1
- package/resources/leave-requests.d.ts +1 -1
- package/resources/leave-requests.js +1 -1
- package/resources/leave-requests.mjs +1 -1
- package/resources/leave-types.d.mts +1 -1
- package/resources/leave-types.d.ts +1 -1
- package/resources/leave-types.js +1 -1
- package/resources/leave-types.mjs +1 -1
- package/resources/legal-entities.d.mts +1 -1
- package/resources/legal-entities.d.ts +1 -1
- package/resources/legal-entities.js +1 -1
- package/resources/legal-entities.mjs +1 -1
- package/resources/levels.d.mts +26 -5
- package/resources/levels.d.mts.map +1 -1
- package/resources/levels.d.ts +26 -5
- package/resources/levels.d.ts.map +1 -1
- package/resources/levels.js +1 -1
- package/resources/levels.mjs +1 -1
- package/resources/location-factors.d.mts +1 -1
- package/resources/location-factors.d.ts +1 -1
- package/resources/location-factors.js +1 -1
- package/resources/location-factors.mjs +1 -1
- package/resources/packages/index.d.mts +3 -0
- package/resources/packages/index.d.mts.map +1 -0
- package/resources/packages/index.d.ts +3 -0
- package/resources/packages/index.d.ts.map +1 -0
- package/resources/packages/index.js +9 -0
- package/resources/packages/index.js.map +1 -0
- package/resources/packages/index.mjs +4 -0
- package/resources/packages/index.mjs.map +1 -0
- package/resources/packages/packages.d.mts +239 -0
- package/resources/packages/packages.d.mts.map +1 -0
- package/resources/packages/packages.d.ts +239 -0
- package/resources/packages/packages.d.ts.map +1 -0
- package/resources/packages/packages.js +60 -0
- package/resources/packages/packages.js.map +1 -0
- package/resources/packages/packages.mjs +55 -0
- package/resources/packages/packages.mjs.map +1 -0
- package/resources/packages/versions.d.mts +72 -0
- package/resources/packages/versions.d.mts.map +1 -0
- package/resources/packages/versions.d.ts +72 -0
- package/resources/packages/versions.d.ts.map +1 -0
- package/resources/packages/versions.js +19 -0
- package/resources/packages/versions.js.map +1 -0
- package/resources/packages/versions.mjs +15 -0
- package/resources/packages/versions.mjs.map +1 -0
- package/resources/packages.d.mts +2 -0
- package/resources/packages.d.mts.map +1 -0
- package/resources/packages.d.ts +2 -0
- package/resources/packages.d.ts.map +1 -0
- package/resources/packages.js +6 -0
- package/resources/packages.js.map +1 -0
- package/resources/packages.mjs +3 -0
- package/resources/packages.mjs.map +1 -0
- package/resources/scheduled-job-assignments.d.mts +1 -1
- package/resources/scheduled-job-assignments.d.ts +1 -1
- package/resources/scheduled-job-assignments.js +1 -1
- package/resources/scheduled-job-assignments.mjs +1 -1
- package/resources/schedules.d.mts +1 -1
- package/resources/schedules.d.ts +1 -1
- package/resources/schedules.js +1 -1
- package/resources/schedules.mjs +1 -1
- package/resources/shift-assignments.d.mts +1 -1
- package/resources/shift-assignments.d.ts +1 -1
- package/resources/shift-assignments.js +1 -1
- package/resources/shift-assignments.mjs +1 -1
- package/resources/shift-inputs.d.mts +1 -1
- package/resources/shift-inputs.d.ts +1 -1
- package/resources/shift-inputs.js +1 -1
- package/resources/shift-inputs.mjs +1 -1
- package/resources/shiftassignments.d.mts +1 -1
- package/resources/shiftassignments.d.ts +1 -1
- package/resources/shiftassignments.js +1 -1
- package/resources/shiftassignments.mjs +1 -1
- package/resources/sites.d.mts +572 -0
- package/resources/sites.d.mts.map +1 -0
- package/resources/sites.d.ts +572 -0
- package/resources/sites.d.ts.map +1 -0
- package/resources/sites.js +154 -0
- package/resources/sites.js.map +1 -0
- package/resources/sites.mjs +150 -0
- package/resources/sites.mjs.map +1 -0
- package/resources/software-deployments.d.mts +1 -1
- package/resources/software-deployments.d.ts +1 -1
- package/resources/software-deployments.js +1 -1
- package/resources/software-deployments.mjs +1 -1
- package/resources/time-cards.d.mts +1 -1
- package/resources/time-cards.d.ts +1 -1
- package/resources/time-cards.js +1 -1
- package/resources/time-cards.mjs +1 -1
- package/resources/time-entries.d.mts +1 -1
- package/resources/time-entries.d.ts +1 -1
- package/resources/time-entries.js +1 -1
- package/resources/time-entries.mjs +1 -1
- package/resources/tracks.d.mts +1 -1
- package/resources/tracks.d.ts +1 -1
- package/resources/tracks.js +1 -1
- package/resources/tracks.mjs +1 -1
- package/resources/unassigned-shifts.d.mts +2 -2
- package/resources/unassigned-shifts.d.ts +2 -2
- package/resources/unassigned-shifts.js +2 -2
- package/resources/unassigned-shifts.mjs +2 -2
- package/resources/unassignedshifts.d.mts +1 -1
- package/resources/unassignedshifts.d.ts +1 -1
- package/resources/unassignedshifts.js +1 -1
- package/resources/unassignedshifts.mjs +1 -1
- package/resources/worker-time-splits.d.mts +1 -1
- package/resources/worker-time-splits.d.ts +1 -1
- package/resources/worker-time-splits.js +1 -1
- package/resources/worker-time-splits.mjs +1 -1
- package/src/client.ts +91 -0
- package/src/core/platform/custom-objects/category.ts +294 -0
- package/src/core/platform/custom-objects/definition.ts +373 -0
- package/src/core/platform/custom-objects/fields.ts +653 -0
- package/src/core/platform/custom-objects/function-runtime.ts +76 -0
- package/src/core/platform/custom-objects/lifecycle.ts +557 -0
- package/src/core/platform/custom-objects/manager.ts +959 -0
- package/src/core/platform/custom-objects/provisioning.ts +672 -0
- package/src/core/platform/custom-objects/rql.ts +375 -0
- package/src/core/platform/custom-objects/schema-manager.ts +351 -0
- package/src/core/platform/custom-objects/typed-rql.ts +1273 -0
- package/src/core/platform/custom-objects/types.ts +753 -0
- package/src/core/platform/custom-objects/validation.ts +573 -0
- package/src/core/platform/custom-objects.ts +269 -0
- package/src/lib/leave-programs/README.md +160 -0
- package/src/lib/leave-programs/advanced.ts +11 -0
- package/src/lib/leave-programs/context.ts +101 -0
- package/src/lib/leave-programs/define-company-leave-program.ts +58 -0
- package/src/lib/leave-programs/duration.ts +20 -0
- package/src/lib/leave-programs/pay.ts +18 -0
- package/src/lib/leave-programs/policy-builder.ts +113 -0
- package/src/lib/leave-programs/recipes/parental-top-up-policy.ts +85 -0
- package/src/lib/leave-programs/testing.ts +16 -0
- package/src/lib/leave-programs/types.ts +274 -0
- package/src/lib/leave-programs.ts +35 -0
- package/src/resources/agents/agents.ts +340 -0
- package/src/resources/agents/deployments.ts +249 -0
- package/src/resources/agents/index.ts +40 -0
- package/src/resources/agents/sessions/events.ts +107 -0
- package/src/resources/agents/sessions/index.ts +12 -0
- package/src/resources/agents/sessions/sessions.ts +216 -0
- package/src/resources/agents/sessions.ts +3 -0
- package/src/resources/agents/source-revisions.ts +267 -0
- package/src/resources/agents.ts +3 -0
- package/src/resources/break-policies.ts +1 -1
- package/src/resources/break-types.ts +1 -1
- package/src/resources/business-structure-paths.ts +1 -1
- package/src/resources/candidate-applications.ts +1 -1
- package/src/resources/candidates.ts +1 -1
- package/src/resources/company-legal-entities.ts +1 -1
- package/src/resources/company-legal-entity-workers.ts +1 -1
- package/src/resources/compensation-bands-details.ts +1 -1
- package/src/resources/compensations.ts +1 -1
- package/src/resources/custom-objects/custom-objects.ts +8 -0
- package/src/resources/custom-objects/fields.ts +192 -59
- package/src/resources/device-orders.ts +1 -1
- package/src/resources/devices.ts +1 -1
- package/src/resources/functions/deployments.ts +2 -2
- package/src/resources/functions/executions.ts +2 -2
- package/src/resources/functions/functions.ts +1 -1
- package/src/resources/headcount-positions.ts +1 -1
- package/src/resources/headcount-priorities.ts +1 -1
- package/src/resources/index.ts +38 -0
- package/src/resources/job-assignments.ts +2 -2
- package/src/resources/job-codes.ts +2 -2
- package/src/resources/job-dimensions.ts +1 -1
- package/src/resources/job-pay-rate-exceptions.ts +2 -2
- package/src/resources/job-requisitions.ts +1 -1
- package/src/resources/kiosk-badges.ts +1 -1
- package/src/resources/leave-accruals.ts +1 -1
- package/src/resources/leave-balances.ts +1 -1
- package/src/resources/leave-requests.ts +1 -1
- package/src/resources/leave-types.ts +1 -1
- package/src/resources/legal-entities.ts +1 -1
- package/src/resources/levels.ts +29 -5
- package/src/resources/location-factors.ts +1 -1
- package/src/resources/packages/index.ts +14 -0
- package/src/resources/packages/packages.ts +329 -0
- package/src/resources/packages/versions.ts +98 -0
- package/src/resources/packages.ts +3 -0
- package/src/resources/scheduled-job-assignments.ts +1 -1
- package/src/resources/schedules.ts +1 -1
- package/src/resources/shift-assignments.ts +1 -1
- package/src/resources/shift-inputs.ts +1 -1
- package/src/resources/shiftassignments.ts +1 -1
- package/src/resources/sites.ts +736 -0
- package/src/resources/software-deployments.ts +1 -1
- package/src/resources/time-cards.ts +1 -1
- package/src/resources/time-entries.ts +1 -1
- package/src/resources/tracks.ts +1 -1
- package/src/resources/unassigned-shifts.ts +2 -2
- package/src/resources/unassignedshifts.ts +1 -1
- package/src/resources/worker-time-splits.ts +1 -1
- 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
|
@@ -0,0 +1,572 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import * as BusinessPartnersAPI from "./business-partners.mjs";
|
|
3
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
4
|
+
import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
|
|
5
|
+
import { type Uploadable } from "../core/uploads.mjs";
|
|
6
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
7
|
+
export declare class Sites extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves sites that the user has view or edit access on.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* // Automatically fetches more pages as needed.
|
|
14
|
+
* for await (const siteListResponse of client.sites.list()) {
|
|
15
|
+
* // ...
|
|
16
|
+
* }
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
list(options?: RequestOptions): PagePromise<SiteListResponsesPageCursorURL, SiteListResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Create a new site via multipart/form-data. Requires name, api_name, and an asset
|
|
22
|
+
* file (HTML or zip).
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```ts
|
|
26
|
+
* const site = await client.sites.create({
|
|
27
|
+
* api_name: 'my_portal',
|
|
28
|
+
* asset: fs.createReadStream('path/to/file'),
|
|
29
|
+
* name: 'My Portal',
|
|
30
|
+
* entry_path: 'index.html',
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
create(body: SiteCreateParams, options?: RequestOptions): APIPromise<SiteCreateResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Retrieve a specific site.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* ```ts
|
|
40
|
+
* const site = await client.sites.retrieve('employee_portal');
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
retrieve(apiName: string, options?: RequestOptions): APIPromise<SiteRetrieveResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Update a site via multipart/form-data. Provide asset when replacing the bundle;
|
|
46
|
+
* asset is required when entry_path is set.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* const site = await client.sites.update('employee_portal', {
|
|
51
|
+
* asset: fs.createReadStream('path/to/file'),
|
|
52
|
+
* entry_path: 'index.html',
|
|
53
|
+
* name: 'My Portal',
|
|
54
|
+
* });
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
update(apiName: string, body?: SiteUpdateParams | null | undefined, options?: RequestOptions): APIPromise<SiteUpdateResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* Delete a site.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* ```ts
|
|
63
|
+
* await client.sites.delete('employee_portal');
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
delete(apiName: string, options?: RequestOptions): APIPromise<void>;
|
|
67
|
+
/**
|
|
68
|
+
* Upload one or more files into Custom Sites staging storage and return active
|
|
69
|
+
* file_id values for later file-operations puts.
|
|
70
|
+
*
|
|
71
|
+
* Send multipart/form-data with fileMeta plus one binary part named
|
|
72
|
+
* file[<client_ref>] for each metadata entry.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```ts
|
|
76
|
+
* const response = await client.sites.uploadBatches({
|
|
77
|
+
* fileMeta: [{ client_ref: 'index', path: 'index.html' }],
|
|
78
|
+
* 'file[index]': fs.createReadStream('path/to/file'),
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
uploadBatches(body: SiteUploadBatchesParams, options?: RequestOptions): APIPromise<SiteUploadBatchesResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* List files and persisted directories from the active bundle manifest.
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* ```ts
|
|
88
|
+
* const response = await client.sites.files(
|
|
89
|
+
* 'employee_portal',
|
|
90
|
+
* );
|
|
91
|
+
* ```
|
|
92
|
+
*/
|
|
93
|
+
files(apiName: string, query?: SiteFilesParams | null | undefined, options?: RequestOptions): APIPromise<SiteFilesResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* Apply file and directory operations atomically against the active bundle.
|
|
96
|
+
*
|
|
97
|
+
* @example
|
|
98
|
+
* ```ts
|
|
99
|
+
* const response = await client.sites.fileOperations('employee_portal', {
|
|
100
|
+
* base_bundle_id: 'bundle_id',
|
|
101
|
+
* operations: [
|
|
102
|
+
* {
|
|
103
|
+
* op: 'put',
|
|
104
|
+
* kind: 'file',
|
|
105
|
+
* path: 'assets/logo.png',
|
|
106
|
+
* file_id: 'file_id_1',
|
|
107
|
+
* },
|
|
108
|
+
* {
|
|
109
|
+
* op: 'put',
|
|
110
|
+
* kind: 'directory',
|
|
111
|
+
* path: 'assets/images',
|
|
112
|
+
* },
|
|
113
|
+
* {
|
|
114
|
+
* op: 'rename',
|
|
115
|
+
* kind: 'file',
|
|
116
|
+
* from_path: 'home.html',
|
|
117
|
+
* to_path: 'index.html',
|
|
118
|
+
* },
|
|
119
|
+
* {
|
|
120
|
+
* op: 'delete',
|
|
121
|
+
* kind: 'file',
|
|
122
|
+
* path: 'old.js',
|
|
123
|
+
* },
|
|
124
|
+
* ],
|
|
125
|
+
* entry_path: 'index.html',
|
|
126
|
+
* });
|
|
127
|
+
* ```
|
|
128
|
+
*/
|
|
129
|
+
fileOperations(apiName: string, body: SiteFileOperationsParams, options?: RequestOptions): APIPromise<SiteFileOperationsResponse>;
|
|
130
|
+
}
|
|
131
|
+
export type SiteListResponsesPageCursorURL = PageCursorURL<SiteListResponse>;
|
|
132
|
+
export interface SiteListResponse {
|
|
133
|
+
/**
|
|
134
|
+
* Identifier field
|
|
135
|
+
*/
|
|
136
|
+
id?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The admin group id for the custom site
|
|
139
|
+
*/
|
|
140
|
+
admin_group_id?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The unique api name of the custom site
|
|
143
|
+
*/
|
|
144
|
+
api_name?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Record creation date
|
|
147
|
+
*/
|
|
148
|
+
created_at?: string;
|
|
149
|
+
/**
|
|
150
|
+
* The ID of the role that created the custom site
|
|
151
|
+
*/
|
|
152
|
+
created_by?: string;
|
|
153
|
+
/**
|
|
154
|
+
* The active bundle id for the custom site
|
|
155
|
+
*/
|
|
156
|
+
current_bundle_id?: string;
|
|
157
|
+
/**
|
|
158
|
+
* The entry path inside the uploaded asset
|
|
159
|
+
*/
|
|
160
|
+
entry_path?: string;
|
|
161
|
+
/**
|
|
162
|
+
* A Rippling-owned logo URL for the custom site
|
|
163
|
+
*/
|
|
164
|
+
logo?: string;
|
|
165
|
+
/**
|
|
166
|
+
* The display name of the custom site
|
|
167
|
+
*/
|
|
168
|
+
name?: string;
|
|
169
|
+
/**
|
|
170
|
+
* The viewer group id for the custom site
|
|
171
|
+
*/
|
|
172
|
+
viewer_group_id?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface SiteCreateResponse {
|
|
175
|
+
/**
|
|
176
|
+
* Identifier field
|
|
177
|
+
*/
|
|
178
|
+
id?: string;
|
|
179
|
+
/**
|
|
180
|
+
* The admin group id for the custom site
|
|
181
|
+
*/
|
|
182
|
+
admin_group_id?: string;
|
|
183
|
+
/**
|
|
184
|
+
* The unique api name of the custom site
|
|
185
|
+
*/
|
|
186
|
+
api_name?: string;
|
|
187
|
+
/**
|
|
188
|
+
* Record creation date
|
|
189
|
+
*/
|
|
190
|
+
created_at?: string;
|
|
191
|
+
/**
|
|
192
|
+
* The ID of the role that created the custom site
|
|
193
|
+
*/
|
|
194
|
+
created_by?: string;
|
|
195
|
+
/**
|
|
196
|
+
* The active bundle id for the custom site
|
|
197
|
+
*/
|
|
198
|
+
current_bundle_id?: string;
|
|
199
|
+
/**
|
|
200
|
+
* The entry path inside the uploaded asset
|
|
201
|
+
*/
|
|
202
|
+
entry_path?: string;
|
|
203
|
+
/**
|
|
204
|
+
* A Rippling-owned logo URL for the custom site
|
|
205
|
+
*/
|
|
206
|
+
logo?: string;
|
|
207
|
+
/**
|
|
208
|
+
* The display name of the custom site
|
|
209
|
+
*/
|
|
210
|
+
name?: string;
|
|
211
|
+
/**
|
|
212
|
+
* The viewer group id for the custom site
|
|
213
|
+
*/
|
|
214
|
+
viewer_group_id?: string;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Meta information for the response.
|
|
218
|
+
*/
|
|
219
|
+
export interface SiteRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
220
|
+
/**
|
|
221
|
+
* Identifier field
|
|
222
|
+
*/
|
|
223
|
+
id?: string;
|
|
224
|
+
/**
|
|
225
|
+
* The admin group id for the custom site
|
|
226
|
+
*/
|
|
227
|
+
admin_group_id?: string;
|
|
228
|
+
/**
|
|
229
|
+
* The unique api name of the custom site
|
|
230
|
+
*/
|
|
231
|
+
api_name?: string;
|
|
232
|
+
/**
|
|
233
|
+
* Record creation date
|
|
234
|
+
*/
|
|
235
|
+
created_at?: string;
|
|
236
|
+
/**
|
|
237
|
+
* The ID of the role that created the custom site
|
|
238
|
+
*/
|
|
239
|
+
created_by?: string;
|
|
240
|
+
/**
|
|
241
|
+
* The active bundle id for the custom site
|
|
242
|
+
*/
|
|
243
|
+
current_bundle_id?: string;
|
|
244
|
+
/**
|
|
245
|
+
* The entry path inside the uploaded asset
|
|
246
|
+
*/
|
|
247
|
+
entry_path?: string;
|
|
248
|
+
/**
|
|
249
|
+
* A Rippling-owned logo URL for the custom site
|
|
250
|
+
*/
|
|
251
|
+
logo?: string;
|
|
252
|
+
/**
|
|
253
|
+
* The display name of the custom site
|
|
254
|
+
*/
|
|
255
|
+
name?: string;
|
|
256
|
+
/**
|
|
257
|
+
* The viewer group id for the custom site
|
|
258
|
+
*/
|
|
259
|
+
viewer_group_id?: string;
|
|
260
|
+
}
|
|
261
|
+
export interface SiteUpdateResponse {
|
|
262
|
+
/**
|
|
263
|
+
* Identifier field
|
|
264
|
+
*/
|
|
265
|
+
id?: string;
|
|
266
|
+
/**
|
|
267
|
+
* The admin group id for the custom site
|
|
268
|
+
*/
|
|
269
|
+
admin_group_id?: string;
|
|
270
|
+
/**
|
|
271
|
+
* The unique api name of the custom site
|
|
272
|
+
*/
|
|
273
|
+
api_name?: string;
|
|
274
|
+
/**
|
|
275
|
+
* Record creation date
|
|
276
|
+
*/
|
|
277
|
+
created_at?: string;
|
|
278
|
+
/**
|
|
279
|
+
* The ID of the role that created the custom site
|
|
280
|
+
*/
|
|
281
|
+
created_by?: string;
|
|
282
|
+
/**
|
|
283
|
+
* The active bundle id for the custom site
|
|
284
|
+
*/
|
|
285
|
+
current_bundle_id?: string;
|
|
286
|
+
/**
|
|
287
|
+
* The entry path inside the uploaded asset
|
|
288
|
+
*/
|
|
289
|
+
entry_path?: string;
|
|
290
|
+
/**
|
|
291
|
+
* A Rippling-owned logo URL for the custom site
|
|
292
|
+
*/
|
|
293
|
+
logo?: string;
|
|
294
|
+
/**
|
|
295
|
+
* The display name of the custom site
|
|
296
|
+
*/
|
|
297
|
+
name?: string;
|
|
298
|
+
/**
|
|
299
|
+
* The viewer group id for the custom site
|
|
300
|
+
*/
|
|
301
|
+
viewer_group_id?: string;
|
|
302
|
+
}
|
|
303
|
+
export interface SiteUploadBatchesResponse {
|
|
304
|
+
/**
|
|
305
|
+
* Staged files created by the upload batch.
|
|
306
|
+
*/
|
|
307
|
+
files?: Array<SiteUploadBatchesResponse.File>;
|
|
308
|
+
/**
|
|
309
|
+
* Identifier for the staged upload batch.
|
|
310
|
+
*/
|
|
311
|
+
upload_batch_id?: string;
|
|
312
|
+
}
|
|
313
|
+
export declare namespace SiteUploadBatchesResponse {
|
|
314
|
+
interface File {
|
|
315
|
+
/**
|
|
316
|
+
* Client-provided reference that maps to the multipart file field name.
|
|
317
|
+
*/
|
|
318
|
+
client_ref?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Active staged upload identifier for use in file operations.
|
|
321
|
+
*/
|
|
322
|
+
file_id?: string;
|
|
323
|
+
/**
|
|
324
|
+
* Normalized Custom Sites path for the uploaded file.
|
|
325
|
+
*/
|
|
326
|
+
path?: string;
|
|
327
|
+
/**
|
|
328
|
+
* Upload status. New uploads are returned as active.
|
|
329
|
+
*/
|
|
330
|
+
status?: string;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
export interface SiteFilesResponse {
|
|
334
|
+
/**
|
|
335
|
+
* Active bundle identifier.
|
|
336
|
+
*/
|
|
337
|
+
bundle_id?: string;
|
|
338
|
+
/**
|
|
339
|
+
* Directories in the listing scope.
|
|
340
|
+
*/
|
|
341
|
+
directories?: Array<SiteFilesResponse.Directory>;
|
|
342
|
+
/**
|
|
343
|
+
* Entry path for the active bundle.
|
|
344
|
+
*/
|
|
345
|
+
entry_path?: string;
|
|
346
|
+
/**
|
|
347
|
+
* Files in the listing scope.
|
|
348
|
+
*/
|
|
349
|
+
files?: Array<SiteFilesResponse.File>;
|
|
350
|
+
/**
|
|
351
|
+
* Directory path used for the listing.
|
|
352
|
+
*/
|
|
353
|
+
parent_path?: string;
|
|
354
|
+
/**
|
|
355
|
+
* Whether the listing was recursive.
|
|
356
|
+
*/
|
|
357
|
+
recursive?: boolean;
|
|
358
|
+
}
|
|
359
|
+
export declare namespace SiteFilesResponse {
|
|
360
|
+
interface Directory {
|
|
361
|
+
/**
|
|
362
|
+
* Directory name.
|
|
363
|
+
*/
|
|
364
|
+
name?: string;
|
|
365
|
+
/**
|
|
366
|
+
* Parent directory path.
|
|
367
|
+
*/
|
|
368
|
+
parent_path?: string;
|
|
369
|
+
/**
|
|
370
|
+
* Normalized directory path inside the active bundle.
|
|
371
|
+
*/
|
|
372
|
+
path?: string;
|
|
373
|
+
}
|
|
374
|
+
interface File {
|
|
375
|
+
/**
|
|
376
|
+
* MIME content type.
|
|
377
|
+
*/
|
|
378
|
+
content_type?: string;
|
|
379
|
+
/**
|
|
380
|
+
* File name.
|
|
381
|
+
*/
|
|
382
|
+
name?: string;
|
|
383
|
+
/**
|
|
384
|
+
* Parent directory path.
|
|
385
|
+
*/
|
|
386
|
+
parent_path?: string;
|
|
387
|
+
/**
|
|
388
|
+
* Normalized file path inside the active bundle.
|
|
389
|
+
*/
|
|
390
|
+
path?: string;
|
|
391
|
+
/**
|
|
392
|
+
* SHA-256 hash of the file contents.
|
|
393
|
+
*/
|
|
394
|
+
sha256?: string;
|
|
395
|
+
/**
|
|
396
|
+
* File size in bytes.
|
|
397
|
+
*/
|
|
398
|
+
size_bytes?: number;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
export interface SiteFileOperationsResponse {
|
|
402
|
+
/**
|
|
403
|
+
* Identifier field
|
|
404
|
+
*/
|
|
405
|
+
id?: string;
|
|
406
|
+
/**
|
|
407
|
+
* The admin group id for the custom site
|
|
408
|
+
*/
|
|
409
|
+
admin_group_id?: string;
|
|
410
|
+
/**
|
|
411
|
+
* The unique api name of the custom site
|
|
412
|
+
*/
|
|
413
|
+
api_name?: string;
|
|
414
|
+
/**
|
|
415
|
+
* Record creation date
|
|
416
|
+
*/
|
|
417
|
+
created_at?: string;
|
|
418
|
+
/**
|
|
419
|
+
* The ID of the role that created the custom site
|
|
420
|
+
*/
|
|
421
|
+
created_by?: string;
|
|
422
|
+
/**
|
|
423
|
+
* The active bundle id for the custom site
|
|
424
|
+
*/
|
|
425
|
+
current_bundle_id?: string;
|
|
426
|
+
/**
|
|
427
|
+
* The entry path inside the uploaded asset
|
|
428
|
+
*/
|
|
429
|
+
entry_path?: string;
|
|
430
|
+
/**
|
|
431
|
+
* A Rippling-owned logo URL for the custom site
|
|
432
|
+
*/
|
|
433
|
+
logo?: string;
|
|
434
|
+
/**
|
|
435
|
+
* The display name of the custom site
|
|
436
|
+
*/
|
|
437
|
+
name?: string;
|
|
438
|
+
/**
|
|
439
|
+
* The viewer group id for the custom site
|
|
440
|
+
*/
|
|
441
|
+
viewer_group_id?: string;
|
|
442
|
+
}
|
|
443
|
+
export interface SiteCreateParams {
|
|
444
|
+
/**
|
|
445
|
+
* The unique api name of the custom site.
|
|
446
|
+
*/
|
|
447
|
+
api_name: string;
|
|
448
|
+
/**
|
|
449
|
+
* Site asset file. Accepts a single HTML file (text/html) or a zip archive
|
|
450
|
+
* (application/zip) of the site bundle.
|
|
451
|
+
*/
|
|
452
|
+
asset: Uploadable;
|
|
453
|
+
/**
|
|
454
|
+
* The display name of the custom site.
|
|
455
|
+
*/
|
|
456
|
+
name: string;
|
|
457
|
+
/**
|
|
458
|
+
* Entry path inside the uploaded asset (for example index.html). Required only
|
|
459
|
+
* when the asset does not already contain an index.html entry; optional otherwise
|
|
460
|
+
* (including zip uploads that include index.html).
|
|
461
|
+
*/
|
|
462
|
+
entry_path?: string;
|
|
463
|
+
/**
|
|
464
|
+
* Optional Rippling-owned logo URL for the custom site.
|
|
465
|
+
*/
|
|
466
|
+
logo?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface SiteUpdateParams {
|
|
469
|
+
/**
|
|
470
|
+
* Site asset file. Accepts a single HTML file (text/html) or a zip archive
|
|
471
|
+
* (application/zip) of the site bundle.
|
|
472
|
+
*/
|
|
473
|
+
asset?: Uploadable;
|
|
474
|
+
/**
|
|
475
|
+
* Entry path inside the uploaded asset (for example index.html). Required only
|
|
476
|
+
* when the asset does not already contain an index.html entry; optional otherwise
|
|
477
|
+
* (including zip uploads that include index.html).
|
|
478
|
+
*/
|
|
479
|
+
entry_path?: string;
|
|
480
|
+
/**
|
|
481
|
+
* Optional Rippling-owned logo URL for the custom site.
|
|
482
|
+
*/
|
|
483
|
+
logo?: string;
|
|
484
|
+
/**
|
|
485
|
+
* The display name of the custom site.
|
|
486
|
+
*/
|
|
487
|
+
name?: string;
|
|
488
|
+
}
|
|
489
|
+
export interface SiteUploadBatchesParams {
|
|
490
|
+
/**
|
|
491
|
+
* File metadata for each multipart upload part.
|
|
492
|
+
*/
|
|
493
|
+
fileMeta: Array<SiteUploadBatchesParams.FileMeta>;
|
|
494
|
+
/**
|
|
495
|
+
* Binary file contents for client_ref index. Repeat as file[<client_ref>] for each
|
|
496
|
+
* fileMeta entry.
|
|
497
|
+
*/
|
|
498
|
+
'file[index]'?: Uploadable;
|
|
499
|
+
}
|
|
500
|
+
export declare namespace SiteUploadBatchesParams {
|
|
501
|
+
interface FileMeta {
|
|
502
|
+
/**
|
|
503
|
+
* Client-provided reference that maps to the multipart file field name.
|
|
504
|
+
*/
|
|
505
|
+
client_ref: string;
|
|
506
|
+
/**
|
|
507
|
+
* Normalized Custom Sites path for the uploaded file.
|
|
508
|
+
*/
|
|
509
|
+
path: string;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
export interface SiteFilesParams {
|
|
513
|
+
/**
|
|
514
|
+
* Directory path to list. Defaults to the bundle root.
|
|
515
|
+
*/
|
|
516
|
+
parent_path?: string;
|
|
517
|
+
/**
|
|
518
|
+
* Whether to list files recursively. Defaults to false.
|
|
519
|
+
*/
|
|
520
|
+
recursive?: boolean;
|
|
521
|
+
}
|
|
522
|
+
export interface SiteFileOperationsParams {
|
|
523
|
+
/**
|
|
524
|
+
* Must match the site's current active bundle. Returns 409 when stale.
|
|
525
|
+
*/
|
|
526
|
+
base_bundle_id: string;
|
|
527
|
+
/**
|
|
528
|
+
* Non-empty array of file or directory operations.
|
|
529
|
+
*/
|
|
530
|
+
operations: Array<SiteFileOperationsParams.Operation>;
|
|
531
|
+
/**
|
|
532
|
+
* Optional bundle entry path. When omitted, the current entry path is kept.
|
|
533
|
+
*/
|
|
534
|
+
entry_path?: string;
|
|
535
|
+
}
|
|
536
|
+
export declare namespace SiteFileOperationsParams {
|
|
537
|
+
interface Operation {
|
|
538
|
+
/**
|
|
539
|
+
* Target kind. Supported values are file and directory.
|
|
540
|
+
*/
|
|
541
|
+
kind: string;
|
|
542
|
+
/**
|
|
543
|
+
* Operation type. Supported values are put, rename, move, and delete.
|
|
544
|
+
*/
|
|
545
|
+
op: string;
|
|
546
|
+
/**
|
|
547
|
+
* Staged upload file_id. Required for put operations on files.
|
|
548
|
+
*/
|
|
549
|
+
file_id?: string;
|
|
550
|
+
/**
|
|
551
|
+
* Source path for rename and move operations.
|
|
552
|
+
*/
|
|
553
|
+
from_path?: string;
|
|
554
|
+
/**
|
|
555
|
+
* Target path for put and delete operations.
|
|
556
|
+
*/
|
|
557
|
+
path?: string;
|
|
558
|
+
/**
|
|
559
|
+
* When true, delete directory removes nested files. Used by delete directory
|
|
560
|
+
* operations.
|
|
561
|
+
*/
|
|
562
|
+
recursive?: boolean;
|
|
563
|
+
/**
|
|
564
|
+
* Destination path for rename and move operations.
|
|
565
|
+
*/
|
|
566
|
+
to_path?: string;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
export declare namespace Sites {
|
|
570
|
+
export { type SiteListResponse as SiteListResponse, type SiteCreateResponse as SiteCreateResponse, type SiteRetrieveResponse as SiteRetrieveResponse, type SiteUpdateResponse as SiteUpdateResponse, type SiteUploadBatchesResponse as SiteUploadBatchesResponse, type SiteFilesResponse as SiteFilesResponse, type SiteFileOperationsResponse as SiteFileOperationsResponse, type SiteListResponsesPageCursorURL as SiteListResponsesPageCursorURL, type SiteCreateParams as SiteCreateParams, type SiteUpdateParams as SiteUpdateParams, type SiteUploadBatchesParams as SiteUploadBatchesParams, type SiteFilesParams as SiteFilesParams, type SiteFileOperationsParams as SiteFileOperationsParams, };
|
|
571
|
+
}
|
|
572
|
+
//# sourceMappingURL=sites.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sites.d.mts","sourceRoot":"","sources":["../src/resources/sites.ts"],"names":[],"mappings":"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"}
|