@flowcore/pathways 0.16.4 → 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 +35 -13
- 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 +202 -2
- 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 +202 -2
- 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,116 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module data-source
|
|
3
|
+
* @description Provides functionality to interact with Flowcore data sources
|
|
4
|
+
*/
|
|
5
|
+
import { type EventListOutput, type FlowcoreClient } from "../../../../sdk/1.71.0/src/mod.js";
|
|
6
|
+
import type { FlowcoreDataPumpAuth, FlowcoreDataPumpDataSource, FlowcoreDataPumpState } from "./types.js";
|
|
7
|
+
/**
|
|
8
|
+
* Options for configuring a Flowcore data source
|
|
9
|
+
* @interface FlowcoreDataSourceOptions
|
|
10
|
+
*/
|
|
11
|
+
export interface FlowcoreDataSourceOptions {
|
|
12
|
+
/** Authentication information for Flowcore */
|
|
13
|
+
auth: FlowcoreDataPumpAuth;
|
|
14
|
+
/** Data source configuration */
|
|
15
|
+
dataSource: FlowcoreDataPumpDataSource;
|
|
16
|
+
/** Optional base URL override for the Flowcore API */
|
|
17
|
+
baseUrlOverride?: string;
|
|
18
|
+
/** When true, disables name-to-ID translation for tenant, dataCore, flowType, and eventTypes */
|
|
19
|
+
noTranslation?: boolean;
|
|
20
|
+
/** When true, executes commands in direct mode */
|
|
21
|
+
directMode?: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Provides methods to interact with a Flowcore data source
|
|
25
|
+
* @class FlowcoreDataSource
|
|
26
|
+
*/
|
|
27
|
+
export declare class FlowcoreDataSource {
|
|
28
|
+
protected readonly options: FlowcoreDataSourceOptions;
|
|
29
|
+
/** Flowcore client instance */
|
|
30
|
+
protected flowcoreClient: FlowcoreClient;
|
|
31
|
+
/** Cached tenant ID */
|
|
32
|
+
protected tenantId?: string;
|
|
33
|
+
/** Cached data core ID */
|
|
34
|
+
protected dataCoreId?: string;
|
|
35
|
+
/** Cached flow type ID */
|
|
36
|
+
protected flowTypeId?: string;
|
|
37
|
+
/** Cached event type IDs */
|
|
38
|
+
protected eventTypeIds?: string[];
|
|
39
|
+
/** Cached time buckets */
|
|
40
|
+
protected timeBuckets?: string[];
|
|
41
|
+
/**
|
|
42
|
+
* Creates a new FlowcoreDataSource instance
|
|
43
|
+
* @param options - Configuration options for the data source
|
|
44
|
+
*/
|
|
45
|
+
constructor(options: FlowcoreDataSourceOptions);
|
|
46
|
+
/**
|
|
47
|
+
* Gets the tenant name from the data source configuration
|
|
48
|
+
* @returns Tenant name
|
|
49
|
+
*/
|
|
50
|
+
get tenant(): string;
|
|
51
|
+
/**
|
|
52
|
+
* Gets the data core name from the data source configuration
|
|
53
|
+
* @returns Data core name
|
|
54
|
+
*/
|
|
55
|
+
get dataCore(): string;
|
|
56
|
+
/**
|
|
57
|
+
* Gets the flow type name from the data source configuration
|
|
58
|
+
* @returns Flow type name
|
|
59
|
+
*/
|
|
60
|
+
get flowType(): string;
|
|
61
|
+
/**
|
|
62
|
+
* Gets the event type names from the data source configuration
|
|
63
|
+
* @returns Array of event type names
|
|
64
|
+
*/
|
|
65
|
+
get eventTypes(): string[];
|
|
66
|
+
/**
|
|
67
|
+
* Gets the tenant ID, translating from name if necessary
|
|
68
|
+
* @returns Promise that resolves to the tenant ID
|
|
69
|
+
*/
|
|
70
|
+
getTenantId(): Promise<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Gets the data core ID, translating from name if necessary
|
|
73
|
+
* @returns Promise that resolves to the data core ID
|
|
74
|
+
*/
|
|
75
|
+
getDataCoreId(): Promise<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Gets the flow type ID, translating from name if necessary
|
|
78
|
+
* @returns Promise that resolves to the flow type ID
|
|
79
|
+
*/
|
|
80
|
+
getFlowTypeId(): Promise<string>;
|
|
81
|
+
/**
|
|
82
|
+
* Gets the event type IDs, translating from names if necessary
|
|
83
|
+
* @returns Promise that resolves to an array of event type IDs
|
|
84
|
+
* @throws Error if an event type is not found
|
|
85
|
+
*/
|
|
86
|
+
getEventTypeIds(): Promise<string[]>;
|
|
87
|
+
/**
|
|
88
|
+
* Gets all time buckets for the configured event types
|
|
89
|
+
* @param force - When true, forces a refresh of cached time buckets
|
|
90
|
+
* @returns Promise that resolves to an array of time bucket strings
|
|
91
|
+
*/
|
|
92
|
+
getTimeBuckets(force?: boolean): Promise<string[]>;
|
|
93
|
+
/**
|
|
94
|
+
* Gets the next time bucket after the specified time bucket
|
|
95
|
+
* @param timeBucket - The reference time bucket
|
|
96
|
+
* @returns Promise that resolves to the next time bucket, or null if none exists
|
|
97
|
+
*/
|
|
98
|
+
getNextTimeBucket(timeBucket: string): Promise<string | null>;
|
|
99
|
+
/**
|
|
100
|
+
* Gets the closest time bucket to the specified time bucket
|
|
101
|
+
* @param timeBucket - The reference time bucket
|
|
102
|
+
* @param getBefore - When true, gets the closest time bucket before the reference
|
|
103
|
+
* @returns Promise that resolves to the closest time bucket, or null if none exists
|
|
104
|
+
* @throws Error if the time bucket format is invalid
|
|
105
|
+
*/
|
|
106
|
+
getClosestTimeBucket(timeBucket: string, getBefore?: boolean): Promise<string | null>;
|
|
107
|
+
/**
|
|
108
|
+
* Gets events from the data source starting from a specific state
|
|
109
|
+
* @param from - The state to start from (includes timeBucket and eventId)
|
|
110
|
+
* @param amount - Maximum number of events to retrieve
|
|
111
|
+
* @param toEventId - Optional ID to stop at when retrieving events
|
|
112
|
+
* @returns Promise that resolves to an array of Flowcore events
|
|
113
|
+
*/
|
|
114
|
+
getEvents(from: FlowcoreDataPumpState, amount: number, toEventId?: string, cursor?: string, includeSensitiveData?: boolean): Promise<EventListOutput>;
|
|
115
|
+
}
|
|
116
|
+
//# sourceMappingURL=data-source.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-source.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/data-source.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAGL,KAAK,eAAe,EAEpB,KAAK,cAAc,EAIpB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,KAAK,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAEzG;;;GAGG;AACH,MAAM,WAAW,yBAAyB;IACxC,8CAA8C;IAC9C,IAAI,EAAE,oBAAoB,CAAA;IAC1B,gCAAgC;IAChC,UAAU,EAAE,0BAA0B,CAAA;IACtC,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gGAAgG;IAChG,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED;;;GAGG;AACH,qBAAa,kBAAkB;IAkBjB,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,yBAAyB;IAjBjE,+BAA+B;IAC/B,SAAS,CAAC,cAAc,EAAE,cAAc,CAAA;IACxC,uBAAuB;IACvB,SAAS,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAC3B,0BAA0B;IAC1B,SAAS,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;IAC7B,0BAA0B;IAC1B,SAAS,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;IAC7B,4BAA4B;IAC5B,SAAS,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAA;IACjC,0BAA0B;IAC1B,SAAS,CAAC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IAEhC;;;OAGG;gBAC4B,OAAO,EAAE,yBAAyB;IAIjE;;;OAGG;IACH,IAAW,MAAM,IAAI,MAAM,CAE1B;IAED;;;OAGG;IACH,IAAW,QAAQ,IAAI,MAAM,CAE5B;IAED;;;OAGG;IACH,IAAW,QAAQ,IAAI,MAAM,CAE5B;IAED;;;OAGG;IACH,IAAW,UAAU,IAAI,MAAM,EAAE,CAEhC;IAED;;;OAGG;IACU,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAkB3C;;;OAGG;IACU,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC;IAkB7C;;;OAGG;IACU,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC;IAkB7C;;;;OAIG;IACU,eAAe,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAyBjD;;;;OAIG;IACU,cAAc,CAAC,KAAK,UAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAwB7D;;;;OAIG;IACU,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAa1E;;;;;;OAMG;IACU,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,UAAQ,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAiBhG;;;;;;OAMG;IACU,SAAS,CACpB,IAAI,EAAE,qBAAqB,EAC3B,MAAM,EAAE,MAAM,EACd,SAAS,CAAC,EAAE,MAAM,EAClB,MAAM,CAAC,EAAE,MAAM,EACf,oBAAoB,UAAQ,GAC3B,OAAO,CAAC,eAAe,CAAC;CAiB5B"}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FlowcoreDataSource = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @module data-source
|
|
6
|
+
* @description Provides functionality to interact with Flowcore data sources
|
|
7
|
+
*/
|
|
8
|
+
const mod_js_1 = require("../../../../sdk/1.71.0/src/mod.js");
|
|
9
|
+
const flowcore_client_js_1 = require("./flowcore-client.js");
|
|
10
|
+
/**
|
|
11
|
+
* Provides methods to interact with a Flowcore data source
|
|
12
|
+
* @class FlowcoreDataSource
|
|
13
|
+
*/
|
|
14
|
+
class FlowcoreDataSource {
|
|
15
|
+
/**
|
|
16
|
+
* Creates a new FlowcoreDataSource instance
|
|
17
|
+
* @param options - Configuration options for the data source
|
|
18
|
+
*/
|
|
19
|
+
constructor(options) {
|
|
20
|
+
Object.defineProperty(this, "options", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
configurable: true,
|
|
23
|
+
writable: true,
|
|
24
|
+
value: options
|
|
25
|
+
});
|
|
26
|
+
/** Flowcore client instance */
|
|
27
|
+
Object.defineProperty(this, "flowcoreClient", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
configurable: true,
|
|
30
|
+
writable: true,
|
|
31
|
+
value: void 0
|
|
32
|
+
});
|
|
33
|
+
/** Cached tenant ID */
|
|
34
|
+
Object.defineProperty(this, "tenantId", {
|
|
35
|
+
enumerable: true,
|
|
36
|
+
configurable: true,
|
|
37
|
+
writable: true,
|
|
38
|
+
value: void 0
|
|
39
|
+
});
|
|
40
|
+
/** Cached data core ID */
|
|
41
|
+
Object.defineProperty(this, "dataCoreId", {
|
|
42
|
+
enumerable: true,
|
|
43
|
+
configurable: true,
|
|
44
|
+
writable: true,
|
|
45
|
+
value: void 0
|
|
46
|
+
});
|
|
47
|
+
/** Cached flow type ID */
|
|
48
|
+
Object.defineProperty(this, "flowTypeId", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
configurable: true,
|
|
51
|
+
writable: true,
|
|
52
|
+
value: void 0
|
|
53
|
+
});
|
|
54
|
+
/** Cached event type IDs */
|
|
55
|
+
Object.defineProperty(this, "eventTypeIds", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
configurable: true,
|
|
58
|
+
writable: true,
|
|
59
|
+
value: void 0
|
|
60
|
+
});
|
|
61
|
+
/** Cached time buckets */
|
|
62
|
+
Object.defineProperty(this, "timeBuckets", {
|
|
63
|
+
enumerable: true,
|
|
64
|
+
configurable: true,
|
|
65
|
+
writable: true,
|
|
66
|
+
value: void 0
|
|
67
|
+
});
|
|
68
|
+
this.flowcoreClient = (0, flowcore_client_js_1.getFlowcoreClient)(this.options.auth, this.options.baseUrlOverride);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Gets the tenant name from the data source configuration
|
|
72
|
+
* @returns Tenant name
|
|
73
|
+
*/
|
|
74
|
+
get tenant() {
|
|
75
|
+
return this.options.dataSource.tenant;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Gets the data core name from the data source configuration
|
|
79
|
+
* @returns Data core name
|
|
80
|
+
*/
|
|
81
|
+
get dataCore() {
|
|
82
|
+
return this.options.dataSource.dataCore;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Gets the flow type name from the data source configuration
|
|
86
|
+
* @returns Flow type name
|
|
87
|
+
*/
|
|
88
|
+
get flowType() {
|
|
89
|
+
return this.options.dataSource.flowType;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Gets the event type names from the data source configuration
|
|
93
|
+
* @returns Array of event type names
|
|
94
|
+
*/
|
|
95
|
+
get eventTypes() {
|
|
96
|
+
return this.options.dataSource.eventTypes;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Gets the tenant ID, translating from name if necessary
|
|
100
|
+
* @returns Promise that resolves to the tenant ID
|
|
101
|
+
*/
|
|
102
|
+
async getTenantId() {
|
|
103
|
+
if (this.tenantId) {
|
|
104
|
+
return this.tenantId;
|
|
105
|
+
}
|
|
106
|
+
if (this.options.noTranslation) {
|
|
107
|
+
this.tenantId = this.options.dataSource.tenant;
|
|
108
|
+
}
|
|
109
|
+
else {
|
|
110
|
+
const command = new mod_js_1.TenantTranslateNameToIdCommand({
|
|
111
|
+
tenant: this.options.dataSource.tenant,
|
|
112
|
+
});
|
|
113
|
+
const result = await this.flowcoreClient.execute(command, this.options.directMode);
|
|
114
|
+
this.tenantId = result.id;
|
|
115
|
+
}
|
|
116
|
+
return this.tenantId;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Gets the data core ID, translating from name if necessary
|
|
120
|
+
* @returns Promise that resolves to the data core ID
|
|
121
|
+
*/
|
|
122
|
+
async getDataCoreId() {
|
|
123
|
+
if (this.dataCoreId) {
|
|
124
|
+
return this.dataCoreId;
|
|
125
|
+
}
|
|
126
|
+
if (this.options.noTranslation) {
|
|
127
|
+
this.dataCoreId = this.options.dataSource.dataCore;
|
|
128
|
+
}
|
|
129
|
+
else {
|
|
130
|
+
const command = new mod_js_1.DataCoreFetchCommand({
|
|
131
|
+
tenant: this.options.dataSource.tenant,
|
|
132
|
+
dataCore: this.options.dataSource.dataCore,
|
|
133
|
+
});
|
|
134
|
+
const result = await this.flowcoreClient.execute(command, this.options.directMode);
|
|
135
|
+
this.dataCoreId = result.id;
|
|
136
|
+
}
|
|
137
|
+
return this.dataCoreId;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Gets the flow type ID, translating from name if necessary
|
|
141
|
+
* @returns Promise that resolves to the flow type ID
|
|
142
|
+
*/
|
|
143
|
+
async getFlowTypeId() {
|
|
144
|
+
if (this.flowTypeId) {
|
|
145
|
+
return this.flowTypeId;
|
|
146
|
+
}
|
|
147
|
+
if (this.options.noTranslation) {
|
|
148
|
+
this.flowTypeId = this.options.dataSource.flowType;
|
|
149
|
+
}
|
|
150
|
+
else {
|
|
151
|
+
const command = new mod_js_1.FlowTypeFetchCommand({
|
|
152
|
+
dataCoreId: await this.getDataCoreId(),
|
|
153
|
+
flowType: this.options.dataSource.flowType,
|
|
154
|
+
});
|
|
155
|
+
const result = await this.flowcoreClient.execute(command, this.options.directMode);
|
|
156
|
+
this.flowTypeId = result.id;
|
|
157
|
+
}
|
|
158
|
+
return this.flowTypeId;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Gets the event type IDs, translating from names if necessary
|
|
162
|
+
* @returns Promise that resolves to an array of event type IDs
|
|
163
|
+
* @throws Error if an event type is not found
|
|
164
|
+
*/
|
|
165
|
+
async getEventTypeIds() {
|
|
166
|
+
if (this.eventTypeIds) {
|
|
167
|
+
return this.eventTypeIds;
|
|
168
|
+
}
|
|
169
|
+
if (this.options.noTranslation) {
|
|
170
|
+
this.eventTypeIds = this.options.dataSource.eventTypes;
|
|
171
|
+
}
|
|
172
|
+
else {
|
|
173
|
+
const command = new mod_js_1.EventTypeListCommand({
|
|
174
|
+
flowTypeId: await this.getFlowTypeId(),
|
|
175
|
+
});
|
|
176
|
+
const results = await this.flowcoreClient.execute(command, this.options.directMode);
|
|
177
|
+
const eventTypeIds = [];
|
|
178
|
+
for (const eventType of this.eventTypes) {
|
|
179
|
+
const found = results.find((result) => result.name === eventType);
|
|
180
|
+
if (!found) {
|
|
181
|
+
throw new Error(`Event type ${eventType} not found`);
|
|
182
|
+
}
|
|
183
|
+
eventTypeIds.push(found.id);
|
|
184
|
+
}
|
|
185
|
+
this.eventTypeIds = eventTypeIds;
|
|
186
|
+
}
|
|
187
|
+
return this.eventTypeIds;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Gets all time buckets for the configured event types
|
|
191
|
+
* @param force - When true, forces a refresh of cached time buckets
|
|
192
|
+
* @returns Promise that resolves to an array of time bucket strings
|
|
193
|
+
*/
|
|
194
|
+
async getTimeBuckets(force = false) {
|
|
195
|
+
if (this.timeBuckets && !force) {
|
|
196
|
+
return this.timeBuckets;
|
|
197
|
+
}
|
|
198
|
+
let cursor;
|
|
199
|
+
const timeBuckets = [];
|
|
200
|
+
do {
|
|
201
|
+
const result = await this.flowcoreClient.execute(new mod_js_1.TimeBucketListCommand({
|
|
202
|
+
tenant: this.options.dataSource.tenant,
|
|
203
|
+
eventTypeId: (await this.getEventTypeIds()),
|
|
204
|
+
cursor: cursor || undefined,
|
|
205
|
+
pageSize: 10_000,
|
|
206
|
+
}), this.options.directMode);
|
|
207
|
+
timeBuckets.push(...result.timeBuckets);
|
|
208
|
+
cursor = result.nextCursor;
|
|
209
|
+
} while (cursor !== undefined);
|
|
210
|
+
this.timeBuckets = timeBuckets;
|
|
211
|
+
return this.timeBuckets;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Gets the next time bucket after the specified time bucket
|
|
215
|
+
* @param timeBucket - The reference time bucket
|
|
216
|
+
* @returns Promise that resolves to the next time bucket, or null if none exists
|
|
217
|
+
*/
|
|
218
|
+
async getNextTimeBucket(timeBucket) {
|
|
219
|
+
const closestTimeBucket = await this.getClosestTimeBucket(timeBucket);
|
|
220
|
+
if (!closestTimeBucket) {
|
|
221
|
+
return null;
|
|
222
|
+
}
|
|
223
|
+
const timeBuckets = await this.getTimeBuckets();
|
|
224
|
+
const index = timeBuckets.indexOf(closestTimeBucket);
|
|
225
|
+
if (index === -1) {
|
|
226
|
+
throw new Error(`Could not get next timeBucket, timeBucket ${timeBucket} not found`);
|
|
227
|
+
}
|
|
228
|
+
return timeBuckets[index + 1] ?? null;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Gets the closest time bucket to the specified time bucket
|
|
232
|
+
* @param timeBucket - The reference time bucket
|
|
233
|
+
* @param getBefore - When true, gets the closest time bucket before the reference
|
|
234
|
+
* @returns Promise that resolves to the closest time bucket, or null if none exists
|
|
235
|
+
* @throws Error if the time bucket format is invalid
|
|
236
|
+
*/
|
|
237
|
+
async getClosestTimeBucket(timeBucket, getBefore = false) {
|
|
238
|
+
const timeBuckets = await this.getTimeBuckets();
|
|
239
|
+
if (!timeBucket.match(/^\d{14}$/)) {
|
|
240
|
+
throw new Error(`Invalid timebucket: ${timeBucket}`);
|
|
241
|
+
}
|
|
242
|
+
if (getBefore) {
|
|
243
|
+
return (timeBuckets.findLast((t) => Number.parseFloat(t) <= Number.parseFloat(timeBucket)) ??
|
|
244
|
+
timeBuckets[timeBuckets.length - 1]);
|
|
245
|
+
}
|
|
246
|
+
return (timeBuckets.find((t) => Number.parseFloat(t) >= Number.parseFloat(timeBucket)) ??
|
|
247
|
+
timeBuckets[timeBuckets.length - 1]);
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Gets events from the data source starting from a specific state
|
|
251
|
+
* @param from - The state to start from (includes timeBucket and eventId)
|
|
252
|
+
* @param amount - Maximum number of events to retrieve
|
|
253
|
+
* @param toEventId - Optional ID to stop at when retrieving events
|
|
254
|
+
* @returns Promise that resolves to an array of Flowcore events
|
|
255
|
+
*/
|
|
256
|
+
async getEvents(from, amount, toEventId, cursor, includeSensitiveData = false) {
|
|
257
|
+
const eventTypeIds = await this.getEventTypeIds();
|
|
258
|
+
const result = await this.flowcoreClient.execute(new mod_js_1.EventListCommand({
|
|
259
|
+
tenant: this.options.dataSource.tenant,
|
|
260
|
+
eventTypeId: eventTypeIds,
|
|
261
|
+
timeBucket: from.timeBucket,
|
|
262
|
+
afterEventId: !cursor ? from.eventId : undefined,
|
|
263
|
+
pageSize: amount,
|
|
264
|
+
toEventId,
|
|
265
|
+
cursor,
|
|
266
|
+
includeSensitiveData,
|
|
267
|
+
}), this.options.directMode);
|
|
268
|
+
return result;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
exports.FlowcoreDataSource = FlowcoreDataSource;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type Command, FlowcoreClient } from "../../../../sdk/1.71.0/src/mod.js";
|
|
2
|
+
import type { FlowcoreDataPumpAuth } from "./types.js";
|
|
3
|
+
declare class FlowcoreClientWithMetrics extends FlowcoreClient {
|
|
4
|
+
execute<Input, Output>(command: Command<Input, Output>, directMode?: boolean): Promise<Output>;
|
|
5
|
+
}
|
|
6
|
+
export declare function getFlowcoreClient(auth: FlowcoreDataPumpAuth, baseUrlOverride?: string): FlowcoreClientWithMetrics;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=flowcore-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flowcore-client.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/flowcore-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAChF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAGtD,cAAM,yBAA0B,SAAQ,cAAc;IACpC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC;CAI/G;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,oBAAoB,EAAE,eAAe,CAAC,EAAE,MAAM,6BAarF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getFlowcoreClient = getFlowcoreClient;
|
|
4
|
+
const mod_js_1 = require("../../../../sdk/1.71.0/src/mod.js");
|
|
5
|
+
const metrics_js_1 = require("./metrics.js");
|
|
6
|
+
class FlowcoreClientWithMetrics extends mod_js_1.FlowcoreClient {
|
|
7
|
+
execute(command, directMode) {
|
|
8
|
+
metrics_js_1.metrics.sdkCommandsCounter.inc({ command: command.constructor.name }, 1);
|
|
9
|
+
return super.execute(command, directMode);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
function getFlowcoreClient(auth, baseUrlOverride) {
|
|
13
|
+
const client = "apiKey" in auth
|
|
14
|
+
? new FlowcoreClientWithMetrics({
|
|
15
|
+
apiKey: auth.apiKey,
|
|
16
|
+
apiKeyId: auth.apiKeyId,
|
|
17
|
+
})
|
|
18
|
+
: new FlowcoreClientWithMetrics(auth);
|
|
19
|
+
if (baseUrlOverride) {
|
|
20
|
+
client.setBaseUrl(baseUrlOverride);
|
|
21
|
+
}
|
|
22
|
+
return client;
|
|
23
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import PromClient from "prom-client";
|
|
2
|
+
export declare const dataPumpPromRegistry: PromClient.Registry<"text/plain; version=0.0.4; charset=utf-8">;
|
|
3
|
+
export declare const metrics: {
|
|
4
|
+
bufferEventCountGauge: PromClient.Gauge<"tenant" | "data_core" | "flow_type" | "event_type">;
|
|
5
|
+
bufferReservedEventCountGauge: PromClient.Gauge<"tenant" | "data_core" | "flow_type" | "event_type">;
|
|
6
|
+
bufferSizeBytesGauge: PromClient.Gauge<"tenant" | "data_core" | "flow_type" | "event_type">;
|
|
7
|
+
eventsAcknowledgedCounter: PromClient.Counter<"tenant" | "data_core" | "flow_type" | "event_type">;
|
|
8
|
+
eventsFailedCounter: PromClient.Counter<"tenant" | "data_core" | "flow_type" | "event_type">;
|
|
9
|
+
eventsPulledSizeBytesCounter: PromClient.Counter<"tenant" | "data_core" | "flow_type" | "event_type">;
|
|
10
|
+
sdkCommandsCounter: PromClient.Counter<"command">;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=metrics.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metrics.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/metrics.ts"],"names":[],"mappings":"AAAA,OAAO,UAA8B,MAAM,aAAa,CAAA;AAExD,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,QAAQ,CAAC,0CAA0C,CACpF,CAAA;AAoDb,eAAO,MAAM,OAAO;;;;;;;;CAQnB,CAAA"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.metrics = exports.dataPumpPromRegistry = void 0;
|
|
27
|
+
const prom_client_1 = __importStar(require("prom-client"));
|
|
28
|
+
exports.dataPumpPromRegistry = new prom_client_1.default
|
|
29
|
+
.Registry();
|
|
30
|
+
const bufferEventCountGauge = new prom_client_1.Gauge({
|
|
31
|
+
name: "flowcore_data_pump_buffer_events_gauge",
|
|
32
|
+
help: "The number of events in the buffer",
|
|
33
|
+
labelNames: ["tenant", "data_core", "flow_type", "event_type"],
|
|
34
|
+
});
|
|
35
|
+
const bufferReservedEventCountGauge = new prom_client_1.Gauge({
|
|
36
|
+
name: "flowcore_data_pump_buffer_reserved_events_gauge",
|
|
37
|
+
help: "The number of reserved events in the buffer",
|
|
38
|
+
labelNames: ["tenant", "data_core", "flow_type", "event_type"],
|
|
39
|
+
});
|
|
40
|
+
const bufferSizeBytesGauge = new prom_client_1.Gauge({
|
|
41
|
+
name: "flowcore_data_pump_buffer_size_bytes_gauge",
|
|
42
|
+
help: "The size of the buffer in bytes",
|
|
43
|
+
labelNames: ["tenant", "data_core", "flow_type", "event_type"],
|
|
44
|
+
});
|
|
45
|
+
const eventsAcknowledgedCounter = new prom_client_1.Counter({
|
|
46
|
+
name: "flowcore_data_pump_events_acknowledged_counter",
|
|
47
|
+
help: "The number of events acknowledged",
|
|
48
|
+
labelNames: ["tenant", "data_core", "flow_type", "event_type"],
|
|
49
|
+
});
|
|
50
|
+
const eventsFailedCounter = new prom_client_1.Counter({
|
|
51
|
+
name: "flowcore_data_pump_events_failed_counter",
|
|
52
|
+
help: "The number of events failed",
|
|
53
|
+
labelNames: ["tenant", "data_core", "flow_type", "event_type"],
|
|
54
|
+
});
|
|
55
|
+
const eventsPulledSizeBytesCounter = new prom_client_1.Counter({
|
|
56
|
+
name: "flowcore_data_pump_events_pulled_size_bytes_counter",
|
|
57
|
+
help: "The size of the events pulled in bytes",
|
|
58
|
+
labelNames: ["tenant", "data_core", "flow_type", "event_type"],
|
|
59
|
+
});
|
|
60
|
+
const sdkCommandsCounter = new prom_client_1.Counter({
|
|
61
|
+
name: "flowcore_data_pump_sdk_commands_counter",
|
|
62
|
+
help: "The number of SDK commands",
|
|
63
|
+
labelNames: ["command"],
|
|
64
|
+
});
|
|
65
|
+
exports.dataPumpPromRegistry.registerMetric(bufferEventCountGauge);
|
|
66
|
+
exports.dataPumpPromRegistry.registerMetric(bufferReservedEventCountGauge);
|
|
67
|
+
exports.dataPumpPromRegistry.registerMetric(bufferSizeBytesGauge);
|
|
68
|
+
exports.dataPumpPromRegistry.registerMetric(eventsAcknowledgedCounter);
|
|
69
|
+
exports.dataPumpPromRegistry.registerMetric(eventsFailedCounter);
|
|
70
|
+
exports.dataPumpPromRegistry.registerMetric(eventsPulledSizeBytesCounter);
|
|
71
|
+
exports.dataPumpPromRegistry.registerMetric(sdkCommandsCounter);
|
|
72
|
+
exports.metrics = {
|
|
73
|
+
bufferEventCountGauge,
|
|
74
|
+
bufferReservedEventCountGauge,
|
|
75
|
+
bufferSizeBytesGauge,
|
|
76
|
+
eventsAcknowledgedCounter,
|
|
77
|
+
eventsFailedCounter,
|
|
78
|
+
eventsPulledSizeBytesCounter,
|
|
79
|
+
sdkCommandsCounter,
|
|
80
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-op-logger.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/no-op-logger.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAEhD,eAAO,MAAM,UAAU,EAAE,cAKxB,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { FlowcoreDataPumpAuth, FlowcoreDataPumpDataSource, FlowcoreLogger } from "./types.js";
|
|
2
|
+
export interface FlowcoreNotifierOptions {
|
|
3
|
+
dataSource: FlowcoreDataPumpDataSource;
|
|
4
|
+
auth: FlowcoreDataPumpAuth;
|
|
5
|
+
natsServers?: string[];
|
|
6
|
+
pollerIntervalMs?: number;
|
|
7
|
+
timeoutMs?: number;
|
|
8
|
+
logger?: FlowcoreLogger;
|
|
9
|
+
directMode?: boolean;
|
|
10
|
+
noTranslation?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare class FlowcoreNotifier {
|
|
13
|
+
private readonly options;
|
|
14
|
+
private dataSource;
|
|
15
|
+
private nats?;
|
|
16
|
+
private subject?;
|
|
17
|
+
private notificationClient?;
|
|
18
|
+
private eventResolver?;
|
|
19
|
+
private timer?;
|
|
20
|
+
constructor(options: FlowcoreNotifierOptions);
|
|
21
|
+
wait(signal?: AbortSignal): Promise<void>;
|
|
22
|
+
private waitPoller;
|
|
23
|
+
private waitNats;
|
|
24
|
+
private onWebSocketEvent;
|
|
25
|
+
private waitWebSocket;
|
|
26
|
+
private webSocketAuth;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=notifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifier.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/data-pump/0.16.5/src/data-pump/notifier.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAKlG,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,0BAA0B,CAAA;IACtC,IAAI,EAAE,oBAAoB,CAAA;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,cAAc,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,qBAAa,gBAAgB;IASf,OAAO,CAAC,QAAQ,CAAC,OAAO;IARpC,OAAO,CAAC,UAAU,CAAoB;IACtC,OAAO,CAAC,IAAI,CAAC,CAAqB;IAClC,OAAO,CAAC,OAAO,CAAC,CAA4B;IAC5C,OAAO,CAAC,kBAAkB,CAAC,CAAoB;IAC/C,OAAO,CAAC,aAAa,CAAC,CAAY;IAElC,OAAO,CAAC,KAAK,CAAC,CAAK;gBAEU,OAAO,EAAE,uBAAuB;IAStD,IAAI,CAAC,MAAM,CAAC,EAAE,WAAW;YASlB,UAAU;YAUV,QAAQ;IAuCtB,OAAO,CAAC,gBAAgB;YAMV,aAAa;IAmC3B,OAAO,CAAC,aAAa;CAgBtB"}
|