@microsoft/teamsfx-core 3.1.3 → 3.1.4-alpha.1df35c7d32.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/devPortalClient.d.ts +43 -0
- package/build/client/devPortalClient.d.ts.map +1 -0
- package/build/client/devPortalClient.js +626 -0
- package/build/client/devPortalClient.js.map +1 -0
- package/build/client/graphClient.d.ts +1 -0
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +17 -2
- package/build/client/graphClient.js.map +1 -1
- package/build/client/teamsDevPortalClient.d.ts +14 -21
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +65 -112
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/client/teamsDevPortalClientProvider.d.ts +6 -0
- package/build/client/teamsDevPortalClientProvider.d.ts.map +1 -0
- package/build/client/teamsDevPortalClientProvider.js +76 -0
- package/build/client/teamsDevPortalClientProvider.js.map +1 -0
- package/build/common/featureFlags.d.ts +7 -2
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +8 -3
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/localizeUtils.d.ts +1 -0
- package/build/common/localizeUtils.d.ts.map +1 -1
- package/build/common/localizeUtils.js +10 -0
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/templates-config.json +4 -4
- package/build/common/tools.js +2 -2
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +1 -0
- package/build/common/utils.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +87 -27
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/actionInjector.d.ts +13 -3
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +88 -5
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/driver/interface/commonArgs.d.ts +1 -0
- package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +10 -6
- 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 +12 -8
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +1 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +1 -0
- 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 +28 -26
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appUser.d.ts +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appUser.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +0 -1
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +0 -1
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +1 -18
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +3 -3
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +4 -4
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +1 -0
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/feature/collaboration.js +4 -4
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +2 -2
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +65 -5
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/openPlugin/authResolver.d.ts +2 -2
- package/build/component/generator/openPlugin/authResolver.d.ts.map +1 -1
- package/build/component/generator/openPlugin/authResolver.js +17 -7
- package/build/component/generator/openPlugin/authResolver.js.map +1 -1
- package/build/component/generator/openPlugin/errors.d.ts +4 -0
- package/build/component/generator/openPlugin/errors.d.ts.map +1 -0
- package/build/component/generator/openPlugin/errors.js +13 -0
- package/build/component/generator/openPlugin/errors.js.map +1 -0
- package/build/component/generator/openPlugin/exporter.d.ts +9 -6
- package/build/component/generator/openPlugin/exporter.d.ts.map +1 -1
- package/build/component/generator/openPlugin/exporter.js +502 -53
- package/build/component/generator/openPlugin/exporter.js.map +1 -1
- package/build/component/generator/openPlugin/fileSystem.d.ts +28 -0
- package/build/component/generator/openPlugin/fileSystem.d.ts.map +1 -0
- package/build/component/generator/openPlugin/fileSystem.js +181 -0
- package/build/component/generator/openPlugin/fileSystem.js.map +1 -0
- package/build/component/generator/openPlugin/iconStrategy.d.ts.map +1 -1
- package/build/component/generator/openPlugin/iconStrategy.js +30 -14
- package/build/component/generator/openPlugin/iconStrategy.js.map +1 -1
- package/build/component/generator/openPlugin/importer.d.ts.map +1 -1
- package/build/component/generator/openPlugin/importer.js +75 -12
- package/build/component/generator/openPlugin/importer.js.map +1 -1
- package/build/component/generator/openPlugin/mapper.d.ts +3 -2
- package/build/component/generator/openPlugin/mapper.d.ts.map +1 -1
- package/build/component/generator/openPlugin/mapper.js +188 -29
- package/build/component/generator/openPlugin/mapper.js.map +1 -1
- package/build/component/generator/openPlugin/parser.d.ts.map +1 -1
- package/build/component/generator/openPlugin/parser.js +264 -70
- package/build/component/generator/openPlugin/parser.js.map +1 -1
- package/build/component/generator/openPlugin/skillValidation.d.ts +2 -0
- package/build/component/generator/openPlugin/skillValidation.d.ts.map +1 -0
- package/build/component/generator/openPlugin/skillValidation.js +63 -0
- package/build/component/generator/openPlugin/skillValidation.js.map +1 -0
- package/build/component/generator/openPlugin/spec.d.ts +67 -0
- package/build/component/generator/openPlugin/spec.d.ts.map +1 -0
- package/build/component/generator/openPlugin/spec.js +157 -0
- package/build/component/generator/openPlugin/spec.js.map +1 -0
- package/build/component/generator/openPlugin/textUtils.d.ts +1 -1
- package/build/component/generator/openPlugin/textUtils.d.ts.map +1 -1
- package/build/component/generator/openPlugin/textUtils.js +8 -7
- package/build/component/generator/openPlugin/textUtils.js.map +1 -1
- package/build/component/generator/openPlugin/types.d.ts +76 -14
- package/build/component/generator/openPlugin/types.d.ts.map +1 -1
- package/build/component/generator/openPlugin/validation.d.ts +17 -0
- package/build/component/generator/openPlugin/validation.d.ts.map +1 -0
- package/build/component/generator/openPlugin/validation.js +563 -0
- package/build/component/generator/openPlugin/validation.js.map +1 -0
- package/build/component/generator/v4TemplateBridge.d.ts +1 -1
- package/build/component/generator/v4TemplateBridge.d.ts.map +1 -1
- package/build/component/generator/v4TemplateBridge.js +1 -4
- package/build/component/generator/v4TemplateBridge.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +2 -0
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +4 -4
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
- package/build/component/utils/common.d.ts +1 -9
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +7 -37
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts +3 -8
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +46 -131
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +7 -6
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.d.ts +6 -0
- package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -1
- package/build/component/utils/mcpAuthScaffolder.js +17 -7
- package/build/component/utils/mcpAuthScaffolder.js.map +1 -1
- package/build/core/FxCore.d.ts +3 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts +8 -2
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +109 -6
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +49 -9
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCore.openPlugin.d.ts +7 -6
- package/build/core/FxCore.openPlugin.d.ts.map +1 -1
- package/build/core/FxCore.openPlugin.js +7 -6
- package/build/core/FxCore.openPlugin.js.map +1 -1
- package/build/error/common.d.ts +9 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +40 -1
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +6 -5
- package/build/index.js.map +1 -1
- package/build/question/generator.d.ts.map +1 -1
- package/build/question/generator.js +9 -9
- package/build/question/generator.js.map +1 -1
- package/build/question/inputs/AddAuthActionInputs.d.ts +6 -0
- package/build/question/inputs/AddAuthActionInputs.d.ts.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +15 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/options/AddAuthActionOptions.d.ts.map +1 -1
- package/build/question/options/AddAuthActionOptions.js +19 -0
- package/build/question/options/AddAuthActionOptions.js.map +1 -1
- package/build/question/options/AddPluginOptions.d.ts.map +1 -1
- package/build/question/options/AddPluginOptions.js +45 -1
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/ExportOpenPluginOptions.js +2 -2
- package/build/question/options/ExportOpenPluginOptions.js.map +1 -1
- package/build/question/options/ImportOpenPluginOptions.js +4 -4
- package/build/question/options/ImportOpenPluginOptions.js.map +1 -1
- package/build/question/other.d.ts +2 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +174 -8
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +6 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +6 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +5 -2
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/rootNode.js +1 -1
- package/build/question/scaffold/vsc/rootNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +2 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +31 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/share.js +2 -2
- package/build/question/share.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +1 -0
- package/build/ui/visitor.js.map +1 -1
- package/build/v4/collectInputs/collectInputs.d.ts.map +1 -1
- package/build/v4/collectInputs/collectInputs.js +91 -215
- package/build/v4/collectInputs/collectInputs.js.map +1 -1
- package/build/v4/distribution/declarativePackage.d.ts +2 -2
- package/build/v4/distribution/declarativePackage.d.ts.map +1 -1
- package/build/v4/distribution/declarativePackage.js +2 -1
- package/build/v4/distribution/declarativePackage.js.map +1 -1
- package/build/v4/distribution/descriptorLanguages.d.ts +9 -0
- package/build/v4/distribution/descriptorLanguages.d.ts.map +1 -0
- package/build/v4/distribution/descriptorLanguages.js +44 -0
- package/build/v4/distribution/descriptorLanguages.js.map +1 -0
- package/build/v4/distribution/packageDir.d.ts +6 -1
- package/build/v4/distribution/packageDir.d.ts.map +1 -1
- package/build/v4/distribution/packageDir.js +6 -1
- package/build/v4/distribution/packageDir.js.map +1 -1
- package/build/v4/engineVersion.d.ts +1 -1
- package/build/v4/engineVersion.js +1 -1
- package/build/v4/mcp/mcpAuthAction.d.ts +2 -1
- package/build/v4/mcp/mcpAuthAction.d.ts.map +1 -1
- package/build/v4/mcp/mcpAuthAction.js +32 -5
- package/build/v4/mcp/mcpAuthAction.js.map +1 -1
- package/build/v4/mcp/mcpAuthScaffold.d.ts +3 -0
- package/build/v4/mcp/mcpAuthScaffold.d.ts.map +1 -1
- package/build/v4/mcp/mcpAuthScaffold.js +63 -40
- package/build/v4/mcp/mcpAuthScaffold.js.map +1 -1
- package/build/v4/pipeline/defineStep.d.ts +10 -0
- package/build/v4/pipeline/defineStep.d.ts.map +1 -0
- package/build/v4/pipeline/defineStep.js +28 -0
- package/build/v4/pipeline/defineStep.js.map +1 -0
- package/build/v4/pipeline/runScaffoldPipeline.d.ts +2 -0
- package/build/v4/pipeline/runScaffoldPipeline.d.ts.map +1 -1
- package/build/v4/pipeline/runScaffoldPipeline.js +5 -4
- package/build/v4/pipeline/runScaffoldPipeline.js.map +1 -1
- package/build/v4/pipeline/stepParams.d.ts +4 -0
- package/build/v4/pipeline/stepParams.d.ts.map +1 -0
- package/build/v4/pipeline/stepParams.js +17 -0
- package/build/v4/pipeline/stepParams.js.map +1 -0
- package/build/v4/providers/createLanguageOptionsProvider.d.ts +13 -0
- package/build/v4/providers/createLanguageOptionsProvider.d.ts.map +1 -0
- package/build/v4/providers/createLanguageOptionsProvider.js +60 -0
- package/build/v4/providers/createLanguageOptionsProvider.js.map +1 -0
- package/build/v4/providers/createOptionsProviders.d.ts +2 -1
- package/build/v4/providers/createOptionsProviders.d.ts.map +1 -1
- package/build/v4/providers/createOptionsProviders.js +5 -1
- package/build/v4/providers/createOptionsProviders.js.map +1 -1
- package/build/v4/runtime/compatibility/index.d.ts +4 -0
- package/build/v4/runtime/compatibility/index.d.ts.map +1 -0
- package/build/v4/runtime/compatibility/index.js +11 -0
- package/build/v4/runtime/compatibility/index.js.map +1 -0
- package/build/v4/runtime/compatibility/legacyOpenApiSearch.d.ts +4 -0
- package/build/v4/runtime/compatibility/legacyOpenApiSearch.d.ts.map +1 -0
- package/build/v4/runtime/compatibility/legacyOpenApiSearch.js +26 -0
- package/build/v4/runtime/compatibility/legacyOpenApiSearch.js.map +1 -0
- package/build/v4/runtime/functions/assets/officeAddin.json +48 -0
- package/build/v4/runtime/functions/generic.d.ts +10 -0
- package/build/v4/runtime/functions/generic.d.ts.map +1 -0
- package/build/v4/runtime/functions/generic.js +25 -0
- package/build/v4/runtime/functions/generic.js.map +1 -0
- package/build/v4/runtime/functions/mcp.d.ts +8 -0
- package/build/v4/runtime/functions/mcp.d.ts.map +1 -0
- package/build/v4/runtime/functions/mcp.js +28 -0
- package/build/v4/runtime/functions/mcp.js.map +1 -0
- package/build/v4/runtime/functions/officeAddin.d.ts +27 -0
- package/build/v4/runtime/functions/officeAddin.d.ts.map +1 -0
- package/build/v4/runtime/functions/officeAddin.js +120 -0
- package/build/v4/runtime/functions/officeAddin.js.map +1 -0
- package/build/v4/runtime/packageParse.d.ts +13 -8
- package/build/v4/runtime/packageParse.d.ts.map +1 -1
- package/build/v4/runtime/packageParse.js +13 -219
- package/build/v4/runtime/packageParse.js.map +1 -1
- package/build/v4/runtime/renderFragment.d.ts +2 -0
- package/build/v4/runtime/renderFragment.d.ts.map +1 -0
- package/build/v4/runtime/renderFragment.js +11 -0
- package/build/v4/runtime/renderFragment.js.map +1 -0
- package/build/v4/runtime/scaffold.d.ts +2 -0
- package/build/v4/runtime/scaffold.d.ts.map +1 -1
- package/build/v4/runtime/scaffold.js +15 -12
- package/build/v4/runtime/scaffold.js.map +1 -1
- package/build/v4/runtime/scaffoldFromPackageDir.d.ts.map +1 -1
- package/build/v4/runtime/scaffoldFromPackageDir.js +1 -4
- package/build/v4/runtime/scaffoldFromPackageDir.js.map +1 -1
- package/build/v4/runtime/selectLanguageContent.d.ts +1 -0
- package/build/v4/runtime/selectLanguageContent.d.ts.map +1 -1
- package/build/v4/runtime/selectLanguageContent.js +5 -1
- package/build/v4/runtime/selectLanguageContent.js.map +1 -1
- package/build/v4/runtime/steps/assets/metaOs.json +197 -0
- package/build/v4/runtime/steps/assets/openApiAuth.json +33 -0
- package/build/v4/runtime/steps/assets/openApiCustomApi.json +141 -0
- package/build/v4/runtime/steps/daAction.d.ts.map +1 -1
- package/build/v4/runtime/steps/daAction.js +14 -18
- package/build/v4/runtime/steps/daAction.js.map +1 -1
- package/build/v4/runtime/steps/daSensitivity.d.ts.map +1 -1
- package/build/v4/runtime/steps/daSensitivity.js +10 -11
- package/build/v4/runtime/steps/daSensitivity.js.map +1 -1
- package/build/v4/runtime/steps/mcpAuth.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpAuth.js +40 -48
- package/build/v4/runtime/steps/mcpAuth.js.map +1 -1
- package/build/v4/runtime/steps/mcpLocal.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpLocal.js +17 -30
- package/build/v4/runtime/steps/mcpLocal.js.map +1 -1
- package/build/v4/runtime/steps/mcpStatic.d.ts.map +1 -1
- package/build/v4/runtime/steps/mcpStatic.js +31 -38
- package/build/v4/runtime/steps/mcpStatic.js.map +1 -1
- package/build/v4/runtime/steps/metaOs.d.ts.map +1 -1
- package/build/v4/runtime/steps/metaOs.js +43 -167
- package/build/v4/runtime/steps/metaOs.js.map +1 -1
- package/build/v4/runtime/steps/officeAddin.d.ts.map +1 -1
- package/build/v4/runtime/steps/officeAddin.js +14 -19
- package/build/v4/runtime/steps/officeAddin.js.map +1 -1
- package/build/v4/runtime/steps/openApi.d.ts.map +1 -1
- package/build/v4/runtime/steps/openApi.js +41 -101
- package/build/v4/runtime/steps/openApi.js.map +1 -1
- package/build/v4/runtime/steps/openApiAuth.d.ts +9 -0
- package/build/v4/runtime/steps/openApiAuth.d.ts.map +1 -0
- package/build/v4/runtime/steps/openApiAuth.js +51 -0
- package/build/v4/runtime/steps/openApiAuth.js.map +1 -0
- package/build/v4/runtime/steps/openApiCustomApi.d.ts.map +1 -1
- package/build/v4/runtime/steps/openApiCustomApi.js +9 -119
- package/build/v4/runtime/steps/openApiCustomApi.js.map +1 -1
- package/build/v4/runtime/whitelist.d.ts +4 -38
- package/build/v4/runtime/whitelist.d.ts.map +1 -1
- package/build/v4/runtime/whitelist.js +30 -190
- package/build/v4/runtime/whitelist.js.map +1 -1
- package/build/v4/surface/createFloorTail.d.ts +2 -2
- package/build/v4/surface/createFloorTail.d.ts.map +1 -1
- package/build/v4/surface/createFloorTail.js +5 -22
- package/build/v4/surface/createFloorTail.js.map +1 -1
- package/build/v4/surface/createInputs.d.ts +2 -2
- package/build/v4/surface/createInputs.d.ts.map +1 -1
- package/build/v4/surface/createInputs.js +11 -44
- package/build/v4/surface/createInputs.js.map +1 -1
- package/build/v4/surface/createSelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/createSelectorWalk.js +17 -3
- package/build/v4/surface/createSelectorWalk.js.map +1 -1
- package/build/v4/surface/localizePrompt.d.ts +2 -0
- package/build/v4/surface/localizePrompt.d.ts.map +1 -1
- package/build/v4/surface/localizePrompt.js +0 -1
- package/build/v4/surface/localizePrompt.js.map +1 -1
- package/build/v4/validation/capabilityCatalog.d.ts +1 -1
- package/build/v4/validation/capabilityCatalog.d.ts.map +1 -1
- package/build/v4/validation/capabilityCatalog.js +11 -1
- package/build/v4/validation/capabilityCatalog.js.map +1 -1
- package/build/v4/validation/packageParse.d.ts +27 -0
- package/build/v4/validation/packageParse.d.ts.map +1 -0
- package/build/v4/validation/packageParse.js +247 -0
- package/build/v4/validation/packageParse.js.map +1 -0
- package/build/v4/validation/templateArchiveValidation.d.ts +2 -2
- package/build/v4/validation/templateArchiveValidation.d.ts.map +1 -1
- package/build/v4/validation/templateArchiveValidation.js +7 -2
- package/build/v4/validation/templateArchiveValidation.js.map +1 -1
- package/build/v4/validation/validateTemplatePackage.d.ts +1 -1
- package/build/v4/validation/validateTemplatePackage.d.ts.map +1 -1
- package/build/v4/validation/validateTemplatePackage.js +23 -3
- package/build/v4/validation/validateTemplatePackage.js.map +1 -1
- package/package.json +37 -37
- package/resource/package.nls.json +35 -1
- package/templates/configs/local/typescript/.gitignore +1 -0
- package/templates/configs/playground/typescript/.gitignore +4 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/tdpNode.json +1 -1
- package/templates/ui/wizardNode.json +1 -1
- package/templates/v4/create-selector.json +2 -2
- package/templates/v4/floor.json +1 -1
- package/templates/v4/templates-metadata.zip +0 -0
- package/templates/v4/templates.zip +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4-alpha.1df35c7d32.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,37 +8,6 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/OfficeDev/microsoft-365-agents-toolkit.git"
|
|
10
10
|
},
|
|
11
|
-
"scripts": {
|
|
12
|
-
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" \"scripts/scenario-tooling/**/*.ts\"",
|
|
13
|
-
"test:unit": "vitest run --coverage --config vitest.config.ts --maxWorkers=75%",
|
|
14
|
-
"test:unit:fast": "vitest run --config vitest.config.ts --maxWorkers=75% --reporter=dot",
|
|
15
|
-
"test:unit:changed": "vitest run --config vitest.config.ts --maxWorkers=75% --changed",
|
|
16
|
-
"test:unit:log": "vitest run --coverage --config vitest.config.ts --maxWorkers=75% > unit-test.log 2>&1",
|
|
17
|
-
"test:unit:vitest": "vitest run --config vitest.config.ts --maxWorkers=75%",
|
|
18
|
-
"test:unit:vitest:watch": "vitest --config vitest.config.ts",
|
|
19
|
-
"test:coverage:changed": "node scripts/run-changed-coverage.js",
|
|
20
|
-
"test:env-checker": "vitest run --config vitest.config.ts --maxWorkers=75% \"tests/component/deps-checker/\"",
|
|
21
|
-
"clean": "rimraf -rf build",
|
|
22
|
-
"prebuild": "npm run gen:cli",
|
|
23
|
-
"build": "tsc -p ./ --incremental && npm run typecheck:scenario-tooling",
|
|
24
|
-
"typecheck:scenario-tooling": "tsc -p tsconfig.scenario-tooling.json --incremental false",
|
|
25
|
-
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\" \"scripts/scenario-tooling/**/*.ts\"",
|
|
26
|
-
"prepublishOnly": "npm run build",
|
|
27
|
-
"package": "rimraf build && webpack --mode production --config ./webpack.config.js",
|
|
28
|
-
"precommit": "lint-staged",
|
|
29
|
-
"install:tabs": "cd tabs && npm install",
|
|
30
|
-
"installAll": "npm run install:tabs",
|
|
31
|
-
"checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src ./templates/ui || exit 1",
|
|
32
|
-
"clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
|
|
33
|
-
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\"",
|
|
34
|
-
"gen:template-info:vsc": "npx tsx ./scripts/generate-template-info.ts vscode ./resource/template-info/vsc.json",
|
|
35
|
-
"scenario:catalog": "tsx ./scripts/scenario-tooling/scenarioCli.ts catalog",
|
|
36
|
-
"scenario:init": "tsx ./scripts/scenario-tooling/scenarioCli.ts init",
|
|
37
|
-
"scenario:render": "tsx ./scripts/scenario-tooling/scenarioCli.ts render",
|
|
38
|
-
"scenario:review": "tsx ./scripts/scenario-tooling/scenarioCli.ts review",
|
|
39
|
-
"scenario:check": "tsx ./scripts/scenario-tooling/scenarioCli.ts check",
|
|
40
|
-
"scenario:accept": "tsx ./scripts/scenario-tooling/scenarioCli.ts accept"
|
|
41
|
-
},
|
|
42
11
|
"dependencies": {
|
|
43
12
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
44
13
|
"@azure/arm-appservice": "^13.0.0",
|
|
@@ -53,8 +22,6 @@
|
|
|
53
22
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
54
23
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
55
24
|
"@microsoft/kiota": "1.31.1",
|
|
56
|
-
"@microsoft/m365-spec-parser": "^0.3.2",
|
|
57
|
-
"@microsoft/teamsfx-api": "0.24.2",
|
|
58
25
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
59
26
|
"adm-zip": "^0.6.0",
|
|
60
27
|
"ajv": "^8.18.0",
|
|
@@ -100,7 +67,9 @@
|
|
|
100
67
|
"uuid": "^11.1.1",
|
|
101
68
|
"validator": "^13.7.0",
|
|
102
69
|
"xml2js": "^0.5.0",
|
|
103
|
-
"yaml": "^2.4.2"
|
|
70
|
+
"yaml": "^2.4.2",
|
|
71
|
+
"@microsoft/m365-spec-parser": "^0.3.3-alpha.1df35c7d32.0",
|
|
72
|
+
"@microsoft/teamsfx-api": "0.24.3-alpha.1df35c7d32.0"
|
|
104
73
|
},
|
|
105
74
|
"devDependencies": {
|
|
106
75
|
"@azure/storage-blob": "^12.5.0",
|
|
@@ -184,12 +153,43 @@
|
|
|
184
153
|
],
|
|
185
154
|
"gitHead": "7d60c0765c0ea8c023a26c10d1c93001c597afbb",
|
|
186
155
|
"publishConfig": {
|
|
187
|
-
"access": "public"
|
|
156
|
+
"access": "public",
|
|
157
|
+
"tag": "alpha"
|
|
188
158
|
},
|
|
189
159
|
"lint-staged": {
|
|
190
160
|
"*.{js,jsx,css,ts,tsx}": [
|
|
191
161
|
"eslint --cache --fix --quiet",
|
|
192
162
|
"prettier --cache --write --ignore-unknown"
|
|
193
163
|
]
|
|
164
|
+
},
|
|
165
|
+
"scripts": {
|
|
166
|
+
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" \"scripts/scenario-tooling/**/*.ts\"",
|
|
167
|
+
"test:unit": "vitest run --coverage --config vitest.config.ts --maxWorkers=75%",
|
|
168
|
+
"test:unit:fast": "vitest run --config vitest.config.ts --maxWorkers=75% --reporter=dot",
|
|
169
|
+
"test:unit:changed": "vitest run --config vitest.config.ts --maxWorkers=75% --changed",
|
|
170
|
+
"test:unit:log": "vitest run --coverage --config vitest.config.ts --maxWorkers=75% > unit-test.log 2>&1",
|
|
171
|
+
"test:unit:vitest": "vitest run --config vitest.config.ts --maxWorkers=75%",
|
|
172
|
+
"test:unit:vitest:watch": "vitest --config vitest.config.ts",
|
|
173
|
+
"test:coverage:changed": "node scripts/run-changed-coverage.js",
|
|
174
|
+
"test:env-checker": "vitest run --config vitest.config.ts --maxWorkers=75% \"tests/component/deps-checker/\"",
|
|
175
|
+
"clean": "rimraf -rf build",
|
|
176
|
+
"prebuild": "npm run gen:cli",
|
|
177
|
+
"build": "tsc -p ./ --incremental && npm run typecheck:scenario-tooling",
|
|
178
|
+
"typecheck:scenario-tooling": "tsc -p tsconfig.scenario-tooling.json --incremental false",
|
|
179
|
+
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\" \"scripts/scenario-tooling/**/*.ts\"",
|
|
180
|
+
"package": "rimraf build && webpack --mode production --config ./webpack.config.js",
|
|
181
|
+
"precommit": "lint-staged",
|
|
182
|
+
"install:tabs": "cd tabs && npm install",
|
|
183
|
+
"installAll": "npm run install:tabs",
|
|
184
|
+
"checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src ./templates/ui || exit 1",
|
|
185
|
+
"clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
|
|
186
|
+
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\"",
|
|
187
|
+
"gen:template-info:vsc": "npx tsx ./scripts/generate-template-info.ts vscode ./resource/template-info/vsc.json",
|
|
188
|
+
"scenario:catalog": "tsx ./scripts/scenario-tooling/scenarioCli.ts catalog",
|
|
189
|
+
"scenario:init": "tsx ./scripts/scenario-tooling/scenarioCli.ts init",
|
|
190
|
+
"scenario:render": "tsx ./scripts/scenario-tooling/scenarioCli.ts render",
|
|
191
|
+
"scenario:review": "tsx ./scripts/scenario-tooling/scenarioCli.ts review",
|
|
192
|
+
"scenario:check": "tsx ./scripts/scenario-tooling/scenarioCli.ts check",
|
|
193
|
+
"scenario:accept": "tsx ./scripts/scenario-tooling/scenarioCli.ts accept"
|
|
194
194
|
}
|
|
195
|
-
}
|
|
195
|
+
}
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"core.addKnowledge.continue": "Add",
|
|
11
11
|
"core.addSkill.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the agent skill. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
12
12
|
"core.addSkill.continue": "Add",
|
|
13
|
-
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable
|
|
13
|
+
"core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable ATK_FRONTIER=true to enable this preview feature.",
|
|
14
|
+
"core.featureFlaggedLabel.frontier": "%s (Frontier)",
|
|
14
15
|
"core.setSensitivityLabel.confirm": "Teams Toolkit will modify the file \"%s\" based on the sensitivity label you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
15
16
|
"core.setSensitivityLabel.continue": "Set",
|
|
16
17
|
"core.provision.provision": "Provision",
|
|
@@ -404,6 +405,13 @@
|
|
|
404
405
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Document URL",
|
|
405
406
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Document URL",
|
|
406
407
|
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
408
|
+
"core.addOpenApiActionQuestion.ApiKey.title": "API Key (optional)",
|
|
409
|
+
"core.addOpenApiActionQuestion.IdentityProvider.title": "Select the identity provider for OpenAPI OAuth",
|
|
410
|
+
"core.addOpenApiActionQuestion.IdentityProvider.description": "Identity provider for OpenAPI OAuth (optional; defaults to OAuth).",
|
|
411
|
+
"core.addOpenApiActionQuestion.OAuthClientId.title": "OpenAPI OAuth client ID (optional)",
|
|
412
|
+
"core.addOpenApiActionQuestion.OAuthClientSecret.title": "OpenAPI OAuth client secret (optional)",
|
|
413
|
+
"core.addOpenApiActionQuestion.OAuthScopes.title": "OpenAPI OAuth scopes (optional)",
|
|
414
|
+
"core.addOpenApiActionQuestion.OAuthPKCE.title": "Enable PKCE for OpenAPI OAuth?",
|
|
407
415
|
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
|
|
408
416
|
"core.createProjectQuestion.OauthClientId": "Oauth registration client ID",
|
|
409
417
|
"core.createProjectQuestion.OauthClientId.placeholder": "Input client ID for OAuth registration in OpenAPI Description Document",
|
|
@@ -935,6 +943,9 @@
|
|
|
935
943
|
"error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new projects, run local debugging or provision a remote environment to set these variables.",
|
|
936
944
|
"error.common.InvalidProjectError": "This command only works for project created by Microsoft 365 Agents Toolkit. 'm365agents.yml' or 'm365agents.local.yml' not found",
|
|
937
945
|
"error.common.InvalidProjectError.display": "This command only works for project created by Microsoft 365 Agents Toolkit. Yaml file not found: %s",
|
|
946
|
+
"error.common.AmbiguousOpenApiAuthCredentialError": "OpenAPI credentials cannot be mapped because the selected operations use multiple authentication registrations. Omit the scalar credentials or select operations that use one registration.",
|
|
947
|
+
"error.common.InapplicableOpenApiAuthCredentialError": "The supplied OpenAPI credentials do not apply to the authentication type used by the selected operations. Omit the credentials or supply credentials for the discovered authentication type.",
|
|
948
|
+
"error.common.IncompleteOpenApiOAuthCredentialError": "OpenAPI OAuth client secret, scopes, and PKCE require --openapi-auth-client-id. Supply a client ID or omit the OAuth credential options to configure credentials during provision.",
|
|
938
949
|
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
939
950
|
"error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
|
|
940
951
|
"error.common.ReadFileError": "Unable to read file for reason: %s",
|
|
@@ -1144,6 +1155,7 @@
|
|
|
1144
1155
|
"core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic.Detail": "MCP server registers a client at runtime; no extra details needed.",
|
|
1145
1156
|
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO": "Entra SSO",
|
|
1146
1157
|
"core.createProjectQuestion.mcpForDa.Auth.EntraSSO.Detail": "Use a Microsoft Entra app for single sign-on. The toolkit will ask for the Entra app client id.",
|
|
1158
|
+
"core.createProjectQuestion.mcpForDa.Auth.BearerToken.Detail": "Send an API key as an HTTP Bearer token.",
|
|
1147
1159
|
"core.createProjectQuestion.mcpForDa.Auth.None": "None",
|
|
1148
1160
|
"core.createProjectQuestion.mcpForDa.Auth.None.Detail": "The MCP server does not require authentication.",
|
|
1149
1161
|
"core.createProjectQuestion.mcpForDa.ClientId.title": "OAuth Client ID",
|
|
@@ -1154,6 +1166,9 @@
|
|
|
1154
1166
|
"core.createProjectQuestion.mcpForDa.ClientSecret.required": "OAuth Client Secret is required.",
|
|
1155
1167
|
"core.createProjectQuestion.mcpForDa.Scopes.title": "OAuth Scopes (optional)",
|
|
1156
1168
|
"core.createProjectQuestion.mcpForDa.Scopes.placeholder": "Space-separated OAuth scopes, e.g. 'read:user repo'",
|
|
1169
|
+
"core.createProjectQuestion.mcpForDa.ApiKey.title": "API Key",
|
|
1170
|
+
"core.createProjectQuestion.mcpForDa.ApiKey.placeholder": "Enter the API key sent as a bearer token",
|
|
1171
|
+
"core.createProjectQuestion.mcpForDa.ApiKey.required": "API key is required.",
|
|
1157
1172
|
"core.createProjectQuestion.mcpForDa.EntraClientId.title": "Microsoft Entra Application (Client) ID",
|
|
1158
1173
|
"core.createProjectQuestion.mcpForDa.EntraClientId.placeholder": "Enter the Application (client) ID of your Microsoft Entra app registration",
|
|
1159
1174
|
"core.createProjectQuestion.mcpForDa.EntraClientId.required": "Microsoft Entra Application (Client) ID is required.",
|
|
@@ -1178,6 +1193,9 @@
|
|
|
1178
1193
|
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1179
1194
|
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1180
1195
|
"core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
|
|
1196
|
+
"core.v4.scaffold.languageOptionsInvalid": "The template package contains invalid language presentation metadata.",
|
|
1197
|
+
"core.v4.scaffold.languageOptionsFailed": "Failed to load language choices from the template package.",
|
|
1198
|
+
"core.v4.scaffold.openApiAuthYamlInvalid": "Cannot add OpenAPI authentication actions. The project YAML must be valid and contain a provision action list.",
|
|
1181
1199
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Unable to find the authentication metadata from property \"resource_metadata\" from response of the MCP server.",
|
|
1182
1200
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1183
1201
|
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
@@ -1198,7 +1216,23 @@
|
|
|
1198
1216
|
"core.openPluginImport.autoAuthNone": "Auto inferred authentication type None for MCP server '%s'. Verify this choice if individual tools require authentication or use an API key.",
|
|
1199
1217
|
"core.openPluginImport.autoAuthOAuth": "Auto inferred OAuthPluginVault for MCP server '%s'. The generated reference ID is a placeholder and must be registered before use.",
|
|
1200
1218
|
"core.openPluginImport.authFallback": "OAuth metadata could not be resolved for MCP server '%s' after it confirmed authentication is required. Auto fell back to OAuthPluginVault. Verify the authentication type and register the generated reference ID before use.",
|
|
1219
|
+
"core.openPluginImport.failed": "Failed to import the Agent Plugin.",
|
|
1220
|
+
"core.openPluginImport.invalidManifest": "The mapped Teams manifest is invalid: %s",
|
|
1221
|
+
"core.openPluginImport.invalidOutputPath": "The output path must not be a symbolic link or junction: %s.",
|
|
1222
|
+
"core.openPluginImport.invalidPlugin": "The Agent Plugin is invalid: %s",
|
|
1223
|
+
"core.openPluginImport.missingPluginPath": "The --path option is required.",
|
|
1224
|
+
"core.openPluginImport.outputDirectoryNotEmpty": "The output directory is not empty: %s. Choose a different --output path or empty the directory.",
|
|
1201
1225
|
"core.openPluginImport.unresolvedMcpAuth": "Unable to resolve authentication for MCP server '%s' while --default-auth-type is Auto. Specify None, OAuthPluginVault, or ApiKeyPluginVault explicitly.",
|
|
1226
|
+
"core.openPluginExport.failed": "Failed to export the Agent Plugin.",
|
|
1227
|
+
"core.openPluginExport.invalidAgentPluginManifest": "The project cannot be exported as an Agent Plugins 1.0.0 manifest.",
|
|
1228
|
+
"core.openPluginExport.invalidManifest": "The project manifest is invalid.",
|
|
1229
|
+
"core.openPluginExport.invalidMcpServerUrl": "The project contains an MCP server URL that cannot be exported.",
|
|
1230
|
+
"core.openPluginExport.invalidOutputPath": "The output path must not be a symbolic link or junction.",
|
|
1231
|
+
"core.openPluginExport.invalidProjectPath": "The project path is invalid.",
|
|
1232
|
+
"core.openPluginExport.invalidProjectStructure": "The project structure is invalid.",
|
|
1233
|
+
"core.openPluginExport.manifestNotFound": "appPackage/manifest.json was not found in the project.",
|
|
1234
|
+
"core.openPluginExport.missingProjectPath": "The --path option is required.",
|
|
1235
|
+
"core.openPluginExport.outputDirectoryNotEmpty": "The output directory is not empty. Choose a different --output path or empty the directory.",
|
|
1202
1236
|
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1203
1237
|
"core.MCPForDA.fetchError": "Failed to fetch tools from the MCP server at %s. To add tools later, run:\n %s"
|
|
1204
1238
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.localConfigs
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/templates/metadata.zip
CHANGED
|
Binary file
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"label": "template.createProjectQuestion.addSkill.label",
|
|
77
77
|
"detail": "template.createProjectQuestion.addSkill.detail",
|
|
78
78
|
"data": "declarative-agent-with-skill",
|
|
79
|
-
"featureFlag": "
|
|
79
|
+
"featureFlag": "ATK_FRONTIER"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"id": "type-spec",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"label": "template.createProjectQuestion.addSkill.label",
|
|
106
106
|
"detail": "template.createProjectQuestion.addSkill.detail",
|
|
107
107
|
"data": "declarative-agent-with-skill",
|
|
108
|
-
"featureFlag": "
|
|
108
|
+
"featureFlag": "ATK_FRONTIER"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"id": "type-spec",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
{ "id": "skill",
|
|
77
77
|
"label": "Add an Agent Skill",
|
|
78
78
|
"detail": "Create a declarative agent with an agent skill",
|
|
79
|
-
"condition": { "featureFlag": "
|
|
79
|
+
"condition": { "featureFlag": "ATK_FRONTIER" },
|
|
80
80
|
"keyPrefix": "template.createProjectQuestion.addSkill" },
|
|
81
81
|
{ "id": "typespec",
|
|
82
82
|
"label": "Start with TypeSpec for Microsoft 365 Copilot",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"engine": "v4"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
"when": "projectType=='copilot-agent-type' && daTemplate=='skill' && featureFlag('
|
|
352
|
+
"when": "projectType=='copilot-agent-type' && daTemplate=='skill' && featureFlag('ATK_FRONTIER')",
|
|
353
353
|
"templateId": "da/skill",
|
|
354
354
|
"engine": "v4"
|
|
355
355
|
},
|
package/templates/v4/floor.json
CHANGED
|
Binary file
|
|
Binary file
|