@frontmcp/sdk 0.12.2 → 1.0.0-beta.10
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 +6 -0
- package/adapter/adapter.instance.d.ts.map +1 -1
- package/agent/adapters/adapter.factory.d.ts +7 -9
- package/agent/adapters/adapter.factory.d.ts.map +1 -1
- package/agent/adapters/anthropic.adapter.d.ts +151 -0
- package/agent/adapters/anthropic.adapter.d.ts.map +1 -0
- package/agent/adapters/base.adapter.d.ts.map +1 -1
- package/agent/adapters/index.d.ts +38 -24
- package/agent/adapters/index.d.ts.map +1 -1
- package/agent/adapters/openai.adapter.d.ts +288 -0
- package/agent/adapters/openai.adapter.d.ts.map +1 -0
- package/agent/adapters/providers/index.d.ts +9 -7
- package/agent/adapters/providers/index.d.ts.map +1 -1
- package/agent/adapters/providers/types.d.ts +5 -1
- package/agent/adapters/providers/types.d.ts.map +1 -1
- package/agent/agent-execution-loop.d.ts.map +1 -1
- package/agent/agent.instance.d.ts +7 -4
- package/agent/agent.instance.d.ts.map +1 -1
- package/agent/agent.registry.d.ts +1 -1
- package/agent/agent.registry.d.ts.map +1 -1
- package/agent/agent.scope.d.ts +42 -49
- package/agent/agent.scope.d.ts.map +1 -1
- package/agent/flows/call-agent.flow.d.ts +12 -3
- package/agent/flows/call-agent.flow.d.ts.map +1 -1
- package/agent/index.d.ts +12 -6
- package/agent/index.d.ts.map +1 -1
- package/app/app.registry.d.ts.map +1 -1
- package/app/app.utils.d.ts.map +1 -1
- package/app/instances/app.esm.instance.d.ts +80 -0
- package/app/instances/app.esm.instance.d.ts.map +1 -0
- package/app/instances/app.local.instance.d.ts +3 -3
- package/app/instances/app.local.instance.d.ts.map +1 -1
- package/app/instances/app.remote.instance.d.ts +7 -4
- package/app/instances/app.remote.instance.d.ts.map +1 -1
- package/app/instances/esm-normalize.utils.d.ts +72 -0
- package/app/instances/esm-normalize.utils.d.ts.map +1 -0
- package/app/instances/index.d.ts +1 -0
- package/app/instances/index.d.ts.map +1 -1
- package/auth/auth.registry.d.ts +2 -2
- package/auth/auth.registry.d.ts.map +1 -1
- package/auth/cimd/index.d.ts +1 -1
- package/auth/cimd/index.d.ts.map +1 -1
- package/auth/instances/instance.local-primary-auth.d.ts +2 -3
- package/auth/instances/instance.local-primary-auth.d.ts.map +1 -1
- package/auth/instances/instance.remote-primary-auth.d.ts +0 -1
- package/auth/instances/instance.remote-primary-auth.d.ts.map +1 -1
- package/auth/session/record/session.base.d.ts.map +1 -1
- package/auth/session/transport-session.manager.d.ts.map +1 -1
- package/auth/session/utils/session-id.utils.d.ts +9 -6
- package/auth/session/utils/session-id.utils.d.ts.map +1 -1
- package/builtin/config/config.plugin.d.ts.map +1 -1
- package/builtin/config/index.d.ts +2 -1
- package/builtin/config/index.d.ts.map +1 -1
- package/builtin/config/providers/config-loader.d.ts.map +1 -1
- package/builtin/config/providers/env-loader.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/agent.decorator.d.ts +34 -9
- package/common/decorators/agent.decorator.d.ts.map +1 -1
- package/common/decorators/app.decorator.d.ts +33 -3
- 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/flow.decorator.d.ts +1 -1
- package/common/decorators/flow.decorator.d.ts.map +1 -1
- package/common/decorators/front-mcp.decorator.d.ts.map +1 -1
- package/common/decorators/job.decorator.d.ts +64 -5
- package/common/decorators/job.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/prompt.decorator.d.ts +19 -3
- 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 +22 -2
- package/common/decorators/resource.decorator.d.ts.map +1 -1
- package/common/decorators/skill.decorator.d.ts +11 -1
- package/common/decorators/skill.decorator.d.ts.map +1 -1
- package/common/decorators/tool.decorator.d.ts +38 -47
- package/common/decorators/tool.decorator.d.ts.map +1 -1
- package/common/dynamic/dynamic.utils.d.ts +1 -1
- package/common/entries/adapter.entry.d.ts.map +1 -1
- package/common/entries/agent.entry.d.ts +5 -7
- package/common/entries/agent.entry.d.ts.map +1 -1
- package/common/entries/app.entry.d.ts +8 -5
- package/common/entries/app.entry.d.ts.map +1 -1
- package/common/entries/logger.entry.d.ts.map +1 -1
- package/common/entries/plugin.entry.d.ts +1 -2
- package/common/entries/plugin.entry.d.ts.map +1 -1
- package/common/entries/prompt.entry.d.ts +3 -3
- package/common/entries/prompt.entry.d.ts.map +1 -1
- package/common/entries/provider.entry.d.ts +1 -2
- package/common/entries/provider.entry.d.ts.map +1 -1
- package/common/entries/resource.entry.d.ts +3 -3
- package/common/entries/resource.entry.d.ts.map +1 -1
- package/common/entries/scope.entry.d.ts +25 -8
- package/common/entries/scope.entry.d.ts.map +1 -1
- package/common/entries/tool.entry.d.ts +15 -4
- package/common/entries/tool.entry.d.ts.map +1 -1
- package/common/interfaces/adapter.interface.d.ts +15 -0
- package/common/interfaces/adapter.interface.d.ts.map +1 -1
- package/common/interfaces/agent.interface.d.ts +2 -2
- package/common/interfaces/agent.interface.d.ts.map +1 -1
- package/common/interfaces/app.interface.d.ts +1 -4
- package/common/interfaces/app.interface.d.ts.map +1 -1
- package/common/interfaces/auth-hook.interface.d.ts.map +1 -1
- package/common/interfaces/execution-context.interface.d.ts +1 -2
- package/common/interfaces/execution-context.interface.d.ts.map +1 -1
- package/common/interfaces/flow.interface.d.ts.map +1 -1
- package/common/interfaces/front-mcp.interface.d.ts.map +1 -1
- package/common/interfaces/internal/registry.interface.d.ts +18 -88
- package/common/interfaces/internal/registry.interface.d.ts.map +1 -1
- package/common/interfaces/job.interface.d.ts +1 -1
- package/common/interfaces/job.interface.d.ts.map +1 -1
- package/common/interfaces/plugin.interface.d.ts +1 -3
- package/common/interfaces/plugin.interface.d.ts.map +1 -1
- package/common/interfaces/prompt.interface.d.ts +3 -3
- package/common/interfaces/prompt.interface.d.ts.map +1 -1
- package/common/interfaces/provider.interface.d.ts +1 -3
- package/common/interfaces/provider.interface.d.ts.map +1 -1
- package/common/interfaces/resource.interface.d.ts +1 -1
- package/common/interfaces/resource.interface.d.ts.map +1 -1
- package/common/interfaces/scope.interface.d.ts +2 -4
- package/common/interfaces/scope.interface.d.ts.map +1 -1
- package/common/interfaces/server.interface.d.ts +1 -1
- package/common/interfaces/server.interface.d.ts.map +1 -1
- package/common/interfaces/skill.interface.d.ts +1 -1
- package/common/interfaces/skill.interface.d.ts.map +1 -1
- package/common/interfaces/tool.interface.d.ts +1 -1
- package/common/interfaces/tool.interface.d.ts.map +1 -1
- package/common/interfaces/workflow.interface.d.ts +1 -1
- package/common/interfaces/workflow.interface.d.ts.map +1 -1
- package/common/metadata/adapter.metadata.d.ts.map +1 -1
- package/common/metadata/agent.metadata.d.ts +56 -7
- package/common/metadata/agent.metadata.d.ts.map +1 -1
- package/common/metadata/app-filter.metadata.d.ts +78 -0
- package/common/metadata/app-filter.metadata.d.ts.map +1 -0
- package/common/metadata/app.metadata.d.ts +198 -76
- package/common/metadata/app.metadata.d.ts.map +1 -1
- package/common/metadata/auth-provider.metadata.d.ts.map +1 -1
- package/common/metadata/front-mcp.metadata.d.ts +2143 -426
- package/common/metadata/front-mcp.metadata.d.ts.map +1 -1
- package/common/metadata/index.d.ts +2 -0
- package/common/metadata/index.d.ts.map +1 -1
- package/common/metadata/job.metadata.d.ts +1 -1
- package/common/metadata/logger.metadata.d.ts.map +1 -1
- package/common/metadata/plugin.metadata.d.ts +1 -1
- package/common/metadata/prompt.metadata.d.ts +2 -2
- package/common/metadata/prompt.metadata.d.ts.map +1 -1
- package/common/metadata/remote-primitive.metadata.d.ts +35 -0
- package/common/metadata/remote-primitive.metadata.d.ts.map +1 -0
- package/common/metadata/resource.metadata.d.ts +1 -1
- package/common/metadata/resource.metadata.d.ts.map +1 -1
- package/common/metadata/tool-ui.metadata.d.ts +1 -1
- package/common/metadata/tool-ui.metadata.d.ts.map +1 -1
- package/common/metadata/tool.metadata.d.ts +86 -19
- package/common/metadata/tool.metadata.d.ts.map +1 -1
- package/common/metadata/workflow.metadata.d.ts +1 -1
- package/common/records/agent.record.d.ts +43 -2
- package/common/records/agent.record.d.ts.map +1 -1
- package/common/records/flow.record.d.ts.map +1 -1
- package/common/records/job.record.d.ts +35 -2
- package/common/records/job.record.d.ts.map +1 -1
- package/common/records/prompt.record.d.ts +35 -2
- package/common/records/prompt.record.d.ts.map +1 -1
- package/common/records/resource.record.d.ts +35 -2
- package/common/records/resource.record.d.ts.map +1 -1
- package/common/records/skill.record.d.ts +46 -2
- package/common/records/skill.record.d.ts.map +1 -1
- package/common/records/tool.record.d.ts +35 -2
- package/common/records/tool.record.d.ts.map +1 -1
- package/common/records/workflow.record.d.ts +35 -2
- package/common/records/workflow.record.d.ts.map +1 -1
- package/common/schemas/annotated-class.schema.d.ts +2 -2
- package/common/schemas/annotated-class.schema.d.ts.map +1 -1
- package/common/schemas/http-input.schema.d.ts.map +1 -1
- package/common/schemas/http-output.schema.d.ts +2 -2
- package/common/schemas/http-output.schema.d.ts.map +1 -1
- package/common/tokens/adapter.tokens.d.ts.map +1 -1
- package/common/tokens/agent.tokens.d.ts +3 -0
- package/common/tokens/agent.tokens.d.ts.map +1 -1
- package/common/tokens/app.tokens.d.ts.map +1 -1
- 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.map +1 -1
- package/common/tokens/prompt.tokens.d.ts +1 -0
- package/common/tokens/prompt.tokens.d.ts.map +1 -1
- package/common/tokens/provider.tokens.d.ts.map +1 -1
- package/common/tokens/tool.tokens.d.ts +3 -2
- package/common/tokens/tool.tokens.d.ts.map +1 -1
- package/common/types/common.types.d.ts +2 -2
- package/common/types/common.types.d.ts.map +1 -1
- package/common/types/options/auth/app-auth.schema.d.ts +2 -271
- package/common/types/options/auth/app-auth.schema.d.ts.map +1 -1
- package/common/types/options/auth/index.d.ts +6 -6
- package/common/types/options/auth/index.d.ts.map +1 -1
- package/common/types/options/auth/interfaces.d.ts +1 -430
- package/common/types/options/auth/interfaces.d.ts.map +1 -1
- package/common/types/options/auth/orchestrated.schema.d.ts +2 -457
- package/common/types/options/auth/orchestrated.schema.d.ts.map +1 -1
- package/common/types/options/auth/public.schema.d.ts +2 -21
- package/common/types/options/auth/public.schema.d.ts.map +1 -1
- package/common/types/options/auth/schema.d.ts +2 -280
- package/common/types/options/auth/schema.d.ts.map +1 -1
- package/common/types/options/auth/shared.schemas.d.ts +2 -2
- package/common/types/options/auth/shared.schemas.d.ts.map +1 -1
- package/common/types/options/auth/transparent.schema.d.ts +2 -35
- package/common/types/options/auth/transparent.schema.d.ts.map +1 -1
- package/common/types/options/auth/typecheck.d.ts.map +1 -1
- package/common/types/options/auth/utils.d.ts +1 -32
- package/common/types/options/auth/utils.d.ts.map +1 -1
- package/common/types/options/elicitation/schema.d.ts +2 -4
- package/common/types/options/elicitation/schema.d.ts.map +1 -1
- package/common/types/options/ext-apps/index.d.ts +1 -1
- package/common/types/options/ext-apps/index.d.ts.map +1 -1
- package/common/types/options/ext-apps/interfaces.d.ts +55 -0
- package/common/types/options/ext-apps/interfaces.d.ts.map +1 -1
- package/common/types/options/ext-apps/schema.d.ts +3 -1
- package/common/types/options/ext-apps/schema.d.ts.map +1 -1
- package/common/types/options/ext-apps/typecheck.d.ts +2 -0
- package/common/types/options/ext-apps/typecheck.d.ts.map +1 -0
- package/common/types/options/http/schema.d.ts +3 -1
- package/common/types/options/http/schema.d.ts.map +1 -1
- package/common/types/options/http/typecheck.d.ts +2 -0
- package/common/types/options/http/typecheck.d.ts.map +1 -0
- package/common/types/options/logging/schema.d.ts +3 -2
- package/common/types/options/logging/schema.d.ts.map +1 -1
- package/common/types/options/redis/index.d.ts +1 -1
- package/common/types/options/redis/index.d.ts.map +1 -1
- package/common/types/options/redis/interfaces.d.ts +4 -0
- package/common/types/options/redis/interfaces.d.ts.map +1 -1
- package/common/types/options/redis/schema.d.ts +7 -4
- package/common/types/options/redis/schema.d.ts.map +1 -1
- package/common/types/options/redis/typecheck.d.ts +2 -0
- package/common/types/options/redis/typecheck.d.ts.map +1 -0
- 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/skills-http/schema.d.ts +3 -2
- package/common/types/options/skills-http/schema.d.ts.map +1 -1
- package/common/types/options/skills-http/typecheck.d.ts +2 -0
- package/common/types/options/skills-http/typecheck.d.ts.map +1 -0
- package/common/types/options/sqlite/index.d.ts +1 -0
- package/common/types/options/sqlite/index.d.ts.map +1 -1
- package/common/types/options/sqlite/interfaces.d.ts +25 -0
- package/common/types/options/sqlite/interfaces.d.ts.map +1 -0
- package/common/types/options/sqlite/schema.d.ts +3 -1
- package/common/types/options/sqlite/schema.d.ts.map +1 -1
- package/common/types/options/sqlite/typecheck.d.ts +2 -0
- package/common/types/options/sqlite/typecheck.d.ts.map +1 -0
- package/common/types/options/transport/schema.d.ts.map +1 -1
- package/common/utils/decide-request-intent.utils.d.ts.map +1 -1
- package/common/utils/index.d.ts +2 -0
- package/common/utils/index.d.ts.map +1 -1
- package/common/utils/primitive-filter.d.ts +24 -0
- package/common/utils/primitive-filter.d.ts.map +1 -0
- package/common/utils/validate-remote-url.d.ts +13 -0
- package/common/utils/validate-remote-url.d.ts.map +1 -0
- package/context/frontmcp-context-storage.d.ts +1 -6
- package/context/frontmcp-context-storage.d.ts.map +1 -1
- package/context/frontmcp-context.d.ts +1 -1
- package/context/frontmcp-context.d.ts.map +1 -1
- package/context/index.d.ts +5 -4
- package/context/index.d.ts.map +1 -1
- package/direct/client.types.d.ts +11 -1
- package/direct/client.types.d.ts.map +1 -1
- package/direct/connect.d.ts +4 -1
- package/direct/connect.d.ts.map +1 -1
- package/direct/direct-server.d.ts +1 -1
- package/direct/direct-server.d.ts.map +1 -1
- package/direct/direct.types.d.ts +1 -1
- package/direct/direct.types.d.ts.map +1 -1
- package/direct/index.d.ts +1 -1
- package/direct/index.d.ts.map +1 -1
- package/direct/llm-platform.d.ts +3 -3
- package/direct/llm-platform.d.ts.map +1 -1
- package/elicitation/flows/elicitation-request.flow.d.ts.map +1 -1
- package/elicitation/flows/elicitation-result.flow.d.ts.map +1 -1
- package/elicitation/helpers/fallback.helper.d.ts.map +1 -1
- package/elicitation/send-elicitation-result.tool.d.ts.map +1 -1
- package/elicitation/store/elicitation-encryption.d.ts.map +1 -1
- package/errors/error-handler.d.ts.map +1 -1
- package/errors/esm.errors.d.ts +59 -0
- package/errors/esm.errors.d.ts.map +1 -0
- package/errors/index.d.ts +6 -3
- package/errors/index.d.ts.map +1 -1
- package/errors/mcp.error.d.ts.map +1 -1
- package/errors/transport.errors.d.ts +6 -0
- package/errors/transport.errors.d.ts.map +1 -1
- package/esm/index.mjs +6434 -2612
- package/esm-loader/app-helpers.d.ts +60 -0
- package/esm-loader/app-helpers.d.ts.map +1 -0
- package/esm-loader/esm-auth.types.d.ts +53 -0
- package/esm-loader/esm-auth.types.d.ts.map +1 -0
- package/esm-loader/esm-cache.d.ts +87 -0
- package/esm-loader/esm-cache.d.ts.map +1 -0
- package/esm-loader/esm-manifest.d.ts +82 -0
- package/esm-loader/esm-manifest.d.ts.map +1 -0
- package/esm-loader/esm-module-loader.d.ts +100 -0
- package/esm-loader/esm-module-loader.d.ts.map +1 -0
- package/esm-loader/factories/esm-context-factories.d.ts +52 -0
- package/esm-loader/factories/esm-context-factories.d.ts.map +1 -0
- package/esm-loader/factories/esm-instance-factories.d.ts +48 -0
- package/esm-loader/factories/esm-instance-factories.d.ts.map +1 -0
- package/esm-loader/factories/esm-record-builders.d.ts +72 -0
- package/esm-loader/factories/esm-record-builders.d.ts.map +1 -0
- package/esm-loader/factories/index.d.ts +4 -0
- package/esm-loader/factories/index.d.ts.map +1 -0
- package/esm-loader/index.d.ts +10 -0
- package/esm-loader/index.d.ts.map +1 -0
- package/esm-loader/package-specifier.d.ts +60 -0
- package/esm-loader/package-specifier.d.ts.map +1 -0
- package/esm-loader/semver.utils.d.ts +41 -0
- package/esm-loader/semver.utils.d.ts.map +1 -0
- package/esm-loader/version-poller.d.ts +101 -0
- package/esm-loader/version-poller.d.ts.map +1 -0
- package/esm-loader/version-resolver.d.ts +47 -0
- package/esm-loader/version-resolver.d.ts.map +1 -0
- package/ext-apps/ext-apps.handler.d.ts.map +1 -1
- package/flows/flow.instance.d.ts +2 -3
- package/flows/flow.instance.d.ts.map +1 -1
- package/front-mcp/front-mcp.d.ts +12 -2
- package/front-mcp/front-mcp.d.ts.map +1 -1
- package/front-mcp/front-mcp.providers.d.ts +860 -178
- package/front-mcp/front-mcp.providers.d.ts.map +1 -1
- package/hooks/hook.registry.d.ts +2 -2
- package/hooks/hook.registry.d.ts.map +1 -1
- package/index.d.ts +11 -5
- package/index.d.ts.map +1 -1
- package/index.js +6987 -3093
- package/job/execution/index.d.ts +2 -1
- package/job/execution/index.d.ts.map +1 -1
- package/job/job.instance.d.ts +6 -3
- package/job/job.instance.d.ts.map +1 -1
- package/job/job.utils.d.ts.map +1 -1
- package/job/tools/list-jobs.tool.d.ts +1 -0
- package/job/tools/list-jobs.tool.d.ts.map +1 -1
- package/logger/instances/instance.console-logger.d.ts +0 -1
- package/logger/instances/instance.console-logger.d.ts.map +1 -1
- package/logger/instances/instance.logger.d.ts.map +1 -1
- package/logger/logger.registry.d.ts.map +1 -1
- package/logger/logger.types.d.ts.map +1 -1
- package/notification/notification.service.d.ts +9 -5
- package/notification/notification.service.d.ts.map +1 -1
- package/package.json +31 -19
- package/plugin/plugin.registry.d.ts +9 -4
- package/plugin/plugin.registry.d.ts.map +1 -1
- package/prompt/flows/get-prompt.flow.d.ts +1 -1
- package/prompt/flows/get-prompt.flow.d.ts.map +1 -1
- package/prompt/prompt.instance.d.ts +2 -2
- package/prompt/prompt.instance.d.ts.map +1 -1
- package/prompt/prompt.registry.d.ts +9 -3
- package/prompt/prompt.registry.d.ts.map +1 -1
- package/prompt/prompt.utils.d.ts +1 -1
- package/prompt/prompt.utils.d.ts.map +1 -1
- package/provider/provider.registry.d.ts +6 -8
- package/provider/provider.registry.d.ts.map +1 -1
- package/provider/provider.types.d.ts +0 -13
- package/provider/provider.types.d.ts.map +1 -1
- package/rate-limit/index.d.ts +13 -0
- package/rate-limit/index.d.ts.map +1 -0
- package/remote-mcp/cache/index.d.ts +2 -1
- package/remote-mcp/cache/index.d.ts.map +1 -1
- package/remote-mcp/factories/context-factories.d.ts +1 -1
- package/remote-mcp/factories/context-factories.d.ts.map +1 -1
- package/remote-mcp/factories/instance-factories.d.ts +1 -1
- package/remote-mcp/factories/instance-factories.d.ts.map +1 -1
- package/remote-mcp/factories/record-builders.d.ts +1 -1
- package/remote-mcp/factories/record-builders.d.ts.map +1 -1
- package/remote-mcp/mcp-client.service.d.ts +2 -2
- package/remote-mcp/mcp-client.service.d.ts.map +1 -1
- package/remote-mcp/mcp-client.types.d.ts +4 -4
- package/remote-mcp/mcp-client.types.d.ts.map +1 -1
- package/resource/flows/read-resource.flow.d.ts +1 -1
- package/resource/flows/read-resource.flow.d.ts.map +1 -1
- package/resource/flows/resource-templates-list.flow.d.ts.map +1 -1
- package/resource/flows/resources-list.flow.d.ts.map +1 -1
- package/resource/resource.instance.d.ts +2 -2
- package/resource/resource.instance.d.ts.map +1 -1
- package/resource/resource.registry.d.ts +9 -3
- package/resource/resource.registry.d.ts.map +1 -1
- package/resource/resource.utils.d.ts.map +1 -1
- package/scope/flows/http.request.flow.d.ts +1 -0
- package/scope/flows/http.request.flow.d.ts.map +1 -1
- package/scope/index.d.ts.map +1 -1
- package/scope/scope.instance.d.ts +20 -9
- package/scope/scope.instance.d.ts.map +1 -1
- package/server/adapters/polyfills/browser-express-host.d.ts +7 -0
- package/server/adapters/polyfills/browser-express-host.d.ts.map +1 -0
- package/server/adapters/polyfills/node-express-host.d.ts +2 -0
- package/server/adapters/polyfills/node-express-host.d.ts.map +1 -0
- package/server/noop-server.d.ts +15 -0
- package/server/noop-server.d.ts.map +1 -0
- package/server/server.types.d.ts +11 -9
- package/server/server.types.d.ts.map +1 -1
- package/server/server.validation.d.ts.map +1 -1
- package/skill/cache/index.d.ts +2 -1
- package/skill/cache/index.d.ts.map +1 -1
- package/skill/flows/http/skills-api.flow.d.ts.map +1 -1
- package/skill/flows/load-skill.flow.d.ts.map +1 -1
- package/skill/index.d.ts +3 -3
- package/skill/index.d.ts.map +1 -1
- package/skill/providers/memory-skill.provider.d.ts +5 -0
- package/skill/providers/memory-skill.provider.d.ts.map +1 -1
- package/skill/session/skill-session.manager.d.ts +1 -1
- package/skill/session/skill-session.manager.d.ts.map +1 -1
- package/skill/skill-directory-loader.d.ts.map +1 -1
- package/skill/skill-http.utils.d.ts +4 -3
- package/skill/skill-http.utils.d.ts.map +1 -1
- package/skill/skill-md-parser.d.ts.map +1 -1
- package/skill/skill-storage.factory.d.ts +3 -3
- package/skill/skill-storage.factory.d.ts.map +1 -1
- package/skill/skill-validator.d.ts +2 -2
- package/skill/skill-validator.d.ts.map +1 -1
- package/skill/skill.instance.d.ts +2 -2
- package/skill/skill.instance.d.ts.map +1 -1
- package/skill/skill.registry.d.ts +3 -4
- package/skill/skill.registry.d.ts.map +1 -1
- package/skill/skill.utils.d.ts.map +1 -1
- package/skill/tools/index.d.ts +1 -5
- package/skill/tools/index.d.ts.map +1 -1
- package/skill/tools/load-skills.tool.d.ts +1 -4
- package/skill/tools/load-skills.tool.d.ts.map +1 -1
- package/tool/flows/call-tool.flow.d.ts +12 -3
- package/tool/flows/call-tool.flow.d.ts.map +1 -1
- package/tool/flows/tools-list.flow.d.ts +12 -4
- package/tool/flows/tools-list.flow.d.ts.map +1 -1
- package/tool/tool.instance.d.ts +7 -4
- package/tool/tool.instance.d.ts.map +1 -1
- package/tool/tool.registry.d.ts +9 -3
- package/tool/tool.registry.d.ts.map +1 -1
- package/tool/tool.utils.d.ts.map +1 -1
- package/tool/ui/index.d.ts +29 -9
- package/tool/ui/index.d.ts.map +1 -1
- package/tool/ui/platform-adapters.d.ts +27 -5
- package/tool/ui/platform-adapters.d.ts.map +1 -1
- package/tool/ui/template-helpers.d.ts +1 -7
- package/tool/ui/template-helpers.d.ts.map +1 -1
- package/tool/ui/ui-resource-template.d.ts +1 -1
- package/tool/ui/ui-resource.handler.d.ts +2 -2
- package/tool/ui/ui-resource.handler.d.ts.map +1 -1
- package/tool/ui/ui-shared.d.ts +35 -0
- package/tool/ui/ui-shared.d.ts.map +1 -0
- package/transport/{legacy/legacy.sse.tranporter.d.ts → adapters/base-sse-transport.d.ts} +2 -4
- package/transport/adapters/base-sse-transport.d.ts.map +1 -0
- package/transport/adapters/polyfills/browser-sse-transport.d.ts +10 -0
- package/transport/adapters/polyfills/browser-sse-transport.d.ts.map +1 -0
- package/transport/adapters/polyfills/node-sse-transport.d.ts +2 -0
- package/transport/adapters/polyfills/node-sse-transport.d.ts.map +1 -0
- package/transport/adapters/sse-transport.d.ts +1 -1
- package/transport/adapters/sse-transport.d.ts.map +1 -1
- package/transport/adapters/streamable-http-transport.d.ts +24 -1
- package/transport/adapters/streamable-http-transport.d.ts.map +1 -1
- package/transport/adapters/transport.local.adapter.d.ts +33 -7
- package/transport/adapters/transport.local.adapter.d.ts.map +1 -1
- package/transport/adapters/transport.sse.adapter.d.ts +1 -1
- package/transport/adapters/transport.sse.adapter.d.ts.map +1 -1
- package/transport/adapters/transport.streamable-http.adapter.d.ts +14 -5
- package/transport/adapters/transport.streamable-http.adapter.d.ts.map +1 -1
- package/transport/event-stores/event-store.factory.d.ts +1 -1
- package/transport/event-stores/event-store.factory.d.ts.map +1 -1
- package/transport/event-stores/memory.event-store.d.ts +2 -2
- package/transport/event-stores/memory.event-store.d.ts.map +1 -1
- package/transport/event-stores/redis.event-store.d.ts +2 -2
- package/transport/event-stores/redis.event-store.d.ts.map +1 -1
- package/transport/flows/handle.sse.flow.d.ts.map +1 -1
- package/transport/flows/handle.stateless-http.flow.d.ts.map +1 -1
- package/transport/flows/handle.streamable-http.flow.d.ts +50 -1
- package/transport/flows/handle.streamable-http.flow.d.ts.map +1 -1
- package/transport/in-memory-server.d.ts +3 -3
- package/transport/in-memory-server.d.ts.map +1 -1
- package/transport/index.d.ts +8 -5
- package/transport/index.d.ts.map +1 -1
- package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts +1 -1
- package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts.map +1 -1
- package/transport/mcp-handlers/call-tool-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/call-tool-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/complete-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/complete-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/get-prompt-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/get-prompt-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/index.d.ts +6 -6
- package/transport/mcp-handlers/initialize-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/initialize-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-prompts-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/list-prompts-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-resources-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/list-resources-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-tools-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/list-tools-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/logging-set-level-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/logging-set-level-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/mcp-handlers.types.d.ts +6 -9
- package/transport/mcp-handlers/mcp-handlers.types.d.ts.map +1 -1
- package/transport/mcp-handlers/read-resource-request.handler.d.ts +1 -1
- 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 -2
- package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/subscribe-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/subscribe-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/unsubscribe-request.handler.d.ts +1 -1
- package/transport/mcp-handlers/unsubscribe-request.handler.d.ts.map +1 -1
- package/transport/transport.error.d.ts +2 -2
- package/transport/transport.error.d.ts.map +1 -1
- package/transport/transport.local.d.ts +2 -0
- package/transport/transport.local.d.ts.map +1 -1
- package/transport/transport.registry.d.ts +8 -0
- package/transport/transport.registry.d.ts.map +1 -1
- package/transport/transport.remote.d.ts +2 -0
- package/transport/transport.remote.d.ts.map +1 -1
- package/transport/transport.types.d.ts +10 -0
- package/transport/transport.types.d.ts.map +1 -1
- package/types/drinen-hooks.types.d.ts.map +1 -1
- package/types/invoke.type.d.ts.map +1 -1
- package/types/zod.types.d.ts.map +1 -1
- package/utils/index.d.ts +2 -1
- package/utils/index.d.ts.map +1 -1
- package/workflow/workflow.instance.d.ts +2 -2
- package/workflow/workflow.instance.d.ts.map +1 -1
- package/agent/adapters/langchain.adapter.d.ts +0 -178
- package/agent/adapters/langchain.adapter.d.ts.map +0 -1
- package/esm/package.json +0 -104
- package/transport/legacy/legacy.sse.tranporter.d.ts.map +0 -1
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { AuthOptionsInput } from '../types';
|
|
3
|
-
import {
|
|
3
|
+
import type { AppFilterConfig } from './app-filter.metadata';
|
|
4
|
+
import type { EsmOptions, RemoteOptions } from './remote-primitive.metadata';
|
|
5
|
+
import type { AgentType, ProviderType, PromptType, ResourceType, ToolType, AuthProviderType, PluginType, AdapterType, SkillType, JobType, WorkflowType } from '../interfaces';
|
|
4
6
|
/**
|
|
5
7
|
* Declarative metadata describing what a local mcp app contributes at app scope.
|
|
6
8
|
*
|
|
@@ -109,7 +111,7 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
109
111
|
authProviders: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodCustom<import("libs/di/dist/interfaces/base.interface").Type<unknown>, import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>>;
|
|
110
112
|
plugins: z.ZodOptional<z.ZodArray<z.ZodCustom<import("libs/di/dist/interfaces/base.interface").Type<unknown>, import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>;
|
|
111
113
|
adapters: z.ZodOptional<z.ZodArray<z.ZodCustom<import("libs/di/dist/interfaces/base.interface").Type<unknown>, import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>;
|
|
112
|
-
tools: z.ZodOptional<z.ZodArray<z.ZodCustom<import("libs/di/dist/interfaces/base.interface").Type<unknown>, import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>;
|
|
114
|
+
tools: z.ZodOptional<z.ZodArray<z.ZodCustom<string | import("libs/di/dist/interfaces/base.interface").Type<unknown>, string | import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>;
|
|
113
115
|
resources: z.ZodOptional<z.ZodArray<z.ZodCustom<import("libs/di/dist/interfaces/base.interface").Type<unknown>, import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>;
|
|
114
116
|
prompts: z.ZodOptional<z.ZodArray<z.ZodCustom<import("libs/di/dist/interfaces/base.interface").Type<unknown>, import("libs/di/dist/interfaces/base.interface").Type<unknown>>>>;
|
|
115
117
|
agents: z.ZodOptional<z.ZodArray<z.ZodCustom<AgentType, AgentType>>>;
|
|
@@ -131,33 +133,33 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
131
133
|
}, z.core.$strip>>;
|
|
132
134
|
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
133
135
|
}, z.core.$strip>, z.ZodObject<{
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
137
|
+
requiredScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
138
|
+
allowAnonymous: z.ZodDefault<z.ZodBoolean>;
|
|
139
|
+
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
140
|
+
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
141
|
+
tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
142
|
+
prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
143
|
+
rateLimit: z.ZodDefault<z.ZodNumber>;
|
|
144
|
+
}, z.core.$strip>>;
|
|
145
|
+
provider: z.ZodString;
|
|
146
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
147
|
+
clientSecret: z.ZodOptional<z.ZodString>;
|
|
148
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
149
|
+
providerConfig: z.ZodOptional<z.ZodObject<{
|
|
137
150
|
name: z.ZodOptional<z.ZodString>;
|
|
138
151
|
id: z.ZodOptional<z.ZodString>;
|
|
139
152
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
140
153
|
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
141
154
|
}, z.core.$strip>>;
|
|
142
155
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
143
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
144
|
-
clientSecret: z.ZodOptional<z.ZodString>;
|
|
145
|
-
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
146
156
|
dcrEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
147
157
|
authEndpoint: z.ZodOptional<z.ZodString>;
|
|
148
158
|
tokenEndpoint: z.ZodOptional<z.ZodString>;
|
|
149
159
|
registrationEndpoint: z.ZodOptional<z.ZodString>;
|
|
150
160
|
userInfoEndpoint: z.ZodOptional<z.ZodString>;
|
|
151
|
-
}, z.core.$strip>;
|
|
152
|
-
expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
153
|
-
requiredScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
154
|
-
allowAnonymous: z.ZodDefault<z.ZodBoolean>;
|
|
155
|
-
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
156
|
-
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
157
|
-
tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
158
|
-
prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
159
|
-
rateLimit: z.ZodDefault<z.ZodNumber>;
|
|
160
161
|
}, z.core.$strip>>;
|
|
162
|
+
mode: z.ZodLiteral<"transparent">;
|
|
161
163
|
}, z.core.$strip>, z.ZodObject<{
|
|
162
164
|
local: z.ZodOptional<z.ZodObject<{
|
|
163
165
|
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
@@ -166,11 +168,8 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
166
168
|
}, z.core.$strip>>;
|
|
167
169
|
issuer: z.ZodOptional<z.ZodString>;
|
|
168
170
|
}, z.core.$strip>>;
|
|
169
|
-
tokenStorage: z.ZodDefault<z.
|
|
170
|
-
|
|
171
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
172
|
-
type: z.ZodLiteral<"redis">;
|
|
173
|
-
config: z.ZodObject<{
|
|
171
|
+
tokenStorage: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"memory">, z.ZodObject<{
|
|
172
|
+
redis: z.ZodObject<{
|
|
174
173
|
host: z.ZodString;
|
|
175
174
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
176
175
|
password: z.ZodOptional<z.ZodString>;
|
|
@@ -179,7 +178,7 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
179
178
|
keyPrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
180
179
|
defaultTtlMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
181
180
|
}, z.core.$strip>;
|
|
182
|
-
}, z.core.$strip>]
|
|
181
|
+
}, z.core.$strip>]>>;
|
|
183
182
|
allowDefaultPublic: z.ZodDefault<z.ZodBoolean>;
|
|
184
183
|
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
185
184
|
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
@@ -256,8 +255,7 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
256
255
|
maxRedirects: z.ZodDefault<z.ZodNumber>;
|
|
257
256
|
}, z.core.$strip>>;
|
|
258
257
|
}, z.core.$strip>>;
|
|
259
|
-
mode: z.ZodLiteral<"
|
|
260
|
-
type: z.ZodLiteral<"local">;
|
|
258
|
+
mode: z.ZodLiteral<"local">;
|
|
261
259
|
}, z.core.$strip>, z.ZodObject<{
|
|
262
260
|
local: z.ZodOptional<z.ZodObject<{
|
|
263
261
|
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
@@ -266,11 +264,8 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
266
264
|
}, z.core.$strip>>;
|
|
267
265
|
issuer: z.ZodOptional<z.ZodString>;
|
|
268
266
|
}, z.core.$strip>>;
|
|
269
|
-
tokenStorage: z.ZodDefault<z.
|
|
270
|
-
|
|
271
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
272
|
-
type: z.ZodLiteral<"redis">;
|
|
273
|
-
config: z.ZodObject<{
|
|
267
|
+
tokenStorage: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"memory">, z.ZodObject<{
|
|
268
|
+
redis: z.ZodObject<{
|
|
274
269
|
host: z.ZodString;
|
|
275
270
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
276
271
|
password: z.ZodOptional<z.ZodString>;
|
|
@@ -279,7 +274,7 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
279
274
|
keyPrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
280
275
|
defaultTtlMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
281
276
|
}, z.core.$strip>;
|
|
282
|
-
}, z.core.$strip>]
|
|
277
|
+
}, z.core.$strip>]>>;
|
|
283
278
|
allowDefaultPublic: z.ZodDefault<z.ZodBoolean>;
|
|
284
279
|
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
285
280
|
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
@@ -356,25 +351,24 @@ export declare const frontMcpLocalAppMetadataSchema: z.ZodObject<{
|
|
|
356
351
|
maxRedirects: z.ZodDefault<z.ZodNumber>;
|
|
357
352
|
}, z.core.$strip>>;
|
|
358
353
|
}, z.core.$strip>>;
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
354
|
+
provider: z.ZodString;
|
|
355
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
356
|
+
clientSecret: z.ZodOptional<z.ZodString>;
|
|
357
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
358
|
+
providerConfig: z.ZodOptional<z.ZodObject<{
|
|
363
359
|
name: z.ZodOptional<z.ZodString>;
|
|
364
360
|
id: z.ZodOptional<z.ZodString>;
|
|
365
361
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
366
362
|
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
367
363
|
}, z.core.$strip>>;
|
|
368
364
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
369
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
370
|
-
clientSecret: z.ZodOptional<z.ZodString>;
|
|
371
|
-
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
372
365
|
dcrEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
373
366
|
authEndpoint: z.ZodOptional<z.ZodString>;
|
|
374
367
|
tokenEndpoint: z.ZodOptional<z.ZodString>;
|
|
375
368
|
registrationEndpoint: z.ZodOptional<z.ZodString>;
|
|
376
369
|
userInfoEndpoint: z.ZodOptional<z.ZodString>;
|
|
377
|
-
}, z.core.$strip
|
|
370
|
+
}, z.core.$strip>>;
|
|
371
|
+
mode: z.ZodLiteral<"remote">;
|
|
378
372
|
}, z.core.$strip>]>>;
|
|
379
373
|
standalone: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"includeInParent">, z.ZodBoolean]>>>;
|
|
380
374
|
}, z.core.$loose>;
|
|
@@ -452,6 +446,22 @@ export type RemoteAuthConfig = {
|
|
|
452
446
|
*/
|
|
453
447
|
mode: 'oauth';
|
|
454
448
|
};
|
|
449
|
+
/**
|
|
450
|
+
* Unified loader configuration for npm/ESM package resolution and bundle fetching.
|
|
451
|
+
* When `url` is set but `registryUrl` is not, both registry and bundles use `url`.
|
|
452
|
+
* When `registryUrl` is also set, registry uses `registryUrl`, bundles use `url`.
|
|
453
|
+
*/
|
|
454
|
+
export interface PackageLoader {
|
|
455
|
+
/** Base URL for the loader server (registry API + bundle fetching).
|
|
456
|
+
* Defaults: registry → https://registry.npmjs.org, bundles → https://esm.sh */
|
|
457
|
+
url?: string;
|
|
458
|
+
/** Separate registry URL for version resolution (if different from bundle URL) */
|
|
459
|
+
registryUrl?: string;
|
|
460
|
+
/** Bearer token for authentication */
|
|
461
|
+
token?: string;
|
|
462
|
+
/** Env var name containing the bearer token */
|
|
463
|
+
tokenEnvVar?: string;
|
|
464
|
+
}
|
|
455
465
|
/**
|
|
456
466
|
* Declarative metadata describing what a remote encapsulated mcp app.
|
|
457
467
|
*/
|
|
@@ -519,6 +529,39 @@ export interface RemoteAppMetadata {
|
|
|
519
529
|
* @default 60000 (60 seconds)
|
|
520
530
|
*/
|
|
521
531
|
cacheTTL?: number;
|
|
532
|
+
/**
|
|
533
|
+
* ESM/NPM-specific configuration (only used when urlType is 'npm' or 'esm').
|
|
534
|
+
* Configures loader endpoints, auto-update, caching, and import map overrides.
|
|
535
|
+
*/
|
|
536
|
+
packageConfig?: {
|
|
537
|
+
/**
|
|
538
|
+
* Unified loader configuration for registry API + bundle fetching.
|
|
539
|
+
* Overrides the gateway-level `loader` when set.
|
|
540
|
+
*/
|
|
541
|
+
loader?: PackageLoader;
|
|
542
|
+
/** Auto-update configuration for semver-based polling */
|
|
543
|
+
autoUpdate?: {
|
|
544
|
+
/** Enable background version polling */
|
|
545
|
+
enabled: boolean;
|
|
546
|
+
/** Polling interval in milliseconds (default: 300000 = 5 min) */
|
|
547
|
+
intervalMs?: number;
|
|
548
|
+
};
|
|
549
|
+
/** Local cache TTL in milliseconds (default: 86400000 = 24 hours) */
|
|
550
|
+
cacheTTL?: number;
|
|
551
|
+
/** Import map overrides for ESM resolution */
|
|
552
|
+
importMap?: Record<string, string>;
|
|
553
|
+
};
|
|
554
|
+
/**
|
|
555
|
+
* Include/exclude filter for selectively importing primitives from this app.
|
|
556
|
+
* Supports per-type filtering (tools, resources, prompts, etc.) with glob patterns.
|
|
557
|
+
*
|
|
558
|
+
* @example
|
|
559
|
+
* ```ts
|
|
560
|
+
* { default: 'include', exclude: { tools: ['dangerous-*'] } }
|
|
561
|
+
* { default: 'exclude', include: { tools: ['echo', 'add'] } }
|
|
562
|
+
* ```
|
|
563
|
+
*/
|
|
564
|
+
filter?: AppFilterConfig;
|
|
522
565
|
/**
|
|
523
566
|
* If true, the app will NOT be included and will act as a separated scope.
|
|
524
567
|
* If false, the app will be included in MultiApp frontmcp server.
|
|
@@ -527,6 +570,12 @@ export interface RemoteAppMetadata {
|
|
|
527
570
|
*/
|
|
528
571
|
standalone: 'includeInParent' | boolean;
|
|
529
572
|
}
|
|
573
|
+
export declare const packageLoaderSchema: z.ZodObject<{
|
|
574
|
+
url: z.ZodOptional<z.ZodString>;
|
|
575
|
+
registryUrl: z.ZodOptional<z.ZodString>;
|
|
576
|
+
token: z.ZodOptional<z.ZodString>;
|
|
577
|
+
tokenEnvVar: z.ZodOptional<z.ZodString>;
|
|
578
|
+
}, z.core.$strip>;
|
|
530
579
|
export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
531
580
|
id: z.ZodOptional<z.ZodString>;
|
|
532
581
|
name: z.ZodString;
|
|
@@ -579,33 +628,33 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
579
628
|
}, z.core.$strip>>;
|
|
580
629
|
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
581
630
|
}, z.core.$strip>, z.ZodObject<{
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
631
|
+
expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
632
|
+
requiredScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
633
|
+
allowAnonymous: z.ZodDefault<z.ZodBoolean>;
|
|
634
|
+
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
635
|
+
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
636
|
+
tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
637
|
+
prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
638
|
+
rateLimit: z.ZodDefault<z.ZodNumber>;
|
|
639
|
+
}, z.core.$strip>>;
|
|
640
|
+
provider: z.ZodString;
|
|
641
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
642
|
+
clientSecret: z.ZodOptional<z.ZodString>;
|
|
643
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
644
|
+
providerConfig: z.ZodOptional<z.ZodObject<{
|
|
585
645
|
name: z.ZodOptional<z.ZodString>;
|
|
586
646
|
id: z.ZodOptional<z.ZodString>;
|
|
587
647
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
588
648
|
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
589
649
|
}, z.core.$strip>>;
|
|
590
650
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
591
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
592
|
-
clientSecret: z.ZodOptional<z.ZodString>;
|
|
593
|
-
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
594
651
|
dcrEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
595
652
|
authEndpoint: z.ZodOptional<z.ZodString>;
|
|
596
653
|
tokenEndpoint: z.ZodOptional<z.ZodString>;
|
|
597
654
|
registrationEndpoint: z.ZodOptional<z.ZodString>;
|
|
598
655
|
userInfoEndpoint: z.ZodOptional<z.ZodString>;
|
|
599
|
-
}, z.core.$strip>;
|
|
600
|
-
expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
601
|
-
requiredScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
602
|
-
allowAnonymous: z.ZodDefault<z.ZodBoolean>;
|
|
603
|
-
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
604
|
-
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
605
|
-
tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
606
|
-
prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
|
|
607
|
-
rateLimit: z.ZodDefault<z.ZodNumber>;
|
|
608
656
|
}, z.core.$strip>>;
|
|
657
|
+
mode: z.ZodLiteral<"transparent">;
|
|
609
658
|
}, z.core.$strip>, z.ZodObject<{
|
|
610
659
|
local: z.ZodOptional<z.ZodObject<{
|
|
611
660
|
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
@@ -614,11 +663,8 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
614
663
|
}, z.core.$strip>>;
|
|
615
664
|
issuer: z.ZodOptional<z.ZodString>;
|
|
616
665
|
}, z.core.$strip>>;
|
|
617
|
-
tokenStorage: z.ZodDefault<z.
|
|
618
|
-
|
|
619
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
620
|
-
type: z.ZodLiteral<"redis">;
|
|
621
|
-
config: z.ZodObject<{
|
|
666
|
+
tokenStorage: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"memory">, z.ZodObject<{
|
|
667
|
+
redis: z.ZodObject<{
|
|
622
668
|
host: z.ZodString;
|
|
623
669
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
624
670
|
password: z.ZodOptional<z.ZodString>;
|
|
@@ -627,7 +673,7 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
627
673
|
keyPrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
628
674
|
defaultTtlMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
629
675
|
}, z.core.$strip>;
|
|
630
|
-
}, z.core.$strip>]
|
|
676
|
+
}, z.core.$strip>]>>;
|
|
631
677
|
allowDefaultPublic: z.ZodDefault<z.ZodBoolean>;
|
|
632
678
|
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
633
679
|
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
@@ -704,8 +750,7 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
704
750
|
maxRedirects: z.ZodDefault<z.ZodNumber>;
|
|
705
751
|
}, z.core.$strip>>;
|
|
706
752
|
}, z.core.$strip>>;
|
|
707
|
-
mode: z.ZodLiteral<"
|
|
708
|
-
type: z.ZodLiteral<"local">;
|
|
753
|
+
mode: z.ZodLiteral<"local">;
|
|
709
754
|
}, z.core.$strip>, z.ZodObject<{
|
|
710
755
|
local: z.ZodOptional<z.ZodObject<{
|
|
711
756
|
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
@@ -714,11 +759,8 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
714
759
|
}, z.core.$strip>>;
|
|
715
760
|
issuer: z.ZodOptional<z.ZodString>;
|
|
716
761
|
}, z.core.$strip>>;
|
|
717
|
-
tokenStorage: z.ZodDefault<z.
|
|
718
|
-
|
|
719
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
720
|
-
type: z.ZodLiteral<"redis">;
|
|
721
|
-
config: z.ZodObject<{
|
|
762
|
+
tokenStorage: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"memory">, z.ZodObject<{
|
|
763
|
+
redis: z.ZodObject<{
|
|
722
764
|
host: z.ZodString;
|
|
723
765
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
724
766
|
password: z.ZodOptional<z.ZodString>;
|
|
@@ -727,7 +769,7 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
727
769
|
keyPrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
728
770
|
defaultTtlMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
729
771
|
}, z.core.$strip>;
|
|
730
|
-
}, z.core.$strip>]
|
|
772
|
+
}, z.core.$strip>]>>;
|
|
731
773
|
allowDefaultPublic: z.ZodDefault<z.ZodBoolean>;
|
|
732
774
|
anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
733
775
|
publicAccess: z.ZodOptional<z.ZodObject<{
|
|
@@ -804,29 +846,109 @@ export declare const frontMcpRemoteAppMetadataSchema: z.ZodObject<{
|
|
|
804
846
|
maxRedirects: z.ZodDefault<z.ZodNumber>;
|
|
805
847
|
}, z.core.$strip>>;
|
|
806
848
|
}, z.core.$strip>>;
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
849
|
+
provider: z.ZodString;
|
|
850
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
851
|
+
clientSecret: z.ZodOptional<z.ZodString>;
|
|
852
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
853
|
+
providerConfig: z.ZodOptional<z.ZodObject<{
|
|
811
854
|
name: z.ZodOptional<z.ZodString>;
|
|
812
855
|
id: z.ZodOptional<z.ZodString>;
|
|
813
856
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
814
857
|
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
815
858
|
}, z.core.$strip>>;
|
|
816
859
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
817
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
818
|
-
clientSecret: z.ZodOptional<z.ZodString>;
|
|
819
|
-
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
820
860
|
dcrEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
821
861
|
authEndpoint: z.ZodOptional<z.ZodString>;
|
|
822
862
|
tokenEndpoint: z.ZodOptional<z.ZodString>;
|
|
823
863
|
registrationEndpoint: z.ZodOptional<z.ZodString>;
|
|
824
864
|
userInfoEndpoint: z.ZodOptional<z.ZodString>;
|
|
825
|
-
}, z.core.$strip
|
|
865
|
+
}, z.core.$strip>>;
|
|
866
|
+
mode: z.ZodLiteral<"remote">;
|
|
826
867
|
}, z.core.$strip>]>>;
|
|
827
868
|
refreshInterval: z.ZodOptional<z.ZodNumber>;
|
|
828
869
|
cacheTTL: z.ZodOptional<z.ZodNumber>;
|
|
870
|
+
packageConfig: z.ZodOptional<z.ZodObject<{
|
|
871
|
+
loader: z.ZodOptional<z.ZodObject<{
|
|
872
|
+
url: z.ZodOptional<z.ZodString>;
|
|
873
|
+
registryUrl: z.ZodOptional<z.ZodString>;
|
|
874
|
+
token: z.ZodOptional<z.ZodString>;
|
|
875
|
+
tokenEnvVar: z.ZodOptional<z.ZodString>;
|
|
876
|
+
}, z.core.$strip>>;
|
|
877
|
+
autoUpdate: z.ZodOptional<z.ZodObject<{
|
|
878
|
+
enabled: z.ZodBoolean;
|
|
879
|
+
intervalMs: z.ZodOptional<z.ZodNumber>;
|
|
880
|
+
}, z.core.$strip>>;
|
|
881
|
+
cacheTTL: z.ZodOptional<z.ZodNumber>;
|
|
882
|
+
importMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
883
|
+
}, z.core.$strip>>;
|
|
884
|
+
filter: z.ZodOptional<z.ZodObject<{
|
|
885
|
+
default: z.ZodOptional<z.ZodEnum<{
|
|
886
|
+
include: "include";
|
|
887
|
+
exclude: "exclude";
|
|
888
|
+
}>>;
|
|
889
|
+
include: z.ZodOptional<z.ZodObject<{
|
|
890
|
+
tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
891
|
+
resources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
892
|
+
prompts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
893
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
894
|
+
skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
895
|
+
jobs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
896
|
+
workflows: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
897
|
+
}, z.core.$strip>>;
|
|
898
|
+
exclude: z.ZodOptional<z.ZodObject<{
|
|
899
|
+
tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
900
|
+
resources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
901
|
+
prompts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
902
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
903
|
+
skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
904
|
+
jobs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
905
|
+
workflows: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
906
|
+
}, z.core.$strip>>;
|
|
907
|
+
}, z.core.$strip>>;
|
|
829
908
|
standalone: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"includeInParent">, z.ZodBoolean]>>>;
|
|
830
909
|
}, z.core.$loose>;
|
|
831
910
|
export type AppMetadata = LocalAppMetadata | RemoteAppMetadata;
|
|
911
|
+
/**
|
|
912
|
+
* Options for `App.esm()` — loads an @App-decorated class from an npm package.
|
|
913
|
+
* Extends {@link EsmOptions} with app-specific fields.
|
|
914
|
+
*/
|
|
915
|
+
export interface EsmAppOptions extends EsmOptions {
|
|
916
|
+
/** Override the auto-derived app name */
|
|
917
|
+
name?: string;
|
|
918
|
+
/** Namespace prefix for tools, resources, and prompts */
|
|
919
|
+
namespace?: string;
|
|
920
|
+
/** Human-readable description */
|
|
921
|
+
description?: string;
|
|
922
|
+
/** Standalone mode */
|
|
923
|
+
standalone?: boolean | 'includeInParent';
|
|
924
|
+
/** Auto-update configuration for semver-based polling */
|
|
925
|
+
autoUpdate?: {
|
|
926
|
+
enabled: boolean;
|
|
927
|
+
intervalMs?: number;
|
|
928
|
+
};
|
|
929
|
+
/** Import map overrides for ESM resolution */
|
|
930
|
+
importMap?: Record<string, string>;
|
|
931
|
+
/** Include/exclude filter for selectively importing primitives */
|
|
932
|
+
filter?: AppFilterConfig;
|
|
933
|
+
}
|
|
934
|
+
/**
|
|
935
|
+
* Options for `App.remote()` — connects to an external MCP server via HTTP.
|
|
936
|
+
* Extends {@link RemoteOptions} with app-specific fields.
|
|
937
|
+
*/
|
|
938
|
+
export interface RemoteUrlAppOptions extends RemoteOptions {
|
|
939
|
+
/** Override the auto-derived app name */
|
|
940
|
+
name?: string;
|
|
941
|
+
/** Namespace prefix for tools, resources, and prompts */
|
|
942
|
+
namespace?: string;
|
|
943
|
+
/** Human-readable description */
|
|
944
|
+
description?: string;
|
|
945
|
+
/** Standalone mode */
|
|
946
|
+
standalone?: boolean | 'includeInParent';
|
|
947
|
+
/** Interval (ms) to refresh capabilities from the remote server */
|
|
948
|
+
refreshInterval?: number;
|
|
949
|
+
/** TTL (ms) for cached capabilities */
|
|
950
|
+
cacheTTL?: number;
|
|
951
|
+
/** Include/exclude filter for selectively importing primitives */
|
|
952
|
+
filter?: AppFilterConfig;
|
|
953
|
+
}
|
|
832
954
|
//# sourceMappingURL=app.metadata.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.metadata.d.ts","sourceRoot":"","sources":["../../../src/common/metadata/app.metadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAkC,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5E,OAAO,
|
|
1
|
+
{"version":3,"file":"app.metadata.d.ts","sourceRoot":"","sources":["../../../src/common/metadata/app.metadata.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-provider.metadata.d.ts","sourceRoot":"","sources":["../../../src/common/metadata/auth-provider.metadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B;AAED;;GAEG;AACH,oBAAY,iBAAiB;IAC3B,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,kCAAkC;;;;;
|
|
1
|
+
{"version":3,"file":"auth-provider.metadata.d.ts","sourceRoot":"","sources":["../../../src/common/metadata/auth-provider.metadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B;AAED;;GAEG;AACH,oBAAY,iBAAiB;IAC3B,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,kCAAkC;;;;;iBAO/B,CAAC"}
|