@rippling/rippling-sdk 0.2.0-alpha.87 → 0.2.0-alpha.89
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 +46 -10
- package/client.d.mts.map +1 -1
- package/client.d.ts +46 -10
- package/client.d.ts.map +1 -1
- package/client.js +36 -0
- package/client.js.map +1 -1
- package/client.mjs +36 -0
- package/client.mjs.map +1 -1
- package/examples/manifest/acp-agent/acp-agent.ts +52 -0
- package/examples/manifest/acp-agent/agent/index.ts +9 -0
- package/lib/manifest/_existing-component-fields.d.mts.map +1 -1
- package/lib/manifest/_existing-component-fields.d.ts.map +1 -1
- package/lib/manifest/_existing-component-fields.js +1 -0
- package/lib/manifest/_existing-component-fields.js.map +1 -1
- package/lib/manifest/_existing-component-fields.mjs +1 -0
- package/lib/manifest/_existing-component-fields.mjs.map +1 -1
- package/lib/manifest/acp-agent.d.mts +66 -0
- package/lib/manifest/acp-agent.d.mts.map +1 -0
- package/lib/manifest/acp-agent.d.ts +66 -0
- package/lib/manifest/acp-agent.d.ts.map +1 -0
- package/lib/manifest/acp-agent.js +135 -0
- package/lib/manifest/acp-agent.js.map +1 -0
- package/lib/manifest/acp-agent.mjs +131 -0
- package/lib/manifest/acp-agent.mjs.map +1 -0
- package/lib/manifest/existing-manifest-context.d.mts +3 -0
- package/lib/manifest/existing-manifest-context.d.mts.map +1 -1
- package/lib/manifest/existing-manifest-context.d.ts +3 -0
- package/lib/manifest/existing-manifest-context.d.ts.map +1 -1
- package/lib/manifest/existing-manifest-context.js +14 -0
- package/lib/manifest/existing-manifest-context.js.map +1 -1
- package/lib/manifest/existing-manifest-context.mjs +14 -0
- package/lib/manifest/existing-manifest-context.mjs.map +1 -1
- package/lib/manifest/index.d.mts +1 -0
- package/lib/manifest/index.d.mts.map +1 -1
- package/lib/manifest/index.d.ts +1 -0
- package/lib/manifest/index.d.ts.map +1 -1
- package/lib/manifest/index.js +3 -1
- package/lib/manifest/index.js.map +1 -1
- package/lib/manifest/index.mjs +1 -0
- package/lib/manifest/index.mjs.map +1 -1
- package/lib/manifest/manifest-builder.d.mts +1 -1
- package/lib/manifest/manifest-builder.d.mts.map +1 -1
- package/lib/manifest/manifest-builder.d.ts +1 -1
- package/lib/manifest/manifest-builder.d.ts.map +1 -1
- package/lib/manifest/manifest-builder.js.map +1 -1
- package/lib/manifest/manifest-builder.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/agents/sessions/index.d.mts +1 -0
- package/resources/agents/sessions/index.d.mts.map +1 -1
- package/resources/agents/sessions/index.d.ts +1 -0
- package/resources/agents/sessions/index.d.ts.map +1 -1
- package/resources/agents/sessions/index.js +3 -1
- package/resources/agents/sessions/index.js.map +1 -1
- package/resources/agents/sessions/index.mjs +1 -0
- package/resources/agents/sessions/index.mjs.map +1 -1
- package/resources/agents/sessions/messages.d.mts +60 -0
- package/resources/agents/sessions/messages.d.mts.map +1 -0
- package/resources/agents/sessions/messages.d.ts +60 -0
- package/resources/agents/sessions/messages.d.ts.map +1 -0
- package/resources/agents/sessions/messages.js +19 -0
- package/resources/agents/sessions/messages.js.map +1 -0
- package/resources/agents/sessions/messages.mjs +15 -0
- package/resources/agents/sessions/messages.mjs.map +1 -0
- package/resources/agents/sessions/sessions.d.mts +4 -0
- package/resources/agents/sessions/sessions.d.mts.map +1 -1
- package/resources/agents/sessions/sessions.d.ts +4 -0
- package/resources/agents/sessions/sessions.d.ts.map +1 -1
- package/resources/agents/sessions/sessions.js +4 -0
- package/resources/agents/sessions/sessions.js.map +1 -1
- package/resources/agents/sessions/sessions.mjs +4 -0
- package/resources/agents/sessions/sessions.mjs.map +1 -1
- package/resources/app-users.d.mts +4 -0
- package/resources/app-users.d.mts.map +1 -1
- package/resources/app-users.d.ts +4 -0
- package/resources/app-users.d.ts.map +1 -1
- package/resources/break-policies.d.mts +4 -0
- package/resources/break-policies.d.mts.map +1 -1
- package/resources/break-policies.d.ts +4 -0
- package/resources/break-policies.d.ts.map +1 -1
- package/resources/break-types.d.mts +4 -0
- package/resources/break-types.d.mts.map +1 -1
- package/resources/break-types.d.ts +4 -0
- package/resources/break-types.d.ts.map +1 -1
- package/resources/business-partner-groups.d.mts +4 -0
- package/resources/business-partner-groups.d.mts.map +1 -1
- package/resources/business-partner-groups.d.ts +4 -0
- package/resources/business-partner-groups.d.ts.map +1 -1
- package/resources/business-partners.d.mts +4 -0
- package/resources/business-partners.d.mts.map +1 -1
- package/resources/business-partners.d.ts +4 -0
- package/resources/business-partners.d.ts.map +1 -1
- package/resources/business-structure-paths.d.mts +4 -0
- package/resources/business-structure-paths.d.mts.map +1 -1
- package/resources/business-structure-paths.d.ts +4 -0
- package/resources/business-structure-paths.d.ts.map +1 -1
- package/resources/candidate-applications.d.mts +4 -0
- package/resources/candidate-applications.d.mts.map +1 -1
- package/resources/candidate-applications.d.ts +4 -0
- package/resources/candidate-applications.d.ts.map +1 -1
- package/resources/candidates.d.mts +4 -0
- package/resources/candidates.d.mts.map +1 -1
- package/resources/candidates.d.ts +4 -0
- package/resources/candidates.d.ts.map +1 -1
- package/resources/companies.d.mts +4 -0
- package/resources/companies.d.mts.map +1 -1
- package/resources/companies.d.ts +4 -0
- package/resources/companies.d.ts.map +1 -1
- package/resources/company-legal-entities.d.mts +4 -0
- package/resources/company-legal-entities.d.mts.map +1 -1
- package/resources/company-legal-entities.d.ts +4 -0
- package/resources/company-legal-entities.d.ts.map +1 -1
- package/resources/company-legal-entity-workers.d.mts +4 -0
- package/resources/company-legal-entity-workers.d.mts.map +1 -1
- package/resources/company-legal-entity-workers.d.ts +4 -0
- package/resources/company-legal-entity-workers.d.ts.map +1 -1
- package/resources/compensation-bands-details.d.mts +4 -0
- package/resources/compensation-bands-details.d.mts.map +1 -1
- package/resources/compensation-bands-details.d.ts +4 -0
- package/resources/compensation-bands-details.d.ts.map +1 -1
- package/resources/compensations.d.mts +4 -0
- package/resources/compensations.d.mts.map +1 -1
- package/resources/compensations.d.ts +4 -0
- package/resources/compensations.d.ts.map +1 -1
- package/resources/custom-fields.d.mts +4 -0
- package/resources/custom-fields.d.mts.map +1 -1
- package/resources/custom-fields.d.ts +4 -0
- package/resources/custom-fields.d.ts.map +1 -1
- package/resources/custom-objects/custom-objects.d.mts +13 -6
- package/resources/custom-objects/custom-objects.d.mts.map +1 -1
- package/resources/custom-objects/custom-objects.d.ts +13 -6
- package/resources/custom-objects/custom-objects.d.ts.map +1 -1
- package/resources/custom-objects/custom-objects.js +2 -2
- package/resources/custom-objects/custom-objects.js.map +1 -1
- package/resources/custom-objects/custom-objects.mjs +2 -2
- package/resources/custom-objects/custom-objects.mjs.map +1 -1
- package/resources/custom-objects/fields.d.mts +9 -2
- package/resources/custom-objects/fields.d.mts.map +1 -1
- package/resources/custom-objects/fields.d.ts +9 -2
- package/resources/custom-objects/fields.d.ts.map +1 -1
- package/resources/custom-objects/fields.js +2 -2
- package/resources/custom-objects/fields.js.map +1 -1
- package/resources/custom-objects/fields.mjs +2 -2
- package/resources/custom-objects/fields.mjs.map +1 -1
- package/resources/custom-objects/index.d.mts +3 -3
- package/resources/custom-objects/index.d.mts.map +1 -1
- package/resources/custom-objects/index.d.ts +3 -3
- package/resources/custom-objects/index.d.ts.map +1 -1
- package/resources/custom-objects/index.js.map +1 -1
- package/resources/custom-objects/index.mjs.map +1 -1
- package/resources/custom-objects/records.d.mts +9 -2
- package/resources/custom-objects/records.d.mts.map +1 -1
- package/resources/custom-objects/records.d.ts +9 -2
- package/resources/custom-objects/records.d.ts.map +1 -1
- package/resources/custom-objects/records.js +2 -2
- package/resources/custom-objects/records.js.map +1 -1
- package/resources/custom-objects/records.mjs +2 -2
- package/resources/custom-objects/records.mjs.map +1 -1
- package/resources/custom-settings.d.mts +4 -0
- package/resources/custom-settings.d.mts.map +1 -1
- package/resources/custom-settings.d.ts +4 -0
- package/resources/custom-settings.d.ts.map +1 -1
- package/resources/departments.d.mts +4 -0
- package/resources/departments.d.mts.map +1 -1
- package/resources/departments.d.ts +4 -0
- package/resources/departments.d.ts.map +1 -1
- package/resources/device-orders.d.mts +4 -0
- package/resources/device-orders.d.mts.map +1 -1
- package/resources/device-orders.d.ts +4 -0
- package/resources/device-orders.d.ts.map +1 -1
- package/resources/devices.d.mts +4 -0
- package/resources/devices.d.mts.map +1 -1
- package/resources/devices.d.ts +4 -0
- package/resources/devices.d.ts.map +1 -1
- package/resources/earning-types.d.mts +9 -2
- package/resources/earning-types.d.mts.map +1 -1
- package/resources/earning-types.d.ts +9 -2
- package/resources/earning-types.d.ts.map +1 -1
- package/resources/earning-types.js +5 -2
- package/resources/earning-types.js.map +1 -1
- package/resources/earning-types.mjs +5 -2
- package/resources/earning-types.mjs.map +1 -1
- package/resources/earnings-inputs.d.mts +9 -2
- package/resources/earnings-inputs.d.mts.map +1 -1
- package/resources/earnings-inputs.d.ts +9 -2
- package/resources/earnings-inputs.d.ts.map +1 -1
- package/resources/earnings-inputs.js +5 -2
- package/resources/earnings-inputs.js.map +1 -1
- package/resources/earnings-inputs.mjs +5 -2
- package/resources/earnings-inputs.mjs.map +1 -1
- package/resources/employment-types.d.mts +4 -0
- package/resources/employment-types.d.mts.map +1 -1
- package/resources/employment-types.d.ts +4 -0
- package/resources/employment-types.d.ts.map +1 -1
- package/resources/functions/executions.d.mts +5 -0
- package/resources/functions/executions.d.mts.map +1 -1
- package/resources/functions/executions.d.ts +5 -0
- package/resources/functions/executions.d.ts.map +1 -1
- package/resources/functions/functions.d.mts +5 -0
- package/resources/functions/functions.d.mts.map +1 -1
- package/resources/functions/functions.d.ts +5 -0
- package/resources/functions/functions.d.ts.map +1 -1
- package/resources/functions/functions.js.map +1 -1
- package/resources/functions/functions.mjs.map +1 -1
- package/resources/headcount-positions.d.mts +4 -0
- package/resources/headcount-positions.d.mts.map +1 -1
- package/resources/headcount-positions.d.ts +4 -0
- package/resources/headcount-positions.d.ts.map +1 -1
- package/resources/headcount-priorities.d.mts +4 -0
- package/resources/headcount-priorities.d.mts.map +1 -1
- package/resources/headcount-priorities.d.ts +4 -0
- package/resources/headcount-priorities.d.ts.map +1 -1
- package/resources/index.d.mts +11 -5
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +11 -5
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +14 -2
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +6 -0
- package/resources/index.mjs.map +1 -1
- package/resources/job-assignments.d.mts +8 -0
- package/resources/job-assignments.d.mts.map +1 -1
- package/resources/job-assignments.d.ts +8 -0
- package/resources/job-assignments.d.ts.map +1 -1
- package/resources/job-codes.d.mts +8 -0
- package/resources/job-codes.d.mts.map +1 -1
- package/resources/job-codes.d.ts +8 -0
- package/resources/job-codes.d.ts.map +1 -1
- package/resources/job-dimensions.d.mts +4 -0
- package/resources/job-dimensions.d.mts.map +1 -1
- package/resources/job-dimensions.d.ts +4 -0
- package/resources/job-dimensions.d.ts.map +1 -1
- package/resources/job-functions.d.mts +4 -0
- package/resources/job-functions.d.mts.map +1 -1
- package/resources/job-functions.d.ts +4 -0
- package/resources/job-functions.d.ts.map +1 -1
- package/resources/job-pay-rate-exceptions.d.mts +8 -0
- package/resources/job-pay-rate-exceptions.d.mts.map +1 -1
- package/resources/job-pay-rate-exceptions.d.ts +8 -0
- package/resources/job-pay-rate-exceptions.d.ts.map +1 -1
- package/resources/job-requisitions.d.mts +4 -0
- package/resources/job-requisitions.d.mts.map +1 -1
- package/resources/job-requisitions.d.ts +4 -0
- package/resources/job-requisitions.d.ts.map +1 -1
- package/resources/kiosk-badges.d.mts +4 -0
- package/resources/kiosk-badges.d.mts.map +1 -1
- package/resources/kiosk-badges.d.ts +4 -0
- package/resources/kiosk-badges.d.ts.map +1 -1
- package/resources/leave-accruals.d.mts +4 -0
- package/resources/leave-accruals.d.mts.map +1 -1
- package/resources/leave-accruals.d.ts +4 -0
- package/resources/leave-accruals.d.ts.map +1 -1
- package/resources/leave-balances.d.mts +4 -0
- package/resources/leave-balances.d.mts.map +1 -1
- package/resources/leave-balances.d.ts +4 -0
- package/resources/leave-balances.d.ts.map +1 -1
- package/resources/leave-program-evaluations.d.mts +5 -0
- package/resources/leave-program-evaluations.d.mts.map +1 -1
- package/resources/leave-program-evaluations.d.ts +5 -0
- package/resources/leave-program-evaluations.d.ts.map +1 -1
- package/resources/leave-requests.d.mts +4 -0
- package/resources/leave-requests.d.mts.map +1 -1
- package/resources/leave-requests.d.ts +4 -0
- package/resources/leave-requests.d.ts.map +1 -1
- package/resources/leave-types.d.mts +4 -0
- package/resources/leave-types.d.mts.map +1 -1
- package/resources/leave-types.d.ts +4 -0
- package/resources/leave-types.d.ts.map +1 -1
- package/resources/legal-entities.d.mts +4 -0
- package/resources/legal-entities.d.mts.map +1 -1
- package/resources/legal-entities.d.ts +4 -0
- package/resources/legal-entities.d.ts.map +1 -1
- package/resources/levels.d.mts +4 -0
- package/resources/levels.d.mts.map +1 -1
- package/resources/levels.d.ts +4 -0
- package/resources/levels.d.ts.map +1 -1
- package/resources/location-factors.d.mts +4 -0
- package/resources/location-factors.d.mts.map +1 -1
- package/resources/location-factors.d.ts +4 -0
- package/resources/location-factors.d.ts.map +1 -1
- package/resources/metadata/component-schemas.d.mts +93 -0
- package/resources/metadata/component-schemas.d.mts.map +1 -0
- package/resources/metadata/component-schemas.d.ts +93 -0
- package/resources/metadata/component-schemas.d.ts.map +1 -0
- package/resources/metadata/component-schemas.js +28 -0
- package/resources/metadata/component-schemas.js.map +1 -0
- package/resources/metadata/component-schemas.mjs +24 -0
- package/resources/metadata/component-schemas.mjs.map +1 -0
- package/resources/metadata/component-types.d.mts +47 -0
- package/resources/metadata/component-types.d.mts.map +1 -0
- package/resources/metadata/component-types.d.ts +47 -0
- package/resources/metadata/component-types.d.ts.map +1 -0
- package/resources/metadata/component-types.js +27 -0
- package/resources/metadata/component-types.js.map +1 -0
- package/resources/metadata/component-types.mjs +23 -0
- package/resources/metadata/component-types.mjs.map +1 -0
- package/resources/metadata/components.d.mts +544 -0
- package/resources/metadata/components.d.mts.map +1 -0
- package/resources/metadata/components.d.ts +544 -0
- package/resources/metadata/components.d.ts.map +1 -0
- package/resources/metadata/components.js +134 -0
- package/resources/metadata/components.js.map +1 -0
- package/resources/metadata/components.mjs +130 -0
- package/resources/metadata/components.mjs.map +1 -0
- package/resources/metadata/deployment-runs.d.mts +275 -0
- package/resources/metadata/deployment-runs.d.mts.map +1 -0
- package/resources/metadata/deployment-runs.d.ts +275 -0
- package/resources/metadata/deployment-runs.d.ts.map +1 -0
- package/resources/metadata/deployment-runs.js +133 -0
- package/resources/metadata/deployment-runs.js.map +1 -0
- package/resources/metadata/deployment-runs.mjs +129 -0
- package/resources/metadata/deployment-runs.mjs.map +1 -0
- package/resources/metadata/index.d.mts +9 -0
- package/resources/metadata/index.d.mts.map +1 -0
- package/resources/metadata/index.d.ts +9 -0
- package/resources/metadata/index.d.ts.map +1 -0
- package/resources/metadata/index.js +21 -0
- package/resources/metadata/index.js.map +1 -0
- package/resources/metadata/index.mjs +10 -0
- package/resources/metadata/index.mjs.map +1 -0
- package/resources/metadata/metadata.d.mts +125 -0
- package/resources/metadata/metadata.d.mts.map +1 -0
- package/resources/metadata/metadata.d.ts +125 -0
- package/resources/metadata/metadata.d.ts.map +1 -0
- package/resources/metadata/metadata.js +58 -0
- package/resources/metadata/metadata.js.map +1 -0
- package/resources/metadata/metadata.mjs +53 -0
- package/resources/metadata/metadata.mjs.map +1 -0
- package/resources/metadata/schema.d.mts +92 -0
- package/resources/metadata/schema.d.mts.map +1 -0
- package/resources/metadata/schema.d.ts +92 -0
- package/resources/metadata/schema.d.ts.map +1 -0
- package/resources/metadata/schema.js +27 -0
- package/resources/metadata/schema.js.map +1 -0
- package/resources/metadata/schema.mjs +23 -0
- package/resources/metadata/schema.mjs.map +1 -0
- package/resources/metadata/types.d.mts +46 -0
- package/resources/metadata/types.d.mts.map +1 -0
- package/resources/metadata/types.d.ts +46 -0
- package/resources/metadata/types.d.ts.map +1 -0
- package/resources/metadata/types.js +26 -0
- package/resources/metadata/types.js.map +1 -0
- package/resources/metadata/types.mjs +22 -0
- package/resources/metadata/types.mjs.map +1 -0
- package/resources/metadata/validation-runs.d.mts +275 -0
- package/resources/metadata/validation-runs.d.mts.map +1 -0
- package/resources/metadata/validation-runs.d.ts +275 -0
- package/resources/metadata/validation-runs.d.ts.map +1 -0
- package/resources/metadata/validation-runs.js +133 -0
- package/resources/metadata/validation-runs.js.map +1 -0
- package/resources/metadata/validation-runs.mjs +129 -0
- package/resources/metadata/validation-runs.mjs.map +1 -0
- package/resources/metadata.d.mts +2 -0
- package/resources/metadata.d.mts.map +1 -0
- package/resources/metadata.d.ts +2 -0
- package/resources/metadata.d.ts.map +1 -0
- package/resources/metadata.js +6 -0
- package/resources/metadata.js.map +1 -0
- package/resources/metadata.mjs +3 -0
- package/resources/metadata.mjs.map +1 -0
- package/resources/object-categories.d.mts +9 -2
- package/resources/object-categories.d.mts.map +1 -1
- package/resources/object-categories.d.ts +9 -2
- package/resources/object-categories.d.ts.map +1 -1
- package/resources/object-categories.js +5 -2
- package/resources/object-categories.js.map +1 -1
- package/resources/object-categories.mjs +5 -2
- package/resources/object-categories.mjs.map +1 -1
- package/resources/package-installs.d.mts +108 -0
- package/resources/package-installs.d.mts.map +1 -0
- package/resources/package-installs.d.ts +108 -0
- package/resources/package-installs.d.ts.map +1 -0
- package/resources/package-installs.js +25 -0
- package/resources/package-installs.js.map +1 -0
- package/resources/package-installs.mjs +21 -0
- package/resources/package-installs.mjs.map +1 -0
- package/resources/package-uninstalls.d.mts +128 -0
- package/resources/package-uninstalls.d.mts.map +1 -0
- package/resources/package-uninstalls.d.ts +128 -0
- package/resources/package-uninstalls.d.ts.map +1 -0
- package/resources/package-uninstalls.js +25 -0
- package/resources/package-uninstalls.js.map +1 -0
- package/resources/package-uninstalls.mjs +21 -0
- package/resources/package-uninstalls.mjs.map +1 -0
- package/resources/package-version-component-updates.d.mts +117 -0
- package/resources/package-version-component-updates.d.mts.map +1 -0
- package/resources/package-version-component-updates.d.ts +117 -0
- package/resources/package-version-component-updates.d.ts.map +1 -0
- package/resources/package-version-component-updates.js +33 -0
- package/resources/package-version-component-updates.js.map +1 -0
- package/resources/package-version-component-updates.mjs +29 -0
- package/resources/package-version-component-updates.mjs.map +1 -0
- package/resources/package-versions/index.d.mts +3 -0
- package/resources/package-versions/index.d.mts.map +1 -0
- package/resources/package-versions/index.d.ts +3 -0
- package/resources/package-versions/index.d.ts.map +1 -0
- package/resources/package-versions/index.js +9 -0
- package/resources/package-versions/index.js.map +1 -0
- package/resources/package-versions/index.mjs +4 -0
- package/resources/package-versions/index.mjs.map +1 -0
- package/resources/package-versions/next-versions.d.mts +70 -0
- package/resources/package-versions/next-versions.d.mts.map +1 -0
- package/resources/package-versions/next-versions.d.ts +70 -0
- package/resources/package-versions/next-versions.d.ts.map +1 -0
- package/resources/package-versions/next-versions.js +21 -0
- package/resources/package-versions/next-versions.js.map +1 -0
- package/resources/package-versions/next-versions.mjs +17 -0
- package/resources/package-versions/next-versions.mjs.map +1 -0
- package/resources/package-versions/package-versions.d.mts +68 -0
- package/resources/package-versions/package-versions.d.mts.map +1 -0
- package/resources/package-versions/package-versions.d.ts +68 -0
- package/resources/package-versions/package-versions.d.ts.map +1 -0
- package/resources/package-versions/package-versions.js +27 -0
- package/resources/package-versions/package-versions.js.map +1 -0
- package/resources/package-versions/package-versions.mjs +22 -0
- package/resources/package-versions/package-versions.mjs.map +1 -0
- package/resources/package-versions.d.mts +2 -0
- package/resources/package-versions.d.mts.map +1 -0
- package/resources/package-versions.d.ts +2 -0
- package/resources/package-versions.d.ts.map +1 -0
- package/resources/package-versions.js +6 -0
- package/resources/package-versions.js.map +1 -0
- package/resources/package-versions.mjs +3 -0
- package/resources/package-versions.mjs.map +1 -0
- package/resources/packages/packages.d.mts +4 -0
- package/resources/packages/packages.d.mts.map +1 -1
- package/resources/packages/packages.d.ts +4 -0
- package/resources/packages/packages.d.ts.map +1 -1
- package/resources/packages/packages.js.map +1 -1
- package/resources/packages/packages.mjs.map +1 -1
- package/resources/packages/versions.d.mts +12 -16
- package/resources/packages/versions.d.mts.map +1 -1
- package/resources/packages/versions.d.ts +12 -16
- package/resources/packages/versions.d.ts.map +1 -1
- package/resources/payroll-runs/payroll-runs.d.mts +5 -0
- package/resources/payroll-runs/payroll-runs.d.mts.map +1 -1
- package/resources/payroll-runs/payroll-runs.d.ts +5 -0
- package/resources/payroll-runs/payroll-runs.d.ts.map +1 -1
- package/resources/payroll-runs/payroll-runs.js.map +1 -1
- package/resources/payroll-runs/payroll-runs.mjs.map +1 -1
- package/resources/payroll-runs/worker-payroll-records.d.mts +4 -0
- package/resources/payroll-runs/worker-payroll-records.d.mts.map +1 -1
- package/resources/payroll-runs/worker-payroll-records.d.ts +4 -0
- package/resources/payroll-runs/worker-payroll-records.d.ts.map +1 -1
- package/resources/sandboxes.d.mts +668 -0
- package/resources/sandboxes.d.mts.map +1 -0
- package/resources/sandboxes.d.ts +668 -0
- package/resources/sandboxes.d.ts.map +1 -0
- package/resources/sandboxes.js +40 -0
- package/resources/sandboxes.js.map +1 -0
- package/resources/sandboxes.mjs +36 -0
- package/resources/sandboxes.mjs.map +1 -0
- package/resources/scheduled-job-assignments.d.mts +4 -0
- package/resources/scheduled-job-assignments.d.mts.map +1 -1
- package/resources/scheduled-job-assignments.d.ts +4 -0
- package/resources/scheduled-job-assignments.d.ts.map +1 -1
- package/resources/schedules.d.mts +4 -0
- package/resources/schedules.d.mts.map +1 -1
- package/resources/schedules.d.ts +4 -0
- package/resources/schedules.d.ts.map +1 -1
- package/resources/shift-inputs.d.mts +4 -0
- package/resources/shift-inputs.d.mts.map +1 -1
- package/resources/shift-inputs.d.ts +4 -0
- package/resources/shift-inputs.d.ts.map +1 -1
- package/resources/shiftassignments.d.mts +4 -0
- package/resources/shiftassignments.d.mts.map +1 -1
- package/resources/shiftassignments.d.ts +4 -0
- package/resources/shiftassignments.d.ts.map +1 -1
- package/resources/sites.d.mts +84 -78
- package/resources/sites.d.mts.map +1 -1
- package/resources/sites.d.ts +84 -78
- package/resources/sites.d.ts.map +1 -1
- package/resources/sites.js +19 -22
- package/resources/sites.js.map +1 -1
- package/resources/sites.mjs +19 -22
- package/resources/sites.mjs.map +1 -1
- package/resources/software-deployments.d.mts +4 -0
- package/resources/software-deployments.d.mts.map +1 -1
- package/resources/software-deployments.d.ts +4 -0
- package/resources/software-deployments.d.ts.map +1 -1
- package/resources/sso-me.d.mts +4 -0
- package/resources/sso-me.d.mts.map +1 -1
- package/resources/sso-me.d.ts +4 -0
- package/resources/sso-me.d.ts.map +1 -1
- package/resources/supergroups/exclusion-members.d.mts +5 -0
- package/resources/supergroups/exclusion-members.d.mts.map +1 -1
- package/resources/supergroups/exclusion-members.d.ts +5 -0
- package/resources/supergroups/exclusion-members.d.ts.map +1 -1
- package/resources/supergroups/inclusion-members.d.mts +5 -0
- package/resources/supergroups/inclusion-members.d.mts.map +1 -1
- package/resources/supergroups/inclusion-members.d.ts +5 -0
- package/resources/supergroups/inclusion-members.d.ts.map +1 -1
- package/resources/supergroups/members.d.mts +5 -0
- package/resources/supergroups/members.d.mts.map +1 -1
- package/resources/supergroups/members.d.ts +5 -0
- package/resources/supergroups/members.d.ts.map +1 -1
- package/resources/supergroups/supergroups.d.mts +5 -0
- package/resources/supergroups/supergroups.d.mts.map +1 -1
- package/resources/supergroups/supergroups.d.ts +5 -0
- package/resources/supergroups/supergroups.d.ts.map +1 -1
- package/resources/supergroups/supergroups.js.map +1 -1
- package/resources/supergroups/supergroups.mjs.map +1 -1
- package/resources/teams.d.mts +4 -0
- package/resources/teams.d.mts.map +1 -1
- package/resources/teams.d.ts +4 -0
- package/resources/teams.d.ts.map +1 -1
- package/resources/time-cards.d.mts +4 -0
- package/resources/time-cards.d.mts.map +1 -1
- package/resources/time-cards.d.ts +4 -0
- package/resources/time-cards.d.ts.map +1 -1
- package/resources/time-entries.d.mts +4 -0
- package/resources/time-entries.d.mts.map +1 -1
- package/resources/time-entries.d.ts +4 -0
- package/resources/time-entries.d.ts.map +1 -1
- package/resources/titles.d.mts +4 -0
- package/resources/titles.d.mts.map +1 -1
- package/resources/titles.d.ts +4 -0
- package/resources/titles.d.ts.map +1 -1
- package/resources/tracks.d.mts +4 -0
- package/resources/tracks.d.mts.map +1 -1
- package/resources/tracks.d.ts +4 -0
- package/resources/tracks.d.ts.map +1 -1
- package/resources/unassignedshifts.d.mts +4 -0
- package/resources/unassignedshifts.d.mts.map +1 -1
- package/resources/unassignedshifts.d.ts +4 -0
- package/resources/unassignedshifts.d.ts.map +1 -1
- package/resources/users.d.mts +4 -0
- package/resources/users.d.mts.map +1 -1
- package/resources/users.d.ts +4 -0
- package/resources/users.d.ts.map +1 -1
- package/resources/work-locations.d.mts +4 -0
- package/resources/work-locations.d.mts.map +1 -1
- package/resources/work-locations.d.ts +4 -0
- package/resources/work-locations.d.ts.map +1 -1
- package/resources/worker-changes.d.mts +4 -0
- package/resources/worker-changes.d.mts.map +1 -1
- package/resources/worker-changes.d.ts +4 -0
- package/resources/worker-changes.d.ts.map +1 -1
- package/resources/worker-time-splits.d.mts +4 -0
- package/resources/worker-time-splits.d.mts.map +1 -1
- package/resources/worker-time-splits.d.ts +4 -0
- package/resources/worker-time-splits.d.ts.map +1 -1
- package/resources/workers.d.mts +4 -0
- package/resources/workers.d.mts.map +1 -1
- package/resources/workers.d.ts +4 -0
- package/resources/workers.d.ts.map +1 -1
- package/src/client.ts +120 -4
- package/src/lib/manifest/_existing-component-fields.ts +1 -0
- package/src/lib/manifest/acp-agent.ts +207 -0
- package/src/lib/manifest/existing-manifest-context.ts +22 -0
- package/src/lib/manifest/index.ts +8 -0
- package/src/lib/manifest/manifest-builder.ts +1 -0
- package/src/resources/agents/sessions/index.ts +1 -0
- package/src/resources/agents/sessions/messages.ts +83 -0
- package/src/resources/agents/sessions/sessions.ts +10 -0
- package/src/resources/app-users.ts +5 -0
- package/src/resources/break-policies.ts +5 -0
- package/src/resources/break-types.ts +5 -0
- package/src/resources/business-partner-groups.ts +5 -0
- package/src/resources/business-partners.ts +5 -0
- package/src/resources/business-structure-paths.ts +5 -0
- package/src/resources/candidate-applications.ts +5 -0
- package/src/resources/candidates.ts +5 -0
- package/src/resources/companies.ts +5 -0
- package/src/resources/company-legal-entities.ts +5 -0
- package/src/resources/company-legal-entity-workers.ts +5 -0
- package/src/resources/compensation-bands-details.ts +5 -0
- package/src/resources/compensations.ts +5 -0
- package/src/resources/custom-fields.ts +5 -0
- package/src/resources/custom-objects/custom-objects.ts +19 -2
- package/src/resources/custom-objects/fields.ts +12 -1
- package/src/resources/custom-objects/index.ts +3 -0
- package/src/resources/custom-objects/records.ts +12 -1
- package/src/resources/custom-settings.ts +5 -0
- package/src/resources/departments.ts +5 -0
- package/src/resources/device-orders.ts +5 -0
- package/src/resources/devices.ts +5 -0
- package/src/resources/earning-types.ts +15 -1
- package/src/resources/earnings-inputs.ts +15 -1
- package/src/resources/employment-types.ts +5 -0
- package/src/resources/functions/executions.ts +7 -0
- package/src/resources/functions/functions.ts +7 -0
- package/src/resources/headcount-positions.ts +5 -0
- package/src/resources/headcount-priorities.ts +5 -0
- package/src/resources/index.ts +39 -2
- package/src/resources/job-assignments.ts +10 -0
- package/src/resources/job-codes.ts +10 -0
- package/src/resources/job-dimensions.ts +5 -0
- package/src/resources/job-functions.ts +5 -0
- package/src/resources/job-pay-rate-exceptions.ts +10 -0
- package/src/resources/job-requisitions.ts +5 -0
- package/src/resources/kiosk-badges.ts +5 -0
- package/src/resources/leave-accruals.ts +5 -0
- package/src/resources/leave-balances.ts +5 -0
- package/src/resources/leave-program-evaluations.ts +6 -0
- package/src/resources/leave-requests.ts +5 -0
- package/src/resources/leave-types.ts +5 -0
- package/src/resources/legal-entities.ts +5 -0
- package/src/resources/levels.ts +5 -0
- package/src/resources/location-factors.ts +5 -0
- package/src/resources/metadata/component-schemas.ts +109 -0
- package/src/resources/metadata/component-types.ts +56 -0
- package/src/resources/metadata/components.ts +630 -0
- package/src/resources/metadata/deployment-runs.ts +356 -0
- package/src/resources/metadata/index.ts +40 -0
- package/src/resources/metadata/metadata.ts +221 -0
- package/src/resources/metadata/schema.ts +105 -0
- package/src/resources/metadata/types.ts +55 -0
- package/src/resources/metadata/validation-runs.ts +356 -0
- package/src/resources/metadata.ts +3 -0
- package/src/resources/object-categories.ts +18 -2
- package/src/resources/package-installs.ts +143 -0
- package/src/resources/package-uninstalls.ts +168 -0
- package/src/resources/package-version-component-updates.ts +154 -0
- package/src/resources/package-versions/index.ts +8 -0
- package/src/resources/package-versions/next-versions.ts +95 -0
- package/src/resources/package-versions/package-versions.ts +100 -0
- package/src/resources/package-versions.ts +3 -0
- package/src/resources/packages/packages.ts +5 -0
- package/src/resources/packages/versions.ts +13 -18
- package/src/resources/payroll-runs/payroll-runs.ts +7 -0
- package/src/resources/payroll-runs/worker-payroll-records.ts +5 -0
- package/src/resources/sandboxes.ts +808 -0
- package/src/resources/scheduled-job-assignments.ts +5 -0
- package/src/resources/schedules.ts +5 -0
- package/src/resources/shift-inputs.ts +5 -0
- package/src/resources/shiftassignments.ts +5 -0
- package/src/resources/sites.ts +100 -98
- package/src/resources/software-deployments.ts +5 -0
- package/src/resources/sso-me.ts +5 -0
- package/src/resources/supergroups/exclusion-members.ts +7 -0
- package/src/resources/supergroups/inclusion-members.ts +7 -0
- package/src/resources/supergroups/members.ts +7 -0
- package/src/resources/supergroups/supergroups.ts +7 -0
- package/src/resources/teams.ts +5 -0
- package/src/resources/time-cards.ts +5 -0
- package/src/resources/time-entries.ts +5 -0
- package/src/resources/titles.ts +5 -0
- package/src/resources/tracks.ts +5 -0
- package/src/resources/unassignedshifts.ts +5 -0
- package/src/resources/users.ts +5 -0
- package/src/resources/work-locations.ts +5 -0
- package/src/resources/worker-changes.ts +5 -0
- package/src/resources/worker-time-splits.ts +5 -0
- package/src/resources/workers.ts +5 -0
- 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
package/resources/sites.d.mts
CHANGED
|
@@ -2,11 +2,12 @@ import { APIResource } from "../core/resource.mjs";
|
|
|
2
2
|
import * as BusinessPartnersAPI from "./business-partners.mjs";
|
|
3
3
|
import { APIPromise } from "../core/api-promise.mjs";
|
|
4
4
|
import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
|
|
5
|
-
import { type Uploadable } from "../core/uploads.mjs";
|
|
6
5
|
import { RequestOptions } from "../internal/request-options.mjs";
|
|
7
6
|
export declare class Sites extends APIResource {
|
|
8
7
|
/**
|
|
9
|
-
* Retrieves sites that the user has view or edit access on.
|
|
8
|
+
* Retrieves sites that the user has view or edit access on. Optional query param
|
|
9
|
+
* name filters by case-insensitive substring on display name. Use GET
|
|
10
|
+
* /sites/{api_name}/ for an exact api_name lookup.
|
|
10
11
|
*
|
|
11
12
|
* @example
|
|
12
13
|
* ```ts
|
|
@@ -16,16 +17,15 @@ export declare class Sites extends APIResource {
|
|
|
16
17
|
* }
|
|
17
18
|
* ```
|
|
18
19
|
*/
|
|
19
|
-
list(options?: RequestOptions): PagePromise<SiteListResponsesPageCursorURL, SiteListResponse>;
|
|
20
|
+
list(query?: SiteListParams | null | undefined, options?: RequestOptions): PagePromise<SiteListResponsesPageCursorURL, SiteListResponse>;
|
|
20
21
|
/**
|
|
21
|
-
* Create a new site
|
|
22
|
-
* file (HTML or zip).
|
|
22
|
+
* Create a new site from a staged upload.
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* ```ts
|
|
26
26
|
* const site = await client.sites.create({
|
|
27
27
|
* api_name: 'my_portal',
|
|
28
|
-
*
|
|
28
|
+
* file_id: 'file_id_1',
|
|
29
29
|
* name: 'My Portal',
|
|
30
30
|
* entry_path: 'index.html',
|
|
31
31
|
* });
|
|
@@ -42,14 +42,14 @@ export declare class Sites extends APIResource {
|
|
|
42
42
|
*/
|
|
43
43
|
retrieve(apiName: string, options?: RequestOptions): APIPromise<SiteRetrieveResponse>;
|
|
44
44
|
/**
|
|
45
|
-
* Update a site
|
|
46
|
-
*
|
|
45
|
+
* Update a site. To replace the bundle, pass a file_id from
|
|
46
|
+
* upload-batches/presign.
|
|
47
47
|
*
|
|
48
48
|
* @example
|
|
49
49
|
* ```ts
|
|
50
50
|
* const site = await client.sites.update('employee_portal', {
|
|
51
|
-
* asset: fs.createReadStream('path/to/file'),
|
|
52
51
|
* entry_path: 'index.html',
|
|
52
|
+
* file_id: 'file_id_1',
|
|
53
53
|
* name: 'My Portal',
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
|
@@ -65,21 +65,18 @@ export declare class Sites extends APIResource {
|
|
|
65
65
|
*/
|
|
66
66
|
delete(apiName: string, options?: RequestOptions): APIPromise<void>;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
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.
|
|
68
|
+
* Create staged upload records and return presigned S3 POST credentials.
|
|
73
69
|
*
|
|
74
70
|
* @example
|
|
75
71
|
* ```ts
|
|
76
|
-
* const response = await client.sites.
|
|
77
|
-
*
|
|
78
|
-
*
|
|
72
|
+
* const response = await client.sites.uploadBatchesPresign({
|
|
73
|
+
* file_intents: [
|
|
74
|
+
* { client_ref: 'index', file_name: 'index.html' },
|
|
75
|
+
* ],
|
|
79
76
|
* });
|
|
80
77
|
* ```
|
|
81
78
|
*/
|
|
82
|
-
|
|
79
|
+
uploadBatchesPresign(body: SiteUploadBatchesPresignParams, options?: RequestOptions): APIPromise<SiteUploadBatchesPresignResponse>;
|
|
83
80
|
/**
|
|
84
81
|
* List files and persisted directories from the active bundle manifest.
|
|
85
82
|
*
|
|
@@ -129,6 +126,9 @@ export declare class Sites extends APIResource {
|
|
|
129
126
|
fileOperations(apiName: string, body: SiteFileOperationsParams, options?: RequestOptions): APIPromise<SiteFileOperationsResponse>;
|
|
130
127
|
}
|
|
131
128
|
export type SiteListResponsesPageCursorURL = PageCursorURL<SiteListResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Response/resource shape for a custom site.
|
|
131
|
+
*/
|
|
132
132
|
export interface SiteListResponse {
|
|
133
133
|
/**
|
|
134
134
|
* Identifier field
|
|
@@ -154,10 +154,6 @@ export interface SiteListResponse {
|
|
|
154
154
|
* The active bundle id for the custom site
|
|
155
155
|
*/
|
|
156
156
|
current_bundle_id?: string;
|
|
157
|
-
/**
|
|
158
|
-
* The entry path inside the uploaded asset
|
|
159
|
-
*/
|
|
160
|
-
entry_path?: string;
|
|
161
157
|
/**
|
|
162
158
|
* A Rippling-owned logo URL for the custom site
|
|
163
159
|
*/
|
|
@@ -171,6 +167,9 @@ export interface SiteListResponse {
|
|
|
171
167
|
*/
|
|
172
168
|
viewer_group_id?: string;
|
|
173
169
|
}
|
|
170
|
+
/**
|
|
171
|
+
* Response/resource shape for a custom site.
|
|
172
|
+
*/
|
|
174
173
|
export interface SiteCreateResponse {
|
|
175
174
|
/**
|
|
176
175
|
* Identifier field
|
|
@@ -196,10 +195,6 @@ export interface SiteCreateResponse {
|
|
|
196
195
|
* The active bundle id for the custom site
|
|
197
196
|
*/
|
|
198
197
|
current_bundle_id?: string;
|
|
199
|
-
/**
|
|
200
|
-
* The entry path inside the uploaded asset
|
|
201
|
-
*/
|
|
202
|
-
entry_path?: string;
|
|
203
198
|
/**
|
|
204
199
|
* A Rippling-owned logo URL for the custom site
|
|
205
200
|
*/
|
|
@@ -241,10 +236,6 @@ export interface SiteRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
|
241
236
|
* The active bundle id for the custom site
|
|
242
237
|
*/
|
|
243
238
|
current_bundle_id?: string;
|
|
244
|
-
/**
|
|
245
|
-
* The entry path inside the uploaded asset
|
|
246
|
-
*/
|
|
247
|
-
entry_path?: string;
|
|
248
239
|
/**
|
|
249
240
|
* A Rippling-owned logo URL for the custom site
|
|
250
241
|
*/
|
|
@@ -258,6 +249,9 @@ export interface SiteRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
|
258
249
|
*/
|
|
259
250
|
viewer_group_id?: string;
|
|
260
251
|
}
|
|
252
|
+
/**
|
|
253
|
+
* Response/resource shape for a custom site.
|
|
254
|
+
*/
|
|
261
255
|
export interface SiteUpdateResponse {
|
|
262
256
|
/**
|
|
263
257
|
* Identifier field
|
|
@@ -283,10 +277,6 @@ export interface SiteUpdateResponse {
|
|
|
283
277
|
* The active bundle id for the custom site
|
|
284
278
|
*/
|
|
285
279
|
current_bundle_id?: string;
|
|
286
|
-
/**
|
|
287
|
-
* The entry path inside the uploaded asset
|
|
288
|
-
*/
|
|
289
|
-
entry_path?: string;
|
|
290
280
|
/**
|
|
291
281
|
* A Rippling-owned logo URL for the custom site
|
|
292
282
|
*/
|
|
@@ -300,34 +290,44 @@ export interface SiteUpdateResponse {
|
|
|
300
290
|
*/
|
|
301
291
|
viewer_group_id?: string;
|
|
302
292
|
}
|
|
303
|
-
export interface
|
|
293
|
+
export interface SiteUploadBatchesPresignResponse {
|
|
304
294
|
/**
|
|
305
295
|
* Staged files created by the upload batch.
|
|
306
296
|
*/
|
|
307
|
-
files?: Array<
|
|
297
|
+
files?: Array<SiteUploadBatchesPresignResponse.File>;
|
|
308
298
|
/**
|
|
309
299
|
* Identifier for the staged upload batch.
|
|
310
300
|
*/
|
|
311
301
|
upload_batch_id?: string;
|
|
312
302
|
}
|
|
313
|
-
export declare namespace
|
|
303
|
+
export declare namespace SiteUploadBatchesPresignResponse {
|
|
314
304
|
interface File {
|
|
315
305
|
/**
|
|
316
|
-
*
|
|
306
|
+
* Any unique client-chosen id echoed with the staged file_id for correlation. Not
|
|
307
|
+
* used server-side beyond the response.
|
|
317
308
|
*/
|
|
318
309
|
client_ref?: string;
|
|
319
310
|
/**
|
|
320
|
-
*
|
|
311
|
+
* Staged upload identifier for use in create, update, or file operations.
|
|
321
312
|
*/
|
|
322
313
|
file_id?: string;
|
|
323
314
|
/**
|
|
324
|
-
*
|
|
315
|
+
* Staged file name from the presign file_name intent.
|
|
325
316
|
*/
|
|
326
|
-
|
|
317
|
+
file_name?: string;
|
|
327
318
|
/**
|
|
328
|
-
* Upload status.
|
|
319
|
+
* Upload status. Presigned uploads return awaiting_upload until the file is
|
|
320
|
+
* uploaded to S3 and consumed.
|
|
329
321
|
*/
|
|
330
322
|
status?: string;
|
|
323
|
+
/**
|
|
324
|
+
* Form fields required for the S3 POST (send these before the file part).
|
|
325
|
+
*/
|
|
326
|
+
upload_fields?: unknown;
|
|
327
|
+
/**
|
|
328
|
+
* Presigned S3 POST URL for uploading the file bytes.
|
|
329
|
+
*/
|
|
330
|
+
upload_url?: string;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
export interface SiteFilesResponse {
|
|
@@ -398,6 +398,9 @@ export declare namespace SiteFilesResponse {
|
|
|
398
398
|
size_bytes?: number;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
+
/**
|
|
402
|
+
* Response/resource shape for a custom site.
|
|
403
|
+
*/
|
|
401
404
|
export interface SiteFileOperationsResponse {
|
|
402
405
|
/**
|
|
403
406
|
* Identifier field
|
|
@@ -423,10 +426,6 @@ export interface SiteFileOperationsResponse {
|
|
|
423
426
|
* The active bundle id for the custom site
|
|
424
427
|
*/
|
|
425
428
|
current_bundle_id?: string;
|
|
426
|
-
/**
|
|
427
|
-
* The entry path inside the uploaded asset
|
|
428
|
-
*/
|
|
429
|
-
entry_path?: string;
|
|
430
429
|
/**
|
|
431
430
|
* A Rippling-owned logo URL for the custom site
|
|
432
431
|
*/
|
|
@@ -440,73 +439,79 @@ export interface SiteFileOperationsResponse {
|
|
|
440
439
|
*/
|
|
441
440
|
viewer_group_id?: string;
|
|
442
441
|
}
|
|
442
|
+
export interface SiteListParams {
|
|
443
|
+
cursor?: string;
|
|
444
|
+
/**
|
|
445
|
+
* The maximum number of results to return. Defaults to 50. Maximum is 100.
|
|
446
|
+
*/
|
|
447
|
+
limit?: number;
|
|
448
|
+
}
|
|
443
449
|
export interface SiteCreateParams {
|
|
444
450
|
/**
|
|
445
|
-
* The unique api name of the custom site
|
|
451
|
+
* The unique api name of the custom site
|
|
446
452
|
*/
|
|
447
453
|
api_name: string;
|
|
448
454
|
/**
|
|
449
|
-
*
|
|
450
|
-
*
|
|
455
|
+
* Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
|
|
456
|
+
* to S3. Required to create a site or replace the bundle.
|
|
451
457
|
*/
|
|
452
|
-
|
|
458
|
+
file_id: string;
|
|
453
459
|
/**
|
|
454
|
-
* The display name of the custom site
|
|
460
|
+
* The display name of the custom site
|
|
455
461
|
*/
|
|
456
462
|
name: string;
|
|
457
463
|
/**
|
|
458
|
-
* Entry path inside the uploaded asset (for example index.html). Required
|
|
459
|
-
* when the
|
|
460
|
-
* (including zip uploads that include index.html).
|
|
464
|
+
* Entry path inside the uploaded asset (for example index.html). Required with
|
|
465
|
+
* file_id when the zip has no index.html.
|
|
461
466
|
*/
|
|
462
467
|
entry_path?: string;
|
|
463
468
|
/**
|
|
464
|
-
*
|
|
469
|
+
* A Rippling-owned logo URL for the custom site
|
|
465
470
|
*/
|
|
466
471
|
logo?: string;
|
|
467
472
|
}
|
|
468
473
|
export interface SiteUpdateParams {
|
|
469
474
|
/**
|
|
470
|
-
*
|
|
471
|
-
* (application/zip) of the site bundle.
|
|
475
|
+
* The unique api name of the custom site
|
|
472
476
|
*/
|
|
473
|
-
|
|
477
|
+
api_name?: string;
|
|
474
478
|
/**
|
|
475
|
-
* Entry path inside the uploaded asset (for example index.html). Required
|
|
476
|
-
* when the
|
|
477
|
-
* (including zip uploads that include index.html).
|
|
479
|
+
* Entry path inside the uploaded asset (for example index.html). Required with
|
|
480
|
+
* file_id when the zip has no index.html.
|
|
478
481
|
*/
|
|
479
482
|
entry_path?: string;
|
|
480
483
|
/**
|
|
481
|
-
*
|
|
484
|
+
* Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
|
|
485
|
+
* to S3. Required to create a site or replace the bundle.
|
|
486
|
+
*/
|
|
487
|
+
file_id?: string;
|
|
488
|
+
/**
|
|
489
|
+
* A Rippling-owned logo URL for the custom site
|
|
482
490
|
*/
|
|
483
491
|
logo?: string;
|
|
484
492
|
/**
|
|
485
|
-
* The display name of the custom site
|
|
493
|
+
* The display name of the custom site
|
|
486
494
|
*/
|
|
487
495
|
name?: string;
|
|
488
496
|
}
|
|
489
|
-
export interface
|
|
490
|
-
/**
|
|
491
|
-
* File metadata for each multipart upload part.
|
|
492
|
-
*/
|
|
493
|
-
fileMeta: Array<SiteUploadBatchesParams.FileMeta>;
|
|
497
|
+
export interface SiteUploadBatchesPresignParams {
|
|
494
498
|
/**
|
|
495
|
-
*
|
|
496
|
-
* fileMeta entry.
|
|
499
|
+
* Non-empty array of file upload intents to stage with presigned S3 upload URLs.
|
|
497
500
|
*/
|
|
498
|
-
|
|
501
|
+
file_intents: Array<SiteUploadBatchesPresignParams.FileIntent>;
|
|
499
502
|
}
|
|
500
|
-
export declare namespace
|
|
501
|
-
interface
|
|
503
|
+
export declare namespace SiteUploadBatchesPresignParams {
|
|
504
|
+
interface FileIntent {
|
|
502
505
|
/**
|
|
503
|
-
*
|
|
506
|
+
* Any unique client-chosen id echoed with the staged file_id for correlation. Not
|
|
507
|
+
* used server-side beyond the response.
|
|
504
508
|
*/
|
|
505
509
|
client_ref: string;
|
|
506
510
|
/**
|
|
507
|
-
*
|
|
511
|
+
* File name with extension (e.g. site.zip). Used to derive Content-Type and
|
|
512
|
+
* create/PATCH asset type.
|
|
508
513
|
*/
|
|
509
|
-
|
|
514
|
+
file_name: string;
|
|
510
515
|
}
|
|
511
516
|
}
|
|
512
517
|
export interface SiteFilesParams {
|
|
@@ -544,7 +549,8 @@ export declare namespace SiteFileOperationsParams {
|
|
|
544
549
|
*/
|
|
545
550
|
op: string;
|
|
546
551
|
/**
|
|
547
|
-
* Staged upload
|
|
552
|
+
* Staged upload id from POST /sites/upload-batches/presign/ after uploading bytes
|
|
553
|
+
* to S3. Required for put operations on files.
|
|
548
554
|
*/
|
|
549
555
|
file_id?: string;
|
|
550
556
|
/**
|
|
@@ -567,6 +573,6 @@ export declare namespace SiteFileOperationsParams {
|
|
|
567
573
|
}
|
|
568
574
|
}
|
|
569
575
|
export declare namespace Sites {
|
|
570
|
-
export { type SiteListResponse as SiteListResponse, type SiteCreateResponse as SiteCreateResponse, type SiteRetrieveResponse as SiteRetrieveResponse, type SiteUpdateResponse as SiteUpdateResponse, type
|
|
576
|
+
export { type SiteListResponse as SiteListResponse, type SiteCreateResponse as SiteCreateResponse, type SiteRetrieveResponse as SiteRetrieveResponse, type SiteUpdateResponse as SiteUpdateResponse, type SiteUploadBatchesPresignResponse as SiteUploadBatchesPresignResponse, type SiteFilesResponse as SiteFilesResponse, type SiteFileOperationsResponse as SiteFileOperationsResponse, type SiteListResponsesPageCursorURL as SiteListResponsesPageCursorURL, type SiteListParams as SiteListParams, type SiteCreateParams as SiteCreateParams, type SiteUpdateParams as SiteUpdateParams, type SiteUploadBatchesPresignParams as SiteUploadBatchesPresignParams, type SiteFilesParams as SiteFilesParams, type SiteFileOperationsParams as SiteFileOperationsParams, };
|
|
571
577
|
}
|
|
572
578
|
//# sourceMappingURL=sites.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sites.d.mts","sourceRoot":"","sources":["../src/resources/sites.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,KAAK,mBAAmB,gCAA4B;AAC3D,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,+BAA2B;
|
|
1
|
+
{"version":3,"file":"sites.d.mts","sourceRoot":"","sources":["../src/resources/sites.ts"],"names":[],"mappings":"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"}
|