@flowcore/data-pump 0.12.4 → 0.14.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 +20 -0
- package/README.md +25 -0
- package/esm/data-pump/data-pump.d.ts +2 -1
- package/esm/data-pump/data-pump.d.ts.map +1 -1
- package/esm/data-pump/data-pump.js +32 -3
- package/esm/data-pump/data-source.d.ts +2 -2
- package/esm/data-pump/data-source.d.ts.map +1 -1
- package/esm/data-pump/data-source.js +3 -2
- package/esm/data-pump/flowcore-client.d.ts +1 -1
- package/esm/data-pump/flowcore-client.js +1 -1
- package/esm/data-pump/notifier.js +1 -1
- package/esm/data-pump/types.d.ts +1 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/api-key/api-key.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/api-key/api-key.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/api-key/api-key.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.request-delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.info.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.info.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.info.js +71 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list-removed-sensitive-data.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts +39 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.js +32 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.request-delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.request-truncate.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/event.list.d.ts +70 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/event.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/event.list.js +66 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch.d.ts +64 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch.js +67 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/time-bucket.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.request-delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/role.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.d.ts +66 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.js +78 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.batch.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.batch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.batch.js +83 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.event.d.ts +40 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.event.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.event.js +83 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.create.d.ts +41 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.create.js +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.delete.d.ts +37 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.delete.js +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.fetch.d.ts +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.fetch.js +68 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.list.d.ts +44 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.list.js +49 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.update.d.ts +43 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.update.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.update.js +53 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/secret/secret.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/secret/secret.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/secret/secret.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.exchange.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.get.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/permissions.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.fetch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.translate-name-to-id.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/variable/variable.create.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/variable/variable.delete.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/variable/variable.list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command-custom.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command-graphql.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command.d.ts +94 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command.js +163 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/flowcore-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/flowcore-client.js +165 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/notification-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/tenant.cache.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/websocket-client.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/websocket-command.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/ai-agent-coordinator-stream.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/ai-agent-coordinator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/api-key.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/container.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/data-core.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event-type.d.ts +174 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event-type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event-type.js +150 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event.d.ts +47 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/flow-type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/iam.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/index.d.ts +9 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/pat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/permission.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/scenario.d.ts +18 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/scenario.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/scenario.js +20 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/tenant.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/variable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/client-error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/command-error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/invalid-response.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/not-found.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/local-cache.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/logger.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/parse-response-helper.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/try-catch.d.ts.map +1 -0
- package/package.json +1 -1
- package/script/data-pump/data-pump.d.ts +2 -1
- package/script/data-pump/data-pump.d.ts.map +1 -1
- package/script/data-pump/data-pump.js +32 -3
- package/script/data-pump/data-source.d.ts +2 -2
- package/script/data-pump/data-source.d.ts.map +1 -1
- package/script/data-pump/data-source.js +3 -2
- package/script/data-pump/flowcore-client.d.ts +1 -1
- package/script/data-pump/flowcore-client.js +1 -1
- package/script/data-pump/notifier.js +1 -1
- package/script/data-pump/types.d.ts +1 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ai-agent-coordinator/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/api-key/api-key.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/api-key/api-key.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/api-key/api-key.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/container-registry/container-registry.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.request-delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/data-core/data-core.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.info.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.info.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.info.js +75 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list-removed-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list-removed-sensitive-data.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts +39 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.js +36 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.request-delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.request-truncate.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/event.list.d.ts +70 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/event.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/event.list.js +70 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch.d.ts +64 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/events.fetch.js +71 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/events/time-bucket.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.request-delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/role.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.d.ts +66 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.js +94 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.batch.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.batch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.batch.js +87 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.event.d.ts +40 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.event.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/ingestion/ingest.event.js +87 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.create.d.ts +41 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.create.js +48 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.delete.d.ts +37 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.delete.js +51 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.fetch.d.ts +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.fetch.js +72 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.list.d.ts +44 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.list.js +53 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.update.d.ts +43 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.update.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/scenario/scenario.update.js +57 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/secret/secret.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/secret/secret.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/secret/secret.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.exchange.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.get.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/pat.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/security/permissions.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.fetch.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/tenant/tenant.translate-name-to-id.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/variable/variable.create.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/variable/variable.delete.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/variable/variable.list.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command-custom.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command-graphql.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command.d.ts +94 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/command.js +190 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/flowcore-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/flowcore-client.js +169 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/notification-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/tenant.cache.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/websocket-client.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/common/websocket-command.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/ai-agent-coordinator-stream.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/ai-agent-coordinator.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/api-key.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/container.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/data-core.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event-type.d.ts +174 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event-type.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event-type.js +153 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event.d.ts +47 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/event.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/flow-type.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/iam.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/index.d.ts +9 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/pat.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/permission.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/scenario.d.ts +18 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/scenario.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/scenario.js +23 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/tenant.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/contracts/variable.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/client-error.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/command-error.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/index.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/invalid-response.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/exceptions/not-found.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/local-cache.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/logger.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/parse-response-helper.d.ts.map +1 -0
- package/script/deps/jsr.io/@flowcore/sdk/1.49.0/src/utils/try-catch.d.ts.map +1 -0
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/api-key/api-key.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/api-key/api-key.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/api-key/api-key.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.fetch.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.update.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.exists.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.fetch.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.request-delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.update.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.exists.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.fetch.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.info.d.ts +0 -37
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.info.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.info.js +0 -61
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.request-delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.request-truncate.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.update.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/event.list.d.ts +0 -68
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/event.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/event.list.js +0 -65
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch.d.ts +0 -62
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch.js +0 -66
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/time-bucket.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.exists.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.fetch.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.request-delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.update.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/api-key-role-association.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/api-key-role-association.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/api-key-role-association.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/role.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/user-role-association.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/user-role-association.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/user-role-association.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/index.d.ts +0 -57
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/index.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/index.js +0 -67
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/secret/secret.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/secret/secret.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/secret/secret.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.exchange.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.get.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/permissions.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.fetch.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.translate-name-to-id.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/variable/variable.create.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/variable/variable.delete.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/variable/variable.list.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command-custom.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command-graphql.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command.d.ts +0 -77
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command.js +0 -147
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/flowcore-client.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/flowcore-client.js +0 -151
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/notification-client.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/tenant.cache.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/websocket-client.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/websocket-command.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/ai-agent-coordinator-stream.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/ai-agent-coordinator.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/api-key.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/container.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/data-core.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event-type.d.ts +0 -109
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event-type.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event-type.js +0 -101
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event.d.ts +0 -20
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/flow-type.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/iam.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/index.d.ts +0 -9
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/index.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/pat.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/permission.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/tenant.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/variable.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/client-error.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/command-error.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/index.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/invalid-response.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/not-found.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/local-cache.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/logger.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/parse-response-helper.d.ts.map +0 -1
- package/esm/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/try-catch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/artifact-get.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/context-add-item.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-get.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-list.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/ai-agent-coordinator/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/api-key/api-key.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/api-key/api-key.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/api-key/api-key.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.fetch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/container-registry/container-registry.update.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.exists.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.fetch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.request-delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/data-core/data-core.update.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.exists.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.fetch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.info.d.ts +0 -37
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.info.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.info.js +0 -65
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.request-delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.request-truncate.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/event-type/event-type.update.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/event.list.d.ts +0 -68
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/event.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/event.list.js +0 -69
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch.d.ts +0 -62
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/events.fetch.js +0 -70
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/events/time-bucket.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.exists.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.fetch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.request-delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/flow-type/flow-type.update.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/api-key-role-association.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/api-key-role-association.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/api-key-role-association.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/role.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/user-role-association.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/user-role-association.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/iam/user-role-association.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/index.d.ts +0 -57
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/index.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/index.js +0 -83
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/secret/secret.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/secret/secret.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/secret/secret.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.exchange.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.get.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/pat.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/security/permissions.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.disable-sensitive-data.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.enable-sensitive-data.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.fetch.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/tenant/tenant.translate-name-to-id.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/variable/variable.create.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/variable/variable.delete.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/commands/variable/variable.list.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command-custom.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command-graphql.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command.d.ts +0 -77
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/command.js +0 -174
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/flowcore-client.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/flowcore-client.js +0 -155
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/notification-client.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/tenant.cache.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/websocket-client.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/common/websocket-command.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/ai-agent-coordinator-stream.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/ai-agent-coordinator.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/api-key.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/container.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/data-core.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event-type.d.ts +0 -109
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event-type.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event-type.js +0 -104
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event.d.ts +0 -20
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/event.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/flow-type.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/iam.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/index.d.ts +0 -9
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/index.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/pat.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/permission.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/tenant.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/contracts/variable.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/client-error.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/command-error.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/index.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/invalid-response.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/exceptions/not-found.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/local-cache.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/logger.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/parse-response-helper.d.ts.map +0 -1
- package/script/deps/jsr.io/@flowcore/sdk/1.37.0/src/utils/try-catch.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/artifact-get.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/artifact-get.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-add-item.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-add-item.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-remove-item.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-delete.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-get.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-get.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-list.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-list.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-stream.command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/mod.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/mod.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.fetch.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.fetch.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.update.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.update.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.exists.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.exists.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.fetch.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.fetch.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.request-delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.request-delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.update.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.update.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.exists.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.exists.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.fetch.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.fetch.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-truncate.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-truncate.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.update.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.update.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/events.fetch-time-buckets-by-names.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/events.fetch-time-buckets-by-names.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/time-bucket.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/time-bucket.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.exists.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.exists.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.fetch.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.fetch.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.request-delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.request-delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.update.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.update.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/role.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/role.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.exchange.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.exchange.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.get.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.get.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/permissions.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/permissions.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.disable-sensitive-data.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.disable-sensitive-data.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.enable-sensitive-data.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.enable-sensitive-data.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.fetch.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.fetch.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.translate-name-to-id.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.translate-name-to-id.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.create.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.create.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.delete.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.delete.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.list.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.list.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-custom.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-custom.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-graphql.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-graphql.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/flowcore-client.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/notification-client.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/notification-client.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/tenant.cache.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/tenant.cache.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-client.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-client.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-command.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-command.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator-stream.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator-stream.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/api-key.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/api-key.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/container.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/container.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/data-core.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/data-core.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/event.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/flow-type.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/flow-type.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/iam.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/iam.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/index.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/pat.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/pat.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/permission.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/permission.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/tenant.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/tenant.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/variable.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/variable.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/client-error.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/client-error.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/command-error.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/command-error.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/index.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/index.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/invalid-response.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/invalid-response.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/not-found.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/not-found.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/mod.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/mod.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/local-cache.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/local-cache.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/logger.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/logger.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/parse-response-helper.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/parse-response-helper.js +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/try-catch.d.ts +0 -0
- /package/esm/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/try-catch.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/artifact-get.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/artifact-get.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-add-item.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-add-item.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-remove-item.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/context-remove-item.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-delete.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-delete.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-get.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-get.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-list.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-list.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-stream.command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/conversation-stream.command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/mod.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/ai-agent-coordinator/mod.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/api-key/api-key.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.fetch.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.fetch.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.update.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/container-registry/container-registry.update.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.exists.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.exists.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.fetch.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.fetch.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.request-delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.request-delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.update.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/data-core/data-core.update.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.exists.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.exists.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.fetch.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.fetch.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-truncate.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.request-truncate.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.update.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/event-type/event-type.update.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/events.fetch-time-buckets-by-names.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/events.fetch-time-buckets-by-names.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/time-bucket.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/events/time-bucket.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.exists.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.exists.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.fetch.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.fetch.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.request-delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.request-delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.update.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/flow-type/flow-type.update.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/api-key-role-association.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/role.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/role.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/iam/user-role-association.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/secret/secret.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.exchange.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.exchange.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.get.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.get.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/pat.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/permissions.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/security/permissions.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.disable-sensitive-data.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.disable-sensitive-data.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.enable-sensitive-data.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.enable-sensitive-data.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.fetch.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.fetch.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.translate-name-to-id.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/tenant/tenant.translate-name-to-id.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.create.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.create.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.delete.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.delete.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.list.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/commands/variable/variable.list.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-custom.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-custom.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-graphql.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/command-graphql.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/flowcore-client.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/notification-client.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/notification-client.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/tenant.cache.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/tenant.cache.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-client.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-client.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-command.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/common/websocket-command.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator-stream.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator-stream.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/ai-agent-coordinator.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/api-key.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/api-key.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/container.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/container.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/data-core.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/data-core.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/event.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/flow-type.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/flow-type.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/iam.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/iam.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/index.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/pat.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/pat.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/permission.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/permission.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/tenant.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/tenant.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/variable.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/contracts/variable.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/client-error.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/client-error.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/command-error.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/command-error.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/index.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/index.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/invalid-response.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/invalid-response.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/not-found.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/exceptions/not-found.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/mod.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/mod.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/local-cache.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/local-cache.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/logger.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/logger.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/parse-response-helper.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/parse-response-helper.js +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/try-catch.d.ts +0 -0
- /package/script/deps/jsr.io/@flowcore/sdk/{1.37.0 → 1.49.0}/src/utils/try-catch.js +0 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { EventTypeListRemovedSensitiveDataResponseSchema, } from "../../contracts/event-type.js";
|
|
3
|
+
import { parseResponseHelper } from "../../utils/parse-response-helper.js";
|
|
4
|
+
/**
|
|
5
|
+
* Fetch an event type
|
|
6
|
+
*/
|
|
7
|
+
export class EventTypeListRemovedSensitiveDataCommand extends Command {
|
|
8
|
+
/**
|
|
9
|
+
* Get the method
|
|
10
|
+
*/
|
|
11
|
+
getMethod() {
|
|
12
|
+
return "GET";
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Get the base url
|
|
16
|
+
*/
|
|
17
|
+
getBaseUrl() {
|
|
18
|
+
return "https://event-type-2.api.flowcore.io";
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the path
|
|
22
|
+
*/
|
|
23
|
+
getPath() {
|
|
24
|
+
const queryParams = new URLSearchParams();
|
|
25
|
+
this.input.dataCoreId && queryParams.set("dataCoreId", this.input.dataCoreId);
|
|
26
|
+
this.input.flowTypeId && queryParams.set("flowTypeId", this.input.flowTypeId);
|
|
27
|
+
this.input.eventTypeId && queryParams.set("eventTypeId", this.input.eventTypeId);
|
|
28
|
+
this.input.parentKey && queryParams.set("parentKey", this.input.parentKey);
|
|
29
|
+
this.input.application && queryParams.set("application", this.input.application);
|
|
30
|
+
this.input.page && queryParams.set("page", this.input.page.toString());
|
|
31
|
+
this.input.pageSize && queryParams.set("pageSize", this.input.pageSize.toString());
|
|
32
|
+
this.input.type && queryParams.set("type", this.input.type);
|
|
33
|
+
this.input.sort && queryParams.set("sort", this.input.sort);
|
|
34
|
+
this.input.createdAtFrom && queryParams.set("createdAtFrom", this.input.createdAtFrom);
|
|
35
|
+
this.input.createdAtTo && queryParams.set("createdAtTo", this.input.createdAtTo);
|
|
36
|
+
return `/api/v1/event-types/sensitive-data/${this.input.tenantId}?${queryParams.toString()}`;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Parse the response
|
|
40
|
+
*/
|
|
41
|
+
parseResponse(rawResponse) {
|
|
42
|
+
return parseResponseHelper(EventTypeListRemovedSensitiveDataResponseSchema, rawResponse);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAEjD,OAAO,EAAE,KAAK,SAAS,EAAmB,MAAM,+BAA+B,CAAA;AAG/E;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAAC,kBAAkB,EAAE,SAAS,EAAE,CAAC;IAChF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAMpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,SAAS,EAAE;CAIpE"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { type EventTypeRemoveSensitiveData } from "../../contracts/event-type.js";
|
|
3
|
+
/**
|
|
4
|
+
* The input for the event type list removed sensitive data command
|
|
5
|
+
*/
|
|
6
|
+
export interface EventTypeRemoveSensitiveDataInput {
|
|
7
|
+
/** The id of the event type */
|
|
8
|
+
eventTypeId: string;
|
|
9
|
+
/** The identifier of the application that is trying to remove sensitive data */
|
|
10
|
+
application: string;
|
|
11
|
+
/** The parent key of sensitive data point */
|
|
12
|
+
parentKey: string;
|
|
13
|
+
/** The key of sensitive data point */
|
|
14
|
+
key: string;
|
|
15
|
+
/** The removal type of sensitive data point */
|
|
16
|
+
type: "remove" | "scramble";
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Fetch an event type
|
|
20
|
+
*/
|
|
21
|
+
export declare class EventTypeRemoveSensitiveDataCommand extends Command<EventTypeRemoveSensitiveDataInput, EventTypeRemoveSensitiveData> {
|
|
22
|
+
/**
|
|
23
|
+
* Get the method
|
|
24
|
+
*/
|
|
25
|
+
protected getMethod(): string;
|
|
26
|
+
/**
|
|
27
|
+
* Get the base url
|
|
28
|
+
*/
|
|
29
|
+
protected getBaseUrl(): string;
|
|
30
|
+
/**
|
|
31
|
+
* Get the path
|
|
32
|
+
*/
|
|
33
|
+
protected getPath(): string;
|
|
34
|
+
/**
|
|
35
|
+
* Parse the response
|
|
36
|
+
*/
|
|
37
|
+
protected parseResponse(rawResponse: unknown): EventTypeRemoveSensitiveData;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=event-type.remove-sensitive-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.remove-sensitive-data.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.remove-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,4BAA4B,EAAsC,MAAM,+BAA+B,CAAA;AAGrH;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAChD,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,gFAAgF;IAChF,WAAW,EAAE,MAAM,CAAA;IACnB,6CAA6C;IAC7C,SAAS,EAAE,MAAM,CAAA;IACjB,sCAAsC;IACtC,GAAG,EAAE,MAAM,CAAA;IACX,+CAA+C;IAC/C,IAAI,EAAE,QAAQ,GAAG,UAAU,CAAA;CAC5B;AAED;;GAEG;AACH,qBAAa,mCACX,SAAQ,OAAO,CAAC,iCAAiC,EAAE,4BAA4B,CAAC;IAChF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,4BAA4B;CAGrF"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command } from "../../common/command.js";
|
|
2
|
+
import { EventTypeRemoveSensitiveDataSchema } from "../../contracts/event-type.js";
|
|
3
|
+
import { parseResponseHelper } from "../../utils/parse-response-helper.js";
|
|
4
|
+
/**
|
|
5
|
+
* Fetch an event type
|
|
6
|
+
*/
|
|
7
|
+
export class EventTypeRemoveSensitiveDataCommand extends Command {
|
|
8
|
+
/**
|
|
9
|
+
* Get the method
|
|
10
|
+
*/
|
|
11
|
+
getMethod() {
|
|
12
|
+
return "POST";
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Get the base url
|
|
16
|
+
*/
|
|
17
|
+
getBaseUrl() {
|
|
18
|
+
return "https://event-type-2.api.flowcore.io";
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the path
|
|
22
|
+
*/
|
|
23
|
+
getPath() {
|
|
24
|
+
return `/api/v1/event-types/sensitive-data/remove`;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Parse the response
|
|
28
|
+
*/
|
|
29
|
+
parseResponse(rawResponse) {
|
|
30
|
+
return parseResponseHelper(EventTypeRemoveSensitiveDataSchema, rawResponse);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.request-delete.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.request-delete.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAErE;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,6DAA6D;IAC7D,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,OAAO,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,OAAO,CAAC,2BAA2B,EAAE,4BAA4B,CAAC;IACnH;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAmB;IAEhE;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,4BAA4B;IAUpF;;OAEG;cACgB,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAS9D;;OAEG;cACsB,eAAe,CACtC,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,4BAA4B,GACrC,OAAO,CAAC,4BAA4B,CAAC;CAkBzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.request-truncate.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/event-type/event-type.request-truncate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AACrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAKnE;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,+DAA+D;IAC/D,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,OAAO,EAAE,OAAO,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,+BACX,SAAQ,OAAO,CAAC,6BAA6B,EAAE,8BAA8B,CAAC;IAC9E;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAmB;IAEhE;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,8BAA8B;IAUtF;;OAEG;cACgB,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAS9D;;OAEG;cACsB,eAAe,CACtC,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,8BAA8B,GACvC,OAAO,CAAC,8BAA8B,CAAC;CAmB3C"}
|
package/esm/deps/jsr.io/@flowcore/sdk/1.49.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.49.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,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.49.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,66 @@
|
|
|
1
|
+
import { Type } from "@sinclair/typebox";
|
|
2
|
+
import { Command } from "../../common/command.js";
|
|
3
|
+
import { parseResponseHelper } from "../../utils/parse-response-helper.js";
|
|
4
|
+
import { FlowcoreEventSchema } from "../../contracts/event.js";
|
|
5
|
+
/**
|
|
6
|
+
* The response schema for the events fetch command
|
|
7
|
+
*/
|
|
8
|
+
const responseSchema = Type.Object({
|
|
9
|
+
events: Type.Array(FlowcoreEventSchema),
|
|
10
|
+
nextCursor: Type.Optional(Type.String()),
|
|
11
|
+
});
|
|
12
|
+
/**
|
|
13
|
+
* Fetch time buckets for an event type
|
|
14
|
+
*/
|
|
15
|
+
export class EventListCommand extends Command {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
/**
|
|
19
|
+
* The dedicated subdomain for the command
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
configurable: true,
|
|
24
|
+
writable: true,
|
|
25
|
+
value: "event-source"
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Get the method for the request
|
|
30
|
+
*/
|
|
31
|
+
getMethod() {
|
|
32
|
+
return "GET";
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Get the base url for the request
|
|
36
|
+
*/
|
|
37
|
+
getBaseUrl() {
|
|
38
|
+
return "https://event-source.api.flowcore.io";
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Get the path for the request
|
|
42
|
+
*/
|
|
43
|
+
getPath() {
|
|
44
|
+
const query = new URLSearchParams();
|
|
45
|
+
const eventTypeIds = Array.isArray(this.input.eventTypeId) ? this.input.eventTypeId : [this.input.eventTypeId];
|
|
46
|
+
for (const eventTypeId of eventTypeIds) {
|
|
47
|
+
query.append("eventTypeId", eventTypeId);
|
|
48
|
+
}
|
|
49
|
+
query.set("timeBucket", this.input.timeBucket);
|
|
50
|
+
this.input.cursor && query.set("cursor", this.input.cursor.toString());
|
|
51
|
+
this.input.pageSize && query.set("pageSize", this.input.pageSize.toString());
|
|
52
|
+
this.input.fromEventId && query.set("fromEventId", this.input.fromEventId);
|
|
53
|
+
this.input.afterEventId && query.set("afterEventId", this.input.afterEventId);
|
|
54
|
+
this.input.toEventId && query.set("toEventId", this.input.toEventId);
|
|
55
|
+
this.input.order && query.set("order", this.input.order);
|
|
56
|
+
this.input.includeSensitiveData && query.set("includeSensitiveData", this.input.includeSensitiveData.toString());
|
|
57
|
+
return `/api/v1/events?${query.toString()}`;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Parse the response
|
|
61
|
+
*/
|
|
62
|
+
parseResponse(rawResponse) {
|
|
63
|
+
const response = parseResponseHelper(responseSchema, rawResponse);
|
|
64
|
+
return response;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.fetch-time-buckets-by-names.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.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,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.49.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,67 @@
|
|
|
1
|
+
import { Type } from "@sinclair/typebox";
|
|
2
|
+
import { Command } from "../../common/command.js";
|
|
3
|
+
import { parseResponseHelper } from "../../utils/parse-response-helper.js";
|
|
4
|
+
import { FlowcoreEventSchema } from "../../contracts/event.js";
|
|
5
|
+
/**
|
|
6
|
+
* The response schema for the events fetch command
|
|
7
|
+
*/
|
|
8
|
+
const responseSchema = Type.Object({
|
|
9
|
+
events: Type.Array(FlowcoreEventSchema),
|
|
10
|
+
nextCursor: Type.Optional(Type.String()),
|
|
11
|
+
});
|
|
12
|
+
/**
|
|
13
|
+
* Fetch time buckets for an event type
|
|
14
|
+
*/
|
|
15
|
+
export class EventsFetchCommand extends Command {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
/**
|
|
19
|
+
* The dedicated subdomain for the command
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(this, "dedicatedSubdomain", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
configurable: true,
|
|
24
|
+
writable: true,
|
|
25
|
+
value: "event-source"
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Get the base url for the request
|
|
30
|
+
*/
|
|
31
|
+
getBaseUrl() {
|
|
32
|
+
return "https://event-source.api.flowcore.io";
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Get the path for the request
|
|
36
|
+
*/
|
|
37
|
+
getPath() {
|
|
38
|
+
const query = {
|
|
39
|
+
...(this.input.cursor ? { cursor: this.input.cursor.toString() } : {}),
|
|
40
|
+
...(this.input.pageSize ? { pageSize: this.input.pageSize.toString() } : {}),
|
|
41
|
+
...(this.input.fromEventId ? { fromEventId: this.input.fromEventId } : {}),
|
|
42
|
+
...(this.input.afterEventId ? { afterEventId: this.input.afterEventId } : {}),
|
|
43
|
+
...(this.input.toEventId ? { toEventId: this.input.toEventId } : {}),
|
|
44
|
+
...(this.input.includeSensitiveData ? { includeSensitiveData: this.input.includeSensitiveData.toString() } : {}),
|
|
45
|
+
};
|
|
46
|
+
return `/api/v1/events?${new URLSearchParams(query).toString()}`;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Parse the response
|
|
50
|
+
*/
|
|
51
|
+
parseResponse(rawResponse) {
|
|
52
|
+
const response = parseResponseHelper(responseSchema, rawResponse);
|
|
53
|
+
return response;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Get the body for the request
|
|
57
|
+
*/
|
|
58
|
+
getBody() {
|
|
59
|
+
return {
|
|
60
|
+
tenant: this.input.tenant,
|
|
61
|
+
dataCoreId: this.input.dataCoreId,
|
|
62
|
+
flowType: this.input.flowType,
|
|
63
|
+
eventTypes: this.input.eventTypes,
|
|
64
|
+
timeBucket: this.input.timeBucket,
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-bucket.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow-type.create.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAG5E;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAA;IACZ,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAA;CACpB;AAED;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC;IAC/E;;OAEG;IACH,UAAmB,cAAc,EAAE,OAAO,CAAQ;IAElD;;OAEG;cACgB,SAAS,IAAI,MAAM;IAGtC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ;CAGjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow-type.exists.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.exists.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,mCAAmC;IACnC,MAAM,EAAE,OAAO,CAAA;CAChB;AAED;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAAC,mBAAmB,EAAE,oBAAoB,CAAC;IAC3F;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,oBAAoB;CAI7E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow-type.fetch.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.fetch.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAG5E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,KAAK,CAAA;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,KAAK,CAAA;IAClB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,KAAK,CAAA;CACjB;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GAAG,wBAAwB,CAAA;AAElF;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAAC,kBAAkB,EAAE,QAAQ,CAAC;IAC7E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAUpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ;IAYhE;;OAEG;cACgB,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;CAQ/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow-type.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAEjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAG5E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,OAAO,CAAC,iBAAiB,EAAE,QAAQ,EAAE,CAAC;IAC7E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAMpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ,EAAE;CAInE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow-type.request-delete.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.request-delete.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AACrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAKnE;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,4DAA4D;IAC5D,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,OAAO,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,OAAO,CAAC,0BAA0B,EAAE,2BAA2B,CAAC;IAChH;;OAEG;IACH,UAAmB,kBAAkB,EAAE,MAAM,CAAmB;IAEhE;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,2BAA2B;IAUnF;;OAEG;cACgB,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAS9D;;OAEG;cACsB,eAAe,CACtC,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,2BAA2B,GACpC,OAAO,CAAC,2BAA2B,CAAC;CAkBxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flow-type.update.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/flow-type/flow-type.update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAG5E;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC;IAC/E;;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,QAAQ;CAGjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-key-role-association.create.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,OAAO,EAAE,KAAK,OAAO,EAAQ,MAAM,mBAAmB,CAAA;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAA;IAChB,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,QAAA,MAAM,cAAc,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,KAAK,EAAE,OAAO,CAAA;CACf,CAIC,CAAA;AAEF,KAAK,iCAAiC,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,cAAc,CAAC,EAAE,OAAO,CAAC,GAAG;IACtF,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED;;GAEG;AACH,qBAAa,kCACX,SAAQ,OAAO,CAAC,gCAAgC,EAAE,iCAAiC,CAAC;IACpF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,iCAAiC;CAO1F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-key-role-association.delete.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.delete.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,OAAO,EAAE,KAAK,OAAO,EAAQ,MAAM,mBAAmB,CAAA;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAA;IAChB,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,QAAA,MAAM,cAAc,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,KAAK,EAAE,OAAO,CAAA;CACf,CAIC,CAAA;AAEF,KAAK,iCAAiC,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,cAAc,CAAC,EAAE,OAAO,CAAC,GAAG;IACtF,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED;;GAEG;AACH,qBAAa,kCACX,SAAQ,OAAO,CAAC,gCAAgC,EAAE,iCAAiC,CAAC;IACpF;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,iCAAiC;CAO1F"}
|
package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.list.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-key-role-association.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/api-key-role-association.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,wBAAwB,CAAA;AAE9D;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,gCAAiC,SAAQ,OAAO,CAAC,8BAA8B,EAAE,IAAI,EAAE,CAAC;IACnG;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,EAAE;CAO/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"role.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/role.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,wBAAwB,CAAA;AAE9D;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED;;GAEG;AACH,qBAAa,eAAgB,SAAQ,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE,CAAC;IACjE;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAQpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,EAAE;CAO/D"}
|
package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.create.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-role-association.create.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,OAAO,EAAE,KAAK,OAAO,EAAQ,MAAM,mBAAmB,CAAA;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,QAAA,MAAM,cAAc,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,MAAM,EAAE,OAAO,CAAA;CAChB,CAIC,CAAA;AAEF;;GAEG;AACH,qBAAa,gCACX,SAAQ,OAAO,CAAC,8BAA8B,EAAE,MAAM,CAAC,OAAO,cAAc,CAAC,CAAC;IAC9E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,MAAM,CAAC,OAAO,cAAc,CAAC;CAGtF"}
|
package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.delete.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-role-association.delete.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.delete.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,OAAO,EAAE,KAAK,OAAO,EAAQ,MAAM,mBAAmB,CAAA;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,QAAA,MAAM,cAAc,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,MAAM,EAAE,OAAO,CAAA;CAChB,CAIC,CAAA;AAEF;;GAEG;AACH,qBAAa,gCACX,SAAQ,OAAO,CAAC,8BAA8B,EAAE,MAAM,CAAC,OAAO,cAAc,CAAC,CAAC;IAC9E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,MAAM,CAAC,OAAO,cAAc,CAAC;CAGtF"}
|
package/esm/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.list.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-role-association.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/iam/user-role-association.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,wBAAwB,CAAA;AAE9D;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,oBAAoB;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED;;GAEG;AACH,qBAAa,8BAA+B,SAAQ,OAAO,CAAC,4BAA4B,EAAE,IAAI,EAAE,CAAC;IAC/F;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAMpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,EAAE;CAO/D"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export * from "./tenant/tenant.disable-sensitive-data.js";
|
|
2
|
+
export * from "./tenant/tenant.enable-sensitive-data.js";
|
|
3
|
+
export * from "./tenant/tenant.fetch.js";
|
|
4
|
+
export * from "./tenant/tenant.list.js";
|
|
5
|
+
export * from "./tenant/tenant.translate-name-to-id.js";
|
|
6
|
+
export * from "./api-key/api-key.create.js";
|
|
7
|
+
export * from "./api-key/api-key.delete.js";
|
|
8
|
+
export * from "./api-key/api-key.list.js";
|
|
9
|
+
export * from "./secret/secret.create.js";
|
|
10
|
+
export * from "./secret/secret.delete.js";
|
|
11
|
+
export * from "./secret/secret.list.js";
|
|
12
|
+
export * from "./variable/variable.create.js";
|
|
13
|
+
export * from "./variable/variable.delete.js";
|
|
14
|
+
export * from "./variable/variable.list.js";
|
|
15
|
+
export * from "./data-core/data-core.create.js";
|
|
16
|
+
export * from "./data-core/data-core.exists.js";
|
|
17
|
+
export * from "./data-core/data-core.fetch.js";
|
|
18
|
+
export * from "./data-core/data-core.list.js";
|
|
19
|
+
export * from "./data-core/data-core.request-delete.js";
|
|
20
|
+
export * from "./data-core/data-core.update.js";
|
|
21
|
+
export * from "./flow-type/flow-type.create.js";
|
|
22
|
+
export * from "./flow-type/flow-type.exists.js";
|
|
23
|
+
export * from "./flow-type/flow-type.fetch.js";
|
|
24
|
+
export * from "./flow-type/flow-type.list.js";
|
|
25
|
+
export * from "./flow-type/flow-type.request-delete.js";
|
|
26
|
+
export * from "./flow-type/flow-type.update.js";
|
|
27
|
+
export * from "./event-type/event-type.create.js";
|
|
28
|
+
export * from "./event-type/event-type.exists.js";
|
|
29
|
+
export * from "./event-type/event-type.fetch.js";
|
|
30
|
+
export * from "./event-type/event-type.info.js";
|
|
31
|
+
export * from "./event-type/event-type.list-removed-sensitive-data.js";
|
|
32
|
+
export * from "./event-type/event-type.list.js";
|
|
33
|
+
export * from "./event-type/event-type.remove-sensitive-data.js";
|
|
34
|
+
export * from "./event-type/event-type.request-delete.js";
|
|
35
|
+
export * from "./event-type/event-type.request-truncate.js";
|
|
36
|
+
export * from "./event-type/event-type.update.js";
|
|
37
|
+
export * from "./ingestion/ingest.batch.js";
|
|
38
|
+
export * from "./ingestion/ingest.event.js";
|
|
39
|
+
export * from "./iam/api-key-role-association.create.js";
|
|
40
|
+
export * from "./iam/api-key-role-association.delete.js";
|
|
41
|
+
export * from "./iam/api-key-role-association.list.js";
|
|
42
|
+
export * from "./iam/role.list.js";
|
|
43
|
+
export * from "./iam/user-role-association.create.js";
|
|
44
|
+
export * from "./iam/user-role-association.delete.js";
|
|
45
|
+
export * from "./iam/user-role-association.list.js";
|
|
46
|
+
export * from "./events/event.list.js";
|
|
47
|
+
export * from "./events/events.fetch-time-buckets-by-names.js";
|
|
48
|
+
export * from "./events/events.fetch.js";
|
|
49
|
+
export * from "./events/time-bucket.list.js";
|
|
50
|
+
export * from "./container-registry/container-registry.create.js";
|
|
51
|
+
export * from "./container-registry/container-registry.delete.js";
|
|
52
|
+
export * from "./container-registry/container-registry.fetch.js";
|
|
53
|
+
export * from "./container-registry/container-registry.list.js";
|
|
54
|
+
export * from "./container-registry/container-registry.update.js";
|
|
55
|
+
export * from "./security/pat.create.js";
|
|
56
|
+
export * from "./security/pat.delete.js";
|
|
57
|
+
export * from "./security/pat.exchange.js";
|
|
58
|
+
export * from "./security/pat.get.js";
|
|
59
|
+
export * from "./security/pat.list.js";
|
|
60
|
+
export * from "./security/permissions.list.js";
|
|
61
|
+
export * from "./scenario/scenario.create.js";
|
|
62
|
+
export * from "./scenario/scenario.delete.js";
|
|
63
|
+
export * from "./scenario/scenario.fetch.js";
|
|
64
|
+
export * from "./scenario/scenario.list.js";
|
|
65
|
+
export * from "./scenario/scenario.update.js";
|
|
66
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.49.0/src/commands/index.ts"],"names":[],"mappings":"AACA,cAAc,2CAA2C,CAAA;AACzD,cAAc,0CAA0C,CAAA;AACxD,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yCAAyC,CAAA;AAGvD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,2BAA2B,CAAA;AAGzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AAGvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAG3C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,yCAAyC,CAAA;AACvD,cAAc,iCAAiC,CAAA;AAG/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,yCAAyC,CAAA;AACvD,cAAc,iCAAiC,CAAA;AAG/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,mCAAmC,CAAA;AACjD,cAAc,kCAAkC,CAAA;AAChD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wDAAwD,CAAA;AACtE,cAAc,iCAAiC,CAAA;AAC/C,cAAc,kDAAkD,CAAA;AAChE,cAAc,2CAA2C,CAAA;AACzD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,mCAAmC,CAAA;AAGjD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAG3C,cAAc,0CAA0C,CAAA;AACxD,cAAc,0CAA0C,CAAA;AACxD,cAAc,wCAAwC,CAAA;AACtD,cAAc,oBAAoB,CAAA;AAClC,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AACrD,cAAc,qCAAqC,CAAA;AAGnD,cAAc,wBAAwB,CAAA;AACtC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,0BAA0B,CAAA;AACxC,cAAc,8BAA8B,CAAA;AAG5C,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,kDAAkD,CAAA;AAChE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,mDAAmD,CAAA;AAGjE,cAAc,0BAA0B,CAAA;AACxC,cAAc,0BAA0B,CAAA;AACxC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAG9C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA"}
|