@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,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeRequestTruncateCommand = void 0;
|
|
4
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
5
|
+
const command_js_1 = require("../../common/command.js");
|
|
6
|
+
const not_found_js_1 = require("../../exceptions/not-found.js");
|
|
7
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
8
|
+
const event_type_fetch_js_1 = require("./event-type.fetch.js");
|
|
9
|
+
/**
|
|
10
|
+
* Request to truncate an event type
|
|
11
|
+
*/
|
|
12
|
+
class EventTypeRequestTruncateCommand extends command_js_1.Command {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
/**
|
|
16
|
+
* The dedicated subdomain for the command
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
configurable: true,
|
|
21
|
+
writable: true,
|
|
22
|
+
value: "delete-manager"
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Get the method
|
|
27
|
+
*/
|
|
28
|
+
getMethod() {
|
|
29
|
+
return "DELETE";
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get the base url
|
|
33
|
+
*/
|
|
34
|
+
getBaseUrl() {
|
|
35
|
+
return "https://delete-manager.api.flowcore.io";
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get the path
|
|
39
|
+
*/
|
|
40
|
+
getPath() {
|
|
41
|
+
return `/api/v1/event-types/${this.input.eventTypeId}/request-truncate`;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Parse the response
|
|
45
|
+
*/
|
|
46
|
+
parseResponse(rawResponse) {
|
|
47
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Object({
|
|
48
|
+
success: typebox_1.Type.Boolean(),
|
|
49
|
+
}), rawResponse);
|
|
50
|
+
return response;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Handle the client error
|
|
54
|
+
*/
|
|
55
|
+
handleClientError(error) {
|
|
56
|
+
if (error.status === 404) {
|
|
57
|
+
throw new not_found_js_1.NotFoundException("EventType", {
|
|
58
|
+
[this.input.eventTypeId ? "id" : "name"]: this.input.eventTypeId ?? this.input.eventTypeId,
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
throw error;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Wait for the response (timeout: 25 seconds)
|
|
65
|
+
*/
|
|
66
|
+
async processResponse(client, response) {
|
|
67
|
+
if (!this.input.waitForTruncate) {
|
|
68
|
+
return response;
|
|
69
|
+
}
|
|
70
|
+
await new Promise((resolve) => setTimeout(resolve, 1_000));
|
|
71
|
+
const start = Date.now();
|
|
72
|
+
while (Date.now() - start < 25_000) {
|
|
73
|
+
const response = await client.execute(new event_type_fetch_js_1.EventTypeFetchCommand({
|
|
74
|
+
eventTypeId: this.input.eventTypeId,
|
|
75
|
+
}));
|
|
76
|
+
if (response.isTruncating) {
|
|
77
|
+
break;
|
|
78
|
+
}
|
|
79
|
+
await new Promise((resolve) => setTimeout(resolve, 100));
|
|
80
|
+
}
|
|
81
|
+
return response;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.EventTypeRequestTruncateCommand = EventTypeRequestTruncateCommand;
|
package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type EventType, type SensitiveDataDefinition } from "../../contracts/event-type.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the event type update command
|
|
5
|
+
*/
|
|
6
|
+
export type EventTypeUpdateInput = {
|
|
7
|
+
/** The id of the event type */
|
|
8
|
+
eventTypeId: string;
|
|
9
|
+
/** The description of the event type */
|
|
10
|
+
description?: string;
|
|
11
|
+
/** The sensitive data mask of the event type */
|
|
12
|
+
sensitiveDataMask?: {
|
|
13
|
+
/** The json path to the key where the entity id for the sensitive data mask is located */
|
|
14
|
+
key: string;
|
|
15
|
+
/** Schema defining the fields that should be masked and how they should be masked */
|
|
16
|
+
schema: Record<string, SensitiveDataDefinition>;
|
|
17
|
+
};
|
|
18
|
+
/** Whether sensitive data masking is enabled for this event type */
|
|
19
|
+
sensitiveDataEnabled?: boolean;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Update an event type
|
|
23
|
+
*/
|
|
24
|
+
export declare class EventTypeUpdateCommand extends Command<EventTypeUpdateInput, EventType> {
|
|
25
|
+
/**
|
|
26
|
+
* Get the method
|
|
27
|
+
*/
|
|
28
|
+
protected getMethod(): string;
|
|
29
|
+
/**
|
|
30
|
+
* Get the base url
|
|
31
|
+
*/
|
|
32
|
+
protected getBaseUrl(): string;
|
|
33
|
+
/**
|
|
34
|
+
* Get the path
|
|
35
|
+
*/
|
|
36
|
+
protected getPath(): string;
|
|
37
|
+
/**
|
|
38
|
+
* Get the body for the request
|
|
39
|
+
*/
|
|
40
|
+
protected getBody(): Record<string, unknown>;
|
|
41
|
+
/**
|
|
42
|
+
* Parse the response
|
|
43
|
+
*/
|
|
44
|
+
protected parseResponse(rawResponse: unknown): EventType;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=event-type.update.d.ts.map
|
package/script/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.update.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/event-type/event-type.update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,SAAS,EAAmB,KAAK,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAG7G;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gDAAgD;IAChD,iBAAiB,CAAC,EAAE;QAClB,0FAA0F;QAC1F,GAAG,EAAE,MAAM,CAAA;QACX,qFAAqF;QACrF,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,uBAAuB,CAAC,CAAA;KAChD,CAAA;IACD,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B,CAAA;AAED;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CAAC,oBAAoB,EAAE,SAAS,CAAC;IAClF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAGtC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAKrD;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,SAAS;CAGlE"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTypeUpdateCommand = void 0;
|
|
4
|
+
const command_js_1 = require("../../common/command.js");
|
|
5
|
+
const event_type_js_1 = require("../../contracts/event-type.js");
|
|
6
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
7
|
+
/**
|
|
8
|
+
* Update an event type
|
|
9
|
+
*/
|
|
10
|
+
class EventTypeUpdateCommand extends command_js_1.Command {
|
|
11
|
+
/**
|
|
12
|
+
* Get the method
|
|
13
|
+
*/
|
|
14
|
+
getMethod() {
|
|
15
|
+
return "PATCH";
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Get the base url
|
|
19
|
+
*/
|
|
20
|
+
getBaseUrl() {
|
|
21
|
+
return "https://event-type-2.api.flowcore.io";
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Get the path
|
|
25
|
+
*/
|
|
26
|
+
getPath() {
|
|
27
|
+
return `/api/v1/event-types/${this.input.eventTypeId}`;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Get the body for the request
|
|
31
|
+
*/
|
|
32
|
+
getBody() {
|
|
33
|
+
const { eventTypeId: _, ...payload } = this.input;
|
|
34
|
+
return payload;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Parse the response
|
|
38
|
+
*/
|
|
39
|
+
parseResponse(rawResponse) {
|
|
40
|
+
return (0, parse_response_helper_js_1.parseResponseHelper)(event_type_js_1.EventTypeSchema, rawResponse);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.EventTypeUpdateCommand = EventTypeUpdateCommand;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type FlowcoreEvent } from "../../contracts/event.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the events fetch indexes command
|
|
5
|
+
*/
|
|
6
|
+
export interface EventListInput {
|
|
7
|
+
/** The tenant */
|
|
8
|
+
tenant: string;
|
|
9
|
+
/** the event type id or ids */
|
|
10
|
+
eventTypeId: [string, ...string[]] | string;
|
|
11
|
+
/** the time bucket */
|
|
12
|
+
timeBucket: string;
|
|
13
|
+
/** the paging cursor */
|
|
14
|
+
cursor?: string;
|
|
15
|
+
/** the page size (default is 10.000) */
|
|
16
|
+
pageSize?: number;
|
|
17
|
+
/** start from this event id */
|
|
18
|
+
fromEventId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* after this event id
|
|
21
|
+
*
|
|
22
|
+
* ⚠️ Not applicable if `fromEventId` is also defined
|
|
23
|
+
*/
|
|
24
|
+
afterEventId?: string;
|
|
25
|
+
/** end at this event id */
|
|
26
|
+
toEventId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* the order (default is asc)
|
|
29
|
+
*
|
|
30
|
+
* ⚠️ When using `desc` order, pagination and filters are not possible.
|
|
31
|
+
*/
|
|
32
|
+
order?: "asc" | "desc";
|
|
33
|
+
/** include sensitive data */
|
|
34
|
+
includeSensitiveData?: boolean;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* The output for the events fetch indexes command
|
|
38
|
+
*/
|
|
39
|
+
export interface EventListOutput {
|
|
40
|
+
/** the events */
|
|
41
|
+
events: FlowcoreEvent[];
|
|
42
|
+
/** the next page cursor */
|
|
43
|
+
nextCursor?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Fetch time buckets for an event type
|
|
47
|
+
*/
|
|
48
|
+
export declare class EventListCommand extends Command<EventListInput, EventListOutput> {
|
|
49
|
+
/**
|
|
50
|
+
* The dedicated subdomain for the command
|
|
51
|
+
*/
|
|
52
|
+
protected dedicatedSubdomain: string;
|
|
53
|
+
/**
|
|
54
|
+
* Get the method for the request
|
|
55
|
+
*/
|
|
56
|
+
protected getMethod(): string;
|
|
57
|
+
/**
|
|
58
|
+
* Get the base url for the request
|
|
59
|
+
*/
|
|
60
|
+
protected getBaseUrl(): string;
|
|
61
|
+
/**
|
|
62
|
+
* Get the path for the request
|
|
63
|
+
*/
|
|
64
|
+
protected getPath(): string;
|
|
65
|
+
/**
|
|
66
|
+
* Parse the response
|
|
67
|
+
*/
|
|
68
|
+
protected parseResponse(rawResponse: unknown): EventListOutput;
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=event.list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/event.list.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAEjD,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,0BAA0B,CAAA;AAElF;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,WAAW,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,GAAG,MAAM,CAAA;IAC3C,sBAAsB;IACtB,UAAU,EAAE,MAAM,CAAA;IAClB,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IACtB,6BAA6B;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,iBAAiB;IACjB,MAAM,EAAE,aAAa,EAAE,CAAA;IACvB,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAUD;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,OAAO,CAAC,cAAc,EAAE,eAAe,CAAC;IAC5E;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAiB;IAE9D;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAgBpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,eAAe;CAIxE"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventListCommand = void 0;
|
|
4
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
5
|
+
const command_js_1 = require("../../common/command.js");
|
|
6
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
7
|
+
const event_js_1 = require("../../contracts/event.js");
|
|
8
|
+
/**
|
|
9
|
+
* The response schema for the events fetch command
|
|
10
|
+
*/
|
|
11
|
+
const responseSchema = typebox_1.Type.Object({
|
|
12
|
+
events: typebox_1.Type.Array(event_js_1.FlowcoreEventSchema),
|
|
13
|
+
nextCursor: typebox_1.Type.Optional(typebox_1.Type.String()),
|
|
14
|
+
});
|
|
15
|
+
/**
|
|
16
|
+
* Fetch time buckets for an event type
|
|
17
|
+
*/
|
|
18
|
+
class EventListCommand extends command_js_1.Command {
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
/**
|
|
22
|
+
* The dedicated subdomain for the command
|
|
23
|
+
*/
|
|
24
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
configurable: true,
|
|
27
|
+
writable: true,
|
|
28
|
+
value: "event-source"
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get the method for the request
|
|
33
|
+
*/
|
|
34
|
+
getMethod() {
|
|
35
|
+
return "GET";
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get the base url for the request
|
|
39
|
+
*/
|
|
40
|
+
getBaseUrl() {
|
|
41
|
+
return "https://event-source.api.flowcore.io";
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Get the path for the request
|
|
45
|
+
*/
|
|
46
|
+
getPath() {
|
|
47
|
+
const query = new URLSearchParams();
|
|
48
|
+
const eventTypeIds = Array.isArray(this.input.eventTypeId) ? this.input.eventTypeId : [this.input.eventTypeId];
|
|
49
|
+
for (const eventTypeId of eventTypeIds) {
|
|
50
|
+
query.append("eventTypeId", eventTypeId);
|
|
51
|
+
}
|
|
52
|
+
query.set("timeBucket", this.input.timeBucket);
|
|
53
|
+
this.input.cursor && query.set("cursor", this.input.cursor.toString());
|
|
54
|
+
this.input.pageSize && query.set("pageSize", this.input.pageSize.toString());
|
|
55
|
+
this.input.fromEventId && query.set("fromEventId", this.input.fromEventId);
|
|
56
|
+
this.input.afterEventId && query.set("afterEventId", this.input.afterEventId);
|
|
57
|
+
this.input.toEventId && query.set("toEventId", this.input.toEventId);
|
|
58
|
+
this.input.order && query.set("order", this.input.order);
|
|
59
|
+
this.input.includeSensitiveData && query.set("includeSensitiveData", this.input.includeSensitiveData.toString());
|
|
60
|
+
return `/api/v1/events?${query.toString()}`;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Parse the response
|
|
64
|
+
*/
|
|
65
|
+
parseResponse(rawResponse) {
|
|
66
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
|
|
67
|
+
return response;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.EventListCommand = EventListCommand;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
/**
|
|
3
|
+
* The input for the events fetch indexes command
|
|
4
|
+
*/
|
|
5
|
+
export interface EventsFetchTimeBucketsByNamesInput {
|
|
6
|
+
/** the tenant name */
|
|
7
|
+
tenant: string;
|
|
8
|
+
/** the data core id */
|
|
9
|
+
dataCoreId: string;
|
|
10
|
+
/** the flow type name */
|
|
11
|
+
flowType: string;
|
|
12
|
+
/** the event type names */
|
|
13
|
+
eventTypes: string[];
|
|
14
|
+
/** the paging cursor */
|
|
15
|
+
cursor?: number;
|
|
16
|
+
/** the page size (default is 10.000) */
|
|
17
|
+
pageSize?: number;
|
|
18
|
+
/** start from this time bucket */
|
|
19
|
+
fromTimeBucket?: string;
|
|
20
|
+
/** end at this time bucket */
|
|
21
|
+
toTimeBucket?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The output for the events fetch indexes command
|
|
25
|
+
*/
|
|
26
|
+
export interface EventsFetchTimeBucketsByNamesOutput {
|
|
27
|
+
/** the time buckets */
|
|
28
|
+
timeBuckets: string[];
|
|
29
|
+
/** the next page cursor */
|
|
30
|
+
nextCursor?: number;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Fetch time buckets for an event type
|
|
34
|
+
*/
|
|
35
|
+
export declare class EventsFetchTimeBucketsByNamesCommand extends Command<EventsFetchTimeBucketsByNamesInput, EventsFetchTimeBucketsByNamesOutput> {
|
|
36
|
+
/**
|
|
37
|
+
* The dedicated subdomain for the command
|
|
38
|
+
*/
|
|
39
|
+
protected dedicatedSubdomain: string;
|
|
40
|
+
/**
|
|
41
|
+
* Get the base url for the request
|
|
42
|
+
*/
|
|
43
|
+
protected getBaseUrl(): string;
|
|
44
|
+
/**
|
|
45
|
+
* Get the path for the request
|
|
46
|
+
*/
|
|
47
|
+
protected getPath(): string;
|
|
48
|
+
/**
|
|
49
|
+
* Parse the response
|
|
50
|
+
*/
|
|
51
|
+
protected parseResponse(rawResponse: unknown): EventsFetchTimeBucketsByNamesOutput;
|
|
52
|
+
/**
|
|
53
|
+
* Get the body for the request
|
|
54
|
+
*/
|
|
55
|
+
protected getBody(): Record<string, unknown>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=events.fetch-time-buckets-by-names.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.fetch-time-buckets-by-names.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch-time-buckets-by-names.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD,sBAAsB;IACtB,MAAM,EAAE,MAAM,CAAA;IACd,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAA;IAClB,yBAAyB;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,2BAA2B;IAC3B,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,kCAAkC;IAClC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,8BAA8B;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD,uBAAuB;IACvB,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAUD;;GAEG;AACH,qBAAa,oCAAqC,SAAQ,OAAO,CAC/D,kCAAkC,EAClC,mCAAmC,CACpC;IACC;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAiB;IAE9D;;OAEG;cACgB,UAAU,IAAI,MAAM;IAGvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAGpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,mCAAmC;IAK3F;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAItD"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventsFetchTimeBucketsByNamesCommand = void 0;
|
|
4
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
5
|
+
const command_js_1 = require("../../common/command.js");
|
|
6
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
7
|
+
/**
|
|
8
|
+
* The response schema for the events fetch time buckets by names command
|
|
9
|
+
*/
|
|
10
|
+
const responseSchema = typebox_1.Type.Object({
|
|
11
|
+
timeBuckets: typebox_1.Type.Array(typebox_1.Type.String()),
|
|
12
|
+
nextCursor: typebox_1.Type.Optional(typebox_1.Type.Number()),
|
|
13
|
+
});
|
|
14
|
+
/**
|
|
15
|
+
* Fetch time buckets for an event type
|
|
16
|
+
*/
|
|
17
|
+
class EventsFetchTimeBucketsByNamesCommand extends command_js_1.Command {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(...arguments);
|
|
20
|
+
/**
|
|
21
|
+
* The dedicated subdomain for the command
|
|
22
|
+
*/
|
|
23
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
configurable: true,
|
|
26
|
+
writable: true,
|
|
27
|
+
value: "event-source"
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Get the base url for the request
|
|
32
|
+
*/
|
|
33
|
+
getBaseUrl() {
|
|
34
|
+
return "https://event-source.api.flowcore.io";
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Get the path for the request
|
|
38
|
+
*/
|
|
39
|
+
getPath() {
|
|
40
|
+
return "/api/v1/time-buckets/by-names";
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Parse the response
|
|
44
|
+
*/
|
|
45
|
+
parseResponse(rawResponse) {
|
|
46
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
|
|
47
|
+
return response;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Get the body for the request
|
|
51
|
+
*/
|
|
52
|
+
getBody() {
|
|
53
|
+
const { ...rest } = this.input;
|
|
54
|
+
return rest;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.EventsFetchTimeBucketsByNamesCommand = EventsFetchTimeBucketsByNamesCommand;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type FlowcoreEvent } from "../../contracts/event.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the events fetch indexes command
|
|
5
|
+
*/
|
|
6
|
+
export interface EventsFetchEventsInput {
|
|
7
|
+
/** the tenant */
|
|
8
|
+
tenant: string;
|
|
9
|
+
/** the data core id */
|
|
10
|
+
dataCoreId: string;
|
|
11
|
+
/** the flow type name */
|
|
12
|
+
flowType: string;
|
|
13
|
+
/** the event type names */
|
|
14
|
+
eventTypes: string[];
|
|
15
|
+
/** the time bucket */
|
|
16
|
+
timeBucket: string;
|
|
17
|
+
/** the paging cursor */
|
|
18
|
+
cursor?: string;
|
|
19
|
+
/** the page size (default is 10.000) */
|
|
20
|
+
pageSize?: number;
|
|
21
|
+
/** start from this event id */
|
|
22
|
+
fromEventId?: string;
|
|
23
|
+
/** after this event id */
|
|
24
|
+
afterEventId?: string;
|
|
25
|
+
/** end at this event id */
|
|
26
|
+
toEventId?: string;
|
|
27
|
+
/** include sensitive data */
|
|
28
|
+
includeSensitiveData?: boolean;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* The output for the events fetch indexes command
|
|
32
|
+
*/
|
|
33
|
+
export interface EventsFetchEventsOutput {
|
|
34
|
+
/** the events */
|
|
35
|
+
events: FlowcoreEvent[];
|
|
36
|
+
/** the next page cursor */
|
|
37
|
+
nextCursor?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Fetch time buckets for an event type
|
|
41
|
+
*/
|
|
42
|
+
export declare class EventsFetchCommand extends Command<EventsFetchEventsInput, EventsFetchEventsOutput> {
|
|
43
|
+
/**
|
|
44
|
+
* The dedicated subdomain for the command
|
|
45
|
+
*/
|
|
46
|
+
protected dedicatedSubdomain: string;
|
|
47
|
+
/**
|
|
48
|
+
* Get the base url for the request
|
|
49
|
+
*/
|
|
50
|
+
protected getBaseUrl(): string;
|
|
51
|
+
/**
|
|
52
|
+
* Get the path for the request
|
|
53
|
+
*/
|
|
54
|
+
protected getPath(): string;
|
|
55
|
+
/**
|
|
56
|
+
* Parse the response
|
|
57
|
+
*/
|
|
58
|
+
protected parseResponse(rawResponse: unknown): EventsFetchEventsOutput;
|
|
59
|
+
/**
|
|
60
|
+
* Get the body for the request
|
|
61
|
+
*/
|
|
62
|
+
protected getBody(): Record<string, unknown>;
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=events.fetch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.fetch.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/events.fetch.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAEjD,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,0BAA0B,CAAA;AAElF;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAA;IAClB,yBAAyB;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,2BAA2B;IAC3B,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,sBAAsB;IACtB,UAAU,EAAE,MAAM,CAAA;IAClB,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,6BAA6B;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,iBAAiB;IACjB,MAAM,EAAE,aAAa,EAAE,CAAA;IACvB,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAUD;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAAC,sBAAsB,EAAE,uBAAuB,CAAC;IAC9F;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAiB;IAE9D;;OAEG;cACgB,UAAU,IAAI,MAAM;IAGvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAWpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,uBAAuB;IAK/E;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAStD"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventsFetchCommand = void 0;
|
|
4
|
+
const typebox_1 = require("@sinclair/typebox");
|
|
5
|
+
const command_js_1 = require("../../common/command.js");
|
|
6
|
+
const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
|
|
7
|
+
const event_js_1 = require("../../contracts/event.js");
|
|
8
|
+
/**
|
|
9
|
+
* The response schema for the events fetch command
|
|
10
|
+
*/
|
|
11
|
+
const responseSchema = typebox_1.Type.Object({
|
|
12
|
+
events: typebox_1.Type.Array(event_js_1.FlowcoreEventSchema),
|
|
13
|
+
nextCursor: typebox_1.Type.Optional(typebox_1.Type.String()),
|
|
14
|
+
});
|
|
15
|
+
/**
|
|
16
|
+
* Fetch time buckets for an event type
|
|
17
|
+
*/
|
|
18
|
+
class EventsFetchCommand extends command_js_1.Command {
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
/**
|
|
22
|
+
* The dedicated subdomain for the command
|
|
23
|
+
*/
|
|
24
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
configurable: true,
|
|
27
|
+
writable: true,
|
|
28
|
+
value: "event-source"
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get the base url for the request
|
|
33
|
+
*/
|
|
34
|
+
getBaseUrl() {
|
|
35
|
+
return "https://event-source.api.flowcore.io";
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get the path for the request
|
|
39
|
+
*/
|
|
40
|
+
getPath() {
|
|
41
|
+
const query = {
|
|
42
|
+
...(this.input.cursor ? { cursor: this.input.cursor.toString() } : {}),
|
|
43
|
+
...(this.input.pageSize ? { pageSize: this.input.pageSize.toString() } : {}),
|
|
44
|
+
...(this.input.fromEventId ? { fromEventId: this.input.fromEventId } : {}),
|
|
45
|
+
...(this.input.afterEventId ? { afterEventId: this.input.afterEventId } : {}),
|
|
46
|
+
...(this.input.toEventId ? { toEventId: this.input.toEventId } : {}),
|
|
47
|
+
...(this.input.includeSensitiveData ? { includeSensitiveData: this.input.includeSensitiveData.toString() } : {}),
|
|
48
|
+
};
|
|
49
|
+
return `/api/v1/events?${new URLSearchParams(query).toString()}`;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Parse the response
|
|
53
|
+
*/
|
|
54
|
+
parseResponse(rawResponse) {
|
|
55
|
+
const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
|
|
56
|
+
return response;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Get the body for the request
|
|
60
|
+
*/
|
|
61
|
+
getBody() {
|
|
62
|
+
return {
|
|
63
|
+
tenant: this.input.tenant,
|
|
64
|
+
dataCoreId: this.input.dataCoreId,
|
|
65
|
+
flowType: this.input.flowType,
|
|
66
|
+
eventTypes: this.input.eventTypes,
|
|
67
|
+
timeBucket: this.input.timeBucket,
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.EventsFetchCommand = EventsFetchCommand;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
/**
|
|
3
|
+
* The input for the events fetch indexes command
|
|
4
|
+
*/
|
|
5
|
+
export interface TimeBucketListInput {
|
|
6
|
+
/** the tenant */
|
|
7
|
+
tenant: string;
|
|
8
|
+
/** the event type ids */
|
|
9
|
+
eventTypeId: [string, ...string[]] | string;
|
|
10
|
+
/** the start time */
|
|
11
|
+
fromTimeBucket?: string;
|
|
12
|
+
/** the end time */
|
|
13
|
+
toTimeBucket?: string;
|
|
14
|
+
/** the page size */
|
|
15
|
+
pageSize?: number;
|
|
16
|
+
/** the cursor */
|
|
17
|
+
cursor?: number;
|
|
18
|
+
/** the order */
|
|
19
|
+
order?: "asc" | "desc";
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The output for the events fetch indexes command
|
|
23
|
+
*/
|
|
24
|
+
export interface TimeBucketListOutput {
|
|
25
|
+
/** the time buckets */
|
|
26
|
+
timeBuckets: string[];
|
|
27
|
+
/** the next cursor */
|
|
28
|
+
nextCursor?: number;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Fetch time buckets for an event type
|
|
32
|
+
*/
|
|
33
|
+
export declare class TimeBucketListCommand extends Command<TimeBucketListInput, TimeBucketListOutput> {
|
|
34
|
+
/**
|
|
35
|
+
* The dedicated subdomain for the command
|
|
36
|
+
*/
|
|
37
|
+
protected dedicatedSubdomain: string;
|
|
38
|
+
/**
|
|
39
|
+
* Get the method for the request
|
|
40
|
+
*/
|
|
41
|
+
protected getMethod(): string;
|
|
42
|
+
/**
|
|
43
|
+
* Get the base url for the request
|
|
44
|
+
*/
|
|
45
|
+
protected getBaseUrl(): string;
|
|
46
|
+
/**
|
|
47
|
+
* Get the path for the request
|
|
48
|
+
*/
|
|
49
|
+
protected getPath(): string;
|
|
50
|
+
/**
|
|
51
|
+
* Parse the response
|
|
52
|
+
*/
|
|
53
|
+
protected parseResponse(rawResponse: unknown): TimeBucketListOutput;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=time-bucket.list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-bucket.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.71.0/src/commands/events/time-bucket.list.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,yBAAyB;IACzB,WAAW,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,GAAG,MAAM,CAAA;IAC3C,qBAAqB;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,mBAAmB;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,oBAAoB;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,iBAAiB;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,gBAAgB;IAChB,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,uBAAuB;IACvB,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,sBAAsB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAUD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,mBAAmB,EACnB,oBAAoB,CACrB;IACC;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAiB;IAE9D;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAGvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAepC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,oBAAoB;CAI7E"}
|