@microsoft/teamsfx-core 3.1.0 → 3.1.1
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 +0 -6
- package/build/client/aadAppClient.d.ts.map +1 -1
- package/build/client/aadAppClient.js +8 -6
- package/build/client/aadAppClient.js.map +1 -1
- package/build/client/graphClient.d.ts +4 -4
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +91 -23
- package/build/client/graphClient.js.map +1 -1
- package/build/client/teamsDevPortalClient.d.ts +2 -6
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +97 -120
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/client/teamsGraphClient.d.ts +20 -0
- package/build/client/teamsGraphClient.d.ts.map +1 -0
- package/build/client/teamsGraphClient.js +152 -0
- package/build/client/teamsGraphClient.js.map +1 -0
- package/build/common/accountUtils.d.ts +3 -2
- package/build/common/accountUtils.d.ts.map +1 -1
- package/build/common/accountUtils.js +7 -2
- package/build/common/accountUtils.js.map +1 -1
- package/build/common/constants.d.ts +5 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +20 -5
- package/build/common/constants.js.map +1 -1
- package/build/common/daSpecParser.d.ts +2 -1
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +214 -21
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +22 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +40 -9
- 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/globalVars.d.ts +1 -1
- package/build/common/globalVars.d.ts.map +1 -1
- package/build/common/globalVars.js.map +1 -1
- package/build/common/httpProxy.d.ts +21 -0
- package/build/common/httpProxy.d.ts.map +1 -0
- package/build/common/httpProxy.js +117 -0
- package/build/common/httpProxy.js.map +1 -0
- 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/mcpToolFetcher.d.ts +90 -0
- package/build/common/mcpToolFetcher.d.ts.map +1 -0
- package/build/common/mcpToolFetcher.js +404 -0
- package/build/common/mcpToolFetcher.js.map +1 -0
- package/build/common/odrProvider.d.ts +43 -0
- package/build/common/odrProvider.d.ts.map +1 -0
- package/build/common/odrProvider.js +154 -0
- package/build/common/odrProvider.js.map +1 -0
- package/build/common/openApiParserOptions.d.ts +3 -0
- package/build/common/openApiParserOptions.d.ts.map +1 -0
- package/build/common/openApiParserOptions.js +61 -0
- package/build/common/openApiParserOptions.js.map +1 -0
- package/build/common/projectSettingsHelper.d.ts +0 -2
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +1 -59
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/retryHandler.d.ts +5 -0
- package/build/common/retryHandler.d.ts.map +1 -0
- package/build/common/retryHandler.js +27 -0
- package/build/common/retryHandler.js.map +1 -0
- package/build/common/samples.d.ts +1 -1
- package/build/common/samples.js +1 -1
- package/build/common/secretmasker/dict.d.ts.map +1 -1
- package/build/common/secretmasker/dict.js +5 -2
- package/build/common/secretmasker/dict.js.map +1 -1
- package/build/common/secretmasker/feature.js.map +1 -1
- package/build/common/teamsGraphApiNames.d.ts +10 -0
- package/build/common/teamsGraphApiNames.d.ts.map +1 -0
- package/build/common/teamsGraphApiNames.js +16 -0
- package/build/common/teamsGraphApiNames.js.map +1 -0
- package/build/common/telemetry.d.ts +6 -15
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +9 -20
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +10 -3
- package/build/common/tools.d.ts +1 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +6 -6
- package/build/common/tools.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts +11 -2
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +147 -59
- 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/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +9 -0
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.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.map +1 -1
- package/build/component/coordinator/index.js +13 -11
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +6 -7
- 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.js +13 -13
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +5 -5
- 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.js +3 -3
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +4 -4
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/update.d.ts.map +1 -1
- package/build/component/driver/apiKey/update.js +4 -4
- package/build/component/driver/apiKey/update.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js +5 -4
- 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 +3 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +12 -9
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +3 -0
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +38 -3
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.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.map +1 -1
- package/build/component/driver/m365/acquire.js +4 -3
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +5 -4
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +5 -5
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +3 -2
- 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/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +1 -1
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +7 -0
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +9 -3
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +11 -4
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +19 -1
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +130 -11
- 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/OauthRegistration.d.ts +4 -0
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -1
- 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 +0 -2
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +19 -60
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.d.ts +3 -3
- package/build/component/driver/teamsApp/syncManifest.d.ts.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.js +8 -8
- 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 +120 -5
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +10 -2
- 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/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- 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/utils/utils.d.ts +1 -4
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +3 -25
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +16 -5
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +7 -0
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +23 -7
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts +5 -0
- package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts.map +1 -0
- package/build/component/driver/typeSpec/error/typeSpecCompileError.js +21 -0
- package/build/component/driver/typeSpec/error/typeSpecCompileError.js.map +1 -0
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
- package/build/component/generator/combinedProject/generator.js +9 -1
- package/build/component/generator/combinedProject/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts +7 -0
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +23 -15
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.d.ts +52 -0
- package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +469 -63
- 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 +17 -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 +12 -1
- 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 +13 -0
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +159 -35
- 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 +8 -0
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.js +9 -4
- package/build/component/generator/openApiSpec/customEngineAgentGenerator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +2 -3
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +19 -57
- package/build/component/generator/openApiSpec/helper.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/other/tdpGenerator.d.ts +1 -0
- package/build/component/generator/other/tdpGenerator.d.ts.map +1 -1
- package/build/component/generator/other/tdpGenerator.js +24 -2
- package/build/component/generator/other/tdpGenerator.js.map +1 -1
- 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/spfx/utils/utils.js +1 -1
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/templateHelper.d.ts +17 -2
- package/build/component/generator/templateHelper.d.ts.map +1 -1
- package/build/component/generator/templateHelper.js +36 -3
- package/build/component/generator/templateHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts +15 -0
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +51 -5
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +6 -3
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +7 -2
- 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.d.ts.map +1 -1
- package/build/component/generator/utils.js +14 -8
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/generator/v4MetadataSource.d.ts +16 -0
- package/build/component/generator/v4MetadataSource.d.ts.map +1 -0
- package/build/component/generator/v4MetadataSource.js +35 -0
- package/build/component/generator/v4MetadataSource.js.map +1 -0
- package/build/component/generator/v4TemplateBridge.d.ts +55 -0
- package/build/component/generator/v4TemplateBridge.d.ts.map +1 -0
- package/build/component/generator/v4TemplateBridge.js +224 -0
- package/build/component/generator/v4TemplateBridge.js.map +1 -0
- package/build/component/local/localCertificateManager.d.ts +16 -1
- package/build/component/local/localCertificateManager.d.ts.map +1 -1
- package/build/component/local/localCertificateManager.js +47 -31
- package/build/component/local/localCertificateManager.js.map +1 -1
- package/build/component/m365/constants.d.ts +2 -1
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +1 -0
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +7 -2
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/m365/packageService.d.ts +7 -0
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +79 -13
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +24 -4
- package/build/component/m365/serviceConstant.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/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +5 -2
- package/build/component/provisionUtils.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 +8 -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/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 +9 -0
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +31 -17
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.d.ts +137 -0
- package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -0
- package/build/component/utils/mcpAuthScaffolder.js +200 -0
- package/build/component/utils/mcpAuthScaffolder.js.map +1 -0
- package/build/component/utils/mcpToolFetcher.d.ts +2 -0
- package/build/component/utils/mcpToolFetcher.d.ts.map +1 -0
- package/build/component/utils/mcpToolFetcher.js +7 -0
- package/build/component/utils/mcpToolFetcher.js.map +1 -0
- 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 +1 -48
- package/build/component/utils/odrProvider.d.ts.map +1 -1
- package/build/component/utils/odrProvider.js +2 -94
- package/build/component/utils/odrProvider.js.map +1 -1
- package/build/core/FxCore.d.ts +45 -13
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts +45 -1
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +747 -56
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +462 -305
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCore.openPlugin.d.ts +23 -0
- package/build/core/FxCore.openPlugin.d.ts.map +1 -0
- package/build/core/FxCore.openPlugin.js +131 -0
- package/build/core/FxCore.openPlugin.js.map +1 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/createFrontDoorAdapters.d.ts +39 -0
- package/build/core/createFrontDoorAdapters.d.ts.map +1 -0
- package/build/core/createFrontDoorAdapters.js +210 -0
- package/build/core/createFrontDoorAdapters.js.map +1 -0
- package/build/core/createProjectFrontDoor.d.ts +49 -0
- package/build/core/createProjectFrontDoor.d.ts.map +1 -0
- package/build/core/createProjectFrontDoor.js +351 -0
- package/build/core/createProjectFrontDoor.js.map +1 -0
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +7 -10
- 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.js +6 -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/core/modifyProjectFrontDoor.d.ts +27 -0
- package/build/core/modifyProjectFrontDoor.d.ts.map +1 -0
- package/build/core/modifyProjectFrontDoor.js +149 -0
- package/build/core/modifyProjectFrontDoor.js.map +1 -0
- package/build/core/v4ArtifactSnapshot.d.ts +5 -0
- package/build/core/v4ArtifactSnapshot.d.ts.map +1 -0
- package/build/core/v4ArtifactSnapshot.js +23 -0
- package/build/core/v4ArtifactSnapshot.js.map +1 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +3 -0
- package/build/error/common.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/error/teamsGraph.d.ts +5 -0
- package/build/error/teamsGraph.d.ts.map +1 -0
- package/build/error/teamsGraph.js +24 -0
- package/build/error/teamsGraph.js.map +1 -0
- package/build/index.d.ts +5 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +15 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +1 -0
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +15 -8
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +18 -0
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +121 -14
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +4 -4
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +17 -5
- 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 +19 -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 +4 -1
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +4 -1
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.d.ts.map +1 -1
- package/build/question/options/AddPluginOptions.js +38 -6
- 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 +53 -1
- 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 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +195 -17
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +14 -1
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +13 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/commonNodes.d.ts.map +1 -1
- package/build/question/scaffold/commonNodes.js +14 -2
- package/build/question/scaffold/commonNodes.js.map +1 -1
- package/build/question/scaffold/constructNode.d.ts +3 -1
- package/build/question/scaffold/constructNode.d.ts.map +1 -1
- package/build/question/scaffold/constructNode.js +55 -2
- package/build/question/scaffold/constructNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +3 -5
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +46 -46
- 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/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +3 -0
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +1 -6
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/rootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/rootNode.js +17 -4
- package/build/question/scaffold/vsc/rootNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +66 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +408 -21
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/share.js +3 -2
- package/build/question/share.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +10 -0
- package/build/ui/visitor.js.map +1 -1
- package/build/v4/buildTarget/parseSelector.d.ts +35 -0
- package/build/v4/buildTarget/parseSelector.d.ts.map +1 -0
- package/build/v4/buildTarget/parseSelector.js +226 -0
- package/build/v4/buildTarget/parseSelector.js.map +1 -0
- package/build/v4/buildTarget/resolveBuildTarget.d.ts +85 -0
- package/build/v4/buildTarget/resolveBuildTarget.d.ts.map +1 -0
- package/build/v4/buildTarget/resolveBuildTarget.js +260 -0
- package/build/v4/buildTarget/resolveBuildTarget.js.map +1 -0
- package/build/v4/collectInputs/collectInputs.d.ts +151 -0
- package/build/v4/collectInputs/collectInputs.d.ts.map +1 -0
- package/build/v4/collectInputs/collectInputs.js +533 -0
- package/build/v4/collectInputs/collectInputs.js.map +1 -0
- package/build/v4/distribution/bundledFloor.d.ts +11 -0
- package/build/v4/distribution/bundledFloor.d.ts.map +1 -0
- package/build/v4/distribution/bundledFloor.js +114 -0
- package/build/v4/distribution/bundledFloor.js.map +1 -0
- package/build/v4/distribution/createQuestions.d.ts +6 -0
- package/build/v4/distribution/createQuestions.d.ts.map +1 -0
- package/build/v4/distribution/createQuestions.js +61 -0
- package/build/v4/distribution/createQuestions.js.map +1 -0
- package/build/v4/distribution/createSelector.d.ts +15 -0
- package/build/v4/distribution/createSelector.d.ts.map +1 -0
- package/build/v4/distribution/createSelector.js +115 -0
- package/build/v4/distribution/createSelector.js.map +1 -0
- package/build/v4/distribution/declarativePackage.d.ts +14 -0
- package/build/v4/distribution/declarativePackage.d.ts.map +1 -0
- package/build/v4/distribution/declarativePackage.js +165 -0
- package/build/v4/distribution/declarativePackage.js.map +1 -0
- package/build/v4/distribution/packageDir.d.ts +15 -0
- package/build/v4/distribution/packageDir.d.ts.map +1 -0
- package/build/v4/distribution/packageDir.js +101 -0
- package/build/v4/distribution/packageDir.js.map +1 -0
- package/build/v4/distribution/questionFragments.d.ts +11 -0
- package/build/v4/distribution/questionFragments.d.ts.map +1 -0
- package/build/v4/distribution/questionFragments.js +130 -0
- package/build/v4/distribution/questionFragments.js.map +1 -0
- package/build/v4/distribution/templateArtifacts.d.ts +61 -0
- package/build/v4/distribution/templateArtifacts.d.ts.map +1 -0
- package/build/v4/distribution/templateArtifacts.js +459 -0
- package/build/v4/distribution/templateArtifacts.js.map +1 -0
- package/build/v4/distribution/templateConfig.d.ts +43 -0
- package/build/v4/distribution/templateConfig.d.ts.map +1 -0
- package/build/v4/distribution/templateConfig.js +70 -0
- package/build/v4/distribution/templateConfig.js.map +1 -0
- package/build/v4/distribution/templatePackage.d.ts +6 -0
- package/build/v4/distribution/templatePackage.d.ts.map +1 -0
- package/build/v4/distribution/templatePackage.js +63 -0
- package/build/v4/distribution/templatePackage.js.map +1 -0
- package/build/v4/distribution/templateSource.d.ts +66 -0
- package/build/v4/distribution/templateSource.d.ts.map +1 -0
- package/build/v4/distribution/templateSource.js +233 -0
- package/build/v4/distribution/templateSource.js.map +1 -0
- package/build/v4/distribution/templateSourcePort.d.ts +27 -0
- package/build/v4/distribution/templateSourcePort.d.ts.map +1 -0
- package/build/v4/distribution/templateSourcePort.js +175 -0
- package/build/v4/distribution/templateSourcePort.js.map +1 -0
- package/build/v4/engineVersion.d.ts +7 -0
- package/build/v4/engineVersion.d.ts.map +1 -0
- package/build/v4/engineVersion.js +12 -0
- package/build/v4/engineVersion.js.map +1 -0
- package/build/v4/expression/evaluateExpression.d.ts +55 -0
- package/build/v4/expression/evaluateExpression.d.ts.map +1 -0
- package/build/v4/expression/evaluateExpression.js +338 -0
- package/build/v4/expression/evaluateExpression.js.map +1 -0
- package/build/v4/index.d.ts +41 -0
- package/build/v4/index.d.ts.map +1 -0
- package/build/v4/index.js +46 -0
- package/build/v4/index.js.map +1 -0
- package/build/v4/inspection/scaffoldCatalog.d.ts +28 -0
- package/build/v4/inspection/scaffoldCatalog.d.ts.map +1 -0
- package/build/v4/inspection/scaffoldCatalog.js +66 -0
- package/build/v4/inspection/scaffoldCatalog.js.map +1 -0
- package/build/v4/inspection/scaffoldMetadataSource.d.ts +6 -0
- package/build/v4/inspection/scaffoldMetadataSource.d.ts.map +1 -0
- package/build/v4/inspection/scaffoldMetadataSource.js +78 -0
- package/build/v4/inspection/scaffoldMetadataSource.js.map +1 -0
- package/build/v4/mcp/mcpAuthAction.d.ts +36 -0
- package/build/v4/mcp/mcpAuthAction.d.ts.map +1 -0
- package/build/v4/mcp/mcpAuthAction.js +177 -0
- package/build/v4/mcp/mcpAuthAction.js.map +1 -0
- package/build/v4/mcp/mcpAuthScaffold.d.ts +37 -0
- package/build/v4/mcp/mcpAuthScaffold.d.ts.map +1 -0
- package/build/v4/mcp/mcpAuthScaffold.js +162 -0
- package/build/v4/mcp/mcpAuthScaffold.js.map +1 -0
- package/build/v4/mcp/mcpStaticTools.d.ts +17 -0
- package/build/v4/mcp/mcpStaticTools.d.ts.map +1 -0
- package/build/v4/mcp/mcpStaticTools.js +70 -0
- package/build/v4/mcp/mcpStaticTools.js.map +1 -0
- package/build/v4/model/dataModel.d.ts +27 -0
- package/build/v4/model/dataModel.d.ts.map +1 -0
- package/build/v4/model/dataModel.js +5 -0
- package/build/v4/model/dataModel.js.map +1 -0
- package/build/v4/pipeline/runScaffoldPipeline.d.ts +101 -0
- package/build/v4/pipeline/runScaffoldPipeline.d.ts.map +1 -0
- package/build/v4/pipeline/runScaffoldPipeline.js +212 -0
- package/build/v4/pipeline/runScaffoldPipeline.js.map +1 -0
- package/build/v4/providers/createOptionsProviders.d.ts +11 -0
- package/build/v4/providers/createOptionsProviders.d.ts.map +1 -0
- package/build/v4/providers/createOptionsProviders.js +268 -0
- package/build/v4/providers/createOptionsProviders.js.map +1 -0
- package/build/v4/renderContext/buildRenderContext.d.ts +24 -0
- package/build/v4/renderContext/buildRenderContext.d.ts.map +1 -0
- package/build/v4/renderContext/buildRenderContext.js +75 -0
- package/build/v4/renderContext/buildRenderContext.js.map +1 -0
- package/build/v4/runtime/generalSensitivityLabel.d.ts +5 -0
- package/build/v4/runtime/generalSensitivityLabel.d.ts.map +1 -0
- package/build/v4/runtime/generalSensitivityLabel.js +36 -0
- package/build/v4/runtime/generalSensitivityLabel.js.map +1 -0
- package/build/v4/runtime/inMemoryRuntime.d.ts +21 -0
- package/build/v4/runtime/inMemoryRuntime.d.ts.map +1 -0
- package/build/v4/runtime/inMemoryRuntime.js +43 -0
- package/build/v4/runtime/inMemoryRuntime.js.map +1 -0
- package/build/v4/runtime/packageParse.d.ts +13 -0
- package/build/v4/runtime/packageParse.d.ts.map +1 -0
- package/build/v4/runtime/packageParse.js +235 -0
- package/build/v4/runtime/packageParse.js.map +1 -0
- package/build/v4/runtime/realRuntime.d.ts +11 -0
- package/build/v4/runtime/realRuntime.d.ts.map +1 -0
- package/build/v4/runtime/realRuntime.js +64 -0
- package/build/v4/runtime/realRuntime.js.map +1 -0
- package/build/v4/runtime/renderMustache.d.ts +7 -0
- package/build/v4/runtime/renderMustache.d.ts.map +1 -0
- package/build/v4/runtime/renderMustache.js +54 -0
- package/build/v4/runtime/renderMustache.js.map +1 -0
- package/build/v4/runtime/runtimeRegistry.d.ts +28 -0
- package/build/v4/runtime/runtimeRegistry.d.ts.map +1 -0
- package/build/v4/runtime/runtimeRegistry.js +165 -0
- package/build/v4/runtime/runtimeRegistry.js.map +1 -0
- package/build/v4/runtime/scaffold.d.ts +31 -0
- package/build/v4/runtime/scaffold.d.ts.map +1 -0
- package/build/v4/runtime/scaffold.js +34 -0
- package/build/v4/runtime/scaffold.js.map +1 -0
- package/build/v4/runtime/scaffoldFromPackageDir.d.ts +7 -0
- package/build/v4/runtime/scaffoldFromPackageDir.d.ts.map +1 -0
- package/build/v4/runtime/scaffoldFromPackageDir.js +43 -0
- package/build/v4/runtime/scaffoldFromPackageDir.js.map +1 -0
- package/build/v4/runtime/selectLanguageContent.d.ts +7 -0
- package/build/v4/runtime/selectLanguageContent.d.ts.map +1 -0
- package/build/v4/runtime/selectLanguageContent.js +39 -0
- package/build/v4/runtime/selectLanguageContent.js.map +1 -0
- package/build/v4/runtime/steps/daAction.d.ts +6 -0
- package/build/v4/runtime/steps/daAction.d.ts.map +1 -0
- package/build/v4/runtime/steps/daAction.js +41 -0
- package/build/v4/runtime/steps/daAction.js.map +1 -0
- package/build/v4/runtime/steps/daSensitivity.d.ts +14 -0
- package/build/v4/runtime/steps/daSensitivity.d.ts.map +1 -0
- package/build/v4/runtime/steps/daSensitivity.js +50 -0
- package/build/v4/runtime/steps/daSensitivity.js.map +1 -0
- package/build/v4/runtime/steps/mcpAuth.d.ts +13 -0
- package/build/v4/runtime/steps/mcpAuth.d.ts.map +1 -0
- package/build/v4/runtime/steps/mcpAuth.js +90 -0
- package/build/v4/runtime/steps/mcpAuth.js.map +1 -0
- package/build/v4/runtime/steps/mcpLocal.d.ts +6 -0
- package/build/v4/runtime/steps/mcpLocal.d.ts.map +1 -0
- package/build/v4/runtime/steps/mcpLocal.js +93 -0
- package/build/v4/runtime/steps/mcpLocal.js.map +1 -0
- package/build/v4/runtime/steps/mcpStatic.d.ts +10 -0
- package/build/v4/runtime/steps/mcpStatic.d.ts.map +1 -0
- package/build/v4/runtime/steps/mcpStatic.js +182 -0
- package/build/v4/runtime/steps/mcpStatic.js.map +1 -0
- package/build/v4/runtime/steps/metaOs.d.ts +10 -0
- package/build/v4/runtime/steps/metaOs.d.ts.map +1 -0
- package/build/v4/runtime/steps/metaOs.js +422 -0
- package/build/v4/runtime/steps/metaOs.js.map +1 -0
- package/build/v4/runtime/steps/officeAddin.d.ts +4 -0
- package/build/v4/runtime/steps/officeAddin.d.ts.map +1 -0
- package/build/v4/runtime/steps/officeAddin.js +168 -0
- package/build/v4/runtime/steps/officeAddin.js.map +1 -0
- package/build/v4/runtime/steps/openApi.d.ts +6 -0
- package/build/v4/runtime/steps/openApi.d.ts.map +1 -0
- package/build/v4/runtime/steps/openApi.js +389 -0
- package/build/v4/runtime/steps/openApi.js.map +1 -0
- package/build/v4/runtime/steps/openApiCustomApi.d.ts +5 -0
- package/build/v4/runtime/steps/openApiCustomApi.d.ts.map +1 -0
- package/build/v4/runtime/steps/openApiCustomApi.js +385 -0
- package/build/v4/runtime/steps/openApiCustomApi.js.map +1 -0
- package/build/v4/runtime/whitelist.d.ts +41 -0
- package/build/v4/runtime/whitelist.d.ts.map +1 -0
- package/build/v4/runtime/whitelist.js +211 -0
- package/build/v4/runtime/whitelist.js.map +1 -0
- package/build/v4/runtime/withTempDirectory.d.ts +10 -0
- package/build/v4/runtime/withTempDirectory.d.ts.map +1 -0
- package/build/v4/runtime/withTempDirectory.js +41 -0
- package/build/v4/runtime/withTempDirectory.js.map +1 -0
- package/build/v4/surface/createFloorTail.d.ts +12 -0
- package/build/v4/surface/createFloorTail.d.ts.map +1 -0
- package/build/v4/surface/createFloorTail.js +138 -0
- package/build/v4/surface/createFloorTail.js.map +1 -0
- package/build/v4/surface/createInputs.d.ts +51 -0
- package/build/v4/surface/createInputs.d.ts.map +1 -0
- package/build/v4/surface/createInputs.js +153 -0
- package/build/v4/surface/createInputs.js.map +1 -0
- package/build/v4/surface/createSelectorWalk.d.ts +26 -0
- package/build/v4/surface/createSelectorWalk.d.ts.map +1 -0
- package/build/v4/surface/createSelectorWalk.js +143 -0
- package/build/v4/surface/createSelectorWalk.js.map +1 -0
- package/build/v4/surface/deriveCreateOptions.d.ts +5 -0
- package/build/v4/surface/deriveCreateOptions.d.ts.map +1 -0
- package/build/v4/surface/deriveCreateOptions.js +212 -0
- package/build/v4/surface/deriveCreateOptions.js.map +1 -0
- package/build/v4/surface/localizePrompt.d.ts +11 -0
- package/build/v4/surface/localizePrompt.d.ts.map +1 -0
- package/build/v4/surface/localizePrompt.js +32 -0
- package/build/v4/surface/localizePrompt.js.map +1 -0
- package/build/v4/surface/modifySelectorWalk.d.ts +12 -0
- package/build/v4/surface/modifySelectorWalk.d.ts.map +1 -0
- package/build/v4/surface/modifySelectorWalk.js +115 -0
- package/build/v4/surface/modifySelectorWalk.js.map +1 -0
- package/build/v4/surface/uiPromptUI.d.ts +5 -0
- package/build/v4/surface/uiPromptUI.d.ts.map +1 -0
- package/build/v4/surface/uiPromptUI.js +220 -0
- package/build/v4/surface/uiPromptUI.js.map +1 -0
- package/build/v4/validation/capabilityCatalog.d.ts +8 -0
- package/build/v4/validation/capabilityCatalog.d.ts.map +1 -0
- package/build/v4/validation/capabilityCatalog.js +62 -0
- package/build/v4/validation/capabilityCatalog.js.map +1 -0
- package/build/v4/validation/templateArchiveValidation.d.ts +15 -0
- package/build/v4/validation/templateArchiveValidation.d.ts.map +1 -0
- package/build/v4/validation/templateArchiveValidation.js +297 -0
- package/build/v4/validation/templateArchiveValidation.js.map +1 -0
- package/build/v4/validation/validateTemplatePackage.d.ts +83 -0
- package/build/v4/validation/validateTemplatePackage.d.ts.map +1 -0
- package/build/v4/validation/validateTemplatePackage.js +313 -0
- package/build/v4/validation/validateTemplatePackage.js.map +1 -0
- package/build/v4/validators/createInputValidators.d.ts +7 -0
- package/build/v4/validators/createInputValidators.d.ts.map +1 -0
- package/build/v4/validators/createInputValidators.js +77 -0
- package/build/v4/validators/createInputValidators.js.map +1 -0
- package/build/v4/validators/mcpCredentialValidators.d.ts +5 -0
- package/build/v4/validators/mcpCredentialValidators.d.ts.map +1 -0
- package/build/v4/validators/mcpCredentialValidators.js +13 -0
- package/build/v4/validators/mcpCredentialValidators.js.map +1 -0
- package/build/v4/validators/mcpServerUrlValidator.d.ts +9 -0
- package/build/v4/validators/mcpServerUrlValidator.d.ts.map +1 -0
- package/build/v4/validators/mcpServerUrlValidator.js +15 -0
- package/build/v4/validators/mcpServerUrlValidator.js.map +1 -0
- package/package.json +46 -97
- package/resource/package.nls.cs.json +1176 -1095
- package/resource/package.nls.de.json +1176 -1095
- package/resource/package.nls.es.json +1176 -1095
- package/resource/package.nls.fr.json +1176 -1095
- package/resource/package.nls.it.json +1176 -1095
- package/resource/package.nls.ja.json +1176 -1095
- package/resource/package.nls.json +116 -28
- package/resource/package.nls.ko.json +1176 -1095
- package/resource/package.nls.pl.json +1176 -1095
- package/resource/package.nls.pt-BR.json +1176 -1095
- package/resource/package.nls.ru.json +1176 -1095
- package/resource/package.nls.tr.json +1176 -1095
- package/resource/package.nls.zh-Hans.json +1176 -1095
- package/resource/package.nls.zh-Hant.json +1176 -1095
- package/resource/templates/package.nls.cs.json +39 -24
- package/resource/templates/package.nls.de.json +37 -22
- package/resource/templates/package.nls.es.json +35 -20
- package/resource/templates/package.nls.fr.json +45 -30
- package/resource/templates/package.nls.it.json +42 -27
- package/resource/templates/package.nls.ja.json +35 -20
- package/resource/templates/package.nls.json +27 -12
- package/resource/templates/package.nls.ko.json +33 -18
- package/resource/templates/package.nls.pl.json +38 -23
- package/resource/templates/package.nls.pt-BR.json +34 -19
- package/resource/templates/package.nls.ru.json +33 -18
- package/resource/templates/package.nls.tr.json +38 -23
- package/resource/templates/package.nls.zh-Hans.json +44 -29
- package/resource/templates/package.nls.zh-Hant.json +45 -30
- package/resource/templates/package.nls.zh-cn.json +7 -8
- package/resource/templates/package.nls.zh-tw.json +7 -8
- package/resource/yaml-schema/v1.11/yaml.schema.json +3 -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 +127 -2
- package/templates/configs/playground/typescript/.vscode/tasks.json +1 -1
- 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 +32 -16
- package/templates/metadata/defaultGeneratorTemplates.json +8 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/ceaNode.json +30 -0
- package/templates/ui/tdpNode.json +13 -14
- package/templates/ui/teamsNode.json +124 -0
- package/templates/ui/wizardNode.json +56 -46
- package/templates/v4/create-selector.json +392 -0
- package/templates/v4/floor.json +3 -0
- package/templates/v4/modify-selector.json +78 -0
- package/templates/v4/templates-metadata.zip +0 -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/templates/configs/local/typescript/.gitignore +0 -1
- package/templates/configs/playground/typescript/.gitignore +0 -4
- /package/build/{core/middleware → component/generator/openPlugin}/types.js +0 -0
|
@@ -18,6 +18,13 @@
|
|
|
18
18
|
"groupName": "template.createProjectQuestion.projectType.createGroup.aiAgent",
|
|
19
19
|
"icon": "$(teamsfx-custom-copilot)"
|
|
20
20
|
},
|
|
21
|
+
{
|
|
22
|
+
"id": "blank-app-type",
|
|
23
|
+
"label": "template.createProjectQuestion.projectType.blankApp.label",
|
|
24
|
+
"detail": "template.createProjectQuestion.projectType.blankApp.detail",
|
|
25
|
+
"groupName": "template.createProjectQuestion.projectType.createGroup.m365Apps",
|
|
26
|
+
"icon": "$(file)"
|
|
27
|
+
},
|
|
21
28
|
{
|
|
22
29
|
"id": "graph-connector-type",
|
|
23
30
|
"label": "template.createProjectQuestion.createGraphConnector.label",
|
|
@@ -93,6 +100,13 @@
|
|
|
93
100
|
"detail": "template.createProjectQuestion.addGC.detail",
|
|
94
101
|
"data": "declarative-agent-with-graph-connector"
|
|
95
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"id": "skill",
|
|
105
|
+
"label": "template.createProjectQuestion.addSkill.label",
|
|
106
|
+
"detail": "template.createProjectQuestion.addSkill.detail",
|
|
107
|
+
"data": "declarative-agent-with-skill",
|
|
108
|
+
"featureFlag": "TEAMSFX_AGENT_SKILLS"
|
|
109
|
+
},
|
|
96
110
|
{
|
|
97
111
|
"id": "type-spec",
|
|
98
112
|
"label": "template.createProjectQuestion.apiPlugin.typeSpec.label",
|
|
@@ -123,19 +137,11 @@
|
|
|
123
137
|
"detail": "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail",
|
|
124
138
|
"data": "api-plugin-from-existing-api"
|
|
125
139
|
},
|
|
126
|
-
{
|
|
127
|
-
"id": "da-meta-os",
|
|
128
|
-
"label": "template.createProjectQuestion.capability.DAMetaOS.label",
|
|
129
|
-
"detail": "template.createProjectQuestion.capability.DAMetaOS.detail",
|
|
130
|
-
"data": "declarative-agent-meta-os-new-project",
|
|
131
|
-
"featureFlag": "TEAMSFX_DA_METAOS"
|
|
132
|
-
},
|
|
133
140
|
{
|
|
134
141
|
"id": "mcp",
|
|
135
142
|
"label": "template.createProjectQuestion.mcpForDa.label",
|
|
136
143
|
"detail": "template.createProjectQuestion.mcpForDa.detail",
|
|
137
|
-
"data": "declarative-agent-with-action-from-mcp"
|
|
138
|
-
"featureFlag": "TEAMSFX_MCP_FOR_DA"
|
|
144
|
+
"data": "declarative-agent-with-action-from-mcp"
|
|
139
145
|
}
|
|
140
146
|
]
|
|
141
147
|
},
|
|
@@ -152,29 +158,29 @@
|
|
|
152
158
|
"options": [
|
|
153
159
|
{
|
|
154
160
|
"id": "none",
|
|
155
|
-
"label": "
|
|
161
|
+
"label": "template.createProjectQuestion.apiDeclarativeAgentAuth.none",
|
|
156
162
|
"data": "api-plugin-from-scratch"
|
|
157
163
|
},
|
|
158
164
|
{
|
|
159
165
|
"id": "api-key",
|
|
160
|
-
"label": "
|
|
166
|
+
"label": "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey",
|
|
161
167
|
"data": "api-plugin-from-scratch-bearer"
|
|
162
168
|
},
|
|
163
169
|
{
|
|
164
170
|
"id": "microsoft-entra",
|
|
165
|
-
"label": "
|
|
171
|
+
"label": "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra",
|
|
166
172
|
"data": "api-plugin-from-scratch-oauth"
|
|
167
173
|
},
|
|
168
174
|
{
|
|
169
175
|
"id": "oauth",
|
|
170
|
-
"label": "
|
|
176
|
+
"label": "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth",
|
|
171
177
|
"data": "api-plugin-from-scratch-oauth"
|
|
172
178
|
}
|
|
173
179
|
]
|
|
174
180
|
}
|
|
175
181
|
},
|
|
176
182
|
{
|
|
177
|
-
"node": "
|
|
183
|
+
"node": "apiSpecWithSearchNode",
|
|
178
184
|
"condition": {
|
|
179
185
|
"equals": "api-spec"
|
|
180
186
|
}
|
|
@@ -385,10 +391,16 @@
|
|
|
385
391
|
"featureFlag": "TEAMSFX_CF_SHORTCUT_METAOS"
|
|
386
392
|
},
|
|
387
393
|
{
|
|
388
|
-
"id": "
|
|
389
|
-
"label": "template.
|
|
390
|
-
"detail": "template.
|
|
391
|
-
"
|
|
394
|
+
"id": "wxp-json-excel-cf",
|
|
395
|
+
"label": "template.newExcelCustomFunctions.label",
|
|
396
|
+
"detail": "template.newExcelCustomFunctions.detail",
|
|
397
|
+
"data": "office-addin-excel-customfunctions"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"id": "wxp-json-sso-naa",
|
|
401
|
+
"label": "template.newSsoNaa.label",
|
|
402
|
+
"detail": "template.newSsoNaa.detail",
|
|
403
|
+
"data": "office-addin-sso-naa"
|
|
392
404
|
},
|
|
393
405
|
{
|
|
394
406
|
"id": "office-addin-import",
|
|
@@ -401,36 +413,15 @@
|
|
|
401
413
|
"children": [
|
|
402
414
|
{
|
|
403
415
|
"condition": {
|
|
404
|
-
"equals": "
|
|
416
|
+
"equals": "wxp-json-taskpane"
|
|
405
417
|
},
|
|
406
|
-
"
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"
|
|
411
|
-
"options": [
|
|
412
|
-
{
|
|
413
|
-
"id": "da-meta-os-new-project",
|
|
414
|
-
"label": "template.createProjectQuestion.DAMetaOS.capability.newProject.label",
|
|
415
|
-
"detail": "template.createProjectQuestion.DAMetaOS.capability.newProject.detail",
|
|
416
|
-
"data": "declarative-agent-meta-os-new-project"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"id": "da-meta-os-upgrade-existing-project",
|
|
420
|
-
"label": "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label",
|
|
421
|
-
"detail": "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail",
|
|
422
|
-
"data": "declarative-agent-meta-os-upgrade-project"
|
|
423
|
-
}
|
|
424
|
-
]
|
|
418
|
+
"node": "officeAddinHostsNode"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"condition": {
|
|
422
|
+
"equals": "wxp-json-sso-naa"
|
|
425
423
|
},
|
|
426
|
-
"
|
|
427
|
-
{
|
|
428
|
-
"node": "officeAddinFolderNode",
|
|
429
|
-
"condition": {
|
|
430
|
-
"equals": "da-meta-os-upgrade-existing-project"
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
]
|
|
424
|
+
"node": "officeAddinNaaHostNode"
|
|
434
425
|
},
|
|
435
426
|
{
|
|
436
427
|
"condition": {
|
|
@@ -442,6 +433,25 @@
|
|
|
442
433
|
"condition": {
|
|
443
434
|
"equals": "office-meta-os-type"
|
|
444
435
|
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"data": {
|
|
439
|
+
"title": "template.createProjectQuestion.projectType.blankApp.title",
|
|
440
|
+
"name": "capabilities",
|
|
441
|
+
"type": "singleSelect",
|
|
442
|
+
"skipSingleOption": true,
|
|
443
|
+
"options": [
|
|
444
|
+
{
|
|
445
|
+
"id": "blank-app",
|
|
446
|
+
"label": "template.createProjectQuestion.projectType.blankApp.label",
|
|
447
|
+
"detail": "template.createProjectQuestion.projectType.blankApp.detail",
|
|
448
|
+
"data": "blank-app"
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
"condition": {
|
|
453
|
+
"equals": "blank-app-type"
|
|
454
|
+
}
|
|
445
455
|
}
|
|
446
456
|
]
|
|
447
457
|
}
|
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../schema/selector.schema.json",
|
|
3
|
+
"questions": [
|
|
4
|
+
{
|
|
5
|
+
"name": "projectType",
|
|
6
|
+
"type": "singleSelect",
|
|
7
|
+
"title": "New Project",
|
|
8
|
+
"placeholder": "Select an option",
|
|
9
|
+
"keyPrefix": "template.createProjectQuestion",
|
|
10
|
+
"staticOptions": [
|
|
11
|
+
{ "id": "copilot-agent-type",
|
|
12
|
+
"label": "Declarative Agent",
|
|
13
|
+
"detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
|
|
14
|
+
"groupName": "Agents for Microsoft 365 Copilot",
|
|
15
|
+
"iconPath": "teamsfx-agent",
|
|
16
|
+
"keyPrefix": "template.createProjectQuestion.projectType.declarativeAgent" },
|
|
17
|
+
{ "id": "custom-engine-agent-type",
|
|
18
|
+
"label": "Custom Engine Agent",
|
|
19
|
+
"detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
|
|
20
|
+
"groupName": "Agents for Microsoft 365 Copilot",
|
|
21
|
+
"iconPath": "teamsfx-custom-copilot",
|
|
22
|
+
"keyPrefix": "template.createProjectQuestion.projectType.customCopilot" },
|
|
23
|
+
{ "id": "graph-connector-type",
|
|
24
|
+
"label": "Copilot connectors",
|
|
25
|
+
"detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
|
|
26
|
+
"groupName": "Agents for Microsoft 365 Copilot",
|
|
27
|
+
"iconPath": "teamsfx-graph-connector",
|
|
28
|
+
"keyPrefix": "template.createProjectQuestion.createGraphConnector" },
|
|
29
|
+
{ "id": "blank-app-type",
|
|
30
|
+
"label": "Blank Copilot app/agent",
|
|
31
|
+
"detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
|
|
32
|
+
"groupName": "Apps for Microsoft 365",
|
|
33
|
+
"iconPath": "file",
|
|
34
|
+
"keyPrefix": "template.createProjectQuestion.projectType.blankApp" },
|
|
35
|
+
{ "id": "teams-agent-and-app-type",
|
|
36
|
+
"label": "Teams Agents and Apps",
|
|
37
|
+
"detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
|
|
38
|
+
"groupName": "Apps for Microsoft 365",
|
|
39
|
+
"iconPath": "microsoft365-agents-toolkit-teams",
|
|
40
|
+
"keyPrefix": "template.createProjectQuestion.projectType.teamsAgentsAndApps" },
|
|
41
|
+
{ "id": "office-meta-os-type",
|
|
42
|
+
"label": "Office Add-in",
|
|
43
|
+
"detail": "Extend Office applications to interact with content in Office documents and Outlook items",
|
|
44
|
+
"groupName": "Apps for Microsoft 365",
|
|
45
|
+
"iconPath": "microsoft365-agents-office",
|
|
46
|
+
"keyPrefix": "template.createProjectQuestion.projectType.officeAddin" },
|
|
47
|
+
{ "id": "start-with-github-copilot",
|
|
48
|
+
"label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
49
|
+
"detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
|
|
50
|
+
"groupName": "Use GitHub Copilot",
|
|
51
|
+
"iconPath": "question",
|
|
52
|
+
"condition": { "expr": "surface == 'vscode' && featureFlag('TEAMSFX_CHAT_PARTICIPANT_ENTRIES')" },
|
|
53
|
+
"keyPrefix": "template.createProjectQuestion.projectType.copilotHelp" }
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "daTemplate",
|
|
58
|
+
"type": "singleSelect",
|
|
59
|
+
"title": "Create Declarative Agent",
|
|
60
|
+
"placeholder": "Add an action to your declarative agent",
|
|
61
|
+
"keyPrefix": "template.createProjectQuestion.declarativeCopilot",
|
|
62
|
+
"condition": { "expr": "projectType == 'copilot-agent-type'" },
|
|
63
|
+
"staticOptions": [
|
|
64
|
+
{ "id": "no-action",
|
|
65
|
+
"label": "No Action",
|
|
66
|
+
"detail": "Create declarative agent only",
|
|
67
|
+
"keyPrefix": "template.createProjectQuestion.noPlugin" },
|
|
68
|
+
{ "id": "add-action",
|
|
69
|
+
"label": "Add an Action",
|
|
70
|
+
"detail": "Create a declarative agent with an action",
|
|
71
|
+
"keyPrefix": "template.createProjectQuestion.addPlugin" },
|
|
72
|
+
{ "id": "graph-connector",
|
|
73
|
+
"label": "Add a Copilot connector",
|
|
74
|
+
"detail": "Create a declarative agent with a Copilot connector",
|
|
75
|
+
"keyPrefix": "template.createProjectQuestion.addGC" },
|
|
76
|
+
{ "id": "skill",
|
|
77
|
+
"label": "Add an Agent Skill",
|
|
78
|
+
"detail": "Create a declarative agent with an agent skill",
|
|
79
|
+
"condition": { "featureFlag": "TEAMSFX_AGENT_SKILLS" },
|
|
80
|
+
"keyPrefix": "template.createProjectQuestion.addSkill" },
|
|
81
|
+
{ "id": "typespec",
|
|
82
|
+
"label": "Start with TypeSpec for Microsoft 365 Copilot",
|
|
83
|
+
"detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
|
|
84
|
+
"keyPrefix": "template.createProjectQuestion.apiPlugin.typeSpec" }
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "actionSource",
|
|
89
|
+
"type": "singleSelect",
|
|
90
|
+
"title": "Create an Action",
|
|
91
|
+
"placeholder": "Select how to add an action",
|
|
92
|
+
"keyPrefix": "template.createProjectQuestion.createApiPlugin",
|
|
93
|
+
"condition": { "expr": "daTemplate == 'add-action'" },
|
|
94
|
+
"staticOptions": [
|
|
95
|
+
{ "id": "new-api",
|
|
96
|
+
"label": "Start with a New API",
|
|
97
|
+
"detail": "Create an action with a new API from Azure Functions",
|
|
98
|
+
"keyPrefix": "template.createProjectQuestion.capability.copilotPluginNewApiOption" },
|
|
99
|
+
{ "id": "openapi",
|
|
100
|
+
"label": "Start with an OpenAPI Description Document",
|
|
101
|
+
"detail": "Create an action from your existing API",
|
|
102
|
+
"keyPrefix": "template.createProjectQuestion.capability.copilotPluginApiSpecOption" },
|
|
103
|
+
{ "id": "mcp",
|
|
104
|
+
"label": "Start with a MCP server",
|
|
105
|
+
"detail": "Create an action from your existing MCP server",
|
|
106
|
+
"keyPrefix": "template.createProjectQuestion.mcpForDa" }
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "apiAuth",
|
|
111
|
+
"type": "singleSelect",
|
|
112
|
+
"title": "Authentication Type",
|
|
113
|
+
"placeholder": "Select an authentication type",
|
|
114
|
+
"keyPrefix": "template.createProjectQuestion.apiMessageExtensionAuth",
|
|
115
|
+
"condition": { "expr": "actionSource == 'new-api'" },
|
|
116
|
+
"staticOptions": [
|
|
117
|
+
{ "id": "none", "label": "None" },
|
|
118
|
+
{ "id": "api-key", "label": "API Key" },
|
|
119
|
+
{ "id": "microsoft-entra", "label": "Microsoft Entra" },
|
|
120
|
+
{ "id": "oauth", "label": "OAuth" }
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "customEngineAgent",
|
|
125
|
+
"type": "singleSelect",
|
|
126
|
+
"title": "App Features Using Microsoft 365 Agents SDK",
|
|
127
|
+
"placeholder": "Select an option",
|
|
128
|
+
"keyPrefix": "template.customEngineAgent",
|
|
129
|
+
"condition": { "expr": "projectType == 'custom-engine-agent-type'" },
|
|
130
|
+
"staticOptions": [
|
|
131
|
+
{ "id": "basic-custom-engine-agent",
|
|
132
|
+
"label": "Basic Custom Engine Agent",
|
|
133
|
+
"detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
134
|
+
"keyPrefix": "template.customEngineAgent.basic" },
|
|
135
|
+
{ "id": "weather-agent",
|
|
136
|
+
"label": "Weather Agent",
|
|
137
|
+
"detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
138
|
+
"keyPrefix": "template.customEngineAgent.weather" }
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "teamsApp",
|
|
143
|
+
"type": "singleSelect",
|
|
144
|
+
"title": "Teams Agent or App Using Microsoft Teams SDK",
|
|
145
|
+
"placeholder": "Select an option",
|
|
146
|
+
"keyPrefix": "template.teams",
|
|
147
|
+
"condition": { "expr": "projectType == 'teams-agent-and-app-type'" },
|
|
148
|
+
"staticOptions": [
|
|
149
|
+
{ "id": "custom-copilot-basic",
|
|
150
|
+
"label": "General Teams Agent",
|
|
151
|
+
"detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
152
|
+
"keyPrefix": "template.teams.general" },
|
|
153
|
+
{ "id": "rag",
|
|
154
|
+
"label": "Teams Agent with Data",
|
|
155
|
+
"detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
156
|
+
"keyPrefix": "template.teams.rag" },
|
|
157
|
+
{ "id": "teams-collaborator-agent",
|
|
158
|
+
"label": "Teams Collaborator Agent",
|
|
159
|
+
"detail": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search",
|
|
160
|
+
"keyPrefix": "template.teams.collaboratorAgent" },
|
|
161
|
+
{ "id": "other",
|
|
162
|
+
"label": "Other Teams Capabilities",
|
|
163
|
+
"detail": "App that uses tab, bot and message extension",
|
|
164
|
+
"keyPrefix": "template.teams.others" }
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "customCopilotRagType",
|
|
169
|
+
"type": "singleSelect",
|
|
170
|
+
"title": "Teams Agent with Data",
|
|
171
|
+
"placeholder": "Select an option to load your data",
|
|
172
|
+
"keyPrefix": "template.teams.rag.source",
|
|
173
|
+
"condition": { "expr": "teamsApp == 'rag'" },
|
|
174
|
+
"staticOptions": [
|
|
175
|
+
{ "id": "custom-copilot-rag-customize",
|
|
176
|
+
"label": "Customize",
|
|
177
|
+
"detail": "Decide how to load your data",
|
|
178
|
+
"keyPrefix": "template.teams.rag.source.customize" },
|
|
179
|
+
{ "id": "custom-copilot-rag-azure-ai-search",
|
|
180
|
+
"label": "Azure AI Search",
|
|
181
|
+
"detail": "Load your data from Azure AI Search service",
|
|
182
|
+
"keyPrefix": "template.teams.rag.source.azureAISearch" },
|
|
183
|
+
{ "id": "custom-copilot-rag-custom-api",
|
|
184
|
+
"label": "Custom API",
|
|
185
|
+
"detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
186
|
+
"keyPrefix": "template.teams.rag.source.customApi" }
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "teamsOtherAppType",
|
|
191
|
+
"type": "singleSelect",
|
|
192
|
+
"title": "Teams Capability",
|
|
193
|
+
"placeholder": "Select an option",
|
|
194
|
+
"keyPrefix": "template.teams.others.capability",
|
|
195
|
+
"condition": { "expr": "teamsApp == 'other'" },
|
|
196
|
+
"staticOptions": [
|
|
197
|
+
{ "id": "non-sso-tab",
|
|
198
|
+
"label": "Tab",
|
|
199
|
+
"detail": "A simple implementation of a web app that's ready to customize",
|
|
200
|
+
"keyPrefix": "template.teams.others.tab" },
|
|
201
|
+
{ "id": "default-message-extension",
|
|
202
|
+
"label": "Message Extension",
|
|
203
|
+
"detail": "Receive user input, process it, and send customized results",
|
|
204
|
+
"keyPrefix": "template.teams.others.messageExtension" },
|
|
205
|
+
{ "id": "default-bot",
|
|
206
|
+
"label": "Simple Bot",
|
|
207
|
+
"detail": "A simple implementation of an echo bot that's ready for customization",
|
|
208
|
+
"keyPrefix": "template.teams.others.bot" }
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "officeAddinCapability",
|
|
213
|
+
"type": "singleSelect",
|
|
214
|
+
"title": "Office Add-in",
|
|
215
|
+
"placeholder": "Select a capability",
|
|
216
|
+
"keyPrefix": "template.createProjectQuestion.projectType.officeAddin",
|
|
217
|
+
"condition": { "expr": "projectType == 'office-meta-os-type'" },
|
|
218
|
+
"staticOptions": [
|
|
219
|
+
{ "id": "office-addin-wxpo-taskpane",
|
|
220
|
+
"label": "Task pane",
|
|
221
|
+
"detail": "Customize the ribbon with a button and embed content in the task pane",
|
|
222
|
+
"keyPrefix": "template.newTaskpaneAddin" },
|
|
223
|
+
{ "id": "office-addin-excel-cfshortcut",
|
|
224
|
+
"label": "Excel Custom Functions (Shared Runtime)",
|
|
225
|
+
"detail": "Create custom functions in Excel using a shared runtime",
|
|
226
|
+
"condition": { "featureFlag": "TEAMSFX_CF_SHORTCUT_METAOS" },
|
|
227
|
+
"keyPrefix": "template.newCFShortcut" },
|
|
228
|
+
{ "id": "office-addin-excel-customfunctions",
|
|
229
|
+
"label": "Excel Custom Functions (JavaScript-only Runtime)",
|
|
230
|
+
"detail": "Create custom functions in Excel using a JavaScript-only runtime",
|
|
231
|
+
"keyPrefix": "template.newExcelCustomFunctions" },
|
|
232
|
+
{ "id": "office-addin-sso-naa",
|
|
233
|
+
"label": "Single Sign-On with Nested App Auth",
|
|
234
|
+
"detail": "Build a task pane add-in that uses Nested App Auth for single sign-on",
|
|
235
|
+
"keyPrefix": "template.newSsoNaa" },
|
|
236
|
+
{ "id": "office-addin-config",
|
|
237
|
+
"label": "Upgrade an Existing Office Add-in",
|
|
238
|
+
"detail": "Upgrade an add-in project to the latest app manifest and project structure",
|
|
239
|
+
"keyPrefix": "template.importOfficeAddin" }
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
|
|
244
|
+
"routes": [
|
|
245
|
+
{
|
|
246
|
+
"when": "projectType=='start-with-github-copilot'",
|
|
247
|
+
"engine": "surface-action",
|
|
248
|
+
"action": "open-github-copilot-chat",
|
|
249
|
+
"surfaces": ["vscode"]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"when": "projectType=='blank-app-type'",
|
|
253
|
+
"templateId": "blank-app",
|
|
254
|
+
"engine": "v4"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"when": "projectType=='custom-engine-agent-type' && customEngineAgent=='basic-custom-engine-agent'",
|
|
258
|
+
"templateId": "basic-custom-engine-agent",
|
|
259
|
+
"engine": "v4"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"when": "projectType=='custom-engine-agent-type' && customEngineAgent=='weather-agent'",
|
|
263
|
+
"templateId": "weather-agent",
|
|
264
|
+
"engine": "v4"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"when": "projectType=='graph-connector-type'",
|
|
268
|
+
"templateId": "graph-connector",
|
|
269
|
+
"engine": "v4"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='custom-copilot-basic'",
|
|
273
|
+
"templateId": "custom-copilot-basic",
|
|
274
|
+
"engine": "v4"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='rag' && customCopilotRagType=='custom-copilot-rag-customize'",
|
|
278
|
+
"templateId": "custom-copilot-rag-customize",
|
|
279
|
+
"engine": "v4"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='rag' && customCopilotRagType=='custom-copilot-rag-azure-ai-search'",
|
|
283
|
+
"templateId": "custom-copilot-rag-azure-ai-search",
|
|
284
|
+
"engine": "v4"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='rag' && customCopilotRagType=='custom-copilot-rag-custom-api'",
|
|
288
|
+
"templateId": "custom-copilot-rag-custom-api",
|
|
289
|
+
"engine": "v4"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='teams-collaborator-agent'",
|
|
293
|
+
"templateId": "teams-collaborator-agent",
|
|
294
|
+
"engine": "v4"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='other' && teamsOtherAppType=='non-sso-tab'",
|
|
298
|
+
"templateId": "non-sso-tab",
|
|
299
|
+
"engine": "v4"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='other' && teamsOtherAppType=='default-message-extension'",
|
|
303
|
+
"templateId": "default-message-extension",
|
|
304
|
+
"engine": "v4"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"when": "projectType=='teams-agent-and-app-type' && teamsApp=='other' && teamsOtherAppType=='default-bot'",
|
|
308
|
+
"templateId": "default-bot",
|
|
309
|
+
"engine": "v4"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"when": "projectType=='office-meta-os-type' && officeAddinCapability=='office-addin-wxpo-taskpane'",
|
|
313
|
+
"templateId": "office-addin-wxpo-taskpane",
|
|
314
|
+
"engine": "v4"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"when": "projectType=='office-meta-os-type' && officeAddinCapability=='office-addin-excel-cfshortcut'",
|
|
318
|
+
"templateId": "office-addin-excel-cfshortcut",
|
|
319
|
+
"engine": "v4"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"when": "projectType=='office-meta-os-type' && officeAddinCapability=='office-addin-excel-customfunctions'",
|
|
323
|
+
"templateId": "office-addin-excel-customfunctions",
|
|
324
|
+
"engine": "v4"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"when": "projectType=='office-meta-os-type' && officeAddinCapability=='office-addin-sso-naa'",
|
|
328
|
+
"templateId": "office-addin-sso-naa",
|
|
329
|
+
"engine": "v4"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"when": "projectType=='office-meta-os-type' && officeAddinCapability=='office-addin-config'",
|
|
333
|
+
"templateId": "office-addin-config",
|
|
334
|
+
"engine": "v4"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='no-action'",
|
|
338
|
+
"templateId": "da/no-action",
|
|
339
|
+
"engine": "v4"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='graph-connector'",
|
|
343
|
+
"templateId": "da/graph-connector",
|
|
344
|
+
"engine": "v4"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='typespec'",
|
|
348
|
+
"templateId": "da/typespec",
|
|
349
|
+
"engine": "v4"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='skill' && featureFlag('TEAMSFX_AGENT_SKILLS')",
|
|
353
|
+
"templateId": "da/skill",
|
|
354
|
+
"engine": "v4"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='new-api' && apiAuth=='none'",
|
|
358
|
+
"templateId": "da/api-plugin-from-scratch",
|
|
359
|
+
"engine": "v4"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='new-api' && apiAuth=='api-key'",
|
|
363
|
+
"templateId": "da/api-plugin-from-scratch-bearer",
|
|
364
|
+
"engine": "v4"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='new-api' && apiAuth=='microsoft-entra'",
|
|
368
|
+
"templateId": "da/api-plugin-from-scratch-oauth",
|
|
369
|
+
"engine": "v4"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='new-api' && apiAuth=='oauth'",
|
|
373
|
+
"templateId": "da/api-plugin-from-scratch-oauth",
|
|
374
|
+
"engine": "v4"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='openapi'",
|
|
378
|
+
"templateId": "da/api-plugin-from-existing-api",
|
|
379
|
+
"engine": "v4"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='mcp' && !featureFlag('TEAMSFX_MCP_FOR_DA_DT')",
|
|
383
|
+
"templateId": "da/mcp-server-static",
|
|
384
|
+
"engine": "v4"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='add-action' && actionSource=='mcp' && featureFlag('TEAMSFX_MCP_FOR_DA_DT')",
|
|
388
|
+
"templateId": "da/mcp-server",
|
|
389
|
+
"engine": "v4"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../schema/selector.schema.json",
|
|
3
|
+
"questions": [
|
|
4
|
+
{
|
|
5
|
+
"name": "addCapability",
|
|
6
|
+
"type": "singleSelect",
|
|
7
|
+
"title": "Add to Agent",
|
|
8
|
+
"placeholder": "Select a capability to add",
|
|
9
|
+
"keyPrefix": "core.modifySelector.addCapability",
|
|
10
|
+
"staticOptions": [
|
|
11
|
+
{ "id": "add-action",
|
|
12
|
+
"label": "Action",
|
|
13
|
+
"detail": "Add an action to your declarative agent",
|
|
14
|
+
"keyPrefix": "core.modifySelector.addCapability.action" },
|
|
15
|
+
{ "id": "add-knowledge",
|
|
16
|
+
"label": "Knowledge",
|
|
17
|
+
"detail": "Add a knowledge source to your declarative agent",
|
|
18
|
+
"keyPrefix": "core.modifySelector.addCapability.knowledge" },
|
|
19
|
+
{ "id": "add-auth",
|
|
20
|
+
"label": "Authentication",
|
|
21
|
+
"detail": "Add authentication to a plugin action",
|
|
22
|
+
"keyPrefix": "core.modifySelector.addCapability.auth" },
|
|
23
|
+
{ "id": "add-spfx-web-part",
|
|
24
|
+
"label": "SPFx Web Part",
|
|
25
|
+
"detail": "Add a web part to your SharePoint Framework solution",
|
|
26
|
+
"keyPrefix": "core.modifySelector.addCapability.spfxWebPart" }
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "actionSource",
|
|
31
|
+
"type": "singleSelect",
|
|
32
|
+
"title": "Add an Action",
|
|
33
|
+
"placeholder": "Select how to add an action",
|
|
34
|
+
"keyPrefix": "template.createProjectQuestion.createApiPlugin",
|
|
35
|
+
"condition": { "expr": "addCapability == 'add-action'" },
|
|
36
|
+
"staticOptions": [
|
|
37
|
+
{ "id": "api-spec",
|
|
38
|
+
"label": "Start with an OpenAPI Description Document",
|
|
39
|
+
"detail": "Create an action from your existing API",
|
|
40
|
+
"keyPrefix": "template.createProjectQuestion.capability.copilotPluginApiSpecOption" },
|
|
41
|
+
{ "id": "mcp",
|
|
42
|
+
"label": "Start with a MCP server",
|
|
43
|
+
"detail": "Create an action from your existing MCP server",
|
|
44
|
+
"keyPrefix": "template.createProjectQuestion.mcpForDa" }
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "knowledgeSource",
|
|
49
|
+
"type": "singleSelect",
|
|
50
|
+
"title": "Add Knowledge",
|
|
51
|
+
"placeholder": "Select a knowledge source",
|
|
52
|
+
"keyPrefix": "core.createProjectQuestion.capability.knowledge",
|
|
53
|
+
"condition": { "expr": "addCapability == 'add-knowledge'" },
|
|
54
|
+
"staticOptions": [
|
|
55
|
+
{ "id": "web-search",
|
|
56
|
+
"label": "Web Search",
|
|
57
|
+
"keyPrefix": "core.createProjectQuestion.capability.knowledgeWebSearch" },
|
|
58
|
+
{ "id": "oneDrive-sharePoint",
|
|
59
|
+
"label": "OneDrive and SharePoint",
|
|
60
|
+
"keyPrefix": "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint" },
|
|
61
|
+
{ "id": "graph-connector",
|
|
62
|
+
"label": "Copilot Connector",
|
|
63
|
+
"keyPrefix": "core.createProjectQuestion.capability.knowledgeGraphConnector" },
|
|
64
|
+
{ "id": "embedded-knowledge",
|
|
65
|
+
"label": "Embedded Knowledge",
|
|
66
|
+
"keyPrefix": "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge" }
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
|
|
71
|
+
"routes": [
|
|
72
|
+
{
|
|
73
|
+
"when": "addCapability=='add-action' && actionSource=='mcp'",
|
|
74
|
+
"templateId": "add-mcp-server",
|
|
75
|
+
"engine": "v4"
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
}
|
|
Binary file
|
|
Binary file
|