@venturialstd/workflow 0.1.92 → 0.1.93
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/README.md +238 -238
- package/dist/controllers/workflow-sse.controller.d.ts +8 -0
- package/dist/controllers/workflow-sse.controller.d.ts.map +1 -0
- package/dist/controllers/workflow-sse.controller.js +46 -0
- package/dist/controllers/workflow-sse.controller.js.map +1 -0
- package/dist/modules/circle/actions/create-transaction.action.d.ts.map +1 -1
- package/dist/modules/circle/actions/create-transaction.action.js +57 -7
- package/dist/modules/circle/actions/create-transaction.action.js.map +1 -1
- package/dist/modules/circle/actions/get-token.action.d.ts +3 -0
- package/dist/modules/circle/actions/get-token.action.d.ts.map +1 -0
- package/dist/modules/circle/actions/get-token.action.js +94 -0
- package/dist/modules/circle/actions/get-token.action.js.map +1 -0
- package/dist/modules/circle/actions/index.d.ts +1 -0
- package/dist/modules/circle/actions/index.d.ts.map +1 -1
- package/dist/modules/circle/actions/index.js +1 -0
- package/dist/modules/circle/actions/index.js.map +1 -1
- package/dist/modules/circle/circle-nest.module.d.ts.map +1 -1
- package/dist/modules/circle/circle-nest.module.js +2 -0
- package/dist/modules/circle/circle-nest.module.js.map +1 -1
- package/dist/modules/circle/circle.module.d.ts.map +1 -1
- package/dist/modules/circle/circle.module.js +1 -0
- package/dist/modules/circle/circle.module.js.map +1 -1
- package/dist/modules/circle/services/create-transaction.service.d.ts.map +1 -1
- package/dist/modules/circle/services/create-transaction.service.js +22 -1
- package/dist/modules/circle/services/create-transaction.service.js.map +1 -1
- package/dist/modules/circle/services/get-token.service.d.ts +8 -0
- package/dist/modules/circle/services/get-token.service.d.ts.map +1 -0
- package/dist/modules/circle/services/get-token.service.js +51 -0
- package/dist/modules/circle/services/get-token.service.js.map +1 -0
- package/dist/modules/circle/services/index.d.ts +1 -0
- package/dist/modules/circle/services/index.d.ts.map +1 -1
- package/dist/modules/circle/services/index.js +1 -0
- package/dist/modules/circle/services/index.js.map +1 -1
- package/dist/modules/conditional/actions/index.d.ts +1 -0
- package/dist/modules/conditional/actions/index.d.ts.map +1 -1
- package/dist/modules/conditional/actions/index.js +1 -0
- package/dist/modules/conditional/actions/index.js.map +1 -1
- package/dist/modules/conditional/actions/map-value.action.d.ts +3 -0
- package/dist/modules/conditional/actions/map-value.action.d.ts.map +1 -0
- package/dist/modules/conditional/actions/map-value.action.js +122 -0
- package/dist/modules/conditional/actions/map-value.action.js.map +1 -0
- package/dist/modules/conditional/conditional-nest.module.d.ts.map +1 -1
- package/dist/modules/conditional/conditional-nest.module.js +7 -2
- package/dist/modules/conditional/conditional-nest.module.js.map +1 -1
- package/dist/modules/conditional/conditional.module.js +1 -1
- package/dist/modules/conditional/conditional.module.js.map +1 -1
- package/dist/modules/conditional/services/evaluate-condition.service.d.ts.map +1 -1
- package/dist/modules/conditional/services/evaluate-condition.service.js +11 -1
- package/dist/modules/conditional/services/evaluate-condition.service.js.map +1 -1
- package/dist/modules/conditional/services/index.d.ts +1 -0
- package/dist/modules/conditional/services/index.d.ts.map +1 -1
- package/dist/modules/conditional/services/index.js +1 -0
- package/dist/modules/conditional/services/index.js.map +1 -1
- package/dist/modules/conditional/services/map-value.service.d.ts +5 -0
- package/dist/modules/conditional/services/map-value.service.d.ts.map +1 -0
- package/dist/modules/conditional/services/map-value.service.js +108 -0
- package/dist/modules/conditional/services/map-value.service.js.map +1 -0
- package/dist/modules/events/actions/send-event.action.js +3 -3
- package/dist/modules/events/actions/send-event.action.js.map +1 -1
- package/dist/modules/events/services/send-event.service.d.ts +1 -0
- package/dist/modules/events/services/send-event.service.d.ts.map +1 -1
- package/dist/modules/events/services/send-event.service.js +36 -7
- package/dist/modules/events/services/send-event.service.js.map +1 -1
- package/dist/modules/fintech/actions/add-balance.action.js +4 -4
- package/dist/modules/fintech/actions/add-balance.action.js.map +1 -1
- package/dist/modules/fintech/actions/complete-remittance.action.d.ts +3 -0
- package/dist/modules/fintech/actions/complete-remittance.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/complete-remittance.action.js +93 -0
- package/dist/modules/fintech/actions/complete-remittance.action.js.map +1 -0
- package/dist/modules/fintech/actions/create-operation.action.d.ts.map +1 -1
- package/dist/modules/fintech/actions/create-operation.action.js +33 -12
- package/dist/modules/fintech/actions/create-operation.action.js.map +1 -1
- package/dist/modules/fintech/actions/create-remittance.action.d.ts +3 -0
- package/dist/modules/fintech/actions/create-remittance.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/create-remittance.action.js +208 -0
- package/dist/modules/fintech/actions/create-remittance.action.js.map +1 -0
- package/dist/modules/fintech/actions/create-transaction.action.d.ts.map +1 -1
- package/dist/modules/fintech/actions/create-transaction.action.js +30 -8
- package/dist/modules/fintech/actions/create-transaction.action.js.map +1 -1
- package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.d.ts +3 -0
- package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.js +80 -0
- package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.js.map +1 -0
- package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.d.ts +3 -0
- package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.js +122 -0
- package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.js.map +1 -0
- package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.d.ts +3 -0
- package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.js +113 -0
- package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.js.map +1 -0
- package/dist/modules/fintech/actions/get-remittance-by-id.action.d.ts +3 -0
- package/dist/modules/fintech/actions/get-remittance-by-id.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/get-remittance-by-id.action.js +83 -0
- package/dist/modules/fintech/actions/get-remittance-by-id.action.js.map +1 -0
- package/dist/modules/fintech/actions/get-remittance-by-reference.action.d.ts +3 -0
- package/dist/modules/fintech/actions/get-remittance-by-reference.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/get-remittance-by-reference.action.js +65 -0
- package/dist/modules/fintech/actions/get-remittance-by-reference.action.js.map +1 -0
- package/dist/modules/fintech/actions/index.d.ts +8 -0
- package/dist/modules/fintech/actions/index.d.ts.map +1 -1
- package/dist/modules/fintech/actions/index.js +8 -0
- package/dist/modules/fintech/actions/index.js.map +1 -1
- package/dist/modules/fintech/actions/process-remittance-step.action.d.ts +3 -0
- package/dist/modules/fintech/actions/process-remittance-step.action.d.ts.map +1 -0
- package/dist/modules/fintech/actions/process-remittance-step.action.js +119 -0
- package/dist/modules/fintech/actions/process-remittance-step.action.js.map +1 -0
- package/dist/modules/fintech/actions/subtract-balance.action.js +4 -4
- package/dist/modules/fintech/actions/subtract-balance.action.js.map +1 -1
- package/dist/modules/fintech/fintech-nest.module.d.ts.map +1 -1
- package/dist/modules/fintech/fintech-nest.module.js +16 -0
- package/dist/modules/fintech/fintech-nest.module.js.map +1 -1
- package/dist/modules/fintech/fintech.module.d.ts.map +1 -1
- package/dist/modules/fintech/fintech.module.js +9 -1
- package/dist/modules/fintech/fintech.module.js.map +1 -1
- package/dist/modules/fintech/services/complete-remittance.service.d.ts +8 -0
- package/dist/modules/fintech/services/complete-remittance.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/complete-remittance.service.js +52 -0
- package/dist/modules/fintech/services/complete-remittance.service.js.map +1 -0
- package/dist/modules/fintech/services/create-operation.service.d.ts.map +1 -1
- package/dist/modules/fintech/services/create-operation.service.js +6 -2
- package/dist/modules/fintech/services/create-operation.service.js.map +1 -1
- package/dist/modules/fintech/services/create-remittance.service.d.ts +8 -0
- package/dist/modules/fintech/services/create-remittance.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/create-remittance.service.js +65 -0
- package/dist/modules/fintech/services/create-remittance.service.js.map +1 -0
- package/dist/modules/fintech/services/create-transaction.service.d.ts.map +1 -1
- package/dist/modules/fintech/services/create-transaction.service.js +6 -2
- package/dist/modules/fintech/services/create-transaction.service.js.map +1 -1
- package/dist/modules/fintech/services/get-currency-by-type-and-code.service.d.ts +8 -0
- package/dist/modules/fintech/services/get-currency-by-type-and-code.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/get-currency-by-type-and-code.service.js +47 -0
- package/dist/modules/fintech/services/get-currency-by-type-and-code.service.js.map +1 -0
- package/dist/modules/fintech/services/get-latest-remittances-by-account.service.d.ts +8 -0
- package/dist/modules/fintech/services/get-latest-remittances-by-account.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/get-latest-remittances-by-account.service.js +127 -0
- package/dist/modules/fintech/services/get-latest-remittances-by-account.service.js.map +1 -0
- package/dist/modules/fintech/services/get-operation.service.d.ts.map +1 -1
- package/dist/modules/fintech/services/get-operation.service.js +3 -1
- package/dist/modules/fintech/services/get-operation.service.js.map +1 -1
- package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.d.ts +8 -0
- package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.js +61 -0
- package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.js.map +1 -0
- package/dist/modules/fintech/services/get-remittance-by-id.service.d.ts +8 -0
- package/dist/modules/fintech/services/get-remittance-by-id.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/get-remittance-by-id.service.js +48 -0
- package/dist/modules/fintech/services/get-remittance-by-id.service.js.map +1 -0
- package/dist/modules/fintech/services/get-remittance-by-reference.service.d.ts +8 -0
- package/dist/modules/fintech/services/get-remittance-by-reference.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/get-remittance-by-reference.service.js +48 -0
- package/dist/modules/fintech/services/get-remittance-by-reference.service.js.map +1 -0
- package/dist/modules/fintech/services/get-transaction.service.d.ts.map +1 -1
- package/dist/modules/fintech/services/get-transaction.service.js +3 -1
- package/dist/modules/fintech/services/get-transaction.service.js.map +1 -1
- package/dist/modules/fintech/services/index.d.ts +8 -0
- package/dist/modules/fintech/services/index.d.ts.map +1 -1
- package/dist/modules/fintech/services/index.js +8 -0
- package/dist/modules/fintech/services/index.js.map +1 -1
- package/dist/modules/fintech/services/process-remittance-step.service.d.ts +8 -0
- package/dist/modules/fintech/services/process-remittance-step.service.d.ts.map +1 -0
- package/dist/modules/fintech/services/process-remittance-step.service.js +59 -0
- package/dist/modules/fintech/services/process-remittance-step.service.js.map +1 -0
- package/dist/modules/fintech/services/update-operation-status.service.d.ts.map +1 -1
- package/dist/modules/fintech/services/update-operation-status.service.js +3 -1
- package/dist/modules/fintech/services/update-operation-status.service.js.map +1 -1
- package/dist/modules/inbestgo/actions/create-transaction.action.d.ts +3 -0
- package/dist/modules/inbestgo/actions/create-transaction.action.d.ts.map +1 -0
- package/dist/modules/inbestgo/actions/create-transaction.action.js +132 -0
- package/dist/modules/inbestgo/actions/create-transaction.action.js.map +1 -0
- package/dist/modules/inbestgo/actions/index.d.ts +3 -0
- package/dist/modules/inbestgo/actions/index.d.ts.map +1 -0
- package/dist/modules/inbestgo/actions/index.js +19 -0
- package/dist/modules/inbestgo/actions/index.js.map +1 -0
- package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.d.ts +3 -0
- package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.d.ts.map +1 -0
- package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.js +76 -0
- package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.js.map +1 -0
- package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts +8 -0
- package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts.map +1 -0
- package/dist/modules/inbestgo/auth/inbestgo-auth.service.js +75 -0
- package/dist/modules/inbestgo/auth/inbestgo-auth.service.js.map +1 -0
- package/dist/modules/inbestgo/auth/index.d.ts +2 -0
- package/dist/modules/inbestgo/auth/index.d.ts.map +1 -0
- package/dist/modules/{capa → inbestgo}/auth/index.js +1 -1
- package/dist/modules/inbestgo/auth/index.js.map +1 -0
- package/dist/modules/inbestgo/credentials.d.ts +3 -0
- package/dist/modules/inbestgo/credentials.d.ts.map +1 -0
- package/dist/modules/inbestgo/credentials.js +32 -0
- package/dist/modules/inbestgo/credentials.js.map +1 -0
- package/dist/modules/inbestgo/inbestgo-nest.module.d.ts +3 -0
- package/dist/modules/inbestgo/inbestgo-nest.module.d.ts.map +1 -0
- package/dist/modules/inbestgo/inbestgo-nest.module.js +29 -0
- package/dist/modules/inbestgo/inbestgo-nest.module.js.map +1 -0
- package/dist/modules/inbestgo/inbestgo.module.d.ts +3 -0
- package/dist/modules/inbestgo/inbestgo.module.d.ts.map +1 -0
- package/dist/modules/inbestgo/inbestgo.module.js +21 -0
- package/dist/modules/inbestgo/inbestgo.module.js.map +1 -0
- package/dist/modules/inbestgo/services/create-transaction.service.d.ts +8 -0
- package/dist/modules/inbestgo/services/create-transaction.service.d.ts.map +1 -0
- package/dist/modules/inbestgo/services/create-transaction.service.js +78 -0
- package/dist/modules/inbestgo/services/create-transaction.service.js.map +1 -0
- package/dist/modules/inbestgo/services/index.d.ts +3 -0
- package/dist/modules/inbestgo/services/index.d.ts.map +1 -0
- package/dist/modules/inbestgo/services/index.js +19 -0
- package/dist/modules/inbestgo/services/index.js.map +1 -0
- package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts +8 -0
- package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts.map +1 -0
- package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js +54 -0
- package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js.map +1 -0
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +5 -5
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/session/actions/get-session-by-key.action.d.ts +3 -0
- package/dist/modules/session/actions/get-session-by-key.action.d.ts.map +1 -0
- package/dist/modules/session/actions/get-session-by-key.action.js +104 -0
- package/dist/modules/session/actions/get-session-by-key.action.js.map +1 -0
- package/dist/modules/session/actions/index.d.ts +2 -0
- package/dist/modules/session/actions/index.d.ts.map +1 -1
- package/dist/modules/session/actions/index.js +2 -0
- package/dist/modules/session/actions/index.js.map +1 -1
- package/dist/modules/session/actions/save-context-by-key.action.d.ts +3 -0
- package/dist/modules/session/actions/save-context-by-key.action.d.ts.map +1 -0
- package/dist/modules/session/actions/save-context-by-key.action.js +72 -0
- package/dist/modules/session/actions/save-context-by-key.action.js.map +1 -0
- package/dist/modules/session/services/get-session-by-key.service.d.ts +22 -0
- package/dist/modules/session/services/get-session-by-key.service.d.ts.map +1 -0
- package/dist/modules/session/services/get-session-by-key.service.js +62 -0
- package/dist/modules/session/services/get-session-by-key.service.js.map +1 -0
- package/dist/modules/session/services/index.d.ts +2 -0
- package/dist/modules/session/services/index.d.ts.map +1 -1
- package/dist/modules/session/services/index.js +2 -0
- package/dist/modules/session/services/index.js.map +1 -1
- package/dist/modules/session/services/save-context-by-key.service.d.ts +10 -0
- package/dist/modules/session/services/save-context-by-key.service.d.ts.map +1 -0
- package/dist/modules/session/services/save-context-by-key.service.js +63 -0
- package/dist/modules/session/services/save-context-by-key.service.js.map +1 -0
- package/dist/modules/session/services/set-session-variable.service.d.ts +3 -3
- package/dist/modules/session/services/set-session-variable.service.d.ts.map +1 -1
- package/dist/modules/session/services/set-session-variable.service.js +5 -5
- package/dist/modules/session/services/set-session-variable.service.js.map +1 -1
- package/dist/modules/session/session-nest.module.d.ts.map +1 -1
- package/dist/modules/session/session-nest.module.js +2 -2
- package/dist/modules/session/session-nest.module.js.map +1 -1
- package/dist/modules/session/session.module.js +1 -1
- package/dist/modules/session/session.module.js.map +1 -1
- package/dist/modules/toolbox/actions/empty-action.action.d.ts +3 -0
- package/dist/modules/toolbox/actions/empty-action.action.d.ts.map +1 -0
- package/dist/modules/toolbox/actions/empty-action.action.js +29 -0
- package/dist/modules/toolbox/actions/empty-action.action.js.map +1 -0
- package/dist/modules/toolbox/actions/index.d.ts +1 -0
- package/dist/modules/toolbox/actions/index.d.ts.map +1 -1
- package/dist/modules/toolbox/actions/index.js +1 -0
- package/dist/modules/toolbox/actions/index.js.map +1 -1
- package/dist/modules/toolbox/services/empty-action.service.d.ts +6 -0
- package/dist/modules/toolbox/services/empty-action.service.d.ts.map +1 -0
- package/dist/modules/toolbox/services/empty-action.service.js +28 -0
- package/dist/modules/toolbox/services/empty-action.service.js.map +1 -0
- package/dist/modules/toolbox/services/index.d.ts +1 -0
- package/dist/modules/toolbox/services/index.d.ts.map +1 -1
- package/dist/modules/toolbox/services/index.js +1 -0
- package/dist/modules/toolbox/services/index.js.map +1 -1
- package/dist/modules/toolbox/toolbox-nest.module.d.ts.map +1 -1
- package/dist/modules/toolbox/toolbox-nest.module.js +12 -2
- package/dist/modules/toolbox/toolbox-nest.module.js.map +1 -1
- package/dist/modules/toolbox/toolbox.module.d.ts.map +1 -1
- package/dist/modules/toolbox/toolbox.module.js +1 -1
- package/dist/modules/toolbox/toolbox.module.js.map +1 -1
- package/dist/modules/types.d.ts +1 -0
- package/dist/modules/types.d.ts.map +1 -1
- package/dist/modules/types.js.map +1 -1
- package/dist/modules/user/actions/get-or-create-user-by-params.action.d.ts +3 -0
- package/dist/modules/user/actions/get-or-create-user-by-params.action.d.ts.map +1 -0
- package/dist/modules/user/actions/get-or-create-user-by-params.action.js +284 -0
- package/dist/modules/user/actions/get-or-create-user-by-params.action.js.map +1 -0
- package/dist/modules/user/actions/get-or-create-user.action.d.ts.map +1 -1
- package/dist/modules/user/actions/get-or-create-user.action.js +12 -2
- package/dist/modules/user/actions/get-or-create-user.action.js.map +1 -1
- package/dist/modules/user/services/get-or-create-user-by-params.service.d.ts +8 -0
- package/dist/modules/user/services/get-or-create-user-by-params.service.d.ts.map +1 -0
- package/dist/modules/user/services/get-or-create-user-by-params.service.js +175 -0
- package/dist/modules/user/services/get-or-create-user-by-params.service.js.map +1 -0
- package/dist/modules/user/services/get-or-create-user.service.d.ts.map +1 -1
- package/dist/modules/user/services/get-or-create-user.service.js +42 -3
- package/dist/modules/user/services/get-or-create-user.service.js.map +1 -1
- package/dist/modules/webhook/controllers/webhook-receiver.controller.d.ts +2 -0
- package/dist/modules/webhook/controllers/webhook-receiver.controller.d.ts.map +1 -1
- package/dist/modules/webhook/controllers/webhook-receiver.controller.js +14 -0
- package/dist/modules/webhook/controllers/webhook-receiver.controller.js.map +1 -1
- package/dist/services/workflow-execution.service.d.ts +3 -3
- package/dist/services/workflow-execution.service.d.ts.map +1 -1
- package/dist/services/workflow-execution.service.js +96 -28
- package/dist/services/workflow-execution.service.js.map +1 -1
- package/dist/services/workflow-sse.service.d.ts +29 -0
- package/dist/services/workflow-sse.service.d.ts.map +1 -0
- package/dist/services/workflow-sse.service.js +155 -0
- package/dist/services/workflow-sse.service.js.map +1 -0
- package/dist/workflow-core.module.d.ts.map +1 -1
- package/dist/workflow-core.module.js +5 -0
- package/dist/workflow-core.module.js.map +1 -1
- package/dist/workflow.module.d.ts.map +1 -1
- package/dist/workflow.module.js +0 -3
- package/dist/workflow.module.js.map +1 -1
- package/package.json +102 -102
- package/dist/modules/capa/actions/cancel-transaction.action.d.ts +0 -3
- package/dist/modules/capa/actions/cancel-transaction.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/cancel-transaction.action.js +0 -58
- package/dist/modules/capa/actions/cancel-transaction.action.js.map +0 -1
- package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-cross-ramp-quote.action.js +0 -143
- package/dist/modules/capa/actions/create-cross-ramp-quote.action.js.map +0 -1
- package/dist/modules/capa/actions/create-cross-ramp.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-cross-ramp.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-cross-ramp.action.js +0 -158
- package/dist/modules/capa/actions/create-cross-ramp.action.js.map +0 -1
- package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-kyb-verification-link.action.js +0 -50
- package/dist/modules/capa/actions/create-kyb-verification-link.action.js.map +0 -1
- package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-kyc-verification-link.action.js +0 -50
- package/dist/modules/capa/actions/create-kyc-verification-link.action.js.map +0 -1
- package/dist/modules/capa/actions/create-off-ramp.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-off-ramp.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-off-ramp.action.js +0 -195
- package/dist/modules/capa/actions/create-off-ramp.action.js.map +0 -1
- package/dist/modules/capa/actions/create-on-ramp.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-on-ramp.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-on-ramp.action.js +0 -195
- package/dist/modules/capa/actions/create-on-ramp.action.js.map +0 -1
- package/dist/modules/capa/actions/create-quote.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-quote.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-quote.action.js +0 -156
- package/dist/modules/capa/actions/create-quote.action.js.map +0 -1
- package/dist/modules/capa/actions/create-receiver.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-receiver.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-receiver.action.js +0 -217
- package/dist/modules/capa/actions/create-receiver.action.js.map +0 -1
- package/dist/modules/capa/actions/create-user-kyc.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-user-kyc.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-user-kyc.action.js +0 -90
- package/dist/modules/capa/actions/create-user-kyc.action.js.map +0 -1
- package/dist/modules/capa/actions/create-user.action.d.ts +0 -3
- package/dist/modules/capa/actions/create-user.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/create-user.action.js +0 -110
- package/dist/modules/capa/actions/create-user.action.js.map +0 -1
- package/dist/modules/capa/actions/delete-receiver.action.d.ts +0 -3
- package/dist/modules/capa/actions/delete-receiver.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/delete-receiver.action.js +0 -56
- package/dist/modules/capa/actions/delete-receiver.action.js.map +0 -1
- package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts +0 -3
- package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/get-cross-ramp-quote.action.js +0 -143
- package/dist/modules/capa/actions/get-cross-ramp-quote.action.js.map +0 -1
- package/dist/modules/capa/actions/get-kyb-details.action.d.ts +0 -3
- package/dist/modules/capa/actions/get-kyb-details.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/get-kyb-details.action.js +0 -64
- package/dist/modules/capa/actions/get-kyb-details.action.js.map +0 -1
- package/dist/modules/capa/actions/get-kyc-details.action.d.ts +0 -3
- package/dist/modules/capa/actions/get-kyc-details.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/get-kyc-details.action.js +0 -100
- package/dist/modules/capa/actions/get-kyc-details.action.js.map +0 -1
- package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts +0 -3
- package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/get-mock-testing-guide.action.js +0 -23
- package/dist/modules/capa/actions/get-mock-testing-guide.action.js.map +0 -1
- package/dist/modules/capa/actions/get-quote.action.d.ts +0 -3
- package/dist/modules/capa/actions/get-quote.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/get-quote.action.js +0 -156
- package/dist/modules/capa/actions/get-quote.action.js.map +0 -1
- package/dist/modules/capa/actions/get-user-agreements.action.d.ts +0 -3
- package/dist/modules/capa/actions/get-user-agreements.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/get-user-agreements.action.js +0 -40
- package/dist/modules/capa/actions/get-user-agreements.action.js.map +0 -1
- package/dist/modules/capa/actions/index.d.ts +0 -23
- package/dist/modules/capa/actions/index.d.ts.map +0 -1
- package/dist/modules/capa/actions/index.js +0 -39
- package/dist/modules/capa/actions/index.js.map +0 -1
- package/dist/modules/capa/actions/list-receivers.action.d.ts +0 -3
- package/dist/modules/capa/actions/list-receivers.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/list-receivers.action.js +0 -51
- package/dist/modules/capa/actions/list-receivers.action.js.map +0 -1
- package/dist/modules/capa/actions/list-transactions.action.d.ts +0 -3
- package/dist/modules/capa/actions/list-transactions.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/list-transactions.action.js +0 -125
- package/dist/modules/capa/actions/list-transactions.action.js.map +0 -1
- package/dist/modules/capa/actions/request-document-signature.action.d.ts +0 -3
- package/dist/modules/capa/actions/request-document-signature.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/request-document-signature.action.js +0 -50
- package/dist/modules/capa/actions/request-document-signature.action.js.map +0 -1
- package/dist/modules/capa/actions/update-webhook-settings.action.d.ts +0 -3
- package/dist/modules/capa/actions/update-webhook-settings.action.d.ts.map +0 -1
- package/dist/modules/capa/actions/update-webhook-settings.action.js +0 -52
- package/dist/modules/capa/actions/update-webhook-settings.action.js.map +0 -1
- package/dist/modules/capa/auth/capa-auth.service.d.ts +0 -8
- package/dist/modules/capa/auth/capa-auth.service.d.ts.map +0 -1
- package/dist/modules/capa/auth/capa-auth.service.js +0 -94
- package/dist/modules/capa/auth/capa-auth.service.js.map +0 -1
- package/dist/modules/capa/auth/index.d.ts +0 -2
- package/dist/modules/capa/auth/index.d.ts.map +0 -1
- package/dist/modules/capa/auth/index.js.map +0 -1
- package/dist/modules/capa/capa-nest.module.d.ts +0 -3
- package/dist/modules/capa/capa-nest.module.d.ts.map +0 -1
- package/dist/modules/capa/capa-nest.module.js +0 -72
- package/dist/modules/capa/capa-nest.module.js.map +0 -1
- package/dist/modules/capa/capa.module.d.ts +0 -3
- package/dist/modules/capa/capa.module.d.ts.map +0 -1
- package/dist/modules/capa/capa.module.js +0 -42
- package/dist/modules/capa/capa.module.js.map +0 -1
- package/dist/modules/capa/credentials.d.ts +0 -3
- package/dist/modules/capa/credentials.d.ts.map +0 -1
- package/dist/modules/capa/credentials.js +0 -46
- package/dist/modules/capa/credentials.js.map +0 -1
- package/dist/modules/capa/services/cancel-transaction.service.d.ts +0 -9
- package/dist/modules/capa/services/cancel-transaction.service.d.ts.map +0 -1
- package/dist/modules/capa/services/cancel-transaction.service.js +0 -45
- package/dist/modules/capa/services/cancel-transaction.service.js.map +0 -1
- package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts +0 -9
- package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-cross-ramp-quote.service.js +0 -75
- package/dist/modules/capa/services/create-cross-ramp-quote.service.js.map +0 -1
- package/dist/modules/capa/services/create-cross-ramp.service.d.ts +0 -9
- package/dist/modules/capa/services/create-cross-ramp.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-cross-ramp.service.js +0 -66
- package/dist/modules/capa/services/create-cross-ramp.service.js.map +0 -1
- package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts +0 -9
- package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-kyb-verification-link.service.js +0 -47
- package/dist/modules/capa/services/create-kyb-verification-link.service.js.map +0 -1
- package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts +0 -9
- package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-kyc-verification-link.service.js +0 -47
- package/dist/modules/capa/services/create-kyc-verification-link.service.js.map +0 -1
- package/dist/modules/capa/services/create-off-ramp.service.d.ts +0 -9
- package/dist/modules/capa/services/create-off-ramp.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-off-ramp.service.js +0 -80
- package/dist/modules/capa/services/create-off-ramp.service.js.map +0 -1
- package/dist/modules/capa/services/create-on-ramp.service.d.ts +0 -9
- package/dist/modules/capa/services/create-on-ramp.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-on-ramp.service.js +0 -80
- package/dist/modules/capa/services/create-on-ramp.service.js.map +0 -1
- package/dist/modules/capa/services/create-quote.service.d.ts +0 -9
- package/dist/modules/capa/services/create-quote.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-quote.service.js +0 -77
- package/dist/modules/capa/services/create-quote.service.js.map +0 -1
- package/dist/modules/capa/services/create-receiver.service.d.ts +0 -9
- package/dist/modules/capa/services/create-receiver.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-receiver.service.js +0 -79
- package/dist/modules/capa/services/create-receiver.service.js.map +0 -1
- package/dist/modules/capa/services/create-user-kyc.service.d.ts +0 -9
- package/dist/modules/capa/services/create-user-kyc.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-user-kyc.service.js +0 -54
- package/dist/modules/capa/services/create-user-kyc.service.js.map +0 -1
- package/dist/modules/capa/services/create-user.service.d.ts +0 -9
- package/dist/modules/capa/services/create-user.service.d.ts.map +0 -1
- package/dist/modules/capa/services/create-user.service.js +0 -57
- package/dist/modules/capa/services/create-user.service.js.map +0 -1
- package/dist/modules/capa/services/delete-receiver.service.d.ts +0 -9
- package/dist/modules/capa/services/delete-receiver.service.d.ts.map +0 -1
- package/dist/modules/capa/services/delete-receiver.service.js +0 -47
- package/dist/modules/capa/services/delete-receiver.service.js.map +0 -1
- package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts +0 -9
- package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts.map +0 -1
- package/dist/modules/capa/services/get-cross-ramp-quote.service.js +0 -75
- package/dist/modules/capa/services/get-cross-ramp-quote.service.js.map +0 -1
- package/dist/modules/capa/services/get-kyb-details.service.d.ts +0 -9
- package/dist/modules/capa/services/get-kyb-details.service.d.ts.map +0 -1
- package/dist/modules/capa/services/get-kyb-details.service.js +0 -46
- package/dist/modules/capa/services/get-kyb-details.service.js.map +0 -1
- package/dist/modules/capa/services/get-kyc-details.service.d.ts +0 -9
- package/dist/modules/capa/services/get-kyc-details.service.d.ts.map +0 -1
- package/dist/modules/capa/services/get-kyc-details.service.js +0 -52
- package/dist/modules/capa/services/get-kyc-details.service.js.map +0 -1
- package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts +0 -9
- package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts.map +0 -1
- package/dist/modules/capa/services/get-mock-testing-guide.service.js +0 -37
- package/dist/modules/capa/services/get-mock-testing-guide.service.js.map +0 -1
- package/dist/modules/capa/services/get-quote.service.d.ts +0 -9
- package/dist/modules/capa/services/get-quote.service.d.ts.map +0 -1
- package/dist/modules/capa/services/get-quote.service.js +0 -77
- package/dist/modules/capa/services/get-quote.service.js.map +0 -1
- package/dist/modules/capa/services/get-user-agreements.service.d.ts +0 -9
- package/dist/modules/capa/services/get-user-agreements.service.d.ts.map +0 -1
- package/dist/modules/capa/services/get-user-agreements.service.js +0 -42
- package/dist/modules/capa/services/get-user-agreements.service.js.map +0 -1
- package/dist/modules/capa/services/index.d.ts +0 -23
- package/dist/modules/capa/services/index.d.ts.map +0 -1
- package/dist/modules/capa/services/index.js +0 -39
- package/dist/modules/capa/services/index.js.map +0 -1
- package/dist/modules/capa/services/list-receivers.service.d.ts +0 -9
- package/dist/modules/capa/services/list-receivers.service.d.ts.map +0 -1
- package/dist/modules/capa/services/list-receivers.service.js +0 -45
- package/dist/modules/capa/services/list-receivers.service.js.map +0 -1
- package/dist/modules/capa/services/list-transactions.service.d.ts +0 -9
- package/dist/modules/capa/services/list-transactions.service.d.ts.map +0 -1
- package/dist/modules/capa/services/list-transactions.service.js +0 -58
- package/dist/modules/capa/services/list-transactions.service.js.map +0 -1
- package/dist/modules/capa/services/request-document-signature.service.d.ts +0 -9
- package/dist/modules/capa/services/request-document-signature.service.d.ts.map +0 -1
- package/dist/modules/capa/services/request-document-signature.service.js +0 -46
- package/dist/modules/capa/services/request-document-signature.service.js.map +0 -1
- package/dist/modules/capa/services/update-webhook-settings.service.d.ts +0 -9
- package/dist/modules/capa/services/update-webhook-settings.service.d.ts.map +0 -1
- package/dist/modules/capa/services/update-webhook-settings.service.js +0 -47
- package/dist/modules/capa/services/update-webhook-settings.service.js.map +0 -1
- package/dist/modules/capa/triggers/index.d.ts +0 -3
- package/dist/modules/capa/triggers/index.d.ts.map +0 -1
- package/dist/modules/capa/triggers/index.js +0 -5
- package/dist/modules/capa/triggers/index.js.map +0 -1
- package/dist/modules/capa/utils/capa-credentials.util.d.ts +0 -4
- package/dist/modules/capa/utils/capa-credentials.util.d.ts.map +0 -1
- package/dist/modules/capa/utils/capa-credentials.util.js +0 -24
- package/dist/modules/capa/utils/capa-credentials.util.js.map +0 -1
- package/dist/modules/capa/utils/capa-query.util.d.ts +0 -4
- package/dist/modules/capa/utils/capa-query.util.d.ts.map +0 -1
- package/dist/modules/capa/utils/capa-query.util.js +0 -55
- package/dist/modules/capa/utils/capa-query.util.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-session-by-key.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/get-session-by-key.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAK5E,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAED,qBACa,sBAAuB,YAAW,sBAAsB;IAEjE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBAFxB,YAAY,EAAE,YAAY,EAC1B,sBAAsB,EAAE,sBAAsB,EAC9C,wBAAwB,EAAE,wBAAwB;IAG/D,OAAO,CACX,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,QAAQ,EAAE,qBAAqB,GAC9B,OAAO,CAAC;QAAE,OAAO,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAA;KAAE,CAAC;CAiCrF"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.GetSessionByKeyService = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const core_1 = require("@venturialstd/core");
|
|
15
|
+
const workflow_execution_service_1 = require("../../../services/workflow-execution.service");
|
|
16
|
+
const workflow_session_service_1 = require("../../../services/workflow-session.service");
|
|
17
|
+
let GetSessionByKeyService = class GetSessionByKeyService {
|
|
18
|
+
cacheService;
|
|
19
|
+
workflowSessionService;
|
|
20
|
+
workflowExecutionService;
|
|
21
|
+
constructor(cacheService, workflowSessionService, workflowExecutionService) {
|
|
22
|
+
this.cacheService = cacheService;
|
|
23
|
+
this.workflowSessionService = workflowSessionService;
|
|
24
|
+
this.workflowExecutionService = workflowExecutionService;
|
|
25
|
+
}
|
|
26
|
+
async perform(inputs, _context) {
|
|
27
|
+
const response = {
|
|
28
|
+
success: false,
|
|
29
|
+
error: 'Session not found',
|
|
30
|
+
session: {
|
|
31
|
+
currentNodeId: '',
|
|
32
|
+
executionId: '',
|
|
33
|
+
data: {},
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
const sessionKey = inputs.sessionKey;
|
|
37
|
+
if (!sessionKey) {
|
|
38
|
+
throw new Error('Session key is required');
|
|
39
|
+
}
|
|
40
|
+
const cachedSessionData = await this.cacheService.get(sessionKey);
|
|
41
|
+
if (!cachedSessionData) {
|
|
42
|
+
response.error = `Session with key "${sessionKey}" not found in cache`;
|
|
43
|
+
return response;
|
|
44
|
+
}
|
|
45
|
+
response.error = '';
|
|
46
|
+
response.success = true;
|
|
47
|
+
response.session = {
|
|
48
|
+
currentNodeId: cachedSessionData.currentNodeId,
|
|
49
|
+
executionId: cachedSessionData.executionId,
|
|
50
|
+
data: cachedSessionData.data,
|
|
51
|
+
};
|
|
52
|
+
return response;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
exports.GetSessionByKeyService = GetSessionByKeyService;
|
|
56
|
+
exports.GetSessionByKeyService = GetSessionByKeyService = __decorate([
|
|
57
|
+
(0, common_1.Injectable)(),
|
|
58
|
+
__metadata("design:paramtypes", [core_1.CacheService,
|
|
59
|
+
workflow_session_service_1.WorkflowSessionService,
|
|
60
|
+
workflow_execution_service_1.WorkflowExecutionService])
|
|
61
|
+
], GetSessionByKeyService);
|
|
62
|
+
//# sourceMappingURL=get-session-by-key.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-session-by-key.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/get-session-by-key.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAkD;AAElD,6FAAwF;AACxF,yFAAoF;AAa7E,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAEd;IACA;IACA;IAHnB,YACmB,YAA0B,EAC1B,sBAA8C,EAC9C,wBAAkD;QAFlD,iBAAY,GAAZ,YAAY,CAAc;QAC1B,2BAAsB,GAAtB,sBAAsB,CAAwB;QAC9C,6BAAwB,GAAxB,wBAAwB,CAA0B;IAClE,CAAC;IAEJ,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,QAA+B;QAE/B,MAAM,QAAQ,GAAG;YACf,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,mBAAmB;YAC1B,OAAO,EAAE;gBACP,aAAa,EAAE,EAAE;gBACjB,WAAW,EAAE,EAAE;gBACf,IAAI,EAAE,EAAE;aACc;SACzB,CAAC;QACF,MAAM,UAAU,GAAG,MAAM,CAAC,UAAoB,CAAC;QAE/C,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;QAC7C,CAAC;QAGD,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,GAAG,CAA6B,UAAU,CAAC,CAAC;QAE9F,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,QAAQ,CAAC,KAAK,GAAG,qBAAqB,UAAU,sBAAsB,CAAC;YACvE,OAAO,QAAQ,CAAC;QAClB,CAAC;QAED,QAAQ,CAAC,KAAK,GAAG,EAAE,CAAC;QACpB,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;QACxB,QAAQ,CAAC,OAAO,GAAG;YACjB,aAAa,EAAE,iBAAiB,CAAC,aAAa;YAC9C,WAAW,EAAE,iBAAiB,CAAC,WAAW;YAC1C,IAAI,EAAE,iBAAiB,CAAC,IAAI;SAC7B,CAAC;QACF,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF,CAAA;AA3CY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,mBAAU,GAAE;qCAGsB,mBAAY;QACF,iDAAsB;QACpB,qDAAwB;GAJ1D,sBAAsB,CA2ClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
|
|
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./get-session-by-key.service"), exports);
|
|
18
|
+
__exportStar(require("./save-context-by-key.service"), exports);
|
|
17
19
|
__exportStar(require("./set-session-variable.service"), exports);
|
|
18
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,gEAA8C;AAC9C,iEAA+C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CacheService } from '@venturialstd/core';
|
|
2
|
+
import { WorkflowExecutionService } from '../../../services/workflow-execution.service';
|
|
3
|
+
import { IWorkflowActionService, WorkflowActionContext } from '../../types';
|
|
4
|
+
export declare class SaveContextByKeyService implements IWorkflowActionService {
|
|
5
|
+
private readonly cacheService;
|
|
6
|
+
private readonly workflowExecutionService;
|
|
7
|
+
constructor(cacheService: CacheService, workflowExecutionService: WorkflowExecutionService);
|
|
8
|
+
perform(inputs: Record<string, unknown>, context: WorkflowActionContext): Promise<Record<string, unknown>>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=save-context-by-key.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"save-context-by-key.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/save-context-by-key.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAW5E,qBACa,uBAAwB,YAAW,sBAAsB;IAElE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBADxB,YAAY,EAAE,YAAY,EAC1B,wBAAwB,EAAE,wBAAwB;IAG/D,OAAO,CACX,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CA+CpC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.SaveContextByKeyService = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const core_1 = require("@venturialstd/core");
|
|
15
|
+
const workflow_execution_service_1 = require("../../../services/workflow-execution.service");
|
|
16
|
+
let SaveContextByKeyService = class SaveContextByKeyService {
|
|
17
|
+
cacheService;
|
|
18
|
+
workflowExecutionService;
|
|
19
|
+
constructor(cacheService, workflowExecutionService) {
|
|
20
|
+
this.cacheService = cacheService;
|
|
21
|
+
this.workflowExecutionService = workflowExecutionService;
|
|
22
|
+
}
|
|
23
|
+
async perform(inputs, context) {
|
|
24
|
+
const contextKey = inputs.contextKey;
|
|
25
|
+
const ttl = inputs.ttl;
|
|
26
|
+
const customData = JSON.parse(inputs.customData);
|
|
27
|
+
if (!contextKey) {
|
|
28
|
+
throw new Error('Context key is required');
|
|
29
|
+
}
|
|
30
|
+
if (!context.executionId) {
|
|
31
|
+
throw new Error('Execution ID is required in context');
|
|
32
|
+
}
|
|
33
|
+
const execution = await this.workflowExecutionService.findOne({
|
|
34
|
+
where: { id: context.executionId },
|
|
35
|
+
});
|
|
36
|
+
if (!execution) {
|
|
37
|
+
throw new Error(`Execution with ID "${context.executionId}" not found`);
|
|
38
|
+
}
|
|
39
|
+
const mergedData = {
|
|
40
|
+
...(context.previousOutputs || {}),
|
|
41
|
+
};
|
|
42
|
+
const contextData = {
|
|
43
|
+
currentNodeId: execution.currentNodeId || '',
|
|
44
|
+
executionId: context.executionId,
|
|
45
|
+
data: mergedData,
|
|
46
|
+
};
|
|
47
|
+
await this.cacheService.set(contextKey, contextData, undefined, ttl);
|
|
48
|
+
return {
|
|
49
|
+
success: true,
|
|
50
|
+
contextKey,
|
|
51
|
+
savedAt: new Date().toISOString(),
|
|
52
|
+
message: `Context saved successfully with key "${contextKey}"`,
|
|
53
|
+
...(customData || {}),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
exports.SaveContextByKeyService = SaveContextByKeyService;
|
|
58
|
+
exports.SaveContextByKeyService = SaveContextByKeyService = __decorate([
|
|
59
|
+
(0, common_1.Injectable)(),
|
|
60
|
+
__metadata("design:paramtypes", [core_1.CacheService,
|
|
61
|
+
workflow_execution_service_1.WorkflowExecutionService])
|
|
62
|
+
], SaveContextByKeyService);
|
|
63
|
+
//# sourceMappingURL=save-context-by-key.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"save-context-by-key.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/save-context-by-key.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAkD;AAElD,6FAAwF;AAajF,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAEf;IACA;IAFnB,YACmB,YAA0B,EAC1B,wBAAkD;QADlD,iBAAY,GAAZ,YAAY,CAAc;QAC1B,6BAAwB,GAAxB,wBAAwB,CAA0B;IAClE,CAAC;IAEJ,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,UAAU,GAAG,MAAM,CAAC,UAAoB,CAAC;QAC/C,MAAM,GAAG,GAAG,MAAM,CAAC,GAAyB,CAAC;QAC7C,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAoB,CAE5C,CAAC;QAEd,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;QAC7C,CAAC;QAED,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YACzB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;QACzD,CAAC;QAGD,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC;YAC5D,KAAK,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,WAAW,EAAE;SACnC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,MAAM,IAAI,KAAK,CAAC,sBAAsB,OAAO,CAAC,WAAW,aAAa,CAAC,CAAC;QAC1E,CAAC;QAGD,MAAM,UAAU,GAAG;YACjB,GAAG,CAAC,OAAO,CAAC,eAAe,IAAI,EAAE,CAAC;SACnC,CAAC;QAGF,MAAM,WAAW,GAAwB;YACvC,aAAa,EAAE,SAAS,CAAC,aAAa,IAAI,EAAE;YAC5C,WAAW,EAAE,OAAO,CAAC,WAAW;YAChC,IAAI,EAAE,UAAU;SACjB,CAAC;QAGF,MAAM,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,CAAC,CAAC;QAErE,OAAO;YACL,OAAO,EAAE,IAAI;YACb,UAAU;YACV,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;YACjC,OAAO,EAAE,wCAAwC,UAAU,GAAG;YAC9D,GAAG,CAAC,UAAU,IAAI,EAAE,CAAC;SACtB,CAAC;IACJ,CAAC;CACF,CAAA;AAxDY,0DAAuB;kCAAvB,uBAAuB;IADnC,IAAA,mBAAU,GAAE;qCAGsB,mBAAY;QACA,qDAAwB;GAH1D,uBAAuB,CAwDnC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CacheService } from '@venturialstd/core';
|
|
2
2
|
import { IWorkflowActionService, WorkflowActionContext } from '../../types';
|
|
3
3
|
export declare class SetSessionVariableService implements IWorkflowActionService {
|
|
4
|
-
private readonly
|
|
5
|
-
constructor(
|
|
4
|
+
private readonly cacheService;
|
|
5
|
+
constructor(cacheService: CacheService);
|
|
6
6
|
perform(inputs: Record<string, unknown>, _context: WorkflowActionContext): Promise<Record<string, unknown>>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=set-session-variable.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-session-variable.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-session-variable.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,yBAA0B,YAAW,sBAAsB;IAC1D,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAAZ,YAAY,EAAE,YAAY;IAEjD,OAAO,CACX,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,QAAQ,EAAE,qBAAqB,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAapC"}
|
|
@@ -11,11 +11,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.SetSessionVariableService = void 0;
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
14
|
-
const
|
|
14
|
+
const core_1 = require("@venturialstd/core");
|
|
15
15
|
let SetSessionVariableService = class SetSessionVariableService {
|
|
16
|
-
|
|
17
|
-
constructor(
|
|
18
|
-
this.
|
|
16
|
+
cacheService;
|
|
17
|
+
constructor(cacheService) {
|
|
18
|
+
this.cacheService = cacheService;
|
|
19
19
|
}
|
|
20
20
|
async perform(inputs, _context) {
|
|
21
21
|
const variableName = inputs.variableName;
|
|
@@ -32,6 +32,6 @@ let SetSessionVariableService = class SetSessionVariableService {
|
|
|
32
32
|
exports.SetSessionVariableService = SetSessionVariableService;
|
|
33
33
|
exports.SetSessionVariableService = SetSessionVariableService = __decorate([
|
|
34
34
|
(0, common_1.Injectable)(),
|
|
35
|
-
__metadata("design:paramtypes", [
|
|
35
|
+
__metadata("design:paramtypes", [core_1.CacheService])
|
|
36
36
|
], SetSessionVariableService);
|
|
37
37
|
//# sourceMappingURL=set-session-variable.service.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-session-variable.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;
|
|
1
|
+
{"version":3,"file":"set-session-variable.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAkD;AAK3C,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IACP;IAA7B,YAA6B,YAA0B;QAA1B,iBAAY,GAAZ,YAAY,CAAc;IAAG,CAAC;IAE3D,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,QAA+B;QAE/B,MAAM,YAAY,GAAG,MAAM,CAAC,YAAsB,CAAC;QACnD,MAAM,aAAa,GAAG,MAAM,CAAC,aAAwB,CAAC;QAEtD,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO;YACL,OAAO,EAAE,IAAI;YACb,CAAC,YAAY,CAAC,EAAE,aAAa;SAC9B,CAAC;IACJ,CAAC;CACF,CAAA;AAnBY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,mBAAU,GAAE;qCAEgC,mBAAY;GAD5C,yBAAyB,CAmBrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"session-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":"AASA,qBAKa,iBAAiB;CAAG"}
|
|
@@ -16,8 +16,8 @@ exports.SessionNestModule = SessionNestModule;
|
|
|
16
16
|
exports.SessionNestModule = SessionNestModule = __decorate([
|
|
17
17
|
(0, common_1.Module)({
|
|
18
18
|
imports: [workflow_core_module_1.WorkflowCoreModule],
|
|
19
|
-
providers: [services_1.SetSessionVariableService],
|
|
20
|
-
exports: [services_1.SetSessionVariableService],
|
|
19
|
+
providers: [services_1.GetSessionByKeyService, services_1.SaveContextByKeyService, services_1.SetSessionVariableService],
|
|
20
|
+
exports: [services_1.GetSessionByKeyService, services_1.SaveContextByKeyService, services_1.SetSessionVariableService],
|
|
21
21
|
})
|
|
22
22
|
], SessionNestModule);
|
|
23
23
|
//# sourceMappingURL=session-nest.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session-nest.module.js","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AAExC,qEAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"session-nest.module.js","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AAExC,qEAAgE;AAChE,yCAIoB;AAOb,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAL7B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,yCAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,iCAAsB,EAAE,kCAAuB,EAAE,oCAAyB,CAAC;QACvF,OAAO,EAAE,CAAC,iCAAsB,EAAE,kCAAuB,EAAE,oCAAyB,CAAC;KACtF,CAAC;GACW,iBAAiB,CAAG"}
|
|
@@ -8,7 +8,7 @@ exports.sessionModule = {
|
|
|
8
8
|
description: 'Manage workflow session variables and context',
|
|
9
9
|
icon: '💾',
|
|
10
10
|
version: '1.0.0',
|
|
11
|
-
actions: [actions_1.setSessionVariableAction],
|
|
11
|
+
actions: [actions_1.getSessionByKeyAction, actions_1.saveContextByKeyAction, actions_1.setSessionVariableAction],
|
|
12
12
|
triggers: [],
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=session.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session.module.js","sourceRoot":"","sources":["../../../src/modules/session/session.module.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"session.module.js","sourceRoot":"","sources":["../../../src/modules/session/session.module.ts"],"names":[],"mappings":";;;AACA,uCAAoG;AAEvF,QAAA,aAAa,GAA6B;IACrD,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,+CAA+C;IAC5D,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,+BAAqB,EAAE,gCAAsB,EAAE,kCAAwB,CAAC;IAClF,QAAQ,EAAE,EAAE;CACb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-action.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/empty-action.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,WAAW,EAAE,qBAsBzB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emptyAction = void 0;
|
|
4
|
+
const types_1 = require("../../types");
|
|
5
|
+
const empty_action_service_1 = require("../services/empty-action.service");
|
|
6
|
+
exports.emptyAction = {
|
|
7
|
+
key: 'empty-action',
|
|
8
|
+
name: 'Empty Action',
|
|
9
|
+
description: 'An empty action that does nothing (useful for placeholders or testing)',
|
|
10
|
+
category: types_1.NODE_CATEGORY.ACTION,
|
|
11
|
+
icon: '⚪',
|
|
12
|
+
serviceClass: empty_action_service_1.EmptyActionService,
|
|
13
|
+
inputs: [],
|
|
14
|
+
outputs: [
|
|
15
|
+
{
|
|
16
|
+
id: 'success',
|
|
17
|
+
name: 'Success',
|
|
18
|
+
description: 'Whether the action executed successfully',
|
|
19
|
+
type: types_1.FIELD_TYPE.BOOLEAN,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: 'message',
|
|
23
|
+
name: 'Message',
|
|
24
|
+
description: 'Success message',
|
|
25
|
+
type: types_1.FIELD_TYPE.STRING,
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=empty-action.action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-action.action.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/empty-action.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,2EAAsE;AAEzD,QAAA,WAAW,GAA0B;IAChD,GAAG,EAAE,cAAc;IACnB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,wEAAwE;IACrF,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,GAAG;IACT,YAAY,EAAE,yCAAwE;IACtF,MAAM,EAAE,EAAE;IACV,OAAO,EAAE;QACP;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,0CAA0C;YACvD,IAAI,EAAE,kBAAU,CAAC,OAAO;SACzB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,iBAAiB;YAC9B,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC"}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./empty-action.action"), exports);
|
|
17
18
|
__exportStar(require("./generate-shortcode.action"), exports);
|
|
18
19
|
__exportStar(require("./generate-uuid.action"), exports);
|
|
19
20
|
__exportStar(require("./resolve-shortcode.action"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,yDAAuC;AACvC,6DAA2C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,8DAA4C;AAC5C,yDAAuC;AACvC,6DAA2C"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IWorkflowActionService, WorkflowActionContext } from '../../types';
|
|
2
|
+
export declare class EmptyActionService implements IWorkflowActionService {
|
|
3
|
+
constructor();
|
|
4
|
+
perform(_inputs: Record<string, unknown>, _context: WorkflowActionContext): Promise<Record<string, unknown>>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=empty-action.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-action.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/empty-action.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,kBAAmB,YAAW,sBAAsB;;IAGzD,OAAO,CACX,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAChC,QAAQ,EAAE,qBAAqB,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAOpC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.EmptyActionService = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
let EmptyActionService = class EmptyActionService {
|
|
15
|
+
constructor() { }
|
|
16
|
+
async perform(_inputs, _context) {
|
|
17
|
+
return {
|
|
18
|
+
success: true,
|
|
19
|
+
message: 'Empty action executed successfully',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
exports.EmptyActionService = EmptyActionService;
|
|
24
|
+
exports.EmptyActionService = EmptyActionService = __decorate([
|
|
25
|
+
(0, common_1.Injectable)(),
|
|
26
|
+
__metadata("design:paramtypes", [])
|
|
27
|
+
], EmptyActionService);
|
|
28
|
+
//# sourceMappingURL=empty-action.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-action.service.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/empty-action.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAC7B,gBAAe,CAAC;IAEhB,KAAK,CAAC,OAAO,CACX,OAAgC,EAChC,QAA+B;QAG/B,OAAO;YACL,OAAO,EAAE,IAAI;YACb,OAAO,EAAE,oCAAoC;SAC9C,CAAC;IACJ,CAAC;CACF,CAAA;AAbY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;;GACA,kBAAkB,CAa9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC"}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./empty-action.service"), exports);
|
|
17
18
|
__exportStar(require("./generate-shortcode.service"), exports);
|
|
18
19
|
__exportStar(require("./generate-uuid.service"), exports);
|
|
19
20
|
__exportStar(require("./resolve-shortcode.service"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,0DAAwC;AACxC,8DAA4C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,+DAA6C;AAC7C,0DAAwC;AACxC,8DAA4C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbox-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toolbox-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":"AAUA,qBAea,iBAAiB;CAAG"}
|
|
@@ -16,8 +16,18 @@ exports.ToolboxNestModule = ToolboxNestModule;
|
|
|
16
16
|
exports.ToolboxNestModule = ToolboxNestModule = __decorate([
|
|
17
17
|
(0, common_1.Module)({
|
|
18
18
|
imports: [toolbox_1.ToolboxModule],
|
|
19
|
-
providers: [
|
|
20
|
-
|
|
19
|
+
providers: [
|
|
20
|
+
services_1.EmptyActionService,
|
|
21
|
+
services_1.GenerateShortcodeService,
|
|
22
|
+
services_1.GenerateUuidService,
|
|
23
|
+
services_1.ResolveShortcodeService,
|
|
24
|
+
],
|
|
25
|
+
exports: [
|
|
26
|
+
services_1.EmptyActionService,
|
|
27
|
+
services_1.GenerateShortcodeService,
|
|
28
|
+
services_1.GenerateUuidService,
|
|
29
|
+
services_1.ResolveShortcodeService,
|
|
30
|
+
],
|
|
21
31
|
})
|
|
22
32
|
], ToolboxNestModule);
|
|
23
33
|
//# sourceMappingURL=toolbox-nest.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbox-nest.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mDAAsD;AAEtD,
|
|
1
|
+
{"version":3,"file":"toolbox-nest.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mDAAsD;AAEtD,yCAKoB;AAiBb,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAf7B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC;QACxB,SAAS,EAAE;YACT,6BAAkB;YAClB,mCAAwB;YACxB,8BAAmB;YACnB,kCAAuB;SACxB;QACD,OAAO,EAAE;YACP,6BAAkB;YAClB,mCAAwB;YACxB,8BAAmB;YACnB,kCAAuB;SACxB;KACF,CAAC;GACW,iBAAiB,CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbox.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"toolbox.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAQpD,eAAO,MAAM,aAAa,EAAE,wBAQ3B,CAAC"}
|
|
@@ -8,7 +8,7 @@ exports.toolboxModule = {
|
|
|
8
8
|
description: 'Generate and resolve shortcodes, UUIDs, and other utility functions',
|
|
9
9
|
icon: '🔧',
|
|
10
10
|
version: '1.0.0',
|
|
11
|
-
actions: [actions_1.generateShortcodeAction, actions_1.generateUuidAction, actions_1.resolveShortcodeAction],
|
|
11
|
+
actions: [actions_1.emptyAction, actions_1.generateShortcodeAction, actions_1.generateUuidAction, actions_1.resolveShortcodeAction],
|
|
12
12
|
triggers: [],
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=toolbox.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbox.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"toolbox.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":";;;AACA,uCAKmB;AAEN,QAAA,aAAa,GAA6B;IACrD,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,qEAAqE;IAClF,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,qBAAW,EAAE,iCAAuB,EAAE,4BAAkB,EAAE,gCAAsB,CAAC;IAC3F,QAAQ,EAAE,EAAE;CACb,CAAC"}
|
package/dist/modules/types.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":"AAGA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAKD,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAKD,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAKD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,UAAU,CAAC;IACjB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IAMrB,WAAW,CAAC,EAAE,CACZ,OAAO,EAAE,qBAAqB,KAC3B,OAAO,CAAC,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":";;;AAGA,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;AACnB,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AAKD,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;IACnB,6BAAe,CAAA;IACf,+BAAiB,CAAA;IACjB,2BAAa,CAAA;IACb,6BAAe,CAAA;IACf,6BAAe,CAAA;IACf,yBAAW,CAAA;IACX,2BAAa,CAAA;AACf,CAAC,EAXW,UAAU,0BAAV,UAAU,QAWrB;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":";;;AAGA,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;AACnB,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AAKD,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;IACnB,6BAAe,CAAA;IACf,+BAAiB,CAAA;IACjB,2BAAa,CAAA;IACb,6BAAe,CAAA;IACf,6BAAe,CAAA;IACf,yBAAW,CAAA;IACX,2BAAa,CAAA;AACf,CAAC,EAXW,UAAU,0BAAV,UAAU,QAWrB;AA2KD,MAAa,sBAAsB;IACzB,OAAO,GAA0C,IAAI,GAAG,EAAE,CAAC;IAKnE,QAAQ,CAAC,MAAgC;QACvC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;IACvC,CAAC;IAKD,GAAG,CAAC,SAAiB;QACnB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACrC,CAAC;IAKD,MAAM;QACJ,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3C,CAAC;IAKD,UAAU,CAAC,SAAiB;QAC1B,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,MAAM,EAAE,OAAO,IAAI,EAAE,CAAC;IAC/B,CAAC;IAKD,WAAW,CAAC,SAAiB;QAC3B,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,MAAM,EAAE,QAAQ,IAAI,EAAE,CAAC;IAChC,CAAC;IAKD,kBAAkB,CAChB,SAAiB,EACjB,gBAAwB;QAExB,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,IAAI,CAAC,MAAM;YAAE,OAAO,SAAS,CAAC;QAE9B,OAAO,CAAC,GAAG,MAAM,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,KAAK,gBAAgB,CAAC,CAAC;IAC/F,CAAC;CACF;AApDD,wDAoDC;AAGY,QAAA,sBAAsB,GAAG,IAAI,sBAAsB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-or-create-user-by-params.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/user/actions/get-or-create-user-by-params.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,6BAA6B,EAAE,qBAqR3C,CAAC"}
|