@flowcore/pathways 0.16.3 → 0.17.0
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/CHANGELOG.md +40 -11
- package/esm/_dnt.polyfills.d.ts +50 -0
- package/esm/_dnt.polyfills.d.ts.map +1 -0
- package/esm/_dnt.polyfills.js +37 -0
- package/esm/_dnt.shims.d.ts +9 -0
- package/esm/_dnt.shims.d.ts.map +1 -0
- package/esm/_dnt.shims.js +64 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-pump.d.ts +74 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-pump.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-pump.js +501 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.d.ts +116 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.js +267 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.d.ts +8 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.js +20 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.d.ts +12 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.js +54 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.d.ts +3 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.js +6 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.d.ts +28 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.js +154 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/types.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/types.js +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/mod.d.ts +6 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/data-pump/0.16.5/src/mod.js +5 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/adapter/reset-adapter.d.ts +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/adapter/reset-adapter.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/adapter/reset-adapter.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/artifact-get.command.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts +27 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-add-item.command.js +34 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts +27 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-remove-item.command.js +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts +24 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-delete.command.js +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-get.command.js +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-list.command.js +29 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-stream.command.js +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/mod.d.ts +8 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/mod.js +7 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.create.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.create.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.delete.d.ts +38 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.delete.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.edit.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.edit.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.edit.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.list.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.list.js +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.create.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.create.js +29 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.delete.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.delete.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.fetch.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.fetch.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.list.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.list.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.update.d.ts +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.update.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.create.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.create.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.exists.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.exists.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.fetch.d.ts +72 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.fetch.js +84 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.list.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.list.js +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.request-delete.d.ts +55 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.request-delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.request-delete.js +79 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.update.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.update.js +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.complete.d.ts +16 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.complete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.complete.js +31 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.expire-leases.d.ts +12 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.expire-leases.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.expire-leases.js +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.fetch.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.fetch.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.heartbeat.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.heartbeat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.heartbeat.js +31 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.list.d.ts +17 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.list.js +38 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.next.d.ts +14 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.next.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.next.js +29 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/capacity.fetch.d.ts +11 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/capacity.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/capacity.fetch.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-restart.d.ts +24 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-restart.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-restart.js +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-stop.d.ts +20 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-stop.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-stop.js +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.pending.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.pending.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.pending.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.update-status.d.ts +19 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.update-status.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.update-status.js +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/health.check.d.ts +12 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/health.check.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/health.check.js +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/index.d.ts +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/index.js +38 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.create.d.ts +23 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.create.js +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.delete.d.ts +18 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.delete.js +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.disable.d.ts +18 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.disable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.disable.js +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.fetch.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.fetch.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.list.d.ts +18 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.list.js +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.fetch.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.fetch.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.save.d.ts +19 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.save.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.save.js +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.fetch.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.fetch.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.list.d.ts +11 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.list.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.set.d.ts +20 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.set.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.set.js +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.fetch.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.fetch.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.request.d.ts +29 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.request.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.request.js +29 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.deregister.d.ts +17 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.deregister.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.deregister.js +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.fetch.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.fetch.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.heartbeat.d.ts +16 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.heartbeat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.heartbeat.js +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.list.d.ts +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.list.js +34 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.register.d.ts +17 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.register.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.register.js +29 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.create.d.ts +48 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.create.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.exists.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.exists.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.fetch.d.ts +49 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.fetch.js +59 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.js +71 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.d.ts +31 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.js +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.js +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.d.ts +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.js +79 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.d.ts +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.js +80 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.d.ts +46 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.js +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.d.ts +70 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.js +66 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts +57 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.d.ts +64 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.js +67 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.d.ts +55 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.js +62 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.create.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.create.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.exists.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.exists.js +33 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.fetch.d.ts +55 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.fetch.js +59 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.list.d.ts +31 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.list.js +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.request-delete.d.ts +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.request-delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.request-delete.js +79 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.update.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.update.js +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/permissions/get-user-permissions.d.ts +48 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/permissions/get-user-permissions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/permissions/get-user-permissions.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/create-policy.d.ts +89 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/create-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/create-policy.js +77 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/get-policy.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/get-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/get-policy.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/archive-policy.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/archive-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/archive-policy.js +50 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/get-policy.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/get-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/get-policy.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/update-policy.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/update-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/update-policy.js +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-key-policies.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-key-policies.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-key-policies.js +85 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-organization-policies.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-organization-policies.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-organization-policies.js +88 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-policy-associations.d.ts +83 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-policy-associations.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-policy-associations.js +117 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-role-policies.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-role-policies.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-role-policies.js +73 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-user-policies.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-user-policies.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-user-policies.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-key-policy.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-key-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-key-policy.js +60 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-role-policy.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-role-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-role-policy.js +60 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-user-policy.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-user-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-user-policy.js +60 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-key-policy.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-key-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-key-policy.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-role-policy.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-role-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-role-policy.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-user-policy.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-user-policy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-user-policy.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-key-roles.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-key-roles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-key-roles.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-organization-roles.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-organization-roles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-organization-roles.js +62 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-role-associations.d.ts +70 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-role-associations.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-role-associations.js +67 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-user-roles.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-user-roles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-user-roles.js +50 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-key-role.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-key-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-key-role.js +60 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-user-role.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-user-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-user-role.js +60 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-key-role.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-key-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-key-role.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-user-role.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-user-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-user-role.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/create-role.d.ts +60 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/create-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/create-role.js +64 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/get-roles.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/get-roles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/get-roles.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/archive-role.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/archive-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/archive-role.js +50 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/get-role.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/get-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/get-role.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/update-role.d.ts +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/update-role.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/update-role.js +55 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant/user-managed-roles.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant/user-managed-roles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant/user-managed-roles.js +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts +88 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant-iam-audit/get-audit-for-tenant.js +110 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-key.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-key.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-key.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-user.d.ts +77 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-user.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-user.js +66 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/index.d.ts +112 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/index.js +128 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.batch.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.batch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.batch.js +83 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.event.d.ts +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.event.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.event.js +83 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.fetch-state.d.ts +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.fetch-state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.fetch-state.js +50 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.restart.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.restart.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.restart.js +58 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.delete.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.delete.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.fetch.d.ts +23 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.fetch.js +57 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.list.d.ts +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.list.js +59 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.create.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.create.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.delete.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.delete.js +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.fetch.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.fetch.js +68 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.list.d.ts +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.list.js +49 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.update.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.update.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.create.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.create.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.delete.d.ts +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.delete.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.edit.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.edit.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.edit.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.list.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.list.js +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.create.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.create.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.delete.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.delete.js +46 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.exchange.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.exchange.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.exchange.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.get.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.get.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.get.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.list.d.ts +28 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.list.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/permissions.list.d.ts +31 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/permissions.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/permissions.list.js +46 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant-instance.fetch.d.ts +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant-instance.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant-instance.fetch.js +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.create.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.create.js +77 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts +38 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.disable-sensitive-data.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts +38 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.enable-sensitive-data.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.fetch.d.ts +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.fetch.js +67 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.list.d.ts +24 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.list.js +34 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.preview.d.ts +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.preview.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.preview.js +42 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.translate-name-to-id.d.ts +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.translate-name-to-id.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.translate-name-to-id.js +52 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.update.d.ts +46 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.update.js +77 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-add.d.ts +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-add.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-add.js +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list-inner.d.ts +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list-inner.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list-inner.js +34 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list.d.ts +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list.js +27 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-remove.d.ts +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-remove.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-remove.js +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.delete.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.delete.js +48 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.initialize-in-keycloak.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.initialize-in-keycloak.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.initialize-in-keycloak.js +63 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.invite-to-tenant.d.ts +49 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.invite-to-tenant.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.invite-to-tenant.js +59 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.create.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.create.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.delete.d.ts +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.delete.js +51 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.edit.d.ts +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.edit.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.edit.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.list.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.list.js +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-custom.d.ts +36 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-custom.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-custom.js +28 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-graphql.d.ts +19 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-graphql.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-graphql.js +30 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command.d.ts +94 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command.js +153 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/flowcore-client.d.ts +73 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/flowcore-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/flowcore-client.js +178 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/notification-client.d.ts +99 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/notification-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/notification-client.js +259 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/tenant.cache.d.ts +11 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/tenant.cache.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/tenant.cache.js +2 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-client.d.ts +109 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-client.js +407 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-command.d.ts +54 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-command.js +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator-stream.d.ts +101 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator-stream.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator-stream.js +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator.js +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/api-key.d.ts +35 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/api-key.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/api-key.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/container.d.ts +23 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/container.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/container.js +18 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-core.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-core.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-core.js +31 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-pathways.d.ts +231 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-pathways.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-pathways.js +204 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event-type.d.ts +174 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event-type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event-type.js +150 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event.d.ts +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event.js +15 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/flow-type.d.ts +17 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/flow-type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/flow-type.js +12 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/index.d.ts +12 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/index.js +3 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/legacy-scenario.d.ts +108 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/legacy-scenario.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/legacy-scenario.js +111 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/pat.d.ts +16 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/pat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/pat.js +11 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/permission.d.ts +22 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/permission.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/permission.js +17 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/scenario.d.ts +18 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/scenario.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/scenario.js +20 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/secret.d.ts +16 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/secret.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/secret.js +11 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/tenant.d.ts +100 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/tenant.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/tenant.js +73 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/variable.d.ts +17 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/variable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/variable.js +12 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/client-error.d.ts +10 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/client-error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/client-error.js +26 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/command-error.d.ts +7 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/command-error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/command-error.js +8 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/index.d.ts +5 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/index.js +4 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/invalid-response.d.ts +8 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/invalid-response.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/invalid-response.js +16 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/not-found.d.ts +7 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/not-found.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/not-found.js +8 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/mod.d.ts +14 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/mod.js +13 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/local-cache.d.ts +11 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/local-cache.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/local-cache.js +45 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/logger.d.ts +8 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/logger.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/logger.js +14 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/parse-response-helper.d.ts +6 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/parse-response-helper.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/parse-response-helper.js +16 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/try-catch.d.ts +12 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/try-catch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/try-catch.js +10 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/time-uuid.d.ts +87 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/time-uuid.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/time-uuid.js +260 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/uuid.d.ts +51 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/uuid.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/uuid.js +131 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/mod.d.ts +3 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/mod.js +2 -0
- package/esm/mod.d.ts +1 -0
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +1 -0
- package/esm/pathways/builder.d.ts +46 -1
- package/esm/pathways/builder.d.ts.map +1 -1
- package/esm/pathways/builder.js +226 -5
- package/esm/pathways/cluster/cluster-manager.d.ts +75 -0
- package/esm/pathways/cluster/cluster-manager.d.ts.map +1 -0
- package/esm/pathways/cluster/cluster-manager.js +623 -0
- package/esm/pathways/cluster/index.d.ts +4 -0
- package/esm/pathways/cluster/index.d.ts.map +1 -0
- package/esm/pathways/cluster/index.js +2 -0
- package/esm/pathways/cluster/postgres-coordinator.d.ts +37 -0
- package/esm/pathways/cluster/postgres-coordinator.d.ts.map +1 -0
- package/esm/pathways/cluster/postgres-coordinator.js +117 -0
- package/esm/pathways/cluster/types.d.ts +99 -0
- package/esm/pathways/cluster/types.d.ts.map +1 -0
- package/esm/pathways/cluster/types.js +1 -0
- package/esm/pathways/index.d.ts +4 -0
- package/esm/pathways/index.d.ts.map +1 -1
- package/esm/pathways/index.js +3 -0
- package/esm/pathways/provisioner.d.ts +57 -0
- package/esm/pathways/provisioner.d.ts.map +1 -0
- package/esm/pathways/provisioner.js +225 -0
- package/esm/pathways/pump/index.d.ts +4 -0
- package/esm/pathways/pump/index.d.ts.map +1 -0
- package/esm/pathways/pump/index.js +2 -0
- package/esm/pathways/pump/pathway-pump.d.ts +54 -0
- package/esm/pathways/pump/pathway-pump.d.ts.map +1 -0
- package/esm/pathways/pump/pathway-pump.js +207 -0
- package/esm/pathways/pump/state.d.ts +9 -0
- package/esm/pathways/pump/state.d.ts.map +1 -0
- package/esm/pathways/pump/state.js +77 -0
- package/esm/pathways/pump/types.d.ts +49 -0
- package/esm/pathways/pump/types.d.ts.map +1 -0
- package/esm/pathways/pump/types.js +1 -0
- package/esm/pathways/types.d.ts +10 -0
- package/esm/pathways/types.d.ts.map +1 -1
- package/package.json +13 -4
- package/script/_dnt.polyfills.d.ts +50 -0
- package/script/_dnt.polyfills.d.ts.map +1 -0
- package/script/_dnt.polyfills.js +38 -0
- package/script/_dnt.shims.d.ts +9 -0
- package/script/_dnt.shims.d.ts.map +1 -0
- package/script/_dnt.shims.js +72 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-pump.d.ts +74 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-pump.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-pump.js +505 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.d.ts +116 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.js +271 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.d.ts +8 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.js +23 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.d.ts +12 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.js +80 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.d.ts +3 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.js +9 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.d.ts +28 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.js +181 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/types.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/types.js +2 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/mod.d.ts +6 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/data-pump/0.16.5/src/mod.js +21 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/adapter/reset-adapter.d.ts +52 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/adapter/reset-adapter.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/adapter/reset-adapter.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/artifact-get.command.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts +27 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-add-item.command.js +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts +27 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/context-remove-item.command.js +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts +24 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-delete.command.js +34 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts +26 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-get.command.js +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-list.command.js +33 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/conversation-stream.command.js +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/mod.d.ts +8 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ai-agent-coordinator/mod.js +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.create.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.create.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.delete.d.ts +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.delete.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.edit.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.edit.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.edit.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.list.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/api-key/api-key.list.js +58 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.create.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.create.js +33 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.delete.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.delete.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.fetch.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.fetch.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.list.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.list.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.update.d.ts +33 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/container-registry/container-registry.update.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.create.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.create.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.exists.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.exists.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.fetch.d.ts +72 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.fetch.js +88 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.list.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.list.js +51 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.request-delete.d.ts +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.request-delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.request-delete.js +83 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.update.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-core/data-core.update.js +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.complete.d.ts +16 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.complete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.complete.js +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.expire-leases.d.ts +12 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.expire-leases.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.expire-leases.js +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.fetch.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.fetch.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.heartbeat.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.heartbeat.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.heartbeat.js +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.list.d.ts +17 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.list.js +42 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.next.d.ts +14 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.next.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/assignment.next.js +33 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/capacity.fetch.d.ts +11 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/capacity.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/capacity.fetch.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-restart.d.ts +24 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-restart.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-restart.js +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-stop.d.ts +20 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-stop.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.dispatch-stop.js +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.pending.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.pending.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.pending.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.update-status.d.ts +19 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.update-status.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/command.update-status.js +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/health.check.d.ts +12 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/health.check.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/health.check.js +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/index.d.ts +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/index.js +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.create.d.ts +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.create.js +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.delete.d.ts +18 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.delete.js +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.disable.d.ts +18 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.disable.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.disable.js +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.fetch.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.fetch.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.list.d.ts +18 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pathway.list.js +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.fetch.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.fetch.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.save.d.ts +19 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.save.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/pump-state.save.js +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.fetch.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.fetch.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.list.d.ts +11 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.list.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.set.d.ts +20 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.set.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/quota.set.js +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.fetch.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.fetch.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.request.d.ts +29 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.request.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/restart.request.js +33 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.deregister.d.ts +17 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.deregister.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.deregister.js +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.fetch.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.fetch.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.heartbeat.d.ts +16 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.heartbeat.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.heartbeat.js +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.list.d.ts +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.list.js +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.register.d.ts +17 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.register.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/data-pathways/slot.register.js +33 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.create.d.ts +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.create.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.exists.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.exists.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.fetch.d.ts +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.fetch.js +63 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.js +75 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.d.ts +31 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.js +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.js +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.d.ts +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.js +83 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.d.ts +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.js +84 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.d.ts +46 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.js +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.d.ts +70 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.js +70 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.d.ts +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.js +71 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.d.ts +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.js +66 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.create.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.create.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.exists.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.exists.js +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.fetch.d.ts +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.fetch.js +63 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.list.d.ts +31 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.list.js +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.request-delete.d.ts +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.request-delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.request-delete.js +83 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.update.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/flow-type/flow-type.update.js +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/permissions/get-user-permissions.d.ts +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/permissions/get-user-permissions.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/permissions/get-user-permissions.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/create-policy.d.ts +89 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/create-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/create-policy.js +81 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/get-policy.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/get-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/get-policy.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/archive-policy.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/archive-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/archive-policy.js +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/get-policy.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/get-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/get-policy.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/update-policy.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/update-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policies/id/update-policy.js +58 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-key-policies.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-key-policies.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-key-policies.js +89 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-organization-policies.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-organization-policies.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-organization-policies.js +92 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-policy-associations.d.ts +83 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-policy-associations.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-policy-associations.js +121 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-role-policies.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-role-policies.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-role-policies.js +77 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-user-policies.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-user-policies.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/get-user-policies.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-key-policy.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-key-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-key-policy.js +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-role-policy.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-role-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-role-policy.js +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-user-policy.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-user-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/link-user-policy.js +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-key-policy.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-key-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-key-policy.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-role-policy.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-role-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-role-policy.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-user-policy.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-user-policy.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/policy-associations/unlink-user-policy.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-key-roles.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-key-roles.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-key-roles.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-organization-roles.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-organization-roles.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-organization-roles.js +66 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-role-associations.d.ts +70 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-role-associations.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-role-associations.js +71 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-user-roles.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-user-roles.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/get-user-roles.js +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-key-role.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-key-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-key-role.js +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-user-role.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-user-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/link-user-role.js +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-key-role.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-key-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-key-role.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-user-role.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-user-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/role-associations/unlink-user-role.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/create-role.d.ts +60 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/create-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/create-role.js +68 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/get-roles.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/get-roles.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/get-roles.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/archive-role.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/archive-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/archive-role.js +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/get-role.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/get-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/get-role.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/update-role.d.ts +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/update-role.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/roles/id/update-role.js +59 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant/user-managed-roles.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant/user-managed-roles.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant/user-managed-roles.js +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts +88 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/tenant-iam-audit/get-audit-for-tenant.js +114 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-key.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-key.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-key.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-user.d.ts +77 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-user.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/iam/validate/validate-user.js +70 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/index.d.ts +112 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/index.js +144 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.batch.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.batch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.batch.js +87 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.event.d.ts +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.event.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/ingestion/ingest.event.js +87 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.fetch-state.d.ts +32 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.fetch-state.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.fetch-state.js +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.restart.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.restart.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario-adapter.restart.js +62 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.delete.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.delete.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.fetch.d.ts +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.fetch.js +61 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.list.d.ts +32 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/legacy-scenario/legacy-scenario.list.js +63 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.create.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.create.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.delete.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.delete.js +51 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.fetch.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.fetch.js +72 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.list.d.ts +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.list.js +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.update.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/scenario/scenario.update.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.create.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.create.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.delete.d.ts +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.delete.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.edit.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.edit.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.edit.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.list.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/secret/secret.list.js +58 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.create.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.create.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.delete.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.delete.js +50 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.exchange.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.exchange.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.exchange.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.get.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.get.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.get.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.list.d.ts +28 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/pat.list.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/permissions.list.d.ts +31 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/permissions.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/security/permissions.list.js +50 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant-instance.fetch.d.ts +51 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant-instance.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant-instance.fetch.js +51 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.create.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.create.js +81 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.disable-sensitive-data.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.enable-sensitive-data.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.fetch.d.ts +51 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.fetch.js +71 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.list.d.ts +24 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.list.js +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.preview.d.ts +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.preview.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.preview.js +46 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.translate-name-to-id.d.ts +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.translate-name-to-id.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.translate-name-to-id.js +56 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.update.d.ts +46 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.update.js +81 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-add.d.ts +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-add.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-add.js +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list-inner.d.ts +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list-inner.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list-inner.js +38 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list.d.ts +26 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-list.js +31 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-remove.d.ts +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-remove.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/tenant/tenant.user-remove.js +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.delete.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.delete.js +52 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.initialize-in-keycloak.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.initialize-in-keycloak.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.initialize-in-keycloak.js +67 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.invite-to-tenant.d.ts +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.invite-to-tenant.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/user/user.invite-to-tenant.js +63 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.create.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.create.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.delete.d.ts +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.delete.js +55 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.edit.d.ts +45 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.edit.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.edit.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.list.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/variable/variable.list.js +58 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-custom.d.ts +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-custom.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-custom.js +32 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-graphql.d.ts +19 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-graphql.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command-graphql.js +34 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command.d.ts +94 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/command.js +180 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/flowcore-client.d.ts +73 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/flowcore-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/flowcore-client.js +182 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/notification-client.d.ts +99 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/notification-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/notification-client.js +286 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/tenant.cache.d.ts +11 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/tenant.cache.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/tenant.cache.js +5 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-client.d.ts +109 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-client.js +434 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-command.d.ts +54 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/common/websocket-command.js +2 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator-stream.d.ts +101 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator-stream.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator-stream.js +2 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/ai-agent-coordinator.js +2 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/api-key.d.ts +35 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/api-key.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/api-key.js +29 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/container.d.ts +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/container.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/container.js +21 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-core.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-core.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-core.js +34 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-pathways.d.ts +231 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-pathways.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/data-pathways.js +207 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event-type.d.ts +174 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event-type.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event-type.js +153 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event.d.ts +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/event.js +18 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/flow-type.d.ts +17 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/flow-type.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/flow-type.js +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/index.d.ts +12 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/index.js +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/legacy-scenario.d.ts +108 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/legacy-scenario.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/legacy-scenario.js +114 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/pat.d.ts +16 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/pat.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/pat.js +14 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/permission.d.ts +22 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/permission.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/permission.js +20 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/scenario.d.ts +18 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/scenario.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/scenario.js +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/secret.d.ts +16 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/secret.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/secret.js +14 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/tenant.d.ts +100 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/tenant.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/tenant.js +76 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/variable.d.ts +17 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/variable.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/contracts/variable.js +15 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/client-error.d.ts +10 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/client-error.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/client-error.js +30 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/command-error.d.ts +7 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/command-error.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/command-error.js +12 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/index.d.ts +5 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/index.js +20 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/invalid-response.d.ts +8 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/invalid-response.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/invalid-response.js +20 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/not-found.d.ts +7 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/not-found.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/exceptions/not-found.js +12 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/mod.d.ts +14 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/mod.js +32 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/local-cache.d.ts +11 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/local-cache.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/local-cache.js +49 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/logger.d.ts +8 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/logger.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/logger.js +17 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/parse-response-helper.d.ts +6 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/parse-response-helper.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/parse-response-helper.js +20 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/try-catch.d.ts +12 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/try-catch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/utils/try-catch.js +13 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/time-uuid.d.ts +87 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/time-uuid.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/time-uuid.js +289 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/uuid.d.ts +51 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/uuid.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/lib/uuid.js +157 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/mod.d.ts +3 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/time-uuid/0.1.2/src/mod.js +18 -0
- package/script/mod.d.ts +1 -0
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +1 -0
- package/script/pathways/builder.d.ts +46 -1
- package/script/pathways/builder.d.ts.map +1 -1
- package/script/pathways/builder.js +226 -5
- package/script/pathways/cluster/cluster-manager.d.ts +75 -0
- package/script/pathways/cluster/cluster-manager.d.ts.map +1 -0
- package/script/pathways/cluster/cluster-manager.js +650 -0
- package/script/pathways/cluster/index.d.ts +4 -0
- package/script/pathways/cluster/index.d.ts.map +1 -0
- package/script/pathways/cluster/index.js +8 -0
- package/script/pathways/cluster/postgres-coordinator.d.ts +37 -0
- package/script/pathways/cluster/postgres-coordinator.d.ts.map +1 -0
- package/script/pathways/cluster/postgres-coordinator.js +122 -0
- package/script/pathways/cluster/types.d.ts +99 -0
- package/script/pathways/cluster/types.d.ts.map +1 -0
- package/script/pathways/cluster/types.js +2 -0
- package/script/pathways/index.d.ts +4 -0
- package/script/pathways/index.d.ts.map +1 -1
- package/script/pathways/index.js +5 -0
- package/script/pathways/provisioner.d.ts +57 -0
- package/script/pathways/provisioner.d.ts.map +1 -0
- package/script/pathways/provisioner.js +229 -0
- package/script/pathways/pump/index.d.ts +4 -0
- package/script/pathways/pump/index.d.ts.map +1 -0
- package/script/pathways/pump/index.js +7 -0
- package/script/pathways/pump/pathway-pump.d.ts +54 -0
- package/script/pathways/pump/pathway-pump.d.ts.map +1 -0
- package/script/pathways/pump/pathway-pump.js +234 -0
- package/script/pathways/pump/state.d.ts +9 -0
- package/script/pathways/pump/state.d.ts.map +1 -0
- package/script/pathways/pump/state.js +80 -0
- package/script/pathways/pump/types.d.ts +49 -0
- package/script/pathways/pump/types.d.ts.map +1 -0
- package/script/pathways/pump/types.js +2 -0
- package/script/pathways/types.d.ts +10 -0
- package/script/pathways/types.d.ts.map +1 -1
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeFetchCommand = void 0;
|
|
4
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
5
|
+
const command_js_1 = require("../../common/command.js");
|
|
6
|
+
const event_type_js_1 = require("../../contracts/event-type.js");
|
|
7
|
+
const not_found_js_1 = require("../../exceptions/not-found.js");
|
|
8
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
9
|
+
/**
|
|
10
|
+
* Fetch an event type
|
|
11
|
+
*/
|
|
12
|
+
class EventTypeFetchCommand extends command_js_1.Command {
|
|
13
|
+
/**
|
|
14
|
+
* Get the method
|
|
15
|
+
*/
|
|
16
|
+
getMethod() {
|
|
17
|
+
return "GET";
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the base url
|
|
21
|
+
*/
|
|
22
|
+
getBaseUrl() {
|
|
23
|
+
return "https://event-type-2.api.flowcore.io";
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Get the path
|
|
27
|
+
*/
|
|
28
|
+
getPath() {
|
|
29
|
+
if ("eventTypeId" in this.input) {
|
|
30
|
+
return `/api/v1/event-types/${this.input.eventTypeId}`;
|
|
31
|
+
}
|
|
32
|
+
const queryParams = new URLSearchParams();
|
|
33
|
+
queryParams.set("flowTypeId", this.input.flowTypeId);
|
|
34
|
+
queryParams.set("name", this.input.eventType);
|
|
35
|
+
return `/api/v1/event-types?${queryParams.toString()}`;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Parse the response
|
|
39
|
+
*/
|
|
40
|
+
parseResponse(rawResponse) {
|
|
41
|
+
if ("eventTypeId" in this.input) {
|
|
42
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(event_type_js_1.EventTypeSchema, rawResponse);
|
|
43
|
+
return response;
|
|
44
|
+
}
|
|
45
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Array(event_type_js_1.EventTypeSchema), rawResponse);
|
|
46
|
+
if (response.length === 0) {
|
|
47
|
+
throw new not_found_js_1.NotFoundException("EventType", { name: this.input.eventType });
|
|
48
|
+
}
|
|
49
|
+
return response[0];
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Handle the client error
|
|
53
|
+
*/
|
|
54
|
+
handleClientError(error) {
|
|
55
|
+
if (error.status === 404) {
|
|
56
|
+
throw new not_found_js_1.NotFoundException("EventType", {
|
|
57
|
+
[this.input.eventTypeId ? "id" : "name"]: this.input.eventTypeId ?? this.input.eventType,
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
throw error;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.EventTypeFetchCommand = EventTypeFetchCommand;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { CustomCommand } from "../../common/command-custom.js";
|
|
2
|
+
import type { FlowcoreClient } from "../../common/flowcore-client.js";
|
|
3
|
+
import type { FlowcoreEvent } from "../../contracts/event.js";
|
|
4
|
+
/**
|
|
5
|
+
* The input for the events fetch info command
|
|
6
|
+
*/
|
|
7
|
+
export interface EventTypeInfoInput {
|
|
8
|
+
/** the tenant */
|
|
9
|
+
tenant: string;
|
|
10
|
+
/** the event type id or ids */
|
|
11
|
+
eventTypeId: [string, ...string[]] | string;
|
|
12
|
+
/** the limit for the number of last events to fetch (default is 5) */
|
|
13
|
+
limit?: number;
|
|
14
|
+
/** include sensitive data */
|
|
15
|
+
includeSensitiveData?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The output for the events fetch info command
|
|
19
|
+
*/
|
|
20
|
+
export interface EventTypeInfoOutput {
|
|
21
|
+
/** the first time bucket */
|
|
22
|
+
firstTimeBucket?: string;
|
|
23
|
+
/** the last time bucket */
|
|
24
|
+
lastTimeBucket?: string;
|
|
25
|
+
/** the last events */
|
|
26
|
+
lastEvents: FlowcoreEvent[];
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Fetch information about an event type
|
|
30
|
+
*
|
|
31
|
+
* contains the first and last time bucket and the last {limit} events
|
|
32
|
+
*/
|
|
33
|
+
export declare class EventTypeInfoCommand extends CustomCommand<EventTypeInfoInput, EventTypeInfoOutput> {
|
|
34
|
+
/**
|
|
35
|
+
* Custom execute method
|
|
36
|
+
*/
|
|
37
|
+
protected customExecute(client: FlowcoreClient): Promise<EventTypeInfoOutput>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=event-type.info.d.ts.map
|
package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.info.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAA;AAI7D;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,WAAW,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,GAAG,MAAM,CAAA;IAC3C,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,6BAA6B;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,4BAA4B;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,2BAA2B;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,sBAAsB;IACtB,UAAU,EAAE,aAAa,EAAE,CAAA;CAC5B;AAED;;;;GAIG;AACH,qBAAa,oBAAqB,SAAQ,aAAa,CAAC,kBAAkB,EAAE,mBAAmB,CAAC;IAC9F;;OAEG;cACsB,aAAa,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAqE7F"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeInfoCommand = void 0;
|
|
4
|
+
const command_custom_js_1 = require("../../common/command-custom.js");
|
|
5
|
+
const event_list_js_1 = require("../events/event.list.js");
|
|
6
|
+
const time_bucket_list_js_1 = require("../events/time-bucket.list.js");
|
|
7
|
+
/**
|
|
8
|
+
* Fetch information about an event type
|
|
9
|
+
*
|
|
10
|
+
* contains the first and last time bucket and the last {limit} events
|
|
11
|
+
*/
|
|
12
|
+
class EventTypeInfoCommand extends command_custom_js_1.CustomCommand {
|
|
13
|
+
/**
|
|
14
|
+
* Custom execute method
|
|
15
|
+
*/
|
|
16
|
+
async customExecute(client) {
|
|
17
|
+
const lastEventsLimit = this.input.limit ?? 5;
|
|
18
|
+
const firstTimeBucketCommand = new time_bucket_list_js_1.TimeBucketListCommand({
|
|
19
|
+
tenant: this.input.tenant,
|
|
20
|
+
eventTypeId: this.input.eventTypeId,
|
|
21
|
+
order: "asc",
|
|
22
|
+
pageSize: 1,
|
|
23
|
+
});
|
|
24
|
+
const lastTimeBucketCommand = new time_bucket_list_js_1.TimeBucketListCommand({
|
|
25
|
+
tenant: this.input.tenant,
|
|
26
|
+
eventTypeId: this.input.eventTypeId,
|
|
27
|
+
order: "desc",
|
|
28
|
+
pageSize: Math.max(lastEventsLimit, 100),
|
|
29
|
+
});
|
|
30
|
+
const [firstTimeBucketResponse, lastTimeBucketResponse] = await Promise.all([
|
|
31
|
+
client.execute(firstTimeBucketCommand),
|
|
32
|
+
client.execute(lastTimeBucketCommand),
|
|
33
|
+
]);
|
|
34
|
+
const firstTimeBucket = firstTimeBucketResponse.timeBuckets[0];
|
|
35
|
+
const lastTimeBucket = lastTimeBucketResponse.timeBuckets[0];
|
|
36
|
+
if (!firstTimeBucket || !lastTimeBucket) {
|
|
37
|
+
return {
|
|
38
|
+
firstTimeBucket: undefined,
|
|
39
|
+
lastTimeBucket: undefined,
|
|
40
|
+
lastEvents: [],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
const lastEvents = [];
|
|
44
|
+
const minLastEventLimit = Math.max(lastEventsLimit, lastEventsLimit * 3);
|
|
45
|
+
for (const timeBucket of lastTimeBucketResponse.timeBuckets) {
|
|
46
|
+
let cursor = undefined;
|
|
47
|
+
do {
|
|
48
|
+
const eventListResponse = await client.execute(new event_list_js_1.EventListCommand({
|
|
49
|
+
eventTypeId: this.input.eventTypeId,
|
|
50
|
+
timeBucket,
|
|
51
|
+
pageSize: minLastEventLimit - lastEvents.length,
|
|
52
|
+
order: "desc",
|
|
53
|
+
tenant: this.input.tenant,
|
|
54
|
+
...(cursor && { cursor }),
|
|
55
|
+
...(this.input.includeSensitiveData && { includeSensitiveData: true }),
|
|
56
|
+
}));
|
|
57
|
+
lastEvents.push(...eventListResponse.events);
|
|
58
|
+
cursor = eventListResponse.nextCursor;
|
|
59
|
+
} while (cursor && lastEvents.length < lastEventsLimit);
|
|
60
|
+
if (lastEvents.length >= lastEventsLimit) {
|
|
61
|
+
break;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
// Trim to max limit if we went over
|
|
65
|
+
if (lastEvents.length > lastEventsLimit) {
|
|
66
|
+
lastEvents.length = lastEventsLimit;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
firstTimeBucket,
|
|
70
|
+
lastTimeBucket,
|
|
71
|
+
lastEvents,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.EventTypeInfoCommand = EventTypeInfoCommand;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type EventTypeListRemovedSensitiveDataResponse } from "../../contracts/event-type.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the event type list removed sensitive data command
|
|
5
|
+
*/
|
|
6
|
+
export interface EventTypeListRemovedSensitiveDataInput {
|
|
7
|
+
/** The id of the tenant */
|
|
8
|
+
tenantId: string;
|
|
9
|
+
/** The id of the data core */
|
|
10
|
+
dataCoreId?: string;
|
|
11
|
+
/** The id of the flow type */
|
|
12
|
+
flowTypeId?: string;
|
|
13
|
+
/** The id of the event type */
|
|
14
|
+
eventTypeId?: string;
|
|
15
|
+
/** The identifier of the application that is trying to remove sensitive data (iLike operation) */
|
|
16
|
+
application?: string;
|
|
17
|
+
/** The parent key of the event type (iLike operation) */
|
|
18
|
+
parentKey?: string;
|
|
19
|
+
/** The page to fetch (minimum: 1, default: 1) */
|
|
20
|
+
page?: number;
|
|
21
|
+
/** The page size (minimum: 1, maximum: 5000, default: 20) */
|
|
22
|
+
pageSize?: number;
|
|
23
|
+
/** The type of removal */
|
|
24
|
+
type?: string;
|
|
25
|
+
/** The sort order */
|
|
26
|
+
sort?: string;
|
|
27
|
+
/** Filter by creation date from (format: date-time) */
|
|
28
|
+
createdAtFrom?: string;
|
|
29
|
+
/** Filter by creation date to (format: date-time) */
|
|
30
|
+
createdAtTo?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Fetch an event type
|
|
34
|
+
*/
|
|
35
|
+
export declare class EventTypeListRemovedSensitiveDataCommand extends Command<EventTypeListRemovedSensitiveDataInput, EventTypeListRemovedSensitiveDataResponse> {
|
|
36
|
+
/**
|
|
37
|
+
* Get the method
|
|
38
|
+
*/
|
|
39
|
+
protected getMethod(): string;
|
|
40
|
+
/**
|
|
41
|
+
* Get the base url
|
|
42
|
+
*/
|
|
43
|
+
protected getBaseUrl(): string;
|
|
44
|
+
/**
|
|
45
|
+
* Get the path
|
|
46
|
+
*/
|
|
47
|
+
protected getPath(): string;
|
|
48
|
+
/**
|
|
49
|
+
* Parse the response
|
|
50
|
+
*/
|
|
51
|
+
protected parseResponse(rawResponse: unknown): EventTypeListRemovedSensitiveDataResponse;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=event-type.list-removed-sensitive-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.list-removed-sensitive-data.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list-removed-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EACL,KAAK,yCAAyC,EAE/C,MAAM,+BAA+B,CAAA;AAGtC;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,2BAA2B;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kGAAkG;IAClG,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,qBAAqB;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,qDAAqD;IACrD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,qBAAa,wCACX,SAAQ,OAAO,CAAC,sCAAsC,EAAE,yCAAyC,CAAC;IAClG;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAgBpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,yCAAyC;CAGlG"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeListRemovedSensitiveDataCommand = void 0;
|
|
4
|
+
const command_js_1 = require("../../common/command.js");
|
|
5
|
+
const event_type_js_1 = require("../../contracts/event-type.js");
|
|
6
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
7
|
+
/**
|
|
8
|
+
* Fetch an event type
|
|
9
|
+
*/
|
|
10
|
+
class EventTypeListRemovedSensitiveDataCommand extends command_js_1.Command {
|
|
11
|
+
/**
|
|
12
|
+
* Get the method
|
|
13
|
+
*/
|
|
14
|
+
getMethod() {
|
|
15
|
+
return "GET";
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Get the base url
|
|
19
|
+
*/
|
|
20
|
+
getBaseUrl() {
|
|
21
|
+
return "https://event-type-2.api.flowcore.io";
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Get the path
|
|
25
|
+
*/
|
|
26
|
+
getPath() {
|
|
27
|
+
const queryParams = new URLSearchParams();
|
|
28
|
+
this.input.dataCoreId && queryParams.set("dataCoreId", this.input.dataCoreId);
|
|
29
|
+
this.input.flowTypeId && queryParams.set("flowTypeId", this.input.flowTypeId);
|
|
30
|
+
this.input.eventTypeId && queryParams.set("eventTypeId", this.input.eventTypeId);
|
|
31
|
+
this.input.parentKey && queryParams.set("parentKey", this.input.parentKey);
|
|
32
|
+
this.input.application && queryParams.set("application", this.input.application);
|
|
33
|
+
this.input.page && queryParams.set("page", this.input.page.toString());
|
|
34
|
+
this.input.pageSize && queryParams.set("pageSize", this.input.pageSize.toString());
|
|
35
|
+
this.input.type && queryParams.set("type", this.input.type);
|
|
36
|
+
this.input.sort && queryParams.set("sort", this.input.sort);
|
|
37
|
+
this.input.createdAtFrom && queryParams.set("createdAtFrom", this.input.createdAtFrom);
|
|
38
|
+
this.input.createdAtTo && queryParams.set("createdAtTo", this.input.createdAtTo);
|
|
39
|
+
return `/api/v1/event-types/sensitive-data/${this.input.tenantId}?${queryParams.toString()}`;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Parse the response
|
|
43
|
+
*/
|
|
44
|
+
parseResponse(rawResponse) {
|
|
45
|
+
return (0, parse_response_helper_js_1.parseResponseHelper)(event_type_js_1.EventTypeListRemovedSensitiveDataResponseSchema, rawResponse);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.EventTypeListRemovedSensitiveDataCommand = EventTypeListRemovedSensitiveDataCommand;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type EventType } from "../../contracts/event-type.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the event type list command
|
|
5
|
+
*/
|
|
6
|
+
export interface EventTypeListInput {
|
|
7
|
+
/** The flow type id */
|
|
8
|
+
flowTypeId: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Fetch all event types for a flow type
|
|
12
|
+
*/
|
|
13
|
+
export declare class EventTypeListCommand extends Command<EventTypeListInput, EventType[]> {
|
|
14
|
+
/**
|
|
15
|
+
* Get the method
|
|
16
|
+
*/
|
|
17
|
+
protected getMethod(): string;
|
|
18
|
+
/**
|
|
19
|
+
* Get the base url
|
|
20
|
+
*/
|
|
21
|
+
protected getBaseUrl(): string;
|
|
22
|
+
/**
|
|
23
|
+
* Get the path
|
|
24
|
+
*/
|
|
25
|
+
protected getPath(): string;
|
|
26
|
+
/**
|
|
27
|
+
* Parse the response
|
|
28
|
+
*/
|
|
29
|
+
protected parseResponse(rawResponse: unknown): EventType[];
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=event-type.list.d.ts.map
|
package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAEjD,OAAO,EAAE,KAAK,SAAS,EAAmB,MAAM,+BAA+B,CAAA;AAG/E;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAAC,kBAAkB,EAAE,SAAS,EAAE,CAAC;IAChF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAMpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,SAAS,EAAE;CAIpE"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeListCommand = void 0;
|
|
4
|
+
const command_js_1 = require("../../common/command.js");
|
|
5
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
6
|
+
const event_type_js_1 = require("../../contracts/event-type.js");
|
|
7
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
8
|
+
/**
|
|
9
|
+
* Fetch all event types for a flow type
|
|
10
|
+
*/
|
|
11
|
+
class EventTypeListCommand extends command_js_1.Command {
|
|
12
|
+
/**
|
|
13
|
+
* Get the method
|
|
14
|
+
*/
|
|
15
|
+
getMethod() {
|
|
16
|
+
return "GET";
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Get the base url
|
|
20
|
+
*/
|
|
21
|
+
getBaseUrl() {
|
|
22
|
+
return "https://event-type-2.api.flowcore.io";
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Get the path
|
|
26
|
+
*/
|
|
27
|
+
getPath() {
|
|
28
|
+
const queryParams = new URLSearchParams();
|
|
29
|
+
queryParams.set("flowTypeId", this.input.flowTypeId);
|
|
30
|
+
return `/api/v1/event-types?${queryParams.toString()}`;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Parse the response
|
|
34
|
+
*/
|
|
35
|
+
parseResponse(rawResponse) {
|
|
36
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Array(event_type_js_1.EventTypeSchema), rawResponse);
|
|
37
|
+
return response;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.EventTypeListCommand = EventTypeListCommand;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type EventTypeRemoveSensitiveData } from "../../contracts/event-type.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the event type list removed sensitive data command
|
|
5
|
+
*/
|
|
6
|
+
export interface EventTypeRemoveSensitiveDataInput {
|
|
7
|
+
/** The id of the event type */
|
|
8
|
+
eventTypeId: string;
|
|
9
|
+
/** The identifier of the application that is trying to remove sensitive data */
|
|
10
|
+
application: string;
|
|
11
|
+
/** The parent key of sensitive data point */
|
|
12
|
+
parentKey: string;
|
|
13
|
+
/** The key of sensitive data point */
|
|
14
|
+
key: string;
|
|
15
|
+
/** The removal type of sensitive data point */
|
|
16
|
+
type: "remove" | "scramble";
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Fetch an event type
|
|
20
|
+
*/
|
|
21
|
+
export declare class EventTypeRemoveSensitiveDataCommand extends Command<EventTypeRemoveSensitiveDataInput, EventTypeRemoveSensitiveData> {
|
|
22
|
+
/**
|
|
23
|
+
* Get the method
|
|
24
|
+
*/
|
|
25
|
+
protected getMethod(): string;
|
|
26
|
+
/**
|
|
27
|
+
* Get the base url
|
|
28
|
+
*/
|
|
29
|
+
protected getBaseUrl(): string;
|
|
30
|
+
/**
|
|
31
|
+
* Get the path
|
|
32
|
+
*/
|
|
33
|
+
protected getPath(): string;
|
|
34
|
+
/**
|
|
35
|
+
* Parse the response
|
|
36
|
+
*/
|
|
37
|
+
protected parseResponse(rawResponse: unknown): EventTypeRemoveSensitiveData;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=event-type.remove-sensitive-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.remove-sensitive-data.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.remove-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,4BAA4B,EAAsC,MAAM,+BAA+B,CAAA;AAGrH;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAChD,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,gFAAgF;IAChF,WAAW,EAAE,MAAM,CAAA;IACnB,6CAA6C;IAC7C,SAAS,EAAE,MAAM,CAAA;IACjB,sCAAsC;IACtC,GAAG,EAAE,MAAM,CAAA;IACX,+CAA+C;IAC/C,IAAI,EAAE,QAAQ,GAAG,UAAU,CAAA;CAC5B;AAED;;GAEG;AACH,qBAAa,mCACX,SAAQ,OAAO,CAAC,iCAAiC,EAAE,4BAA4B,CAAC;IAChF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,4BAA4B;CAGrF"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeRemoveSensitiveDataCommand = void 0;
|
|
4
|
+
const command_js_1 = require("../../common/command.js");
|
|
5
|
+
const event_type_js_1 = require("../../contracts/event-type.js");
|
|
6
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
7
|
+
/**
|
|
8
|
+
* Fetch an event type
|
|
9
|
+
*/
|
|
10
|
+
class EventTypeRemoveSensitiveDataCommand extends command_js_1.Command {
|
|
11
|
+
/**
|
|
12
|
+
* Get the method
|
|
13
|
+
*/
|
|
14
|
+
getMethod() {
|
|
15
|
+
return "POST";
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Get the base url
|
|
19
|
+
*/
|
|
20
|
+
getBaseUrl() {
|
|
21
|
+
return "https://event-type-2.api.flowcore.io";
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Get the path
|
|
25
|
+
*/
|
|
26
|
+
getPath() {
|
|
27
|
+
return `/api/v1/event-types/sensitive-data/remove`;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Parse the response
|
|
31
|
+
*/
|
|
32
|
+
parseResponse(rawResponse) {
|
|
33
|
+
return (0, parse_response_helper_js_1.parseResponseHelper)(event_type_js_1.EventTypeRemoveSensitiveDataSchema, rawResponse);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.EventTypeRemoveSensitiveDataCommand = EventTypeRemoveSensitiveDataCommand;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import type { ClientError } from "../../exceptions/client-error.js";
|
|
3
|
+
import type { FlowcoreClient } from "../../common/flowcore-client.js";
|
|
4
|
+
/**
|
|
5
|
+
* The input for the event type request delete command
|
|
6
|
+
*/
|
|
7
|
+
export interface EventTypeRequestDeleteInput {
|
|
8
|
+
/** The tenant */
|
|
9
|
+
tenant: string;
|
|
10
|
+
/** The id of the event type */
|
|
11
|
+
eventTypeId: string;
|
|
12
|
+
/** Wait for the event type to be deleted (default: false) */
|
|
13
|
+
waitForDelete?: boolean;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* The output for the event type request delete command
|
|
17
|
+
*/
|
|
18
|
+
export interface EventTypeRequestDeleteOutput {
|
|
19
|
+
success: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Request to delete an event type
|
|
23
|
+
*/
|
|
24
|
+
export declare class EventTypeRequestDeleteCommand extends Command<EventTypeRequestDeleteInput, EventTypeRequestDeleteOutput> {
|
|
25
|
+
/**
|
|
26
|
+
* The dedicated subdomain for the command
|
|
27
|
+
*/
|
|
28
|
+
protected dedicatedSubdomain: string;
|
|
29
|
+
/**
|
|
30
|
+
* Get the method
|
|
31
|
+
*/
|
|
32
|
+
protected getMethod(): string;
|
|
33
|
+
/**
|
|
34
|
+
* Get the base url
|
|
35
|
+
*/
|
|
36
|
+
protected getBaseUrl(): string;
|
|
37
|
+
/**
|
|
38
|
+
* Get the path
|
|
39
|
+
*/
|
|
40
|
+
protected getPath(): string;
|
|
41
|
+
/**
|
|
42
|
+
* Parse the response
|
|
43
|
+
*/
|
|
44
|
+
protected parseResponse(rawResponse: unknown): EventTypeRequestDeleteOutput;
|
|
45
|
+
/**
|
|
46
|
+
* Handle the client error
|
|
47
|
+
*/
|
|
48
|
+
protected handleClientError(error: ClientError): void;
|
|
49
|
+
/**
|
|
50
|
+
* Wait for the response (timeout: 25 seconds)
|
|
51
|
+
*/
|
|
52
|
+
protected processResponse(client: FlowcoreClient, response: EventTypeRequestDeleteOutput): Promise<EventTypeRequestDeleteOutput>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=event-type.request-delete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.request-delete.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAErE;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,6DAA6D;IAC7D,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,OAAO,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,OAAO,CAAC,2BAA2B,EAAE,4BAA4B,CAAC;IACnH;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAmB;IAEhE;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,4BAA4B;IAUpF;;OAEG;cACgB,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAS9D;;OAEG;cACsB,eAAe,CACtC,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,4BAA4B,GACrC,OAAO,CAAC,4BAA4B,CAAC;CAkBzC"}
|
package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-delete.js
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeRequestDeleteCommand = void 0;
|
|
4
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
5
|
+
const command_js_1 = require("../../common/command.js");
|
|
6
|
+
const not_found_js_1 = require("../../exceptions/not-found.js");
|
|
7
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
8
|
+
const event_type_exists_js_1 = require("./event-type.exists.js");
|
|
9
|
+
/**
|
|
10
|
+
* Request to delete an event type
|
|
11
|
+
*/
|
|
12
|
+
class EventTypeRequestDeleteCommand extends command_js_1.Command {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
/**
|
|
16
|
+
* The dedicated subdomain for the command
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
configurable: true,
|
|
21
|
+
writable: true,
|
|
22
|
+
value: "delete-manager"
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Get the method
|
|
27
|
+
*/
|
|
28
|
+
getMethod() {
|
|
29
|
+
return "DELETE";
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get the base url
|
|
33
|
+
*/
|
|
34
|
+
getBaseUrl() {
|
|
35
|
+
return "https://delete-manager.api.flowcore.io";
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get the path
|
|
39
|
+
*/
|
|
40
|
+
getPath() {
|
|
41
|
+
return `/api/v1/event-types/${this.input.eventTypeId}/request-delete`;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Parse the response
|
|
45
|
+
*/
|
|
46
|
+
parseResponse(rawResponse) {
|
|
47
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Object({
|
|
48
|
+
success: typebox_1.Type.Boolean(),
|
|
49
|
+
}), rawResponse);
|
|
50
|
+
return response;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Handle the client error
|
|
54
|
+
*/
|
|
55
|
+
handleClientError(error) {
|
|
56
|
+
if (error.status === 404) {
|
|
57
|
+
throw new not_found_js_1.NotFoundException("EventType", {
|
|
58
|
+
[this.input.eventTypeId ? "id" : "name"]: this.input.eventTypeId ?? this.input.eventTypeId,
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
throw error;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Wait for the response (timeout: 25 seconds)
|
|
65
|
+
*/
|
|
66
|
+
async processResponse(client, response) {
|
|
67
|
+
if (!this.input.waitForDelete) {
|
|
68
|
+
return response;
|
|
69
|
+
}
|
|
70
|
+
const start = Date.now();
|
|
71
|
+
while (Date.now() - start < 25_000) {
|
|
72
|
+
const response = await client.execute(new event_type_exists_js_1.EventTypeExistsCommand({
|
|
73
|
+
eventTypeId: this.input.eventTypeId,
|
|
74
|
+
}));
|
|
75
|
+
if (!response.exists) {
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
await new Promise((resolve) => setTimeout(resolve, 100));
|
|
79
|
+
}
|
|
80
|
+
return response;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.EventTypeRequestDeleteCommand = EventTypeRequestDeleteCommand;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import type { FlowcoreClient } from "../../common/flowcore-client.js";
|
|
3
|
+
import type { ClientError } from "../../exceptions/client-error.js";
|
|
4
|
+
/**
|
|
5
|
+
* The input for the event type request truncate command
|
|
6
|
+
*/
|
|
7
|
+
export interface EventTypeRequestTruncateInput {
|
|
8
|
+
/** The tenant */
|
|
9
|
+
tenant: string;
|
|
10
|
+
/** The id of the event type */
|
|
11
|
+
eventTypeId: string;
|
|
12
|
+
/** Wait for the event type to be truncated (default: false) */
|
|
13
|
+
waitForTruncate?: boolean;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* The output for the event type request truncate command
|
|
17
|
+
*/
|
|
18
|
+
export interface EventTypeRequestTruncateOutput {
|
|
19
|
+
success: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Request to truncate an event type
|
|
23
|
+
*/
|
|
24
|
+
export declare class EventTypeRequestTruncateCommand extends Command<EventTypeRequestTruncateInput, EventTypeRequestTruncateOutput> {
|
|
25
|
+
/**
|
|
26
|
+
* The dedicated subdomain for the command
|
|
27
|
+
*/
|
|
28
|
+
protected dedicatedSubdomain: string;
|
|
29
|
+
/**
|
|
30
|
+
* Get the method
|
|
31
|
+
*/
|
|
32
|
+
protected getMethod(): string;
|
|
33
|
+
/**
|
|
34
|
+
* Get the base url
|
|
35
|
+
*/
|
|
36
|
+
protected getBaseUrl(): string;
|
|
37
|
+
/**
|
|
38
|
+
* Get the path
|
|
39
|
+
*/
|
|
40
|
+
protected getPath(): string;
|
|
41
|
+
/**
|
|
42
|
+
* Parse the response
|
|
43
|
+
*/
|
|
44
|
+
protected parseResponse(rawResponse: unknown): EventTypeRequestTruncateOutput;
|
|
45
|
+
/**
|
|
46
|
+
* Handle the client error
|
|
47
|
+
*/
|
|
48
|
+
protected handleClientError(error: ClientError): void;
|
|
49
|
+
/**
|
|
50
|
+
* Wait for the response (timeout: 25 seconds)
|
|
51
|
+
*/
|
|
52
|
+
protected processResponse(client: FlowcoreClient, response: EventTypeRequestTruncateOutput): Promise<EventTypeRequestTruncateOutput>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=event-type.request-truncate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.request-truncate.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.request-truncate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AACrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAKnE;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,+DAA+D;IAC/D,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,OAAO,EAAE,OAAO,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,+BACX,SAAQ,OAAO,CAAC,6BAA6B,EAAE,8BAA8B,CAAC;IAC9E;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAmB;IAEhE;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,8BAA8B;IAUtF;;OAEG;cACgB,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAS9D;;OAEG;cACsB,eAAe,CACtC,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,8BAA8B,GACvC,OAAO,CAAC,8BAA8B,CAAC;CAmB3C"}
|