@frontmcp/sdk 1.1.2 → 1.2.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/adapter/adapter.instance.d.ts +5 -5
- package/adapter/adapter.instance.d.ts.map +1 -1
- package/adapter/adapter.registry.d.ts +3 -3
- package/adapter/adapter.registry.d.ts.map +1 -1
- package/adapter/adapter.utils.d.ts +2 -2
- package/adapter/adapter.utils.d.ts.map +1 -1
- package/agent/adapters/adapter.factory.d.ts +2 -2
- package/agent/adapters/adapter.factory.d.ts.map +1 -1
- package/agent/adapters/anthropic.adapter.d.ts +2 -2
- package/agent/adapters/anthropic.adapter.d.ts.map +1 -1
- package/agent/adapters/base.adapter.d.ts +1 -1
- package/agent/adapters/base.adapter.d.ts.map +1 -1
- package/agent/adapters/openai.adapter.d.ts +2 -2
- package/agent/adapters/openai.adapter.d.ts.map +1 -1
- package/agent/adapters/providers/index.d.ts +2 -2
- package/agent/adapters/providers/index.d.ts.map +1 -1
- package/agent/agent-execution-loop.d.ts +1 -1
- package/agent/agent-execution-loop.d.ts.map +1 -1
- package/agent/agent.registry.d.ts +6 -6
- package/agent/agent.registry.d.ts.map +1 -1
- package/agent/agent.scope.d.ts +7 -7
- package/agent/agent.scope.d.ts.map +1 -1
- package/agent/agent.utils.d.ts +2 -2
- package/agent/agent.utils.d.ts.map +1 -1
- package/agent/flows/call-agent.flow.d.ts +2 -0
- package/agent/flows/call-agent.flow.d.ts.map +1 -1
- package/agent/hooks/agent.hooks.d.ts +4 -4
- package/app/app.registry.d.ts +3 -3
- package/app/app.registry.d.ts.map +1 -1
- package/app/app.utils.d.ts +2 -2
- package/app/app.utils.d.ts.map +1 -1
- package/app/instances/app.esm.instance.d.ts +6 -6
- package/app/instances/app.esm.instance.d.ts.map +1 -1
- package/app/instances/app.local.instance.d.ts +6 -6
- package/app/instances/app.local.instance.d.ts.map +1 -1
- package/app/instances/app.remote.instance.d.ts +5 -5
- package/app/instances/app.remote.instance.d.ts.map +1 -1
- package/auth/auth.registry.d.ts +3 -3
- package/auth/auth.registry.d.ts.map +1 -1
- package/auth/auth.utils.d.ts +2 -2
- package/auth/auth.utils.d.ts.map +1 -1
- package/auth/instances/instance.local-primary-auth.d.ts +4 -6
- package/auth/instances/instance.local-primary-auth.d.ts.map +1 -1
- package/auth/instances/instance.remote-primary-auth.d.ts +3 -3
- package/auth/instances/instance.remote-primary-auth.d.ts.map +1 -1
- package/auth/session/record/session.base.d.ts +2 -2
- package/auth/session/record/session.base.d.ts.map +1 -1
- package/auth/session/record/session.mcp.d.ts +1 -1
- package/auth/session/record/session.mcp.d.ts.map +1 -1
- package/auth/session/session.service.d.ts +1 -1
- package/auth/session/session.service.d.ts.map +1 -1
- package/auth/vault/credential-cache.d.ts +1 -1
- package/auth/vault/credential-cache.d.ts.map +1 -1
- package/builtin/config/config.symbols.d.ts +1 -1
- package/builtin/config/config.symbols.d.ts.map +1 -1
- package/channel/channel-notification.service.d.ts +18 -6
- package/channel/channel-notification.service.d.ts.map +1 -1
- package/channel/channel-scope.helper.d.ts +8 -8
- package/channel/channel-scope.helper.d.ts.map +1 -1
- package/channel/channel.instance.d.ts +2 -2
- package/channel/channel.instance.d.ts.map +1 -1
- package/channel/channel.registry.d.ts +5 -5
- package/channel/channel.registry.d.ts.map +1 -1
- package/common/decorators/adapter.decorator.d.ts +1 -1
- package/common/decorators/adapter.decorator.d.ts.map +1 -1
- package/common/decorators/app.decorator.d.ts +1 -1
- package/common/decorators/app.decorator.d.ts.map +1 -1
- package/common/decorators/auth-provider.decorator.d.ts +1 -1
- package/common/decorators/auth-provider.decorator.d.ts.map +1 -1
- package/common/decorators/channel.decorator.d.ts +2 -2
- package/common/decorators/channel.decorator.d.ts.map +1 -1
- package/common/decorators/flow.decorator.d.ts +1 -1
- package/common/decorators/flow.decorator.d.ts.map +1 -1
- package/common/decorators/hook.decorator.d.ts +1 -1
- package/common/decorators/hook.decorator.d.ts.map +1 -1
- package/common/decorators/logger.decorator.d.ts +1 -1
- package/common/decorators/logger.decorator.d.ts.map +1 -1
- package/common/decorators/plugin.decorator.d.ts +1 -1
- package/common/decorators/plugin.decorator.d.ts.map +1 -1
- package/common/decorators/prompt.decorator.d.ts +4 -5
- package/common/decorators/prompt.decorator.d.ts.map +1 -1
- package/common/decorators/provider.decorator.d.ts +1 -1
- package/common/decorators/provider.decorator.d.ts.map +1 -1
- package/common/decorators/resource.decorator.d.ts +4 -5
- package/common/decorators/resource.decorator.d.ts.map +1 -1
- package/common/decorators/skill.decorator.d.ts +3 -4
- package/common/decorators/skill.decorator.d.ts.map +1 -1
- package/common/decorators/workflow.decorator.d.ts +1 -1
- package/common/decorators/workflow.decorator.d.ts.map +1 -1
- package/common/dynamic/dynamic.adapter.d.ts +1 -1
- package/common/dynamic/dynamic.adapter.d.ts.map +1 -1
- package/common/dynamic/dynamic.plugin.d.ts +2 -2
- package/common/dynamic/dynamic.plugin.d.ts.map +1 -1
- package/common/dynamic/dynamic.utils.d.ts +1 -1
- package/common/dynamic/dynamic.utils.d.ts.map +1 -1
- package/common/entries/adapter.entry.d.ts +3 -3
- package/common/entries/adapter.entry.d.ts.map +1 -1
- package/common/entries/app.entry.d.ts +6 -6
- package/common/entries/app.entry.d.ts.map +1 -1
- package/common/entries/auth-provider.entry.d.ts +3 -3
- package/common/entries/auth-provider.entry.d.ts.map +1 -1
- package/common/entries/base.entry.d.ts +1 -1
- package/common/entries/base.entry.d.ts.map +1 -1
- package/common/entries/channel.entry.d.ts +2 -2
- package/common/entries/channel.entry.d.ts.map +1 -1
- package/common/entries/flow.entry.d.ts +5 -5
- package/common/entries/flow.entry.d.ts.map +1 -1
- package/common/entries/hook.entry.d.ts +5 -5
- package/common/entries/hook.entry.d.ts.map +1 -1
- package/common/entries/logger.entry.d.ts +3 -3
- package/common/entries/logger.entry.d.ts.map +1 -1
- package/common/entries/plugin.entry.d.ts +3 -3
- package/common/entries/plugin.entry.d.ts.map +1 -1
- package/common/entries/prompt.entry.d.ts +5 -7
- package/common/entries/prompt.entry.d.ts.map +1 -1
- package/common/entries/resource.entry.d.ts +7 -9
- package/common/entries/resource.entry.d.ts.map +1 -1
- package/common/entries/skill.entry.d.ts +15 -4
- package/common/entries/skill.entry.d.ts.map +1 -1
- package/common/entries/workflow.entry.d.ts +3 -3
- package/common/entries/workflow.entry.d.ts.map +1 -1
- package/common/interfaces/adapter.interface.d.ts +6 -6
- package/common/interfaces/adapter.interface.d.ts.map +1 -1
- package/common/interfaces/app.interface.d.ts +2 -2
- package/common/interfaces/app.interface.d.ts.map +1 -1
- package/common/interfaces/auth-provider.interface.d.ts +2 -2
- package/common/interfaces/auth-provider.interface.d.ts.map +1 -1
- package/common/interfaces/channel.interface.d.ts +3 -3
- package/common/interfaces/channel.interface.d.ts.map +1 -1
- package/common/interfaces/execution-context.interface.d.ts +26 -1
- package/common/interfaces/execution-context.interface.d.ts.map +1 -1
- package/common/interfaces/front-mcp.interface.d.ts +1 -1
- package/common/interfaces/front-mcp.interface.d.ts.map +1 -1
- package/common/interfaces/hook.interface.d.ts +1 -1
- package/common/interfaces/hook.interface.d.ts.map +1 -1
- package/common/interfaces/internal/primary-auth-provider.interface.d.ts +2 -2
- package/common/interfaces/internal/primary-auth-provider.interface.d.ts.map +1 -1
- package/common/interfaces/internal/registry.interface.d.ts +12 -12
- package/common/interfaces/internal/registry.interface.d.ts.map +1 -1
- package/common/interfaces/job.interface.d.ts +5 -5
- package/common/interfaces/job.interface.d.ts.map +1 -1
- package/common/interfaces/logger.interface.d.ts +2 -2
- package/common/interfaces/logger.interface.d.ts.map +1 -1
- package/common/interfaces/plugin.interface.d.ts +2 -2
- package/common/interfaces/plugin.interface.d.ts.map +1 -1
- package/common/interfaces/prompt.interface.d.ts +7 -8
- package/common/interfaces/prompt.interface.d.ts.map +1 -1
- package/common/interfaces/provider.interface.d.ts +2 -2
- package/common/interfaces/provider.interface.d.ts.map +1 -1
- package/common/interfaces/resource.interface.d.ts +3 -3
- package/common/interfaces/resource.interface.d.ts.map +1 -1
- package/common/interfaces/scope.interface.d.ts +1 -1
- package/common/interfaces/scope.interface.d.ts.map +1 -1
- package/common/interfaces/skill.interface.d.ts +86 -4
- package/common/interfaces/skill.interface.d.ts.map +1 -1
- package/common/interfaces/workflow.interface.d.ts +3 -3
- package/common/interfaces/workflow.interface.d.ts.map +1 -1
- package/common/metadata/app.metadata.d.ts +3 -2
- package/common/metadata/app.metadata.d.ts.map +1 -1
- package/common/metadata/channel.metadata.d.ts +2 -2
- package/common/metadata/front-mcp.metadata.d.ts +155 -1
- package/common/metadata/front-mcp.metadata.d.ts.map +1 -1
- package/common/metadata/hook.metadata.d.ts +3 -3
- package/common/metadata/hook.metadata.d.ts.map +1 -1
- package/common/metadata/job.metadata.d.ts +1 -1
- package/common/metadata/plugin.metadata.d.ts +3 -2
- package/common/metadata/plugin.metadata.d.ts.map +1 -1
- package/common/metadata/resource.metadata.d.ts +62 -0
- package/common/metadata/resource.metadata.d.ts.map +1 -1
- package/common/metadata/skill.metadata.d.ts +44 -2
- package/common/metadata/skill.metadata.d.ts.map +1 -1
- package/common/metadata/tool.metadata.d.ts +39 -4
- package/common/metadata/tool.metadata.d.ts.map +1 -1
- package/common/metadata/workflow.metadata.d.ts +1 -1
- package/common/records/adapter.record.d.ts +2 -2
- package/common/records/adapter.record.d.ts.map +1 -1
- package/common/records/agent.record.d.ts +4 -6
- package/common/records/agent.record.d.ts.map +1 -1
- package/common/records/app.record.d.ts +3 -3
- package/common/records/app.record.d.ts.map +1 -1
- package/common/records/auth-provider.record.d.ts +4 -4
- package/common/records/auth-provider.record.d.ts.map +1 -1
- package/common/records/channel.record.d.ts +3 -3
- package/common/records/channel.record.d.ts.map +1 -1
- package/common/records/flow.record.d.ts +2 -2
- package/common/records/flow.record.d.ts.map +1 -1
- package/common/records/hook.record.d.ts +2 -2
- package/common/records/hook.record.d.ts.map +1 -1
- package/common/records/job.record.d.ts +4 -6
- package/common/records/job.record.d.ts.map +1 -1
- package/common/records/logger.record.d.ts +3 -3
- package/common/records/logger.record.d.ts.map +1 -1
- package/common/records/plugin.record.d.ts +3 -3
- package/common/records/plugin.record.d.ts.map +1 -1
- package/common/records/prompt.record.d.ts +4 -6
- package/common/records/prompt.record.d.ts.map +1 -1
- package/common/records/resource.record.d.ts +4 -6
- package/common/records/resource.record.d.ts.map +1 -1
- package/common/records/scope.record.d.ts +3 -3
- package/common/records/scope.record.d.ts.map +1 -1
- package/common/records/skill.record.d.ts +4 -6
- package/common/records/skill.record.d.ts.map +1 -1
- package/common/records/tool.record.d.ts +4 -6
- package/common/records/tool.record.d.ts.map +1 -1
- package/common/records/workflow.record.d.ts +3 -5
- package/common/records/workflow.record.d.ts.map +1 -1
- package/common/tokens/adapter.tokens.d.ts +2 -2
- package/common/tokens/adapter.tokens.d.ts.map +1 -1
- package/common/tokens/app.tokens.d.ts +2 -2
- package/common/tokens/app.tokens.d.ts.map +1 -1
- package/common/tokens/auth-provider.tokens.d.ts +2 -2
- package/common/tokens/auth-provider.tokens.d.ts.map +1 -1
- package/common/tokens/front-mcp.tokens.d.ts.map +1 -1
- package/common/tokens/logger.tokens.d.ts +2 -2
- package/common/tokens/logger.tokens.d.ts.map +1 -1
- package/common/tokens/provider.tokens.d.ts +2 -2
- package/common/tokens/provider.tokens.d.ts.map +1 -1
- package/common/tokens/resource.tokens.d.ts +4 -0
- package/common/tokens/resource.tokens.d.ts.map +1 -1
- package/common/tokens/skill.tokens.d.ts +3 -0
- package/common/tokens/skill.tokens.d.ts.map +1 -1
- package/common/tokens/tool.tokens.d.ts +1 -0
- package/common/tokens/tool.tokens.d.ts.map +1 -1
- package/common/types/options/logging/interfaces.d.ts +1 -1
- package/common/types/options/logging/interfaces.d.ts.map +1 -1
- package/common/types/options/server-info/interfaces.d.ts +1 -1
- package/common/types/options/server-info/interfaces.d.ts.map +1 -1
- package/common/types/options/session/interfaces.d.ts +1 -1
- package/common/types/options/session/interfaces.d.ts.map +1 -1
- package/common/types/options/skills-http/index.d.ts +1 -1
- package/common/types/options/skills-http/index.d.ts.map +1 -1
- package/common/types/options/skills-http/interfaces.d.ts +122 -11
- package/common/types/options/skills-http/interfaces.d.ts.map +1 -1
- package/common/types/options/skills-http/schema.d.ts +38 -0
- package/common/types/options/skills-http/schema.d.ts.map +1 -1
- package/context/frontmcp-context-storage.d.ts +2 -2
- package/context/frontmcp-context-storage.d.ts.map +1 -1
- package/context/frontmcp-context.provider.d.ts +3 -3
- package/context/frontmcp-context.provider.d.ts.map +1 -1
- package/direct/client.types.d.ts +64 -2
- package/direct/client.types.d.ts.map +1 -1
- package/direct/index.d.ts +1 -1
- package/direct/index.d.ts.map +1 -1
- package/elicitation/helpers/fallback.helper.d.ts +3 -3
- package/elicitation/helpers/fallback.helper.d.ts.map +1 -1
- package/elicitation/helpers/validate-elicitation-content.d.ts +1 -1
- package/elicitation/helpers/validate-elicitation-content.d.ts.map +1 -1
- package/elicitation/store/elicitation.store.d.ts +1 -1
- package/elicitation/store/elicitation.store.d.ts.map +1 -1
- package/esm/index.mjs +22744 -21109
- package/esm-loader/factories/esm-context-factories.d.ts +3 -3
- package/esm-loader/factories/esm-context-factories.d.ts.map +1 -1
- package/flows/flow.instance.d.ts +2 -2
- package/flows/flow.instance.d.ts.map +1 -1
- package/flows/flow.registry.d.ts +4 -4
- package/flows/flow.registry.d.ts.map +1 -1
- package/flows/flow.stages.d.ts +1 -1
- package/flows/flow.stages.d.ts.map +1 -1
- package/flows/flow.utils.d.ts +2 -2
- package/flows/flow.utils.d.ts.map +1 -1
- package/front-mcp/front-mcp.d.ts.map +1 -1
- package/front-mcp/front-mcp.providers.d.ts +41 -1
- package/front-mcp/front-mcp.providers.d.ts.map +1 -1
- package/front-mcp/front-mcp.tokens.d.ts +2 -2
- package/front-mcp/front-mcp.tokens.d.ts.map +1 -1
- package/hooks/hook.instance.d.ts +1 -1
- package/hooks/hook.instance.d.ts.map +1 -1
- package/hooks/hook.registry.d.ts +3 -3
- package/hooks/hook.registry.d.ts.map +1 -1
- package/hooks/hooks.utils.d.ts +2 -2
- package/hooks/hooks.utils.d.ts.map +1 -1
- package/index.d.ts +26 -22
- package/index.d.ts.map +1 -1
- package/index.js +15860 -14224
- package/job/enclave/job-dynamic.executor.d.ts +2 -2
- package/job/enclave/job-dynamic.executor.d.ts.map +1 -1
- package/job/enclave/job-enclave.bridge.d.ts +1 -1
- package/job/enclave/job-enclave.bridge.d.ts.map +1 -1
- package/job/execution/job-execution.manager.d.ts +5 -5
- package/job/execution/job-execution.manager.d.ts.map +1 -1
- package/job/job-permission.guard.d.ts +1 -1
- package/job/job-permission.guard.d.ts.map +1 -1
- package/job/job-scope.helper.d.ts +9 -9
- package/job/job-scope.helper.d.ts.map +1 -1
- package/job/job.events.d.ts +1 -1
- package/job/job.events.d.ts.map +1 -1
- package/job/job.registry.d.ts +8 -8
- package/job/job.registry.d.ts.map +1 -1
- package/job/job.utils.d.ts +4 -4
- package/job/job.utils.d.ts.map +1 -1
- package/job/store/job-definition-store.factory.d.ts +2 -2
- package/job/store/job-definition-store.factory.d.ts.map +1 -1
- package/job/store/job-definition.interface.d.ts +2 -2
- package/job/store/job-definition.interface.d.ts.map +1 -1
- package/job/store/job-state-store.factory.d.ts +2 -2
- package/job/store/job-state-store.factory.d.ts.map +1 -1
- package/job/store/memory-job-definition.store.d.ts +3 -3
- package/job/store/memory-job-definition.store.d.ts.map +1 -1
- package/job/store/memory-job-state.store.d.ts +1 -1
- package/job/store/memory-job-state.store.d.ts.map +1 -1
- package/job/store/redis-job-definition.store.d.ts +27 -5
- package/job/store/redis-job-definition.store.d.ts.map +1 -1
- package/job/store/redis-job-state.store.d.ts +2 -2
- package/job/store/redis-job-state.store.d.ts.map +1 -1
- package/logger/instances/instance.console-logger.d.ts +1 -1
- package/logger/instances/instance.console-logger.d.ts.map +1 -1
- package/logger/instances/instance.file-logger.d.ts +1 -1
- package/logger/instances/instance.file-logger.d.ts.map +1 -1
- package/logger/instances/instance.logger.d.ts +2 -2
- package/logger/instances/instance.logger.d.ts.map +1 -1
- package/logger/logger.registry.d.ts +4 -4
- package/logger/logger.registry.d.ts.map +1 -1
- package/logger/logger.types.d.ts +1 -1
- package/logger/logger.types.d.ts.map +1 -1
- package/logger/logger.utils.d.ts +3 -3
- package/logger/logger.utils.d.ts.map +1 -1
- package/notification/notification.service.d.ts +7 -1
- package/notification/notification.service.d.ts.map +1 -1
- package/package.json +10 -11
- package/plugin/plugin.registry.d.ts +2 -2
- package/plugin/plugin.registry.d.ts.map +1 -1
- package/plugin/plugin.utils.d.ts +2 -2
- package/plugin/plugin.utils.d.ts.map +1 -1
- package/prompt/flows/get-prompt.flow.d.ts +2 -0
- package/prompt/flows/get-prompt.flow.d.ts.map +1 -1
- package/prompt/prompt.events.d.ts +1 -1
- package/prompt/prompt.events.d.ts.map +1 -1
- package/prompt/prompt.instance.d.ts +3 -4
- package/prompt/prompt.instance.d.ts.map +1 -1
- package/prompt/prompt.registry.d.ts +6 -6
- package/prompt/prompt.registry.d.ts.map +1 -1
- package/prompt/prompt.types.d.ts +2 -2
- package/prompt/prompt.types.d.ts.map +1 -1
- package/prompt/prompt.utils.d.ts +3 -3
- package/prompt/prompt.utils.d.ts.map +1 -1
- package/provider/flow-context-providers.d.ts +2 -2
- package/provider/flow-context-providers.d.ts.map +1 -1
- package/provider/provider.registry.d.ts +4 -4
- package/provider/provider.registry.d.ts.map +1 -1
- package/provider/provider.types.d.ts +1 -1
- package/provider/provider.types.d.ts.map +1 -1
- package/provider/provider.utils.d.ts +2 -2
- package/provider/provider.utils.d.ts.map +1 -1
- package/regsitry/registry.base.d.ts +3 -3
- package/regsitry/registry.base.d.ts.map +1 -1
- package/remote-mcp/factories/context-factories.d.ts +3 -3
- package/remote-mcp/factories/context-factories.d.ts.map +1 -1
- package/remote-mcp/factories/record-builders.d.ts +2 -2
- package/remote-mcp/factories/record-builders.d.ts.map +1 -1
- package/remote-mcp/mcp-client.service.d.ts +4 -5
- package/remote-mcp/mcp-client.service.d.ts.map +1 -1
- package/resource/flows/resources-list.flow.d.ts +1 -0
- package/resource/flows/resources-list.flow.d.ts.map +1 -1
- package/resource/resource.events.d.ts +1 -1
- package/resource/resource.events.d.ts.map +1 -1
- package/resource/resource.instance.d.ts +3 -4
- package/resource/resource.instance.d.ts.map +1 -1
- package/resource/resource.registry.d.ts +7 -7
- package/resource/resource.registry.d.ts.map +1 -1
- package/resource/resource.types.d.ts +2 -2
- package/resource/resource.types.d.ts.map +1 -1
- package/resource/resource.utils.d.ts +3 -3
- package/resource/resource.utils.d.ts.map +1 -1
- package/scope/scope.registry.d.ts +3 -3
- package/scope/scope.registry.d.ts.map +1 -1
- package/scope/scope.utils.d.ts +2 -2
- package/scope/scope.utils.d.ts.map +1 -1
- package/server/noop-server.d.ts +1 -1
- package/server/noop-server.d.ts.map +1 -1
- package/server/server.validation.d.ts +1 -1
- package/server/server.validation.d.ts.map +1 -1
- package/skill/cache/skill-http-cache.factory.d.ts +1 -1
- package/skill/cache/skill-http-cache.factory.d.ts.map +1 -1
- package/skill/cache/skill-http-cache.holder.d.ts +1 -1
- package/skill/cache/skill-http-cache.holder.d.ts.map +1 -1
- package/skill/flows/http/skills-api.flow.d.ts +9 -0
- package/skill/flows/http/skills-api.flow.d.ts.map +1 -1
- package/skill/flows/search-skills.flow.d.ts.map +1 -1
- package/skill/index.d.ts +10 -1
- package/skill/index.d.ts.map +1 -1
- package/skill/providers/memory-skill.provider.d.ts +3 -3
- package/skill/providers/memory-skill.provider.d.ts.map +1 -1
- package/skill/semantic/index.d.ts +2 -0
- package/skill/semantic/index.d.ts.map +1 -0
- package/skill/semantic/skill-semantic-search.interface.d.ts +41 -0
- package/skill/semantic/skill-semantic-search.interface.d.ts.map +1 -0
- package/skill/sep-2640/index.d.ts +13 -0
- package/skill/sep-2640/index.d.ts.map +1 -0
- package/skill/sep-2640/resources/index.d.ts +30 -0
- package/skill/sep-2640/resources/index.d.ts.map +1 -0
- package/skill/sep-2640/resources/skill-file.resource.d.ts +25 -0
- package/skill/sep-2640/resources/skill-file.resource.d.ts.map +1 -0
- package/skill/sep-2640/resources/skill-index.resource.d.ts +29 -0
- package/skill/sep-2640/resources/skill-index.resource.d.ts.map +1 -0
- package/skill/sep-2640/resources/skill-md.resource.d.ts +23 -0
- package/skill/sep-2640/resources/skill-md.resource.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.builders.d.ts +55 -0
- package/skill/sep-2640/sep-2640.builders.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.constants.d.ts +94 -0
- package/skill/sep-2640/sep-2640.constants.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.last-modified.d.ts +9 -0
- package/skill/sep-2640/sep-2640.last-modified.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.per-skill.d.ts +38 -0
- package/skill/sep-2640/sep-2640.per-skill.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.resource-helpers.d.ts +57 -0
- package/skill/sep-2640/sep-2640.resource-helpers.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.uri.d.ts +66 -0
- package/skill/sep-2640/sep-2640.uri.d.ts.map +1 -0
- package/skill/session/skill-session.manager.d.ts +1 -1
- package/skill/session/skill-session.manager.d.ts.map +1 -1
- package/skill/skill-audit.helper.d.ts +69 -0
- package/skill/skill-audit.helper.d.ts.map +1 -0
- package/skill/skill-directory-loader.d.ts +14 -3
- package/skill/skill-directory-loader.d.ts.map +1 -1
- package/skill/skill-instructions.helper.d.ts +115 -0
- package/skill/skill-instructions.helper.d.ts.map +1 -0
- package/skill/skill-md-parser.d.ts.map +1 -1
- package/skill/skill-mode.utils.d.ts +1 -1
- package/skill/skill-scope.helper.d.ts +12 -6
- package/skill/skill-scope.helper.d.ts.map +1 -1
- package/skill/skill-storage.factory.d.ts +2 -2
- package/skill/skill-storage.factory.d.ts.map +1 -1
- package/skill/skill-storage.interface.d.ts +2 -2
- package/skill/skill-storage.interface.d.ts.map +1 -1
- package/skill/skill.events.d.ts +1 -1
- package/skill/skill.events.d.ts.map +1 -1
- package/skill/skill.instance.d.ts +3 -4
- package/skill/skill.instance.d.ts.map +1 -1
- package/skill/skill.registry.d.ts +166 -10
- package/skill/skill.registry.d.ts.map +1 -1
- package/skill/skill.utils.d.ts +3 -3
- package/skill/skill.utils.d.ts.map +1 -1
- package/tool/flows/call-tool.flow.d.ts +2 -0
- package/tool/flows/call-tool.flow.d.ts.map +1 -1
- package/tool/tool.events.d.ts +1 -1
- package/tool/tool.events.d.ts.map +1 -1
- package/tool/tool.registry.d.ts +24 -9
- package/tool/tool.registry.d.ts.map +1 -1
- package/tool/tool.types.d.ts +2 -2
- package/tool/tool.types.d.ts.map +1 -1
- package/transport/adapters/base-sse-transport.d.ts +9 -2
- package/transport/adapters/base-sse-transport.d.ts.map +1 -1
- package/transport/adapters/sse-transport.d.ts +1 -1
- package/transport/adapters/sse-transport.d.ts.map +1 -1
- package/transport/adapters/transport.local.adapter.d.ts +6 -0
- package/transport/adapters/transport.local.adapter.d.ts.map +1 -1
- package/transport/in-memory-server.d.ts.map +1 -1
- package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts +2 -2
- package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts.map +1 -1
- package/transport/mcp-handlers/complete-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/complete-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/get-prompt-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/get-prompt-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/index.d.ts +9 -0
- package/transport/mcp-handlers/index.d.ts.map +1 -1
- package/transport/mcp-handlers/initialize-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/initialize-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-prompts-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-prompts-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-resources-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-resources-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-tools-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-tools-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/logging-set-level-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/logging-set-level-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/mcp-handlers.types.d.ts +12 -0
- package/transport/mcp-handlers/mcp-handlers.types.d.ts.map +1 -1
- package/transport/mcp-handlers/read-resource-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/read-resource-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts +2 -3
- package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-list-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/skills-list-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-load-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/skills-load-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-search-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/skills-search-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/subscribe-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/subscribe-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/unsubscribe-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/unsubscribe-request.handler.d.ts.map +1 -1
- package/transport/transport.local.d.ts +4 -4
- package/transport/transport.local.d.ts.map +1 -1
- package/transport/transport.remote.d.ts +3 -3
- package/transport/transport.remote.d.ts.map +1 -1
- package/transport/transport.types.d.ts +2 -2
- package/transport/transport.types.d.ts.map +1 -1
- package/types/drinen-hooks.types.d.ts +1 -1
- package/types/drinen-hooks.types.d.ts.map +1 -1
- package/utils/lineage.utils.d.ts +1 -1
- package/utils/lineage.utils.d.ts.map +1 -1
- package/utils/naming.utils.d.ts +1 -1
- package/utils/naming.utils.d.ts.map +1 -1
- package/workflow/engine/workflow-step.executor.d.ts +3 -3
- package/workflow/engine/workflow-step.executor.d.ts.map +1 -1
- package/workflow/engine/workflow.engine.d.ts +4 -4
- package/workflow/engine/workflow.engine.d.ts.map +1 -1
- package/workflow/workflow.events.d.ts +1 -1
- package/workflow/workflow.events.d.ts.map +1 -1
- package/workflow/workflow.instance.d.ts +5 -6
- package/workflow/workflow.instance.d.ts.map +1 -1
- package/workflow/workflow.registry.d.ts +8 -8
- package/workflow/workflow.registry.d.ts.map +1 -1
- package/workflow/workflow.utils.d.ts +3 -3
- package/workflow/workflow.utils.d.ts.map +1 -1
- package/skill/resources/index.d.ts +0 -32
- package/skill/resources/index.d.ts.map +0 -1
- package/skill/resources/skill-content-alias.resource.d.ts +0 -19
- package/skill/resources/skill-content-alias.resource.d.ts.map +0 -1
- package/skill/resources/skill-content.resource.d.ts +0 -20
- package/skill/resources/skill-content.resource.d.ts.map +0 -1
- package/skill/resources/skill-example-content.resource.d.ts +0 -20
- package/skill/resources/skill-example-content.resource.d.ts.map +0 -1
- package/skill/resources/skill-examples-list.resource.d.ts +0 -19
- package/skill/resources/skill-examples-list.resource.d.ts.map +0 -1
- package/skill/resources/skill-reference-content.resource.d.ts +0 -20
- package/skill/resources/skill-reference-content.resource.d.ts.map +0 -1
- package/skill/resources/skill-references-list.resource.d.ts +0 -19
- package/skill/resources/skill-references-list.resource.d.ts.map +0 -1
- package/skill/resources/skill-resource.helpers.d.ts +0 -77
- package/skill/resources/skill-resource.helpers.d.ts.map +0 -1
- package/skill/resources/skills-catalog.resource.d.ts +0 -14
- package/skill/resources/skills-catalog.resource.d.ts.map +0 -1
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* these factories create classes that execute code locally in-process.
|
|
7
7
|
* The ESM module's functions are closed over via closure.
|
|
8
8
|
*/
|
|
9
|
-
import { Type } from '@frontmcp/di';
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
9
|
+
import { type Type } from '@frontmcp/di';
|
|
10
|
+
import type { CallToolResult, GetPromptResult, ReadResourceResult } from '@frontmcp/protocol';
|
|
11
|
+
import { PromptContext, ResourceContext, ToolContext, type ToolInputType, type ToolOutputType } from '../../common';
|
|
12
12
|
/**
|
|
13
13
|
* Handler type for ESM tool execution.
|
|
14
14
|
* This is the execute function exported by the ESM package.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"esm-context-factories.d.ts","sourceRoot":"","sources":["../../../src/esm-loader/factories/esm-context-factories.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"esm-context-factories.d.ts","sourceRoot":"","sources":["../../../src/esm-loader/factories/esm-context-factories.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE9F,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,WAAW,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAEpH;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,cAAc,CAAC,CAAC;AAEhG;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;AAElH;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;AAEjG;;;;;;;;;GASG;AACH,wBAAgB,yBAAyB,CACvC,SAAS,EAAE,qBAAqB,EAChC,QAAQ,EAAE,MAAM,GACf,IAAI,CAAC,WAAW,CAAC,aAAa,EAAE,cAAc,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAW3E;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC1G,MAAM,EAAE,sBAAsB,EAC9B,YAAY,EAAE,MAAM,GACnB,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,CAUnD;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,CACzC,SAAS,EAAE,uBAAuB,EAClC,UAAU,EAAE,MAAM,GACjB,IAAI,CAAC,aAAa,CAAC,CAUrB"}
|
package/flows/flow.instance.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
|
-
import { FlowEntry, FlowInputOf, FlowName, FlowOutputOf, FlowRecord, Reference, ScopeEntry, ServerRequest, Token, Type } from '../common';
|
|
3
|
-
import ProviderRegistry from '../provider/provider.registry';
|
|
2
|
+
import { FlowEntry, type FlowInputOf, type FlowName, type FlowOutputOf, type FlowRecord, type Reference, type ScopeEntry, type ServerRequest, type Token, type Type } from '../common';
|
|
3
|
+
import type ProviderRegistry from '../provider/provider.registry';
|
|
4
4
|
export declare class FlowInstance<Name extends FlowName> extends FlowEntry<Name> {
|
|
5
5
|
readonly deps: Reference[];
|
|
6
6
|
readonly globalProviders: ProviderRegistry;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.instance.d.ts","sourceRoot":"","sources":["../../src/flows/flow.instance.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"flow.instance.d.ts","sourceRoot":"","sources":["../../src/flows/flow.instance.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAI1B,OAAO,EAEL,SAAS,EAGT,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,KAAK,YAAY,EAEjB,KAAK,UAAU,EAMf,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,KAAK,EACV,KAAK,IAAI,EACV,MAAM,WAAW,CAAC;AAInB,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAyBlE,qBAAa,YAAY,CAAC,IAAI,SAAS,QAAQ,CAAE,SAAQ,SAAS,CAAC,IAAI,CAAC;IACtE,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,CAAC;IAC3B,QAAQ,CAAC,eAAe,EAAE,gBAAgB,CAAC;IAC3C,OAAO,CAAC,IAAI,CAAkB;IAC9B,OAAO,CAAC,SAAS,CAAW;IAC5B,OAAO,CAAC,MAAM,CAAqB;IACnC,OAAO,CAAC,KAAK,CAAe;IAC5B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiB;gBAE5B,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,CAAC,SAAS,CAAC,EAAE,eAAe,EAAE,gBAAgB;cAW1F,UAAU;IA4DpB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC;IAa3D;;;OAGG;IACH,OAAO,CAAC,iBAAiB;IASzB;;;;;;;;;OASG;YACW,cAAc;IAiCtB,GAAG,CAAC,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;CA6TrG"}
|
package/flows/flow.registry.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Token, Type } from '@frontmcp/di';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
1
|
+
import { type Token, type Type } from '@frontmcp/di';
|
|
2
|
+
import { type FlowInputOf, type FlowName, type FlowOutputOf, type FlowRecord, type FlowType } from '../common';
|
|
3
|
+
import type ProviderRegistry from '../provider/provider.registry';
|
|
4
|
+
import { RegistryAbstract, type RegistryBuildMapResult } from '../regsitry';
|
|
5
5
|
import { FlowInstance } from './flow.instance';
|
|
6
6
|
export default class FlowRegistry extends RegistryAbstract<FlowInstance<FlowName>, FlowRecord, FlowType[]> {
|
|
7
7
|
constructor(providers: ProviderRegistry, list: FlowType[]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.registry.d.ts","sourceRoot":"","sources":["../../src/flows/flow.registry.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"flow.registry.d.ts","sourceRoot":"","sources":["../../src/flows/flow.registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,KAAK,EAAE,KAAK,IAAI,EAAE,MAAM,cAAc,CAAC;AAGhE,OAAO,EAEL,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,QAAQ,EACd,MAAM,WAAW,CAAC;AAGnB,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,gBAAgB,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC;gBAC5F,SAAS,EAAE,gBAAgB,EAAE,IAAI,EAAE,QAAQ,EAAE;cAItC,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,sBAAsB,CAAC,UAAU,CAAC;IAgBjF,SAAS,CAAC,UAAU;IAkBpB,0EAA0E;cAC1D,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAS3C,OAAO,CAAC,aAAa;IASf,aAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAaxD,OAAO,CAAC,IAAI,SAAS,QAAQ,EAC3B,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,EACxB,IAAI,CAAC,EAAE,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,GACtB,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;IAgD1C;;;OAGG;IACH,OAAO,CAAC,iBAAiB;CAO1B"}
|
package/flows/flow.stages.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.stages.d.ts","sourceRoot":"","sources":["../../src/flows/flow.stages.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"flow.stages.d.ts","sourceRoot":"","sources":["../../src/flows/flow.stages.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAGtE,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI;IAC1B,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAM1D,wBAAgB,YAAY,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,QAIjD;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAIhE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,YAAY,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,MAAM,UAQxE;AAED,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,SAAS,EAAE,GAAG,GAAG,QAAQ,CAAC,CAAC,CAAC,CAoDjE;AAED,wBAAgB,0BAA0B,CAAC,CAAC,EAC1C,SAAS,EAAE,GAAG,EACd,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAClB,KAAK,EAAE,YAAY,EAAE,EACrB,UAAU,SAAU,QA0CrB"}
|
package/flows/flow.utils.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Token } from '@frontmcp/di';
|
|
2
|
-
import { FlowMetadata, FlowRecord, FlowType } from '../common';
|
|
1
|
+
import { type Token } from '@frontmcp/di';
|
|
2
|
+
import { type FlowMetadata, type FlowRecord, type FlowType } from '../common';
|
|
3
3
|
export declare function collectFlowMetadata(cls: FlowType): FlowMetadata<never>;
|
|
4
4
|
export declare function normalizeFlow(item: FlowType): FlowRecord;
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.utils.d.ts","sourceRoot":"","sources":["../../src/flows/flow.utils.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"flow.utils.d.ts","sourceRoot":"","sources":["../../src/flows/flow.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,KAAK,KAAK,EAAE,MAAM,cAAc,CAAC;AAE7E,OAAO,EAAgC,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,KAAK,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5G,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,QAAQ,GAAG,YAAY,CAAC,KAAK,CAAC,CAMtE;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,QAAQ,GAAG,UAAU,CAQxD;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,UAAU,GAAG,KAAK,EAAE,CAK1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-mcp.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EAChB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAuB,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"front-mcp.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EAChB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAuB,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAatE,qBAAa,gBAAiB,YAAW,iBAAiB;IACxD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,OAAO,CAAC,MAAM,CAAiB;IAC/B,OAAO,CAAC,SAAS,CAAmB;IACpC,OAAO,CAAC,MAAM,CAAgB;IAC9B,OAAO,CAAC,GAAG,CAAC,CAAiB;gBAEjB,MAAM,EAAE,kBAAkB;IAKhC,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAiB3B,KAAK;IAkBX;;OAEG;IACH,SAAS,IAAI,kBAAkB;IAI/B;;;OAGG;IACH,SAAS,IAAI,UAAU,EAAE;IAIzB;;;OAGG;IACH,OAAO,CAAC,iBAAiB;WAiCL,SAAS,CAAC,OAAO,EAAE,mBAAmB,GAAG,kBAAkB;IAkB/E;;;;;;;;;;OAUG;WACiB,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,OAAO,CAAC;IAiBhF;;;;;;;;OAQG;WACiB,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAQ3F;;;;;;;;OAQG;WACiB,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IA4BzF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;WACiB,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,eAAe,CAAC;IAqBxF;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH;;;;;;;;;;;;;;;;;;;;;OAqBG;WACiB,aAAa,CAC/B,OAAO,EAAE,CAAC,mBAAmB,GAAG,kBAAkB,CAAC,GAAG;QACpD,UAAU,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;KAC7B,GACA,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;KAAE,CAAC;WAmDtB,QAAQ,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;CA8K1E"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FrontMcpServer, type FrontMcpConfigType, type ProviderValueType } from '../common';
|
|
2
2
|
import { FrontMcpContextStorage } from '../context';
|
|
3
3
|
export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType): (typeof FrontMcpContextStorage | ProviderValueType<{
|
|
4
4
|
info: {
|
|
@@ -100,6 +100,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
100
100
|
} | undefined;
|
|
101
101
|
};
|
|
102
102
|
splitByApp: false;
|
|
103
|
+
instructions?: string | undefined;
|
|
103
104
|
http?: {
|
|
104
105
|
port: number;
|
|
105
106
|
entryPath: string;
|
|
@@ -221,6 +222,8 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
221
222
|
path?: string | undefined;
|
|
222
223
|
};
|
|
223
224
|
mcpResources: boolean;
|
|
225
|
+
sep2640InInstructions: boolean;
|
|
226
|
+
injectInstructions: "replace" | "off" | "append" | "prepend";
|
|
224
227
|
prefix?: string | undefined;
|
|
225
228
|
apiKeys?: string[] | undefined;
|
|
226
229
|
jwt?: {
|
|
@@ -240,6 +243,13 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
240
243
|
} | undefined;
|
|
241
244
|
keyPrefix?: string | undefined;
|
|
242
245
|
} | undefined;
|
|
246
|
+
audit?: {
|
|
247
|
+
enabled: boolean;
|
|
248
|
+
signer?: unknown;
|
|
249
|
+
store?: unknown;
|
|
250
|
+
subjectMode?: "plain" | "hash" | "omit" | undefined;
|
|
251
|
+
headAnchorIntervalMs?: number | undefined;
|
|
252
|
+
} | undefined;
|
|
243
253
|
} | undefined;
|
|
244
254
|
extApps?: {
|
|
245
255
|
enabled: boolean;
|
|
@@ -770,6 +780,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
770
780
|
} | undefined;
|
|
771
781
|
};
|
|
772
782
|
splitByApp: true;
|
|
783
|
+
instructions?: string | undefined;
|
|
773
784
|
http?: {
|
|
774
785
|
port: number;
|
|
775
786
|
entryPath: string;
|
|
@@ -891,6 +902,8 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
891
902
|
path?: string | undefined;
|
|
892
903
|
};
|
|
893
904
|
mcpResources: boolean;
|
|
905
|
+
sep2640InInstructions: boolean;
|
|
906
|
+
injectInstructions: "replace" | "off" | "append" | "prepend";
|
|
894
907
|
prefix?: string | undefined;
|
|
895
908
|
apiKeys?: string[] | undefined;
|
|
896
909
|
jwt?: {
|
|
@@ -910,6 +923,13 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
910
923
|
} | undefined;
|
|
911
924
|
keyPrefix?: string | undefined;
|
|
912
925
|
} | undefined;
|
|
926
|
+
audit?: {
|
|
927
|
+
enabled: boolean;
|
|
928
|
+
signer?: unknown;
|
|
929
|
+
store?: unknown;
|
|
930
|
+
subjectMode?: "plain" | "hash" | "omit" | undefined;
|
|
931
|
+
headAnchorIntervalMs?: number | undefined;
|
|
932
|
+
} | undefined;
|
|
913
933
|
} | undefined;
|
|
914
934
|
extApps?: {
|
|
915
935
|
enabled: boolean;
|
|
@@ -1440,6 +1460,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1440
1460
|
} | undefined;
|
|
1441
1461
|
};
|
|
1442
1462
|
splitByApp: false;
|
|
1463
|
+
instructions?: string | undefined;
|
|
1443
1464
|
http?: {
|
|
1444
1465
|
port: number;
|
|
1445
1466
|
entryPath: string;
|
|
@@ -1561,6 +1582,8 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1561
1582
|
path?: string | undefined;
|
|
1562
1583
|
};
|
|
1563
1584
|
mcpResources: boolean;
|
|
1585
|
+
sep2640InInstructions: boolean;
|
|
1586
|
+
injectInstructions: "replace" | "off" | "append" | "prepend";
|
|
1564
1587
|
prefix?: string | undefined;
|
|
1565
1588
|
apiKeys?: string[] | undefined;
|
|
1566
1589
|
jwt?: {
|
|
@@ -1580,6 +1603,13 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1580
1603
|
} | undefined;
|
|
1581
1604
|
keyPrefix?: string | undefined;
|
|
1582
1605
|
} | undefined;
|
|
1606
|
+
audit?: {
|
|
1607
|
+
enabled: boolean;
|
|
1608
|
+
signer?: unknown;
|
|
1609
|
+
store?: unknown;
|
|
1610
|
+
subjectMode?: "plain" | "hash" | "omit" | undefined;
|
|
1611
|
+
headAnchorIntervalMs?: number | undefined;
|
|
1612
|
+
} | undefined;
|
|
1583
1613
|
} | undefined;
|
|
1584
1614
|
extApps?: {
|
|
1585
1615
|
enabled: boolean;
|
|
@@ -2110,6 +2140,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
2110
2140
|
} | undefined;
|
|
2111
2141
|
};
|
|
2112
2142
|
splitByApp: true;
|
|
2143
|
+
instructions?: string | undefined;
|
|
2113
2144
|
http?: {
|
|
2114
2145
|
port: number;
|
|
2115
2146
|
entryPath: string;
|
|
@@ -2231,6 +2262,8 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
2231
2262
|
path?: string | undefined;
|
|
2232
2263
|
};
|
|
2233
2264
|
mcpResources: boolean;
|
|
2265
|
+
sep2640InInstructions: boolean;
|
|
2266
|
+
injectInstructions: "replace" | "off" | "append" | "prepend";
|
|
2234
2267
|
prefix?: string | undefined;
|
|
2235
2268
|
apiKeys?: string[] | undefined;
|
|
2236
2269
|
jwt?: {
|
|
@@ -2250,6 +2283,13 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
2250
2283
|
} | undefined;
|
|
2251
2284
|
keyPrefix?: string | undefined;
|
|
2252
2285
|
} | undefined;
|
|
2286
|
+
audit?: {
|
|
2287
|
+
enabled: boolean;
|
|
2288
|
+
signer?: unknown;
|
|
2289
|
+
store?: unknown;
|
|
2290
|
+
subjectMode?: "plain" | "hash" | "omit" | undefined;
|
|
2291
|
+
headAnchorIntervalMs?: number | undefined;
|
|
2292
|
+
} | undefined;
|
|
2253
2293
|
} | undefined;
|
|
2254
2294
|
extApps?: {
|
|
2255
2295
|
enabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-mcp.providers.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.providers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"front-mcp.providers.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.providers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,cAAc,EAAE,KAAK,kBAAkB,EAAE,KAAK,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC3G,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAkCpD,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHApBxC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA0B6mF,CAAC;sBAA4B,CAAC;;;;;;;;wBAA84B,CAAC;sBAA4B,CAAC;;;;;;;;wBAAq4B,CAAC;sBAA4B,CAAC;;;;;;;;wBAA+4B,CAAC;sBAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHA1Bv4K,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA0B6mF,CAAC;sBAA4B,CAAC;;;;;;;;wBAA84B,CAAC;sBAA4B,CAAC;;;;;;;;wBAAq4B,CAAC;sBAA4B,CAAC;;;;;;;;wBAA+4B,CAAC;sBAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHA1Bv4K,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA0B6mF,CAAC;sBAA4B,CAAC;;;;;;;;wBAA84B,CAAC;sBAA4B,CAAC;;;;;;;;wBAAq4B,CAAC;sBAA4B,CAAC;;;;;;;;wBAA+4B,CAAC;sBAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHA1Bv4K,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA0B6mF,CAAC;sBAA4B,CAAC;;;;;;;;wBAA84B,CAAC;sBAA4B,CAAC;;;;;;;;wBAAq4B,CAAC;sBAA4B,CAAC;;;;;;;;wBAA+4B,CAAC;sBAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CADn6K"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Token } from '@frontmcp/di';
|
|
2
|
-
import { FrontMcpConfigType } from '../common';
|
|
1
|
+
import { type Token } from '@frontmcp/di';
|
|
2
|
+
import { type FrontMcpConfigType } from '../common';
|
|
3
3
|
export declare const FrontMcpConfig: Token<FrontMcpConfigType>;
|
|
4
4
|
//# sourceMappingURL=front-mcp.tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-mcp.tokens.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"front-mcp.tokens.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,kBAAkB,CAA4B,CAAC"}
|
package/hooks/hook.instance.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FlowCtxOf, FlowInputOf, FlowName, FlowStagesOf, FrontMcpLogger,
|
|
1
|
+
import { HookEntry, type FlowCtxOf, type FlowInputOf, type FlowName, type FlowStagesOf, type FrontMcpLogger, type HookRecord, type ProviderRegistryInterface, type ScopeEntry, type Token } from '../common';
|
|
2
2
|
export declare class HookInstance<Name extends FlowName, In = FlowInputOf<Name>, Stage = FlowStagesOf<Name>, Ctx = FlowCtxOf<Name>> extends HookEntry<In, Name, Stage, Ctx> {
|
|
3
3
|
logger: FrontMcpLogger;
|
|
4
4
|
constructor(scope: ScopeEntry, providers: ProviderRegistryInterface, record: HookRecord, token: Token);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.instance.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.instance.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,WAAW,
|
|
1
|
+
{"version":3,"file":"hook.instance.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.instance.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,cAAc,EAEnB,KAAK,UAAU,EACf,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EACf,KAAK,KAAK,EACX,MAAM,WAAW,CAAC;AAGnB,qBAAa,YAAY,CACvB,IAAI,SAAS,QAAQ,EACrB,EAAE,GAAG,WAAW,CAAC,IAAI,CAAC,EACtB,KAAK,GAAG,YAAY,CAAC,IAAI,CAAC,EAC1B,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,CACrB,SAAQ,SAAS,CAAC,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,CAAC;IACvC,MAAM,EAAE,cAAc,CAAC;gBAEX,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,yBAAyB,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK;IAOrG,SAAS,CAAC,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAI/B,GAAG,CAAC,KAAK,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;CAS9C"}
|
package/hooks/hook.registry.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FlowCtxOf, FlowInputOf, FlowName, FlowStagesOf, HookEntry, HookRecord, HookType, ScopeEntry, Token } from '../common';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { type FlowCtxOf, type FlowInputOf, type FlowName, type FlowStagesOf, type HookEntry, type HookRecord, type HookType, type ScopeEntry, type Token } from '../common';
|
|
2
|
+
import type ProviderRegistry from '../provider/provider.registry';
|
|
3
|
+
import { RegistryAbstract, type RegistryBuildMapResult } from '../regsitry';
|
|
4
4
|
export default class HookRegistry extends RegistryAbstract<HookEntry, HookRecord, HookType[]> {
|
|
5
5
|
scope: ScopeEntry;
|
|
6
6
|
/** Historical records by class (kept if you still want access to raw records) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.registry.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.registry.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,
|
|
1
|
+
{"version":3,"file":"hook.registry.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.registry.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,KAAK,KAAK,EACX,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAG5E,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,gBAAgB,CAAC,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC;IAC3F,KAAK,EAAE,UAAU,CAAC;IAElB,iFAAiF;IACjF,YAAY,EAAE,GAAG,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,CAAa;IAEnD,kEAAkE;IAClE,OAAO,CAAC,YAAY,CAAsC;IAC1D,OAAO,CAAC,WAAW,CAAyC;IAC5D,OAAO,CAAC,gBAAgB,CAAsD;gBAElE,SAAS,EAAE,gBAAgB,EAAE,IAAI,EAAE,QAAQ,EAAE;cAKtC,QAAQ,IAAI,sBAAsB,CAAC,UAAU,CAAC;IAWjE,SAAS,CAAC,UAAU;IASd,UAAU;IAOhB,kCAAkC;IAClC,OAAO,CAAC,WAAW;IAInB,qEAAqE;IACrE,OAAO,CAAC,YAAY;IAiBpB,OAAO,CAAC,MAAM;IASd,OAAO,CAAC,YAAY;IAKpB,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,aAAa;IA4BrB,aAAa,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,EAAE,UAAU,EAAE;IAWzD,0FAA0F;IAC1F,oBAAoB,CAAC,IAAI,SAAS,QAAQ,EACxC,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,MAAM,GACf,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE;IA8B5E,qFAAqF;IACrF,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,EAAE;IAItC,uCAAuC;IACvC,QAAQ,IAAI,SAAS,EAAE;IAIvB,2DAA2D;IAC3D,YAAY,CAAC,IAAI,SAAS,QAAQ,EAChC,IAAI,EAAE,IAAI,GACT,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE;IAS5E,sEAAsE;IACtE,iBAAiB,CAAC,IAAI,SAAS,QAAQ,EACrC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,IAAI,CAAC,GAAG,MAAM,GACjC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE;CAS7E"}
|
package/hooks/hooks.utils.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Token } from '@frontmcp/di';
|
|
2
|
-
import { HookMetadata, HookRecord } from '../common';
|
|
1
|
+
import { type Token } from '@frontmcp/di';
|
|
2
|
+
import { type HookMetadata, type HookRecord } from '../common';
|
|
3
3
|
export declare function collectHook(cls: Token): HookMetadata[];
|
|
4
4
|
export declare function normalizeHooksFromCls(instance: any): HookRecord[];
|
|
5
5
|
//# sourceMappingURL=hooks.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.utils.d.ts","sourceRoot":"","sources":["../../src/hooks/hooks.utils.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"hooks.utils.d.ts","sourceRoot":"","sources":["../../src/hooks/hooks.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,KAAK,EAAE,MAAM,cAAc,CAAC;AAEhE,OAAO,EAAoC,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,WAAW,CAAC;AAGjG,wBAAgB,WAAW,CAAC,GAAG,EAAE,KAAK,GAAG,YAAY,EAAE,CAEtD;AAED,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,GAAG,GAAG,UAAU,EAAE,CAwBjE"}
|
package/index.d.ts
CHANGED
|
@@ -15,6 +15,9 @@ export type { GetPromptResult, ReadResourceResult, CallToolResult, ListToolsResu
|
|
|
15
15
|
export { FrontMcpContext, Context, FrontMcpContextStorage, FRONTMCP_CONTEXT, FrontMcpContextProvider, parseTraceContext, generateTraceContext, createChildSpanContext, } from './context';
|
|
16
16
|
export type { FrontMcpContextArgs, FrontMcpContextConfig, RequestMetadata, TransportAccessor, TraceContext, } from './context';
|
|
17
17
|
export type { ToolChangeEvent, ToolChangeKind, ToolChangeScope } from './tool/tool.events';
|
|
18
|
+
export { default as ToolRegistry } from './tool/tool.registry';
|
|
19
|
+
export { ToolInstance } from './tool/tool.instance';
|
|
20
|
+
export { default as ProviderRegistry } from './provider/provider.registry';
|
|
18
21
|
export { JobRegistry, JobInstance, JobPermissionGuard, JobExecutionManager, JobEmitter } from './job';
|
|
19
22
|
export type { JobRegistryInterface, IndexedJob, JobChangeEvent, JobChangeKind, JobChangeScope, ExecuteJobOptions, ExecuteWorkflowOptions, InlineJobResult, BackgroundJobResult, } from './job';
|
|
20
23
|
export type { JobStateStore, JobRunRecord, WorkflowRunRecord, JobExecutionState, JobDefinitionStore } from './job';
|
|
@@ -22,17 +25,18 @@ export { WorkflowRegistry, WorkflowInstance, WorkflowEngine, WorkflowStepExecuto
|
|
|
22
25
|
export type { WorkflowRegistryInterface, IndexedWorkflow, WorkflowChangeEvent, WorkflowChangeKind, WorkflowChangeScope, } from './workflow';
|
|
23
26
|
export { ChannelInstance, ChannelRegistry, ChannelEmitter, ChannelNotificationService, ChannelEventBus, ChannelReplyTool, } from './channel';
|
|
24
27
|
export type { ChannelRegistryInterface, IndexedChannel, ChannelChangeEvent, ChannelChangeKind, ChannelChangeScope, ChannelReplyInput, RegisterChannelCapabilitiesArgs, ChannelCapabilitiesResult, } from './channel';
|
|
25
|
-
export { SkillRegistry, SkillInstance, createSkillInstance, SkillEmitter, MemorySkillProvider, SkillToolValidator, createSkillStorageProvider, createMemorySkillProvider, normalizeSkill, isSkillRecord, formatSkillForLLM, } from './skill';
|
|
26
|
-
export type {
|
|
28
|
+
export { SkillRegistry, SkillInstance, createSkillInstance, SkillEmitter, MemorySkillProvider, SkillToolValidator, createSkillStorageProvider, createMemorySkillProvider, normalizeSkill, isSkillRecord, formatSkillForLLM, loadSkillDirectory, scanSkillResources, skillDir, buildSkillsCatalogSummary, composeInitializeInstructions, buildChannelInstructions, setSkillAuditFactory, hasSkillAuditFactory, } from './skill';
|
|
29
|
+
export type { SkillAuditFactory, AuditModuleShape } from './skill';
|
|
30
|
+
export type { SkillRegistryInterface, IndexedSkill, SkillChangeEvent, SkillChangeKind, SkillChangeScope, SkillStorageProvider, SkillStorageProviderType, SkillSearchOptions, SkillSearchResult, SkillLoadResult, SkillListOptions, SkillListResult, ToolValidationResult, SkillStorageFactoryOptions, SkillStorageFactoryResult, InjectInstructionsPolicy, } from './skill';
|
|
27
31
|
export { Agent, FrontMcpAgent, agent, frontMcpAgent, AgentContext, withConfig, } from './agent';
|
|
28
32
|
export type { AgentMetadata, AgentLlmConfig, AgentLlmBuiltinConfig, AgentSwarmConfig, AgentExecutionConfig, AgentType, WithConfig, AgentLlmAdapter, AgentPrompt, AgentMessage, AgentCompletion, AgentToolCall, AgentToolDefinition, } from './agent';
|
|
29
33
|
export { OpenAIAdapter, AnthropicAdapter } from './agent/adapters';
|
|
30
34
|
export type { OpenAIAdapterConfig, OpenAIApiMode, AnthropicAdapterConfig } from './agent/adapters';
|
|
31
35
|
export declare const ToolHook: {
|
|
32
|
-
Stage: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "
|
|
33
|
-
Will: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "
|
|
34
|
-
Did: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "
|
|
35
|
-
Around: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "
|
|
36
|
+
Stage: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findTool" | "checkToolAuthorization" | "createTaskIfRequested" | "createToolCallContext" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "applyUI", opts?: import("./common").HookOptions<import("./tool/flows/call-tool.flow").default>) => MethodDecorator;
|
|
37
|
+
Will: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findTool" | "checkToolAuthorization" | "createTaskIfRequested" | "createToolCallContext" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "applyUI", opts?: import("./common").HookOptions<import("./tool/flows/call-tool.flow").default>) => MethodDecorator;
|
|
38
|
+
Did: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findTool" | "checkToolAuthorization" | "createTaskIfRequested" | "createToolCallContext" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "applyUI", opts?: import("./common").HookOptions<import("./tool/flows/call-tool.flow").default>) => MethodDecorator;
|
|
39
|
+
Around: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findTool" | "checkToolAuthorization" | "createTaskIfRequested" | "createToolCallContext" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "applyUI", opts?: import("./common").HookOptions<import("./tool/flows/call-tool.flow").default>) => MethodDecorator;
|
|
36
40
|
};
|
|
37
41
|
export declare const ListToolsHook: {
|
|
38
42
|
Stage: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findTools" | "parseTools", opts?: import("./common").HookOptions<import("./tool/flows/tools-list.flow").default>) => MethodDecorator;
|
|
@@ -41,22 +45,22 @@ export declare const ListToolsHook: {
|
|
|
41
45
|
Around: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findTools" | "parseTools", opts?: import("./common").HookOptions<import("./tool/flows/tools-list.flow").default>) => MethodDecorator;
|
|
42
46
|
};
|
|
43
47
|
export declare const HttpHook: {
|
|
44
|
-
Stage: (stage: "
|
|
45
|
-
Will: (stage: "
|
|
46
|
-
Did: (stage: "
|
|
47
|
-
Around: (stage: "
|
|
48
|
+
Stage: (stage: "audit" | "finalize" | "acquireQuota" | "acquireSemaphore" | "releaseSemaphore" | "releaseQuota" | "router" | "traceRequest" | "checkAuthorization" | "handleLegacySse" | "handleSse" | "handleStreamableHttp" | "handleStatefulHttp" | "handleStatelessHttp" | "handleDeleteSession" | "metrics", opts?: import("./common").HookOptions<import("./scope/flows/http.request.flow").default>) => MethodDecorator;
|
|
49
|
+
Will: (stage: "audit" | "finalize" | "acquireQuota" | "acquireSemaphore" | "releaseSemaphore" | "releaseQuota" | "router" | "traceRequest" | "checkAuthorization" | "handleLegacySse" | "handleSse" | "handleStreamableHttp" | "handleStatefulHttp" | "handleStatelessHttp" | "handleDeleteSession" | "metrics", opts?: import("./common").HookOptions<import("./scope/flows/http.request.flow").default>) => MethodDecorator;
|
|
50
|
+
Did: (stage: "audit" | "finalize" | "acquireQuota" | "acquireSemaphore" | "releaseSemaphore" | "releaseQuota" | "router" | "traceRequest" | "checkAuthorization" | "handleLegacySse" | "handleSse" | "handleStreamableHttp" | "handleStatefulHttp" | "handleStatelessHttp" | "handleDeleteSession" | "metrics", opts?: import("./common").HookOptions<import("./scope/flows/http.request.flow").default>) => MethodDecorator;
|
|
51
|
+
Around: (stage: "audit" | "finalize" | "acquireQuota" | "acquireSemaphore" | "releaseSemaphore" | "releaseQuota" | "router" | "traceRequest" | "checkAuthorization" | "handleLegacySse" | "handleSse" | "handleStreamableHttp" | "handleStatefulHttp" | "handleStatelessHttp" | "handleDeleteSession" | "metrics", opts?: import("./common").HookOptions<import("./scope/flows/http.request.flow").default>) => MethodDecorator;
|
|
48
52
|
};
|
|
49
53
|
export declare const ResourceHook: {
|
|
50
|
-
Stage: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "
|
|
51
|
-
Will: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "
|
|
52
|
-
Did: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "
|
|
53
|
-
Around: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "
|
|
54
|
+
Stage: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findResource" | "createResourceContext", opts?: import("./common").HookOptions<import("./resource").ReadResourceFlow>) => MethodDecorator;
|
|
55
|
+
Will: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findResource" | "createResourceContext", opts?: import("./common").HookOptions<import("./resource").ReadResourceFlow>) => MethodDecorator;
|
|
56
|
+
Did: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findResource" | "createResourceContext", opts?: import("./common").HookOptions<import("./resource").ReadResourceFlow>) => MethodDecorator;
|
|
57
|
+
Around: (stage: "execute" | "finalize" | "parseInput" | "ensureRemoteCapabilities" | "checkEntryAuthorities" | "validateOutput" | "findResource" | "createResourceContext", opts?: import("./common").HookOptions<import("./resource").ReadResourceFlow>) => MethodDecorator;
|
|
54
58
|
};
|
|
55
59
|
export declare const ListResourcesHook: {
|
|
56
|
-
Stage: (stage: "parseInput" | "ensureRemoteCapabilities" | "
|
|
57
|
-
Will: (stage: "parseInput" | "ensureRemoteCapabilities" | "
|
|
58
|
-
Did: (stage: "parseInput" | "ensureRemoteCapabilities" | "
|
|
59
|
-
Around: (stage: "parseInput" | "ensureRemoteCapabilities" | "
|
|
60
|
+
Stage: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findResources" | "parseResources", opts?: import("./common").HookOptions<import("./resource").ResourcesListFlow>) => MethodDecorator;
|
|
61
|
+
Will: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findResources" | "parseResources", opts?: import("./common").HookOptions<import("./resource").ResourcesListFlow>) => MethodDecorator;
|
|
62
|
+
Did: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findResources" | "parseResources", opts?: import("./common").HookOptions<import("./resource").ResourcesListFlow>) => MethodDecorator;
|
|
63
|
+
Around: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findResources" | "parseResources", opts?: import("./common").HookOptions<import("./resource").ResourcesListFlow>) => MethodDecorator;
|
|
60
64
|
};
|
|
61
65
|
export declare const ListResourceTemplatesHook: {
|
|
62
66
|
Stage: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findTemplates" | "parseTemplates", opts?: import("./common").HookOptions<import("./resource").ResourceTemplatesListFlow>) => MethodDecorator;
|
|
@@ -65,10 +69,10 @@ export declare const ListResourceTemplatesHook: {
|
|
|
65
69
|
Around: (stage: "parseInput" | "ensureRemoteCapabilities" | "filterByAuthorities" | "resolveConflicts" | "findTemplates" | "parseTemplates", opts?: import("./common").HookOptions<import("./resource").ResourceTemplatesListFlow>) => MethodDecorator;
|
|
66
70
|
};
|
|
67
71
|
export declare const AgentCallHook: {
|
|
68
|
-
Stage: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "
|
|
69
|
-
Will: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "
|
|
70
|
-
Did: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "
|
|
71
|
-
Around: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "
|
|
72
|
+
Stage: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "findAgent" | "checkAgentAuthorization" | "createAgentContext", opts?: import("./common").HookOptions<import("./agent").CallAgentFlow>) => MethodDecorator;
|
|
73
|
+
Will: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "findAgent" | "checkAgentAuthorization" | "createAgentContext", opts?: import("./common").HookOptions<import("./agent").CallAgentFlow>) => MethodDecorator;
|
|
74
|
+
Did: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "findAgent" | "checkAgentAuthorization" | "createAgentContext", opts?: import("./common").HookOptions<import("./agent").CallAgentFlow>) => MethodDecorator;
|
|
75
|
+
Around: (stage: "execute" | "finalize" | "parseInput" | "checkEntryAuthorities" | "validateOutput" | "acquireQuota" | "acquireSemaphore" | "validateInput" | "releaseSemaphore" | "releaseQuota" | "findAgent" | "checkAgentAuthorization" | "createAgentContext", opts?: import("./common").HookOptions<import("./agent").CallAgentFlow>) => MethodDecorator;
|
|
72
76
|
};
|
|
73
77
|
export declare const ChannelSendHook: {
|
|
74
78
|
Stage: (stage: "finalize" | "parseInput" | "send", opts?: import("./common").HookOptions<import("./channel/flows/send-channel-notification.flow").default>) => MethodDecorator;
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAqB1B,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,oBAAoB,EACpB,2BAA2B,EAC3B,yBAAyB,GAC1B,MAAM,gCAAgC,CAAC;AACxC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAC;AACrE,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAO7B,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EACL,CAAC,EACD,MAAM,EACN,KAAK,EACL,MAAM,EACN,gBAAgB,EAChB,aAAa,EACb,KAAK,SAAS,EAEd,YAAY,EACZ,KAAK,UAAU,EAGf,KAAK,EACL,MAAM,EACN,QAAQ,EACR,SAAS,EACT,UAAU,EACV,OAAO,EACP,UAAU,EACV,qBAAqB,EACrB,OAAO,EACP,QAAQ,EACR,eAAe,EACf,UAAU,EACV,QAAQ,EACR,OAAO,EACP,WAAW,EACX,SAAS,EACT,SAAS,EACT,WAAW,EACX,SAAS,EACT,SAAS,EACT,SAAS,EACT,QAAQ,EACR,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,OAAO,EACP,KAAK,UAAU,EACf,KAAK,WAAW,EAEhB,KAAK,KAAK,EACV,KAAK,KAAK,EACV,KAAK,MAAM,GACZ,MAAM,oBAAoB,CAAC;AAG5B,YAAY,EAEV,eAAe,EACf,kBAAkB,EAClB,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,2BAA2B,EAC3B,iBAAiB,EAEjB,kBAAkB,EAClB,cAAc,EACd,kBAAkB,EAElB,WAAW,EACX,YAAY,EACZ,aAAa,GACd,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAEL,eAAe,EACf,OAAO,EACP,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EAEvB,iBAAiB,EACjB,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,WAAW,CAAC;AACnB,YAAY,EACV,mBAAmB,EACnB,qBAAqB,EACrB,eAAe,EACf,iBAAiB,EACjB,YAAY,GACb,MAAM,WAAW,CAAC;AAGnB,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|