@microsoft/teamsfx-core 3.0.13 → 3.0.14-alpha.0890e15c35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/teamsDevPortalClient.d.ts +7 -2
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +63 -59
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/client/teamsGraphClient.d.ts +6 -3
- package/build/client/teamsGraphClient.d.ts.map +1 -1
- package/build/client/teamsGraphClient.js +20 -3
- package/build/client/teamsGraphClient.js.map +1 -1
- package/build/common/daSpecParser.d.ts +16 -1
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +34 -21
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +22 -2
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +31 -3
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/fetchHelper.d.ts.map +1 -1
- package/build/common/fetchHelper.js +41 -3
- package/build/common/fetchHelper.js.map +1 -1
- package/build/common/kiotaClient.d.ts +3 -3
- package/build/common/kiotaClient.d.ts.map +1 -1
- package/build/common/kiotaClient.js +10 -10
- package/build/common/kiotaClient.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +0 -2
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +1 -56
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/telemetry.d.ts +4 -15
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +7 -20
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +9 -2
- package/build/common/tools.d.ts +6 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +13 -8
- package/build/common/tools.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +12 -13
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/actionInjector.d.ts +16 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +106 -1
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +2 -0
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts +4 -0
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +10 -3
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.d.ts +6 -0
- package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +15 -12
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/nodeChecker.js +1 -1
- package/build/component/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts +12 -0
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +23 -14
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +11 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +21 -12
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +7 -4
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts +9 -0
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +13 -7
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/arm/util/handleError.d.ts +5 -0
- package/build/component/driver/arm/util/handleError.d.ts.map +1 -1
- package/build/component/driver/arm/util/handleError.js +10 -5
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.d.ts +14 -0
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.d.ts.map +1 -0
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.js +5 -0
- package/build/component/driver/copilotAgent/interfaces/PublishArgs.js.map +1 -0
- package/build/component/driver/copilotAgent/publish.d.ts +16 -0
- package/build/component/driver/copilotAgent/publish.d.ts.map +1 -0
- package/build/component/driver/copilotAgent/publish.js +175 -0
- package/build/component/driver/copilotAgent/publish.js.map +1 -0
- package/build/component/driver/dcr/create.d.ts +10 -0
- package/build/component/driver/dcr/create.d.ts.map +1 -0
- package/build/component/driver/dcr/create.js +142 -0
- package/build/component/driver/dcr/create.js.map +1 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.d.ts +5 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.d.ts.map +1 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.js +21 -0
- package/build/component/driver/dcr/error/dcrNameTooLong.js.map +1 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.d.ts +5 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.d.ts.map +1 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.js +21 -0
- package/build/component/driver/dcr/error/dcrWellKnownInvalid.js.map +1 -0
- package/build/component/driver/dcr/interface/createDcrArgs.d.ts +9 -0
- package/build/component/driver/dcr/interface/createDcrArgs.d.ts.map +1 -0
- package/build/component/driver/dcr/interface/createDcrArgs.js +5 -0
- package/build/component/driver/dcr/interface/createDcrArgs.js.map +1 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.d.ts +7 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.d.ts.map +1 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.js +10 -0
- package/build/component/driver/dcr/interface/createDcrOutputs.js.map +1 -0
- package/build/component/driver/dcr/utility/constants.d.ts +7 -0
- package/build/component/driver/dcr/utility/constants.d.ts.map +1 -0
- package/build/component/driver/dcr/utility/constants.js +12 -0
- package/build/component/driver/dcr/utility/constants.js.map +1 -0
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts +8 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +15 -10
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/devTool/httpClient.d.ts +4 -0
- package/build/component/driver/devTool/httpClient.d.ts.map +1 -1
- package/build/component/driver/devTool/httpClient.js +6 -3
- package/build/component/driver/devTool/httpClient.js.map +1 -1
- package/build/component/driver/index.d.ts +2 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +2 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +13 -1
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +16 -8
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/oauth/update.d.ts +6 -0
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +8 -4
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +6 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +9 -4
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/share/utils.d.ts.map +1 -1
- package/build/component/driver/share/utils.js +9 -7
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +4 -3
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +4 -3
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +8 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +113 -13
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.d.ts +10 -0
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.js +5 -0
- package/build/component/driver/teamsApp/interfaces/DcrRegistration.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ValidationResult.d.ts +6 -0
- package/build/component/driver/teamsApp/interfaces/ValidationResult.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +4 -2
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +9 -55
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.d.ts +16 -3
- package/build/component/driver/teamsApp/syncManifest.d.ts.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.js +28 -18
- package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts +4 -0
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +6 -3
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +2 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +113 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +5 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +14 -3
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts +17 -0
- package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts.map +1 -0
- package/build/component/driver/teamsApp/utils/McpCertVerification.js +72 -0
- package/build/component/driver/teamsApp/utils/McpCertVerification.js.map +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +12 -2
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts +12 -0
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +17 -8
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts +9 -0
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +16 -10
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts +8 -0
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +16 -10
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.d.ts +31 -0
- package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +237 -34
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/defaultGenerator.d.ts.map +1 -1
- package/build/component/generator/defaultGenerator.js +14 -1
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/error.d.ts +3 -0
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +7 -1
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +9 -0
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +16 -8
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +12 -0
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +53 -3
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +4 -0
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +6 -3
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts +9 -0
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.js +11 -5
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.js.map +1 -1
- package/build/component/generator/openPlugin/authorParser.d.ts +8 -0
- package/build/component/generator/openPlugin/authorParser.d.ts.map +1 -0
- package/build/component/generator/openPlugin/authorParser.js +49 -0
- package/build/component/generator/openPlugin/authorParser.js.map +1 -0
- package/build/component/generator/openPlugin/deterministicId.d.ts +6 -0
- package/build/component/generator/openPlugin/deterministicId.d.ts.map +1 -0
- package/build/component/generator/openPlugin/deterministicId.js +31 -0
- package/build/component/generator/openPlugin/deterministicId.js.map +1 -0
- package/build/component/generator/openPlugin/exporter.d.ts +18 -0
- package/build/component/generator/openPlugin/exporter.d.ts.map +1 -0
- package/build/component/generator/openPlugin/exporter.js +233 -0
- package/build/component/generator/openPlugin/exporter.js.map +1 -0
- package/build/component/generator/openPlugin/iconStrategy.d.ts +8 -0
- package/build/component/generator/openPlugin/iconStrategy.d.ts.map +1 -0
- package/build/component/generator/openPlugin/iconStrategy.js +62 -0
- package/build/component/generator/openPlugin/iconStrategy.js.map +1 -0
- package/build/component/generator/openPlugin/importer.d.ts +25 -0
- package/build/component/generator/openPlugin/importer.d.ts.map +1 -0
- package/build/component/generator/openPlugin/importer.js +140 -0
- package/build/component/generator/openPlugin/importer.js.map +1 -0
- package/build/component/generator/openPlugin/mapper.d.ts +6 -0
- package/build/component/generator/openPlugin/mapper.d.ts.map +1 -0
- package/build/component/generator/openPlugin/mapper.js +141 -0
- package/build/component/generator/openPlugin/mapper.js.map +1 -0
- package/build/component/generator/openPlugin/parser.d.ts +3 -0
- package/build/component/generator/openPlugin/parser.d.ts.map +1 -0
- package/build/component/generator/openPlugin/parser.js +153 -0
- package/build/component/generator/openPlugin/parser.js.map +1 -0
- package/build/component/generator/openPlugin/placeholderPng.d.ts +6 -0
- package/build/component/generator/openPlugin/placeholderPng.d.ts.map +1 -0
- package/build/component/generator/openPlugin/placeholderPng.js +71 -0
- package/build/component/generator/openPlugin/placeholderPng.js.map +1 -0
- package/build/component/generator/openPlugin/textUtils.d.ts +12 -0
- package/build/component/generator/openPlugin/textUtils.d.ts.map +1 -0
- package/build/component/generator/openPlugin/textUtils.js +43 -0
- package/build/component/generator/openPlugin/textUtils.js.map +1 -0
- package/build/component/generator/openPlugin/types.d.ts +128 -0
- package/build/component/generator/openPlugin/types.d.ts.map +1 -0
- package/build/component/generator/openPlugin/types.js.map +1 -0
- package/build/component/generator/spfx/utils/constants.d.ts +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -1
- package/build/component/generator/templateHelper.d.ts +15 -0
- package/build/component/generator/templateHelper.d.ts.map +1 -1
- package/build/component/generator/templateHelper.js +28 -0
- package/build/component/generator/templateHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +12 -5
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +4 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +5 -0
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +4 -1
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.js +8 -8
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/generator/v4MetadataSource.d.ts +23 -0
- package/build/component/generator/v4MetadataSource.d.ts.map +1 -0
- package/build/component/generator/v4MetadataSource.js +42 -0
- package/build/component/generator/v4MetadataSource.js.map +1 -0
- package/build/component/generator/v4TemplateBridge.d.ts +40 -0
- package/build/component/generator/v4TemplateBridge.d.ts.map +1 -0
- package/build/component/generator/v4TemplateBridge.js +125 -0
- package/build/component/generator/v4TemplateBridge.js.map +1 -0
- package/build/component/local/localCertificateManager.d.ts +17 -1
- package/build/component/local/localCertificateManager.d.ts.map +1 -1
- package/build/component/local/localCertificateManager.js +48 -31
- package/build/component/local/localCertificateManager.js.map +1 -1
- package/build/component/m365/packageService.d.ts +10 -0
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +55 -13
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/middleware/envMW.d.ts.map +1 -1
- package/build/component/middleware/envMW.js +5 -0
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +4 -0
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +7 -4
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/charsetUtils.js +3 -3
- package/build/component/utils/charsetUtils.js.map +1 -1
- package/build/component/utils/fileOperation.d.ts +10 -0
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +27 -17
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.d.ts +106 -0
- package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -0
- package/build/component/utils/mcpAuthScaffolder.js +153 -0
- package/build/component/utils/mcpAuthScaffolder.js.map +1 -0
- package/build/component/utils/mcpToolFetcher.d.ts +12 -1
- package/build/component/utils/mcpToolFetcher.d.ts.map +1 -1
- package/build/component/utils/mcpToolFetcher.js +23 -3
- package/build/component/utils/mcpToolFetcher.js.map +1 -1
- package/build/component/utils/metadataGraphPermssion.d.ts +4 -0
- package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
- package/build/component/utils/metadataGraphPermssion.js +7 -4
- package/build/component/utils/metadataGraphPermssion.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +6 -0
- package/build/component/utils/odrProvider.d.ts.map +1 -1
- package/build/component/utils/odrProvider.js +9 -4
- package/build/component/utils/odrProvider.js.map +1 -1
- package/build/core/FxCore.d.ts +46 -4
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts +9 -0
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +286 -174
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +443 -140
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCore.openPlugin.d.ts +29 -0
- package/build/core/FxCore.openPlugin.d.ts.map +1 -0
- package/build/core/FxCore.openPlugin.js +135 -0
- package/build/core/FxCore.openPlugin.js.map +1 -0
- package/build/core/collaborator.d.ts +4 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +6 -3
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts +9 -0
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +14 -11
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/errorHandler.d.ts.map +1 -1
- package/build/core/middleware/errorHandler.js +9 -0
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/fileLocker.d.ts +6 -0
- package/build/core/middleware/fileLocker.d.ts.map +1 -1
- package/build/core/middleware/fileLocker.js +11 -6
- package/build/core/middleware/fileLocker.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +1 -34
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +6 -245
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/teamsApp.d.ts +3 -0
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +15 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1 -6
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +8 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +24 -15
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/AddSkillInputs.d.ts +10 -0
- package/build/question/inputs/AddSkillInputs.d.ts.map +1 -0
- package/build/question/inputs/AddSkillInputs.js +5 -0
- package/build/question/inputs/AddSkillInputs.js.map +1 -0
- package/build/question/inputs/CreateProjectInputs.d.ts +7 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/ExportOpenPluginInputs.d.ts +10 -0
- package/build/question/inputs/ExportOpenPluginInputs.d.ts.map +1 -0
- package/build/question/inputs/ExportOpenPluginInputs.js +5 -0
- package/build/question/inputs/ExportOpenPluginInputs.js.map +1 -0
- package/build/question/inputs/ImportOpenPluginInputs.d.ts +28 -0
- package/build/question/inputs/ImportOpenPluginInputs.d.ts.map +1 -0
- package/build/question/inputs/ImportOpenPluginInputs.js +5 -0
- package/build/question/inputs/ImportOpenPluginInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +3 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +3 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +1 -1
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/AddSkillOptions.d.ts +4 -0
- package/build/question/options/AddSkillOptions.d.ts.map +1 -0
- package/build/question/options/AddSkillOptions.js +47 -0
- package/build/question/options/AddSkillOptions.js.map +1 -0
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +17 -2
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/ExportOpenPluginOptions.d.ts +4 -0
- package/build/question/options/ExportOpenPluginOptions.d.ts.map +1 -0
- package/build/question/options/ExportOpenPluginOptions.js +29 -0
- package/build/question/options/ExportOpenPluginOptions.js.map +1 -0
- package/build/question/options/ImportOpenPluginOptions.d.ts +4 -0
- package/build/question/options/ImportOpenPluginOptions.d.ts.map +1 -0
- package/build/question/options/ImportOpenPluginOptions.js +54 -0
- package/build/question/options/ImportOpenPluginOptions.js.map +1 -0
- package/build/question/options/index.d.ts +3 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +3 -0
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +152 -35
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +10 -1
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +9 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +11 -0
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -0
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +9 -0
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +1 -3
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/rootNode.js +6 -4
- package/build/question/scaffold/vsc/rootNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +32 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +136 -36
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/share.d.ts +7 -0
- package/build/question/share.d.ts.map +1 -1
- package/build/question/share.js +7 -3
- package/build/question/share.js.map +1 -1
- package/build/v4/distribution/bundledFloor.d.ts +12 -0
- package/build/v4/distribution/bundledFloor.d.ts.map +1 -0
- package/build/v4/distribution/bundledFloor.js +80 -0
- package/build/v4/distribution/bundledFloor.js.map +1 -0
- package/build/v4/distribution/templateConfig.d.ts +79 -0
- package/build/v4/distribution/templateConfig.d.ts.map +1 -0
- package/build/v4/distribution/templateConfig.js +81 -0
- package/build/v4/distribution/templateConfig.js.map +1 -0
- package/build/v4/distribution/templatePackage.d.ts +29 -0
- package/build/v4/distribution/templatePackage.d.ts.map +1 -0
- package/build/v4/distribution/templatePackage.js +82 -0
- package/build/v4/distribution/templatePackage.js.map +1 -0
- package/build/v4/distribution/templateSource.d.ts +67 -0
- package/build/v4/distribution/templateSource.d.ts.map +1 -0
- package/build/v4/distribution/templateSource.js +220 -0
- package/build/v4/distribution/templateSource.js.map +1 -0
- package/build/v4/distribution/templateSourcePort.d.ts +50 -0
- package/build/v4/distribution/templateSourcePort.d.ts.map +1 -0
- package/build/v4/distribution/templateSourcePort.js +207 -0
- package/build/v4/distribution/templateSourcePort.js.map +1 -0
- package/build/v4/index.d.ts +13 -0
- package/build/v4/index.d.ts.map +1 -0
- package/build/v4/index.js +18 -0
- package/build/v4/index.js.map +1 -0
- package/package.json +18 -79
- package/resource/package.nls.cs.json +42 -14
- package/resource/package.nls.de.json +43 -15
- package/resource/package.nls.es.json +42 -14
- package/resource/package.nls.fr.json +42 -14
- package/resource/package.nls.it.json +43 -15
- package/resource/package.nls.ja.json +42 -14
- package/resource/package.nls.json +64 -14
- package/resource/package.nls.ko.json +42 -14
- package/resource/package.nls.pl.json +43 -15
- package/resource/package.nls.pt-BR.json +42 -14
- package/resource/package.nls.ru.json +43 -15
- package/resource/package.nls.tr.json +44 -16
- package/resource/package.nls.zh-Hans.json +42 -14
- package/resource/package.nls.zh-Hant.json +54 -26
- package/resource/templates/package.nls.cs.json +2 -0
- package/resource/templates/package.nls.de.json +2 -0
- package/resource/templates/package.nls.es.json +2 -0
- package/resource/templates/package.nls.fr.json +2 -0
- package/resource/templates/package.nls.it.json +2 -0
- package/resource/templates/package.nls.ja.json +2 -0
- package/resource/templates/package.nls.json +5 -0
- package/resource/templates/package.nls.ko.json +2 -0
- package/resource/templates/package.nls.pl.json +2 -0
- package/resource/templates/package.nls.pt-BR.json +2 -0
- package/resource/templates/package.nls.ru.json +2 -0
- package/resource/templates/package.nls.tr.json +2 -0
- package/resource/templates/package.nls.zh-Hans.json +2 -0
- package/resource/templates/package.nls.zh-Hant.json +2 -0
- package/resource/yaml-schema/v1.12/yaml.schema.json +2132 -0
- package/resource/yaml-schema/v1.13/yaml.schema.json +2193 -0
- package/resource/yaml-schema/yaml.schema.json +124 -2
- 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 +16 -0
- package/templates/metadata/defaultGeneratorTemplates.json +8 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/tdpNode.json +8 -2
- package/templates/ui/wizardNode.json +34 -2
- package/templates/v4/floor.json +3 -0
- package/templates/v4/templates.zip +0 -0
- package/build/core/middleware/projectMigratorV3.d.ts +0 -39
- package/build/core/middleware/projectMigratorV3.d.ts.map +0 -1
- package/build/core/middleware/projectMigratorV3.js +0 -694
- package/build/core/middleware/projectMigratorV3.js.map +0 -1
- package/build/core/middleware/projectVersionChecker.d.ts +0 -3
- package/build/core/middleware/projectVersionChecker.d.ts.map +0 -1
- package/build/core/middleware/projectVersionChecker.js +0 -60
- package/build/core/middleware/projectVersionChecker.js.map +0 -1
- package/build/core/middleware/types.d.ts +0 -9
- package/build/core/middleware/types.d.ts.map +0 -1
- package/build/core/middleware/types.js.map +0 -1
- package/build/core/middleware/utils/MigrationUtils.d.ts +0 -13
- package/build/core/middleware/utils/MigrationUtils.d.ts.map +0 -1
- package/build/core/middleware/utils/MigrationUtils.js +0 -212
- package/build/core/middleware/utils/MigrationUtils.js.map +0 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +0 -34
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +0 -1
- package/build/core/middleware/utils/appYmlGenerator.js +0 -158
- package/build/core/middleware/utils/appYmlGenerator.js.map +0 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +0 -65
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +0 -61
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +0 -1
- package/build/core/middleware/utils/debug/constants.d.ts +0 -20
- package/build/core/middleware/utils/debug/constants.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/constants.js +0 -28
- package/build/core/middleware/utils/debug/constants.js.map +0 -1
- package/build/core/middleware/utils/debug/debugMigrationContext.d.ts +0 -14
- package/build/core/middleware/utils/debug/debugMigrationContext.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/debugMigrationContext.js +0 -23
- package/build/core/middleware/utils/debug/debugMigrationContext.js.map +0 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +0 -37
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +0 -291
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +0 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts +0 -22
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +0 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +0 -935
- package/build/core/middleware/utils/debug/taskMigrator.js.map +0 -1
- package/build/core/middleware/utils/migrationContext.d.ts +0 -32
- package/build/core/middleware/utils/migrationContext.d.ts.map +0 -1
- package/build/core/middleware/utils/migrationContext.js +0 -104
- package/build/core/middleware/utils/migrationContext.js.map +0 -1
- /package/build/{core/middleware → component/generator/openPlugin}/types.js +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AddSkillArguments = exports.AddSkillOptions = void 0;
|
|
6
|
+
exports.AddSkillOptions = [
|
|
7
|
+
{
|
|
8
|
+
name: "name",
|
|
9
|
+
questionName: "skill-name",
|
|
10
|
+
type: "string",
|
|
11
|
+
description: "Name of the skill (letters, numbers, and hyphens only). Required when not using --from.",
|
|
12
|
+
required: false,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: "description",
|
|
16
|
+
questionName: "skill-description",
|
|
17
|
+
type: "string",
|
|
18
|
+
description: "Description of what the skill does. Required when not using --from.",
|
|
19
|
+
required: false,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: "from",
|
|
23
|
+
questionName: "skill-from",
|
|
24
|
+
type: "string",
|
|
25
|
+
description: "Path to an existing skill directory within appPackage, or path to a .zip file containing a skill.",
|
|
26
|
+
required: false,
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "expose-to-copilot",
|
|
30
|
+
questionName: "expose-to-copilot",
|
|
31
|
+
type: "boolean",
|
|
32
|
+
description: "Expose this skill to all Copilot surfaces via the Teams manifest agentSkills property.",
|
|
33
|
+
required: false,
|
|
34
|
+
default: false,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "manifest-file",
|
|
38
|
+
questionName: "manifest-path",
|
|
39
|
+
type: "string",
|
|
40
|
+
shortName: "t",
|
|
41
|
+
description: "Specifies the app manifest file path.",
|
|
42
|
+
required: true,
|
|
43
|
+
default: "./appPackage/manifest.json",
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
exports.AddSkillArguments = [];
|
|
47
|
+
//# sourceMappingURL=AddSkillOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddSkillOptions.js","sourceRoot":"","sources":["../../../src/question/options/AddSkillOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAIrB,QAAA,eAAe,GAAuB;IACjD;QACE,IAAI,EAAE,MAAM;QACZ,YAAY,EAAE,YAAY;QAC1B,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,yFAAyF;QAC3F,QAAQ,EAAE,KAAK;KAChB;IACD;QACE,IAAI,EAAE,aAAa;QACnB,YAAY,EAAE,mBAAmB;QACjC,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,qEAAqE;QAClF,QAAQ,EAAE,KAAK;KAChB;IACD;QACE,IAAI,EAAE,MAAM;QACZ,YAAY,EAAE,YAAY;QAC1B,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,mGAAmG;QACrG,QAAQ,EAAE,KAAK;KAChB;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,YAAY,EAAE,mBAAmB;QACjC,IAAI,EAAE,SAAS;QACf,WAAW,EACT,wFAAwF;QAC1F,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;KACf;IACD;QACE,IAAI,EAAE,eAAe;QACrB,YAAY,EAAE,eAAe;QAC7B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,uCAAuC;QACpD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,4BAA4B;KACtC;CACF,CAAC;AACW,QAAA,iBAAiB,GAAyB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProjectOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"CreateProjectOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,EA4MlD,CAAC;AACF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAAO,CAAC"}
|
|
@@ -172,8 +172,23 @@ exports.CreateProjectOptions = [
|
|
|
172
172
|
{
|
|
173
173
|
name: "mcp-da-auth-type",
|
|
174
174
|
type: "string",
|
|
175
|
-
description: "Authentication type for the MCP server (oauth or
|
|
176
|
-
choices: ["oauth", "
|
|
175
|
+
description: "Authentication type for the MCP server (oauth, entra-sso, or none).",
|
|
176
|
+
choices: ["oauth", "entra-sso", "none"],
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
name: "mcp-da-client-id",
|
|
180
|
+
type: "string",
|
|
181
|
+
description: "OAuth client id for the MCP server (static OAuth), or the Entra application client id (Entra SSO).",
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
name: "mcp-da-client-secret",
|
|
185
|
+
type: "string",
|
|
186
|
+
description: "OAuth client secret for the MCP server. Required for static OAuth.",
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: "mcp-da-scopes",
|
|
190
|
+
type: "string",
|
|
191
|
+
description: "Space-separated OAuth scopes for the MCP server. Optional for static OAuth.",
|
|
177
192
|
},
|
|
178
193
|
{
|
|
179
194
|
name: "folder",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProjectOptions.js","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"CreateProjectOptions.js","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CLICommandArgument, CLICommandOption } from "@microsoft/teamsfx-api";
|
|
2
|
+
export declare const ExportOpenPluginOptions: CLICommandOption[];
|
|
3
|
+
export declare const ExportOpenPluginArguments: CLICommandArgument[];
|
|
4
|
+
//# sourceMappingURL=ExportOpenPluginOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportOpenPluginOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/ExportOpenPluginOptions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,uBAAuB,EAAE,gBAAgB,EAuBrD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAAkB,EAAO,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ExportOpenPluginArguments = exports.ExportOpenPluginOptions = void 0;
|
|
6
|
+
exports.ExportOpenPluginOptions = [
|
|
7
|
+
{
|
|
8
|
+
name: "path",
|
|
9
|
+
type: "string",
|
|
10
|
+
shortName: "p",
|
|
11
|
+
description: "Path to the ATK project folder (containing appPackage/manifest.json) to export.",
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: "output",
|
|
16
|
+
type: "string",
|
|
17
|
+
shortName: "o",
|
|
18
|
+
description: "Destination Open Plugin directory. Defaults to ./<plugin-name>-openplugin in the current working directory.",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "manifest-kind",
|
|
22
|
+
type: "string",
|
|
23
|
+
description: "Where to write plugin.json: 'open-plugin' (.plugin/plugin.json, default), 'claude-plugin' (.claude-plugin/plugin.json), or 'cursor-plugin' (.cursor-plugin/plugin.json).",
|
|
24
|
+
default: "open-plugin",
|
|
25
|
+
choices: ["open-plugin", "claude-plugin", "cursor-plugin"],
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
exports.ExportOpenPluginArguments = [];
|
|
29
|
+
//# sourceMappingURL=ExportOpenPluginOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportOpenPluginOptions.js","sourceRoot":"","sources":["../../../src/question/options/ExportOpenPluginOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAIrB,QAAA,uBAAuB,GAAuB;IACzD;QACE,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,iFAAiF;QAC9F,QAAQ,EAAE,IAAI;KACf;IACD;QACE,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EACT,6GAA6G;KAChH;IACD;QACE,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,0KAA0K;QAC5K,OAAO,EAAE,aAAa;QACtB,OAAO,EAAE,CAAC,aAAa,EAAE,eAAe,EAAE,eAAe,CAAC;KAC3D;CACF,CAAC;AAEW,QAAA,yBAAyB,GAAyB,EAAE,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CLICommandArgument, CLICommandOption } from "@microsoft/teamsfx-api";
|
|
2
|
+
export declare const ImportOpenPluginOptions: CLICommandOption[];
|
|
3
|
+
export declare const ImportOpenPluginArguments: CLICommandArgument[];
|
|
4
|
+
//# sourceMappingURL=ImportOpenPluginOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportOpenPluginOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/ImportOpenPluginOptions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,uBAAuB,EAAE,gBAAgB,EAoDrD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAAkB,EAAO,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ImportOpenPluginArguments = exports.ImportOpenPluginOptions = void 0;
|
|
6
|
+
exports.ImportOpenPluginOptions = [
|
|
7
|
+
{
|
|
8
|
+
name: "path",
|
|
9
|
+
type: "string",
|
|
10
|
+
shortName: "p",
|
|
11
|
+
description: "Open Plugin directory containing .plugin/plugin.json, .claude-plugin/plugin.json, or .cursor-plugin/plugin.json.",
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: "output",
|
|
16
|
+
type: "string",
|
|
17
|
+
shortName: "o",
|
|
18
|
+
description: "Destination project folder. Defaults to ./<plugin-name>.",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "privacy-url",
|
|
22
|
+
type: "string",
|
|
23
|
+
description: "developer.privacyUrl for the generated manifest. Required unless the source plugin.json carries an x-microsoft-365-agents-toolkit extension block from a previous 'atk export openplugin'.",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: "terms-url",
|
|
27
|
+
type: "string",
|
|
28
|
+
description: "developer.termsOfUseUrl for the generated manifest. Required unless the source plugin.json carries an x-microsoft-365-agents-toolkit extension block from a previous 'atk export openplugin'.",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: "website-url",
|
|
32
|
+
type: "string",
|
|
33
|
+
description: "developer.websiteUrl. Falls back to plugin.json 'homepage' then 'author.url' when omitted.",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: "app-id",
|
|
37
|
+
type: "string",
|
|
38
|
+
description: "Override the deterministic UUIDv5 generated for the manifest 'id' field.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: "default-auth-type",
|
|
42
|
+
type: "string",
|
|
43
|
+
description: "Default auth type for MCP connectors discovered in .mcp.json. 'Auto' picks OAuthPluginVault for non-localhost HTTPS, None otherwise.",
|
|
44
|
+
default: "Auto",
|
|
45
|
+
choices: ["Auto", "None", "OAuthPluginVault", "ApiKeyPluginVault"],
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: "package-name",
|
|
49
|
+
type: "string",
|
|
50
|
+
description: "Full reverse-DNS packageName (e.g. com.example.my-plugin). Omitted from the manifest when not provided.",
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
exports.ImportOpenPluginArguments = [];
|
|
54
|
+
//# sourceMappingURL=ImportOpenPluginOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportOpenPluginOptions.js","sourceRoot":"","sources":["../../../src/question/options/ImportOpenPluginOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAIrB,QAAA,uBAAuB,GAAuB;IACzD;QACE,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EACT,kHAAkH;QACpH,QAAQ,EAAE,IAAI;KACf;IACD;QACE,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,0DAA0D;KACxE;IACD;QACE,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,4LAA4L;KAC/L;IACD;QACE,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,+LAA+L;KAClM;IACD;QACE,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,4FAA4F;KAC/F;IACD;QACE,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,0EAA0E;KACxF;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,sIAAsI;QACxI,OAAO,EAAE,MAAM;QACf,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,kBAAkB,EAAE,mBAAmB,CAAC;KACnE;IACD;QACE,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,WAAW,EACT,yGAAyG;KAC5G;CACF,CAAC;AAEW,QAAA,yBAAyB,GAAyB,EAAE,CAAC"}
|
|
@@ -9,6 +9,8 @@ export * from "./PermissionGrantOptions";
|
|
|
9
9
|
export * from "./PermissionListOptions";
|
|
10
10
|
export * from "./DeployAadManifestOptions";
|
|
11
11
|
export * from "./AddPluginOptions";
|
|
12
|
+
export * from "./ImportOpenPluginOptions";
|
|
13
|
+
export * from "./ExportOpenPluginOptions";
|
|
12
14
|
export * from "./UninstallOptions";
|
|
13
15
|
export * from "./SyncManifestOptions";
|
|
14
16
|
export * from "./AddAuthActionOptions";
|
|
@@ -17,4 +19,5 @@ export * from "./SetSensitivityLabelOptions";
|
|
|
17
19
|
export * from "./ShareOptions";
|
|
18
20
|
export * from "./removeSharedAccessOptions";
|
|
19
21
|
export * from "./RegeneratePluginOptions";
|
|
22
|
+
export * from "./AddSkillOptions";
|
|
20
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/question/options/index.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/question/options/index.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC"}
|
|
@@ -14,6 +14,8 @@ tslib_1.__exportStar(require("./PermissionGrantOptions"), exports);
|
|
|
14
14
|
tslib_1.__exportStar(require("./PermissionListOptions"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./DeployAadManifestOptions"), exports);
|
|
16
16
|
tslib_1.__exportStar(require("./AddPluginOptions"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ImportOpenPluginOptions"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./ExportOpenPluginOptions"), exports);
|
|
17
19
|
tslib_1.__exportStar(require("./UninstallOptions"), exports);
|
|
18
20
|
tslib_1.__exportStar(require("./SyncManifestOptions"), exports);
|
|
19
21
|
tslib_1.__exportStar(require("./AddAuthActionOptions"), exports);
|
|
@@ -22,4 +24,5 @@ tslib_1.__exportStar(require("./SetSensitivityLabelOptions"), exports);
|
|
|
22
24
|
tslib_1.__exportStar(require("./ShareOptions"), exports);
|
|
23
25
|
tslib_1.__exportStar(require("./removeSharedAccessOptions"), exports);
|
|
24
26
|
tslib_1.__exportStar(require("./RegeneratePluginOptions"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./AddSkillOptions"), exports);
|
|
25
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/question/options/index.ts"],"names":[],"mappings":";;;AAAA,uCAAuC;AACvC,kCAAkC;AAClC,iEAAuC;AACvC,uEAA6C;AAC7C,kEAAwC;AACxC,6DAAmC;AACnC,uEAA6C;AAC7C,oEAA0C;AAC1C,mEAAyC;AACzC,mEAAyC;AACzC,kEAAwC;AACxC,qEAA2C;AAC3C,6DAAmC;AACnC,6DAAmC;AACnC,gEAAsC;AACtC,iEAAuC;AACvC,gEAAsC;AACtC,uEAA6C;AAC7C,yDAA+B;AAC/B,sEAA4C;AAC5C,oEAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/question/options/index.ts"],"names":[],"mappings":";;;AAAA,uCAAuC;AACvC,kCAAkC;AAClC,iEAAuC;AACvC,uEAA6C;AAC7C,kEAAwC;AACxC,6DAAmC;AACnC,uEAA6C;AAC7C,oEAA0C;AAC1C,mEAAyC;AACzC,mEAAyC;AACzC,kEAAwC;AACxC,qEAA2C;AAC3C,6DAAmC;AACnC,oEAA0C;AAC1C,oEAA0C;AAC1C,6DAAmC;AACnC,gEAAsC;AACtC,iEAAuC;AACvC,gEAAsC;AACtC,uEAA6C;AAC7C,yDAA+B;AAC/B,sEAA4C;AAC5C,oEAA0C;AAC1C,4DAAkC"}
|
|
@@ -49,5 +49,6 @@ export declare function oauthScopeCustomQuestion(): TextInputQuestion;
|
|
|
49
49
|
export declare function syncManifestQuestionNode(): IQTreeNode;
|
|
50
50
|
export declare function setSensitivityLabelNode(): IQTreeNode;
|
|
51
51
|
export declare function selectDeclarativeAgentManifestQuestion(): SingleFileQuestion;
|
|
52
|
+
export declare function addSkillQuestionNode(): IQTreeNode;
|
|
52
53
|
export declare function SelectSensitivityLabelQuestion(): SingleSelectQuestion;
|
|
53
54
|
//# sourceMappingURL=other.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"other.d.ts","sourceRoot":"","sources":["../../src/question/other.ts"],"names":[],"mappings":"AAGA,OAAO,EAIL,eAAe,EAGf,UAAU,EACV,MAAM,EACN,iBAAiB,EACjB,mBAAmB,EAGnB,kBAAkB,EAClB,oBAAoB,EACpB,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAahC,OAAO,EAOL,aAAa,EAEd,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"other.d.ts","sourceRoot":"","sources":["../../src/question/other.ts"],"names":[],"mappings":"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"}
|
package/build/question/other.js
CHANGED
|
@@ -51,6 +51,7 @@ exports.oauthScopeCustomQuestion = oauthScopeCustomQuestion;
|
|
|
51
51
|
exports.syncManifestQuestionNode = syncManifestQuestionNode;
|
|
52
52
|
exports.setSensitivityLabelNode = setSensitivityLabelNode;
|
|
53
53
|
exports.selectDeclarativeAgentManifestQuestion = selectDeclarativeAgentManifestQuestion;
|
|
54
|
+
exports.addSkillQuestionNode = addSkillQuestionNode;
|
|
54
55
|
exports.SelectSensitivityLabelQuestion = SelectSensitivityLabelQuestion;
|
|
55
56
|
const tslib_1 = require("tslib");
|
|
56
57
|
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
@@ -69,6 +70,7 @@ const environmentName_1 = require("../core/environmentName");
|
|
|
69
70
|
const constants_3 = require("./constants");
|
|
70
71
|
const create_1 = require("./create");
|
|
71
72
|
const commonNodes_1 = require("./scaffold/commonNodes");
|
|
73
|
+
const teamsProjectTypeNode_1 = require("./scaffold/vsc/teamsProjectTypeNode");
|
|
72
74
|
function convertAadToNewSchemaQuestionNode() {
|
|
73
75
|
return {
|
|
74
76
|
data: { type: "group" },
|
|
@@ -619,13 +621,11 @@ function addPluginQuestionNode() {
|
|
|
619
621
|
},
|
|
620
622
|
},
|
|
621
623
|
// MCP server URL input (when action type is "mcp").
|
|
622
|
-
//
|
|
623
|
-
//
|
|
624
|
-
//
|
|
625
|
-
//
|
|
626
|
-
//
|
|
627
|
-
// questions are still asked so the original CLI flow that auto-generates
|
|
628
|
-
// ai-plugin.json and m365agents.yml continues to work.
|
|
624
|
+
// Mirrors the "create DA with MCP" subtree under TEAMSFX_MCP_FOR_DA_DT:
|
|
625
|
+
// CLI always collects auth-type + credential follow-ups; VS Code does the
|
|
626
|
+
// same only when DT is on (inline flow). DT-off VS Code falls through to
|
|
627
|
+
// the legacy `addPluginFromMCP` redirect (just writes `.vscode/mcp.json`)
|
|
628
|
+
// and lets `updateActionWithMCP` collect auth via CodeLens later.
|
|
629
629
|
{
|
|
630
630
|
condition: (inputs) => {
|
|
631
631
|
return inputs[constants_3.QuestionNames.ActionType] === constants_3.ActionStartOptions.mcp().id;
|
|
@@ -637,7 +637,7 @@ function addPluginQuestionNode() {
|
|
|
637
637
|
placeholder: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.mcpForDa.ServerUrl.placeholder"),
|
|
638
638
|
},
|
|
639
639
|
children: [
|
|
640
|
-
// MCP tools file input (CLI only — VS Code uses
|
|
640
|
+
// MCP tools file input (CLI only — VS Code DT-on uses dynamic discovery)
|
|
641
641
|
{
|
|
642
642
|
condition: (inputs) => inputs.platform === teamsfx_api_1.Platform.CLI,
|
|
643
643
|
data: {
|
|
@@ -646,38 +646,38 @@ function addPluginQuestionNode() {
|
|
|
646
646
|
type: "text",
|
|
647
647
|
placeholder: (0, localizeUtils_1.getLocalizedString)("core.MCPForDA.toolsFilePath.placeholder"),
|
|
648
648
|
},
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
},
|
|
670
|
-
],
|
|
649
|
+
},
|
|
650
|
+
// Auth type selection: CLI always; VS Code only when DT is on.
|
|
651
|
+
// Credential follow-ups (client id/secret/scopes) are only added under
|
|
652
|
+
// DT-on, because the legacy CLI branch in `core.addPlugin` does not
|
|
653
|
+
// consume them (`persistMCPAuthCredentialEnvVars` is only called from
|
|
654
|
+
// the DT-on branch). Keeping them off under DT preserves the original
|
|
655
|
+
// CLI DT-off prompt set.
|
|
656
|
+
{
|
|
657
|
+
condition: (inputs) => inputs.platform !== teamsfx_api_1.Platform.VSCode ||
|
|
658
|
+
featureFlags_1.featureFlagManager.getBooleanValue(featureFlags_1.FeatureFlags.MCPForDADT),
|
|
659
|
+
data: {
|
|
660
|
+
type: "singleSelect",
|
|
661
|
+
name: constants_3.QuestionNames.MCPForDAAuthType,
|
|
662
|
+
title: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.mcpForDa.AuthType.title"),
|
|
663
|
+
staticOptions: (0, teamsProjectTypeNode_1.MCPForDAAuthTypeStaticOptions)(),
|
|
664
|
+
default: "oauth",
|
|
665
|
+
},
|
|
666
|
+
children: featureFlags_1.featureFlagManager.getBooleanValue(featureFlags_1.FeatureFlags.MCPForDADT)
|
|
667
|
+
? (0, teamsProjectTypeNode_1.MCPForDAAuthCredentialNodes)()
|
|
668
|
+
: [],
|
|
671
669
|
},
|
|
672
670
|
],
|
|
673
671
|
},
|
|
674
672
|
{
|
|
675
673
|
data: selectTeamsAppManifestQuestion(),
|
|
676
674
|
condition: (inputs) => {
|
|
677
|
-
// Manifest path is not
|
|
678
|
-
//
|
|
679
|
-
//
|
|
680
|
-
//
|
|
675
|
+
// Manifest path is not asked for any MCP "add action" flow on VS Code:
|
|
676
|
+
// - Legacy (DT off) defers the manifest edit to the "Fetch Action" command.
|
|
677
|
+
// - Inline (DT on) infers the manifest path from `projectPath/appPackage/manifest.json`
|
|
678
|
+
// in `core.addPlugin`, matching the leaner `core.updateActionWithMCP` UX
|
|
679
|
+
// (no manifest picker, no confirmation modal).
|
|
680
|
+
// CLI still asks/requires it via `--manifest-file`.
|
|
681
681
|
return (inputs[constants_3.QuestionNames.ActionType] !== constants_3.ActionStartOptions.mcp().id ||
|
|
682
682
|
inputs.platform === teamsfx_api_1.Platform.CLI);
|
|
683
683
|
},
|
|
@@ -1162,7 +1162,7 @@ function oauthQuestion() {
|
|
|
1162
1162
|
{
|
|
1163
1163
|
data: oauthScopeCustomQuestion(),
|
|
1164
1164
|
condition: (inputs) => {
|
|
1165
|
-
return inputs.identityProvider === "Custom";
|
|
1165
|
+
return inputs.identityProvider === "Custom" && !inputs.scope;
|
|
1166
1166
|
},
|
|
1167
1167
|
},
|
|
1168
1168
|
{
|
|
@@ -1488,6 +1488,123 @@ function selectDeclarativeAgentManifestQuestion() {
|
|
|
1488
1488
|
},
|
|
1489
1489
|
};
|
|
1490
1490
|
}
|
|
1491
|
+
// add Skill to a declarative agent project
|
|
1492
|
+
function addSkillQuestionNode() {
|
|
1493
|
+
return {
|
|
1494
|
+
data: { type: "group" },
|
|
1495
|
+
children: [
|
|
1496
|
+
{
|
|
1497
|
+
data: skillSourceTypeQuestion(),
|
|
1498
|
+
condition: (inputs) => !inputs[constants_3.QuestionNames.SkillFrom] && inputs.platform !== teamsfx_api_1.Platform.CLI,
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
data: skillFromZipFileQuestion(),
|
|
1502
|
+
condition: (inputs) => !inputs[constants_3.QuestionNames.SkillFrom] && inputs[constants_3.QuestionNames.SkillSourceType] === "existing",
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
data: skillNameQuestion(),
|
|
1506
|
+
condition: (inputs) => !inputs[constants_3.QuestionNames.SkillFrom] && inputs[constants_3.QuestionNames.SkillSourceType] !== "existing",
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
data: skillDescriptionQuestion(),
|
|
1510
|
+
condition: (inputs) => !inputs[constants_3.QuestionNames.SkillFrom] && inputs[constants_3.QuestionNames.SkillSourceType] !== "existing",
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
data: exposeToCopilotQuestion(),
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
data: selectTeamsAppManifestQuestion(),
|
|
1517
|
+
},
|
|
1518
|
+
],
|
|
1519
|
+
};
|
|
1520
|
+
}
|
|
1521
|
+
function skillNameQuestion() {
|
|
1522
|
+
return {
|
|
1523
|
+
type: "text",
|
|
1524
|
+
name: constants_3.QuestionNames.SkillName,
|
|
1525
|
+
title: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.name.title"),
|
|
1526
|
+
placeholder: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.name.placeholder"),
|
|
1527
|
+
validation: {
|
|
1528
|
+
validFunc: (input, inputs) => {
|
|
1529
|
+
const pattern = /^[a-zA-Z][a-zA-Z0-9-]*$/;
|
|
1530
|
+
if (!pattern.test(input)) {
|
|
1531
|
+
return (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.name.validation");
|
|
1532
|
+
}
|
|
1533
|
+
// Check for duplicate skill name
|
|
1534
|
+
if (inputs?.projectPath) {
|
|
1535
|
+
const manifestPath = inputs[constants_3.QuestionNames.ManifestPath] ||
|
|
1536
|
+
path.join(inputs.projectPath, teamsfx_api_1.AppPackageFolderName, "manifest.json");
|
|
1537
|
+
const appPackageFolder = path.dirname(manifestPath);
|
|
1538
|
+
const skillDir = path.join(appPackageFolder, "skills", input);
|
|
1539
|
+
if (fs_extra_1.default.pathExistsSync(skillDir)) {
|
|
1540
|
+
return (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.name.duplicate", input);
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
return undefined;
|
|
1544
|
+
},
|
|
1545
|
+
},
|
|
1546
|
+
};
|
|
1547
|
+
}
|
|
1548
|
+
function skillDescriptionQuestion() {
|
|
1549
|
+
return {
|
|
1550
|
+
type: "text",
|
|
1551
|
+
name: constants_3.QuestionNames.SkillDescription,
|
|
1552
|
+
title: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.description.title"),
|
|
1553
|
+
placeholder: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.description.placeholder"),
|
|
1554
|
+
};
|
|
1555
|
+
}
|
|
1556
|
+
function skillSourceTypeQuestion() {
|
|
1557
|
+
return {
|
|
1558
|
+
name: constants_3.QuestionNames.SkillSourceType,
|
|
1559
|
+
title: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.sourceType.title"),
|
|
1560
|
+
type: "singleSelect",
|
|
1561
|
+
staticOptions: [
|
|
1562
|
+
{
|
|
1563
|
+
id: "new",
|
|
1564
|
+
label: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.sourceType.new"),
|
|
1565
|
+
detail: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.sourceType.newDetail"),
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
id: "existing",
|
|
1569
|
+
label: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.sourceType.existing"),
|
|
1570
|
+
detail: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.sourceType.existingDetail"),
|
|
1571
|
+
},
|
|
1572
|
+
],
|
|
1573
|
+
default: "new",
|
|
1574
|
+
};
|
|
1575
|
+
}
|
|
1576
|
+
function skillFromZipFileQuestion() {
|
|
1577
|
+
return {
|
|
1578
|
+
name: constants_3.QuestionNames.SkillFromZipFile,
|
|
1579
|
+
title: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.zipFile.title"),
|
|
1580
|
+
placeholder: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.zipFile.placeholder"),
|
|
1581
|
+
type: "singleFile",
|
|
1582
|
+
filters: {
|
|
1583
|
+
"Zip files": ["zip"],
|
|
1584
|
+
},
|
|
1585
|
+
};
|
|
1586
|
+
}
|
|
1587
|
+
function exposeToCopilotQuestion() {
|
|
1588
|
+
return {
|
|
1589
|
+
name: constants_3.QuestionNames.ExposeToCopilot,
|
|
1590
|
+
cliName: "expose-to-copilot",
|
|
1591
|
+
title: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.exposeToCopilot.title"),
|
|
1592
|
+
type: "singleSelect",
|
|
1593
|
+
staticOptions: [
|
|
1594
|
+
{
|
|
1595
|
+
id: "yes",
|
|
1596
|
+
label: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.exposeToCopilot.yes"),
|
|
1597
|
+
detail: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.exposeToCopilot.yesDetail"),
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
id: "no",
|
|
1601
|
+
label: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.exposeToCopilot.no"),
|
|
1602
|
+
detail: (0, localizeUtils_1.getLocalizedString)("core.addSkillQuestion.exposeToCopilot.noDetail"),
|
|
1603
|
+
},
|
|
1604
|
+
],
|
|
1605
|
+
default: "no",
|
|
1606
|
+
};
|
|
1607
|
+
}
|
|
1491
1608
|
function SelectSensitivityLabelQuestion() {
|
|
1492
1609
|
return {
|
|
1493
1610
|
name: constants_3.QuestionNames.SensitivityLabel,
|