@activepieces/shared 0.41.1 → 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 +4 -4
- package/src/index.d.ts +2 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js +1 -4
- package/src/index.js.map +1 -1
- package/src/lib/automation/agents/index.d.ts +105 -118
- package/src/lib/automation/agents/index.d.ts.map +1 -0
- package/src/lib/automation/agents/index.js +22 -22
- package/src/lib/automation/agents/index.js.map +1 -1
- 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 +142 -141
- package/src/lib/automation/agents/tools.d.ts.map +1 -0
- package/src/lib/automation/agents/tools.js +30 -31
- package/src/lib/automation/agents/tools.js.map +1 -1
- package/src/lib/automation/app-connection/app-connection.d.ts +41 -42
- package/src/lib/automation/app-connection/app-connection.d.ts.map +1 -0
- package/src/lib/automation/app-connection/app-connection.js +6 -8
- package/src/lib/automation/app-connection/app-connection.js.map +1 -1
- package/src/lib/automation/app-connection/dto/read-app-connection-request.d.ts +29 -28
- package/src/lib/automation/app-connection/dto/read-app-connection-request.d.ts.map +1 -0
- package/src/lib/automation/app-connection/dto/read-app-connection-request.js +15 -14
- package/src/lib/automation/app-connection/dto/read-app-connection-request.js.map +1 -1
- package/src/lib/automation/app-connection/dto/upsert-app-connection-request.d.ts +366 -365
- package/src/lib/automation/app-connection/dto/upsert-app-connection-request.d.ts.map +1 -0
- package/src/lib/automation/app-connection/dto/upsert-app-connection-request.js +61 -102
- package/src/lib/automation/app-connection/dto/upsert-app-connection-request.js.map +1 -1
- 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 +22 -21
- package/src/lib/automation/engine/engine-operation.d.ts.map +1 -0
- package/src/lib/automation/engine/engine-operation.js +14 -14
- package/src/lib/automation/engine/engine-operation.js.map +1 -1
- package/src/lib/automation/engine/execution-errors.d.ts +4 -0
- package/src/lib/automation/engine/execution-errors.d.ts.map +1 -0
- package/src/lib/automation/engine/execution-errors.js +7 -1
- package/src/lib/automation/engine/execution-errors.js.map +1 -1
- 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 +89 -88
- package/src/lib/automation/engine/requests.d.ts.map +1 -0
- package/src/lib/automation/engine/requests.js +35 -35
- package/src/lib/automation/engine/requests.js.map +1 -1
- package/src/lib/automation/flow-run/dto/list-flow-runs-request.d.ts +16 -15
- package/src/lib/automation/flow-run/dto/list-flow-runs-request.d.ts.map +1 -0
- package/src/lib/automation/flow-run/dto/list-flow-runs-request.js +13 -12
- package/src/lib/automation/flow-run/dto/list-flow-runs-request.js.map +1 -1
- 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 +6 -4
- package/src/lib/automation/flow-run/execution/execution-output.d.ts.map +1 -0
- package/src/lib/automation/flow-run/execution/execution-output.js +4 -4
- package/src/lib/automation/flow-run/execution/execution-output.js.map +1 -1
- package/src/lib/automation/flow-run/execution/flow-execution.d.ts +56 -54
- package/src/lib/automation/flow-run/execution/flow-execution.d.ts.map +1 -0
- package/src/lib/automation/flow-run/execution/flow-execution.js +24 -22
- package/src/lib/automation/flow-run/execution/flow-execution.js.map +1 -1
- 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 +55 -56
- package/src/lib/automation/flow-run/flow-run.d.ts.map +1 -0
- package/src/lib/automation/flow-run/flow-run.js +12 -12
- package/src/lib/automation/flow-run/flow-run.js.map +1 -1
- 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 +44 -43
- package/src/lib/automation/flow-run/test-flow-run-request.d.ts.map +1 -0
- package/src/lib/automation/flow-run/test-flow-run-request.js +31 -31
- package/src/lib/automation/flow-run/test-flow-run-request.js.map +1 -1
- package/src/lib/automation/flows/actions/action.d.ts +493 -571
- package/src/lib/automation/flows/actions/action.d.ts.map +1 -0
- package/src/lib/automation/flows/actions/action.js +114 -118
- package/src/lib/automation/flows/actions/action.js.map +1 -1
- package/src/lib/automation/flows/dto/count-flows-request.d.ts +7 -6
- package/src/lib/automation/flows/dto/count-flows-request.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/count-flows-request.js +4 -4
- package/src/lib/automation/flows/dto/count-flows-request.js.map +1 -1
- package/src/lib/automation/flows/dto/create-flow-request.d.ts +11 -11
- package/src/lib/automation/flows/dto/create-flow-request.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/create-flow-request.js +8 -8
- package/src/lib/automation/flows/dto/create-flow-request.js.map +1 -1
- package/src/lib/automation/flows/dto/flow-mcp.requests.d.ts +8 -7
- package/src/lib/automation/flows/dto/flow-mcp.requests.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/flow-mcp.requests.js +5 -5
- package/src/lib/automation/flows/dto/flow-mcp.requests.js.map +1 -1
- package/src/lib/automation/flows/dto/list-flows-request.d.ts +24 -23
- package/src/lib/automation/flows/dto/list-flows-request.d.ts.map +1 -0
- package/src/lib/automation/flows/dto/list-flows-request.js +18 -17
- package/src/lib/automation/flows/dto/list-flows-request.js.map +1 -1
- package/src/lib/automation/flows/flow-version.d.ts +92 -91
- package/src/lib/automation/flows/flow-version.d.ts.map +1 -0
- package/src/lib/automation/flows/flow-version.js +4 -4
- package/src/lib/automation/flows/flow-version.js.map +1 -1
- package/src/lib/automation/flows/flow.d.ts +138 -143
- package/src/lib/automation/flows/flow.d.ts.map +1 -0
- package/src/lib/automation/flows/flow.js +9 -15
- package/src/lib/automation/flows/flow.js.map +1 -1
- package/src/lib/automation/flows/folders/folder-requests.d.ts +21 -20
- package/src/lib/automation/flows/folders/folder-requests.d.ts.map +1 -0
- package/src/lib/automation/flows/folders/folder-requests.js +12 -12
- package/src/lib/automation/flows/folders/folder-requests.js.map +1 -1
- package/src/lib/automation/flows/folders/folder.d.ts +11 -10
- package/src/lib/automation/flows/folders/folder.d.ts.map +1 -0
- package/src/lib/automation/flows/folders/folder.js +2 -2
- package/src/lib/automation/flows/folders/folder.js.map +1 -1
- 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 +50 -49
- package/src/lib/automation/flows/form.d.ts.map +1 -0
- package/src/lib/automation/flows/form.js +22 -22
- package/src/lib/automation/flows/form.js.map +1 -1
- 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 +19 -18
- package/src/lib/automation/flows/note.d.ts.map +1 -0
- package/src/lib/automation/flows/note.js +14 -14
- package/src/lib/automation/flows/note.js.map +1 -1
- 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 +5 -3
- 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 +1067 -1165
- package/src/lib/automation/flows/operations/index.d.ts.map +1 -0
- package/src/lib/automation/flows/operations/index.js +154 -183
- 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 +204 -248
- 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 +15 -7
- 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 +9 -6
- 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 +7 -6
- package/src/lib/automation/flows/properties/property.d.ts.map +1 -0
- package/src/lib/automation/flows/properties/property.js +4 -4
- package/src/lib/automation/flows/properties/property.js.map +1 -1
- package/src/lib/automation/flows/sample-data/index.d.ts +47 -46
- package/src/lib/automation/flows/sample-data/index.d.ts.map +1 -0
- package/src/lib/automation/flows/sample-data/index.js +31 -33
- package/src/lib/automation/flows/sample-data/index.js.map +1 -1
- package/src/lib/automation/flows/step-file/step-file.d.ts +17 -16
- package/src/lib/automation/flows/step-file/step-file.d.ts.map +1 -0
- package/src/lib/automation/flows/step-file/step-file.js +10 -10
- package/src/lib/automation/flows/step-file/step-file.js.map +1 -1
- package/src/lib/automation/flows/test-trigger.d.ts +14 -13
- package/src/lib/automation/flows/test-trigger.d.ts.map +1 -0
- package/src/lib/automation/flows/test-trigger.js +4 -4
- package/src/lib/automation/flows/test-trigger.js.map +1 -1
- package/src/lib/automation/flows/triggers/trigger-events/trigger-event.d.ts +19 -18
- package/src/lib/automation/flows/triggers/trigger-events/trigger-event.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger-events/trigger-event.js +10 -13
- package/src/lib/automation/flows/triggers/trigger-events/trigger-event.js.map +1 -1
- package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.d.ts +15 -14
- package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.js +8 -8
- package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.js.map +1 -1
- package/src/lib/automation/flows/triggers/trigger-run.d.ts +12 -11
- package/src/lib/automation/flows/triggers/trigger-run.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger-run.js +7 -7
- package/src/lib/automation/flows/triggers/trigger-run.js.map +1 -1
- package/src/lib/automation/flows/triggers/trigger.d.ts +87 -82
- package/src/lib/automation/flows/triggers/trigger.d.ts.map +1 -0
- package/src/lib/automation/flows/triggers/trigger.js +16 -15
- 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 +6 -5
- package/src/lib/automation/flows/util/flow-structure-util.d.ts.map +1 -0
- package/src/lib/automation/forms/index.d.ts +43 -42
- package/src/lib/automation/forms/index.d.ts.map +1 -0
- package/src/lib/automation/forms/index.js +21 -21
- package/src/lib/automation/forms/index.js.map +1 -1
- 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 +122 -108
- package/src/lib/automation/mcp/mcp.d.ts.map +1 -0
- package/src/lib/automation/mcp/mcp.js +8 -7
- package/src/lib/automation/mcp/mcp.js.map +1 -1
- package/src/lib/automation/mcp/pieces/mcp-piece.d.ts +25 -24
- package/src/lib/automation/mcp/pieces/mcp-piece.d.ts.map +1 -0
- package/src/lib/automation/mcp/pieces/mcp-piece.js +14 -14
- package/src/lib/automation/mcp/pieces/mcp-piece.js.map +1 -1
- package/src/lib/automation/pieces/dto/piece-requests.d.ts +68 -67
- package/src/lib/automation/pieces/dto/piece-requests.d.ts.map +1 -0
- package/src/lib/automation/pieces/dto/piece-requests.js +47 -58
- package/src/lib/automation/pieces/dto/piece-requests.js.map +1 -1
- 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 +57 -56
- package/src/lib/automation/pieces/piece.d.ts.map +1 -0
- package/src/lib/automation/pieces/piece.js +21 -21
- package/src/lib/automation/pieces/piece.js.map +1 -1
- 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 +28 -27
- package/src/lib/automation/project-release/project-release.d.ts.map +1 -0
- package/src/lib/automation/project-release/project-release.js +2 -2
- package/src/lib/automation/project-release/project-release.js.map +1 -1
- package/src/lib/automation/project-release/project-release.request.d.ts +66 -65
- package/src/lib/automation/project-release/project-release.request.d.ts.map +1 -0
- package/src/lib/automation/project-release/project-release.request.js +25 -25
- package/src/lib/automation/project-release/project-release.request.js.map +1 -1
- package/src/lib/automation/project-release/project-state.d.ts +1267 -1286
- package/src/lib/automation/project-release/project-state.d.ts.map +1 -0
- package/src/lib/automation/project-release/project-state.js +73 -73
- package/src/lib/automation/project-release/project-state.js.map +1 -1
- package/src/lib/automation/tables/cell.d.ts +12 -11
- package/src/lib/automation/tables/cell.d.ts.map +1 -0
- package/src/lib/automation/tables/cell.js +2 -2
- package/src/lib/automation/tables/cell.js.map +1 -1
- package/src/lib/automation/tables/dto/fields.dto.d.ts +27 -26
- package/src/lib/automation/tables/dto/fields.dto.d.ts.map +1 -0
- package/src/lib/automation/tables/dto/fields.dto.js +18 -18
- package/src/lib/automation/tables/dto/fields.dto.js.map +1 -1
- package/src/lib/automation/tables/dto/records.dto.d.ts +41 -40
- package/src/lib/automation/tables/dto/records.dto.d.ts.map +1 -0
- package/src/lib/automation/tables/dto/records.dto.js +26 -25
- package/src/lib/automation/tables/dto/records.dto.js.map +1 -1
- package/src/lib/automation/tables/dto/tables.dto.d.ts +56 -55
- package/src/lib/automation/tables/dto/tables.dto.d.ts.map +1 -0
- package/src/lib/automation/tables/dto/tables.dto.js +32 -31
- package/src/lib/automation/tables/dto/tables.dto.js.map +1 -1
- package/src/lib/automation/tables/field.d.ts +27 -26
- package/src/lib/automation/tables/field.d.ts.map +1 -0
- package/src/lib/automation/tables/field.js +5 -5
- package/src/lib/automation/tables/field.js.map +1 -1
- 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 +24 -23
- package/src/lib/automation/tables/record.d.ts.map +1 -0
- package/src/lib/automation/tables/record.js +7 -13
- package/src/lib/automation/tables/record.js.map +1 -1
- package/src/lib/automation/tables/table-webhook.d.ts +12 -11
- package/src/lib/automation/tables/table-webhook.d.ts.map +1 -0
- package/src/lib/automation/tables/table-webhook.js +2 -2
- package/src/lib/automation/tables/table-webhook.js.map +1 -1
- package/src/lib/automation/tables/table.d.ts +50 -49
- package/src/lib/automation/tables/table.d.ts.map +1 -0
- package/src/lib/automation/tables/table.js +5 -8
- package/src/lib/automation/tables/table.js.map +1 -1
- package/src/lib/automation/trigger/index.d.ts +33 -32
- package/src/lib/automation/trigger/index.d.ts.map +1 -0
- package/src/lib/automation/trigger/index.js +9 -9
- package/src/lib/automation/trigger/index.js.map +1 -1
- package/src/lib/automation/webhook/dto.d.ts +6 -5
- package/src/lib/automation/webhook/dto.d.ts.map +1 -0
- package/src/lib/automation/webhook/dto.js +2 -2
- package/src/lib/automation/webhook/dto.js.map +1 -1
- 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 +7 -6
- package/src/lib/automation/websocket/index.d.ts.map +1 -0
- package/src/lib/automation/websocket/index.js +4 -4
- package/src/lib/automation/websocket/index.js.map +1 -1
- 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 +368 -367
- package/src/lib/automation/workers/index.d.ts.map +1 -0
- package/src/lib/automation/workers/index.js +75 -75
- package/src/lib/automation/workers/index.js.map +1 -1
- package/src/lib/automation/workers/job-data.d.ts +782 -781
- package/src/lib/automation/workers/job-data.d.ts.map +1 -0
- package/src/lib/automation/workers/job-data.js +106 -106
- package/src/lib/automation/workers/job-data.js.map +1 -1
- package/src/lib/automation/workers/queue-metrics.d.ts +26 -25
- package/src/lib/automation/workers/queue-metrics.d.ts.map +1 -0
- package/src/lib/automation/workers/queue-metrics.js +11 -11
- package/src/lib/automation/workers/queue-metrics.js.map +1 -1
- package/src/lib/core/authentication/dto/authentication-response.d.ts +26 -25
- package/src/lib/core/authentication/dto/authentication-response.d.ts.map +1 -0
- package/src/lib/core/authentication/dto/authentication-response.js +6 -10
- package/src/lib/core/authentication/dto/authentication-response.js.map +1 -1
- package/src/lib/core/authentication/dto/sign-in-request.d.ts +7 -6
- package/src/lib/core/authentication/dto/sign-in-request.d.ts.map +1 -0
- package/src/lib/core/authentication/dto/sign-in-request.js +2 -2
- package/src/lib/core/authentication/dto/sign-in-request.js.map +1 -1
- package/src/lib/core/authentication/dto/sign-up-request.d.ts +15 -14
- package/src/lib/core/authentication/dto/sign-up-request.d.ts.map +1 -0
- package/src/lib/core/authentication/dto/sign-up-request.js +7 -11
- package/src/lib/core/authentication/dto/sign-up-request.js.map +1 -1
- 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 +18 -17
- package/src/lib/core/authentication/user-identity.d.ts.map +1 -0
- package/src/lib/core/authentication/user-identity.js +2 -2
- package/src/lib/core/authentication/user-identity.js.map +1 -1
- package/src/lib/core/common/activepieces-error.d.ts +7 -1
- package/src/lib/core/common/activepieces-error.d.ts.map +1 -0
- package/src/lib/core/common/activepieces-error.js +1 -0
- package/src/lib/core/common/activepieces-error.js.map +1 -1
- package/src/lib/core/common/base-model.d.ts +10 -22
- package/src/lib/core/common/base-model.d.ts.map +1 -0
- package/src/lib/core/common/base-model.js +12 -21
- package/src/lib/core/common/base-model.js.map +1 -1
- package/src/lib/core/common/color.d.ts +4 -3
- package/src/lib/core/common/color.d.ts.map +1 -0
- package/src/lib/core/common/color.js +2 -4
- package/src/lib/core/common/color.js.map +1 -1
- package/src/lib/core/common/id-generator.d.ts +4 -3
- package/src/lib/core/common/id-generator.d.ts.map +1 -0
- package/src/lib/core/common/id-generator.js +2 -4
- package/src/lib/core/common/id-generator.js.map +1 -1
- 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 +4 -3
- package/src/lib/core/common/metadata.d.ts.map +1 -0
- package/src/lib/core/common/metadata.js +2 -2
- package/src/lib/core/common/metadata.js.map +1 -1
- package/src/lib/core/common/multipart-file.d.ts +9 -8
- package/src/lib/core/common/multipart-file.d.ts.map +1 -0
- package/src/lib/core/common/multipart-file.js +6 -6
- package/src/lib/core/common/multipart-file.js.map +1 -1
- 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 +3 -2
- package/src/lib/core/common/seek-page.d.ts.map +1 -0
- package/src/lib/core/common/seek-page.js +5 -5
- package/src/lib/core/common/seek-page.js.map +1 -1
- 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 +51 -50
- package/src/lib/core/federated-authn/index.d.ts.map +1 -0
- package/src/lib/core/federated-authn/index.js +20 -20
- package/src/lib/core/federated-authn/index.js.map +1 -1
- 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 +21 -18
- package/src/lib/core/file/index.d.ts.map +1 -0
- package/src/lib/core/file/index.js +4 -2
- 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 +6 -5
- package/src/lib/core/flag/flag.requests.d.ts.map +1 -0
- package/src/lib/core/flag/flag.requests.js +3 -3
- package/src/lib/core/flag/flag.requests.js.map +1 -1
- 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 +9 -8
- package/src/lib/core/health/index.d.ts.map +1 -0
- package/src/lib/core/health/index.js +6 -6
- package/src/lib/core/health/index.js.map +1 -1
- package/src/lib/core/license-keys/index.d.ts +59 -58
- package/src/lib/core/license-keys/index.d.ts.map +1 -0
- package/src/lib/core/license-keys/index.js +35 -35
- package/src/lib/core/license-keys/index.js.map +1 -1
- 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 +15 -14
- package/src/lib/core/store-entry/dto/store-entry-request.d.ts.map +1 -0
- package/src/lib/core/store-entry/dto/store-entry-request.js +8 -10
- package/src/lib/core/store-entry/dto/store-entry-request.js.map +1 -1
- 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 +37 -32
- package/src/lib/core/tag/index.d.ts.map +1 -0
- package/src/lib/core/tag/index.js +15 -12
- package/src/lib/core/tag/index.js.map +1 -1
- package/src/lib/core/user/badges/index.d.ts +10 -9
- package/src/lib/core/user/badges/index.d.ts.map +1 -0
- package/src/lib/core/user/badges/index.js +2 -2
- package/src/lib/core/user/badges/index.js.map +1 -1
- package/src/lib/core/user/index.d.ts +14 -13
- package/src/lib/core/user/index.d.ts.map +1 -0
- package/src/lib/core/user/index.js +9 -9
- package/src/lib/core/user/index.js.map +1 -1
- package/src/lib/core/user/user.d.ts +63 -62
- package/src/lib/core/user/user.d.ts.map +1 -0
- package/src/lib/core/user/user.js +27 -32
- package/src/lib/core/user/user.js.map +1 -1
- package/src/lib/ee/alerts/alerts-dto.d.ts +11 -10
- package/src/lib/ee/alerts/alerts-dto.d.ts.map +1 -0
- package/src/lib/ee/alerts/alerts-dto.js +2 -2
- package/src/lib/ee/alerts/alerts-dto.js.map +1 -1
- package/src/lib/ee/alerts/alerts-requests.d.ts +14 -13
- package/src/lib/ee/alerts/alerts-requests.d.ts.map +1 -0
- package/src/lib/ee/alerts/alerts-requests.js +7 -7
- package/src/lib/ee/alerts/alerts-requests.js.map +1 -1
- 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 +38 -37
- package/src/lib/ee/api-key/index.d.ts.map +1 -0
- package/src/lib/ee/api-key/index.js +8 -11
- package/src/lib/ee/api-key/index.js.map +1 -1
- package/src/lib/ee/audit-events/index.d.ts +1450 -1487
- package/src/lib/ee/audit-events/index.d.ts.map +1 -0
- package/src/lib/ee/audit-events/index.js +142 -113
- 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 +22 -21
- package/src/lib/ee/authn/enterprise-local-authn/requests.d.ts.map +1 -0
- package/src/lib/ee/authn/enterprise-local-authn/requests.js +9 -12
- package/src/lib/ee/authn/enterprise-local-authn/requests.js.map +1 -1
- 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 +24 -23
- package/src/lib/ee/billing/index.d.ts.map +1 -0
- package/src/lib/ee/billing/index.js +15 -15
- package/src/lib/ee/billing/index.js.map +1 -1
- package/src/lib/ee/custom-domains/index.d.ts +20 -19
- package/src/lib/ee/custom-domains/index.d.ts.map +1 -0
- package/src/lib/ee/custom-domains/index.js +7 -9
- package/src/lib/ee/custom-domains/index.js.map +1 -1
- package/src/lib/ee/event-destinations/dto.d.ts +21 -20
- package/src/lib/ee/event-destinations/dto.d.ts.map +1 -0
- package/src/lib/ee/event-destinations/dto.js +9 -9
- package/src/lib/ee/event-destinations/dto.js.map +1 -1
- package/src/lib/ee/event-destinations/index.d.ts +30 -29
- package/src/lib/ee/event-destinations/index.d.ts.map +1 -0
- package/src/lib/ee/event-destinations/index.js +5 -5
- package/src/lib/ee/event-destinations/index.js.map +1 -1
- package/src/lib/ee/git-repo/index.d.ts +64 -63
- package/src/lib/ee/git-repo/index.d.ts.map +1 -0
- package/src/lib/ee/git-repo/index.js +22 -38
- package/src/lib/ee/git-repo/index.js.map +1 -1
- 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 +6 -5
- package/src/lib/ee/managed-authn/managed-authn-requests.d.ts.map +1 -0
- package/src/lib/ee/managed-authn/managed-authn-requests.js +4 -4
- package/src/lib/ee/managed-authn/managed-authn-requests.js.map +1 -1
- 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 +22 -21
- package/src/lib/ee/oauth-apps/oauth-app.d.ts.map +1 -0
- package/src/lib/ee/oauth-apps/oauth-app.js +9 -9
- package/src/lib/ee/oauth-apps/oauth-app.js.map +1 -1
- 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 +12 -11
- package/src/lib/ee/otp/otp-model.d.ts.map +1 -0
- package/src/lib/ee/otp/otp-model.js +2 -2
- package/src/lib/ee/otp/otp-model.js.map +1 -1
- package/src/lib/ee/otp/otp-requests.d.ts +7 -6
- package/src/lib/ee/otp/otp-requests.d.ts.map +1 -0
- package/src/lib/ee/otp/otp-requests.js +4 -4
- package/src/lib/ee/otp/otp-requests.js.map +1 -1
- 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 +51 -50
- 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-requests.js +24 -24
- package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.js.map +1 -1
- 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 +47 -46
- package/src/lib/ee/product-embed/connection-keys/connection-requests.d.ts.map +1 -0
- package/src/lib/ee/product-embed/connection-keys/connection-requests.js +24 -24
- package/src/lib/ee/product-embed/connection-keys/connection-requests.js.map +1 -1
- 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 +25 -24
- package/src/lib/ee/project-members/project-member-request.d.ts.map +1 -0
- package/src/lib/ee/project-members/project-member-request.js +14 -14
- package/src/lib/ee/project-members/project-member-request.js.map +1 -1
- package/src/lib/ee/project-members/project-member.d.ts +50 -49
- package/src/lib/ee/project-members/project-member.d.ts.map +1 -0
- package/src/lib/ee/project-members/project-member.js +6 -8
- package/src/lib/ee/project-members/project-member.js.map +1 -1
- package/src/lib/ee/scim/index.d.ts +168 -172
- package/src/lib/ee/scim/index.d.ts.map +1 -0
- package/src/lib/ee/scim/index.js +79 -79
- package/src/lib/ee/scim/index.js.map +1 -1
- package/src/lib/ee/secret-managers/dto.d.ts +60 -59
- package/src/lib/ee/secret-managers/dto.d.ts.map +1 -0
- package/src/lib/ee/secret-managers/dto.js +28 -29
- package/src/lib/ee/secret-managers/dto.js.map +1 -1
- package/src/lib/ee/secret-managers/index.d.ts +161 -208
- package/src/lib/ee/secret-managers/index.d.ts.map +1 -0
- package/src/lib/ee/secret-managers/index.js +27 -27
- package/src/lib/ee/secret-managers/index.js.map +1 -1
- 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 +12 -11
- package/src/lib/ee/signing-key/signing-key-model.d.ts.map +1 -0
- package/src/lib/ee/signing-key/signing-key-model.js +3 -3
- package/src/lib/ee/signing-key/signing-key-model.js.map +1 -1
- 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 +6 -5
- package/src/lib/ee/signing-key/signing-key.request.d.ts.map +1 -0
- package/src/lib/ee/signing-key/signing-key.request.js +3 -3
- package/src/lib/ee/signing-key/signing-key.request.js.map +1 -1
- package/src/lib/management/ai-providers/index.d.ts +413 -419
- package/src/lib/management/ai-providers/index.d.ts.map +1 -0
- package/src/lib/management/ai-providers/index.js +74 -84
- package/src/lib/management/ai-providers/index.js.map +1 -1
- package/src/lib/management/analytics/index.d.ts +92 -91
- package/src/lib/management/analytics/index.d.ts.map +1 -0
- package/src/lib/management/analytics/index.js +29 -29
- package/src/lib/management/analytics/index.js.map +1 -1
- package/src/lib/management/invitations/index.d.ts +72 -71
- package/src/lib/management/invitations/index.d.ts.map +1 -0
- package/src/lib/management/invitations/index.js +23 -23
- package/src/lib/management/invitations/index.js.map +1 -1
- 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 +265 -270
- package/src/lib/management/platform/platform.model.d.ts.map +1 -0
- package/src/lib/management/platform/platform.model.js +39 -41
- package/src/lib/management/platform/platform.model.js.map +1 -1
- package/src/lib/management/platform/platform.request.d.ts +67 -66
- package/src/lib/management/platform/platform.request.d.ts.map +1 -0
- package/src/lib/management/platform/platform.request.js +29 -30
- 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 +33 -34
- package/src/lib/management/project/project-requests.d.ts.map +1 -0
- package/src/lib/management/project/project-requests.js +23 -27
- package/src/lib/management/project/project-requests.js.map +1 -1
- package/src/lib/management/project/project.d.ts +119 -124
- package/src/lib/management/project/project.d.ts.map +1 -0
- package/src/lib/management/project/project.js +26 -31
- package/src/lib/management/project/project.js.map +1 -1
- package/src/lib/management/project-role/project-role.d.ts +13 -12
- package/src/lib/management/project-role/project-role.d.ts.map +1 -0
- package/src/lib/management/project-role/project-role.js +2 -2
- package/src/lib/management/project-role/project-role.js.map +1 -1
- package/src/lib/management/project-role/project-role.request.d.ts +18 -17
- package/src/lib/management/project-role/project-role.request.d.ts.map +1 -0
- package/src/lib/management/project-role/project-role.request.js +11 -15
- package/src/lib/management/project-role/project-role.request.js.map +1 -1
- package/src/lib/management/template/flow-template/flow-template.request.d.ts +6 -5
- package/src/lib/management/template/flow-template/flow-template.request.d.ts.map +1 -0
- package/src/lib/management/template/flow-template/flow-template.request.js +3 -3
- package/src/lib/management/template/flow-template/flow-template.request.js.map +1 -1
- 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 +22 -21
- package/src/lib/management/template/template-telemetry.d.ts.map +1 -0
- package/src/lib/management/template/template-telemetry.js +20 -21
- package/src/lib/management/template/template-telemetry.js.map +1 -1
- package/src/lib/management/template/template.d.ts +289 -286
- package/src/lib/management/template/template.d.ts.map +1 -0
- package/src/lib/management/template/template.js +44 -20
- package/src/lib/management/template/template.js.map +1 -1
- package/src/lib/management/template/template.requests.d.ts +226 -225
- package/src/lib/management/template/template.requests.d.ts.map +1 -0
- package/src/lib/management/template/template.requests.js +26 -26
- package/src/lib/management/template/template.requests.js.map +1 -1
|
@@ -14,10 +14,10 @@ export type PasteLocation = InsideBranchPasteLocation | OutsideBranchPasteLocati
|
|
|
14
14
|
export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion: FlowVersion, pastingDetails: PasteLocation) => ({
|
|
15
15
|
type: FlowOperationType.MOVE_ACTION;
|
|
16
16
|
request: {
|
|
17
|
-
branchIndex?: number | undefined;
|
|
18
|
-
stepLocationRelativeToNewParent?: StepLocationRelativeToParent | undefined;
|
|
19
17
|
name: string;
|
|
20
18
|
newParentStep: string;
|
|
19
|
+
stepLocationRelativeToNewParent?: StepLocationRelativeToParent | undefined;
|
|
20
|
+
branchIndex?: number | undefined;
|
|
21
21
|
};
|
|
22
22
|
} | {
|
|
23
23
|
type: FlowOperationType.CHANGE_STATUS;
|
|
@@ -36,62 +36,61 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
36
36
|
};
|
|
37
37
|
} | {
|
|
38
38
|
type: FlowOperationType.LOCK_FLOW;
|
|
39
|
-
request:
|
|
39
|
+
request: Record<string, never>;
|
|
40
40
|
} | {
|
|
41
41
|
type: FlowOperationType.IMPORT_FLOW;
|
|
42
42
|
request: {
|
|
43
|
-
schemaVersion?: string | null | undefined;
|
|
44
|
-
notes?: {
|
|
45
|
-
ownerId?: string | null | undefined;
|
|
46
|
-
id: string;
|
|
47
|
-
content: string;
|
|
48
|
-
color: import("..").NoteColorVariant;
|
|
49
|
-
position: {
|
|
50
|
-
x: number;
|
|
51
|
-
y: number;
|
|
52
|
-
};
|
|
53
|
-
size: {
|
|
54
|
-
width: number;
|
|
55
|
-
height: number;
|
|
56
|
-
};
|
|
57
|
-
createdAt: string;
|
|
58
|
-
updatedAt: string;
|
|
59
|
-
}[] | null | undefined;
|
|
60
43
|
displayName: string;
|
|
61
44
|
trigger: {
|
|
62
|
-
nextAction?: any;
|
|
63
45
|
type: import("../triggers/trigger").FlowTriggerType.EMPTY;
|
|
64
|
-
name: string;
|
|
65
46
|
settings: any;
|
|
47
|
+
name: string;
|
|
66
48
|
valid: boolean;
|
|
67
49
|
displayName: string;
|
|
68
|
-
|
|
50
|
+
lastUpdatedDate: string;
|
|
69
51
|
nextAction?: any;
|
|
52
|
+
} | {
|
|
70
53
|
type: import("../triggers/trigger").FlowTriggerType.PIECE;
|
|
71
|
-
name: string;
|
|
72
54
|
settings: {
|
|
73
|
-
|
|
55
|
+
propertySettings: Record<string, {
|
|
56
|
+
type: import("..").PropertyExecutionType;
|
|
57
|
+
schema?: any;
|
|
58
|
+
}>;
|
|
59
|
+
pieceName: string;
|
|
60
|
+
pieceVersion: string;
|
|
61
|
+
input: Record<string, any>;
|
|
74
62
|
sampleData?: {
|
|
63
|
+
[x: string]: unknown;
|
|
75
64
|
sampleDataFileId?: string | undefined;
|
|
76
65
|
sampleDataInputFileId?: string | undefined;
|
|
77
66
|
lastTestDate?: string | undefined;
|
|
78
67
|
} | undefined;
|
|
79
68
|
customLogoUrl?: string | undefined;
|
|
80
|
-
|
|
81
|
-
pieceVersion: string;
|
|
82
|
-
input: {
|
|
83
|
-
[x: string]: any;
|
|
84
|
-
};
|
|
85
|
-
propertySettings: {
|
|
86
|
-
[x: string]: {
|
|
87
|
-
schema?: any;
|
|
88
|
-
type: import("..").PropertyExecutionType;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
69
|
+
triggerName?: string | undefined;
|
|
91
70
|
};
|
|
71
|
+
name: string;
|
|
92
72
|
valid: boolean;
|
|
93
73
|
displayName: string;
|
|
74
|
+
lastUpdatedDate: string;
|
|
75
|
+
nextAction?: any;
|
|
94
76
|
};
|
|
77
|
+
schemaVersion?: string | null | undefined;
|
|
78
|
+
notes?: {
|
|
79
|
+
id: string;
|
|
80
|
+
content: string;
|
|
81
|
+
color: import("..").NoteColorVariant;
|
|
82
|
+
position: {
|
|
83
|
+
x: number;
|
|
84
|
+
y: number;
|
|
85
|
+
};
|
|
86
|
+
size: {
|
|
87
|
+
width: number;
|
|
88
|
+
height: number;
|
|
89
|
+
};
|
|
90
|
+
createdAt: string;
|
|
91
|
+
updatedAt: string;
|
|
92
|
+
ownerId?: string | null | undefined;
|
|
93
|
+
}[] | null | undefined;
|
|
95
94
|
};
|
|
96
95
|
} | {
|
|
97
96
|
type: FlowOperationType.CHANGE_NAME;
|
|
@@ -105,65 +104,19 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
105
104
|
};
|
|
106
105
|
} | {
|
|
107
106
|
type: FlowOperationType.UPDATE_ACTION;
|
|
108
|
-
request: {
|
|
109
|
-
|
|
110
|
-
type: import("../actions/action").FlowActionType.ROUTER;
|
|
111
|
-
name: string;
|
|
112
|
-
settings: {
|
|
113
|
-
sampleData?: {
|
|
114
|
-
sampleDataFileId?: string | undefined;
|
|
115
|
-
sampleDataInputFileId?: string | undefined;
|
|
116
|
-
lastTestDate?: string | undefined;
|
|
117
|
-
} | undefined;
|
|
118
|
-
customLogoUrl?: string | undefined;
|
|
119
|
-
branches: ({
|
|
120
|
-
conditions: ({
|
|
121
|
-
caseSensitive?: boolean | undefined;
|
|
122
|
-
operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
|
|
123
|
-
firstValue: string;
|
|
124
|
-
secondValue: string;
|
|
125
|
-
} | {
|
|
126
|
-
operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
|
|
127
|
-
firstValue: string;
|
|
128
|
-
secondValue: string;
|
|
129
|
-
} | {
|
|
130
|
-
operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
|
|
131
|
-
firstValue: string;
|
|
132
|
-
secondValue: string;
|
|
133
|
-
} | {
|
|
134
|
-
operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
|
|
135
|
-
firstValue: string;
|
|
136
|
-
})[][];
|
|
137
|
-
branchType: import("../actions/action").BranchExecutionType.CONDITION;
|
|
138
|
-
branchName: string;
|
|
139
|
-
} | {
|
|
140
|
-
branchType: import("../actions/action").BranchExecutionType.FALLBACK;
|
|
141
|
-
branchName: string;
|
|
142
|
-
})[];
|
|
143
|
-
executionType: import("../actions/action").RouterExecutionType;
|
|
144
|
-
};
|
|
145
|
-
valid: boolean;
|
|
146
|
-
displayName: string;
|
|
147
|
-
} | {
|
|
148
|
-
skip?: boolean | undefined;
|
|
149
|
-
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
107
|
+
request: ({
|
|
108
|
+
type: import("../actions/action").FlowActionType.CODE;
|
|
150
109
|
name: string;
|
|
151
|
-
settings: {
|
|
152
|
-
sampleData?: {
|
|
153
|
-
sampleDataFileId?: string | undefined;
|
|
154
|
-
sampleDataInputFileId?: string | undefined;
|
|
155
|
-
lastTestDate?: string | undefined;
|
|
156
|
-
} | undefined;
|
|
157
|
-
customLogoUrl?: string | undefined;
|
|
158
|
-
items: string;
|
|
159
|
-
};
|
|
160
110
|
valid: boolean;
|
|
161
111
|
displayName: string;
|
|
162
|
-
} | {
|
|
163
112
|
skip?: boolean | undefined;
|
|
164
|
-
|
|
165
|
-
name: string;
|
|
113
|
+
} & {
|
|
166
114
|
settings: {
|
|
115
|
+
input: Record<string, any>;
|
|
116
|
+
sourceCode: {
|
|
117
|
+
packageJson: string;
|
|
118
|
+
code: string;
|
|
119
|
+
};
|
|
167
120
|
errorHandlingOptions?: {
|
|
168
121
|
continueOnFailure?: {
|
|
169
122
|
value?: boolean | undefined;
|
|
@@ -172,32 +125,34 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
172
125
|
value?: boolean | undefined;
|
|
173
126
|
} | undefined;
|
|
174
127
|
} | undefined;
|
|
175
|
-
sampleData?: {
|
|
176
|
-
sampleDataFileId?: string | undefined;
|
|
177
|
-
sampleDataInputFileId?: string | undefined;
|
|
178
|
-
lastTestDate?: string | undefined;
|
|
179
|
-
} | undefined;
|
|
180
128
|
customLogoUrl?: string | undefined;
|
|
181
|
-
actionName?: string | undefined;
|
|
182
|
-
pieceName: string;
|
|
183
|
-
pieceVersion: string;
|
|
184
|
-
input: {
|
|
185
|
-
[x: string]: unknown;
|
|
186
|
-
};
|
|
187
|
-
propertySettings: {
|
|
188
|
-
[x: string]: {
|
|
189
|
-
schema?: any;
|
|
190
|
-
type: import("..").PropertyExecutionType;
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
129
|
};
|
|
130
|
+
}) | ({
|
|
131
|
+
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
132
|
+
name: string;
|
|
194
133
|
valid: boolean;
|
|
195
134
|
displayName: string;
|
|
196
|
-
} | {
|
|
197
135
|
skip?: boolean | undefined;
|
|
198
|
-
|
|
136
|
+
} & {
|
|
137
|
+
settings: {
|
|
138
|
+
items: string;
|
|
139
|
+
customLogoUrl?: string | undefined;
|
|
140
|
+
};
|
|
141
|
+
}) | ({
|
|
142
|
+
type: import("../actions/action").FlowActionType.PIECE;
|
|
199
143
|
name: string;
|
|
144
|
+
valid: boolean;
|
|
145
|
+
displayName: string;
|
|
146
|
+
skip?: boolean | undefined;
|
|
147
|
+
} & {
|
|
200
148
|
settings: {
|
|
149
|
+
pieceName: string;
|
|
150
|
+
input: Record<string, unknown>;
|
|
151
|
+
pieceVersion: string;
|
|
152
|
+
propertySettings: Record<string, {
|
|
153
|
+
type: import("..").PropertyExecutionType;
|
|
154
|
+
schema?: any;
|
|
155
|
+
}>;
|
|
201
156
|
errorHandlingOptions?: {
|
|
202
157
|
continueOnFailure?: {
|
|
203
158
|
value?: boolean | undefined;
|
|
@@ -206,88 +161,62 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
206
161
|
value?: boolean | undefined;
|
|
207
162
|
} | undefined;
|
|
208
163
|
} | undefined;
|
|
209
|
-
sampleData?: {
|
|
210
|
-
sampleDataFileId?: string | undefined;
|
|
211
|
-
sampleDataInputFileId?: string | undefined;
|
|
212
|
-
lastTestDate?: string | undefined;
|
|
213
|
-
} | undefined;
|
|
214
164
|
customLogoUrl?: string | undefined;
|
|
215
|
-
|
|
216
|
-
[x: string]: any;
|
|
217
|
-
};
|
|
218
|
-
sourceCode: {
|
|
219
|
-
packageJson: string;
|
|
220
|
-
code: string;
|
|
221
|
-
};
|
|
165
|
+
actionName?: string | undefined;
|
|
222
166
|
};
|
|
167
|
+
}) | ({
|
|
168
|
+
type: import("../actions/action").FlowActionType.ROUTER;
|
|
169
|
+
name: string;
|
|
223
170
|
valid: boolean;
|
|
224
171
|
displayName: string;
|
|
225
|
-
|
|
172
|
+
skip?: boolean | undefined;
|
|
173
|
+
} & {
|
|
174
|
+
settings: {
|
|
175
|
+
branches: ({
|
|
176
|
+
conditions: ({
|
|
177
|
+
firstValue: string;
|
|
178
|
+
secondValue: string;
|
|
179
|
+
caseSensitive?: boolean | undefined;
|
|
180
|
+
operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
|
|
181
|
+
} | {
|
|
182
|
+
firstValue: string;
|
|
183
|
+
secondValue: string;
|
|
184
|
+
operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
|
|
185
|
+
} | {
|
|
186
|
+
firstValue: string;
|
|
187
|
+
secondValue: string;
|
|
188
|
+
operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
|
|
189
|
+
} | {
|
|
190
|
+
firstValue: string;
|
|
191
|
+
operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
|
|
192
|
+
})[][];
|
|
193
|
+
branchType: import("../actions/action").BranchExecutionType.CONDITION;
|
|
194
|
+
branchName: string;
|
|
195
|
+
} | {
|
|
196
|
+
branchType: import("../actions/action").BranchExecutionType.FALLBACK;
|
|
197
|
+
branchName: string;
|
|
198
|
+
})[];
|
|
199
|
+
executionType: import("../actions/action").RouterExecutionType;
|
|
200
|
+
customLogoUrl?: string | undefined;
|
|
201
|
+
};
|
|
202
|
+
});
|
|
226
203
|
} | {
|
|
227
204
|
type: FlowOperationType.ADD_ACTION;
|
|
228
205
|
request: {
|
|
229
|
-
stepLocationRelativeToParent?: StepLocationRelativeToParent | undefined;
|
|
230
|
-
branchIndex?: number | undefined;
|
|
231
206
|
parentStep: string;
|
|
232
|
-
action: {
|
|
233
|
-
|
|
234
|
-
type: import("../actions/action").FlowActionType.ROUTER;
|
|
235
|
-
name: string;
|
|
236
|
-
settings: {
|
|
237
|
-
sampleData?: {
|
|
238
|
-
sampleDataFileId?: string | undefined;
|
|
239
|
-
sampleDataInputFileId?: string | undefined;
|
|
240
|
-
lastTestDate?: string | undefined;
|
|
241
|
-
} | undefined;
|
|
242
|
-
customLogoUrl?: string | undefined;
|
|
243
|
-
branches: ({
|
|
244
|
-
conditions: ({
|
|
245
|
-
caseSensitive?: boolean | undefined;
|
|
246
|
-
operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
|
|
247
|
-
firstValue: string;
|
|
248
|
-
secondValue: string;
|
|
249
|
-
} | {
|
|
250
|
-
operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
|
|
251
|
-
firstValue: string;
|
|
252
|
-
secondValue: string;
|
|
253
|
-
} | {
|
|
254
|
-
operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
|
|
255
|
-
firstValue: string;
|
|
256
|
-
secondValue: string;
|
|
257
|
-
} | {
|
|
258
|
-
operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
|
|
259
|
-
firstValue: string;
|
|
260
|
-
})[][];
|
|
261
|
-
branchType: import("../actions/action").BranchExecutionType.CONDITION;
|
|
262
|
-
branchName: string;
|
|
263
|
-
} | {
|
|
264
|
-
branchType: import("../actions/action").BranchExecutionType.FALLBACK;
|
|
265
|
-
branchName: string;
|
|
266
|
-
})[];
|
|
267
|
-
executionType: import("../actions/action").RouterExecutionType;
|
|
268
|
-
};
|
|
269
|
-
valid: boolean;
|
|
270
|
-
displayName: string;
|
|
271
|
-
} | {
|
|
272
|
-
skip?: boolean | undefined;
|
|
273
|
-
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
207
|
+
action: ({
|
|
208
|
+
type: import("../actions/action").FlowActionType.CODE;
|
|
274
209
|
name: string;
|
|
275
|
-
settings: {
|
|
276
|
-
sampleData?: {
|
|
277
|
-
sampleDataFileId?: string | undefined;
|
|
278
|
-
sampleDataInputFileId?: string | undefined;
|
|
279
|
-
lastTestDate?: string | undefined;
|
|
280
|
-
} | undefined;
|
|
281
|
-
customLogoUrl?: string | undefined;
|
|
282
|
-
items: string;
|
|
283
|
-
};
|
|
284
210
|
valid: boolean;
|
|
285
211
|
displayName: string;
|
|
286
|
-
} | {
|
|
287
212
|
skip?: boolean | undefined;
|
|
288
|
-
|
|
289
|
-
name: string;
|
|
213
|
+
} & {
|
|
290
214
|
settings: {
|
|
215
|
+
input: Record<string, any>;
|
|
216
|
+
sourceCode: {
|
|
217
|
+
packageJson: string;
|
|
218
|
+
code: string;
|
|
219
|
+
};
|
|
291
220
|
errorHandlingOptions?: {
|
|
292
221
|
continueOnFailure?: {
|
|
293
222
|
value?: boolean | undefined;
|
|
@@ -296,32 +225,34 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
296
225
|
value?: boolean | undefined;
|
|
297
226
|
} | undefined;
|
|
298
227
|
} | undefined;
|
|
299
|
-
sampleData?: {
|
|
300
|
-
sampleDataFileId?: string | undefined;
|
|
301
|
-
sampleDataInputFileId?: string | undefined;
|
|
302
|
-
lastTestDate?: string | undefined;
|
|
303
|
-
} | undefined;
|
|
304
228
|
customLogoUrl?: string | undefined;
|
|
305
|
-
actionName?: string | undefined;
|
|
306
|
-
pieceName: string;
|
|
307
|
-
pieceVersion: string;
|
|
308
|
-
input: {
|
|
309
|
-
[x: string]: unknown;
|
|
310
|
-
};
|
|
311
|
-
propertySettings: {
|
|
312
|
-
[x: string]: {
|
|
313
|
-
schema?: any;
|
|
314
|
-
type: import("..").PropertyExecutionType;
|
|
315
|
-
};
|
|
316
|
-
};
|
|
317
229
|
};
|
|
230
|
+
}) | ({
|
|
231
|
+
type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
|
|
232
|
+
name: string;
|
|
318
233
|
valid: boolean;
|
|
319
234
|
displayName: string;
|
|
320
|
-
} | {
|
|
321
235
|
skip?: boolean | undefined;
|
|
322
|
-
|
|
236
|
+
} & {
|
|
237
|
+
settings: {
|
|
238
|
+
items: string;
|
|
239
|
+
customLogoUrl?: string | undefined;
|
|
240
|
+
};
|
|
241
|
+
}) | ({
|
|
242
|
+
type: import("../actions/action").FlowActionType.PIECE;
|
|
323
243
|
name: string;
|
|
244
|
+
valid: boolean;
|
|
245
|
+
displayName: string;
|
|
246
|
+
skip?: boolean | undefined;
|
|
247
|
+
} & {
|
|
324
248
|
settings: {
|
|
249
|
+
pieceName: string;
|
|
250
|
+
input: Record<string, unknown>;
|
|
251
|
+
pieceVersion: string;
|
|
252
|
+
propertySettings: Record<string, {
|
|
253
|
+
type: import("..").PropertyExecutionType;
|
|
254
|
+
schema?: any;
|
|
255
|
+
}>;
|
|
325
256
|
errorHandlingOptions?: {
|
|
326
257
|
continueOnFailure?: {
|
|
327
258
|
value?: boolean | undefined;
|
|
@@ -330,60 +261,76 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
330
261
|
value?: boolean | undefined;
|
|
331
262
|
} | undefined;
|
|
332
263
|
} | undefined;
|
|
333
|
-
sampleData?: {
|
|
334
|
-
sampleDataFileId?: string | undefined;
|
|
335
|
-
sampleDataInputFileId?: string | undefined;
|
|
336
|
-
lastTestDate?: string | undefined;
|
|
337
|
-
} | undefined;
|
|
338
264
|
customLogoUrl?: string | undefined;
|
|
339
|
-
|
|
340
|
-
[x: string]: any;
|
|
341
|
-
};
|
|
342
|
-
sourceCode: {
|
|
343
|
-
packageJson: string;
|
|
344
|
-
code: string;
|
|
345
|
-
};
|
|
265
|
+
actionName?: string | undefined;
|
|
346
266
|
};
|
|
267
|
+
}) | ({
|
|
268
|
+
type: import("../actions/action").FlowActionType.ROUTER;
|
|
269
|
+
name: string;
|
|
347
270
|
valid: boolean;
|
|
348
271
|
displayName: string;
|
|
349
|
-
|
|
272
|
+
skip?: boolean | undefined;
|
|
273
|
+
} & {
|
|
274
|
+
settings: {
|
|
275
|
+
branches: ({
|
|
276
|
+
conditions: ({
|
|
277
|
+
firstValue: string;
|
|
278
|
+
secondValue: string;
|
|
279
|
+
caseSensitive?: boolean | undefined;
|
|
280
|
+
operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
|
|
281
|
+
} | {
|
|
282
|
+
firstValue: string;
|
|
283
|
+
secondValue: string;
|
|
284
|
+
operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
|
|
285
|
+
} | {
|
|
286
|
+
firstValue: string;
|
|
287
|
+
secondValue: string;
|
|
288
|
+
operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
|
|
289
|
+
} | {
|
|
290
|
+
firstValue: string;
|
|
291
|
+
operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
|
|
292
|
+
})[][];
|
|
293
|
+
branchType: import("../actions/action").BranchExecutionType.CONDITION;
|
|
294
|
+
branchName: string;
|
|
295
|
+
} | {
|
|
296
|
+
branchType: import("../actions/action").BranchExecutionType.FALLBACK;
|
|
297
|
+
branchName: string;
|
|
298
|
+
})[];
|
|
299
|
+
executionType: import("../actions/action").RouterExecutionType;
|
|
300
|
+
customLogoUrl?: string | undefined;
|
|
301
|
+
};
|
|
302
|
+
});
|
|
303
|
+
stepLocationRelativeToParent?: StepLocationRelativeToParent | undefined;
|
|
304
|
+
branchIndex?: number | undefined;
|
|
350
305
|
};
|
|
351
306
|
} | {
|
|
352
307
|
type: FlowOperationType.UPDATE_TRIGGER;
|
|
353
308
|
request: {
|
|
354
|
-
nextAction?: any;
|
|
355
309
|
type: import("../triggers/trigger").FlowTriggerType.EMPTY;
|
|
356
310
|
name: string;
|
|
357
311
|
settings: any;
|
|
358
312
|
valid: boolean;
|
|
359
313
|
displayName: string;
|
|
360
|
-
} | {
|
|
361
314
|
nextAction?: any;
|
|
315
|
+
} | ({
|
|
362
316
|
type: import("../triggers/trigger").FlowTriggerType.PIECE;
|
|
363
317
|
name: string;
|
|
318
|
+
valid: boolean;
|
|
319
|
+
displayName: string;
|
|
320
|
+
nextAction?: any;
|
|
321
|
+
} & {
|
|
364
322
|
settings: {
|
|
365
|
-
triggerName?: string | undefined;
|
|
366
|
-
sampleData?: {
|
|
367
|
-
sampleDataFileId?: string | undefined;
|
|
368
|
-
sampleDataInputFileId?: string | undefined;
|
|
369
|
-
lastTestDate?: string | undefined;
|
|
370
|
-
} | undefined;
|
|
371
|
-
customLogoUrl?: string | undefined;
|
|
372
323
|
pieceName: string;
|
|
324
|
+
input: Record<string, any>;
|
|
373
325
|
pieceVersion: string;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
type: import("..").PropertyExecutionType;
|
|
381
|
-
};
|
|
382
|
-
};
|
|
326
|
+
propertySettings: Record<string, {
|
|
327
|
+
type: import("..").PropertyExecutionType;
|
|
328
|
+
schema?: any;
|
|
329
|
+
}>;
|
|
330
|
+
triggerName?: string | undefined;
|
|
331
|
+
customLogoUrl?: string | undefined;
|
|
383
332
|
};
|
|
384
|
-
|
|
385
|
-
displayName: string;
|
|
386
|
-
};
|
|
333
|
+
});
|
|
387
334
|
} | {
|
|
388
335
|
type: FlowOperationType.CHANGE_FOLDER;
|
|
389
336
|
request: {
|
|
@@ -397,65 +344,63 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
397
344
|
} | {
|
|
398
345
|
type: FlowOperationType.DELETE_BRANCH;
|
|
399
346
|
request: {
|
|
400
|
-
stepName: string;
|
|
401
347
|
branchIndex: number;
|
|
348
|
+
stepName: string;
|
|
402
349
|
};
|
|
403
350
|
} | {
|
|
404
351
|
type: FlowOperationType.ADD_BRANCH;
|
|
405
352
|
request: {
|
|
353
|
+
branchIndex: number;
|
|
354
|
+
stepName: string;
|
|
355
|
+
branchName: string;
|
|
406
356
|
conditions?: ({
|
|
407
|
-
caseSensitive?: boolean | undefined;
|
|
408
|
-
operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
|
|
409
357
|
firstValue: string;
|
|
410
358
|
secondValue: string;
|
|
359
|
+
caseSensitive?: boolean | undefined;
|
|
360
|
+
operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
|
|
411
361
|
} | {
|
|
412
|
-
operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
|
|
413
362
|
firstValue: string;
|
|
414
363
|
secondValue: string;
|
|
364
|
+
operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
|
|
415
365
|
} | {
|
|
416
|
-
operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
|
|
417
366
|
firstValue: string;
|
|
418
367
|
secondValue: string;
|
|
368
|
+
operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
|
|
419
369
|
} | {
|
|
420
|
-
operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
|
|
421
370
|
firstValue: string;
|
|
371
|
+
operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
|
|
422
372
|
})[][] | undefined;
|
|
423
|
-
stepName: string;
|
|
424
|
-
branchName: string;
|
|
425
|
-
branchIndex: number;
|
|
426
373
|
};
|
|
427
374
|
} | {
|
|
428
375
|
type: FlowOperationType.DUPLICATE_BRANCH;
|
|
429
376
|
request: {
|
|
430
|
-
stepName: string;
|
|
431
377
|
branchIndex: number;
|
|
378
|
+
stepName: string;
|
|
432
379
|
};
|
|
433
380
|
} | {
|
|
434
381
|
type: FlowOperationType.SET_SKIP_ACTION;
|
|
435
382
|
request: {
|
|
436
|
-
skip: boolean;
|
|
437
383
|
names: string[];
|
|
384
|
+
skip: boolean;
|
|
438
385
|
};
|
|
439
386
|
} | {
|
|
440
387
|
type: FlowOperationType.UPDATE_METADATA;
|
|
441
388
|
request: {
|
|
442
|
-
metadata?:
|
|
443
|
-
[x: string]: unknown;
|
|
444
|
-
} | null | undefined;
|
|
389
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
445
390
|
};
|
|
446
391
|
} | {
|
|
447
392
|
type: FlowOperationType.MOVE_BRANCH;
|
|
448
393
|
request: {
|
|
449
|
-
stepName: string;
|
|
450
394
|
sourceBranchIndex: number;
|
|
451
395
|
targetBranchIndex: number;
|
|
396
|
+
stepName: string;
|
|
452
397
|
};
|
|
453
398
|
} | {
|
|
454
399
|
type: FlowOperationType.SAVE_SAMPLE_DATA;
|
|
455
400
|
request: {
|
|
456
|
-
type: import("..").SampleDataFileType;
|
|
457
401
|
stepName: string;
|
|
458
402
|
payload: unknown;
|
|
403
|
+
type: import("..").SampleDataFileType;
|
|
459
404
|
};
|
|
460
405
|
} | {
|
|
461
406
|
type: FlowOperationType.UPDATE_MINUTES_SAVED;
|
|
@@ -470,7 +415,6 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
470
415
|
} | {
|
|
471
416
|
type: FlowOperationType.UPDATE_NOTE;
|
|
472
417
|
request: {
|
|
473
|
-
ownerId?: string | null | undefined;
|
|
474
418
|
id: string;
|
|
475
419
|
content: string;
|
|
476
420
|
color: import("..").NoteColorVariant;
|
|
@@ -482,6 +426,7 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
482
426
|
width: number;
|
|
483
427
|
height: number;
|
|
484
428
|
};
|
|
429
|
+
ownerId?: string | null | undefined;
|
|
485
430
|
};
|
|
486
431
|
} | {
|
|
487
432
|
type: FlowOperationType.DELETE_NOTE;
|
|
@@ -503,4 +448,15 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
|
|
|
503
448
|
height: number;
|
|
504
449
|
};
|
|
505
450
|
};
|
|
451
|
+
} | {
|
|
452
|
+
type: FlowOperationType.UPDATE_SAMPLE_DATA_INFO;
|
|
453
|
+
request: {
|
|
454
|
+
stepName: string;
|
|
455
|
+
sampleDataSettings: {
|
|
456
|
+
[x: string]: unknown;
|
|
457
|
+
sampleDataFileId?: string | undefined;
|
|
458
|
+
sampleDataInputFileId?: string | undefined;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
506
461
|
})[];
|
|
462
|
+
//# sourceMappingURL=paste-operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paste-operations.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/automation/flows/operations/paste-operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAI7C,OAAO,EAAwB,iBAAiB,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAA;AAG/F,MAAM,MAAM,yBAAyB,GAAG;IACpC,WAAW,EAAE,MAAM,CAAA;IACnB,4BAA4B,EAAE,4BAA4B,CAAC,aAAa,CAAA;IACxE,cAAc,EAAE,MAAM,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG;IACrC,cAAc,EAAE,MAAM,CAAA;IACtB,4BAA4B,EAC1B,4BAA4B,CAAC,KAAK,GAClC,4BAA4B,CAAC,WAAW,CAAA;CAC7C,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,yBAAyB,GAAG,0BAA0B,CAAA;AAElF,eAAO,MAAM,sBAAsB,YACtB,UAAU,EAAE,eACR,WAAW,kBACR,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiChC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-action.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/automation/flows/operations/skip-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,CAAA;AAErC,wBAAgB,WAAW,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,iBAAiB,GAAG,WAAW,CAU7F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-action.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/automation/flows/operations/update-action.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAE7C,iBAAS,aAAa,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,mBAAmB,GAAG,WAAW,CA0E1F;AAED,OAAO,EAAE,aAAa,EAAE,CAAA"}
|