@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"worker-time-splits.d.ts","sourceRoot":"","sources":["../src/resources/worker-time-splits.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"worker-time-splits.d.ts","sourceRoot":"","sources":["../src/resources/worker-time-splits.ts"],"names":[],"mappings":"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"}
|
package/resources/workers.d.mts
CHANGED
|
@@ -343,6 +343,10 @@ export interface WorkerListParams {
|
|
|
343
343
|
cursor?: string;
|
|
344
344
|
expand?: string;
|
|
345
345
|
filter?: string;
|
|
346
|
+
/**
|
|
347
|
+
* The maximum number of results to return. Defaults to 50. Maximum is 100.
|
|
348
|
+
*/
|
|
349
|
+
limit?: number;
|
|
346
350
|
order_by?: string;
|
|
347
351
|
}
|
|
348
352
|
export interface WorkerRetrieveParams {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workers.d.mts","sourceRoot":"","sources":["../src/resources/workers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,KAAK,mBAAmB,gCAA4B;AAC3D,OAAO,KAAK,gBAAgB,4BAAwB;AACpD,OAAO,KAAK,cAAc,0BAAsB;AAChD,OAAO,KAAK,kBAAkB,+BAA2B;AACzD,OAAO,KAAK,gBAAgB,6BAAyB;AACrD,OAAO,KAAK,SAAS,qBAAiB;AACtC,OAAO,KAAK,QAAQ,oBAAgB;AACpC,OAAO,KAAK,QAAQ,oBAAgB;AACpC,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,+BAA2B;AAChE,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,oBAAoB,EAAE,MAAM,CAAC;IAI5C;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,sBAAsB,CAAC;CAGtC;AAED,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAE/D;;;OAGG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAErC;;OAEG;IACH,WAAW,CAAC,EACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GAC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,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ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"}
|
|
1
|
+
{"version":3,"file":"workers.d.mts","sourceRoot":"","sources":["../src/resources/workers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,KAAK,mBAAmB,gCAA4B;AAC3D,OAAO,KAAK,gBAAgB,4BAAwB;AACpD,OAAO,KAAK,cAAc,0BAAsB;AAChD,OAAO,KAAK,kBAAkB,+BAA2B;AACzD,OAAO,KAAK,gBAAgB,6BAAyB;AACrD,OAAO,KAAK,SAAS,qBAAiB;AACtC,OAAO,KAAK,QAAQ,oBAAgB;AACpC,OAAO,KAAK,QAAQ,oBAAgB;AACpC,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,+BAA2B;AAChE,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,oBAAoB,EAAE,MAAM,CAAC;IAI5C;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,sBAAsB,CAAC;CAGtC;AAED,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAE/D;;;OAGG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAErC;;OAEG;IACH,WAAW,CAAC,EACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GAC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,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ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"}
|
package/resources/workers.d.ts
CHANGED
|
@@ -343,6 +343,10 @@ export interface WorkerListParams {
|
|
|
343
343
|
cursor?: string;
|
|
344
344
|
expand?: string;
|
|
345
345
|
filter?: string;
|
|
346
|
+
/**
|
|
347
|
+
* The maximum number of results to return. Defaults to 50. Maximum is 100.
|
|
348
|
+
*/
|
|
349
|
+
limit?: number;
|
|
346
350
|
order_by?: string;
|
|
347
351
|
}
|
|
348
352
|
export interface WorkerRetrieveParams {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workers.d.ts","sourceRoot":"","sources":["../src/resources/workers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,KAAK,mBAAmB,+BAA4B;AAC3D,OAAO,KAAK,gBAAgB,2BAAwB;AACpD,OAAO,KAAK,cAAc,yBAAsB;AAChD,OAAO,KAAK,kBAAkB,8BAA2B;AACzD,OAAO,KAAK,gBAAgB,4BAAyB;AACrD,OAAO,KAAK,SAAS,oBAAiB;AACtC,OAAO,KAAK,QAAQ,mBAAgB;AACpC,OAAO,KAAK,QAAQ,mBAAgB;AACpC,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,8BAA2B;AAChE,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAG7D;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,oBAAoB,EAAE,MAAM,CAAC;IAI5C;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,sBAAsB,CAAC;CAGtC;AAED,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAE/D;;;OAGG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAErC;;OAEG;IACH,WAAW,CAAC,EACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GAC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,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ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"}
|
|
1
|
+
{"version":3,"file":"workers.d.ts","sourceRoot":"","sources":["../src/resources/workers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,KAAK,mBAAmB,+BAA4B;AAC3D,OAAO,KAAK,gBAAgB,2BAAwB;AACpD,OAAO,KAAK,cAAc,yBAAsB;AAChD,OAAO,KAAK,kBAAkB,8BAA2B;AACzD,OAAO,KAAK,gBAAgB,4BAAyB;AACrD,OAAO,KAAK,SAAS,oBAAiB;AACtC,OAAO,KAAK,QAAQ,mBAAgB;AACpC,OAAO,KAAK,QAAQ,mBAAgB;AACpC,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,8BAA2B;AAChE,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAG7D;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,oBAAoB,EAAE,MAAM,CAAC;IAI5C;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,sBAAsB,CAAC;CAGtC;AAED,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAE/D;;;OAGG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAErC;;OAEG;IACH,WAAW,CAAC,EACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GAC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,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ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"}
|
package/src/client.ts
CHANGED
|
@@ -177,6 +177,7 @@ import {
|
|
|
177
177
|
} from './resources/devices';
|
|
178
178
|
import { DraftHireCreateParams, DraftHireCreateResponse, DraftHires } from './resources/draft-hires';
|
|
179
179
|
import {
|
|
180
|
+
EarningTypeListParams,
|
|
180
181
|
EarningTypeListResponse,
|
|
181
182
|
EarningTypeListResponsesPageCursorURL,
|
|
182
183
|
EarningTypes,
|
|
@@ -184,6 +185,7 @@ import {
|
|
|
184
185
|
import {
|
|
185
186
|
EarningsInputCreateParams,
|
|
186
187
|
EarningsInputCreateResponse,
|
|
188
|
+
EarningsInputListParams,
|
|
187
189
|
EarningsInputListResponse,
|
|
188
190
|
EarningsInputListResponsesPageCursorURL,
|
|
189
191
|
EarningsInputs,
|
|
@@ -370,8 +372,27 @@ import {
|
|
|
370
372
|
ObjectCategoriesPageCursorURL,
|
|
371
373
|
ObjectCategory,
|
|
372
374
|
ObjectCategoryCreateParams,
|
|
375
|
+
ObjectCategoryListParams,
|
|
373
376
|
ObjectCategoryUpdateParams,
|
|
374
377
|
} from './resources/object-categories';
|
|
378
|
+
import {
|
|
379
|
+
PackageInstallCreateParams,
|
|
380
|
+
PackageInstallCreateResponse,
|
|
381
|
+
PackageInstallRetrieveResponse,
|
|
382
|
+
PackageInstalls,
|
|
383
|
+
} from './resources/package-installs';
|
|
384
|
+
import {
|
|
385
|
+
PackageUninstallCreateParams,
|
|
386
|
+
PackageUninstallCreateResponse,
|
|
387
|
+
PackageUninstallRetrieveResponse,
|
|
388
|
+
PackageUninstalls,
|
|
389
|
+
} from './resources/package-uninstalls';
|
|
390
|
+
import {
|
|
391
|
+
PackageVersionComponentUpdateCreateParams,
|
|
392
|
+
PackageVersionComponentUpdateCreateResponse,
|
|
393
|
+
PackageVersionComponentUpdateRetrieveResponse,
|
|
394
|
+
PackageVersionComponentUpdates,
|
|
395
|
+
} from './resources/package-version-component-updates';
|
|
375
396
|
import {
|
|
376
397
|
PlatformCapabilities,
|
|
377
398
|
PlatformCapabilityListResponse,
|
|
@@ -383,6 +404,14 @@ import {
|
|
|
383
404
|
ReportRunRetrieveResponse,
|
|
384
405
|
ReportRuns,
|
|
385
406
|
} from './resources/report-runs';
|
|
407
|
+
import {
|
|
408
|
+
SandboxCreateParams,
|
|
409
|
+
SandboxCreateResponse,
|
|
410
|
+
SandboxListParams,
|
|
411
|
+
SandboxListResponse,
|
|
412
|
+
SandboxListResponsesPageCursorURL,
|
|
413
|
+
Sandboxes,
|
|
414
|
+
} from './resources/sandboxes';
|
|
386
415
|
import {
|
|
387
416
|
ScheduledJobAssignmentListParams,
|
|
388
417
|
ScheduledJobAssignmentListResponse,
|
|
@@ -439,13 +468,14 @@ import {
|
|
|
439
468
|
SiteFileOperationsResponse,
|
|
440
469
|
SiteFilesParams,
|
|
441
470
|
SiteFilesResponse,
|
|
471
|
+
SiteListParams,
|
|
442
472
|
SiteListResponse,
|
|
443
473
|
SiteListResponsesPageCursorURL,
|
|
444
474
|
SiteRetrieveResponse,
|
|
445
475
|
SiteUpdateParams,
|
|
446
476
|
SiteUpdateResponse,
|
|
447
|
-
|
|
448
|
-
|
|
477
|
+
SiteUploadBatchesPresignParams,
|
|
478
|
+
SiteUploadBatchesPresignResponse,
|
|
449
479
|
Sites,
|
|
450
480
|
} from './resources/sites';
|
|
451
481
|
import {
|
|
@@ -594,6 +624,7 @@ import {
|
|
|
594
624
|
import {
|
|
595
625
|
CustomObject,
|
|
596
626
|
CustomObjectCreateParams,
|
|
627
|
+
CustomObjectListParams,
|
|
597
628
|
CustomObjectUpdateParams,
|
|
598
629
|
CustomObjects,
|
|
599
630
|
CustomObjectsPageCursorURL,
|
|
@@ -608,6 +639,12 @@ import {
|
|
|
608
639
|
Functions,
|
|
609
640
|
FunctionsPageCursorURL,
|
|
610
641
|
} from './resources/functions/functions';
|
|
642
|
+
import { Metadata, MetadataExtractParams, MetadataExtractResponse } from './resources/metadata/metadata';
|
|
643
|
+
import {
|
|
644
|
+
PackageVersionUpdateParams,
|
|
645
|
+
PackageVersionUpdateResponse,
|
|
646
|
+
PackageVersions,
|
|
647
|
+
} from './resources/package-versions/package-versions';
|
|
611
648
|
import {
|
|
612
649
|
PackageCreateParams,
|
|
613
650
|
PackageCreateResponse,
|
|
@@ -1610,6 +1647,24 @@ export class RipplingSDK {
|
|
|
1610
1647
|
* Author, publish, and install Unity Packages V2 packages
|
|
1611
1648
|
*/
|
|
1612
1649
|
packages: API.Packages = new API.Packages(this);
|
|
1650
|
+
/**
|
|
1651
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
1652
|
+
*/
|
|
1653
|
+
packageInstalls: API.PackageInstalls = new API.PackageInstalls(this);
|
|
1654
|
+
/**
|
|
1655
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
1656
|
+
*/
|
|
1657
|
+
packageUninstalls: API.PackageUninstalls = new API.PackageUninstalls(this);
|
|
1658
|
+
/**
|
|
1659
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
1660
|
+
*/
|
|
1661
|
+
packageVersions: API.PackageVersions = new API.PackageVersions(this);
|
|
1662
|
+
/**
|
|
1663
|
+
* Author, publish, and install Unity Packages V2 packages
|
|
1664
|
+
*/
|
|
1665
|
+
packageVersionComponentUpdates: API.PackageVersionComponentUpdates = new API.PackageVersionComponentUpdates(
|
|
1666
|
+
this,
|
|
1667
|
+
);
|
|
1613
1668
|
/**
|
|
1614
1669
|
* Payroll runs for the company
|
|
1615
1670
|
*/
|
|
@@ -1626,6 +1681,10 @@ export class RipplingSDK {
|
|
|
1626
1681
|
* Report data for company
|
|
1627
1682
|
*/
|
|
1628
1683
|
reportRuns: API.ReportRuns = new API.ReportRuns(this);
|
|
1684
|
+
/**
|
|
1685
|
+
* Isolated environments used for development and testing
|
|
1686
|
+
*/
|
|
1687
|
+
sandboxes: API.Sandboxes = new API.Sandboxes(this);
|
|
1629
1688
|
/**
|
|
1630
1689
|
* Schedules used by the company
|
|
1631
1690
|
*/
|
|
@@ -1675,6 +1734,10 @@ export class RipplingSDK {
|
|
|
1675
1734
|
* Unassigned shifts that are part of a schedule
|
|
1676
1735
|
*/
|
|
1677
1736
|
unassignedShifts: API.UnassignedShifts = new API.UnassignedShifts(this);
|
|
1737
|
+
/**
|
|
1738
|
+
* Custom objects defined by the company
|
|
1739
|
+
*/
|
|
1740
|
+
metadata: API.Metadata = new API.Metadata(this);
|
|
1678
1741
|
}
|
|
1679
1742
|
|
|
1680
1743
|
RipplingSDK.Companies = Companies;
|
|
@@ -1737,10 +1800,15 @@ RipplingSDK.LeaveAccruals = LeaveAccruals;
|
|
|
1737
1800
|
RipplingSDK.LeaveProgramEvaluations = LeaveProgramEvaluations;
|
|
1738
1801
|
RipplingSDK.LocationFactors = LocationFactors;
|
|
1739
1802
|
RipplingSDK.Packages = Packages;
|
|
1803
|
+
RipplingSDK.PackageInstalls = PackageInstalls;
|
|
1804
|
+
RipplingSDK.PackageUninstalls = PackageUninstalls;
|
|
1805
|
+
RipplingSDK.PackageVersions = PackageVersions;
|
|
1806
|
+
RipplingSDK.PackageVersionComponentUpdates = PackageVersionComponentUpdates;
|
|
1740
1807
|
RipplingSDK.PayrollRuns = PayrollRuns;
|
|
1741
1808
|
RipplingSDK.PlatformCapabilities = PlatformCapabilities;
|
|
1742
1809
|
RipplingSDK.Reports = Reports;
|
|
1743
1810
|
RipplingSDK.ReportRuns = ReportRuns;
|
|
1811
|
+
RipplingSDK.Sandboxes = Sandboxes;
|
|
1744
1812
|
RipplingSDK.Schedules = Schedules;
|
|
1745
1813
|
RipplingSDK.ScheduledJobAssignments = ScheduledJobAssignments;
|
|
1746
1814
|
RipplingSDK.Shiftassignments = Shiftassignments;
|
|
@@ -1754,6 +1822,7 @@ RipplingSDK.WorkerTimeSplits = WorkerTimeSplits;
|
|
|
1754
1822
|
RipplingSDK.WorkflowActionExecutions = WorkflowActionExecutions;
|
|
1755
1823
|
RipplingSDK.ShiftAssignments = ShiftAssignments;
|
|
1756
1824
|
RipplingSDK.UnassignedShifts = UnassignedShifts;
|
|
1825
|
+
RipplingSDK.Metadata = Metadata;
|
|
1757
1826
|
|
|
1758
1827
|
export declare namespace RipplingSDK {
|
|
1759
1828
|
export type RequestOptions = Opts.RequestOptions;
|
|
@@ -1781,6 +1850,7 @@ export declare namespace RipplingSDK {
|
|
|
1781
1850
|
CustomObjects as CustomObjects,
|
|
1782
1851
|
type CustomObject as CustomObject,
|
|
1783
1852
|
type CustomObjectsPageCursorURL as CustomObjectsPageCursorURL,
|
|
1853
|
+
type CustomObjectListParams as CustomObjectListParams,
|
|
1784
1854
|
type CustomObjectCreateParams as CustomObjectCreateParams,
|
|
1785
1855
|
type CustomObjectUpdateParams as CustomObjectUpdateParams,
|
|
1786
1856
|
};
|
|
@@ -1904,6 +1974,7 @@ export declare namespace RipplingSDK {
|
|
|
1904
1974
|
ObjectCategories as ObjectCategories,
|
|
1905
1975
|
type ObjectCategory as ObjectCategory,
|
|
1906
1976
|
type ObjectCategoriesPageCursorURL as ObjectCategoriesPageCursorURL,
|
|
1977
|
+
type ObjectCategoryListParams as ObjectCategoryListParams,
|
|
1907
1978
|
type ObjectCategoryCreateParams as ObjectCategoryCreateParams,
|
|
1908
1979
|
type ObjectCategoryUpdateParams as ObjectCategoryUpdateParams,
|
|
1909
1980
|
};
|
|
@@ -2216,6 +2287,7 @@ export declare namespace RipplingSDK {
|
|
|
2216
2287
|
EarningTypes as EarningTypes,
|
|
2217
2288
|
type EarningTypeListResponse as EarningTypeListResponse,
|
|
2218
2289
|
type EarningTypeListResponsesPageCursorURL as EarningTypeListResponsesPageCursorURL,
|
|
2290
|
+
type EarningTypeListParams as EarningTypeListParams,
|
|
2219
2291
|
};
|
|
2220
2292
|
|
|
2221
2293
|
export {
|
|
@@ -2223,6 +2295,7 @@ export declare namespace RipplingSDK {
|
|
|
2223
2295
|
type EarningsInputListResponse as EarningsInputListResponse,
|
|
2224
2296
|
type EarningsInputCreateResponse as EarningsInputCreateResponse,
|
|
2225
2297
|
type EarningsInputListResponsesPageCursorURL as EarningsInputListResponsesPageCursorURL,
|
|
2298
|
+
type EarningsInputListParams as EarningsInputListParams,
|
|
2226
2299
|
type EarningsInputCreateParams as EarningsInputCreateParams,
|
|
2227
2300
|
};
|
|
2228
2301
|
|
|
@@ -2313,6 +2386,33 @@ export declare namespace RipplingSDK {
|
|
|
2313
2386
|
type PackageUpdateParams as PackageUpdateParams,
|
|
2314
2387
|
};
|
|
2315
2388
|
|
|
2389
|
+
export {
|
|
2390
|
+
PackageInstalls as PackageInstalls,
|
|
2391
|
+
type PackageInstallCreateResponse as PackageInstallCreateResponse,
|
|
2392
|
+
type PackageInstallRetrieveResponse as PackageInstallRetrieveResponse,
|
|
2393
|
+
type PackageInstallCreateParams as PackageInstallCreateParams,
|
|
2394
|
+
};
|
|
2395
|
+
|
|
2396
|
+
export {
|
|
2397
|
+
PackageUninstalls as PackageUninstalls,
|
|
2398
|
+
type PackageUninstallCreateResponse as PackageUninstallCreateResponse,
|
|
2399
|
+
type PackageUninstallRetrieveResponse as PackageUninstallRetrieveResponse,
|
|
2400
|
+
type PackageUninstallCreateParams as PackageUninstallCreateParams,
|
|
2401
|
+
};
|
|
2402
|
+
|
|
2403
|
+
export {
|
|
2404
|
+
PackageVersions as PackageVersions,
|
|
2405
|
+
type PackageVersionUpdateResponse as PackageVersionUpdateResponse,
|
|
2406
|
+
type PackageVersionUpdateParams as PackageVersionUpdateParams,
|
|
2407
|
+
};
|
|
2408
|
+
|
|
2409
|
+
export {
|
|
2410
|
+
PackageVersionComponentUpdates as PackageVersionComponentUpdates,
|
|
2411
|
+
type PackageVersionComponentUpdateCreateResponse as PackageVersionComponentUpdateCreateResponse,
|
|
2412
|
+
type PackageVersionComponentUpdateRetrieveResponse as PackageVersionComponentUpdateRetrieveResponse,
|
|
2413
|
+
type PackageVersionComponentUpdateCreateParams as PackageVersionComponentUpdateCreateParams,
|
|
2414
|
+
};
|
|
2415
|
+
|
|
2316
2416
|
export {
|
|
2317
2417
|
PayrollRuns as PayrollRuns,
|
|
2318
2418
|
type PayrollRunListResponse as PayrollRunListResponse,
|
|
@@ -2336,6 +2436,15 @@ export declare namespace RipplingSDK {
|
|
|
2336
2436
|
type ReportRunCreateParams as ReportRunCreateParams,
|
|
2337
2437
|
};
|
|
2338
2438
|
|
|
2439
|
+
export {
|
|
2440
|
+
Sandboxes as Sandboxes,
|
|
2441
|
+
type SandboxListResponse as SandboxListResponse,
|
|
2442
|
+
type SandboxCreateResponse as SandboxCreateResponse,
|
|
2443
|
+
type SandboxListResponsesPageCursorURL as SandboxListResponsesPageCursorURL,
|
|
2444
|
+
type SandboxListParams as SandboxListParams,
|
|
2445
|
+
type SandboxCreateParams as SandboxCreateParams,
|
|
2446
|
+
};
|
|
2447
|
+
|
|
2339
2448
|
export {
|
|
2340
2449
|
Schedules as Schedules,
|
|
2341
2450
|
type ScheduleListResponse as ScheduleListResponse,
|
|
@@ -2376,13 +2485,14 @@ export declare namespace RipplingSDK {
|
|
|
2376
2485
|
type SiteCreateResponse as SiteCreateResponse,
|
|
2377
2486
|
type SiteRetrieveResponse as SiteRetrieveResponse,
|
|
2378
2487
|
type SiteUpdateResponse as SiteUpdateResponse,
|
|
2379
|
-
type
|
|
2488
|
+
type SiteUploadBatchesPresignResponse as SiteUploadBatchesPresignResponse,
|
|
2380
2489
|
type SiteFilesResponse as SiteFilesResponse,
|
|
2381
2490
|
type SiteFileOperationsResponse as SiteFileOperationsResponse,
|
|
2382
2491
|
type SiteListResponsesPageCursorURL as SiteListResponsesPageCursorURL,
|
|
2492
|
+
type SiteListParams as SiteListParams,
|
|
2383
2493
|
type SiteCreateParams as SiteCreateParams,
|
|
2384
2494
|
type SiteUpdateParams as SiteUpdateParams,
|
|
2385
|
-
type
|
|
2495
|
+
type SiteUploadBatchesPresignParams as SiteUploadBatchesPresignParams,
|
|
2386
2496
|
type SiteFilesParams as SiteFilesParams,
|
|
2387
2497
|
type SiteFileOperationsParams as SiteFileOperationsParams,
|
|
2388
2498
|
};
|
|
@@ -2473,6 +2583,12 @@ export declare namespace RipplingSDK {
|
|
|
2473
2583
|
type UnassignedShiftAssignParams as UnassignedShiftAssignParams,
|
|
2474
2584
|
};
|
|
2475
2585
|
|
|
2586
|
+
export {
|
|
2587
|
+
Metadata as Metadata,
|
|
2588
|
+
type MetadataExtractResponse as MetadataExtractResponse,
|
|
2589
|
+
type MetadataExtractParams as MetadataExtractParams,
|
|
2590
|
+
};
|
|
2591
|
+
|
|
2476
2592
|
export type Address = API.Address;
|
|
2477
2593
|
export type CountryCode = API.CountryCode;
|
|
2478
2594
|
export type GroupMember = API.GroupMember;
|
|
@@ -10,6 +10,7 @@ function labelComponent(componentType: string, component: Record<string, any>):
|
|
|
10
10
|
component['rule_id'] ??
|
|
11
11
|
component['flow_id'] ??
|
|
12
12
|
component['sdui_page_id'] ??
|
|
13
|
+
component['source_agent_id'] ??
|
|
13
14
|
component['field_api_name'] ??
|
|
14
15
|
component['section_id'] ??
|
|
15
16
|
'unknown';
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import { getExistingManifestContext, type ExistingManifestContextOptions } from './existing-manifest-context';
|
|
2
|
+
import type { ManifestComponentDeletion, ManifestScope } from './manifest-builder';
|
|
3
|
+
import {
|
|
4
|
+
requireArrayComponentField,
|
|
5
|
+
requireBooleanComponentField,
|
|
6
|
+
requireStringComponentField,
|
|
7
|
+
} from './_existing-component-fields';
|
|
8
|
+
|
|
9
|
+
/** Composer supports only runner-identity ACP agents. */
|
|
10
|
+
export type ACPAgentIdentityMode = 'runner';
|
|
11
|
+
|
|
12
|
+
/** A source file in an ACP agent source revision. */
|
|
13
|
+
export interface ACPAgentSourceFile {
|
|
14
|
+
path: string;
|
|
15
|
+
content: string;
|
|
16
|
+
kind: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/** An event that starts an ACP agent session. */
|
|
20
|
+
export interface ACPAgentEventTrigger {
|
|
21
|
+
key: string;
|
|
22
|
+
eventKey: string;
|
|
23
|
+
rqlFormula: string;
|
|
24
|
+
promptTemplate: string;
|
|
25
|
+
enabled: boolean;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/** Initialization properties for {@link ACPAgent}. */
|
|
29
|
+
export interface ACPAgentProps {
|
|
30
|
+
/** Company-scoped API name. */
|
|
31
|
+
apiName: string;
|
|
32
|
+
/** Display name shown in Rippling. */
|
|
33
|
+
name: string;
|
|
34
|
+
/** Human-readable description. */
|
|
35
|
+
description: string;
|
|
36
|
+
/** Identity used when the agent runs. ACP Composer supports only `runner`. */
|
|
37
|
+
identityMode: ACPAgentIdentityMode;
|
|
38
|
+
/** Omit to preserve existing UI-owned triggers; pass [] to clear them. */
|
|
39
|
+
eventTriggers?: ACPAgentEventTrigger[];
|
|
40
|
+
/** Source files for the agent's latest revision. */
|
|
41
|
+
files: ACPAgentSourceFile[];
|
|
42
|
+
/** Path of the source file that starts the agent. */
|
|
43
|
+
entrypoint: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Defines an Agent Control Plane agent for Composer.
|
|
48
|
+
*
|
|
49
|
+
* New agents use their `apiName` as the Composer source handle, so a
|
|
50
|
+
* source-executed manifest does not need to persist a separate identifier.
|
|
51
|
+
*/
|
|
52
|
+
export class ACPAgent {
|
|
53
|
+
static readonly componentType = 'ACP_AGENT' as const;
|
|
54
|
+
|
|
55
|
+
static toDeletionIdentifier(sourceAgentId: string): ManifestComponentDeletion {
|
|
56
|
+
return {
|
|
57
|
+
type: ACPAgent.componentType,
|
|
58
|
+
source_agent_id: sourceAgentId,
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
private readonly _sourceAgentId: string;
|
|
63
|
+
private readonly _apiName: string;
|
|
64
|
+
private _name: string;
|
|
65
|
+
private _description: string;
|
|
66
|
+
private _eventTriggers: ACPAgentEventTrigger[] | undefined;
|
|
67
|
+
private _files: ACPAgentSourceFile[];
|
|
68
|
+
private _entrypoint: string;
|
|
69
|
+
|
|
70
|
+
constructor(scope: ManifestScope, props: ACPAgentProps, sourceAgentId = props.apiName) {
|
|
71
|
+
if (props.identityMode !== 'runner') {
|
|
72
|
+
throw new Error('ACP agents support only runner identity.');
|
|
73
|
+
}
|
|
74
|
+
if ((props as unknown as Record<string, unknown>)['skills'] !== undefined) {
|
|
75
|
+
throw new Error('ACP Agent skill references are not supported by this SDK release.');
|
|
76
|
+
}
|
|
77
|
+
this._sourceAgentId = sourceAgentId;
|
|
78
|
+
this._apiName = props.apiName;
|
|
79
|
+
this._name = props.name;
|
|
80
|
+
this._description = props.description;
|
|
81
|
+
this._eventTriggers = props.eventTriggers == null ? undefined : [...props.eventTriggers];
|
|
82
|
+
this._files = [...props.files];
|
|
83
|
+
this._entrypoint = props.entrypoint;
|
|
84
|
+
scope._register(this);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/** Loads this ACP agent from the active existing-manifest JSON context. */
|
|
88
|
+
static loadFromExisting(apiName: string, options: ExistingManifestContextOptions = {}): ACPAgent {
|
|
89
|
+
return getExistingManifestContext(options).loadACPAgent(apiName);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/** @internal Hydrates an ACP agent from existing manifest wire JSON. */
|
|
93
|
+
static _fromExistingComponent(scope: ManifestScope, component: Record<string, any>): ACPAgent {
|
|
94
|
+
if (component['skill_ids'] !== undefined) {
|
|
95
|
+
throw new Error('ACP Agent skill references are not supported by this SDK release.');
|
|
96
|
+
}
|
|
97
|
+
const identityMode = requireStringComponentField(
|
|
98
|
+
component,
|
|
99
|
+
'identity_mode',
|
|
100
|
+
ACPAgent.componentType,
|
|
101
|
+
) as ACPAgentIdentityMode;
|
|
102
|
+
if (identityMode !== 'runner') {
|
|
103
|
+
throw new Error('ACP agents support only runner identity.');
|
|
104
|
+
}
|
|
105
|
+
const props: ACPAgentProps = {
|
|
106
|
+
apiName: requireStringComponentField(component, 'api_name', ACPAgent.componentType),
|
|
107
|
+
name: requireStringComponentField(component, 'name', ACPAgent.componentType),
|
|
108
|
+
description: requireStringComponentField(component, 'description', ACPAgent.componentType, {
|
|
109
|
+
allowEmpty: true,
|
|
110
|
+
}),
|
|
111
|
+
identityMode,
|
|
112
|
+
files: requireArrayComponentField<Record<string, any>>(component, 'files', ACPAgent.componentType).map(
|
|
113
|
+
(file) => ({
|
|
114
|
+
path: requireStringComponentField(file, 'path', ACPAgent.componentType),
|
|
115
|
+
content: requireStringComponentField(file, 'content', ACPAgent.componentType),
|
|
116
|
+
kind: requireStringComponentField(file, 'kind', ACPAgent.componentType),
|
|
117
|
+
}),
|
|
118
|
+
),
|
|
119
|
+
entrypoint: requireStringComponentField(component, 'entrypoint', ACPAgent.componentType),
|
|
120
|
+
};
|
|
121
|
+
if (component['event_triggers'] !== undefined) {
|
|
122
|
+
props.eventTriggers = requireArrayComponentField<Record<string, any>>(
|
|
123
|
+
component,
|
|
124
|
+
'event_triggers',
|
|
125
|
+
ACPAgent.componentType,
|
|
126
|
+
).map((trigger) => ({
|
|
127
|
+
key: requireStringComponentField(trigger, 'key', ACPAgent.componentType),
|
|
128
|
+
eventKey: requireStringComponentField(trigger, 'event_key', ACPAgent.componentType),
|
|
129
|
+
rqlFormula: requireStringComponentField(trigger, 'rql_formula', ACPAgent.componentType, {
|
|
130
|
+
allowEmpty: true,
|
|
131
|
+
}),
|
|
132
|
+
promptTemplate: requireStringComponentField(trigger, 'prompt_template', ACPAgent.componentType),
|
|
133
|
+
enabled: requireBooleanComponentField(trigger, 'enabled', ACPAgent.componentType),
|
|
134
|
+
}));
|
|
135
|
+
}
|
|
136
|
+
return new ACPAgent(
|
|
137
|
+
scope,
|
|
138
|
+
props,
|
|
139
|
+
requireStringComponentField(component, 'source_agent_id', ACPAgent.componentType),
|
|
140
|
+
);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
getSourceAgentId(): string {
|
|
144
|
+
return this._sourceAgentId;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
getApiName(): string {
|
|
148
|
+
return this._apiName;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
setName(name: string): this {
|
|
152
|
+
this._name = name;
|
|
153
|
+
return this;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
setDescription(description: string): this {
|
|
157
|
+
this._description = description;
|
|
158
|
+
return this;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
setIdentity(identityMode: ACPAgentIdentityMode): this {
|
|
162
|
+
if (identityMode !== 'runner') {
|
|
163
|
+
throw new Error('ACP agents support only runner identity.');
|
|
164
|
+
}
|
|
165
|
+
return this;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
setEventTriggers(eventTriggers: ACPAgentEventTrigger[] | undefined): this {
|
|
169
|
+
this._eventTriggers = eventTriggers == null ? undefined : [...eventTriggers];
|
|
170
|
+
return this;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
setSource(files: ACPAgentSourceFile[], entrypoint: string): this {
|
|
174
|
+
this._files = [...files];
|
|
175
|
+
this._entrypoint = entrypoint;
|
|
176
|
+
return this;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
toDict(): Record<string, any> {
|
|
180
|
+
const component: Record<string, any> = {
|
|
181
|
+
type: ACPAgent.componentType,
|
|
182
|
+
source_agent_id: this._sourceAgentId,
|
|
183
|
+
api_name: this._apiName,
|
|
184
|
+
name: this._name,
|
|
185
|
+
description: this._description,
|
|
186
|
+
identity_mode: 'runner',
|
|
187
|
+
files: this._files.map((file) => ({
|
|
188
|
+
type: ACPAgent.componentType,
|
|
189
|
+
path: file.path,
|
|
190
|
+
content: file.content,
|
|
191
|
+
kind: file.kind,
|
|
192
|
+
})),
|
|
193
|
+
entrypoint: this._entrypoint,
|
|
194
|
+
};
|
|
195
|
+
if (this._eventTriggers !== undefined) {
|
|
196
|
+
component['event_triggers'] = this._eventTriggers.map((trigger) => ({
|
|
197
|
+
type: ACPAgent.componentType,
|
|
198
|
+
key: trigger.key,
|
|
199
|
+
event_key: trigger.eventKey,
|
|
200
|
+
rql_formula: trigger.rqlFormula,
|
|
201
|
+
prompt_template: trigger.promptTemplate,
|
|
202
|
+
enabled: trigger.enabled,
|
|
203
|
+
}));
|
|
204
|
+
}
|
|
205
|
+
return component;
|
|
206
|
+
}
|
|
207
|
+
}
|