@microsoft/teamsfx-core 3.0.15-beta.2026072312.0 → 3.0.15
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/build/client/aadAppClient.d.ts.map +1 -1
- package/build/client/aadAppClient.js +6 -6
- package/build/client/aadAppClient.js.map +1 -1
- package/build/common/featureFlags.d.ts +5 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -0
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/dict.d.ts.map +1 -1
- package/build/common/secretmasker/dict.js +2 -5
- package/build/common/secretmasker/dict.js.map +1 -1
- package/build/common/secretmasker/feature.js.map +1 -1
- package/build/common/templates-config.json +4 -4
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +0 -3
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +3 -38
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +3 -3
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +0 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +0 -23
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +0 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +2 -109
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +3 -2
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +56 -6
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templateHelper.d.ts +2 -10
- package/build/component/generator/templateHelper.d.ts.map +1 -1
- package/build/component/generator/templateHelper.js +3 -16
- package/build/component/generator/templateHelper.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +0 -2
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +0 -2
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +0 -6
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/generator/v4TemplateBridge.d.ts +1 -4
- package/build/component/generator/v4TemplateBridge.d.ts.map +1 -1
- package/build/component/generator/v4TemplateBridge.js +3 -11
- package/build/component/generator/v4TemplateBridge.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +2 -2
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +1 -4
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.js.map +1 -1
- package/build/component/utils/mcpToolFetcher.d.ts +72 -1
- package/build/component/utils/mcpToolFetcher.d.ts.map +1 -1
- package/build/component/utils/mcpToolFetcher.js +227 -1
- package/build/component/utils/mcpToolFetcher.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +55 -1
- package/build/component/utils/odrProvider.d.ts.map +1 -1
- package/build/component/utils/odrProvider.js +101 -1
- package/build/component/utils/odrProvider.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +0 -41
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +5 -3
- package/build/core/FxCore.js.map +1 -1
- package/build/core/createFrontDoorAdapters.d.ts +25 -1
- package/build/core/createFrontDoorAdapters.d.ts.map +1 -1
- package/build/core/createFrontDoorAdapters.js +155 -4
- package/build/core/createFrontDoorAdapters.js.map +1 -1
- package/build/core/createProjectFrontDoor.d.ts +12 -10
- package/build/core/createProjectFrontDoor.d.ts.map +1 -1
- package/build/core/createProjectFrontDoor.js +106 -141
- package/build/core/createProjectFrontDoor.js.map +1 -1
- package/build/core/modifyProjectFrontDoor.d.ts +1 -0
- package/build/core/modifyProjectFrontDoor.d.ts.map +1 -1
- package/build/core/modifyProjectFrontDoor.js +2 -0
- package/build/core/modifyProjectFrontDoor.js.map +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +0 -2
- package/build/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +0 -4
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -14
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +1 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +0 -2
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +0 -2
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/constructNode.d.ts +1 -3
- package/build/question/scaffold/constructNode.d.ts.map +1 -1
- package/build/question/scaffold/constructNode.js +0 -50
- package/build/question/scaffold/constructNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +0 -2
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +0 -16
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +7 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/v4/buildTarget/parseSelector.d.ts +2 -6
- package/build/v4/buildTarget/parseSelector.d.ts.map +1 -1
- package/build/v4/buildTarget/parseSelector.js +45 -58
- package/build/v4/buildTarget/parseSelector.js.map +1 -1
- package/build/v4/buildTarget/resolveBuildTarget.d.ts +7 -21
- package/build/v4/buildTarget/resolveBuildTarget.d.ts.map +1 -1
- package/build/v4/buildTarget/resolveBuildTarget.js +52 -97
- package/build/v4/buildTarget/resolveBuildTarget.js.map +1 -1
- package/build/v4/collectInputs/collectInputs.d.ts +9 -50
- package/build/v4/collectInputs/collectInputs.d.ts.map +1 -1
- package/build/v4/collectInputs/collectInputs.js +91 -274
- package/build/v4/collectInputs/collectInputs.js.map +1 -1
- package/build/v4/distribution/createQuestions.d.ts.map +1 -1
- package/build/v4/distribution/createQuestions.js +29 -2
- package/build/v4/distribution/createQuestions.js.map +1 -1
- package/build/v4/distribution/declarativePackage.d.ts.map +1 -1
- package/build/v4/distribution/declarativePackage.js +30 -2
- package/build/v4/distribution/declarativePackage.js.map +1 -1
- package/build/v4/expression/evaluateExpression.d.ts +0 -13
- package/build/v4/expression/evaluateExpression.d.ts.map +1 -1
- package/build/v4/expression/evaluateExpression.js +0 -57
- package/build/v4/expression/evaluateExpression.js.map +1 -1
- package/build/v4/index.d.ts +0 -7
- package/build/v4/index.d.ts.map +1 -1
- package/build/v4/index.js +0 -7
- package/build/v4/index.js.map +1 -1
- package/build/v4/model/dataModel.d.ts +1 -1
- package/build/v4/model/dataModel.d.ts.map +1 -1
- package/build/v4/pipeline/runScaffoldPipeline.d.ts +4 -20
- package/build/v4/pipeline/runScaffoldPipeline.d.ts.map +1 -1
- package/build/v4/pipeline/runScaffoldPipeline.js +9 -61
- package/build/v4/pipeline/runScaffoldPipeline.js.map +1 -1
- package/build/v4/renderContext/buildRenderContext.d.ts.map +1 -1
- package/build/v4/renderContext/buildRenderContext.js +2 -1
- package/build/v4/renderContext/buildRenderContext.js.map +1 -1
- package/build/v4/runtime/inMemoryRuntime.d.ts +1 -4
- package/build/v4/runtime/inMemoryRuntime.d.ts.map +1 -1
- package/build/v4/runtime/inMemoryRuntime.js +3 -22
- package/build/v4/runtime/inMemoryRuntime.js.map +1 -1
- package/build/v4/runtime/packageParse.d.ts.map +1 -1
- package/build/v4/runtime/packageParse.js +8 -64
- package/build/v4/runtime/packageParse.js.map +1 -1
- package/build/v4/runtime/realRuntime.d.ts +1 -2
- package/build/v4/runtime/realRuntime.d.ts.map +1 -1
- package/build/v4/runtime/realRuntime.js +2 -3
- package/build/v4/runtime/realRuntime.js.map +1 -1
- package/build/v4/runtime/renderMustache.d.ts.map +1 -1
- package/build/v4/runtime/renderMustache.js +4 -13
- package/build/v4/runtime/renderMustache.js.map +1 -1
- package/build/v4/runtime/runtimeRegistry.d.ts +3 -12
- package/build/v4/runtime/runtimeRegistry.d.ts.map +1 -1
- package/build/v4/runtime/runtimeRegistry.js +17 -123
- package/build/v4/runtime/runtimeRegistry.js.map +1 -1
- package/build/v4/runtime/scaffold.d.ts +0 -1
- package/build/v4/runtime/scaffold.d.ts.map +1 -1
- package/build/v4/runtime/scaffold.js +20 -1
- package/build/v4/runtime/scaffold.js.map +1 -1
- package/build/v4/runtime/steps/daAction.d.ts.map +1 -1
- package/build/v4/runtime/steps/daAction.js +111 -3
- package/build/v4/runtime/steps/daAction.js.map +1 -1
- package/build/v4/runtime/steps/mcpAuth.d.ts +2 -5
- package/build/v4/runtime/steps/mcpAuth.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpAuth.js +66 -37
- package/build/v4/runtime/steps/mcpAuth.js.map +1 -1
- package/build/v4/runtime/steps/mcpLocal.d.ts +4 -0
- package/build/v4/runtime/steps/mcpLocal.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpLocal.js +31 -11
- package/build/v4/runtime/steps/mcpLocal.js.map +1 -1
- package/build/v4/runtime/steps/mcpStatic.d.ts +1 -1
- package/build/v4/runtime/steps/mcpStatic.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpStatic.js +32 -14
- package/build/v4/runtime/steps/mcpStatic.js.map +1 -1
- package/build/v4/runtime/steps/metaOs.d.ts.map +1 -1
- package/build/v4/runtime/steps/metaOs.js +51 -39
- package/build/v4/runtime/steps/metaOs.js.map +1 -1
- package/build/v4/runtime/steps/officeAddin.d.ts.map +1 -1
- package/build/v4/runtime/steps/officeAddin.js +12 -7
- package/build/v4/runtime/steps/officeAddin.js.map +1 -1
- package/build/v4/runtime/steps/openApi.d.ts.map +1 -1
- package/build/v4/runtime/steps/openApi.js +555 -47
- package/build/v4/runtime/steps/openApi.js.map +1 -1
- package/build/v4/surface/createInputs.d.ts +3 -25
- package/build/v4/surface/createInputs.d.ts.map +1 -1
- package/build/v4/surface/createInputs.js +431 -54
- package/build/v4/surface/createInputs.js.map +1 -1
- package/build/v4/surface/createSelectorWalk.d.ts +3 -8
- package/build/v4/surface/createSelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/createSelectorWalk.js +11 -21
- package/build/v4/surface/createSelectorWalk.js.map +1 -1
- package/build/v4/surface/modifySelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/modifySelectorWalk.js +3 -0
- package/build/v4/surface/modifySelectorWalk.js.map +1 -1
- package/build/v4/surface/uiPromptUI.d.ts.map +1 -1
- package/build/v4/surface/uiPromptUI.js +41 -36
- package/build/v4/surface/uiPromptUI.js.map +1 -1
- package/build/v4/validation/validateTemplatePackage.d.ts +2 -21
- package/build/v4/validation/validateTemplatePackage.d.ts.map +1 -1
- package/build/v4/validation/validateTemplatePackage.js +31 -155
- package/build/v4/validation/validateTemplatePackage.js.map +1 -1
- package/package.json +20 -26
- package/resource/package.nls.cs.json +0 -1
- package/resource/package.nls.de.json +54 -55
- package/resource/package.nls.es.json +0 -1
- package/resource/package.nls.fr.json +0 -1
- package/resource/package.nls.it.json +0 -1
- package/resource/package.nls.ja.json +0 -1
- package/resource/package.nls.json +0 -2
- package/resource/package.nls.ko.json +0 -1
- package/resource/package.nls.pl.json +0 -1
- package/resource/package.nls.pt-BR.json +0 -1
- package/resource/package.nls.ru.json +0 -1
- package/resource/package.nls.tr.json +0 -1
- package/resource/package.nls.zh-Hans.json +0 -1
- package/resource/package.nls.zh-Hant.json +0 -1
- package/resource/templates/package.nls.cs.json +2 -9
- package/resource/templates/package.nls.de.json +2 -9
- package/resource/templates/package.nls.es.json +2 -9
- package/resource/templates/package.nls.fr.json +2 -9
- package/resource/templates/package.nls.it.json +2 -9
- package/resource/templates/package.nls.ja.json +2 -9
- package/resource/templates/package.nls.json +3 -16
- package/resource/templates/package.nls.ko.json +2 -9
- package/resource/templates/package.nls.pl.json +2 -9
- package/resource/templates/package.nls.pt-BR.json +2 -9
- package/resource/templates/package.nls.ru.json +2 -9
- package/resource/templates/package.nls.tr.json +2 -9
- package/resource/templates/package.nls.zh-Hans.json +2 -9
- package/resource/templates/package.nls.zh-Hant.json +2 -9
- package/resource/templates/package.nls.zh-cn.json +1 -7
- package/resource/templates/package.nls.zh-tw.json +1 -7
- package/templates/configs/local/typescript/.gitignore +1 -0
- package/templates/configs/playground/typescript/.gitignore +4 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata/allTemplates.json +2 -16
- package/templates/metadata.zip +0 -0
- package/templates/ui/wizardNode.json +0 -24
- package/templates/v4/create-selector.json +5 -12
- package/templates/v4/floor.json +1 -1
- package/templates/v4/modify-selector.json +6 -1
- package/templates/v4/templates-metadata.zip +0 -0
- package/templates/v4/templates.zip +0 -0
- package/build/common/httpProxy.d.ts +0 -21
- package/build/common/httpProxy.d.ts.map +0 -1
- package/build/common/httpProxy.js +0 -117
- package/build/common/httpProxy.js.map +0 -1
- package/build/common/mcpToolFetcher.d.ts +0 -31
- package/build/common/mcpToolFetcher.d.ts.map +0 -1
- package/build/common/mcpToolFetcher.js +0 -182
- package/build/common/mcpToolFetcher.js.map +0 -1
- package/build/common/odrProvider.d.ts +0 -43
- package/build/common/odrProvider.d.ts.map +0 -1
- package/build/common/odrProvider.js +0 -154
- package/build/common/odrProvider.js.map +0 -1
- package/build/common/openApiParserOptions.d.ts +0 -3
- package/build/common/openApiParserOptions.d.ts.map +0 -1
- package/build/common/openApiParserOptions.js +0 -61
- package/build/common/openApiParserOptions.js.map +0 -1
- package/build/v4/distribution/questionFragments.d.ts +0 -11
- package/build/v4/distribution/questionFragments.d.ts.map +0 -1
- package/build/v4/distribution/questionFragments.js +0 -130
- package/build/v4/distribution/questionFragments.js.map +0 -1
- package/build/v4/engineVersion.d.ts +0 -7
- package/build/v4/engineVersion.d.ts.map +0 -1
- package/build/v4/engineVersion.js +0 -12
- package/build/v4/engineVersion.js.map +0 -1
- package/build/v4/inspection/scaffoldCatalog.d.ts +0 -28
- package/build/v4/inspection/scaffoldCatalog.d.ts.map +0 -1
- package/build/v4/inspection/scaffoldCatalog.js +0 -66
- package/build/v4/inspection/scaffoldCatalog.js.map +0 -1
- package/build/v4/inspection/scaffoldMetadataSource.d.ts +0 -6
- package/build/v4/inspection/scaffoldMetadataSource.d.ts.map +0 -1
- package/build/v4/inspection/scaffoldMetadataSource.js +0 -78
- package/build/v4/inspection/scaffoldMetadataSource.js.map +0 -1
- package/build/v4/mcp/mcpAuthAction.d.ts +0 -28
- package/build/v4/mcp/mcpAuthAction.d.ts.map +0 -1
- package/build/v4/mcp/mcpAuthAction.js +0 -162
- package/build/v4/mcp/mcpAuthAction.js.map +0 -1
- package/build/v4/mcp/mcpAuthScaffold.d.ts +0 -37
- package/build/v4/mcp/mcpAuthScaffold.d.ts.map +0 -1
- package/build/v4/mcp/mcpAuthScaffold.js +0 -140
- package/build/v4/mcp/mcpAuthScaffold.js.map +0 -1
- package/build/v4/providers/createOptionsProviders.d.ts +0 -11
- package/build/v4/providers/createOptionsProviders.d.ts.map +0 -1
- package/build/v4/providers/createOptionsProviders.js +0 -268
- package/build/v4/providers/createOptionsProviders.js.map +0 -1
- package/build/v4/runtime/generalSensitivityLabel.d.ts +0 -5
- package/build/v4/runtime/generalSensitivityLabel.d.ts.map +0 -1
- package/build/v4/runtime/generalSensitivityLabel.js +0 -36
- package/build/v4/runtime/generalSensitivityLabel.js.map +0 -1
- package/build/v4/runtime/steps/daSensitivity.d.ts +0 -14
- package/build/v4/runtime/steps/daSensitivity.d.ts.map +0 -1
- package/build/v4/runtime/steps/daSensitivity.js +0 -50
- package/build/v4/runtime/steps/daSensitivity.js.map +0 -1
- package/build/v4/runtime/steps/openApiCustomApi.d.ts +0 -5
- package/build/v4/runtime/steps/openApiCustomApi.d.ts.map +0 -1
- package/build/v4/runtime/steps/openApiCustomApi.js +0 -385
- package/build/v4/runtime/steps/openApiCustomApi.js.map +0 -1
- package/build/v4/runtime/withTempDirectory.d.ts +0 -10
- package/build/v4/runtime/withTempDirectory.d.ts.map +0 -1
- package/build/v4/runtime/withTempDirectory.js +0 -41
- package/build/v4/runtime/withTempDirectory.js.map +0 -1
- package/build/v4/surface/createFloorTail.d.ts +0 -12
- package/build/v4/surface/createFloorTail.d.ts.map +0 -1
- package/build/v4/surface/createFloorTail.js +0 -138
- package/build/v4/surface/createFloorTail.js.map +0 -1
- package/build/v4/surface/localizePrompt.d.ts +0 -11
- package/build/v4/surface/localizePrompt.d.ts.map +0 -1
- package/build/v4/surface/localizePrompt.js +0 -32
- package/build/v4/surface/localizePrompt.js.map +0 -1
- package/build/v4/validation/capabilityCatalog.d.ts +0 -8
- package/build/v4/validation/capabilityCatalog.d.ts.map +0 -1
- package/build/v4/validation/capabilityCatalog.js +0 -61
- package/build/v4/validation/capabilityCatalog.js.map +0 -1
- package/build/v4/validation/templateArchiveValidation.d.ts +0 -15
- package/build/v4/validation/templateArchiveValidation.d.ts.map +0 -1
- package/build/v4/validation/templateArchiveValidation.js +0 -297
- package/build/v4/validation/templateArchiveValidation.js.map +0 -1
- package/build/v4/validators/createInputValidators.d.ts +0 -7
- package/build/v4/validators/createInputValidators.d.ts.map +0 -1
- package/build/v4/validators/createInputValidators.js +0 -75
- package/build/v4/validators/createInputValidators.js.map +0 -1
- package/build/v4/validators/mcpCredentialValidators.d.ts +0 -5
- package/build/v4/validators/mcpCredentialValidators.d.ts.map +0 -1
- package/build/v4/validators/mcpCredentialValidators.js +0 -13
- package/build/v4/validators/mcpCredentialValidators.js.map +0 -1
|
@@ -1,268 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.openApiOperationsProvider = void 0;
|
|
6
|
-
exports.createMcpServerTypesProvider = createMcpServerTypesProvider;
|
|
7
|
-
exports.createLocalMcpServersProvider = createLocalMcpServersProvider;
|
|
8
|
-
exports.createOpenApiSearchProvider = createOpenApiSearchProvider;
|
|
9
|
-
exports.createMcpToolsProvider = createMcpToolsProvider;
|
|
10
|
-
exports.createDefaultCreateOptionsProviders = createDefaultCreateOptionsProviders;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
13
|
-
const m365_spec_parser_1 = require("@microsoft/m365-spec-parser");
|
|
14
|
-
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
|
|
15
|
-
const openApiParserOptions_1 = require("../../common/openApiParserOptions");
|
|
16
|
-
const mcpStaticTools_1 = require("../mcp/mcpStaticTools");
|
|
17
|
-
const remoteMcpServerType = {
|
|
18
|
-
id: "remote",
|
|
19
|
-
label: "Remote MCP Server",
|
|
20
|
-
keyPrefix: "core.createProjectQuestion.mcpServerType.remote",
|
|
21
|
-
};
|
|
22
|
-
const localMcpServerType = {
|
|
23
|
-
id: "local",
|
|
24
|
-
label: "Local MCP Server",
|
|
25
|
-
keyPrefix: "core.createProjectQuestion.mcpServerType.local",
|
|
26
|
-
};
|
|
27
|
-
function createLocalServerCache(listLocalMcpServers) {
|
|
28
|
-
let cached;
|
|
29
|
-
return () => {
|
|
30
|
-
if (cached === undefined) {
|
|
31
|
-
cached = listLocalMcpServers();
|
|
32
|
-
}
|
|
33
|
-
return cached;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
function createMcpServerTypesProvider(localServers) {
|
|
37
|
-
return {
|
|
38
|
-
derivedSchema: ["catalog"],
|
|
39
|
-
async fetch(params) {
|
|
40
|
-
if (params.selected === remoteMcpServerType.id) {
|
|
41
|
-
return { options: [remoteMcpServerType], derived: { catalog: "{}" } };
|
|
42
|
-
}
|
|
43
|
-
const servers = await localServers();
|
|
44
|
-
return {
|
|
45
|
-
options: servers.length > 0 ? [remoteMcpServerType, localMcpServerType] : [remoteMcpServerType],
|
|
46
|
-
derived: { catalog: localServerCatalog(servers) },
|
|
47
|
-
};
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
function localServerDetail(server) {
|
|
52
|
-
const toolsDetail = `${server.tools.length} tools available`;
|
|
53
|
-
return server.description ? `${server.description} (${toolsDetail})` : toolsDetail;
|
|
54
|
-
}
|
|
55
|
-
function localServerCatalog(servers) {
|
|
56
|
-
const catalog = {};
|
|
57
|
-
for (const server of servers) {
|
|
58
|
-
catalog[server.name] = { command: server.command, args: server.args };
|
|
59
|
-
}
|
|
60
|
-
return JSON.stringify(catalog);
|
|
61
|
-
}
|
|
62
|
-
function createLocalMcpServersProvider(localServers) {
|
|
63
|
-
return {
|
|
64
|
-
async fetch() {
|
|
65
|
-
const servers = await localServers();
|
|
66
|
-
return {
|
|
67
|
-
options: servers.map((server) => ({
|
|
68
|
-
id: server.name,
|
|
69
|
-
label: server.display_name || server.name,
|
|
70
|
-
detail: localServerDetail(server),
|
|
71
|
-
})),
|
|
72
|
-
};
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
function openApiParseOptions() {
|
|
77
|
-
// Reuse the v3 Copilot parser options (single source of truth) instead of a v4 copy.
|
|
78
|
-
return (0, openApiParserOptions_1.getParserOptions)(m365_spec_parser_1.ProjectType.Copilot, true);
|
|
79
|
-
}
|
|
80
|
-
function operationDetail(operation) {
|
|
81
|
-
if (!operation.auth) {
|
|
82
|
-
return "No authentication";
|
|
83
|
-
}
|
|
84
|
-
if (m365_spec_parser_1.Utils.isBearerTokenAuth(operation.auth.authScheme)) {
|
|
85
|
-
return "API key";
|
|
86
|
-
}
|
|
87
|
-
if (m365_spec_parser_1.Utils.isOAuthWithAuthCodeFlow(operation.auth.authScheme)) {
|
|
88
|
-
return "OAuth";
|
|
89
|
-
}
|
|
90
|
-
if (m365_spec_parser_1.Utils.isAPIKeyAuthButNotInCookie(operation.auth.authScheme)) {
|
|
91
|
-
return "API key with header or query parameter";
|
|
92
|
-
}
|
|
93
|
-
return "Unsupported authentication";
|
|
94
|
-
}
|
|
95
|
-
function sortOperations(operations) {
|
|
96
|
-
return [...operations].sort((left, right) => {
|
|
97
|
-
const leftParts = left.api.toLowerCase().split(" ");
|
|
98
|
-
const rightParts = right.api.toLowerCase().split(" ");
|
|
99
|
-
if (leftParts[0] < rightParts[0]) {
|
|
100
|
-
return -1;
|
|
101
|
-
}
|
|
102
|
-
if (leftParts[0] > rightParts[0]) {
|
|
103
|
-
return 1;
|
|
104
|
-
}
|
|
105
|
-
return (leftParts[1] ?? "").localeCompare(rightParts[1] ?? "");
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
exports.openApiOperationsProvider = {
|
|
109
|
-
async fetch(params) {
|
|
110
|
-
const apiSpecLocation = params.apiSpecLocation?.trim();
|
|
111
|
-
if (!apiSpecLocation) {
|
|
112
|
-
throw new teamsfx_api_1.SystemError({
|
|
113
|
-
source: "Scaffold",
|
|
114
|
-
name: "OpenApiMissingSpecLocation",
|
|
115
|
-
message: "OpenAPI operations cannot be listed without an API spec location.",
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
|
-
const parser = new m365_spec_parser_1.SpecParser(apiSpecLocation, openApiParseOptions());
|
|
119
|
-
const validation = await parser.validate();
|
|
120
|
-
if (validation.status === m365_spec_parser_1.ValidationStatus.Error) {
|
|
121
|
-
throw new teamsfx_api_1.UserError({
|
|
122
|
-
source: "Scaffold",
|
|
123
|
-
name: "OpenApiSpecInvalid",
|
|
124
|
-
message: "The OpenAPI description document is invalid or contains no supported operations.",
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
let listed;
|
|
128
|
-
try {
|
|
129
|
-
listed = await parser.list();
|
|
130
|
-
}
|
|
131
|
-
catch {
|
|
132
|
-
throw new teamsfx_api_1.UserError({
|
|
133
|
-
source: "Scaffold",
|
|
134
|
-
name: "OpenApiSpecInvalid",
|
|
135
|
-
message: "The OpenAPI description document is invalid or contains no supported operations.",
|
|
136
|
-
});
|
|
137
|
-
}
|
|
138
|
-
const operations = sortOperations(listed.APIs).filter((operation) => operation.isValid);
|
|
139
|
-
if (operations.length === 0) {
|
|
140
|
-
throw new teamsfx_api_1.UserError({
|
|
141
|
-
source: "Scaffold",
|
|
142
|
-
name: "OpenApiSpecInvalid",
|
|
143
|
-
message: "The OpenAPI description document is invalid or contains no supported operations.",
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
return {
|
|
147
|
-
options: operations.map((operation) => ({
|
|
148
|
-
id: operation.api,
|
|
149
|
-
label: operation.api,
|
|
150
|
-
groupName: operation.api.toUpperCase().split(" ")[0],
|
|
151
|
-
detail: operationDetail(operation),
|
|
152
|
-
})),
|
|
153
|
-
};
|
|
154
|
-
},
|
|
155
|
-
};
|
|
156
|
-
function createOpenApiSearchProvider(searchApiSpec) {
|
|
157
|
-
return {
|
|
158
|
-
async fetch(params) {
|
|
159
|
-
const query = params.query?.trim();
|
|
160
|
-
if (!query) {
|
|
161
|
-
throw new teamsfx_api_1.UserError({
|
|
162
|
-
source: "Scaffold",
|
|
163
|
-
name: "OpenApiSearchQueryMissing",
|
|
164
|
-
message: "Please enter a search query.",
|
|
165
|
-
});
|
|
166
|
-
}
|
|
167
|
-
const results = await searchApiSpec(query);
|
|
168
|
-
if (results.length === 0) {
|
|
169
|
-
throw new teamsfx_api_1.UserError({
|
|
170
|
-
source: "Scaffold",
|
|
171
|
-
name: "OpenApiSearchResultNotFound",
|
|
172
|
-
message: "No search result found.",
|
|
173
|
-
});
|
|
174
|
-
}
|
|
175
|
-
return {
|
|
176
|
-
options: results.map((api) => ({
|
|
177
|
-
id: api.url,
|
|
178
|
-
label: api.key,
|
|
179
|
-
detail: api.description,
|
|
180
|
-
})),
|
|
181
|
-
};
|
|
182
|
-
},
|
|
183
|
-
};
|
|
184
|
-
}
|
|
185
|
-
function mcpToolsJsonFromFetchResult(serverUrl, result) {
|
|
186
|
-
if (result.requiresAuth) {
|
|
187
|
-
throw new teamsfx_api_1.UserError({
|
|
188
|
-
source: "Scaffold",
|
|
189
|
-
name: "McpAuthRequired",
|
|
190
|
-
message: `The MCP server${serverUrl ? ` at ${serverUrl}` : ""} requires authentication.`,
|
|
191
|
-
});
|
|
192
|
-
}
|
|
193
|
-
if (result.tools.length === 0) {
|
|
194
|
-
throw new teamsfx_api_1.UserError({
|
|
195
|
-
source: "Scaffold",
|
|
196
|
-
name: "McpToolsNotFound",
|
|
197
|
-
message: `No tools were discovered from the MCP server${serverUrl ? ` at ${serverUrl}` : ""}.`,
|
|
198
|
-
});
|
|
199
|
-
}
|
|
200
|
-
return JSON.stringify({ tools: result.tools });
|
|
201
|
-
}
|
|
202
|
-
function createMcpToolsProvider(fetchTools) {
|
|
203
|
-
return {
|
|
204
|
-
derivedSchema: ["toolsJson"],
|
|
205
|
-
async fetch(params) {
|
|
206
|
-
let toolsJson = params.toolsJson?.trim();
|
|
207
|
-
const toolsFilePath = params.toolsFilePath?.trim();
|
|
208
|
-
if (!toolsJson && toolsFilePath) {
|
|
209
|
-
try {
|
|
210
|
-
toolsJson = fs_extra_1.default.readFileSync(toolsFilePath, "utf8");
|
|
211
|
-
}
|
|
212
|
-
catch {
|
|
213
|
-
throw new teamsfx_api_1.UserError({
|
|
214
|
-
source: "Scaffold",
|
|
215
|
-
name: "McpToolsFileReadFailed",
|
|
216
|
-
message: "Failed to read the MCP tools file.",
|
|
217
|
-
});
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
const serverUrl = params.serverUrl?.trim();
|
|
221
|
-
if (!toolsJson && serverUrl) {
|
|
222
|
-
try {
|
|
223
|
-
toolsJson = mcpToolsJsonFromFetchResult(serverUrl, await fetchTools(serverUrl));
|
|
224
|
-
}
|
|
225
|
-
catch (error) {
|
|
226
|
-
if (error instanceof teamsfx_api_1.UserError) {
|
|
227
|
-
throw error;
|
|
228
|
-
}
|
|
229
|
-
throw new teamsfx_api_1.UserError({
|
|
230
|
-
source: "Scaffold",
|
|
231
|
-
name: "McpToolsFetchFailed",
|
|
232
|
-
message: `Failed to fetch tools from the MCP server at ${serverUrl}.`,
|
|
233
|
-
});
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
if (!toolsJson) {
|
|
237
|
-
throw new teamsfx_api_1.UserError({
|
|
238
|
-
source: "Scaffold",
|
|
239
|
-
name: "McpToolsJsonMissing",
|
|
240
|
-
message: "MCP tools JSON is required before listing tools.",
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
const parsed = (0, mcpStaticTools_1.parseMcpStaticToolsJson)(toolsJson);
|
|
244
|
-
if (!parsed.ok) {
|
|
245
|
-
throw new teamsfx_api_1.UserError({ source: "Scaffold", name: parsed.code, message: parsed.message });
|
|
246
|
-
}
|
|
247
|
-
return {
|
|
248
|
-
options: parsed.tools.map((tool) => ({
|
|
249
|
-
id: tool.name,
|
|
250
|
-
label: tool.name,
|
|
251
|
-
detail: tool.description,
|
|
252
|
-
})),
|
|
253
|
-
derived: { toolsJson },
|
|
254
|
-
};
|
|
255
|
-
},
|
|
256
|
-
};
|
|
257
|
-
}
|
|
258
|
-
function createDefaultCreateOptionsProviders(fetchTools, listLocalMcpServers, searchApiSpec = () => Promise.resolve([])) {
|
|
259
|
-
const localServers = createLocalServerCache(listLocalMcpServers);
|
|
260
|
-
return {
|
|
261
|
-
"mcp.serverTypes": createMcpServerTypesProvider(localServers),
|
|
262
|
-
"mcp.localServers": createLocalMcpServersProvider(localServers),
|
|
263
|
-
"mcp.tools": createMcpToolsProvider(fetchTools),
|
|
264
|
-
"openapi.search": createOpenApiSearchProvider(searchApiSpec),
|
|
265
|
-
"openapi.operations": exports.openApiOperationsProvider,
|
|
266
|
-
};
|
|
267
|
-
}
|
|
268
|
-
//# sourceMappingURL=createOptionsProviders.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createOptionsProviders.js","sourceRoot":"","sources":["../../../src/v4/providers/createOptionsProviders.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { M365TokenProvider } from "@microsoft/teamsfx-api";
|
|
2
|
-
import { GeneralSensitivityLabelService } from "./steps/daSensitivity";
|
|
3
|
-
/** Build the non-interactive, best-effort Graph adapter used by the real scaffold runtime. */
|
|
4
|
-
export declare function createGeneralSensitivityLabelService(tokenProvider: M365TokenProvider | undefined): GeneralSensitivityLabelService;
|
|
5
|
-
//# sourceMappingURL=generalSensitivityLabel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generalSensitivityLabel.d.ts","sourceRoot":"","sources":["../../../src/v4/runtime/generalSensitivityLabel.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAY,MAAM,wBAAwB,CAAC;AAGrE,OAAO,EACL,8BAA8B,EAE/B,MAAM,uBAAuB,CAAC;AAE/B,8FAA8F;AAC9F,wBAAgB,oCAAoC,CAClD,aAAa,EAAE,iBAAiB,GAAG,SAAS,GAC3C,8BAA8B,CA6BhC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.createGeneralSensitivityLabelService = createGeneralSensitivityLabelService;
|
|
6
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
7
|
-
const graphClient_1 = require("../../client/graphClient");
|
|
8
|
-
const constants_1 = require("../../common/constants");
|
|
9
|
-
const daSensitivity_1 = require("./steps/daSensitivity");
|
|
10
|
-
/** Build the non-interactive, best-effort Graph adapter used by the real scaffold runtime. */
|
|
11
|
-
function createGeneralSensitivityLabelService(tokenProvider) {
|
|
12
|
-
if (tokenProvider === undefined) {
|
|
13
|
-
return daSensitivity_1.NOOP_GENERAL_SENSITIVITY_LABEL_SERVICE;
|
|
14
|
-
}
|
|
15
|
-
return {
|
|
16
|
-
resolveId: async () => {
|
|
17
|
-
try {
|
|
18
|
-
const status = await tokenProvider.getStatus({
|
|
19
|
-
scopes: [constants_1.ListSensitivityLabelScope],
|
|
20
|
-
showDialog: false,
|
|
21
|
-
});
|
|
22
|
-
if (status.isErr() ||
|
|
23
|
-
status.value.status !== teamsfx_api_1.signedIn ||
|
|
24
|
-
status.value.token === undefined) {
|
|
25
|
-
return undefined;
|
|
26
|
-
}
|
|
27
|
-
const result = await new graphClient_1.GraphClient(tokenProvider).getGeneralSentivityLabel(status.value.token);
|
|
28
|
-
return result.isOk() ? result.value.id : undefined;
|
|
29
|
-
}
|
|
30
|
-
catch {
|
|
31
|
-
return undefined;
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=generalSensitivityLabel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generalSensitivityLabel.js","sourceRoot":"","sources":["../../../src/v4/runtime/generalSensitivityLabel.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAWlC,oFA+BC;AAxCD,wDAAqE;AACrE,0DAAuD;AACvD,sDAAmE;AACnE,yDAG+B;AAE/B,8FAA8F;AAC9F,SAAgB,oCAAoC,CAClD,aAA4C;IAE5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;QAChC,OAAO,sDAAsC,CAAC;IAChD,CAAC;IAED,OAAO;QACL,SAAS,EAAE,KAAK,IAAiC,EAAE;YACjD,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,aAAa,CAAC,SAAS,CAAC;oBAC3C,MAAM,EAAE,CAAC,qCAAyB,CAAC;oBACnC,UAAU,EAAE,KAAK;iBAClB,CAAC,CAAC;gBACH,IACE,MAAM,CAAC,KAAK,EAAE;oBACd,MAAM,CAAC,KAAK,CAAC,MAAM,KAAK,sBAAQ;oBAChC,MAAM,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,EAChC,CAAC;oBACD,OAAO,SAAS,CAAC;gBACnB,CAAC;gBAED,MAAM,MAAM,GAAG,MAAM,IAAI,yBAAW,CAAC,aAAa,CAAC,CAAC,wBAAwB,CAC1E,MAAM,CAAC,KAAK,CAAC,KAAK,CACnB,CAAC;gBACF,OAAO,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;YACrD,CAAC;YAAC,MAAM,CAAC;gBACP,OAAO,SAAS,CAAC;YACnB,CAAC;QACH,CAAC;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { RegisteredStep } from "../../pipeline/runScaffoldPipeline";
|
|
2
|
-
/** Engine step name `da/set-sensitivity-label`. */
|
|
3
|
-
export declare const STEP_SET_SENSITIVITY_LABEL = "da/set-sensitivity-label";
|
|
4
|
-
/** Best-effort service used by the sensitivity-label step. */
|
|
5
|
-
export interface GeneralSensitivityLabelService {
|
|
6
|
-
resolveId(): Promise<string | undefined>;
|
|
7
|
-
}
|
|
8
|
-
/** Offline/default service used when no authenticated M365 adapter is registered. */
|
|
9
|
-
export declare const NOOP_GENERAL_SENSITIVITY_LABEL_SERVICE: GeneralSensitivityLabelService;
|
|
10
|
-
/** Bind the General-label lookup dependency into its registered step. */
|
|
11
|
-
export declare function createDaSetSensitivityLabelStep(generalSensitivityLabel: GeneralSensitivityLabelService): RegisteredStep;
|
|
12
|
-
/** Default step binding for offline runtimes and compatibility consumers. */
|
|
13
|
-
export declare const daSetSensitivityLabel: RegisteredStep;
|
|
14
|
-
//# sourceMappingURL=daSensitivity.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"daSensitivity.d.ts","sourceRoot":"","sources":["../../../../src/v4/runtime/steps/daSensitivity.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAA2B,MAAM,oCAAoC,CAAC;AAI7F,mDAAmD;AACnD,eAAO,MAAM,0BAA0B,6BAA6B,CAAC;AAWrE,8DAA8D;AAC9D,MAAM,WAAW,8BAA8B;IAC7C,SAAS,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC1C;AAED,qFAAqF;AACrF,eAAO,MAAM,sCAAsC,EAAE,8BAEpD,CAAC;AAEF,yEAAyE;AACzE,wBAAgB,+BAA+B,CAC7C,uBAAuB,EAAE,8BAA8B,GACtD,cAAc,CAgChB;AAED,6EAA6E;AAC7E,eAAO,MAAM,qBAAqB,gBAEjC,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.daSetSensitivityLabel = exports.NOOP_GENERAL_SENSITIVITY_LABEL_SERVICE = exports.STEP_SET_SENSITIVITY_LABEL = void 0;
|
|
6
|
-
exports.createDaSetSensitivityLabelStep = createDaSetSensitivityLabelStep;
|
|
7
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
8
|
-
const neverthrow_1 = require("neverthrow");
|
|
9
|
-
const SOURCE = "Scaffold";
|
|
10
|
-
/** Engine step name `da/set-sensitivity-label`. */
|
|
11
|
-
exports.STEP_SET_SENSITIVITY_LABEL = "da/set-sensitivity-label";
|
|
12
|
-
function systemError(name, message) {
|
|
13
|
-
return new teamsfx_api_1.SystemError({ source: SOURCE, name, message });
|
|
14
|
-
}
|
|
15
|
-
function manifestPath(params) {
|
|
16
|
-
const value = params.manifestPath;
|
|
17
|
-
return typeof value === "string" && value.trim().length > 0 ? value : undefined;
|
|
18
|
-
}
|
|
19
|
-
/** Offline/default service used when no authenticated M365 adapter is registered. */
|
|
20
|
-
exports.NOOP_GENERAL_SENSITIVITY_LABEL_SERVICE = {
|
|
21
|
-
resolveId: () => Promise.resolve(undefined),
|
|
22
|
-
};
|
|
23
|
-
/** Bind the General-label lookup dependency into its registered step. */
|
|
24
|
-
function createDaSetSensitivityLabelStep(generalSensitivityLabel) {
|
|
25
|
-
return {
|
|
26
|
-
validateParams(resolved) {
|
|
27
|
-
return manifestPath(resolved) === undefined
|
|
28
|
-
? "missing non-empty string parameter 'manifestPath'"
|
|
29
|
-
: undefined;
|
|
30
|
-
},
|
|
31
|
-
async apply(resolved, ctx) {
|
|
32
|
-
const path = manifestPath(resolved);
|
|
33
|
-
if (path === undefined) {
|
|
34
|
-
return (0, neverthrow_1.err)(systemError("DaSensitivityLabelParams", "resolved manifestPath is not a non-empty string"));
|
|
35
|
-
}
|
|
36
|
-
const id = await generalSensitivityLabel.resolveId();
|
|
37
|
-
if (id === undefined) {
|
|
38
|
-
return (0, neverthrow_1.ok)(undefined);
|
|
39
|
-
}
|
|
40
|
-
const wrapper = ctx.manifestWrapper("declarativeAgent");
|
|
41
|
-
if (wrapper.setSensitivityLabel === undefined) {
|
|
42
|
-
return (0, neverthrow_1.err)(systemError("DaSensitivityLabelWrapperMissing", "the Declarative Agent manifest wrapper cannot set a sensitivity label"));
|
|
43
|
-
}
|
|
44
|
-
return wrapper.setSensitivityLabel(path, id);
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
/** Default step binding for offline runtimes and compatibility consumers. */
|
|
49
|
-
exports.daSetSensitivityLabel = createDaSetSensitivityLabelStep(exports.NOOP_GENERAL_SENSITIVITY_LABEL_SERVICE);
|
|
50
|
-
//# sourceMappingURL=daSensitivity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"daSensitivity.js","sourceRoot":"","sources":["../../../../src/v4/runtime/steps/daSensitivity.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AA+BlC,0EAkCC;AA/DD,wDAA8D;AAC9D,2CAA6C;AAG7C,MAAM,MAAM,GAAG,UAAU,CAAC;AAE1B,mDAAmD;AACtC,QAAA,0BAA0B,GAAG,0BAA0B,CAAC;AAErE,SAAS,WAAW,CAAC,IAAY,EAAE,OAAe;IAChD,OAAO,IAAI,yBAAW,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;AAC5D,CAAC;AAED,SAAS,YAAY,CAAC,MAAkB;IACtC,MAAM,KAAK,GAAG,MAAM,CAAC,YAAY,CAAC;IAClC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;AAClF,CAAC;AAOD,qFAAqF;AACxE,QAAA,sCAAsC,GAAmC;IACpF,SAAS,EAAE,GAAuB,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;CAChE,CAAC;AAEF,yEAAyE;AACzE,SAAgB,+BAA+B,CAC7C,uBAAuD;IAEvD,OAAO;QACL,cAAc,CAAC,QAAoB;YACjC,OAAO,YAAY,CAAC,QAAQ,CAAC,KAAK,SAAS;gBACzC,CAAC,CAAC,mDAAmD;gBACrD,CAAC,CAAC,SAAS,CAAC;QAChB,CAAC;QACD,KAAK,CAAC,KAAK,CAAC,QAAoB,EAAE,GAAgB;YAChD,MAAM,IAAI,GAAG,YAAY,CAAC,QAAQ,CAAC,CAAC;YACpC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;gBACvB,OAAO,IAAA,gBAAG,EACR,WAAW,CAAC,0BAA0B,EAAE,iDAAiD,CAAC,CAC3F,CAAC;YACJ,CAAC;YAED,MAAM,EAAE,GAAG,MAAM,uBAAuB,CAAC,SAAS,EAAE,CAAC;YACrD,IAAI,EAAE,KAAK,SAAS,EAAE,CAAC;gBACrB,OAAO,IAAA,eAAE,EAAC,SAAS,CAAC,CAAC;YACvB,CAAC;YAED,MAAM,OAAO,GAAG,GAAG,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAC;YACxD,IAAI,OAAO,CAAC,mBAAmB,KAAK,SAAS,EAAE,CAAC;gBAC9C,OAAO,IAAA,gBAAG,EACR,WAAW,CACT,kCAAkC,EAClC,uEAAuE,CACxE,CACF,CAAC;YACJ,CAAC;YACD,OAAO,OAAO,CAAC,mBAAmB,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAC/C,CAAC;KACF,CAAC;AACJ,CAAC;AAED,6EAA6E;AAChE,QAAA,qBAAqB,GAAG,+BAA+B,CAClE,8CAAsC,CACvC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { WarningResult } from "@microsoft/m365-spec-parser";
|
|
2
|
-
import { OpenAPIV3 } from "openapi-types";
|
|
3
|
-
/** Generate the post-render Teams AI files declared by the custom API scenario. */
|
|
4
|
-
export declare function generateTeamsAiCustomApiFiles(spec: OpenAPIV3.Document, language: string, destinationPath: string, openapiSpecFileName: string): Promise<WarningResult[]>;
|
|
5
|
-
//# sourceMappingURL=openApiCustomApi.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"openApiCustomApi.d.ts","sourceRoot":"","sources":["../../../../src/v4/runtime/steps/openApiCustomApi.ts"],"names":[],"mappings":"AAGA,OAAO,EAIL,aAAa,EAEd,MAAM,6BAA6B,CAAC;AAOrC,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAsc1C,mFAAmF;AACnF,wBAAsB,6BAA6B,CACjD,IAAI,EAAE,SAAS,CAAC,QAAQ,EACxB,QAAQ,EAAE,MAAM,EAChB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,GAC1B,OAAO,CAAC,aAAa,EAAE,CAAC,CAc1B"}
|