@activepieces/shared 0.42.0 → 0.42.1
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/package.json +1 -1
- package/src/index.d.ts +2 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/lib/automation/agents/index.d.ts +1 -0
- package/src/lib/automation/agents/index.d.ts.map +1 -0
- package/src/lib/automation/agents/mcp-tool-name-util.d.ts +1 -0
- package/src/lib/automation/agents/mcp-tool-name-util.d.ts.map +1 -0
- package/src/lib/automation/agents/mcp.d.ts +1 -0
- package/src/lib/automation/agents/mcp.d.ts.map +1 -0
- package/src/lib/automation/agents/tools.d.ts +1 -0
- package/src/lib/automation/agents/tools.d.ts.map +1 -0
- package/src/lib/automation/app-connection/app-connection.d.ts +1 -0
- package/src/lib/automation/app-connection/app-connection.d.ts.map +1 -0
- package/src/lib/automation/app-connection/dto/read-app-connection-request.d.ts +1 -0
- package/src/lib/automation/app-connection/dto/read-app-connection-request.d.ts.map +1 -0
- package/src/lib/automation/app-connection/dto/upsert-app-connection-request.d.ts +1 -0
- package/src/lib/automation/app-connection/dto/upsert-app-connection-request.d.ts.map +1 -0
- package/src/lib/automation/app-connection/oauth2-authorization-method.d.ts +1 -0
- package/src/lib/automation/app-connection/oauth2-authorization-method.d.ts.map +1 -0
- package/src/lib/automation/engine/engine-constants.d.ts +1 -0
- package/src/lib/automation/engine/engine-constants.d.ts.map +1 -0
- package/src/lib/automation/engine/engine-operation.d.ts +1 -0
- package/src/lib/automation/engine/engine-operation.d.ts.map +1 -0
- package/src/lib/automation/engine/execution-errors.d.ts +1 -0
- package/src/lib/automation/engine/execution-errors.d.ts.map +1 -0
- package/src/lib/automation/engine/index.d.ts +1 -0
- package/src/lib/automation/engine/index.d.ts.map +1 -0
- package/src/lib/automation/engine/requests.d.ts +1 -0
- package/src/lib/automation/engine/requests.d.ts.map +1 -0
- package/src/lib/automation/flow-run/dto/list-flow-runs-request.d.ts +1 -0
- package/src/lib/automation/flow-run/dto/list-flow-runs-request.d.ts.map +1 -0
- package/src/lib/automation/flow-run/execution/execution-journal.d.ts +1 -0
- package/src/lib/automation/flow-run/execution/execution-journal.d.ts.map +1 -0
- package/src/lib/automation/flow-run/execution/execution-output.d.ts +1 -0
- package/src/lib/automation/flow-run/execution/execution-output.d.ts.map +1 -0
- package/src/lib/automation/flow-run/execution/flow-execution.d.ts +1 -0
- package/src/lib/automation/flow-run/execution/flow-execution.d.ts.map +1 -0
- package/src/lib/automation/flow-run/execution/step-output.d.ts +1 -0
- package/src/lib/automation/flow-run/execution/step-output.d.ts.map +1 -0
- package/src/lib/automation/flow-run/flow-run.d.ts +1 -0
- package/src/lib/automation/flow-run/flow-run.d.ts.map +1 -0
- package/src/lib/automation/flow-run/log-serializer.d.ts +1 -0
- package/src/lib/automation/flow-run/log-serializer.d.ts.map +1 -0
- package/src/lib/automation/flow-run/test-flow-run-request.d.ts +1 -0
- package/src/lib/automation/flow-run/test-flow-run-request.d.ts.map +1 -0
- package/src/lib/automation/flows/actions/action.d.ts +10 -0
- package/src/lib/automation/flows/actions/action.d.ts.map +1 -0
- package/src/lib/automation/flows/actions/action.js +1 -0
- package/src/lib/automation/flows/actions/action.js.map +1 -1
- package/src/lib/automation/flows/dto/count-flows-request.d.ts +1 -0
- package/src/lib/automation/flows/dto/count-flows-request.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/create-flow-request.d.ts +1 -0
- package/src/lib/automation/flows/dto/create-flow-request.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/flow-mcp.requests.d.ts +1 -0
- package/src/lib/automation/flows/dto/flow-mcp.requests.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/list-flows-request.d.ts +1 -0
- package/src/lib/automation/flows/dto/list-flows-request.d.ts.map +1 -0
- package/src/lib/automation/flows/flow-version.d.ts +4 -1
- package/src/lib/automation/flows/flow-version.d.ts.map +1 -0
- package/src/lib/automation/flows/flow-version.js +1 -1
- package/src/lib/automation/flows/flow.d.ts +3 -0
- package/src/lib/automation/flows/flow.d.ts.map +1 -0
- package/src/lib/automation/flows/folders/folder-requests.d.ts +1 -0
- package/src/lib/automation/flows/folders/folder-requests.d.ts.map +1 -0
- package/src/lib/automation/flows/folders/folder.d.ts +1 -0
- package/src/lib/automation/flows/folders/folder.d.ts.map +1 -0
- package/src/lib/automation/flows/folders/list-folders-response.d.ts +1 -0
- package/src/lib/automation/flows/folders/list-folders-response.d.ts.map +1 -0
- package/src/lib/automation/flows/form.d.ts +1 -0
- package/src/lib/automation/flows/form.d.ts.map +1 -0
- package/src/lib/automation/flows/index.d.ts +1 -0
- package/src/lib/automation/flows/index.d.ts.map +1 -0
- package/src/lib/automation/flows/note.d.ts +1 -0
- package/src/lib/automation/flows/note.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/add-action-util.d.ts +1 -0
- package/src/lib/automation/flows/operations/add-action-util.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/add-action-util.js +3 -0
- package/src/lib/automation/flows/operations/add-action-util.js.map +1 -1
- package/src/lib/automation/flows/operations/add-action.d.ts +1 -0
- package/src/lib/automation/flows/operations/add-action.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/add-action.js +3 -0
- package/src/lib/automation/flows/operations/add-action.js.map +1 -1
- package/src/lib/automation/flows/operations/add-branch.d.ts +1 -0
- package/src/lib/automation/flows/operations/add-branch.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/copy-action-operations.d.ts +1 -0
- package/src/lib/automation/flows/operations/copy-action-operations.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/delete-action.d.ts +1 -0
- package/src/lib/automation/flows/operations/delete-action.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/delete-branch.d.ts +1 -0
- package/src/lib/automation/flows/operations/delete-branch.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/duplicate-step.d.ts +1 -0
- package/src/lib/automation/flows/operations/duplicate-step.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/import-flow.d.ts +1 -0
- package/src/lib/automation/flows/operations/import-flow.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/index.d.ts +216 -298
- package/src/lib/automation/flows/operations/index.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/index.js +23 -6
- package/src/lib/automation/flows/operations/index.js.map +1 -1
- package/src/lib/automation/flows/operations/move-action.d.ts +1 -0
- package/src/lib/automation/flows/operations/move-action.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/move-branch.d.ts +1 -0
- package/src/lib/automation/flows/operations/move-branch.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/notes-operations.d.ts +1 -0
- package/src/lib/automation/flows/operations/notes-operations.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/notes-operations.js +4 -2
- package/src/lib/automation/flows/operations/notes-operations.js.map +1 -1
- package/src/lib/automation/flows/operations/paste-operations.d.ts +81 -113
- package/src/lib/automation/flows/operations/paste-operations.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/skip-action.d.ts +1 -0
- package/src/lib/automation/flows/operations/skip-action.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/update-action.d.ts +1 -0
- package/src/lib/automation/flows/operations/update-action.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/update-action.js +13 -4
- package/src/lib/automation/flows/operations/update-action.js.map +1 -1
- package/src/lib/automation/flows/operations/update-sample-data-info.d.ts +67 -0
- package/src/lib/automation/flows/operations/update-sample-data-info.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/update-sample-data-info.js +16 -0
- package/src/lib/automation/flows/operations/update-sample-data-info.js.map +1 -0
- package/src/lib/automation/flows/operations/update-trigger.d.ts +1 -0
- package/src/lib/automation/flows/operations/update-trigger.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/update-trigger.js +7 -3
- package/src/lib/automation/flows/operations/update-trigger.js.map +1 -1
- package/src/lib/automation/flows/properties/index.d.ts +1 -0
- package/src/lib/automation/flows/properties/index.d.ts.map +1 -0
- package/src/lib/automation/flows/properties/property.d.ts +1 -0
- package/src/lib/automation/flows/properties/property.d.ts.map +1 -0
- package/src/lib/automation/flows/sample-data/index.d.ts +1 -0
- package/src/lib/automation/flows/sample-data/index.d.ts.map +1 -0
- package/src/lib/automation/flows/step-file/step-file.d.ts +2 -1
- package/src/lib/automation/flows/step-file/step-file.d.ts.map +1 -0
- package/src/lib/automation/flows/step-file/step-file.js +1 -1
- package/src/lib/automation/flows/step-file/step-file.js.map +1 -1
- package/src/lib/automation/flows/test-trigger.d.ts +1 -0
- package/src/lib/automation/flows/test-trigger.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger-events/trigger-event.d.ts +1 -0
- package/src/lib/automation/flows/triggers/trigger-events/trigger-event.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.d.ts +1 -0
- package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger-run.d.ts +1 -0
- package/src/lib/automation/flows/triggers/trigger-run.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger.d.ts +5 -0
- package/src/lib/automation/flows/triggers/trigger.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger.js +1 -0
- package/src/lib/automation/flows/triggers/trigger.js.map +1 -1
- package/src/lib/automation/flows/util/flow-canvas-util.d.ts +19 -0
- package/src/lib/automation/flows/util/flow-canvas-util.d.ts.map +1 -0
- package/src/lib/automation/flows/util/flow-canvas-util.js +126 -0
- package/src/lib/automation/flows/util/flow-canvas-util.js.map +1 -0
- package/src/lib/automation/flows/util/flow-piece-util.d.ts +1 -0
- package/src/lib/automation/flows/util/flow-piece-util.d.ts.map +1 -0
- package/src/lib/automation/flows/util/flow-structure-util.d.ts +1 -0
- package/src/lib/automation/flows/util/flow-structure-util.d.ts.map +1 -0
- package/src/lib/automation/forms/index.d.ts +1 -0
- package/src/lib/automation/forms/index.d.ts.map +1 -0
- package/src/lib/automation/mcp/index.d.ts +1 -0
- package/src/lib/automation/mcp/index.d.ts.map +1 -0
- package/src/lib/automation/mcp/mcp.d.ts +19 -1
- package/src/lib/automation/mcp/mcp.d.ts.map +1 -0
- package/src/lib/automation/mcp/mcp.js +3 -2
- package/src/lib/automation/mcp/mcp.js.map +1 -1
- package/src/lib/automation/mcp/pieces/mcp-piece.d.ts +1 -0
- package/src/lib/automation/mcp/pieces/mcp-piece.d.ts.map +1 -0
- package/src/lib/automation/pieces/dto/piece-requests.d.ts +1 -0
- package/src/lib/automation/pieces/dto/piece-requests.d.ts.map +1 -0
- package/src/lib/automation/pieces/index.d.ts +1 -0
- package/src/lib/automation/pieces/index.d.ts.map +1 -0
- package/src/lib/automation/pieces/piece.d.ts +1 -0
- package/src/lib/automation/pieces/piece.d.ts.map +1 -0
- package/src/lib/automation/pieces/utils.d.ts +1 -0
- package/src/lib/automation/pieces/utils.d.ts.map +1 -0
- package/src/lib/automation/project-release/project-release.d.ts +1 -0
- package/src/lib/automation/project-release/project-release.d.ts.map +1 -0
- package/src/lib/automation/project-release/project-release.request.d.ts +1 -0
- package/src/lib/automation/project-release/project-release.request.d.ts.map +1 -0
- package/src/lib/automation/project-release/project-state.d.ts +21 -0
- package/src/lib/automation/project-release/project-state.d.ts.map +1 -0
- package/src/lib/automation/tables/cell.d.ts +1 -0
- package/src/lib/automation/tables/cell.d.ts.map +1 -0
- package/src/lib/automation/tables/dto/fields.dto.d.ts +1 -0
- package/src/lib/automation/tables/dto/fields.dto.d.ts.map +1 -0
- package/src/lib/automation/tables/dto/records.dto.d.ts +1 -0
- package/src/lib/automation/tables/dto/records.dto.d.ts.map +1 -0
- package/src/lib/automation/tables/dto/tables.dto.d.ts +1 -0
- package/src/lib/automation/tables/dto/tables.dto.d.ts.map +1 -0
- package/src/lib/automation/tables/field.d.ts +1 -0
- package/src/lib/automation/tables/field.d.ts.map +1 -0
- package/src/lib/automation/tables/index.d.ts +1 -0
- package/src/lib/automation/tables/index.d.ts.map +1 -0
- package/src/lib/automation/tables/record.d.ts +1 -0
- package/src/lib/automation/tables/record.d.ts.map +1 -0
- package/src/lib/automation/tables/table-webhook.d.ts +1 -0
- package/src/lib/automation/tables/table-webhook.d.ts.map +1 -0
- package/src/lib/automation/tables/table.d.ts +1 -0
- package/src/lib/automation/tables/table.d.ts.map +1 -0
- package/src/lib/automation/trigger/index.d.ts +1 -0
- package/src/lib/automation/trigger/index.d.ts.map +1 -0
- package/src/lib/automation/webhook/dto.d.ts +1 -0
- package/src/lib/automation/webhook/dto.d.ts.map +1 -0
- package/src/lib/automation/webhook/index.d.ts +1 -0
- package/src/lib/automation/webhook/index.d.ts.map +1 -0
- package/src/lib/automation/websocket/index.d.ts +1 -0
- package/src/lib/automation/websocket/index.d.ts.map +1 -0
- package/src/lib/automation/websocket/socket-utils.d.ts +1 -0
- package/src/lib/automation/websocket/socket-utils.d.ts.map +1 -0
- package/src/lib/automation/workers/index.d.ts +3 -0
- package/src/lib/automation/workers/index.d.ts.map +1 -0
- package/src/lib/automation/workers/job-data.d.ts +9 -0
- package/src/lib/automation/workers/job-data.d.ts.map +1 -0
- package/src/lib/automation/workers/queue-metrics.d.ts +1 -0
- package/src/lib/automation/workers/queue-metrics.d.ts.map +1 -0
- package/src/lib/core/authentication/dto/authentication-response.d.ts +1 -0
- package/src/lib/core/authentication/dto/authentication-response.d.ts.map +1 -0
- package/src/lib/core/authentication/dto/sign-in-request.d.ts +1 -0
- package/src/lib/core/authentication/dto/sign-in-request.d.ts.map +1 -0
- package/src/lib/core/authentication/dto/sign-up-request.d.ts +1 -0
- package/src/lib/core/authentication/dto/sign-up-request.d.ts.map +1 -0
- package/src/lib/core/authentication/model/principal-type.d.ts +1 -0
- package/src/lib/core/authentication/model/principal-type.d.ts.map +1 -0
- package/src/lib/core/authentication/model/principal.d.ts +1 -0
- package/src/lib/core/authentication/model/principal.d.ts.map +1 -0
- package/src/lib/core/authentication/user-identity.d.ts +1 -0
- package/src/lib/core/authentication/user-identity.d.ts.map +1 -0
- package/src/lib/core/common/activepieces-error.d.ts +1 -0
- package/src/lib/core/common/activepieces-error.d.ts.map +1 -0
- package/src/lib/core/common/base-model.d.ts +1 -0
- package/src/lib/core/common/base-model.d.ts.map +1 -0
- package/src/lib/core/common/color.d.ts +1 -0
- package/src/lib/core/common/color.d.ts.map +1 -0
- package/src/lib/core/common/id-generator.d.ts +1 -0
- package/src/lib/core/common/id-generator.d.ts.map +1 -0
- package/src/lib/core/common/index.d.ts +1 -0
- package/src/lib/core/common/index.d.ts.map +1 -0
- package/src/lib/core/common/locale.d.ts +1 -0
- package/src/lib/core/common/locale.d.ts.map +1 -0
- package/src/lib/core/common/metadata.d.ts +1 -0
- package/src/lib/core/common/metadata.d.ts.map +1 -0
- package/src/lib/core/common/multipart-file.d.ts +1 -0
- package/src/lib/core/common/multipart-file.d.ts.map +1 -0
- package/src/lib/core/common/security/index.d.ts +1 -0
- package/src/lib/core/common/security/index.d.ts.map +1 -0
- package/src/lib/core/common/security/permission.d.ts +1 -0
- package/src/lib/core/common/security/permission.d.ts.map +1 -0
- package/src/lib/core/common/seek-page.d.ts +1 -0
- package/src/lib/core/common/seek-page.d.ts.map +1 -0
- package/src/lib/core/common/telemetry.d.ts +1 -0
- package/src/lib/core/common/telemetry.d.ts.map +1 -0
- package/src/lib/core/common/try-catch.d.ts +1 -0
- package/src/lib/core/common/try-catch.d.ts.map +1 -0
- package/src/lib/core/common/utils/assertions.d.ts +1 -0
- package/src/lib/core/common/utils/assertions.d.ts.map +1 -0
- package/src/lib/core/common/utils/index.d.ts +1 -0
- package/src/lib/core/common/utils/index.d.ts.map +1 -0
- package/src/lib/core/common/utils/object-utils.d.ts +1 -0
- package/src/lib/core/common/utils/object-utils.d.ts.map +1 -0
- package/src/lib/core/common/utils/utils.d.ts +1 -0
- package/src/lib/core/common/utils/utils.d.ts.map +1 -0
- package/src/lib/core/federated-authn/authn-provider-name.d.ts +1 -0
- package/src/lib/core/federated-authn/authn-provider-name.d.ts.map +1 -0
- package/src/lib/core/federated-authn/index.d.ts +1 -0
- package/src/lib/core/federated-authn/index.d.ts.map +1 -0
- package/src/lib/core/feedback-url.d.ts +1 -0
- package/src/lib/core/feedback-url.d.ts.map +1 -0
- package/src/lib/core/file/index.d.ts +4 -1
- package/src/lib/core/file/index.d.ts.map +1 -0
- package/src/lib/core/file/index.js +2 -0
- package/src/lib/core/file/index.js.map +1 -1
- package/src/lib/core/flag/flag.d.ts +1 -0
- package/src/lib/core/flag/flag.d.ts.map +1 -0
- package/src/lib/core/flag/flag.requests.d.ts +1 -0
- package/src/lib/core/flag/flag.requests.d.ts.map +1 -0
- package/src/lib/core/flag/index.d.ts +1 -0
- package/src/lib/core/flag/index.d.ts.map +1 -0
- package/src/lib/core/health/index.d.ts +1 -0
- package/src/lib/core/health/index.d.ts.map +1 -0
- package/src/lib/core/license-keys/index.d.ts +1 -0
- package/src/lib/core/license-keys/index.d.ts.map +1 -0
- package/src/lib/core/property/markdown/index.d.ts +1 -0
- package/src/lib/core/property/markdown/index.d.ts.map +1 -0
- package/src/lib/core/store-entry/dto/store-entry-request.d.ts +1 -0
- package/src/lib/core/store-entry/dto/store-entry-request.d.ts.map +1 -0
- package/src/lib/core/store-entry/store-entry.d.ts +1 -0
- package/src/lib/core/store-entry/store-entry.d.ts.map +1 -0
- package/src/lib/core/support-url.d.ts +1 -0
- package/src/lib/core/support-url.d.ts.map +1 -0
- package/src/lib/core/tag/index.d.ts +5 -0
- package/src/lib/core/tag/index.d.ts.map +1 -0
- package/src/lib/core/tag/index.js +4 -1
- package/src/lib/core/tag/index.js.map +1 -1
- package/src/lib/core/user/badges/index.d.ts +1 -0
- package/src/lib/core/user/badges/index.d.ts.map +1 -0
- package/src/lib/core/user/index.d.ts +1 -0
- package/src/lib/core/user/index.d.ts.map +1 -0
- package/src/lib/core/user/user.d.ts +1 -0
- package/src/lib/core/user/user.d.ts.map +1 -0
- package/src/lib/ee/alerts/alerts-dto.d.ts +1 -0
- package/src/lib/ee/alerts/alerts-dto.d.ts.map +1 -0
- package/src/lib/ee/alerts/alerts-requests.d.ts +1 -0
- package/src/lib/ee/alerts/alerts-requests.d.ts.map +1 -0
- package/src/lib/ee/alerts/index.d.ts +1 -0
- package/src/lib/ee/alerts/index.d.ts.map +1 -0
- package/src/lib/ee/api-key/index.d.ts +1 -0
- package/src/lib/ee/api-key/index.d.ts.map +1 -0
- package/src/lib/ee/audit-events/index.d.ts +135 -184
- package/src/lib/ee/audit-events/index.d.ts.map +1 -0
- package/src/lib/ee/audit-events/index.js +2 -0
- package/src/lib/ee/audit-events/index.js.map +1 -1
- package/src/lib/ee/authn/access-control-list.d.ts +1 -0
- package/src/lib/ee/authn/access-control-list.d.ts.map +1 -0
- package/src/lib/ee/authn/enterprise-local-authn/index.d.ts +1 -0
- package/src/lib/ee/authn/enterprise-local-authn/index.d.ts.map +1 -0
- package/src/lib/ee/authn/enterprise-local-authn/requests.d.ts +1 -0
- package/src/lib/ee/authn/enterprise-local-authn/requests.d.ts.map +1 -0
- package/src/lib/ee/authn/index.d.ts +1 -0
- package/src/lib/ee/authn/index.d.ts.map +1 -0
- package/src/lib/ee/billing/index.d.ts +1 -0
- package/src/lib/ee/billing/index.d.ts.map +1 -0
- package/src/lib/ee/custom-domains/index.d.ts +1 -0
- package/src/lib/ee/custom-domains/index.d.ts.map +1 -0
- package/src/lib/ee/event-destinations/dto.d.ts +1 -0
- package/src/lib/ee/event-destinations/dto.d.ts.map +1 -0
- package/src/lib/ee/event-destinations/index.d.ts +1 -0
- package/src/lib/ee/event-destinations/index.d.ts.map +1 -0
- package/src/lib/ee/git-repo/index.d.ts +1 -0
- package/src/lib/ee/git-repo/index.d.ts.map +1 -0
- package/src/lib/ee/managed-authn/index.d.ts +1 -0
- package/src/lib/ee/managed-authn/index.d.ts.map +1 -0
- package/src/lib/ee/managed-authn/managed-authn-requests.d.ts +1 -0
- package/src/lib/ee/managed-authn/managed-authn-requests.d.ts.map +1 -0
- package/src/lib/ee/oauth-apps/index.d.ts +1 -0
- package/src/lib/ee/oauth-apps/index.d.ts.map +1 -0
- package/src/lib/ee/oauth-apps/oauth-app.d.ts +1 -0
- package/src/lib/ee/oauth-apps/oauth-app.d.ts.map +1 -0
- package/src/lib/ee/otp/index.d.ts +1 -0
- package/src/lib/ee/otp/index.d.ts.map +1 -0
- package/src/lib/ee/otp/otp-model.d.ts +1 -0
- package/src/lib/ee/otp/otp-model.d.ts.map +1 -0
- package/src/lib/ee/otp/otp-requests.d.ts +1 -0
- package/src/lib/ee/otp/otp-requests.d.ts.map +1 -0
- package/src/lib/ee/otp/otp-type.d.ts +1 -0
- package/src/lib/ee/otp/otp-type.d.ts.map +1 -0
- package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.d.ts +1 -0
- package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.d.ts.map +1 -0
- package/src/lib/ee/product-embed/app-credentials/app-credentials.d.ts +1 -0
- package/src/lib/ee/product-embed/app-credentials/app-credentials.d.ts.map +1 -0
- package/src/lib/ee/product-embed/app-credentials/index.d.ts +1 -0
- package/src/lib/ee/product-embed/app-credentials/index.d.ts.map +1 -0
- package/src/lib/ee/product-embed/connection-keys/connection-key.d.ts +1 -0
- package/src/lib/ee/product-embed/connection-keys/connection-key.d.ts.map +1 -0
- package/src/lib/ee/product-embed/connection-keys/connection-requests.d.ts +1 -0
- package/src/lib/ee/product-embed/connection-keys/connection-requests.d.ts.map +1 -0
- package/src/lib/ee/product-embed/connection-keys/index.d.ts +1 -0
- package/src/lib/ee/product-embed/connection-keys/index.d.ts.map +1 -0
- package/src/lib/ee/project-members/project-member-request.d.ts +1 -0
- package/src/lib/ee/project-members/project-member-request.d.ts.map +1 -0
- package/src/lib/ee/project-members/project-member.d.ts +1 -0
- package/src/lib/ee/project-members/project-member.d.ts.map +1 -0
- package/src/lib/ee/scim/index.d.ts +1 -0
- package/src/lib/ee/scim/index.d.ts.map +1 -0
- package/src/lib/ee/secret-managers/dto.d.ts +1 -0
- package/src/lib/ee/secret-managers/dto.d.ts.map +1 -0
- package/src/lib/ee/secret-managers/index.d.ts +1 -0
- package/src/lib/ee/secret-managers/index.d.ts.map +1 -0
- package/src/lib/ee/signing-key/index.d.ts +1 -0
- package/src/lib/ee/signing-key/index.d.ts.map +1 -0
- package/src/lib/ee/signing-key/signing-key-model.d.ts +1 -0
- package/src/lib/ee/signing-key/signing-key-model.d.ts.map +1 -0
- package/src/lib/ee/signing-key/signing-key-response.d.ts +1 -0
- package/src/lib/ee/signing-key/signing-key-response.d.ts.map +1 -0
- package/src/lib/ee/signing-key/signing-key.request.d.ts +1 -0
- package/src/lib/ee/signing-key/signing-key.request.d.ts.map +1 -0
- package/src/lib/management/ai-providers/index.d.ts +1 -0
- package/src/lib/management/ai-providers/index.d.ts.map +1 -0
- package/src/lib/management/analytics/index.d.ts +1 -0
- package/src/lib/management/analytics/index.d.ts.map +1 -0
- package/src/lib/management/invitations/index.d.ts +1 -0
- package/src/lib/management/invitations/index.d.ts.map +1 -0
- package/src/lib/management/platform/index.d.ts +1 -0
- package/src/lib/management/platform/index.d.ts.map +1 -0
- package/src/lib/management/platform/platform.model.d.ts +1 -0
- package/src/lib/management/platform/platform.model.d.ts.map +1 -0
- package/src/lib/management/platform/platform.request.d.ts +7 -6
- package/src/lib/management/platform/platform.request.d.ts.map +1 -0
- package/src/lib/management/platform/platform.request.js +7 -6
- package/src/lib/management/platform/platform.request.js.map +1 -1
- package/src/lib/management/project/index.d.ts +1 -0
- package/src/lib/management/project/index.d.ts.map +1 -0
- package/src/lib/management/project/project-member.d.ts +1 -0
- package/src/lib/management/project/project-member.d.ts.map +1 -0
- package/src/lib/management/project/project-requests.d.ts +1 -0
- package/src/lib/management/project/project-requests.d.ts.map +1 -0
- package/src/lib/management/project/project.d.ts +1 -0
- package/src/lib/management/project/project.d.ts.map +1 -0
- package/src/lib/management/project-role/project-role.d.ts +1 -0
- package/src/lib/management/project-role/project-role.d.ts.map +1 -0
- package/src/lib/management/project-role/project-role.request.d.ts +1 -0
- package/src/lib/management/project-role/project-role.request.d.ts.map +1 -0
- package/src/lib/management/template/flow-template/flow-template.request.d.ts +1 -0
- package/src/lib/management/template/flow-template/flow-template.request.d.ts.map +1 -0
- package/src/lib/management/template/flow-template/index.d.ts +1 -0
- package/src/lib/management/template/flow-template/index.d.ts.map +1 -0
- package/src/lib/management/template/index.d.ts +1 -0
- package/src/lib/management/template/index.d.ts.map +1 -0
- package/src/lib/management/template/template-telemetry.d.ts +1 -0
- package/src/lib/management/template/template-telemetry.d.ts.map +1 -0
- package/src/lib/management/template/template.d.ts +7 -0
- package/src/lib/management/template/template.d.ts.map +1 -0
- package/src/lib/management/template/template.requests.d.ts +7 -0
- package/src/lib/management/template/template.requests.d.ts.map +1 -0
|
@@ -28,7 +28,8 @@ export declare enum FlowOperationType {
|
|
|
28
28
|
UPDATE_OWNER = "UPDATE_OWNER",
|
|
29
29
|
UPDATE_NOTE = "UPDATE_NOTE",
|
|
30
30
|
DELETE_NOTE = "DELETE_NOTE",
|
|
31
|
-
ADD_NOTE = "ADD_NOTE"
|
|
31
|
+
ADD_NOTE = "ADD_NOTE",
|
|
32
|
+
UPDATE_SAMPLE_DATA_INFO = "UPDATE_SAMPLE_DATA_INFO"
|
|
32
33
|
}
|
|
33
34
|
export declare const DeleteBranchRequest: z.ZodObject<{
|
|
34
35
|
branchIndex: z.ZodNumber;
|
|
@@ -97,6 +98,14 @@ export declare const SkipActionRequest: z.ZodObject<{
|
|
|
97
98
|
skip: z.ZodBoolean;
|
|
98
99
|
}, z.core.$strip>;
|
|
99
100
|
export type SkipActionRequest = z.infer<typeof SkipActionRequest>;
|
|
101
|
+
export declare const UpdateSampleDataInfoRequest: z.ZodObject<{
|
|
102
|
+
stepName: z.ZodString;
|
|
103
|
+
sampleDataSettings: z.ZodObject<{
|
|
104
|
+
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
105
|
+
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
106
|
+
}, z.core.$loose>;
|
|
107
|
+
}, z.core.$strip>;
|
|
108
|
+
export type UpdateSampleDataInfoRequest = z.infer<typeof UpdateSampleDataInfoRequest>;
|
|
100
109
|
export declare const DuplicateBranchRequest: z.ZodObject<{
|
|
101
110
|
branchIndex: z.ZodNumber;
|
|
102
111
|
stepName: z.ZodString;
|
|
@@ -142,6 +151,7 @@ export declare const ImportFlowRequest: z.ZodObject<{
|
|
|
142
151
|
valid: z.ZodBoolean;
|
|
143
152
|
displayName: z.ZodString;
|
|
144
153
|
nextAction: z.ZodOptional<z.ZodAny>;
|
|
154
|
+
lastUpdatedDate: z.ZodString;
|
|
145
155
|
}, z.core.$strip>, z.ZodObject<{
|
|
146
156
|
type: z.ZodLiteral<FlowTriggerType.EMPTY>;
|
|
147
157
|
settings: z.ZodAny;
|
|
@@ -149,6 +159,7 @@ export declare const ImportFlowRequest: z.ZodObject<{
|
|
|
149
159
|
valid: z.ZodBoolean;
|
|
150
160
|
displayName: z.ZodString;
|
|
151
161
|
nextAction: z.ZodOptional<z.ZodAny>;
|
|
162
|
+
lastUpdatedDate: z.ZodString;
|
|
152
163
|
}, z.core.$strip>]>;
|
|
153
164
|
schemaVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
154
165
|
notes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -181,14 +192,19 @@ export declare const DeleteActionRequest: z.ZodObject<{
|
|
|
181
192
|
names: z.ZodArray<z.ZodString>;
|
|
182
193
|
}, z.core.$strip>;
|
|
183
194
|
export type DeleteActionRequest = z.infer<typeof DeleteActionRequest>;
|
|
184
|
-
export declare const UpdateActionRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
195
|
+
export declare const UpdateActionRequest: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
185
196
|
type: z.ZodLiteral<import("../actions/action").FlowActionType.CODE>;
|
|
197
|
+
name: z.ZodString;
|
|
198
|
+
valid: z.ZodBoolean;
|
|
199
|
+
displayName: z.ZodString;
|
|
200
|
+
skip: z.ZodOptional<z.ZodBoolean>;
|
|
201
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
186
202
|
settings: z.ZodObject<{
|
|
203
|
+
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
187
204
|
sourceCode: z.ZodObject<{
|
|
188
205
|
packageJson: z.ZodString;
|
|
189
206
|
code: z.ZodString;
|
|
190
207
|
}, z.core.$strip>;
|
|
191
|
-
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
192
208
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
193
209
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
194
210
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -197,43 +213,30 @@ export declare const UpdateActionRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
197
213
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
198
214
|
}, z.core.$strip>>;
|
|
199
215
|
}, z.core.$strip>>;
|
|
200
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
201
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
202
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
203
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
204
|
-
}, z.core.$loose>>;
|
|
205
216
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
206
217
|
}, z.core.$strip>;
|
|
218
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
219
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
207
220
|
name: z.ZodString;
|
|
208
221
|
valid: z.ZodBoolean;
|
|
209
222
|
displayName: z.ZodString;
|
|
210
223
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
211
224
|
}, z.core.$strip>, z.ZodObject<{
|
|
212
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
213
225
|
settings: z.ZodObject<{
|
|
214
|
-
items: z.ZodString;
|
|
215
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
216
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
217
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
218
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
219
|
-
}, z.core.$loose>>;
|
|
220
226
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
227
|
+
items: z.ZodString;
|
|
221
228
|
}, z.core.$strip>;
|
|
229
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
230
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
222
231
|
name: z.ZodString;
|
|
223
232
|
valid: z.ZodBoolean;
|
|
224
233
|
displayName: z.ZodString;
|
|
225
234
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
226
235
|
}, z.core.$strip>, z.ZodObject<{
|
|
227
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
228
236
|
settings: z.ZodObject<{
|
|
229
|
-
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
230
|
-
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
231
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
232
|
-
}, z.core.$strip>>;
|
|
233
237
|
pieceName: z.ZodString;
|
|
234
|
-
pieceVersion: z.ZodString;
|
|
235
|
-
actionName: z.ZodOptional<z.ZodString>;
|
|
236
238
|
input: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
239
|
+
pieceVersion: z.ZodString;
|
|
237
240
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
238
241
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
239
242
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -242,20 +245,22 @@ export declare const UpdateActionRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
242
245
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
243
246
|
}, z.core.$strip>>;
|
|
244
247
|
}, z.core.$strip>>;
|
|
245
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
246
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
247
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
248
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
249
|
-
}, z.core.$loose>>;
|
|
250
248
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
249
|
+
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
250
|
+
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
251
|
+
schema: z.ZodOptional<z.ZodAny>;
|
|
252
|
+
}, z.core.$strip>>;
|
|
253
|
+
actionName: z.ZodOptional<z.ZodString>;
|
|
251
254
|
}, z.core.$strip>;
|
|
255
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
256
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
252
257
|
name: z.ZodString;
|
|
253
258
|
valid: z.ZodBoolean;
|
|
254
259
|
displayName: z.ZodString;
|
|
255
260
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
256
261
|
}, z.core.$strip>, z.ZodObject<{
|
|
257
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
258
262
|
settings: z.ZodObject<{
|
|
263
|
+
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
259
264
|
branches: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
260
265
|
conditions: z.ZodArray<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
261
266
|
firstValue: z.ZodString;
|
|
@@ -281,18 +286,8 @@ export declare const UpdateActionRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
281
286
|
branchName: z.ZodString;
|
|
282
287
|
}, z.core.$strip>]>>;
|
|
283
288
|
executionType: z.ZodEnum<typeof import("../actions/action").RouterExecutionType>;
|
|
284
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
285
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
286
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
287
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
288
|
-
}, z.core.$loose>>;
|
|
289
|
-
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
290
289
|
}, z.core.$strip>;
|
|
291
|
-
|
|
292
|
-
valid: z.ZodBoolean;
|
|
293
|
-
displayName: z.ZodString;
|
|
294
|
-
skip: z.ZodOptional<z.ZodBoolean>;
|
|
295
|
-
}, z.core.$strip>]>;
|
|
290
|
+
}, z.core.$strip>>]>;
|
|
296
291
|
export type UpdateActionRequest = z.infer<typeof UpdateActionRequest>;
|
|
297
292
|
export declare const DuplicateStepRequest: z.ZodObject<{
|
|
298
293
|
stepName: z.ZodString;
|
|
@@ -309,14 +304,19 @@ export declare const AddActionRequest: z.ZodObject<{
|
|
|
309
304
|
parentStep: z.ZodString;
|
|
310
305
|
stepLocationRelativeToParent: z.ZodOptional<z.ZodEnum<typeof StepLocationRelativeToParent>>;
|
|
311
306
|
branchIndex: z.ZodOptional<z.ZodNumber>;
|
|
312
|
-
action: z.ZodUnion<readonly [z.ZodObject<{
|
|
307
|
+
action: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
313
308
|
type: z.ZodLiteral<import("../actions/action").FlowActionType.CODE>;
|
|
309
|
+
name: z.ZodString;
|
|
310
|
+
valid: z.ZodBoolean;
|
|
311
|
+
displayName: z.ZodString;
|
|
312
|
+
skip: z.ZodOptional<z.ZodBoolean>;
|
|
313
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
314
314
|
settings: z.ZodObject<{
|
|
315
|
+
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
315
316
|
sourceCode: z.ZodObject<{
|
|
316
317
|
packageJson: z.ZodString;
|
|
317
318
|
code: z.ZodString;
|
|
318
319
|
}, z.core.$strip>;
|
|
319
|
-
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
320
320
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
321
321
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
322
322
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -325,43 +325,30 @@ export declare const AddActionRequest: z.ZodObject<{
|
|
|
325
325
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
326
326
|
}, z.core.$strip>>;
|
|
327
327
|
}, z.core.$strip>>;
|
|
328
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
329
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
330
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
331
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
332
|
-
}, z.core.$loose>>;
|
|
333
328
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
334
329
|
}, z.core.$strip>;
|
|
330
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
331
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
335
332
|
name: z.ZodString;
|
|
336
333
|
valid: z.ZodBoolean;
|
|
337
334
|
displayName: z.ZodString;
|
|
338
335
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
339
336
|
}, z.core.$strip>, z.ZodObject<{
|
|
340
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
341
337
|
settings: z.ZodObject<{
|
|
342
|
-
items: z.ZodString;
|
|
343
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
344
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
345
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
346
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
347
|
-
}, z.core.$loose>>;
|
|
348
338
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
339
|
+
items: z.ZodString;
|
|
349
340
|
}, z.core.$strip>;
|
|
341
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
342
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
350
343
|
name: z.ZodString;
|
|
351
344
|
valid: z.ZodBoolean;
|
|
352
345
|
displayName: z.ZodString;
|
|
353
346
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
354
347
|
}, z.core.$strip>, z.ZodObject<{
|
|
355
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
356
348
|
settings: z.ZodObject<{
|
|
357
|
-
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
358
|
-
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
359
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
360
|
-
}, z.core.$strip>>;
|
|
361
349
|
pieceName: z.ZodString;
|
|
362
|
-
pieceVersion: z.ZodString;
|
|
363
|
-
actionName: z.ZodOptional<z.ZodString>;
|
|
364
350
|
input: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
351
|
+
pieceVersion: z.ZodString;
|
|
365
352
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
366
353
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
367
354
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -370,20 +357,22 @@ export declare const AddActionRequest: z.ZodObject<{
|
|
|
370
357
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
371
358
|
}, z.core.$strip>>;
|
|
372
359
|
}, z.core.$strip>>;
|
|
373
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
374
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
375
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
376
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
377
|
-
}, z.core.$loose>>;
|
|
378
360
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
361
|
+
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
362
|
+
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
363
|
+
schema: z.ZodOptional<z.ZodAny>;
|
|
364
|
+
}, z.core.$strip>>;
|
|
365
|
+
actionName: z.ZodOptional<z.ZodString>;
|
|
379
366
|
}, z.core.$strip>;
|
|
367
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
368
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
380
369
|
name: z.ZodString;
|
|
381
370
|
valid: z.ZodBoolean;
|
|
382
371
|
displayName: z.ZodString;
|
|
383
372
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
384
373
|
}, z.core.$strip>, z.ZodObject<{
|
|
385
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
386
374
|
settings: z.ZodObject<{
|
|
375
|
+
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
387
376
|
branches: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
388
377
|
conditions: z.ZodArray<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
389
378
|
firstValue: z.ZodString;
|
|
@@ -409,50 +398,36 @@ export declare const AddActionRequest: z.ZodObject<{
|
|
|
409
398
|
branchName: z.ZodString;
|
|
410
399
|
}, z.core.$strip>]>>;
|
|
411
400
|
executionType: z.ZodEnum<typeof import("../actions/action").RouterExecutionType>;
|
|
412
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
413
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
414
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
415
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
416
|
-
}, z.core.$loose>>;
|
|
417
|
-
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
418
401
|
}, z.core.$strip>;
|
|
419
|
-
|
|
420
|
-
valid: z.ZodBoolean;
|
|
421
|
-
displayName: z.ZodString;
|
|
422
|
-
skip: z.ZodOptional<z.ZodBoolean>;
|
|
423
|
-
}, z.core.$strip>]>;
|
|
402
|
+
}, z.core.$strip>>]>;
|
|
424
403
|
}, z.core.$strip>;
|
|
425
404
|
export type AddActionRequest = z.infer<typeof AddActionRequest>;
|
|
426
405
|
export declare const UpdateTriggerRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
427
406
|
type: z.ZodLiteral<FlowTriggerType.EMPTY>;
|
|
407
|
+
name: z.ZodString;
|
|
428
408
|
settings: z.ZodAny;
|
|
409
|
+
valid: z.ZodBoolean;
|
|
410
|
+
displayName: z.ZodString;
|
|
411
|
+
nextAction: z.ZodOptional<z.ZodAny>;
|
|
412
|
+
}, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
|
|
413
|
+
type: z.ZodLiteral<FlowTriggerType.PIECE>;
|
|
429
414
|
name: z.ZodString;
|
|
430
415
|
valid: z.ZodBoolean;
|
|
431
416
|
displayName: z.ZodString;
|
|
432
417
|
nextAction: z.ZodOptional<z.ZodAny>;
|
|
433
418
|
}, z.core.$strip>, z.ZodObject<{
|
|
434
|
-
type: z.ZodLiteral<FlowTriggerType.PIECE>;
|
|
435
419
|
settings: z.ZodObject<{
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
420
|
+
pieceName: z.ZodString;
|
|
421
|
+
triggerName: z.ZodOptional<z.ZodString>;
|
|
422
|
+
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
423
|
+
pieceVersion: z.ZodString;
|
|
424
|
+
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
441
425
|
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
442
426
|
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
443
427
|
schema: z.ZodOptional<z.ZodAny>;
|
|
444
428
|
}, z.core.$strip>>;
|
|
445
|
-
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
446
|
-
pieceName: z.ZodString;
|
|
447
|
-
pieceVersion: z.ZodString;
|
|
448
|
-
triggerName: z.ZodOptional<z.ZodString>;
|
|
449
|
-
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
450
429
|
}, z.core.$strip>;
|
|
451
|
-
|
|
452
|
-
valid: z.ZodBoolean;
|
|
453
|
-
displayName: z.ZodString;
|
|
454
|
-
nextAction: z.ZodOptional<z.ZodAny>;
|
|
455
|
-
}, z.core.$strip>]>;
|
|
430
|
+
}, z.core.$strip>>]>;
|
|
456
431
|
export type UpdateTriggerRequest = z.infer<typeof UpdateTriggerRequest>;
|
|
457
432
|
export declare const UpdateFlowStatusRequest: z.ZodObject<{
|
|
458
433
|
status: z.ZodEnum<typeof FlowStatus>;
|
|
@@ -526,6 +501,7 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
526
501
|
valid: z.ZodBoolean;
|
|
527
502
|
displayName: z.ZodString;
|
|
528
503
|
nextAction: z.ZodOptional<z.ZodAny>;
|
|
504
|
+
lastUpdatedDate: z.ZodString;
|
|
529
505
|
}, z.core.$strip>, z.ZodObject<{
|
|
530
506
|
type: z.ZodLiteral<FlowTriggerType.EMPTY>;
|
|
531
507
|
settings: z.ZodAny;
|
|
@@ -533,6 +509,7 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
533
509
|
valid: z.ZodBoolean;
|
|
534
510
|
displayName: z.ZodString;
|
|
535
511
|
nextAction: z.ZodOptional<z.ZodAny>;
|
|
512
|
+
lastUpdatedDate: z.ZodString;
|
|
536
513
|
}, z.core.$strip>]>;
|
|
537
514
|
schemaVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
538
515
|
notes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -564,14 +541,19 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
564
541
|
}, z.core.$strip>;
|
|
565
542
|
}, z.core.$strip>, z.ZodObject<{
|
|
566
543
|
type: z.ZodLiteral<FlowOperationType.UPDATE_ACTION>;
|
|
567
|
-
request: z.ZodUnion<readonly [z.ZodObject<{
|
|
544
|
+
request: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
568
545
|
type: z.ZodLiteral<import("../actions/action").FlowActionType.CODE>;
|
|
546
|
+
name: z.ZodString;
|
|
547
|
+
valid: z.ZodBoolean;
|
|
548
|
+
displayName: z.ZodString;
|
|
549
|
+
skip: z.ZodOptional<z.ZodBoolean>;
|
|
550
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
569
551
|
settings: z.ZodObject<{
|
|
552
|
+
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
570
553
|
sourceCode: z.ZodObject<{
|
|
571
554
|
packageJson: z.ZodString;
|
|
572
555
|
code: z.ZodString;
|
|
573
556
|
}, z.core.$strip>;
|
|
574
|
-
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
575
557
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
576
558
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
577
559
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -580,43 +562,30 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
580
562
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
581
563
|
}, z.core.$strip>>;
|
|
582
564
|
}, z.core.$strip>>;
|
|
583
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
584
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
585
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
586
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
587
|
-
}, z.core.$loose>>;
|
|
588
565
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
589
566
|
}, z.core.$strip>;
|
|
567
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
568
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
590
569
|
name: z.ZodString;
|
|
591
570
|
valid: z.ZodBoolean;
|
|
592
571
|
displayName: z.ZodString;
|
|
593
572
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
594
573
|
}, z.core.$strip>, z.ZodObject<{
|
|
595
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
596
574
|
settings: z.ZodObject<{
|
|
597
|
-
items: z.ZodString;
|
|
598
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
599
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
600
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
601
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
602
|
-
}, z.core.$loose>>;
|
|
603
575
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
576
|
+
items: z.ZodString;
|
|
604
577
|
}, z.core.$strip>;
|
|
578
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
579
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
605
580
|
name: z.ZodString;
|
|
606
581
|
valid: z.ZodBoolean;
|
|
607
582
|
displayName: z.ZodString;
|
|
608
583
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
609
584
|
}, z.core.$strip>, z.ZodObject<{
|
|
610
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
611
585
|
settings: z.ZodObject<{
|
|
612
|
-
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
613
|
-
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
614
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
615
|
-
}, z.core.$strip>>;
|
|
616
586
|
pieceName: z.ZodString;
|
|
617
|
-
pieceVersion: z.ZodString;
|
|
618
|
-
actionName: z.ZodOptional<z.ZodString>;
|
|
619
587
|
input: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
588
|
+
pieceVersion: z.ZodString;
|
|
620
589
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
621
590
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
622
591
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -625,20 +594,22 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
625
594
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
626
595
|
}, z.core.$strip>>;
|
|
627
596
|
}, z.core.$strip>>;
|
|
628
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
629
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
630
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
631
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
632
|
-
}, z.core.$loose>>;
|
|
633
597
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
598
|
+
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
599
|
+
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
600
|
+
schema: z.ZodOptional<z.ZodAny>;
|
|
601
|
+
}, z.core.$strip>>;
|
|
602
|
+
actionName: z.ZodOptional<z.ZodString>;
|
|
634
603
|
}, z.core.$strip>;
|
|
604
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
605
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
635
606
|
name: z.ZodString;
|
|
636
607
|
valid: z.ZodBoolean;
|
|
637
608
|
displayName: z.ZodString;
|
|
638
609
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
639
610
|
}, z.core.$strip>, z.ZodObject<{
|
|
640
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
641
611
|
settings: z.ZodObject<{
|
|
612
|
+
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
642
613
|
branches: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
643
614
|
conditions: z.ZodArray<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
644
615
|
firstValue: z.ZodString;
|
|
@@ -664,32 +635,27 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
664
635
|
branchName: z.ZodString;
|
|
665
636
|
}, z.core.$strip>]>>;
|
|
666
637
|
executionType: z.ZodEnum<typeof import("../actions/action").RouterExecutionType>;
|
|
667
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
668
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
669
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
670
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
671
|
-
}, z.core.$loose>>;
|
|
672
|
-
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
673
638
|
}, z.core.$strip>;
|
|
674
|
-
|
|
675
|
-
valid: z.ZodBoolean;
|
|
676
|
-
displayName: z.ZodString;
|
|
677
|
-
skip: z.ZodOptional<z.ZodBoolean>;
|
|
678
|
-
}, z.core.$strip>]>;
|
|
639
|
+
}, z.core.$strip>>]>;
|
|
679
640
|
}, z.core.$strip>, z.ZodObject<{
|
|
680
641
|
type: z.ZodLiteral<FlowOperationType.ADD_ACTION>;
|
|
681
642
|
request: z.ZodObject<{
|
|
682
643
|
parentStep: z.ZodString;
|
|
683
644
|
stepLocationRelativeToParent: z.ZodOptional<z.ZodEnum<typeof StepLocationRelativeToParent>>;
|
|
684
645
|
branchIndex: z.ZodOptional<z.ZodNumber>;
|
|
685
|
-
action: z.ZodUnion<readonly [z.ZodObject<{
|
|
646
|
+
action: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
686
647
|
type: z.ZodLiteral<import("../actions/action").FlowActionType.CODE>;
|
|
648
|
+
name: z.ZodString;
|
|
649
|
+
valid: z.ZodBoolean;
|
|
650
|
+
displayName: z.ZodString;
|
|
651
|
+
skip: z.ZodOptional<z.ZodBoolean>;
|
|
652
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
687
653
|
settings: z.ZodObject<{
|
|
654
|
+
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
688
655
|
sourceCode: z.ZodObject<{
|
|
689
656
|
packageJson: z.ZodString;
|
|
690
657
|
code: z.ZodString;
|
|
691
658
|
}, z.core.$strip>;
|
|
692
|
-
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
693
659
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
694
660
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
695
661
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -698,43 +664,30 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
698
664
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
699
665
|
}, z.core.$strip>>;
|
|
700
666
|
}, z.core.$strip>>;
|
|
701
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
702
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
703
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
704
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
705
|
-
}, z.core.$loose>>;
|
|
706
667
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
707
668
|
}, z.core.$strip>;
|
|
669
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
670
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
708
671
|
name: z.ZodString;
|
|
709
672
|
valid: z.ZodBoolean;
|
|
710
673
|
displayName: z.ZodString;
|
|
711
674
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
712
675
|
}, z.core.$strip>, z.ZodObject<{
|
|
713
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.LOOP_ON_ITEMS>;
|
|
714
676
|
settings: z.ZodObject<{
|
|
715
|
-
items: z.ZodString;
|
|
716
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
717
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
718
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
719
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
720
|
-
}, z.core.$loose>>;
|
|
721
677
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
678
|
+
items: z.ZodString;
|
|
722
679
|
}, z.core.$strip>;
|
|
680
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
681
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
723
682
|
name: z.ZodString;
|
|
724
683
|
valid: z.ZodBoolean;
|
|
725
684
|
displayName: z.ZodString;
|
|
726
685
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
727
686
|
}, z.core.$strip>, z.ZodObject<{
|
|
728
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.PIECE>;
|
|
729
687
|
settings: z.ZodObject<{
|
|
730
|
-
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
731
|
-
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
732
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
733
|
-
}, z.core.$strip>>;
|
|
734
688
|
pieceName: z.ZodString;
|
|
735
|
-
pieceVersion: z.ZodString;
|
|
736
|
-
actionName: z.ZodOptional<z.ZodString>;
|
|
737
689
|
input: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
690
|
+
pieceVersion: z.ZodString;
|
|
738
691
|
errorHandlingOptions: z.ZodOptional<z.ZodObject<{
|
|
739
692
|
continueOnFailure: z.ZodOptional<z.ZodObject<{
|
|
740
693
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -743,20 +696,22 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
743
696
|
value: z.ZodOptional<z.ZodBoolean>;
|
|
744
697
|
}, z.core.$strip>>;
|
|
745
698
|
}, z.core.$strip>>;
|
|
746
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
747
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
748
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
749
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
750
|
-
}, z.core.$loose>>;
|
|
751
699
|
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
700
|
+
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
701
|
+
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
702
|
+
schema: z.ZodOptional<z.ZodAny>;
|
|
703
|
+
}, z.core.$strip>>;
|
|
704
|
+
actionName: z.ZodOptional<z.ZodString>;
|
|
752
705
|
}, z.core.$strip>;
|
|
706
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
707
|
+
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
753
708
|
name: z.ZodString;
|
|
754
709
|
valid: z.ZodBoolean;
|
|
755
710
|
displayName: z.ZodString;
|
|
756
711
|
skip: z.ZodOptional<z.ZodBoolean>;
|
|
757
712
|
}, z.core.$strip>, z.ZodObject<{
|
|
758
|
-
type: z.ZodLiteral<import("../actions/action").FlowActionType.ROUTER>;
|
|
759
713
|
settings: z.ZodObject<{
|
|
714
|
+
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
760
715
|
branches: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
761
716
|
conditions: z.ZodArray<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
762
717
|
firstValue: z.ZodString;
|
|
@@ -782,51 +737,37 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
782
737
|
branchName: z.ZodString;
|
|
783
738
|
}, z.core.$strip>]>>;
|
|
784
739
|
executionType: z.ZodEnum<typeof import("../actions/action").RouterExecutionType>;
|
|
785
|
-
sampleData: z.ZodOptional<z.ZodObject<{
|
|
786
|
-
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
787
|
-
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
788
|
-
lastTestDate: z.ZodOptional<z.ZodString>;
|
|
789
|
-
}, z.core.$loose>>;
|
|
790
|
-
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
791
740
|
}, z.core.$strip>;
|
|
792
|
-
|
|
793
|
-
valid: z.ZodBoolean;
|
|
794
|
-
displayName: z.ZodString;
|
|
795
|
-
skip: z.ZodOptional<z.ZodBoolean>;
|
|
796
|
-
}, z.core.$strip>]>;
|
|
741
|
+
}, z.core.$strip>>]>;
|
|
797
742
|
}, z.core.$strip>;
|
|
798
743
|
}, z.core.$strip>, z.ZodObject<{
|
|
799
744
|
type: z.ZodLiteral<FlowOperationType.UPDATE_TRIGGER>;
|
|
800
745
|
request: z.ZodUnion<readonly [z.ZodObject<{
|
|
801
746
|
type: z.ZodLiteral<FlowTriggerType.EMPTY>;
|
|
747
|
+
name: z.ZodString;
|
|
802
748
|
settings: z.ZodAny;
|
|
749
|
+
valid: z.ZodBoolean;
|
|
750
|
+
displayName: z.ZodString;
|
|
751
|
+
nextAction: z.ZodOptional<z.ZodAny>;
|
|
752
|
+
}, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
|
|
753
|
+
type: z.ZodLiteral<FlowTriggerType.PIECE>;
|
|
803
754
|
name: z.ZodString;
|
|
804
755
|
valid: z.ZodBoolean;
|
|
805
756
|
displayName: z.ZodString;
|
|
806
757
|
nextAction: z.ZodOptional<z.ZodAny>;
|
|
807
758
|
}, z.core.$strip>, z.ZodObject<{
|
|
808
|
-
type: z.ZodLiteral<FlowTriggerType.PIECE>;
|
|
809
759
|
settings: z.ZodObject<{
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
760
|
+
pieceName: z.ZodString;
|
|
761
|
+
triggerName: z.ZodOptional<z.ZodString>;
|
|
762
|
+
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
763
|
+
pieceVersion: z.ZodString;
|
|
764
|
+
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
815
765
|
propertySettings: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
816
766
|
type: z.ZodEnum<typeof import("..").PropertyExecutionType>;
|
|
817
767
|
schema: z.ZodOptional<z.ZodAny>;
|
|
818
768
|
}, z.core.$strip>>;
|
|
819
|
-
customLogoUrl: z.ZodOptional<z.ZodString>;
|
|
820
|
-
pieceName: z.ZodString;
|
|
821
|
-
pieceVersion: z.ZodString;
|
|
822
|
-
triggerName: z.ZodOptional<z.ZodString>;
|
|
823
|
-
input: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
824
769
|
}, z.core.$strip>;
|
|
825
|
-
|
|
826
|
-
valid: z.ZodBoolean;
|
|
827
|
-
displayName: z.ZodString;
|
|
828
|
-
nextAction: z.ZodOptional<z.ZodAny>;
|
|
829
|
-
}, z.core.$strip>]>;
|
|
770
|
+
}, z.core.$strip>>]>;
|
|
830
771
|
}, z.core.$strip>, z.ZodObject<{
|
|
831
772
|
type: z.ZodLiteral<FlowOperationType.CHANGE_FOLDER>;
|
|
832
773
|
request: z.ZodObject<{
|
|
@@ -944,6 +885,15 @@ export declare const FlowOperationRequest: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
944
885
|
height: z.ZodNumber;
|
|
945
886
|
}, z.core.$strip>;
|
|
946
887
|
}, z.core.$strip>;
|
|
888
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
889
|
+
type: z.ZodLiteral<FlowOperationType.UPDATE_SAMPLE_DATA_INFO>;
|
|
890
|
+
request: z.ZodObject<{
|
|
891
|
+
stepName: z.ZodString;
|
|
892
|
+
sampleDataSettings: z.ZodObject<{
|
|
893
|
+
sampleDataFileId: z.ZodOptional<z.ZodString>;
|
|
894
|
+
sampleDataInputFileId: z.ZodOptional<z.ZodString>;
|
|
895
|
+
}, z.core.$loose>;
|
|
896
|
+
}, z.core.$strip>;
|
|
947
897
|
}, z.core.$strip>]>;
|
|
948
898
|
export type FlowOperationRequest = z.infer<typeof FlowOperationRequest>;
|
|
949
899
|
export declare const flowOperations: {
|
|
@@ -984,6 +934,7 @@ export declare const flowOperations: {
|
|
|
984
934
|
name: string;
|
|
985
935
|
valid: boolean;
|
|
986
936
|
displayName: string;
|
|
937
|
+
lastUpdatedDate: string;
|
|
987
938
|
nextAction?: any;
|
|
988
939
|
} | {
|
|
989
940
|
type: FlowTriggerType.PIECE;
|
|
@@ -1007,6 +958,7 @@ export declare const flowOperations: {
|
|
|
1007
958
|
name: string;
|
|
1008
959
|
valid: boolean;
|
|
1009
960
|
displayName: string;
|
|
961
|
+
lastUpdatedDate: string;
|
|
1010
962
|
nextAction?: any;
|
|
1011
963
|
};
|
|
1012
964
|
schemaVersion?: string | null | undefined;
|
|
@@ -1039,14 +991,19 @@ export declare const flowOperations: {
|
|
|
1039
991
|
};
|
|
1040
992
|
} | {
|
|
1041
993
|
type: FlowOperationType.UPDATE_ACTION;
|
|
1042
|
-
request: {
|
|
994
|
+
request: ({
|
|
1043
995
|
type: import("../actions/action").FlowActionType.CODE;
|
|
996
|
+
name: string;
|
|
997
|
+
valid: boolean;
|
|
998
|
+
displayName: string;
|
|
999
|
+
skip?: boolean | undefined;
|
|
1000
|
+
} & {
|
|
1044
1001
|
settings: {
|
|
1002
|
+
input: Record<string, any>;
|
|
1045
1003
|
sourceCode: {
|
|
1046
1004
|
packageJson: string;
|
|
1047
1005
|
code: string;
|
|
1048
1006
|
};
|
|
1049
|
-
input: Record<string, any>;
|
|
1050
1007
|
errorHandlingOptions?: {
|
|
1051
1008
|
continueOnFailure?: {
|
|
1052
1009
|
value?: boolean | undefined;
|
|
@@ -1055,29 +1012,34 @@ export declare const flowOperations: {
|
|
|
1055
1012
|
value?: boolean | undefined;
|
|
1056
1013
|
} | undefined;
|
|
1057
1014
|
} | undefined;
|
|
1058
|
-
sampleData?: {
|
|
1059
|
-
[x: string]: unknown;
|
|
1060
|
-
sampleDataFileId?: string | undefined;
|
|
1061
|
-
sampleDataInputFileId?: string | undefined;
|
|
1062
|
-
lastTestDate?: string | undefined;
|
|
1063
|
-
} | undefined;
|
|
1064
1015
|
customLogoUrl?: string | undefined;
|
|
1065
1016
|
};
|
|
1017
|
+
}) | ({
|
|
1018
|
+
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
1066
1019
|
name: string;
|
|
1067
1020
|
valid: boolean;
|
|
1068
1021
|
displayName: string;
|
|
1069
1022
|
skip?: boolean | undefined;
|
|
1070
|
-
}
|
|
1023
|
+
} & {
|
|
1024
|
+
settings: {
|
|
1025
|
+
items: string;
|
|
1026
|
+
customLogoUrl?: string | undefined;
|
|
1027
|
+
};
|
|
1028
|
+
}) | ({
|
|
1071
1029
|
type: import("../actions/action").FlowActionType.PIECE;
|
|
1030
|
+
name: string;
|
|
1031
|
+
valid: boolean;
|
|
1032
|
+
displayName: string;
|
|
1033
|
+
skip?: boolean | undefined;
|
|
1034
|
+
} & {
|
|
1072
1035
|
settings: {
|
|
1036
|
+
pieceName: string;
|
|
1037
|
+
input: Record<string, unknown>;
|
|
1038
|
+
pieceVersion: string;
|
|
1073
1039
|
propertySettings: Record<string, {
|
|
1074
1040
|
type: import("..").PropertyExecutionType;
|
|
1075
1041
|
schema?: any;
|
|
1076
1042
|
}>;
|
|
1077
|
-
pieceName: string;
|
|
1078
|
-
pieceVersion: string;
|
|
1079
|
-
input: Record<string, unknown>;
|
|
1080
|
-
actionName?: string | undefined;
|
|
1081
1043
|
errorHandlingOptions?: {
|
|
1082
1044
|
continueOnFailure?: {
|
|
1083
1045
|
value?: boolean | undefined;
|
|
@@ -1086,36 +1048,16 @@ export declare const flowOperations: {
|
|
|
1086
1048
|
value?: boolean | undefined;
|
|
1087
1049
|
} | undefined;
|
|
1088
1050
|
} | undefined;
|
|
1089
|
-
sampleData?: {
|
|
1090
|
-
[x: string]: unknown;
|
|
1091
|
-
sampleDataFileId?: string | undefined;
|
|
1092
|
-
sampleDataInputFileId?: string | undefined;
|
|
1093
|
-
lastTestDate?: string | undefined;
|
|
1094
|
-
} | undefined;
|
|
1095
|
-
customLogoUrl?: string | undefined;
|
|
1096
|
-
};
|
|
1097
|
-
name: string;
|
|
1098
|
-
valid: boolean;
|
|
1099
|
-
displayName: string;
|
|
1100
|
-
skip?: boolean | undefined;
|
|
1101
|
-
} | {
|
|
1102
|
-
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
1103
|
-
settings: {
|
|
1104
|
-
items: string;
|
|
1105
|
-
sampleData?: {
|
|
1106
|
-
[x: string]: unknown;
|
|
1107
|
-
sampleDataFileId?: string | undefined;
|
|
1108
|
-
sampleDataInputFileId?: string | undefined;
|
|
1109
|
-
lastTestDate?: string | undefined;
|
|
1110
|
-
} | undefined;
|
|
1111
1051
|
customLogoUrl?: string | undefined;
|
|
1052
|
+
actionName?: string | undefined;
|
|
1112
1053
|
};
|
|
1054
|
+
}) | ({
|
|
1055
|
+
type: import("../actions/action").FlowActionType.ROUTER;
|
|
1113
1056
|
name: string;
|
|
1114
1057
|
valid: boolean;
|
|
1115
1058
|
displayName: string;
|
|
1116
1059
|
skip?: boolean | undefined;
|
|
1117
|
-
}
|
|
1118
|
-
type: import("../actions/action").FlowActionType.ROUTER;
|
|
1060
|
+
} & {
|
|
1119
1061
|
settings: {
|
|
1120
1062
|
branches: ({
|
|
1121
1063
|
conditions: ({
|
|
@@ -1142,31 +1084,26 @@ export declare const flowOperations: {
|
|
|
1142
1084
|
branchName: string;
|
|
1143
1085
|
})[];
|
|
1144
1086
|
executionType: import("../actions/action").RouterExecutionType;
|
|
1145
|
-
sampleData?: {
|
|
1146
|
-
[x: string]: unknown;
|
|
1147
|
-
sampleDataFileId?: string | undefined;
|
|
1148
|
-
sampleDataInputFileId?: string | undefined;
|
|
1149
|
-
lastTestDate?: string | undefined;
|
|
1150
|
-
} | undefined;
|
|
1151
1087
|
customLogoUrl?: string | undefined;
|
|
1152
1088
|
};
|
|
1153
|
-
|
|
1154
|
-
valid: boolean;
|
|
1155
|
-
displayName: string;
|
|
1156
|
-
skip?: boolean | undefined;
|
|
1157
|
-
};
|
|
1089
|
+
});
|
|
1158
1090
|
} | {
|
|
1159
1091
|
type: FlowOperationType.ADD_ACTION;
|
|
1160
1092
|
request: {
|
|
1161
1093
|
parentStep: string;
|
|
1162
|
-
action: {
|
|
1094
|
+
action: ({
|
|
1163
1095
|
type: import("../actions/action").FlowActionType.CODE;
|
|
1096
|
+
name: string;
|
|
1097
|
+
valid: boolean;
|
|
1098
|
+
displayName: string;
|
|
1099
|
+
skip?: boolean | undefined;
|
|
1100
|
+
} & {
|
|
1164
1101
|
settings: {
|
|
1102
|
+
input: Record<string, any>;
|
|
1165
1103
|
sourceCode: {
|
|
1166
1104
|
packageJson: string;
|
|
1167
1105
|
code: string;
|
|
1168
1106
|
};
|
|
1169
|
-
input: Record<string, any>;
|
|
1170
1107
|
errorHandlingOptions?: {
|
|
1171
1108
|
continueOnFailure?: {
|
|
1172
1109
|
value?: boolean | undefined;
|
|
@@ -1175,29 +1112,34 @@ export declare const flowOperations: {
|
|
|
1175
1112
|
value?: boolean | undefined;
|
|
1176
1113
|
} | undefined;
|
|
1177
1114
|
} | undefined;
|
|
1178
|
-
sampleData?: {
|
|
1179
|
-
[x: string]: unknown;
|
|
1180
|
-
sampleDataFileId?: string | undefined;
|
|
1181
|
-
sampleDataInputFileId?: string | undefined;
|
|
1182
|
-
lastTestDate?: string | undefined;
|
|
1183
|
-
} | undefined;
|
|
1184
1115
|
customLogoUrl?: string | undefined;
|
|
1185
1116
|
};
|
|
1117
|
+
}) | ({
|
|
1118
|
+
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
1186
1119
|
name: string;
|
|
1187
1120
|
valid: boolean;
|
|
1188
1121
|
displayName: string;
|
|
1189
1122
|
skip?: boolean | undefined;
|
|
1190
|
-
}
|
|
1123
|
+
} & {
|
|
1124
|
+
settings: {
|
|
1125
|
+
items: string;
|
|
1126
|
+
customLogoUrl?: string | undefined;
|
|
1127
|
+
};
|
|
1128
|
+
}) | ({
|
|
1191
1129
|
type: import("../actions/action").FlowActionType.PIECE;
|
|
1130
|
+
name: string;
|
|
1131
|
+
valid: boolean;
|
|
1132
|
+
displayName: string;
|
|
1133
|
+
skip?: boolean | undefined;
|
|
1134
|
+
} & {
|
|
1192
1135
|
settings: {
|
|
1136
|
+
pieceName: string;
|
|
1137
|
+
input: Record<string, unknown>;
|
|
1138
|
+
pieceVersion: string;
|
|
1193
1139
|
propertySettings: Record<string, {
|
|
1194
1140
|
type: import("..").PropertyExecutionType;
|
|
1195
1141
|
schema?: any;
|
|
1196
1142
|
}>;
|
|
1197
|
-
pieceName: string;
|
|
1198
|
-
pieceVersion: string;
|
|
1199
|
-
input: Record<string, unknown>;
|
|
1200
|
-
actionName?: string | undefined;
|
|
1201
1143
|
errorHandlingOptions?: {
|
|
1202
1144
|
continueOnFailure?: {
|
|
1203
1145
|
value?: boolean | undefined;
|
|
@@ -1206,36 +1148,16 @@ export declare const flowOperations: {
|
|
|
1206
1148
|
value?: boolean | undefined;
|
|
1207
1149
|
} | undefined;
|
|
1208
1150
|
} | undefined;
|
|
1209
|
-
sampleData?: {
|
|
1210
|
-
[x: string]: unknown;
|
|
1211
|
-
sampleDataFileId?: string | undefined;
|
|
1212
|
-
sampleDataInputFileId?: string | undefined;
|
|
1213
|
-
lastTestDate?: string | undefined;
|
|
1214
|
-
} | undefined;
|
|
1215
|
-
customLogoUrl?: string | undefined;
|
|
1216
|
-
};
|
|
1217
|
-
name: string;
|
|
1218
|
-
valid: boolean;
|
|
1219
|
-
displayName: string;
|
|
1220
|
-
skip?: boolean | undefined;
|
|
1221
|
-
} | {
|
|
1222
|
-
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
1223
|
-
settings: {
|
|
1224
|
-
items: string;
|
|
1225
|
-
sampleData?: {
|
|
1226
|
-
[x: string]: unknown;
|
|
1227
|
-
sampleDataFileId?: string | undefined;
|
|
1228
|
-
sampleDataInputFileId?: string | undefined;
|
|
1229
|
-
lastTestDate?: string | undefined;
|
|
1230
|
-
} | undefined;
|
|
1231
1151
|
customLogoUrl?: string | undefined;
|
|
1152
|
+
actionName?: string | undefined;
|
|
1232
1153
|
};
|
|
1154
|
+
}) | ({
|
|
1155
|
+
type: import("../actions/action").FlowActionType.ROUTER;
|
|
1233
1156
|
name: string;
|
|
1234
1157
|
valid: boolean;
|
|
1235
1158
|
displayName: string;
|
|
1236
1159
|
skip?: boolean | undefined;
|
|
1237
|
-
}
|
|
1238
|
-
type: import("../actions/action").FlowActionType.ROUTER;
|
|
1160
|
+
} & {
|
|
1239
1161
|
settings: {
|
|
1240
1162
|
branches: ({
|
|
1241
1163
|
conditions: ({
|
|
@@ -1262,19 +1184,9 @@ export declare const flowOperations: {
|
|
|
1262
1184
|
branchName: string;
|
|
1263
1185
|
})[];
|
|
1264
1186
|
executionType: import("../actions/action").RouterExecutionType;
|
|
1265
|
-
sampleData?: {
|
|
1266
|
-
[x: string]: unknown;
|
|
1267
|
-
sampleDataFileId?: string | undefined;
|
|
1268
|
-
sampleDataInputFileId?: string | undefined;
|
|
1269
|
-
lastTestDate?: string | undefined;
|
|
1270
|
-
} | undefined;
|
|
1271
1187
|
customLogoUrl?: string | undefined;
|
|
1272
1188
|
};
|
|
1273
|
-
|
|
1274
|
-
valid: boolean;
|
|
1275
|
-
displayName: string;
|
|
1276
|
-
skip?: boolean | undefined;
|
|
1277
|
-
};
|
|
1189
|
+
});
|
|
1278
1190
|
stepLocationRelativeToParent?: StepLocationRelativeToParent | undefined;
|
|
1279
1191
|
branchIndex?: number | undefined;
|
|
1280
1192
|
};
|
|
@@ -1282,35 +1194,30 @@ export declare const flowOperations: {
|
|
|
1282
1194
|
type: FlowOperationType.UPDATE_TRIGGER;
|
|
1283
1195
|
request: {
|
|
1284
1196
|
type: FlowTriggerType.EMPTY;
|
|
1285
|
-
settings: any;
|
|
1286
1197
|
name: string;
|
|
1198
|
+
settings: any;
|
|
1287
1199
|
valid: boolean;
|
|
1288
1200
|
displayName: string;
|
|
1289
1201
|
nextAction?: any;
|
|
1290
|
-
} | {
|
|
1202
|
+
} | ({
|
|
1291
1203
|
type: FlowTriggerType.PIECE;
|
|
1204
|
+
name: string;
|
|
1205
|
+
valid: boolean;
|
|
1206
|
+
displayName: string;
|
|
1207
|
+
nextAction?: any;
|
|
1208
|
+
} & {
|
|
1292
1209
|
settings: {
|
|
1210
|
+
pieceName: string;
|
|
1211
|
+
input: Record<string, any>;
|
|
1212
|
+
pieceVersion: string;
|
|
1293
1213
|
propertySettings: Record<string, {
|
|
1294
1214
|
type: import("..").PropertyExecutionType;
|
|
1295
1215
|
schema?: any;
|
|
1296
1216
|
}>;
|
|
1297
|
-
pieceName: string;
|
|
1298
|
-
pieceVersion: string;
|
|
1299
|
-
input: Record<string, any>;
|
|
1300
|
-
sampleData?: {
|
|
1301
|
-
[x: string]: unknown;
|
|
1302
|
-
sampleDataFileId?: string | undefined;
|
|
1303
|
-
sampleDataInputFileId?: string | undefined;
|
|
1304
|
-
lastTestDate?: string | undefined;
|
|
1305
|
-
} | undefined;
|
|
1306
|
-
customLogoUrl?: string | undefined;
|
|
1307
1217
|
triggerName?: string | undefined;
|
|
1218
|
+
customLogoUrl?: string | undefined;
|
|
1308
1219
|
};
|
|
1309
|
-
|
|
1310
|
-
valid: boolean;
|
|
1311
|
-
displayName: string;
|
|
1312
|
-
nextAction?: any;
|
|
1313
|
-
};
|
|
1220
|
+
});
|
|
1314
1221
|
} | {
|
|
1315
1222
|
type: FlowOperationType.CHANGE_FOLDER;
|
|
1316
1223
|
request: {
|
|
@@ -1428,6 +1335,17 @@ export declare const flowOperations: {
|
|
|
1428
1335
|
height: number;
|
|
1429
1336
|
};
|
|
1430
1337
|
};
|
|
1338
|
+
} | {
|
|
1339
|
+
type: FlowOperationType.UPDATE_SAMPLE_DATA_INFO;
|
|
1340
|
+
request: {
|
|
1341
|
+
stepName: string;
|
|
1342
|
+
sampleDataSettings: {
|
|
1343
|
+
[x: string]: unknown;
|
|
1344
|
+
sampleDataFileId?: string | undefined;
|
|
1345
|
+
sampleDataInputFileId?: string | undefined;
|
|
1346
|
+
};
|
|
1347
|
+
};
|
|
1431
1348
|
})[];
|
|
1432
1349
|
apply(flowVersion: FlowVersion, operation: FlowOperationRequest): FlowVersion;
|
|
1433
1350
|
};
|
|
1351
|
+
//# sourceMappingURL=index.d.ts.map
|